/* rows */
#wrapper .row {
    display: block;
    position: relative;
    box-sizing: border-box;
}
#wrapper .history {
    margin-top: 0;
}

#wrapper .row.debug {
    background: #fff;
}
#wrapper .row .body {
    width: 90%;
    /* max-width: 1440px; */
    max-width: 1150px;
    margin: 0 auto;
    background: #ffffff;
    min-height: 100px;
    box-sizing: border-box;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
#wrapper .row.top-space {
    background: #fff; height: 100px;
    min-height: 100px;
}

#wrapper .row.preview {
    border-top: 2px dotted #85a236;
    border-bottom: 2px dotted #85a236;
}
#wrapper .row.preview:after {
    content: "PREVIEW";
    position: absolute;
    displaY: block;
    right: 4px; top: 4px;
    color: white;
    background: #85a236;
    padding: 6px 12px;
}

/*
#wrapper .row.top-space.hassubmenu {
    height: 140px;
}
*/

/* rows with full width */

#wrapper .row .body.slider, #wrapper .row .body.inspire, #wrapper .row .body.facts, #wrapper .row .body.projecten,
#wrapper .row .body.personslider, #wrapper .row .body.fotoalbum,
#wrapper .row .body.greencampus,
#wrapper .row .body.project-slider,
#wrapper .row .body.historycycle,
#wrapper .row .body.video

{
    max-width: 100%; width: 100%;
}

#wrapper .row .body.historycycle h1 {
    font-size: 4.5em;
    color: #fff;
    position: absolute;
    width: 600px;
    right: 55%;
    top: 50%;
    margin-right: -660px;
    line-height: 1em;
    text-align: left;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
    font-size: 3.5em;
}

@media screen and (max-width: 1100px) {
    #wrapper .row .body.historycycle h1 {
        font-size: 3.5em;
        width: 400px;
        right: 75%;
        top: 40%;
    }
}

@media screen and (max-width: 1440px) {
    #wrapper .row .body.historycycle h1 {
        font-size: 4.5em;
        width: 500px;
        margin-right: -560px;
    }
}

/** historycycle **/
div.row.history {
    /* margin-bottom: 20px; */
    overflow: hidden;
    box-sizing: border-box;
}
div.history div.images {
    width: 100%;
    height:  480px;
    overflow: hidden;
    background: #212121;

}
div.history div.images > img {
    opacity:0;
    position:absolute;
    bottom:0;
    transition: all 600ms ease;
    z-index:1;
    left: 50%;
    -webkit-transform: translate(-50%); transform: translate(-50%);
}
div.history div.images > img.active {
    opacity:1;
    z-index:2;
}
div.history div.bar {
    width: 100%;
    height: 200px;
    margin-top: -200px;
    position:absolute;
    box-sizing: border-box;
    border-bottom: 20px solid rgb(55 110 7);
    z-index:3;
}
div.history div.bar div.inner {
    width: 90%;
    max-width: 1150px;
    margin: 0px auto;
}
div.history div.bar div.inner div.history-item {
    display: block;
    width: 10.5%;
    float:left;
    position:relative;
    height: 180px;
    text-align:center;
    cursor: pointer;
}
div.history div.bar div.inner div.history-item div.image {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    position:absolute;
    bottom: 40px;
    bottom: -40px;
    opacity: 0;
    transition: all 200ms ease;

}
div.history div.bar div.inner div.history-item div.image img {
    display: block;
    width: 100%;
    max-width: 135px;
    border-radius: 20px;
    border: 2px solid #e8d525;
    box-sizing: border-box;
    overflow:hidden;
    margin: 0 auto;
}
div.history div.bar div.inner div.history-item span.jaar {
    color: white;
    font-weight: 600;
    font-size: 1.4em;
    display: block;
    position: absolute;
    bottom: 18px;
    width: 100%;
    text-shadow: 0 0 5px #333;

    transition: all 200ms ease;
}

div.history div.bar div.inner div.history-item:hover div.image,
div.history div.bar div.inner div.history-item.active div.image {
    opacity:1!important;
    bottom: 12px;
}

