.header-home {
    position: relative;
    z-index: 0;
}
.header-home .row {
    row-gap: 2rem;
}   

.img-canvas{
    position: absolute;
    width: 100%;
    height: 180px;
    float: right;
    /* left: 0px; */
    right: 0;
}

/* .header-home h1 {
    font-size: 64px;
    line-height: 72px;
    font-weight: 400;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 20px;
} */
.header-home h1 {
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    color: #000000 !important;
    margin-top: 8px !important;
    margin-bottom: 8px;
}
.header-home .lead {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
}
.header-home .content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #282829;
    margin-bottom: 1rem !important;
}
.header-home .btn-group {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: flex-start;
}
.header-home .btn-group .btn {
    color: #000;
    flex: none;
    font-weight: 700;
}
.header-home .img-wrapper {
    width: 100%;
    height: 180px;
    position: relative;
}
.header-home .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.circle-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 73% !important;
    height: auto;
    transform: translate(-30%, 682px);
}
/* .header-home .overlay-img {
    background: linear-gradient(180deg, #00000000 0%, #000000 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} */
.header-home .overlay-img {
/*     background: linear-gradient(236deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 62%); */
    background: linear-gradient(236deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 55%),
              linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 98%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.header-home .text-wrapper {
  margin-top: 0;
}

.header-home .btn-group a {
  width: 100%;
}

@media (min-width:992px) {
    .header-home {
        height: auto;
        padding-bottom: 120px;
    }
    .header-home .text-wrapper {
        padding-right: 1rem;
    }
  
    .header-home .btn-group a {
      width: auto;
    }
    .header-home h1 {
/*         font-size: 100px; */
        font-size: 60px;
        line-height: 1;
        color: #000 !important;
        width: 60%;
/*         margin-top: 60px; */
        margin-bottom: 0;
    }
    .header-home .lead {
        font-size: 24px;
        line-height: 1;
        /*         color: #FFF; */
        color: #000;
    }
    .header-home .content p {
        font-size: 18px;
        line-height: 1.3;
/*         color: #FFF; */
        color: #000;
    }
    .header-home .btn-group {
        margin-top: 3rem;
        flex-direction: row;
        column-gap: 2rem;
    }
    .header-home .btn-group .btn {
        color: #000;
        font-weight: 400;
    }
    .header-home .img-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }
}
@media (min-width:1400px) {
    .header-home {
        padding-bottom: 120px;
    }
    .header-home .text-wrapper {
        padding-right: 5rem;
    }
    .header-home .text-header-wrapper{
        padding-top: 125px;
    }
    .header-home h1 {
/*         font-size: 136px; */
        font-size: 54px;
        line-height: 1;
        width: 60%;
        color: #000 !important;
        margin-top: 8px !important;
        margin-bottom: 14px;
    }
    .header-home .lead {
        font-size: 30px;
        line-height: 1;
        color: #000;
    }
    .header-home .content p {
        font-size: 20px;
        line-height: 1.3;
    }
    .header-home .btn-group {
        color: #000;
        margin-top: 3rem;
        flex-direction: row;
        column-gap: 2rem;
    }
  
    .img-canvas{
        position: absolute;
/*         width: 100%; */
        width: 70%;
        height: 100%;
        float: right;
        /* left: 0px; */
        right: 0;
    }
}
@media (min-width:1700px) {
    .header-home .text-wrapper {
        padding-right: 5rem;
        margin-top: 8px;
    }
  
    .header-home .text-header-wrapper{
        padding-top: 120px;
    }
    .header-home h1 {
/*         font-size: 120px;
        line-height: 160px; */
        font-size: 64px;
        color: #000 !important;
        line-height: 72px;
        width: 60%;
        margin-top: 8px !important;
        margin-bottom: 0;
    }
    .header-home .lead {
        font-size: 32px;
        line-height: 1;
        margin-bottom: 40px;
        color: #000;
    }
    .header-home .content p {
        font-size: 24px;
        line-height: 32px;
    }
    .header-home .btn-group 
        margin-top: 3rem;
        flex-direction: row;
        column-gap: 4rem;
        color: #000;
    }
}


/*header industrie*/
.header-industrie{
    position: relative;
    z-index: 0;
    padding-bottom: 0px;
    height: auto;
}

.header-industrie .back-image{
    position: relative;
    width: 100%;
    height: 137px;
    left: 0;
    top: 0;
    z-index: -1;
}

