@import url("https://web.archive.org/web/20200301122332cs_/https://use.typekit.net/akb2vaa.css");
.wrapper {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.wrap {
    max-width: 1600px;
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}

main {
    margin: 0 auto;
    max-width: 1600px;
    overflow: hidden;
}

body {
    font-family: "europa";
    font-size: 18px;
    font-weight: normal;
    color: #495157;
}

a {
    text-decoration: none;
}

.elementor-text-editor a {
    color: #00347c;
    text-decoration: underline !important;
}

.site {
    min-height: 100%;
}

.lang-item img {
    display: none;
    height: 11px;
}

header {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    color: #fff;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
}

.hdwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

header .logo {
    float: left;
    width: 124px;
    height: 124px;
    margin-top: 40px;
}

header nav {
    float: right;
}

header nav {
    margin-top: 50px;
}

header nav ul {
    list-style: none;
    margin: 0;
}

header nav ul li {
    float: left;
}

header nav ul li a {
    color: #fff;
    display: block;
    margin-right: 35px;
    margin-top: -20px;
}

.lang {
    float: right;
    padding-top: 50px;
    margin-top: -20px;
}

.lang img {
    float: left;
    margin: 5px 9px 0 0;
}

.lang div {
    float: left;
}

.mobmenu {
    display: none;
}


/*
.mobmenu {
    display: none;
    background: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/icon-menu.png) no-repeat;S
    width: 26px;
    height: 24px;
    float: right;
    margin: 16px 5px 0 23px;
    cursor: pointer;
}

*/

.responsive-menu-button {
    display: none !important;
}

footer {
    background-color: #edeeef;
    max-width: 1600px;
    margin: 0 auto;
}

footer .tp {
    height: 141px;
}

footer .tp-left {
    float: left;
    width: 100%;
    max-width: 600px;
}

footer .logo {
    float: left;
    width: 45px;
    height: 45px;
    margin: 50px 0 0 0;
}

footer nav {
    float: left;
}

footer nav ul {}

footer nav ul li {
    float: left;
}

footer nav {
    margin-top: 61px;
}

footer nav ul {
    list-style: none;
    margin: 0;
}

footer nav ul li {
    float: left;
}

footer nav ul li a {
    color: #03224a;
    display: block;
    margin-right: 35px;
    font-size: 16px;
}

footer .tp-right {
    float: right;
    width: 100%;
    max-width: 290px;
}

footer .tp-right-email {
    color: #00347c;
    font-size: 16px;
    display: block;
    float: right;
    margin-top: 62px;
}

footer .tp-right-fb {
    width: 48px;
    height: 48px;
    background: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/icon-fb.png) center center no-repeat;
    display: block;
    float: right;
    margin-left: 24px;
    margin-top: 49px;
    background-size: 100% 100%;
}

footer .tp-right-in {
    width: 48px;
    height: 48px;
    background: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/icon-ln.png) center center no-repeat;
    display: block;
    float: right;
    margin-left: 10px;
    margin-top: 49px;
    background-size: 100% 100%;
}

footer .btm {
    border-top: 1px solid #d8d8d8;
    height: 79px;
    color: #495157;
    font-size: 14px;
    padding-top: 31px;
}

footer .btm a {
    color: #495157;
}

footer .btm-left {
    float: left;
    width: 50%;
}

footer .btm-right {
    float: left;
    width: 50%;
    text-align: right;
}


/*Home*/

.hmslider {
    position: relative;
}

.hmslider>.slide {
    overflow: hidden;
}