div.history div.bar div.inner div.history-item:hover span.jaar,
div.history div.bar div.inner div.history-item.active span.jaar {
    bottom: 47px;
    font-size: 1.5em;
}
/* old / disabled arrow
div.history div.bar div.inner div.history-item.active:after {
      border-top: 10px solid #acacac;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      content: "";
      height: 0;
      left: 50%;
      position: absolute;
      bottom: -30px;
      transform: translateX(-50%);
      width: 0;
}
*/
/* new arrows */
.row.history-content-arrows {
    height: 10px;
    margin-bottom: 20px;
    position: relative;
}
.row.history-content-arrows .arrow {
    width: 29px;
    height: 34px;
    position: absolute;
    left: 50%;
    top: 0;
    background: url(../img/koren.png)  no-repeat;
    background-size: 100%;
    /* border-top: 10px solid rgb(55 110 7); */
    /* border-left: 10px solid transparent; */
    /* border-right: 10px solid transparent; */
}
/* historie arrow > indien wel sidebar (100px breed) */
.row.history-content-arrows .arrow {
    margin-left: 59px;
}
@media screen and (max-width: 1440px) {
    .row.history-content-arrows .arrow {
        margin-left: 5px;
    }
}
/* historie arrow > indien geen grote sidebar */
body.nosidebar .row.history-content-arrows .arrow {
    margin-left: 60px;
}

div.history div.bar div.inner div.history-item span.dot {
    display: block;
    border-radius: unset;
    background: none;
    bottom: 0px;
    left: 50%;
    width: 0px;
    height: 0px;
    position: absolute;
    border-bottom: 20px solid #e8d525;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
div.row.history-content {
    min-height: 300px;
    margin-bottom: 20px;
}
div.history-item-content {
    padding: 3em 0;
    display: none;
}
div.history-item-content.active {
    display: block;
}
div.history-item-content h2 {
    font-size: 2em;
    color: #282C38;
    font-weight: 500;
}
div.history-item-content div.txt {
    margin-top: 2em;
    line-height: 2;
    color: #282C38;
    font-size: 1.1em; font-weight: 300;
}

.sec_history_chn {
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #f0f7f7 !important;
}
.sec_history_chn::before {
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    content: "";
    background-color: inherit;
    transform: rotate(45deg);
    bottom: -3%;
    left: 50%;
    border-left-width: 0;
    border-top-width: 0;
}
.sec_history_nchn {
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #dfeeee !important;
}
.sec_history_nchn::before {
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    content: "";
    background-color: inherit;
    transform: rotate(45deg);
    bottom: -3%;
    left: 50%;
    border-left-width: 0;
    border-top-width: 0;
}

.img-osn-left img {
    position: relative;
    float: right;
    right: 0;
    z-index: 2;
    width: 95%;
    border-radius: 20px;
    border: 2px solid #376e07;
}
.img-fon-left {
    position: absolute;
    width: 95%;
    margin-top: -5%;
}
.img-fon-left img {
    position: relative;
    float: left;
    left: 0;
    width: 90%;
    border-radius: 20px;
    border: 2px solid #376e07;
}
.img-osn-right img {
    position: relative;
    float: left;
    left: 0;
    z-index: 2;
    width: 95%;
    border-radius: 20px;
    border: 2px solid #376e07;
}
.img-fon-right {
    position: absolute;
    width: 97%;
    margin-top: -5%;
}
.img-fon-right img {
    position: relative;
    float: right;
    right: 0;
    width: 90%;
    border-radius: 20px;
    border: 2px solid #376e07;
}

.accordion {
    --bs-accordion-bg: #ffffff00 !important;
}

@media screen and (max-width: 900px) {
    div.history div.bar div.inner div.history-item div.image {
        display: none;
    }
    div.history div.bar div.inner div.history-item span.jaar {
        font-size: 0.7em;
    }
    div.history div.bar div.inner div.history-item.active span.jaar {
        bottom: 18px;
        font-size: 1em;
    }
    .row.history-content-arrows .arrow {
        display: none;
    }
    #wrapper .row .body.historycycle h1 {
        font-size: 1.8em !important;
        color: #fff;
        position: absolute;
        width: 60%;
        right: auto;
        left: 2em;
        top: 40%;
        margin-right: 0px;
        line-height: 1.15;
        text-align: left;
        z-index: 2;
        transform: translateY(-70%);
        -webkit-transform: translateY(-70%);
    }
    .col-img-left {margin-top: 30px;margin-bottom: 30px;}
    .col-img-right {margin-top: 30px;margin-bottom: 30px;}
    .img-fon-right {
        position: absolute;
        width: 94%;
        margin-top: -5%;
    }
}/* rows */
#wrapper .row {
    display: block;
    position: relative;
    box-sizing: border-box;
}
#wrapper .history {
    margin-top: 0;
}
@media screen and (max-width: 992px) {
  .wrapperh {
    z-index: 3;
    position: relative;
    top: -6px;
  }
  .row.history-content-arrows .arrow {
    margin-left: 5px;
    }  
    div.history div.images > img {
    width: auto;
    height: 100%;
    }
}