.header-industrie .back-image img{
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.header-industrie h1 {
    margin-top: 0px;
    color: #000000;
    font-weight: bold;
    font-size: 40px;
}

.header-industrie .breadcrumbs {
    font-size: 14px;
    margin-top: 12px;
    color: #646464;
}

.header-industrie .breadcrumbs ul{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-left: 0.5rem;
}

.header-industrie .breadcrumbs a {
    text-decoration: none;
    color: inherit;
}

.grid1col-half{
    position: relative;
    padding-top: 24px;
}

.grid1col-half h2{
    color: #000000;
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: 500;
}

.grid1col-half p{
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}

/*header over-ons*/
.header-home.over-ons .breadcrumbs {
    margin-top: 20px;
    color: #FFFFFF;
}
.header-home.over-ons .breadcrumbs ul{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-left: 0.5rem;
}
.header-home.over-ons .breadcrumbs li {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #FFFFFF;
}
.header-home.over-ons .breadcrumbs a {
    text-decoration: none;
    color: #FFFFFF;
}
.header-home.over-ons .breadcrumbs a:hover {
    color: #F6A22F;
}
.header-home.over-ons h1 {
    font-size: 32px;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 0;
}
.header-home.over-ons h1 strong {
    font-size: 58px;
}
.header-home.over-ons h1 span {
    display: inline-block;
    position: relative;
}
.header-home.over-ons h1 span::before {
	content: "";
	position: absolute;
	width: 82%;
	height: 1px;
	bottom: -1px;
	left: 10%;
	border-bottom: 3px solid #F6A22F;
}
.header-home.over-ons h2 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
    color: #F6A22F;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.header-home.over-ons .content p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    color: #282829;
}
@media (min-width:992px) {
    .header-industrie{
        position: relative;
        z-index: 0;
        padding-bottom: 34px;
        height: 374px;
    }
  
    .circle-img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 58% !important;
        height: auto;
        transform: translate(-30%, 66%);
    }

    .header-industrie .breadcrumbs {
        font-size: 16px;
        margin-top: 20px;
        color: #003961;
    }

    .header-industrie .back-image{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .header-industrie h1 {
        font-size: 80px;
        color: #ffffff;
    }

    .grid1col-half h2{
        color: #282829;
        font-size: 40px;
        margin-bottom: 32px;
    }

    .grid1col-half p{
        font-size: 18px;
        margin-bottom: 24px;
    }

    .header-home.over-ons h1 {
        font-size: 56px;
        margin-top: 60px;
    }
    .header-home.over-ons h1 strong {
        font-size: 58px;
    }
    .header-home.over-ons h1 span::before {
        bottom: -6px;
        border-bottom: 7px solid #F6A22F;
    }
    .header-home.over-ons h2 {
        font-size: 32px;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: 700;
    }
    .header-home.over-ons .content p {
        font-size: 20px;
        color: #FFFFFF;
    }
}
@media (min-width:1200px) {
    .header-home.over-ons h1 {
        font-size: 60px;
    }
    .header-home.over-ons h1 strong {
        font-size: 68px;
    }
    .header-home.over-ons h2 {
        font-size: 40px;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}
@media (min-width:1400px) {
    .header-home.over-ons h1 {
        font-size: 70px;
    }
    .header-home.over-ons h1 strong {
        font-size: 74px;
    }
    .header-home.over-ons h2 {
        font-size: 40px;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .header-home.over-ons .content p {
        font-size: 24px;
    }
}
@media (min-width:1700px) {
    .header-home.over-ons h1 {
        font-size: 80px;
        line-height: 1;
    }
    .header-home.over-ons h1 strong {
        font-size: 94px;
    }
    .header-home.over-ons h1 span::before {
        bottom: 0;
        border-bottom: 7px solid #F6A22F;
    }
    .header-home.over-ons h2 {
        font-size: 64px;
        line-height: 72px;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .header-home.over-ons .content p {
        font-size: 32px;
        line-height: 40px;
    }

    .header-industrie h1{
        font-size: 120px;
        line-height: 1.2;
    }

    .grid1col-half p{
        font-size: 24px;
        margin-bottom: 32px;
    }
}

/* HEADER-TITLE */
.header-title {
    background-color: #EBEBEB;
    padding-top: 20px;
    padding-bottom: 24px;
    position: relative;
    overflow: hidden;
}
.header-title .back-image {
    position: absolute;
    height: 100%;
    width: auto;
    left: 10px;
    top: 0;
}
.header-title .back-image img {
    height: 100%;
    width: auto;
}
.header-title h1 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.header-title .lead {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #F6A22F;
    margin-top: 0;
    margin-bottom: 0;
}
.header-title .breadcrumbs {
    color: #000000;
    margin-bottom: 20px;
}
.header-title .breadcrumbs ul{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-left: 0.5rem;
}
.header-title .breadcrumbs a {
    text-decoration: none;
    color: #000000;
}
.header-title .breadcrumbs a:hover {
    color: #F6A22F;
}
@media (min-width:992px) {
    .header-title{
        background-color: #FFFFFF;
        padding-bottom: 56px;
    }
    .header-title h1 {
        font-size: 60px;
        margin-bottom: 2rem;
    }
    .header-title .lead {
        font-size: 44px;
    }
}
@media (min-width:1200px) {
    .header-title h1 {
        font-size: 70px;
    }
    .header-title .lead {
        font-size: 52px;
    }
}
@media (min-width:1700px) {
    .header-title h1 {
        font-size: 80px;
        line-height: 96px;
    }
    .header-title .lead {
        font-size: 56px;
        line-height: 64px;
    }
}

.header-title.bg-grey {
    background-color: #EBEBEB;
    padding-bottom: 20px;
}
.header-title.nieuws .breadcrumbs li,
.header-title.nieuws .breadcrumbs a {
    font-size: 16px;
    color: #F6A22F;
}
.header-title.nieuws h1{
    font-size: 40px;
    line-height: 48px;
}
.header-title.nieuws h1::first-letter{
    text-decoration: underline;
    text-decoration-color: #F6A22F;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
}
@media (min-width:992px) {
    .header-title.nieuws h1 {
        font-size: 60px;
        margin-bottom: 2rem;
    }
    .header-title.nieuws h1::first-letter{
        text-decoration-thickness: 7px;
        text-underline-offset: 6px;
    }
}
@media (min-width:1700px) {
    .header-title.nieuws h1{
        font-size: 80px;
        line-height: 96px;
    }
}
/* HEADER-TITLE */


/* HEADE-2COSL */
.header-2cols .breadcrumbs {
    margin-top: 10px;
    color: #646464;
}

.header-2cols .banner-mobile img{
    display: block;
    width: 100%;
    height: 137px;
    object-fit: cover;
}

.header-2cols .breadcrumbs ul{
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-left: 0.5rem;
}
.header-2cols .breadcrumbs a {
    font-size: 14px;
    text-decoration: none;
    color: #646464;
}
.header-2cols .breadcrumbs a:hover {
    color: #F6A22F;
}
.header-2cols h1 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 400;
    color: #000000;
    margin-top: 16px;
    margin-bottom: 1.5rem;
}
.header-2cols .lead {
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 1rem;
}
.header-2cols .content p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #282829;
    margin-bottom: 2rem;
}
.header-2cols .img-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 28px;
    position: relative;
}
.header-2cols .img-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.header-2cols .img-wrapper a.block {
    width: 100%;
    position: relative;
}