.info {
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 900px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.info h3 {
    font-size: 48px;
}

.info .sep {
    width: 100px;
    height: 3px;
    background-color: #70c1eb;
    display: inline-block;
    margin: 15px 0;
}

.info p {
    font-size: 24px;
}

.arrow-down {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.arrow-down .icon {
    width: 19px;
    height: 20px;
    background: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/arrow-down.png);
    display: block;
    margin: 0 auto 38px;
}

.dots {
    position: absolute;
    top: 43%;
    left: 145px;
    z-index: 10;
}

.dot {
    background: #918981;
    border-radius: 50%;
    overflow: hidden;
    width: 10px;
    height: 10px;
    position: relative;
    margin: 8px 4px;
}

.dot.active {
    background: #67bce8;
    border-radius: 50%;
    overflow: hidden;
    width: 18px;
    height: 18px;
    position: relative;
    margin: 8px 0;
}

.dot.active .dot-in {
    position: absolute;
    border-radius: 5px;
    background-color: #03224a;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    z-index: 20;
    display: block;
}

.dot.active .dot-slice {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    border: 4px solid rgba(255, 255, 255, 0);
    border-top: 4px solid #fff;
    border-radius: 50%;
    display: block;
}

.dot.active .dot-slice-1 {
    textIndent: 45;
    transform: rotate(45deg);
    display: block;
}

.dot.active .dot-slice-2 {
    textIndent: 135;
    transform: rotate(135deg);
    display: block;
}

.dot.active .dot-slice-3 {
    textIndent: 225;
    transform: rotate(225deg);
    display: block;
}

.dot.active .dot-slice-4 {
    textIndent: 315;
    transform: rotate(315deg);
    display: block;
}

.dot.active .dot-slice-over {
    border-top: 4px solid #67bce8;
    transform: rotate(45deg);
    display: none;
    z-index: 11;
}

.arrowDown {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
}

.arrowDownIcon {
    background: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/arrow-down.png);
    width: 19px;
    height: 19px;
    cursor: pointer;
    display: inline-block;
}

.arrowDown2 .arrowDownIcon {
    background: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/arrow-down2.png);
}

.hmVideo {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slide {
    z-index: 8;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.slide.active {
    z-index: 7;
}

.slide1 {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/slide1.jpg);
}

html {
    background: #EDEEEF !important;
}


/*
.slide1 video, .hmVideo video{
	min-width: 100%; 
	min-height: 100%; 
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	object-fit:cover;
}
*/

.slide1 video,
.hmVideo video {
    min-width: 100%;
    min-height: 480px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.slide1 .info {
    margin-top: 577px;
}

.slide2 {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/slide2.jpg);
}

.slide2 .info {
    margin-top: 599px;
    text-align: left;
}

.slide2 .info h3 {
    font-size: 36px;
}

@-webkit-keyframes MOVE-BG1 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 -10000px;
    }
}

@-webkit-keyframes MOVE-BG2 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 -16000px;
    }
}

@-webkit-keyframes MOVE-BG3 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 -24000px;
    }
}

.slide3 {
    background-color: #f6f6f7;
}

.lg {
    background-repeat: repeat;
    background-position: 0 0;
    -webkit-animation-name: MOVE-BG1;
    -webkit-animation-duration: 600s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 1700px auto;
    z-index: -1;
}

.lg1 {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/logosprepared/1.png);
    -webkit-animation-name: MOVE-BG2;
}

.lg2 {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/logosprepared/2.png);
    -webkit-animation-name: MOVE-BG3;
}

.lg3 {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/logosprepared/3.png);
}

.lg4 {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/logosprepared/4.png);
    -webkit-animation-name: MOVE-BG2;
}

.lg5 {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/logosprepared/5.png);
    -webkit-animation-name: MOVE-BG3;
}

.lg6 {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/logosprepared/6.png);
}

.lg7 {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/logosprepared/7.png);
    -webkit-animation-name: MOVE-BG2;
}

.lg8 {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/logosprepared/8.png);
    -webkit-animation-name: MOVE-BG3;
}

.slide3 .info {
    margin-top: 464px;
}

.slide3 .info h3 {
    font-size: 36px;
    color: #043779;
}

.slide3 .info p {
    font-size: 24px;
    color: #495157;
}

.slide3 .info .sep {
    background-color: #00347c;
}

.bdslide-3 header nav ul li a {
    color: #043779;
    text-shadow: 1px 2px 1px rgba(255, 255, 255, 0.5);
}

