/* ################ HEADER START ################ */
header .wrapper {
    display: flex;
    flex-flow: row;
    align-items: center;
    padding: 200px 0;
    box-sizing: border-box;
}

header .wrapper article {
    display: flex;
    flex-flow: column;
    gap: 30px;
}

header .wrapper article p {
    width: 100%;
    max-width: 350px;
}

header .wrapper article:nth-child(2) {
    margin-left: auto;
    margin-right: 15%;
}

header .wrapper article h1 {
    width: 100%;
    max-width: 500px;
}


/* ################ HEADER END ################ */


/* ################ TEAM SPLIT START ################ */
.split {
    background-color: var(--MainColor_Dark);
    padding: 200px 0;
    box-sizing: border-box;
}

.split .wrapper {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.split.vertical .wrapper {
    display: flex;
    flex-flow: column;
}

.split .wrapper article {
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: 680px;
    gap: 30px;
}

.split.vertical .wrapper article {
    text-align: center;
}

.split .wrapper article.wide {
    max-width: 1000px;
}

.split .wrapper figure {
    width: 100%;
    height: 100%;
}

.split .wrapper figure.small {
    max-width: 700px;
}

.split.vertical .wrapper figure.small {
    max-width: 1000px;
}

.split .wrapper figure img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


/* ################ TEAM SPLIT END ################ */


/* ################ TEAM DIENSTEN START ################ */
.diensten {
    background-color: var(--MainColor_Dark);
    padding: 200px 0;
    box-sizing: border-box;
}

.diensten .wrapper {
    display: flex;
    flex-flow: row;
    justify-content: center;
    gap: 100px;
}

.diensten .wrapper article {
    display: flex;
    flex-flow: column;
    width: auto;
    gap: 30px;
}

.diensten .wrapper .item_holder {
    display: grid;
    grid-template: 1fr / 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 40px;
    width: 1000px;
}

.diensten .wrapper .item_holder .item {
    position: relative;
    height: 200px;
    width: 400px;
}

.diensten .wrapper .item_holder .item .background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--AccentColor3);
    clip-path: polygon(calc(0% + 50px) 0, 100% 0, 100% calc(100% - 50px) , calc(100% - 50px)  100%, 0 100%, 0 calc(0% + 50px) );
    z-index: 1;
}

.diensten .wrapper .item_holder .item article {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;

    display: flex;
    flex-flow: column;
    padding: 30px 50px;
    box-sizing: border-box;
}

.diensten .wrapper .item_holder .item article .link {
    margin-top: auto;
    margin-bottom: 0;
}

/* ################ TEAM DIENSTEN END ################ */


/* ################ CARDS START ################ */
.cards {
    background-color: var(--MainColor_Dark);
    padding: 50px 0;
    box-sizing: border-box;
}

.cards .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

.cards .wrapper .item {
    position: relative;
    height: 370px;
}

.cards .wrapper .item .background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--AccentColor3);
    clip-path: polygon(calc(0% + 50px) 0, 100% 0, 100% calc(100% - 50px) , calc(100% - 50px)  100%, 0 100%, 0 calc(0% + 50px) );
    z-index: 1;
}

.cards .wrapper .item article {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 70%;
    z-index: 10;

    display: flex;
    flex-flow: column;
    padding: 50px 50px;
    box-sizing: border-box;
}

.cards .wrapper .item article .link {
    margin-top: auto;
    margin-bottom: 0;
}

.cards .wrapper .item figure {
    position: absolute;
    bottom: 0;
    right: 50px;
    height: 300px;
    width: 100%;
    overflow: hidden;
    z-index: 5;
}

.cards .wrapper .item figure img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: right;
}