#wrapper .row.debug {
    background: #fff;
}
#wrapper .row .body {
    width: 90%;
    /* max-width: 1440px; */
    max-width: 1150px;
    margin: 0 auto;
    background: #ffffff;
    min-height: 100px;
    box-sizing: border-box;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
#wrapper .row.top-space {
    background: #fff; height: 100px;
    min-height: 100px;
}

#wrapper .row.preview {
    border-top: 2px dotted #85a236;
    border-bottom: 2px dotted #85a236;
}
#wrapper .row.preview:after {
    content: "PREVIEW";
    position: absolute;
    displaY: block;
    right: 4px; top: 4px;
    color: white;
    background: #85a236;
    padding: 6px 12px;
}

/*
#wrapper .row.top-space.hassubmenu {
    height: 140px;
}
*/

/* rows with full width */

#wrapper .row .body.slider, #wrapper .row .body.inspire, #wrapper .row .body.facts, #wrapper .row .body.projecten,
#wrapper .row .body.personslider, #wrapper .row .body.fotoalbum,
#wrapper .row .body.greencampus,
#wrapper .row .body.project-slider,
#wrapper .row .body.historycycle,
#wrapper .row .body.video

{
    max-width: 100%; width: 100%;
}

#wrapper .row .body.historycycle h1 {
    font-size: 4.5em;
    color: #fff;
    position: absolute;
    width: 600px;
    right: 55%;
    top: 50%;
    margin-right: -660px;
    line-height: 1em;
    text-align: left;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
    font-size: 3.5em;
}

@media screen and (max-width: 1100px) {
    #wrapper .row .body.historycycle h1 {
        font-size: 3.5em;
        width: 400px;
        right: 75%;
        top: 40%;
    }
}

@media screen and (max-width: 1440px) {
    #wrapper .row .body.historycycle h1 {
        font-size: 4.5em;
        width: 500px;
        margin-right: -560px;
    }
}