.logo_banner {
    background-image: url('/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/scrollinglogos.jpg');
    height: 265px;
    width: 100%;
    animation: backgroundScroll 60s linear infinite;
    background-size: auto 100%;
}

@keyframes backgroundScroll {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -4502px 0;
    }
}

.slide4 {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/slide1.jpg);
}

.slide4 .info {
    margin-top: 462px;
    text-align: left;
}

.slide4 .info h3 {
    font-size: 36px;
}

.slide4 .info p {
    font-size: 24px;
}

.slide5 {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/slide5.jpg);
}

.slide5 .info {
    margin-top: 551px;
    text-align: left;
}

.slide5 .info h3 {
    font-size: 36px;
}

.slide5 .info p {
    font-size: 24px;
}

.elementor-text-editor h2 {
    font-size: 48px;
    line-height: 58px;
}

.elementor-text-editor h3 {
    font-size: 36px;
}

.elementor-text-editor h4 {
    font-size: 30px;
}

.elementor-text-editor h5 {
    font-size: 24px;
    line-height: 40px;
}

.elementor-text-editor p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 26px;
}

.elementor-text-editor .sep {
    width: 100px;
    height: 3px;
    background-color: #70c1eb;
    display: inline-block;
    margin: 25px 0;
}

.elementor-text-editor .sep-grey {
    width: 100px;
    height: 3px;
    background-color: #d0d0d0;
    display: inline-block;
    margin: 25px 0;
}

.elementor-text-editor .sep-blue {
    width: 100px;
    height: 3px;
    background-color: #70c1eb;
    display: inline-block;
    margin: 25px 0;
}

.elementor-text-editor .sep-big-grey {
    width: 150px;
    height: 3px;
    background-color: #d0d0d0;
    display: inline-block;
    margin: 25px 0;
}

.brdleft::before {
    width: 2px;
    height: 264px;
    background-color: #d5d5d5;
    position: absolute;
    top: 9px;
    left: -34px;
    content: "";
}

.brdleft-small::before {
    width: 2px;
    height: 181px;
    background-color: #d5d5d5;
    position: absolute;
    top: 9px;
    left: -34px;
    content: "";
}

.p1Cnt1 {
    padding: 524px 20px 169px;
}

.p1Cnt2 {
    padding: 42px 0 30px;
}

.p1Cnt3 {
    padding: 424px 0 169px;
}

.p1Cnt4 {
    padding: 42px 0 30px;
}

.p1Cnt5 {
    padding: 344px 0 263px;
}

.p1Cnt6 {
    padding: 42px 0 30px;
}

.p1Cnt7 {
    padding: 495px 0 115px;
}

.p1Cnt8 {
    padding: 65px 30px 65px;
}

.p2Cnt1 {
    padding: 343px 0 312px;
}

.p2Cnt2 {
    padding: 42px 0 30px;
}

.p2Cnt3 {
    padding: 537px 0 156px;
}

.p2Cnt4 {
    padding: 42px 30px 30px;
}

.p2Cnt5 {
    padding: 299px 0 312px;
}

.p2Cnt6 {
    padding: 42px 30px 12px;
}

.p2Cnt6-2 {
    padding: 0px 30px 42px;
}

.p2Cnt6-2 img {
    max-width: 840px !important;
    margin: 0 auto;
}

.p2Cnt7 {
    padding: 539px 0 122px;
}

.p2Cnt8 {
    padding: 42px 0 30px;
}

.p3Cnt1 {
    padding: 324px 0 124px;
}

.p3Cnt2 {
    padding: 42px 0 30px;
}

.p3Cnt3 {
    padding: 42px 0 30px;
}

.p3Cnt3 ul {
    font-size: 20px;
    color: #00347c;
    list-style: none;
    padding: 0;
}

.p3Cnt3 li {
    background: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/arrow-right-2.png);
    padding-left: 26px;
    display: block;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 1px 10px;
    margin-bottom: 12px;
}

.p3Cnt3 a {
    font-size: 20px;
    color: #00347c;
}

.p3fl {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
}