.cards .wrapper .button_wrapper {
    grid-column: 1/3;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ################ CARDS END ################ */



/* ################ BOX START ################ */
.box_box {
    background-color: var(--MainColor_Dark);
    padding: 50px 0;
    box-sizing: border-box;
}

.box_box .wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.box_box .wrapper article {
    background-color: var(--AccentColor3);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 1000px;
    max-width: 90%;
    padding: 50px 80px;
    padding-bottom: 30px;
    box-sizing: border-box;
    clip-path: polygon(calc(0% + 50px) 0, 100% 0, 100% calc(100% - 50px) , calc(100% - 50px)  100%, 0 100%, 0 calc(0% + 50px) );
}

.box_box .wrapper article p {
    text-align: center;
}

.box_box .wrapper article figure {
    height: 50px;
    width: 50px;
}

.box_box .wrapper article figure img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* ################ BOX END ################ */




/* ################ TIMELINE START ################ */
.timeline {
    background-color: var(--MainColor_Dark);
    padding: 50px 0;
    box-sizing: border-box;
}

.timeline .wrapper {
    display: flex;
    flex-flow: column;
    width: 1000px;
    max-width: 90%;
    margin: auto;
}



.timeline .wrapper .top_gradiant {
    height: 150px;
    width: 100%;
    display: grid;
    grid-template: 1fr / 1fr 100px 70px 250px;
}

.timeline .wrapper .top_gradiant span {
    grid-column: 2/3;
    width: 2px;
    height: 100%;
    align-self: center;
    justify-self: center;

    background: rgb(144,179,255);
    background: -moz-linear-gradient(0deg, rgba(144,179,255,1) 30%, rgba(144,179,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(144,179,255,1) 30%, rgba(144,179,255,0) 100%);
    background: linear-gradient(0deg, rgba(144,179,255,1) 30%, rgba(144,179,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#90b3ff",endColorstr="#90b3ff",GradientType=1); 
}



.timeline .wrapper .top {
    display: grid;
    grid-template: 1fr / 1fr 100px 70px 250px;
}

.timeline .wrapper .bottom {
    display: grid;
    grid-template: 1fr / 250px 70px 100px 1fr;
}

.timeline .wrapper .top .content {text-align: right;}

.timeline .wrapper .top .line_holder,
.timeline .wrapper .bottom .line_holder {
    display: grid;
}

.timeline .wrapper .top .line_holder .line,
.timeline .wrapper .bottom .line_holder .line {
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: center;
    justify-self: center;
    height: 100%;
    width: 2px;
    background-color: var(--AccentColor2);
}

.timeline .wrapper .top .line_holder .ball,
.timeline .wrapper .bottom .line_holder .ball {
    grid-row: 1/2;
    grid-column: 1/2;
    justify-self: center;
    margin-top: 30px;
    height: 20px;
    width: 20px;
    border-radius: 100px;
    background-color: var(--AccentColor2);
}

.timeline .wrapper .top .year,
.timeline .wrapper .bottom .year {
    margin-top: 25px;
}

.timeline .wrapper .top figure,
.timeline .wrapper .bottom figure {
    height: 250px;
    width: auto;
    justify-self: center;
    align-self: center;
}

.timeline .wrapper .top figure img,
.timeline .wrapper .bottom figure img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}




.timeline .wrapper .mid_bar {
    height: 150px;
    width: 100%;
    display: grid;
    grid-template: 1fr / 250px 120px 1fr 120px 250px;
}

.timeline .wrapper .mid_bar span {
    transform: rotate(-30deg);
    grid-column: 3/4;
    width: 116%;
    height: 2px;
    align-self: center;
    justify-self: center;
    background-color: var(--AccentColor2);
}



.timeline .wrapper .bottom_gradiant {
    height: 150px;
    width: 100%;
    display: grid;
    grid-template: 1fr / 70px 250px 100px 1fr;
}

.timeline .wrapper .bottom_gradiant span {
    grid-column: 3/4;
    width: 2px;
    height: 100%;
    align-self: center;
    justify-self: center;

    background: rgb(144,179,255);
    background: -moz-linear-gradient(180deg, rgba(144,179,255,1) 30%, rgba(144,179,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(144,179,255,1) 30%, rgba(144,179,255,0) 100%);
    background: linear-gradient(180deg, rgba(144,179,255,1) 30%, rgba(144,179,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#90b3ff",endColorstr="#90b3ff",GradientType=1); 
}

/* ################ TIMELINE END ################ */



/* ################ VERTICAL SPLIT START ################ */
.vertical_split {
    padding: 100px 0;
    position: relative;
}

.vertical_split .background_trigangle {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--MainColor_Dark);
    height: 150px;
    width: 150px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.vertical_split .wrapper {
    display: flex;
    flex-flow: column;
    gap: 50px;
}

.vertical_split .wrapper article:first-of-type {
    width: 1240px;
    max-width: 90%;
}

.vertical_split .wrapper .split_special {
    display: flex;
    flex-flow: row;
    gap: 30px;
}

.vertical_split .wrapper .split_special .line {
    display: flex;
    flex-flow: column;
}

.vertical_split .wrapper .split_special .line span {
    height: 100px;
    width: 1px;
    background-color: var(--MainColor_Dark);
    opacity: .5;
}

.vertical_split .wrapper .split_special .line span:nth-child(2) {
    width: 50px;
    height: 1px;
    transform: rotate(45deg);
    transform-origin: left;
}

/* ################ VERTICAL SPLIT END ################ */




/* ################ TEAM START ################ */
.team {
    background-color: var(--MainColor_Dark);
}

.team .wrapper {
    display: flex;
    flex-flow: column;
    padding-top: 100px;
    box-sizing: border-box;
}

.team .wrapper > article {
    display: flex;
    flex-flow: column;
    gap: 30px;
    width: 700px;
    max-width: 90%;
}

.team .wrapper .line {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 100px;
    margin-top: 200px;
}

.team .wrapper .line:nth-child(1) {
    margin-top: 400px;
}

.team .wrapper .line .item {
    position: relative;
    display: grid;
}

.team .wrapper .line .item:nth-child(2){
    transform: translate(0, -200px);
}

.team .wrapper .line .item:nth-child(3){
    transform: translate(0, -400px);
}

.team .wrapper .line .item figure {
    grid-row: 1/2;
    grid-column: 1/2;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.team .wrapper .line .item figure img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.team .wrapper .line .item .overlay {
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: end;
    height: 35%;
    width: 100%;
    background: rgb(24,40,72);
    background: -moz-linear-gradient(0deg, rgba(24,40,72,1) 0%, rgba(24,40,72,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(24,40,72,1) 0%, rgba(24,40,72,0) 100%);
    background: linear-gradient(0deg, rgba(24,40,72,1) 0%, rgba(24,40,72,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#182848",endColorstr="#182848",GradientType=1); 
    z-index: 2;
}

.team .wrapper .line .item article {
    position: absolute;
    width: 100%;
    top: calc(100% - 100px);
    display: flex;
    justify-content: center;
    gap: 30px;
    z-index: 5;
}

.team .wrapper .line .item article div {
    display: flex;
    flex-flow: column;
    text-align: right;
    gap: 5px;
}

.team .wrapper .line .item article .name {
    font-weight: 500;
    font-size: 1.8rem;
}

.team .wrapper .line .item article .label {
    margin-left: auto;
    background-color: var(--AccentColor2);
    width: max-content;
    padding: 0px 10px;
    font-size: .8rem;
    font-weight: 400;
    clip-path: polygon(calc(0% + 10px) 0, 100% 0, 100% calc(100% - 10px) , calc(100% - 10px)  100%, 0 100%, 0 calc(0% + 10px) );
}

.team .wrapper .line .item article .label.green {
    background-color: var(--AccentColor);
}

.team .wrapper .line .item article .list {
    text-align: left;
    display: flex;
    flex-flow: column;
    gap: 7px;
}

.team .wrapper .line .item article .list p {
    text-align: left;
    line-height: 13px;
    font-size: .9rem;
}

.team .wrapper .line .item article .list > span {
    height: 1px;
    width: 100%;
    background-color: var(--MainColor_Light);
    opacity: .2;
}


.team .wrapper .line .item .dropdown p:nth-child(1) {
    display: flex;
    flex-flow: row;
    align-items: center;
    cursor: pointer;
}

.team .wrapper .line .item .dropdown p:nth-child(2) {
    margin-right: 30px;
    text-align: left;
    line-height: 16px;
}

.team .wrapper .line .item .dropdown p .drop {
    margin-left: auto;
    margin-right: 0;
}

.team .wrapper .line .item .dropdown p .drop span {
    background-color: var(--MainColor_Light);
}

.team .wrapper .line .item .dropdown > span {
    height: 1px;
    width: 100%;
    background-color: var(--MainColor_Light);
    opacity: .2;
}

.team .wrapper .line .item .dropdown > div {
    height: var(--height_p1);
    overflow: hidden;
    transition: height .3s cubic-bezier(0.76, 0, 0.24, 1), transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.team .wrapper .line .item .dropdown > div.open {
    height: calc(var(--height_p1) + var(--height_p2) + 5px);
    transition: height .3s cubic-bezier(0.76, 0, 0.24, 1), transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

/* ################ TEAM END ################ */





/* ################ CONTACT START ################ */
.contact {
    padding: 200px 0 150px 0;
    box-sizing: border-box;
}

.contact .wrapper {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}

.contact .wrapper > article {
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.contact .wrapper form {
    display: flex;
    flex-flow: column;
    gap: 15px;
    width: 700px;
    margin-top: 20px;
}

.contact .wrapper form > span {
    display: flex;
    flex-flow: row;
    gap: 20px;
}

.contact .wrapper form > span fieldset {
    display: flex;
    flex-flow: column;
    gap: 3px;
    width: 100%;
}

.contact .wrapper form > span fieldset label {
    font-weight: 500;
}

.contact .wrapper form .button_wrapper {
    display: grid;
    grid-template: 1fr / 1fr;
    width: 110px;
}

.contact .wrapper form .button_wrapper .button {
    grid-row: 1/2;
    grid-column: 1/2;
    transition: clip-path .3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity .2s ease-in-out;
}

.contact .wrapper form.load .button_wrapper .button {
    opacity: 0;
    transition: clip-path .3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity .2s ease-in-out;
}

.contact .wrapper form .button_wrapper .loader {
    grid-row: 1/2;
    grid-column: 1/2;
}

/* ################ CONTACT END ################ */

/* ################ SERVICES START ################ */
.services {
    padding: 200px 0 150px 0;
    box-sizing: border-box;
}

.services .wrapper {
    display: flex;
    flex-flow: column;
    gap: 80px;
}

.services .wrapper span a {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.services .wrapper span a img {
    margin-top: 2px;
    height: 15px;
}

.services .wrapper > div {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    gap: 200px;
}

.services .wrapper > div article {
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.services .wrapper > div article:nth-child(1) {
    max-width: 1270px;
    width: 100%;
}

.services .wrapper > div article:nth-child(2) {
    max-width: 1130px;
    width: 100%;
}

/* ################ SERVICES END ################ */