:root {
    --blue: #1B3761;
    --green: #99BF30;
    --white: #ffffff;
    --offwhite: #F8F8F8;
    --grey: #424448;
    --input: #BCBCBC;
    --error:  #FF0000;
    box-sizing: border-box;
}

/*  Remove scroll bars */
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

::placeholder {
    color: var(--input);
}

body {
    height: 1920px;
    width: 1080px;
    overflow: hidden;
}

body#info {
    overflow: visible !important;
}

/* Home */
.home {
    padding:  0 70px;
    position: relative;
}

.container {
    /* padding: 0px 70px; */
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.logo {
    grid-column: 4 / 6 ;

    padding-top: 117px;
    padding-bottom: 80px;
}

.intro {
    grid-column: 4 / 10;
    /* padding-bottom: 81px; */
}

.intro__text {
    font-family: 'Work Sans', sans-serif;
    font-size: 54px;
    line-height: 64.8px;
    color: var(--blue);
}

.image__container {
    grid-column: 1 / 13;
    height: 1285px;
    margin-top: 129px;
    background-image: url('assets/images/Home-image.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;

    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, 1fr);

    position: relative;

}

.main-btn {
    grid-column: 4 / 10;
    height: 96px;
    background-color: var(--green);
    border-radius: 8px;
    width: 100%;

    position: absolute;
    top: -48px;
}

.main-btn .btn--primary {
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 29px;
    line-height: 40px;
    text-align: center;
    color: var(--white);
    text-decoration: none;

    padding: 28px 121px;
}

.center-btn {
    grid-row: 2;
    grid-column: 5/ 9;
    display: flex;
    width: 279px;
    margin: 0 auto;
}

.footer {
    grid-column: 2 / 12;
    height: 272px;
    position: absolute;
    bottom: -90px;
    display: flex;
}

.footer__text {
    width: 692px;
    height: 106px;
    position: relative;
    background-color: var(--white);
    padding: 14px 5px 13px 27px;
    border-radius: 5px;
    z-index: 2;
}

.footer__text:after {
    content: "";
    position: absolute;
    right: -9px;
    top: 34px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 0 10.5px 10px;
    border-color: transparent transparent transparent #ffffff;
    z-index: 1;
}

.footer__text p {
    font-family: 'Work Sans', sans-serif;
    font-size: 45px;
    line-height: 49px;
}

.footer__image {
    width: 227px;
    right: -190px;
    position: absolute;
}

/* Informatie */
.info {
    position: relative;
}

.extra-bottom-margin {
    margin-bottom: 187px;
    padding:  0 70px;
}

.info__header {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 849px;
    height: 311px;
    background-color: var(--offwhite);
    z-index: -1;
}

.info__left {
    grid-column: 1 / 10;
    padding-top: 70px;
}

.info__title {

}

.info__title p {
    font-family: 'Work Sans', sans-serif;
    font-size: 54px;
    line-height: 64.8px;
    color: var(--blue);
}

.info__right {
    grid-column: 11 / 13;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.info__right-logo {
    width: 143px;
    height: 15px;;
}


.button__container {
    margin-top: 40px;
    border-radius: 8px;
    background-color: var(--green);
    position: relative;
    width: fit-content;
}

.btn--submit:after,
.info__button:after {
    content: " ";
    background-image: url(assets/images/hand.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 14px;
    right: 41px;
    height: 36px;
    width: 27px;
}

.btn--submit:after {
    right: 21px !important;
}

.info__button {
    padding: 12px 40px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    text-decoration: none;
    /* text-align: center; */
    color: var(--white);
    display: block;
    width: 300px;
}

.tab {
    padding:  0 70px;
    grid-column: 1 / 13;
    grid-row: 1;
}

.tabcontent {
    /* padding:  0 70px; */
    display: none;
    grid-row: 2;
    grid-column: 1 / 13;
    height: 1508px;
    overflow-y: scroll;
}

.tabcontent.approach {
    padding:  0 70px;
}

.tablinks {
    /* Removes button styling completely */
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;

    color: var(--blue);
    font-family: 'Work Sans', sans-serif;
    font-weight: bolder;
    font-size: 22px;
    line-height: 12px;
    margin-right: 71px;
    padding-bottom: 13.5px;
}

.tablinks.active {
    color: var(--green);
    border-bottom: 1px solid var(--blue);
}

/* Accordeon */
.accordion {
    padding: 0 70px;
    grid-column: 1 / 13;
    margin-top: 80px;
}

.accordion__single__question {
    padding: 41px 74px;
    background-color: var(--offwhite);
    margin-bottom: 29px;
    border-radius: 0px 50px;
    display: block;
    font-family: 'Work Sans', sans-serif;
    font-weight: 100;
    font-size: 25px;
    line-height: 25px;
    color: var(--blue);
    /* 
    * Z-index higher so the answer isn't 'clickable'
    */
    z-index: 99;
}

.accordion__single__answer {
    display: none;
    margin-top: 0;
    height: 0;
    opacity: 0;
    transform: translate(0, 50%);
    transition: all 0.4s ease;
    position: relative;

    font-family: 'Work Sans', sans-serif;
    font-weight: 100;
    font-size: unset;
    line-height: unset;
    padding: 0 70px;
    color: var(--grey);
}

.accordion__single__hidden:checked ~ .accordion__single__answer {
    display: block;
    height: fit-content;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    margin-bottom: 41px;

    font-size: 23px;
    line-height: 40px;
    padding: 0px 74px;
}

.accordion__single__answer-car {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
    /* transition: all 0.4s ease; */
    position: relative;

    font-family: 'Work Sans', sans-serif;
    font-weight: 100;
    font-size: unset;
    line-height: unset;
    padding: 0 70px;
    color: var(--grey);
}

.accordion__single__car,
.accordion__single__answer:hover,
.accordion__single__question:hover {
    cursor: initial !important;
}

.accordion__single__hidden {
    display: none;
}

.accordion__single__hidden ~ .accordion__single__answer-car div {
    height: fit-content;
    /* max-height: 0; */
    max-width: 50%;
}

.accordion__single__hidden:checked ~ .accordion__single__answer-car {
    /* height: 630px; */
    max-height: unset;
    display: flex;
    justify-content: space-between;
    color: var(--blue);
}

.accordion__single__answer-car strong {
    font-weight: bold;
}

.accordion__single__hidden:checked ~ .accordion__single__answer-car {
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    margin-top: 44px;
    margin-bottom: 41px;

    font-size: 23px;
    line-height: 40px;
    padding: 0px 74px 74px 74px;
}

.accordion__single__hidden:checked ~ .accordion__single__car,
.accordion__single__hidden:checked ~ .accordion__single__question {
    font-weight: bold;
}

.accordion__single__hidden:checked ~ .accordion__single__car:after,
.accordion__single__hidden:checked ~ .accordion__single__question:after {
    content: url('assets/images/Arrow-up.svg');
}

.accordion__single__car:after,
.accordion__single__question:after {
    display: inline-block;
    content: url('assets/images/Arrow-down.svg');
    float: right;
}
.accordion__single__answer {
    margin-top: 5px;
}

#vehicleInfo .accordion__single {
    background-color: var(--offwhite);
    border-radius: 0 50px 0 50px;
    margin-bottom: 66px;
}

.accordion__single__car {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 5px;
    height: 222px;
    /* 
    * Z-index higher so the answer isn't 'clickable'
    */
    z-index: 99;
}

.accordion__single__car-img {
    height: 102%;
    width: auto;
    margin-bottom: 24px;
    position: relative;
}

.withHook {
    position: absolute;
    bottom: -27px;
    right: 0;
    color: var(--white);
    background-color: var(--green);
    width: 198px;
    height: 35px;
    font-family: 'Work Sans';
    font-weight: 100;
    text-align: center;
    font-size: 21px;
    line-height: 34px;
    border-radius: 5px;
}

.accordion__single__car-text {
    font-family: 'Work Sans', sans-serif;
    font-size: 23px;
    line-height: 25px;
    color: var(--blue);
}

/* 360 graden aanpak */
.blue-text {
    grid-row: 1;
    grid-column: 1 / 13;
    text-align: center;
    margin-top: 76px;
}

.blue-text p {
    font-family: 'Work Sans', sans-serif;
    font-size: 33px;
    line-height: 60px;
    font-weight: 100;
    color: var(--blue);
}

.green-text {
    grid-row: 2;
    grid-column: 1 / 13;
    text-align: center;
    margin-top: 16px;
}

.green-text p {
    font-family: 'Work Sans', sans-serif;
    font-size: 21px;
    line-height: 36px;
    font-weight: 400;
    color: var(--green);
}

.usps {
    grid-row: 3;
    grid-column: 1 / 13;
    margin-top: 43px;
}

.usps img {
    width: 100%;
}


/* Info footer */
.thankyou .info__footer,
.tabcontent.approach .info__footer,
#FAQ.tabcontent .info__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 341px;
    width: 1080px;
    background-color: var(--offwhite);
}

#vehicleInfo.tabcontent .info__footer {
    position: relative;
    height: 341px;
    width: 1080px;
    background-color: var(--offwhite);
}