.p3fl {
    overflow: hidden;
}

.p3fl-hdr {
    overflow: hidden;
}

.p3fl-hdr img {
    display: block;
    width: 100%;
}

.p3fl-cnt {
    position: relative;
    padding: 72px 0 72px 300px;
    overflow: hidden;
    max-width: 940px;
    margin: 0 auto;
}

.p3fl-cnt img {
    position: absolute;
    top: 77px;
    left: 79px;
    width: 169px;
}

.p3fl-cnt h4 {
    font-size: 20px;
    color: #043779;
    margin-bottom: 15px;
}

.p3fl-cnt p {
    font-size: 16px;
    line-height: 23px;
}


/*
.p3fl{
	overflow: hidden;
	margin: 0 auto;
	width:100%;
	max-width: 1600px;
}
.p3fl-left{
	float:left;
	width:60%;
	height: 400px;
	background-repeat:no-repeat;
	background-size: cover;
}
.p3fl-right{
	float:left;
	width:40%;
	height: 400px;
	padding: 20px 10px 0 53px;
}
.p3fl-right img{
	margin: 45px 0 20px 0;
}
.p3fl-right h4{
	font-size: 30px;
	color: #043779;
	margin-bottom: 15px;
}
.p3fl-right p{
	font-size: 16px;
}
*/

.hdrback {
    display: none;
}

.page-template-template-back .hdwrap .lang,
.page-template-template-back .hdwrap nav,
.page-template-template-back #responsive-menu-button {
    display: none !important;
}

.page-template-template-back .hdrback {
    display: block;
    width: 95px;
    height: 50px;
    line-height: 50px;
    border: solid 2px #ffffff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    background: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/closeme.png) no-repeat 82px 19px;
    position: absolute;
    right: 0;
    top: 70px;
    padding-left: 16px;
    cursor: pointer;
    text-shadow: none;
}

.page-id-157 .hdrback {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/closeme2.png);
    border-color: #043779;
    color: #043779;
}

.pVCnt1 {
    padding: 350px 0 40px;
}

.pVCnt2 {
    padding: 60px 0 60px;
}

.pVCnt2 h5 {
    margin-bottom: 20px;
    line-height: 32px;
    color: #043779;
}

.pVCnt2 h4 {
    margin-bottom: 20px;
    line-height: 32px;
    font-size: 24px;
}

.pVCnt2 p {}

.pVCnt2 ul {
    font-size: 20px;
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 40px;
}

.pVCnt2 li {
    background: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/arrow-right-2.png);
    padding-left: 26px;
    display: block;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 1px 10px;
    margin-bottom: 12px;
}

.pVCnt2 .sep {
    width: 400px;
    padding: 0 20px;
    margin: 45px auto 60px;
    height: 2px;
    background-color: #d8d8d8;
}

input[type=text],
input[type=email],
textarea {
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    border: solid 1px #d5d5d5;
    font-size: 18px;
    padding: 0 0 0 15px;
    font-family: europa;
}

input[type=submit] {
    height: 50px;
    line-height: 50px;
    background-color: #043779;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    border: none;
}

.formoneline {
    display: none;
}

.formoneline input[type=text],
.formoneline input[type=email] {
    width: 233px;
    display: inline-block;
}

.formoneline input[type=submit] {
    width: 126px;
    display: inline-block;
}

.formoneline2 {}

.formoneline2 h2 {
    font-size: 36px;
    color: #043779;
}

.formoneline2 p {
    max-width: 367px;
    margin: 0 auto 20px;
}

.formoneline2 a {
    text-decoration: underline;
}

.formoneline2 .sep-small {
    width: 100px;
    margin: 15px auto 15px;
}

.formoneline2 .sep {
    margin: 33px auto 33px;
}

.pFcnt1 {
    padding: 300px 0 200px;
}

.formfull input[type=text],
.formfull input[type=email] {
    width: 376px;
    display: block;
    margin: 0 auto 20px;
}

.formfull input[type=submit] {
    width: 376px;
    display: block;
    margin: 0 auto 20px;
}

