/*== == FOLD1 == ==*/

.fold1 {
    position: relative;
    color: white;
    padding: 200px 0px 150px 0px;
    text-align: center;
}

.fold1-background {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0px;
}

.fold1-background img {
    width: 100%;
    height: 100%;
    top: 0px;
    object-fit: cover;
}
.about .fold1-background img {
    object-position: center bottom;
}
.fold1 h1 {
    font-size: 72px;
    line-height: 72px;
}

.fold1 h1 ~ p {
    width: 540px;
    margin: auto;
}

.fold1::before {
    content: '';
    background: #9b98984f;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

	/*== == FOLD1 END == ==*/


/*== == CONTENT FOLDJ == ==*/
.content-fold-j-wrapper {
    display: flex;
    align-items: center;
    padding: 50px 0px;
    flex-direction: row;
    justify-content: space-between;
}

.content-fold-j-img img {
    height: 100%;
    object-fit: cover;
}

.content-fold-j-img {
    flex: 0 0 calc(47.5%);
    position: relative;
}

.content-fold-j-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.content-fold-j-content {
    display: flex;
    flex-direction: column;
    flex: 0 0 47.5%;
    color: white;
    z-index: 1;
}

.content-fold-j-content p{
    color: var(--color0);
}

.content-fold-j {
    /* background: #fff; */
    position: relative;
    z-index: 3;
}



.content-fold-j-content .title {
    margin-bottom: 20px;
    position: relative;
}


.flipped .content-fold-j-wrapper{
    flex-direction: row-reverse;
}

ul.service-list {
    list-style: none;
    padding: 0px;
    margin: 0px 0px;
    text-align: left;
}

ul.service-list li {
    position: relative;
    left: 20px;
    color: var(--color0);
    margin: 5px 0px;
}

.marine ul.service-list li::before{
    content: "\f13d";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: -20px;
    color: var(--color1);
    font-size: 12px;
    font-family: fontawesome;
}

.rounded-fold .content-fold-j-img{
    border-radius: 30px;
    overflow: hidden;
}

.circle-fold .content-fold-j-img img{
    clip-path: circle(50%);
    overflow: hidden;
    height: auto;
    width: auto;
}

.content-fold-j .row-container {
    max-width: 1380px;
}

.content-fold-j-content .title {
    color: white;
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
}

.content-fold-j-content .title span {
    display: block;
    font-size: 52px;
    line-height: 60px;
    color: white;
    font-weight: 700;
}

.content-fold-j::before {
    width: 50%;
    height: 100%;
    background: var(--rood);
    z-index: -2;
    content: '';
    position: absolute;
}

.content-fold-j::after {
    width: 50%;
    height: 100%;
    /* background: var(--grijs); */
    z-index: -2;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.content-fold-j-labels::before {
    content: '';
    background-image: url('/wp-content/uploads/2022/09/red-strip-reversed.png');
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0px;
    pointer-events: none;
    filter: brightness(0.85);
    background-size: 175px;
}

.content-fold-j-labels::after {
    content: '';
    background-image: url('/wp-content/uploads/2022/09/red-strip.png');
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 200px;
    pointer-events: none;
}

	/*== == CONTENT FOLDJ END == ==*/

/*== == CONTENT FOLDC == ==*/


/*CONTENT FOLD C*/
.content-fold-c-wrapper {
    display: flex;
    align-items: stretch;
    padding: 150px 0px;
    gap: 40px;
    justify-content: flex-end;
}

.content-fold-c-img img {
    height: 100%;
    object-fit: cover;
}

.content-fold-c-img {
    position: absolute;
    width: calc(47.5%);
    height: 100%;
}

.rounded-fold .content-fold-c-img{
    border-radius: 30px;
    overflow: hidden;
}

.circle-fold .content-fold-c-img{
    left: -200px
}

.circle-fold .flipped .content-fold-c-img{
	right: -200px;
	left: auto;
}

.circle-fold .content-fold-c-img img{
    clip-path: circle(50%)
}

.content-fold-c-img img {
    height: 100%;
    object-fit: cover;
    min-height: 500px;
    width: 100%;
}


.content-fold-c-content {
    display: flex;
    flex-direction: column;
    width: calc(47.5% + 0px);
}

.content-fold-c {
    background: var(--color3b);
    position: relative;
}


.content-fold-c-content .title {
    color: black;
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
}


.flipped .content-fold-c-wrapper{
    flex-direction: row-reverse;
}

.flipped .content-fold-c-img {
    right: 0;
}

.content-fold-c-content .title span {
    font-weight: 700;
    display: block;
    font-size: 52px;
    line-height: 60px;
}


	/*== == CONTENT FOLDC END == ==*/

/*== == ABOUT == ==*/

.about .content-fold-j-labels::after {
    filter: hue-rotate(235deg);
    opacity: 0;
}

	/*== == ABOUT END == ==*/

/*== == RAIL == ===*/

    /*== == RAIL END == ==*/

/*== == MARINE == ==*/

.marine .content-fold-j::before {
    background: var(--blauw);
}
.marine .content-fold-j-labels::before {
    filter: hue-rotate(255deg);
}
.marine .content-fold-j-labels::after {
    filter: hue-rotate(255deg);
}
.marine a.readmore.alt::before {
    background: linear-gradient(90deg, rgba(6,51,134,1) 0%, rgba(32,72,195,1) 100%);
}
.marine a.readmore.alt::after {
    background: linear-gradient(90deg, rgba(190,4,29,1) 0%, rgba(120,17,14,1) 100%);
}

.marine .footer-block::after {
    filter: hue-rotate(255deg);
}
.marine .sgpb-popup-dialog-main-div-theme-wrapper-1::before {
    background: linear-gradient(90deg, rgba(190,4,29,1) 0%, rgba(120,17,14,1) 100%);
}
.marine #sgpb-popup-dialog-main-div .pweb-title {
    background: linear-gradient(90deg, rgba(6,51,134,1) 0%, rgba(32,72,195,1) 100%);
    padding-bottom: 10px;
    color: white;
    margin-bottom: 30px;
}
	/*== == MARINE END === ==*/

/*== == SENSOR == ==
.page-template-service-template.sensor div.logo::before {
    background: linear-gradient(180deg, rgb(87 87 87) 0%, rgb(128 128 128) 100%);
    width: 200%;
}
*/
	/*== == SENSOR END == ==*/