.info__footer-person {
    padding-top: 64px;
    padding-left: 48px;
    position: absolute;
    bottom: 0;
}

.info__footer-cta {
    margin-top: 85px;
    padding: 25px 60px 25px 71px;
    border-radius: 5px;
    background-color: var(--white);
    position: absolute;
    right: 150px;
    box-shadow: 0 12px 28px 0 rgba(0,0,0,0.08);

}

.info__footer-cta:after {
    position: absolute;
    left: -10px;
    top: 34px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 10px 10.5px 0;
    border-color: transparent #ffffff transparent transparent;
}

.info__footer-cta-text p {
    font-family: 'Work Sans', sans-serif;
    font-size: 29px;
    line-height: 40px;
    color: var(--blue);
}

/* Overlay */
.overlay {
    display: none;
    background-color: rgba(27,55,97,0.14);
}

.overlay.active {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, 1fr);
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.form-wrapper {
    grid-column: 2 / 12;
    grid-row: 2;
    /* height: 1095px; */
    background-color: var(--white);
    border-radius: 0 50px 0 50px;
    box-shadow: 0 0 61px 0 rgba(0,0,0,0.16);
    position: relative;
    padding: 110px 164px 0 164px;
}

.close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}
  
.close:before, .close:after {
position: absolute;
left: 15px;
content: ' ';
height: 33px;
width: 2px;
background-color: #333;
}
.close:before {
transform: rotate(45deg);
}
.close:after {
transform: rotate(-45deg);
}