.formfull textarea {
    width: 376px;
    display: block;
    margin: 0 auto 20px;
    height: 200px;
}

.pCCnt1 {
    padding: 340px 0 73px;
}

.cnt-blc {
    width: 100%;
    background-color: #ffffff;
    border: solid 2px #d5d5d5;
    padding: 40px 20px 18px;
}

.cnt-blc h4 {
    font-size: 24px;
    color: #043779;
    text-align: center;
}

.cnt-blc a {
    width: 162px;
    height: 50px;
    background-color: #043779;
    display: block;
    line-height: 50px;
    margin: 33px auto 0;
    color: #fff;
    text-align: center;
}

.cnt-blc-left {}

.pC2Cnt1 {
    padding: 200px 0 200px;
}

.cnt2item {}

.cnt2item h5 {
    color: #043779;
}

.cnt2item p {}

.cnt2item a {}

.cnt2item-border {
    border-right: 1px solid #d5d5d5;
}

.pCCnt2 {
    padding: 60px 0 60px !important;
}

.cnt2item>div {
    padding: 12px 60px 0 !important;
}

.cnt2item .sep {
    background-color: #d5d5d5;
    margin: 16px 0 0;
}

.jobs {
    text-align: center;
    overflow: hidden;
    width: 580px;
    margin: 0 auto;
}

.jobs-item {
    display: block;
    width: 185px;
    background-color: #ffffff;
    border: solid 2px #dee2e5;
    margin: 24px 4px;
    padding-bottom: 13px;
    float: left;
}

.jobs-item .name {
    font-size: 20px;
    color: #00347c;
    padding-top: 11px;
    cursor: pointer;
}

.jobs-item .body {
    display: none;
    text-align: center;
    margin: 10px 0 5px;
}

.jobs-item .body a {
    font-size: 16px;
    display: block;
    width: 100%;
    color: #495157;
    line-height: 28px;
}

.pCCnt1 {
    padding: 350px 0 40px;
}

.pCCnt2 {
    padding: 60px 0 0px;
}

.pCCnt3 {
    padding: 0px 0 150px;
}

.p4Cnt1 {
    padding: 530px 0 160px;
}

.p4Cnt2 {
    padding: 42px 0 30px;
}

.p4Cnt23 {
    padding: 378px 0 230px;
}

.p4Cnt3 {
    overflow: hidden;
}

.p4Cnt4 {
    padding: 494px 0 106px;
}

.p4Cnt5 {
    padding: 140px 0 470px;
}

.p4Cnt6 {
    padding: 42px 0 32px;
}

.p4Cnt7 {
    padding: 450px 0 170px;
}

.p4Cnt8 {
    padding: 450px 0 100px;
}

.p4Cnt2 h5 {
    color: #043779;
}

.p4Cnt2 .sep {
    background-color: #d5d5d5;
}

.p4Cnt2 p {
    max-width: 820px;
    margin: 0 auto;
}

.p4Cnt2 strong {
    color: #2f2f2f
}

.p4Cnt3 .elementor-column-wrap.elementor-element-populated {
    padding-bottom: 0 !important;
}

.p4Cnt4 .sep {
    background-color: #fff;
}

.p4Cnt4 a {
    width: 296px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    border: solid 2px #ffffff;
    color: #fff;
    display: block;
    font-size: 18px;
}

.p4Cnt5-left {}

.p4Cnt5-right {}

.p4Cnt5-right::before {
    width: 2px;
    height: 154px;
    background-color: #d5d5d5;
    position: absolute;
    top: -7px;
    left: -34px;
    content: "";
}

.p4Cnt5 a {
    width: 296px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    border: solid 2px #043779;
    color: #043779;
    display: block;
    font-size: 18px;
    margin: 12px auto 0;
}

.team {
    width: 100%;
    height: 919px;
    position: relative;
}

.team-in {
    transform-origin: center bottom;
}