/** historycycle **/
div.row.history {
    /* margin-bottom: 20px; */
    overflow: hidden;
    box-sizing: border-box;
}
div.history div.images {
    width: 100%;
    height: 466px;
    overflow: hidden;
    background: #212121;
}
div.history div.images > img {
    width: auto;
    height: 100%;
    opacity:0;
    position:absolute;
    bottom:0;
    transition: all 600ms ease;
    z-index:1;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
div.history div.images > img.active {
    opacity:1;
    z-index:2;
}
div.history div.bar {
    width: 100%;
    height: 200px;
    margin-top: -200px;
    position:absolute;
    box-sizing: border-box;
    border-bottom: 20px solid rgb(55 110 7);
    z-index:3;
}
div.history div.bar div.inner {
    width: 90%;
    max-width: 1150px;
    margin: 0px auto;
}
div.history div.bar div.inner div.history-item {
    display: block;
    width: 10.5%;
    float:left;
    position:relative;
    height: 180px;
    text-align:center;
    cursor: pointer;
}
div.history div.bar div.inner div.history-item div.image {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    position:absolute;
    bottom: 40px;
    bottom: -40px;
    opacity: 0;
    transition: all 200ms ease;

}
div.history div.bar div.inner div.history-item div.image img {
    display: block;
    width: 100%;
    max-width: 135px;
    border-radius: 20px;
    border: 2px solid #e8d525;
    box-sizing: border-box;
    overflow:hidden;
    margin: 0 auto;
}
div.history div.bar div.inner div.history-item span.jaar {
    color: white;
    font-weight: 600;
    font-size: 1.4em;
    display: block;
    position: absolute;
    bottom: 18px;
    width: 100%;
    text-shadow: 0 0 5px #333;

    transition: all 200ms ease;
}

div.history div.bar div.inner div.history-item:hover div.image,
div.history div.bar div.inner div.history-item.active div.image {
    opacity:1!important;
    bottom: 12px;
}

div.history div.bar div.inner div.history-item:hover span.jaar,
div.history div.bar div.inner div.history-item.active span.jaar {
    bottom: 47px;
    font-size: 1.5em;
}
/* old / disabled arrow
div.history div.bar div.inner div.history-item.active:after {
      border-top: 10px solid #acacac;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      content: "";
      height: 0;
      left: 50%;
      position: absolute;
      bottom: -30px;
      transform: translateX(-50%);
      width: 0;
}
*/
/* new arrows */
.row.history-content-arrows {
    height: 10px;
    margin-bottom: 20px;
    position: relative;
}
.row.history-content-arrows .arrow {
    width: 29px;
    height: 34px;
    position: absolute;
    left: 50%;
    top: 0;
    background: url(../img/koren.png)  no-repeat;
    background-size: 100%;
    /* border-top: 10px solid rgb(55 110 7); */
    /* border-left: 10px solid transparent; */
    /* border-right: 10px solid transparent; */
}
/* historie arrow > indien wel sidebar (100px breed) */
.row.history-content-arrows .arrow {
    margin-left: 59px;
}
@media screen and (max-width: 1440px) {
    .row.history-content-arrows .arrow {
        margin-left: 17px;
    }
}
/* historie arrow > indien geen grote sidebar */
body.nosidebar .row.history-content-arrows .arrow {
    margin-left: 60px;
}

div.history div.bar div.inner div.history-item span.dot {
    display: block;
    border-radius: unset;
    background: none;
    bottom: 0px;
    left: 50%;
    width: 0px;
    height: 0px;
    position: absolute;
    border-bottom: 20px solid #e8d525;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
div.row.history-content {
    min-height: 300px;
    margin-bottom: 20px;
}
div.history-item-content {
    padding: 3em 0;
    display: none;
}
div.history-item-content.active {
    display: block;
}
div.history-item-content h2 {
    font-size: 2em;
    color: #282C38;
    font-weight: 500;
}
div.history-item-content div.txt {
    margin-top: 2em;
    line-height: 2;
    color: #282C38;
    font-size: 1.1em; font-weight: 300;
}

.sec_history_chn {
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #f0f7f7 !important;
}
.sec_history_chn::before {
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    content: "";
    background-color: inherit;
    transform: rotate(45deg);
    bottom: -3%;
    left: 50%;
    border-left-width: 0;
    border-top-width: 0;
}
.sec_history_nchn {
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #dfeeee !important;
}
.sec_history_nchn::before {
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    content: "";
    background-color: inherit;
    transform: rotate(45deg);
    bottom: -3%;
    left: 50%;
    border-left-width: 0;
    border-top-width: 0;
}

.img-osn-left img {
    position: relative;
    float: right;
    right: 0;
    z-index: 2;
    width: 95%;
    border-radius: 20px;
    border: 2px solid #376e07;
}
.img-fon-left {
    position: absolute;
    width: 95%;
    margin-top: -5%;
}
.img-fon-left img {
    position: relative;
    float: left;
    left: 0;
    width: 90%;
    border-radius: 20px;
    border: 2px solid #376e07;
}
.img-osn-right img {
    position: relative;
    float: left;
    left: 0;
    z-index: 2;
    width: 95%;
    border-radius: 20px;
    border: 2px solid #376e07;
}
.img-fon-right {
    position: absolute;
    width: 97%;
    margin-top: -5%;
}
.img-fon-right img {
    position: relative;
    float: right;
    right: 0;
    width: 90%;
    border-radius: 20px;
    border: 2px solid #376e07;
}

.accordion {
    --bs-accordion-bg: #ffffff00 !important;
}

.itlab-gar-his-img-1 {
    z-index: 2;
    height: fit-content;
    width: 43%;
    transform: matrix(1, 0, 0, 1, 0, 12);
}
.section_card {
    background-color: #397a0f;
    position: relative;
    padding: 3rem;
    max-width: 30rem;
    color: #fff;
    left: -36rem;
    top: 20rem;
    z-index: 5;
}
.itlab-gar-his-img-2 {
    max-width: 44rem;
    position: relative;
    top: -8rem;
    left: 32%;
    width: 62%;
    transform: matrix(1, 0, 0, 1, 0, 10);
}
.itlab-gar-his-img-3 {
    max-width: 44rem;
    position: relative;
    top: -11rem;
    left: 20%;
    width: 62%;
}
.circle_about {
    text-align: center;
    font-size: 2rem;
    background: #3a7b0f;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    float: left;
    line-height: 2.4rem;
    position: relative;
}
.circle_about_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: all 2s cubic-bezier(0.14, 0.96, 0.15, 1.02);
    transition: all 2s cubic-bezier(0.14, 0.96, 0.15, 1.02);
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    transform: translateY(2rem);
}
.circle_about_text {
    max-width: 77%;
    margin: 0 auto;
    line-height: 1.4;
}
.circle_about_handler h3  {
    font-size: 2rem;
    color: #397a0f;
}

@media screen and (max-width: 900px) {
    div.history div.bar div.inner div.history-item div.image {
        display: none;
    }
    div.history div.bar div.inner div.history-item span.jaar {
        font-size: 0.7em;
    }
    div.history div.bar div.inner div.history-item.active span.jaar {
        bottom: 18px;
        font-size: 1em;
    }
    .row.history-content-arrows .arrow {
        display: none;
    }
    #wrapper .row .body.historycycle h1 {
        font-size: 1.8em !important;
        color: #fff;
        position: absolute;
        width: 60%;
        right: auto;
        left: 2em;
        top: 40%;
        margin-right: 0px;
        line-height: 1.15;
        text-align: left;
        z-index: 2;
        transform: translateY(-70%);
        -webkit-transform: translateY(-70%);
    }
    .col-img-left {margin-top: 30px;margin-bottom: 30px;}
    .col-img-right {margin-top: 30px;margin-bottom: 30px;}
    .img-fon-right {
        position: absolute;
        width: 94%;
        margin-top: -5%;
    }
    .itlab-gar-his-img-1 {
        width: 100%;
    }
    .section_card {
        left: 0rem;
        top: 0rem;
    }
    .itlab-gar-his-img-2 {
        top: -10px;
        left: 0;
        width: 50%;
    }
    .itlab-gar-his-img-3 {
        top: 0;
        left: 0;
        width: 50%;
    }
    .circle_about {
        width: 48% !important;
        height: 203px;
        margin-top: 2% !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 2%;
    }
    .circle_about:nth-child(4) {
        display: none;
    }
    .circle_about:nth-child(5) {
        display: none;
    }
    .circle_about_content {
        -webkit-transition: all 2s cubic-bezier(0.14, 0.96, 0.15, 1.02);
        transition: all 2s cubic-bezier(0.14, 0.96, 0.15, 1.02);
        -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
        transform: translateY(1rem);
    }
    .circle_about_text {
        font-size: 0.9rem !important;
    }
    .circle_about_handler h3  {
        font-size: 2rem;
        color: #397a0f;
        margin-top: 35px;
    }
}