.form__img {
    margin-top: 110px;
    margin-bottom: 28px;
}

.form__img-logo {
    width: 143px;
    height: 15px;
}

.form-title {
    margin-bottom: 63px;
}

.form-title p{
    font-family: 'Work Sans', sans-serif;
    font-size: 54px;
    line-height: 64.8px;
    color: var(--blue);
}

.form {
    display: flex;
    flex-direction: column;
}

/* Remove blue autocomplete background on google chrome */
input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 50px white inset;
}

.defaultInput,
.defaultInput:active,
.defaultInput:focus,
.defaultInput:focus-within,
.defaultInput:focus-visible {
    font-family: 'Work Sans';
    border: 1px solid var(--input) !important;
    padding: 16px 60px 20px 16px;
    border-radius: 4px;
    border: 1px solid var(--input);
    margin-bottom: 23px;
    font-size: 23px;
    line-height: 40px;
    background-color: var(--white);
    color: var(--grey);
    outline: none !important;
}

.requiredFields {
    margin-bottom: 32px;
}

.requiredFields p {
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    line-height: 40px;
    color: var(--input);

}

button,
input[type="submit"] {
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.form-wrapper button {
    margin-bottom: 93px;
    height: 63px;
}

.btn--submit {
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    line-height: 40px;
    color: var(--white);
    padding: 21px 57px 23px 21px;
}

.tabcontent.thanks {
    display: block;
}

span.error {
    font-family: 'Work Sans', sans-serif;
    color: var(--error);
    font-size: 20px;
    margin-bottom: 5px;
}

.spacer {
    display: block;
    height: 400px;
}