.team-img>div {
    position: absolute;
    bottom: 0;
    right: 0px;
    background-position: bottom center;
    background-repeat: no-repeat;
    transform-origin: center bottom;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.team-img>div:hover {
    transform: scale(1.05);
}

.team-img>.team-img-1 {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/1.png);
    z-index: 2;
    right: 592px;
    width: 343px;
    height: 785px;
    background-size: 344px auto;
}

.team-img>.team-img-2 {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/2.png);
    z-index: 1;
    right: 207px;
    width: 486px;
    height: 785px;
    background-size: 483px auto !important;
}

.team-img>.team-img-3 {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/3.png);
    z-index: 3;
    right: 83px;
    width: 436px;
    height: 785px;
    background-size: 439px auto !important;
}

.team-img>.team-img-4 {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/4.png);
    z-index: 2;
    right: -87px;
    width: 373px;
    height: 785px;
    background-size: 373px auto;
}

.team-img>.team-img-5 {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/5.png);
    z-index: 1;
    right: -329px;
    width: 381px;
    height: 785px;
    background-size: 409px auto !important;
}

.team-text {
    color: #043779;
    font-size: 48px;
    font-weight: 400;
    line-height: 54px;
    position: absolute;
    z-index: 6;
    top: 190px;
    left: -27px;
}

.team-text span {
    display: block;
    font-size: 24px;
    color: #495157;
}

.member {
    position: absolute;
    top: -10px;
    left: -240px;
    width: 1600px;
    height: 102%;
    overflow: hidden;
    display: none;
    z-index: 10;
    background: #EFF0F1;
}

.mem-left {
    background-color: #eff0f1;
    width: 50%;
    height: 100%;
    float: left;
    background-size: auto 85%;
    background-position: bottom center;
    background-repeat: no-repeat;
    opacity: 0;
}

.m1 .mem-left {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/1.png);
}

.m2 .mem-left {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/2.png);
}

.m3 .mem-left {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/3.png);
}

.m4 .mem-left {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/4.png);
}

.m5 .mem-left {
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/5.png);
}

.mem-right {
    background-color: #fcfcfe;
    width: 50%;
    height: 100%;
    float: left;
    padding-top: 310px;
}

.mem-right p {
    font-size: 20px;
    color: #70c1eb;
    margin: 0 134px 0;
}

.mem-right h4 {
    color: #495157;
    font-size: 36px;
    margin: 0 134px 30px;
}