@keyframes rotate3Dicon {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  20% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.header-2cols .img-wrapper .icon-3d{
    position: absolute;
    width: 58px;
    z-index: 1;
    transition: transform 1s ease-in-out;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header-2cols .img-wrapper:hover .icon-3d {
    /* transform: rotate(360deg); */
    animation: rotate3Dicon 6s linear infinite;
}

@media (min-width:992px){
    .header-2cols h1 {
        font-size: 72px;
        line-height: 1;
        font-weight: 400;
        color: #000000;
        margin-top: 30px;
        margin-bottom: 3rem;
    }

    .header-2cols .lead {
        font-size: 32px;
        line-height: 1.3;
        font-weight: 500;
        color: #000000;
        margin-bottom: 1.5rem;
    }

    .header-2cols .content p {
        font-size: 24px;
        line-height: 1.5;
        font-weight: 400;
        color: #000000;
        margin-bottom: 1.5rem;
    }
    .header-2cols .breadcrumbs {
        color: #000000;
        font-size: 16px;
        margin-top: 20px;
    }
    .header-2cols .breadcrumbs a {
        color: #000000;
        font-size: 16px;
    }
    .header-2cols .img-wrapper {
/*         margin-top: 0; */
        align-items: center;
        padding-left: 5rem;
    }
  .header-2cols .img-wrapper a.block {
    width: 100%;
  }
  .header-2cols .img-wrapper .icon-3d{
        width: 118px;
    }
}
@media (min-width:1200px){
    .header-2cols h1 {
        font-size: 80px;
    }
}

@media (min-width:1700px){
    .header-2cols h1 {
        font-size: 105px;
        line-height: 128px;
        font-weight: 500;
        color: #000000;
        margin-top: 30px;
        margin-bottom: 3rem;
    }

    .header-2cols .lead {
        font-size: 40px;
        line-height: 48px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 2rem;
    }

    .header-2cols .content p {
        font-size: 24px;
        line-height: 32px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 2rem;
    }
}
/* HEADE-2COSL */