.mem-close {
    background-repeat: no-repeat;
    background-image: url(/web/20200301122332im_/https://firstconsulting.nl/wp-content/themes/firstconsulting/images/close-blue.png);
    background-position: top right;
    position: absolute;
    top: 23px;
    right: 21px;
    font-size: 16px;
    color: #043779;
    padding-right: 30px;
    cursor: pointer;
}

.tech {}

.tech tr {}

.tech td {
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 8px;
    color: #495157;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
}

.tech td:first-child {
    color: #00347c;
    font-size: 20px;
    text-align: left;
    padding: 10px 34px 10px 0;
}

.tech tr:last-child td {
    border-bottom: none;
}

.tech td a {
    color: #495157;
    text-decoration: none !important;
}

.h4spacing {
    line-height: 50px;
}

@media (max-height: 850px) {
    .slide1 .info {
        margin-top: 500px;
    }
}

@media (max-height: 740px) {
    .slide1 .info {
        margin-top: 350px;
    }
    .slide2 .info {
        margin-top: 350px;
        margin-left: 130px;
    }
    .slide3 .info {
        margin-top: 313px;
    }
    .slide4 .info {
        margin-top: 350px;
        margin-left: 130px;
    }
    .slide5 .info {
        margin-top: 350px;
        margin-left: 130px;
    }
}

@media (max-height: 560px) {
    .slide1 .info {
        margin-top: 280px;
    }
    .slide2 .info {
        margin-top: 280px;
        margin-left: 130px;
    }
    .slide3 .info {
        margin-top: 270px;
    }
    .slide4 .info {
        margin-top: 280px;
        margin-left: 130px;
    }
    .slide5 .info {
        margin-top: 280px;
        margin-left: 130px;
    }
}

@media (max-width: 1600px) {
    header {
        max-width: 960px;
    }
    .wrapper {
        width: 100%;
    }
    .dots {
        left: 45px;
    }
    /*
	.p3fl-left{
		width:50%;
	}
	.p3fl-right{
		width:50%;
	}
	*/
    .team-in {
        transform: scale(0.55);
        transform-origin: center bottom;
        height: 480px;
        margin-left: 94px;
    }
    .team {
        height: 480px;
    }
    .team-text {
        font-size: 40px;
        line-height: 46px;
        top: 117px;
        left: 40px;
    }
    .member {
        left: 0;
        width: 100%;
    }
    .mem-right h4 {
        margin: 0 50px 30px;
    }
    .mem-right p {
        margin: 0 50px 0;
    }
    .mem-right {
        padding-top: 112px;
    }
}

@media (max-width: 1024px) {
    .pC2Cnt1 {
        padding: 70px 0 70px;
    }
    .cnt2item-border {
        border: none;
    }
    .p3fl-cnt img {
        position: relative;
        top: auto;
        left: auto;
        width: 169px;
        margin: 0 auto 20px;
        display: block;
    }
    .p3fl-cnt {
        position: relative;
        padding: 45px 15px 45px 15px;
        overflow: hidden;
        max-width: 940px;
        margin: 0 auto;
    }
    .member {
        height: 105%;
    }
    .team-text {
        font-size: 18px;
        line-height: 21px;
        position: relative;
        top: 0;
        left: 0;
    }
    .team {
        height: 271px;
    }
    .team-in {
        transform: scale(0.25);
        transform-origin: center bottom;
        height: 208px;
        margin-left: 94px;
    }
    /*
	.p3fl-left{
		width:100%;
		float: none;
	}
	.p3fl-right{
		width:100%;
		float: none;
		height: auto;
		padding: 15px;
	}
	*/
    header {
        max-width: 300px;
    }
    header .logo {
        width: 55px;
        height: 55px;
        margin-top: 10px;
    }
    .lang {
        margin-top: 15px;
    }
    header nav {
        display: none;
    }
    .info {
        margin: 150px auto 0 !important;
        text-align: center !important;
        padding: 0;
        width: 220px;
    }
    .info h3 {
        font-size: 18px !important;
    }
    .info p {
        font-size: 14px !important;
    }
    .dots {
        left: 10px;
    }
    .mobmenu {
        display: block;
    }
    .tp-left {
        width: auto !important;
    }
    footer .tp-right {
        max-width: 230px;
    }
    footer .tp-right-in {
        width: 28px;
        height: 28px;
        background-size: 100% 100%;
        margin-top: 31px;
    }
    footer .tp-right-fb {
        width: 28px;
        height: 28px;
        background-size: 100% 100%;
        margin-top: 31px;
    }
    footer .tp-right-email {
        font-size: 14px;
        margin-top: 36px;
    }
    footer nav {
        display: none;
    }
    footer .tp {
        height: 88px;
    }
    footer .logo {
        margin: 24px 0 0 0;
    }
    .elementor-text-editor h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .elementor-text-editor h3 {
        font-size: 20px;
    }
    .elementor-text-editor h4 {
        font-size: 18px;
    }
    .elementor-text-editor h5 {
        font-size: 16px;
        line-height: 24px;
    }
    .elementor-text-editor p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 18px;
    }
    .elementor-text-editor .sep {
        width: 80px;
        height: 3px;
        margin: 15px 0;
    }
    .elementor-text-editor .sep-grey {
        width: 80px;
        height: 3px;
        margin: 15px 0;
    }
    .elementor-text-editor .sep-blue {
        width: 80px;
        height: 3px;
        margin: 15px 0;
    }
    .elementor-text-editor .sep-big-grey {
        width: 100px;
        margin: 15px 0;
    }
    .brdleft::before {
        display: none;
    }
    .p1Cnt1 {
        padding: 90px 15px 40px;
    }
    .p1Cnt2 {
        padding: 40px 0 40px;
    }
    .p1Cnt3 {
        padding: 40px 0 40px;
    }
    .p1Cnt4 {
        padding: 40px 0 40px;
    }
    .p1Cnt5 {
        padding: 40px 0 40px;
    }
    .p1Cnt6 {
        padding: 40px 0 40px;
    }
    .p1Cnt7 {
        padding: 40px 0 40px;
    }
    .p1Cnt8 {
        padding: 40px 0 40px;
    }
    .p2Cnt1 {
        padding: 90px 15px 40px;
    }
    .p2Cnt2 {
        padding: 40px 0 40px;
    }
    .p2Cnt3 {
        padding: 40px 0 40px;
    }
    .p2Cnt4 {
        padding: 40px 0 40px;
    }
    .p2Cnt5 {
        padding: 40px 0 40px;
    }
    .p2Cnt6 {
        padding: 40px 0 40px;
    }
    .p2Cnt7 {
        padding: 40px 0 40px;
    }
    .p2Cnt8 {
        padding: 40px 0 40px;
    }
    .p3Cnt1 {
        padding: 90px 15px 40px;
    }
    .p3Cnt2 {
        padding: 40px 0 40px;
    }
    .p3Cnt3 {
        padding: 40px 0 40px;
    }
    .pCCnt1 {
        padding: 92px 30px 18px;
    }
    .pCCnt2 {
        padding: 7px 0 0px;
    }
    .pCCnt3 {
        padding-bottom: 30px;
    }
    .jobs-item {
        float: none;
        margin: 16px auto 0;
    }
    .jobs {
        margin: 0 auto;
        width: auto;
    }
    .formfull input[type="text"],
    .formfull input[type="email"],
    .formfull textarea {
        width: auto;
        max-width: 100%;
    }
    .formfull input[type="submit"] {
        display: block;
        width: 100%;
        max-width: 412px;
    }
    .pFcnt1 {
        padding: 109px 0 0;
    }
    .page-template-template-back .hdrback {
        top: 15px;
    }
    .pVCnt1 {
        padding: 92px 10px 18px;
    }
    .pVCnt2 {
        padding: 15px 0 15px;
    }
    .formoneline input[type="text"],
    .formoneline input[type="email"],
    .formoneline input[type="submit"] {
        width: 300px;
        display: block;
        margin-bottom: 12px;
    }
    .p4Cnt1 {
        padding: 90px 15px 40px;
    }
    .p4Cnt2 {
        padding: 30px 0 20px;
    }
    .p4Cnt23 {
        padding: 72px 0 27px;
    }
    .p4Cnt3 {
        overflow: hidden;
    }
    .p4Cnt4 {
        padding: 60px 0 60px;
    }
    .p4Cnt5 {
        padding: 60px 0 60px;
    }
    .p4Cnt6 {
        padding: 8px 0 10px;
    }
    .p4Cnt7 {
        padding: 40px 0 50px;
    }
    .p4Cnt8 {
        padding: 60px 0 60px;
    }
    .lang {
        padding-top: 16px;
    }
    .team-text span {
        font-size: 14px;
    }
    .tech td {
        padding: 10px 6px;
        font-size: 14px;
    }
    .tech td:first-child {
        font-size: 14px;
        padding-right: 5px;
    }
    .tech td a {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    /*
	.p3fl-left {
	    height: 220px;
	}
	*/
    .extrapaddingwidget .elementor-widget-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .logo_banner {
        height: 188px;
        background-size: auto 100%;
    }
    .member {
        left: -5%;
        width: 110%;
        height: 105%;
    }
    .mem-left {
        width: 40%;
        background-size: auto 77%;
    }
    .mem-close {
        top: 12px;
        right: 12px;
    }
    .mem-right {
        padding-top: 57px;
        width: 58%;
    }
    .mem-right h4 {
        margin: 0 16px 8px;
    }
    .mem-right p {
        margin: 0 16px 8px;
    }
}