/* 

    table of content 



    - MAIN - PREDEFINES
    - HEADER




*/




.grecaptcha-badge {
    visibility: hidden;
}


/* [ ================ MAIN - PREDEFINES ================== ] */
/* [ ================ MAIN - PREDEFINES ================== ] */
/* [ ================ MAIN - PREDEFINES ================== ] */

:root {
    --blue: #1C1C46;
    --dark: #1C1C46;
    --silver: #8596A7;
    --red: #961927;
    --orange: #E97472;
    --orangeOpacity: rgba(233, 116, 114, 0.08);

    --shadow_for_box: 0px 125px 80px rgba(28, 28, 70, 0.04), 0px 52.222px 33.4221px rgba(28, 28, 70, 0.0287542), 0px 27.9204px 17.869px rgba(28, 28, 70, 0.0238443), 0px 15.6519px 10.0172px rgba(28, 28, 70, 0.02), 0px 8.31263px 5.32008px rgba(28, 28, 70, 0.0161557), 0px 3.45907px 2.21381px rgba(28, 28, 70, 0.0112458);
}


html {
    transition: opacity 0.2s;
}

body,
html {
    font-family: 'DM Sans', sans-serif;
    background: #fff;
    line-height: 1.5;
    font-size: 16px;
    margin: 0;
    color: var(--dark);
    font-weight: 400;
}


* {
    box-sizing: border-box;
}



p,
ul,
li,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

li {
    list-style: none
}

.container {
    max-width: 1160px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

.container-small {
    max-width: 1440px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}



a,
button,
input,
textarea,
select {
    font-family: 'DM Sans', sans-serif;
}

a,
button {
    cursor: pointer;
    text-decoration: none;
}

ul {
    margin-bottom: 0;
}

li {
    list-style: none
}

img {
    max-width: 100%;
    display: block;
}


img[data-lazy] {
    opacity: 0;
    transition: 0.8s;
}

img[data-lazy].fade {
    opacity: 1;
}


p a {
    color: #91B2BE;
    font-weight: bold;
    transition: 0.2s;
    text-decoration: underline;
}


img[src=""] {
    display: none;
    opacity: 0;
    visibility: hidden;
}

p a:hover {
    color: #496e7c;
}


/*scrollbar*/

::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #1c1c4629;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #1c1c4629;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: var(--blue);
}




.textShadow {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/*font defines*/


.mt8 {
    margin-top: 8px
}

.mt16 {
    margin-top: 16px
}

.mt18 {
    margin-top: 18px
}

.mt20 {
    margin-top: 20px
}

.mt24 {
    margin-top: 24px
}

.mt28 {
    margin-top: 28px
}

.mt32 {
    margin-top: 32px
}

.mt40 {
    margin-top: 40px
}

.mt55 {
    margin-top: 55px;
}

.mt80 {
    margin-top: 80px
}



.mb8 {
    margin-bottom: 8px
}

.mb16 {
    margin-bottom: 16px
}

.mb18 {
    margin-bottom: 18px
}

.mb20 {
    margin-bottom: 20px
}

.mb24 {
    margin-bottom: 24px
}

.mb28 {
    margin-bottom: 28px
}

.mb32 {
    margin-bottom: 32px
}

.mb40 {
    margin-bottom: 40px
}

.mb55 {
    margin-bottom: 55px
}

.mb80 {
    margin-bottom: 80px
}





.fs18 {
    font-size: 18px
}

.fw500 {
    font-weight: 500
}


h1 {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.14;
}

h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}


h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.25;
}


h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
}


h5 {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.33;
}


h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
}



.silver {
    color: var(--silver);
}

orange {
    color: var(--orange)
}

/* center div */

.middle {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
}


/* text elipsis */

.limitRows1,
.limitRows2,
.limitRows3,
.limitRows4,
.limitRows5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.limitRows1 {
    -webkit-line-clamp: 1;
}

.limitRows2 {
    -webkit-line-clamp: 2;
}

.limitRows3 {
    -webkit-line-clamp: 3;
}

.limitRows4 {
    -webkit-line-clamp: 4;
}

.limitRows5 {
    -webkit-line-clamp: 5;
}




/* buttons */


.textLink {
    color: var(--red);
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
    display: inline-flex;
}

.textLink.orange {
    color: var(--orange);
}

.textLink.gold {
    color: #B19B5D;
}

.textLink arrow {
    position: relative;
    top: 1px;
    left: 3px;
    transition: 0.3s;
}


.textLink:hover arrow {
    left: 7px;
}


/*dropshadow box*/


.shadow-for-box {
    box-shadow: 0px 125px 80px rgba(28, 28, 70, 0.04), 0px 52.222px 33.4221px rgba(28, 28, 70, 0.0287542), 0px 27.9204px 17.869px rgba(28, 28, 70, 0.0238443), 0px 15.6519px 10.0172px rgba(28, 28, 70, 0.02), 0px 8.31263px 5.32008px rgba(28, 28, 70, 0.0161557), 0px 3.45907px 2.21381px rgba(28, 28, 70, 0.0112458);
}




/* [ ================ HEADER ================== ] */
/* [ ================ HEADER ================== ] */
/* [ ================ HEADER ================== ] */



/* HAMBURGER */

.menu-wrapper {
    position: absolute;
    top: 13px;
    right: 20px;
    margin: auto;
    width: 20px;
    height: 50px;
    cursor: pointer;
    display: none;
    z-index: 10000;
    display: none !important;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
    width: 20px;
    height: 2px;
}

.hamburger-menu {
    position: relative;
    transform: translateY(25px);
    background: #fff;
    transition: all 0ms 300ms;
    width: 13px;
}

.hamburger-menu.animate {
    background: rgba(255, 255, 255, 0) !important;
}

.hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    background: #fff;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: #fff;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}



.h_silver .hamburger-menu,
.h_white .hamburger-menu,
.h_orange .hamburger-menu {
    background: var(--blue);
}

.h_silver .hamburger-menu:before,
.h_white .hamburger-menu:before,
.h_orange .hamburger-menu::before {
    background: var(--blue);
}

.h_silver .hamburger-menu:after,
.h_white .hamburger-menu:after,
.h_orange .hamburger-menu::after {
    background: var(--blue);
}





/*header*/



.header {
    background: var(--dark);
    color: white;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: sticky;
    top: 0;
    transition: 0.2s;
    padding-bottom: 0;
    z-index: 9999999;
}

.header .container {
    max-width: 1440px;
    padding: 0 32px;
}

.header.submenuActive {
    padding-bottom: 55px;
}


.header .logo a {
    height: 52px;
    display: flex;
    align-items: center;
    font-size: 32px;
    color: white;
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.header .menu-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .menu-list>li {
    margin-left: 25px;
    display: flex;
    align-items: center;
}

.header .menu-list>li>a {
    position: relative;
    display: flex;
    padding: 30px 0;
    align-items: center;
}

.header .menu-list>li:not(.special)>a::before {
    content: '';
    width: 0;
    height: 2px;
    background: var(--orange);
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: 0.3s;
}

.header .menu-list>li:hover>a::before {
    width: 100%;
    transition: 0.2s;
}

.header .menu-list>li.active>a::before {
    width: 100%;
    transition: 0.2s;
}

.header .menu-list>li.menu-item-has-children>a::after {
    content: '';
    background: url(../images/arrowDown.svg) no-repeat;
    width: 11.5px;
    height: 7px;
    margin-left: 7px;
}


.header .menu-list>li a {
    color: white;
}


.header .menu-list>li.special a {
    background: transparent;
    padding: 8px 16px;
    border-radius: 4px;
    position: relative;
}


.header .menu-list>li.special a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 100%;
    width: 0%;
    transition: 0.25s width;
    background: rgb(0 0 0 / 20%);
    z-index: -1;
    border-radius: 4px;
}

.header .menu-list>li.special a::after {
    content: '';
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    height: 100%;
    width: 100%;
    transition: 0.25s width;
    background: var(--red);
    z-index: -2;
    border-radius: 4px;
}


.header .menu-list>li.special a:hover::before {
    width: 100%;
}


.header .menu-list .sub-menu {
    position: absolute;
    top: 85px;
    width: 100%;
    left: 0;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    background: #161638;
    padding: 15px;
}

.header .menu-list .sub-menu li {
    margin: 0 12px;
}


.header .menu-list>li.visible .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 95;
}

.header .menu-list .sub-menu li a {
    transition: 0.2s;
}

.header .menu-list .sub-menu li a:hover {
    color: var(--orange);
}












.button-1.big {
    padding: 16px 32px;
    font-size: 18px;
    line-height: 24px;
}

.button-1 arrow {
    position: relative;
    top: 1px;
    transition: 0.3s;
    left: 0;
}

.button-1:hover arrow {
    left: 3px;
}



/*transparent header*/



.header.h_orange {
    background: rgb(253, 244, 244);
    border-bottom: 1px solid rgba(57, 57, 57, 0.1);
}

.header.h_orange .menu-list .sub-menu {
    background: var(--red);
}

.header.h_orange .menu-list>li a {
    color: var(--blue);
}


.header.h_orange .menu-list>li.menu-item-has-children>a::after {
    background: url(/wp-content/uploads/2021/01/arrowDownBlue.svg) no-repeat;
}

.header.h_orange .menu-list>li.special a {
    color: white;
}

.header.h_orange .menu-list .sub-menu li a {
    color: white;
}

.header.h_orange .menu-list .sub-menu li a:hover {
    color: var(--silver);
}





.header.h_silver {
    background: #fafafb;
    border-bottom: 1px solid rgba(57, 57, 57, 0.1);
}

.header.h_silver .menu-list .sub-menu {
    background: var(--red);
}

.header.h_silver .menu-list>li a {
    color: var(--blue);
}


.header.h_silver .menu-list>li.menu-item-has-children>a::after {
    background: url(/wp-content/uploads/2021/01/arrowDownBlue.svg) no-repeat;
}

.header.h_silver .menu-list>li.special a {
    color: white;
}

.header.h_silver .menu-list .sub-menu li a {
    color: white;
}

.header.h_silver .menu-list .sub-menu li a:hover {
    color: var(--silver);
}







.header.h_transparent {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}





.header.h_white {
    background: #fff;
    border-bottom: 1px solid rgba(57, 57, 57, 0.1);
}

.header.h_white .menu-list .sub-menu {
    background: var(--red);
}

.header.h_white .menu-list>li a {
    color: var(--blue);
}


.header.h_white .menu-list>li.menu-item-has-children>a::after {
    background: url(/wp-content/uploads/2021/01/arrowDownBlue.svg) no-repeat;
}

.header.h_white .menu-list>li.special a {
    color: white;
}

.header.h_white .menu-list .sub-menu li a {
    color: white;
}

.header.h_white .menu-list .sub-menu li a:hover {
    color: var(--silver);
}





/*homepage jumbp*/



.hp-jumbo {
    background: var(--blue);
    color: white;
    padding-top: 38px;
    padding-bottom: 166px;
}

.hp-jumbo-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hp-jumbo-flex .left {
    max-width: 428px;
    margin-right: 50px;
}




/* floating box*/


.floating-ad {
    margin-top: -166px;
    z-index: 1000;
    position: relative;
}

.floating-ad .box {
    padding: 80px 64px;
    background: white;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 125px 80px rgba(28, 28, 70, 0.04), 0px 52.222px 33.4221px rgba(28, 28, 70, 0.0287542), 0px 27.9204px 17.869px rgba(28, 28, 70, 0.0238443), 0px 15.6519px 10.0172px rgba(28, 28, 70, 0.02), 0px 8.31263px 5.32008px rgba(28, 28, 70, 0.0161557), 0px 3.45907px 2.21381px rgba(28, 28, 70, 0.0112458);
}


.floating-ad .box .left {
    max-width: 320px;
    min-width: 320px;
    margin-right: 50px;
}

.floating-ad .box .right {
    max-width: 580px;
}



.corner-triangle {
    position: relative;
}

.corner-triangle::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    clear: both;
}

.corner-triangle.ct-big::after {
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
}



.corner-triangle.ct-bottomRight::after {
    bottom: 20px;
    right: 5px;
    transform: rotate(-45deg);
}

.corner-triangle.ct-purple::after {
    border-top: 32px solid #70378A;
}

.corner-triangle.ct-topRight::after {
    top: 20px;
    right: 5px;
    transform: rotate(225deg);
}

.corner-triangle.ct-white::after {
    border-top: 32px solid #fff;
}



.corner-triangle.ct-topLeft::after {
    top: 20px;
    left: 5px;
    transform: rotate(225deg);
}

.corner-triangle.ct-red::after {
    border-top: 32px solid var(--red);
}


.corner-triangle.ct-topLeft.ct-big::after {
    top: 20px;
    left: -5px;
    transform: rotate(-225deg);
}

.corner-triangle.ct-red.ct-big::after {
    border-top: 42px solid var(--red);
}



/* partners */


.partners {
    background: var(--orangeOpacity);
    margin: 16px;
    padding-top: 242px;
    margin-top: -118px;
    padding-bottom: 100px;
}


.partners #pagination {
    margin-top: 60px;
}


.partners .cnt {
    text-align: center;
}

.partners .cnt h2 {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}



.partners-grid {
    padding: 0 47px;
    display: flex;
    justify-content: space-between;

}



.partners-grid .item:last-child {
    margin-right: 0;
}



.partners .partners-grid {
    margin-top: 70px;
}


.partners-grid .swiper-slide {
    display: flex;
    align-items: center;
    padding: 0 25px;
}




/* Met Features */
.met-features {
    padding: 120px 0 160px 0;
}

.met-features h2 {
    max-width: 736px;
}

.met-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
    grid-row-gap: 40px;
    margin-top: 80px;
}


.met-feature {
    display: flex;

}

.met-feature .icon {
    min-width: 40px;
    max-width: 40px;
    margin-right: 16px;
    padding-top: 7px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}



.met-feature p {
    color: var(--silver);
    font-weight: 400;
}




/* WERK TABS */

.werk-tabs-wrapper {
    background: rgba(112, 55, 138, 0.06);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(247, 243, 248, 1) 30%, rgba(247, 243, 248, 1) 100%);
    margin: 0 16px;
}


.werk-tabs {
    position: relative;
    top: -40px;
}

.werk-tabs .tabs ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.15));
    background: white;

}

.werk-tabs .tabs ul li {
    flex: 1;
    text-align: left;
    padding: 24px 40px;
    font-size: 24px;
    font-weight: 500;
    color: var(--blue);
    line-height: 32px;
    cursor: pointer;
    transition: 0.2s;
}

.werk-tabs .tabs ul li:hover {
    background: #1c1c4614;
}

.werk-tabs .tabs ul li.active {
    background: var(--blue);
    color: white;
}



.werk-tabs .tab-content {
    padding: 100px 0 78px 0;
    display: none;
}

.werk-tabs .tab-content.visible {
    display: block;
}


.tab-content-flex {
    display: flex;
}

.tab-content-flex .left {
    margin-right: 94px;
    flex: 1;
}

.tab-content-flex .left img {
    display: block;
}

.tab-content-flex .right {
    flex: 1.1;
}


/* dropdown */

.werk-dropdowns {
    margin-top: 40px;
    margin-bottom: 60px;

}

.werk-dropdowns .title h4 {
    display: flex;
    align-items: center;
}

.werk-dropdowns .title h4>div {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-right: 6px;
}

.werk-dropdowns .title img {
    object-fit: contain;
}


.werk-dropdowns .answer {
    display: none;
    padding-left: 50px;
    margin-top: -13px;
    padding-bottom: 20px;
}


.werk-dropdowns .item {
    position: relative;
}



.werk-dropdowns .item::after {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    width: calc(100% - 50px);
    content: '';
}


.werk-dropdowns .opened .answer {
    display: block;
}



.werk-tabs .cta-button {
    text-align: right;
}





.werk-dropdowns .item .title {
    cursor: pointer;
    padding: 20px 0;
}

.werk-dropdowns .item:first-child .title {
    padding-top: 0;
}





/* hp organisations */


.bg-orangeOpacity {
    background: var(--orangeOpacity);
}

.bg-silver {
    background: #FAFAFB;
}


.hp-organisations {
    padding: 160px 0 140px 0;
}

.hp-organisations .cnt {
    margin-bottom: 80px;
    max-width: 544px;
}




/* [Element: Button 1 White ] */

.button-1.white {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 7px 15px;
    border: 1px solid #DEE4EC;
    box-shadow: 0px 1px 2px rgba(48, 48, 89, 0.05);
    color: var(--blue);
    background: white;
    transition: 0.2s;
    overflow: hidden;
}



.button-1.white>div {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 100%;
    width: 0%;
    transition: 0.25s width;
    background: var(--blue);
    z-index: 0;
}


.button-1.white:hover {
    color: white;
}


/* [Element: Button 2 Blue ] */

.button-1.blue {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 16px;
    box-shadow: 0px 1px 2px rgba(48, 48, 89, 0.05);
    color: white;
    background: var(--blue);
    transition: 0.2s;
    overflow: hidden;
}



.button-1.blue>div {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 100%;
    width: 0%;
    transition: 0.25s width;
    background: rgba(0, 0, 0, 0.1);
    z-index: 0;
}





.hp-organisations .cta-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 80px;
}

.hp-organisations .cta-buttons a {
    margin-left: 12px;
}







/* flex contnet */

.image-cnt-flex {
    padding: 120px 0;
}

.image-cnt-flex .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image-cnt-flex .container>div {
    flex: 1;
}

.image-cnt-flex .container .image {
    margin-right: 140px;
}




.image-cnt-flex.corner-triangle.ct-white {
    overflow: hidden;
}

.image-cnt-flex.corner-triangle.ct-white::after {
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-top: 42px solid #fff;
    right: -5px;
}



/* denken form */


.incl-form {
    background: #fdf4f4;
    background: linear-gradient(180deg, rgb(253, 244, 244) 0%, rgb(253, 244, 244) 66%, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 1) 100%);
}

.incl-form-box {
    background: white;
    padding: 120px 96px;
}


.incl-form-box .newsletter-wrapper>h2,
.incl-form-box .newsletter-wrapper>p {
    text-align: center;
}



.form-styles .input {
    width: 100%;
    margin-bottom: 24px;
    position: relative;
}

.form-styles .two-inputs {
    display: flex;
    justify-content: space-between;
}

.form-styles .two-inputs .input {
    width: calc(50% - 16px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form-styles .input label {
    display: block;
    margin-bottom: 8px;
    color: #6A7685;
    opacity: 0.4;
}

.form-styles .input input,
.form-styles .input textarea,
.form-styles .input select {
    border: none;
    border-bottom: 1px solid #C4C8CE;
    padding: 8px 0;
    color: var(--blue);
    outline: none !important;
    width: 100%;
    line-height: 1.3;
    transition: border 0.3s;
}

.form-styles .input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(106,118,133)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
}

.form-styles .input input::placeholder,
.form-styles .input textarea::placeholder {
    color: #6A7685;
}


.form-styles .input input:focus,
.form-styles .input textarea:focus,
.form-styles .input select:focus {
    border-bottom: 1px solid var(--red);
}


.form-styles .input textarea {
    max-width: 100%;
    max-height: 300px;
    min-height: 60px;
    height: 80px;
    min-width: 100%;
    border: 1px solid #C4C8CE;
    padding-left: 10px;
    border-radius: 4px;
    display: block;
}

.form-styles .input textarea:focus {
    border: 1px solid var(--red);
}

.submitButton-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
}

.submitButton {
    display: block;
    width: 100%;
    border: none;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    background: transparent;
    color: white;
    height: 40px;
    padding: 0;
    font-weight: 500;
    cursor: pointer;
}



.submitButton-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 100%;
    width: 0%;
    transition: 0.25s width;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
    border-radius: 4px;
}

.submitButton-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    height: 100%;
    width: 100%;
    transition: 0.25s width;
    background: var(--red);
    z-index: 1;
    border-radius: 4px;
}


.submitButton-wrapper:hover::before {
    width: 100%;
}



.terms {
    margin-top: 16px;
    text-align: center;
    color: var(--silver);
    font-size: 14px;
}

.terms a {
    color: var(--red);
    text-decoration: none;
}

.terms a:hover {
    color: var(--red);
    text-decoration: underline;
}






/* JOIN OUR NETWORK */


.join-network {
    position: relative;
    margin-bottom: 140px;
}



.join-network>img {
    position: absolute;
    top: -57px;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: right bottom;
    object-fit: cover;
}

.join-network .container {
    position: relative;
    z-index: 10;
}



.vertical-newsletter .incl-form-box>h2,
.vertical-newsletter .incl-form-box>p {
    text-align: left;
}


.join-network .vertical-newsletter {
    max-width: 640px;
    position: relative;
    top: 80px;
}


.vertical-newsletter .form-styles .two-inputs {
    flex-direction: column;
}

.vertical-newsletter .form-styles .two-inputs .input {
    width: 100%;
}


.vertical-newsletter .incl-form-box {
    padding: 80px 96px 100px 96px;
}




/* form errors */


body .wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none !important;
}


body .wpcf7-not-valid-tip {
    color: #961927;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-top: 2px;
    position: absolute;
    bottom: -30px;
    left: 0;
}



body .wpcf7-form-control-wrap.bericht .wpcf7-not-valid-tip {
    bottom: -18px;
}


body .newsletter-wrapper .wpcf7-not-valid-tip {
    bottom: -17px;
}



.newsletter-success {
    display: none;
}


.jump {
    animation-name: jump;
    animation-duration: 300ms;
    animation-delay: 0s !important;
}

@keyframes jump {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1.0);
    }
}


/* OVER GLOBAL PEOPLE PAGE */
/* OVER GLOBAL PEOPLE PAGE */
/* OVER GLOBAL PEOPLE PAGE */



/*header*/
.cornerLeftBottom>img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.cornerLeftBottom .container {
    position: relative;
    z-index: 10;
}

.posRelative {
    position: relative;
}

.heading-white-flex {
    display: flex;
    justify-content: space-between;
}

.heading-white-flex h1 {
    width: 365px;
    margin-right: 30px;
}

.heading-white-flex p {
    flex: 1;
    max-width: 545px;
}


/*video*/


.video169 {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
}


.video169 .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}


.video169 .thumbnail .thumb {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


.video169 .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
}


.video169 .video iframe,
.video169 iframe,
.video169 .video video,
.video169 .video img {
    width: 100%;
    height: 100%;
    display: block;
}

.video169 iframe {
    min-height: 310px;
}

.kandidaten-box .video169 {
    position: relative;
    padding-bottom: 0;
    width: 100%;
}

.playVideo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background: white;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: 0.2s;
    overflow: hidden;
}






.playVideo img {
    position: relative;
    left: 0;
    transition: 0.2s;
    opacity: 1;
}

.playVideo:hover img {
    left: 65px;
    opacity: 0;
}


.playVideo::after {
    content: '';
    background: url(/wp-content/uploads/2021/01/play-icon-red.svg) no-repeat;
    width: 24px;
    height: 28px;
    position: absolute;
    left: -125px;
    right: 0;
    margin: 0 auto;
    transition: 0.3s;
    opacity: 0;
}

.playVideo:hover::after {
    left: 0;
    opacity: 1;
}


.video-alone {
    margin-top: -240px;
}






/* NUMBER STATS */

.number-stats {
    padding-top: 120px;
    padding-bottom: 96px;
}

.number-stats-flex {
    display: flex;
    justify-content: space-between;
}

.number-stats-flex .left {
    flex: 1.1;
    margin-right: 128px;
}

.number-stats-flex .right {
    flex: 1;
}


.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 64px;
    grid-row-gap: 16px;
}





/* diverse world */

.diverse-world {
    background: var(--blue);
    color: white;
    margin-bottom: 100px;
}

.diverse-world-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.diverse-world-flex>div {
    flex: 1;
}

.diverse-world-flex .right h2 {
    margin-bottom: 24px;
}

.diverse-world-flex .right p {
    color: var(--silver)
}


.diverse-world-flex .left {
    padding-right: 128px;
}

.diverse-world-flex .left .imagesBox {
    position: relative;
    top: 100px;
    display: flex;
    flex-direction: column;
}

.diverse-world-flex .left .imagesBox img {
    position: relative;
    z-index: 10;
    object-fit: cover;
}

.diverse-world-flex .left .imagesBox img:first-child {
    margin-bottom: 24px
}


.diverse-world-flex .left .imagesBox .orangeCircle {
    width: 215px;
    height: 215px;
    border-radius: 100%;
    background: var(--orange);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
}



/* shall we met */


.shall-we-met {
    background: var(--blue);
    padding: 100px 0;
    color: white;
    position: relative;
    margin: 0 16px;
}

.shall-we-met>img {
    position: absolute;
    right: 0;
    top: 0;
}




/* ONS TEAM */

.ons-team {
    /*padding: 120px 0;*/
    padding: 100px 0;
}

.ons-team .cnt {
    max-width: 490px;
    margin-bottom: 60px;
}


.tabs-list {
    margin-bottom: 40px
}

.tabs-list ul {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D9DDE3;
}

.tabs-list ul li {
    padding: 20px 10px;
    font-weight: 500;
    color: rgba(133, 150, 167, 1);
    transition: color 0.2s;
    cursor: pointer;
    position: relative;
}

.tabs-list ul li.active {
    color: var(--blue);
}

.tabs-list ul li.active::after {
    content: '';
    height: 2px;
    width: 100%;
    background: var(--orange);
    bottom: 0;
    position: absolute;
    left: 0;
}

.tabs-list ul li:hover {
    color: var(--blue);
}


.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
    grid-row-gap: 40px;
}

.team-tabs .team-grid {
    display: none;
}

.team-tabs .team-grid:first-child {
    display: grid;
}

.team-item .thumbnail {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.team-item .thumbnail>span {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 2px 8px;
    border-radius: 4px;
    background-color: #E97472;
    color: white;
    font-weight: bold;
    z-index: 1;
}

.team-item img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: 0.5s ease-in-out;
}

.team-item {
    color: var(--blue);
}

.team-item:hover {
    color: var(--red);
}

.team-item:hover img {
    transform: scale(1.05);
}





/* team single item */

.member-desc .video169 {
    margin: 40px 0
}


.member-desc p {
    margin-bottom: 20px
}

.team-single {
    position: relative;
    padding-top: 120px;
}

.team-single::before {
    content: '';
    background: var(--orangeOpacity);
    width: 100%;
    height: 292px;
    left: 0;
    top: 0;
    position: absolute;
}

.team-single-item {
    text-align: center;
    max-width: 740px;
    margin: 0 auto;
}


.team-single .container {
    position: relative;
    z-index: 10;
}


.team-single-item .thumbnail-wrapper {
    max-width: 352px;
    margin: 0 auto;
    border-radius: 8px;
    margin-bottom: 40px;
    overflow: hidden;
}

.single-magazine .team-single-item .thumbnail-wrapper img {
    width: 100%;
    object-fit: cover;
}

.team-single-item .thumbnail-wrapper .thumbnail {
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100%;
}

.team-single-item .thumbnail-wrapper .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}





.socials-center ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.socials-center ul li a {
    margin: 0 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: 0.2s;
    cursor: pointer;
}


.socials-center ul li a:hover {
    background: #FAFAFB;
}


.team-without-tabs {
    padding: 120px 0;
}

.team-without-tabs .container>h2 {
    margin-bottom: 80px;
}

.team-without-tabs.plan-team {
    padding-top: 0;
}

.team-without-tabs.plan-team .container>h2 {
    margin-bottom: 8px;
}


.team-without-tabs.plan-team .container>p {
    max-width: 490px;
}



/* PLAN EEN ADV PAGE*/
/* PLAN EEN ADV PAGE*/
/* PLAN EEN ADV PAGE*/


.plan-een {
    position: relative;
}

.plan-een::before {
    content: '';
    background: var(--orangeOpacity);
    width: 100%;
    height: calc(100% - 400px);
    left: 0;
    top: 0;
    position: absolute;
}


.plan-een-flex {
    display: flex;
    justify-content: space-between;
    padding: 100px 0 120px 0;
    position: relative;
    z-index: 100;
}



.plan-een-flex .left {
    width: 100%;
    max-width: 530px;
}

.plan-een-flex .right {
    width: calc(100% - 630px);
}

.plan-een-flex .right h2 {
    margin-bottom: 24px;
}

.plan-een-flex .right p {
    color: var(--silver);
}

.plan-een-flex .right ul {
    margin-top: 32px;
}

.checkmark-list li {
    position: relative;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    font-weight: 500;
}

.checkmark-list li::before {
    content: url('/wp-content/uploads/2021/01/checkmark-black.svg');
    border-radius: 100%;
    margin-right: 8px;
    background: white;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkmark-list.info-1 li::before {
    background: var(--orangeOpacity);
}




/* form */


.plan-form {
    background: white;
    padding: 40px;
}



.form-styles.form-styles-2 .input label {
    margin-bottom: 2px;
    color: rgba(106, 118, 133, 0.8);
    opacity: 1;
}


.form-styles.form-styles-2 .input input,
.form-styles.form-styles-2 .input textarea,
.form-styles.form-styles-2 .input select {
    box-shadow: 0px 1px 2px rgba(48, 48, 89, 0.05);
    border-radius: 4px;
    border: 1px solid #DEE4EC;
    padding: 11px 16px;
}


.form-styles.form-styles-2 .input input::placeholder,
.form-styles.form-styles-2 .input textarea::placeholder,
.form-styles.form-styles-2 .input select::placeholder {
    color: rgba(106, 118, 133, 0.4);
}


.form-styles.form-styles-2 .input textarea {
    max-width: 100%;
    min-width: 100%;
    max-height: 300px;
    min-height: 50px;
    height: 50px;
}

.form-styles.form-styles-2 .input input:focus,
.form-styles.form-styles-2 .input textarea:focus,
.form-styles.form-styles-2 .input select:focus {
    border: 1px solid var(--red);
}

.date-and-time-fields {
    display: flex;
    justify-content: space-around;
}

.date-and-time-fields>div {
    width: calc(50% - 6px);
}










/* NEWSLETTER */

.newsletter-short {
    background: var(--blue);
    color: white;
    text-align: center;
    position: relative;
    padding: 80px 0 64px 0;
}


.newsletter-short>img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.newsletter-short .container {
    position: relative;
    z-index: 10;
}


.newsletter-short-inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-radius: 8px;
    background: white;
}

.newsletter-short-inputs>div {
    flex: 1;
    margin-right: 15px;
    margin-bottom: 0 !important;
}

.newsletter-short-inputs>div:nth-child(3) {
    margin-right: 0;
    margin-top: 0;
}



.newsletter-short .box>p {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}







/* WORKGIVERS */


.workgivers-header {
    padding: 122px 0 144px 0;
    color: white;
}


.workgivers-header .container {
    flex-direction: column;
}

.workgivers-header .container>p {
    max-width: 740px;
}

.workgivers-header>img.shape {
    position: absolute;
    left: unset;
    top: unset;
    right: 0;
    bottom: 0;
}


.workgivers {
    padding: 80px 0 120px 0;
}


.workgivers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 33px;
    grid-row-gap: 65px;
}


.workgiver-item {
    color: var(--blue);
    transition: 0.2s;
}

.workgiver-item .logo {
    width: 100%;
    padding-bottom: 100%;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;

}

.workgiver-item .logo>div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.workgiver-item .logo>div img {
    max-width: calc(100% - 40px);
    transition: 0.4s;
}

.workgiver-item tag {
    padding: 4px 8px;
    border-radius: 4px;
    background: var(--blue);
    color: white;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}


.workgiver-item:hover {
    color: var(--red);
}

.workgiver-item:hover .logo>div img {
    transform: scale(1.05);
}


.partner-werk-content .wp-container-1 {
    max-width: 100%;
}

.partner-werk-content>h2,
.partner-werk-content>h3,
.partner-werk-content>h4,
.partner-werk-content>h5 {
    margin-bottom: 8px;
    margin-top: 32px;
}

.partner-werk-content p,
.partner-werk-content p em {
    color: var(--silver);
}

.partner-werk-content>p {
    margin-bottom: 16px;
}

.partner-werk-content ul {
    margin-bottom: 32px;
    margin-top: 32px;
}

.partner-werk-content li {
    padding-left: 18px;
    position: relative;
    color: var(--silver);
    margin-bottom: 16px;
}

.partner-werk-content li::before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #1C1C46;
    content: '';
}


.partner-werk-content>p strong {
    font-weight: 500;
}

.partner-werk-content a {
    color: var(--red);
    text-decoration: none;
    font-weight: unset;
}

.partner-werk-content a:hover {
    color: var(--red);
    text-decoration: underline;

}

.partner-werk-content .video169 {
    margin: 40px 0;
}


.aligncenter {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}


.partner-werk-content .wp-block-image {
    margin: 40px 0;
}





/* VACANCIES PAGE */


.vacancies-header {
    position: relative;
    background: var(--blue);
    color: white;
}

.vacancies-header h2 {
    font-size: 48px;
}


.vacancies-header>img.personImg {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    max-width: 610px;
    z-index: 10;
    height: 100%;
    object-fit: cover;
    object-position: top;
}


.vacancies-header>img.shapeImg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}


.vacancies-header .container {
    position: relative;
    z-index: 15;
}


.vacancies-header .content {
    max-width: 544px;
    width: 50%;
    padding: 120px 0 165px 0;
}

.vacancies-header .textLink {
    margin-top: 16px;
}








/* */

.vacancies-list {
    margin-top: -44px;
    position: relative;
    z-index: 150;
}

.vacancies-filters {
    padding: 16px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
}


.vacancies-filters>div,
.vacancies-filters>button {
    flex: 1;
}

.vacancies-filters .item {
    padding: 0px 10px;
    border-right: 1px solid #E9ECF1;
}

.vacancies-filters .item.active {
    position: relative;
    z-index: 43524654654532;
}

.vacancies-filters .item:last-of-type .custom-select {
    border-right: none;
}

.vacancies-filters .item:first-child .custom-select {
    padding-left: 24px;
}


.button-1.big.ApplyFilters {
    padding: 15px 34px;
    font-size: 18px;
    line-height: 24px;
    border: none;
    max-width: 207px;
    min-width: 207px;
    text-align: center;
    align-items: center;
    justify-content: center;
}




.vacancies-filters .filter-input {
    display: flex;
    align-items: center;
    position: relative;
}

.vacancies-filters .filter-input img {
    margin-right: 10px;
    position: absolute;
    left: 48px;
    top: 14px;
}

.vacancies-filters .filter-input input {
    border: none;
    outline: none !important;
    padding: 12px 10px 12px 70px;
}



.vacancies-filters .filter-input input {
    color: var(--blue);
    font-size: 16px;
    font-weight: 500;
}

.vacancies-filters .filter-input input::placeholder {
    color: rgba(28, 28, 70, 0.4);
}


/* custom select for filters */


.vacancies-filters .custom-select {
    padding: 12px 50px 12px 40px;
}

.custom-select {
    position: relative;
}

.custom-select .custom-select-options {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    min-width: 200px;
    background: white;
    padding: 10px;
    box-shadow: 0px 125px 80px rgba(28, 28, 70, 0.04), 0px 52.222px 33.4221px rgba(28, 28, 70, 0.0287542), 0px 27.9204px 17.869px rgba(28, 28, 70, 0.0238443), 0px 15.6519px 10.0172px rgba(28, 28, 70, 0.02), 0px 8.31263px 5.32008px rgba(28, 28, 70, 0.0161557), 0px 3.45907px 2.21381px rgba(28, 28, 70, 0.0112458);
    border-radius: 8px;
    border: 1px solid #e9ecf1;
    max-height: 300px;
    overflow: auto;
}


.custom-select .custom-select-options li {
    list-style: none;
    padding: 4px 0;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s;
    color: var(--silver);
    border-bottom: 1px solid #e9ecf1;
}

.custom-select .custom-select-options li:last-child {
    border-bottom: none;
}

.custom-select .custom-select-options li:hover {
    color: var(--blue);
}

.custom-select .selection-trigger {
    display: flex;
    align-items: center;
    color: rgba(28, 28, 70, 0.4);
    font-weight: 500;
    cursor: pointer;
}

.custom-select .selection-trigger img {
    margin-right: 10px;
}


.custom-select.active .custom-select-options {
    display: block;
}




/* vacancies sort */


.vacancies-sorts {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 432;
}


.sort-filters {
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.sort-filters .sort-item {
    margin-left: 40px;
    display: flex;
    align-items: center;
}

.sort-filters .sort-item label {
    color: rgba(28, 28, 70, 0.4);
    font-weight: 500;
    margin-right: 24px;
}



.sort-filters .sort-item .custom-select .selection-trigger {
    color: rgba(28, 28, 70, 0.7);
    padding: 7px 16px;
    border: 1px solid #DEE4EC;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(48, 48, 89, 0.05);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.sort-filters .sort-item .custom-select .selection-trigger::after {
    content: '';
    background: url('/wp-content/uploads/2021/01/arrowDownFilter.svg') no-repeat;
    width: 11px;
    height: 8px;
    margin-left: 10px;
}

.sort-filters .custom-select .custom-select-options {
    min-width: auto
}

.custom-select .custom-select-options.tac li {
    text-align: center;
}


.sort-filters .custom-select.sorteer {
    min-width: 198px;
    max-width: 198px;
}


/* vacancies items */


.vacancies-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}


.vacancies-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    padding: 24px;
    position: relative;
    padding-bottom: 115px;
    color: var(--blue);
    transition: 0.2s;
    top: 0;
}

.vacancies-item:hover {
    color: var(--red);
    top: -3px;
}


.vacancies-item a {
    color: var(--blue);
    transition: 0.2s;
}

.vacancies-item a:hover {
    color: var(--red);
}


.companyInfoShort p {
    background: transparent !important;
}

.vacancies-item .top>tag {
    height: 24px;
    font-size: 14px;
    padding: 2px 8px;
    border-radius: 4px;
    background: var(--orange);
    color: white;
    font-weight: 500;
}


.vacancies-item .date-and-tags {
    display: flex;
    margin-top: 24px;
    flex-wrap: wrap;
}

.vacancies-item .date-and-tags date,
.vacancies-item .date-and-tags tag {
    color: var(--blue);
    font-size: 14px;
    line-height: 20px;
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid rgba(28, 28, 70, 0.1);
    margin-bottom: 8px;
    margin-right: 8px;
    font-weight: 500;
    display: flex;
    align-items: center;
}


.vacancies-item .logo-name {
    position: absolute;
    bottom: 4px;
    width: calc(100% - 8px);
    left: 4px;
    background: #FAFAFB;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 2px;
    font-weight: 500;
    color: var(--blue);
}

.vacancies-item .logo-name .logo {
    margin-right: 16px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    background: white;
}

.vacancies-item .logo-name .logo img {
    max-width: calc(100% - 8px);
    max-height: calc(100% - 8px);
    object-fit: contain;
}


.vacancies-grid {
    margin-top: 56px;
}







/* EVENTS */
/* EVENTS */
/* EVENTS */
/* EVENTS */


.events {
    background: #fafafa;
    padding-bottom: 120px;
}


#pagination {
    margin-top: 60px;
}

.events-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
    grid-row-gap: 80px;
}




.event-item .image {
    height: 200px;
    width: 100%;
    margin-bottom: 24px;
}

.event-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.event-item .info {
    display: flex;
    justify-content: space-between;
}


.event-item .info .dateInfo {
    width: 100px;
    text-align: right;
    margin-right: 32px;
    padding-left: 16px;

}

.event-item .info .dateInfo h4 {
    color: var(--orange);
}

.event-item .info .eventInfo {
    flex: 1;
}


.event-item location {
    background: rgba(133, 150, 167, 0.1);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    color: #8596A7;
    font-size: 14px;
    line-height: 20px;
}

.event-item .info .dateInfo span {
    font-size: 14px;
}


.event-item {
    position: relative;
    padding-bottom: 100px;
}

.event-item .cta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.event-item .cta a {
    color: var(--red);
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 9px;
    font-weight: 500;
    transition: 0.25s color;
    position: relative;
}

.event-item .cta a span {
    position: relative;
    z-index: 2;
}

.event-item .cta a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 100%;
    width: 0%;
    transition: 0.25s width;
    background: var(--red);
    z-index: 1;
    border-radius: 4px;
}

.event-item .cta a:hover {
    color: white;
}

.event-item .cta a:hover::before {
    width: 100%;
}


.events-newsletter .container {
    display: flex;
    background: white;
    box-shadow: 0px 125px 80px rgba(28, 28, 70, 0.04), 0px 52.222px 33.4221px rgba(28, 28, 70, 0.0287542), 0px 27.9204px 17.869px rgba(28, 28, 70, 0.0238443), 0px 15.6519px 10.0172px rgba(28, 28, 70, 0.02), 0px 8.31263px 5.32008px rgba(28, 28, 70, 0.0161557), 0px 3.45907px 2.21381px rgba(28, 28, 70, 0.0112458);
    padding: 20px;
}

.events-newsletter .container>img {
    width: 460px;
}


.events-newsletter .incl-form-box {
    flex: 1;
    box-shadow: none !important;
}






/* EVENTS SINGLE */
/* EVENTS SINGLE */
/* EVENTS SINGLE */
/* EVENTS SINGLE */




.events-single-header {
    padding: 236px 0 216px 0;
    position: relative;
    color: white;
    margin-top: -145px;
}

.events-single-header .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.events-single-header .video-background video,
.events-single-header .video-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 5;
}

.events-single-header .video-background::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    content: '';
}


.events-single-header .container {
    position: relative;
    z-index: 100;
}

.events-single-header .container>div {
    max-width: 576px;
}

.events-single-header .container h2 {
    font-size: 48px;
}




.events-single-header .event-cts a {
    margin-right: 9px
}




.golden-button {
    background: #B19B5D;
    color: white;
    font-weight: 500;
    padding: 10px 16px;
    border-radius: 4px;
    position: relative;
}

.golden-button span {
    position: relative;
    z-index: 2;
}

.golden-button::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin: auto;
    top: 0;
    height: 100%;
    width: 0;
    transition: 0.25s width;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
    border-radius: 4px;
}

.golden-button:hover::after {
    width: 100%
}





.white-gold-button {
    background: white;
    color: #B19B5D;
    font-weight: 500;
    padding: 10px 16px;
    border-radius: 4px;
    position: relative;
    transition: 0.25s;
}


.white-gold-button span {
    position: relative;
    z-index: 2;
}


.white-gold-button::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin: auto;
    top: 0;
    height: 100%;
    width: 0;
    transition: 0.25s width;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 4px;
}


.white-gold-button:hover::after {
    width: 100%
}




.wp-video {
    width: 100% !important;
    margin: 32px 0;
}

/* EVENTS */

.single-event {
    background: #FAFAFB;
}

.bgWhite {
    background: white;
}


.event-basic-info {
    margin-top: -120px;
    position: relative;
    z-index: 1000;
}


.event-basic-info .box {
    border-radius: 8px;
    background: white;
    padding: 40px 80px;
    display: flex;
    padding: 4px;
    padding-left: 400px;
    position: relative;
}

.event-basic-info .logo {
    width: 344px;
    display: flex;
    align-self: center;
    justify-content: center;
    background: #FAFAFB;
    padding: 42px 60px;
    position: absolute;
    left: 4px;
    top: 4px;
    height: calc(100% - 8px);
}

.event-basic-info .logo img {
    object-fit: contain;
    height: 100%;
}

.event-basic-info .box ul {
    padding: 40px 0;
    padding-right: 50px;
}

.event-basic-info .box li {
    margin-bottom: 8px;
    color: rgba(28, 28, 70, 0.6);
    display: flex;
    align-items: center;
    font-weight: 500;
}

.event-basic-info .box li span {
    color: rgba(28, 28, 70, 1);
    min-width: 150px;
    max-width: 150px;
    margin-right: 15px;
}

.event-basic-info .box li:last-child {
    margin-bottom: 0;
}




/* memmbers event single page*/

.ons-team-event .tabs-list ul li.active::after {
    background: #B19B5D;
}

.ons-team-event .tabs-list {
    margin-bottom: 60px;
}

.ons-team-event .team-item h4 {
    margin-bottom: 16px;
}

.ons-team-event .team-item:hover .textLink arrow {
    left: 7px;
}


/* tabs */

.event-tabs-content {
    padding: 120px 0;
    background: #FAFAFB;
}

.event-tabs-content .cnt {
    max-width: 736px;
}


.event-tabs-content .faq {
    padding: 0;
}

.event-tabs-content .faq .werk-tabs .tabs ul li {
    text-align: left !important;
}


.event-tabs-content .faq .container>.left {
    width: 265px;
    max-width: 265px;
}



.team-grid .kand_subcategory_title {
    grid-column: span 3;
    padding-top: 15px;
}

.kand_subcategory_title h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kand_subcategory_title h3::before,
.kand_subcategory_title h3::after {
    content: '';
    width: 100%;
    flex: 1;
    height: 1px;
    background: #b19b5d;
}

.kand_subcategory_title h3::before {
    margin-right: 30px
}

.kand_subcategory_title h3::after {
    margin-left: 30px
}



.team-grid .kand_subcategory_title:first-child {
    padding-top: 0;
    border-top: none;
}

/* magazine event single */

.event-magazine {
    padding: 120px 0;
}




/* een tabs */

.event-program .programs .tab-content {
    color: white;
}

.event-program .programs .tab-content li,
.event-program .programs .tab-content p {
    color: var(--silver);
}


.event-program .programs .tab-content ul {
    padding-left: 15px;
}


.event-program .programs .tab-content li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 16px;
}

.event-program .programs .tab-content li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--silver);
    content: '';
}


.event-program .programs .tab-content h1,
.event-program .programs .tab-content h2,
.event-program .programs .tab-content h3,
.event-program .programs .tab-content h4,
.event-program .programs .tab-content h5,
.event-program .programs .tab-content h6 {
    margin-bottom: 8px;
}

.event-program .programs .tab-content p {
    margin-bottom: 16px;
}


/* bestel */

.bestel-karten {
    position: relative;
    padding: 340px 0 100px 0;
    color: white;
    margin: 16px;
}

.bestel-karten::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    content: '';
}

.bestel-karten>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bestel-karten .container {
    position: relative;
    z-index: 100;
}





.event-testimonials .swiper-slide {
    height: auto;
}

.event-testimonials .testimonial {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.event-testimonials .testimonial>div {
    width: 100%;
}







/* EVENTS POPUP PAY */



.event-signup-form {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999999999;
    width: 100%;
    height: 100%;
    display: none;
}



.event-signup-form-box {
    max-width: 900px;
    background: white;
    padding: 60px;
    max-height: calc(100vh - 100px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    overflow: auto;
}


.event-signup-form-box>div {
    width: calc(50% - 30px);
}





.event-signup-form-box .amount {
    display: flex;
    align-items: center;
    background: #1c1c4605;
    margin-bottom: 20px;
    padding: 20px;
}

.event-signup-form-box .amount p {
    margin-right: 15px;
    font-weight: 500;
}

.event-signup-form-box .amount input {
    width: 60px;
    padding: 8px;
    border: 1px solid #eaeaea;
}

.event-signup-form .form-styles .input {
    margin-bottom: 16px;
}


.event-signup-form .form-styles .input input {
    padding-top: 0;
    padding-bottom: 6px;
}

.event-signup-form .form-styles .input label {
    margin-bottom: 5px;
    font-size: 13px;
}




.event-signup-form .tickets-rec {
    position: sticky;
    top: 0;
}

.event-signup-form .tickets-rec ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.event-signup-form .tickets-rec li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
    color: var(--silver);
}

.event-signup-form .tickets-rec li span {
    font-weight: 500;
    color: var(--blue);
}



#totalprice {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    align-items: center;
    color: var(--silver);
}

#totalprice span {
    font-size: 22px;
    font-weight: 500;
    color: var(--blue);
}



.event-signup-form .cta-button a {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}


.reserve-fields-user {
    margin-top: 35px;
    padding-top: 15px;
    border-top: 1px dashed #961927;
    position: relative;
}

.reserve-fields-wrapper .reserve-fields-user:nth-of-type(1) {
    border-top: none;
}

.reserve-fields-wrapper {
    padding-bottom: 60px;
}


.add-ticket {
    border: none;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}

#blank-ticket-example {
    display: none !important
}


.reserve-fields-user .remove-ticket {
    position: absolute;
    top: 10px;
    right: 0;
}

.reserve-fields-user .inputValue.user-error{
    border-color: var(--red);
}


/* pagination */


#pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#pagination a {
    margin-left: 8px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #DEE4EC;
    display: block;
    color: rgba(28, 28, 70, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

#pagination a:hover {
    background: rgba(28, 28, 70, 0.05);
}

#pagination a.current {
    background: rgba(28, 28, 70, 0.7);
    color: white;
}



#pagination>span {
    display: flex;
    justify-content: flex-end;
}


#pagination a.nextPag,
#pagination a.prevPag {
    width: 70px;
}


#pagination {
    opacity: 0;
}


.workgivers #pagination {
    margin-top: 64px;
}

/* loader */




.loader {
    position: relative;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    perspective: 800px;
    grid-column: span 4;
    margin-bottom: 100px;
}

.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.inner.one {
    left: 0%;
    top: 0%;
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid var(--orange);
}

.inner.two {
    right: 0%;
    top: 0%;
    animation: rotate-two 1s linear infinite;
    border-right: 3px solid var(--orange);
}

.inner.three {
    right: 0%;
    bottom: 0%;
    animation: rotate-three 1s linear infinite;
    border-top: 3px solid var(--orange);
}

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}








/* Contact page */


.contact-header .container {
    display: flex;
    justify-content: space-between;
}



.contactForm {
    margin-left: 46px;
    flex: 1;
    max-width: calc(100% - 434px - 46px);
}

.contactForm h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;

}



.contactForm br {
    display: none;
}

.contactForm .incl-form-box {
    padding: 80px 96px;
    position: relative;
    top: 128px;
}


body .contactForm .wpcf7-not-valid-tip {
    margin-top: -3px;
    bottom: -25px;
    top: unset;
}

.wpcf7-form-control-wrap.bericht {
    display: block;
    position: initial;
}



.contactForm .submitButton-wrapper {
    margin-top: 48px;
}


.contact-wrapper .form-styles {
    margin-top: 48px
}

body .newsletter-short-inputs .wpcf7-not-valid-tip {
    top: -20px;
    right: 10px;
    background: var(--red);
    color: white;
    padding: 3px;
    line-height: 1;
    border-radius: 3px;
    left: unset;
}





/* KANDIDATEN POPUP */

.kandidate-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999999999999999999;
    display: none;
}


.kandidaten-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 16px);
    /*max-width: 920px;*/
    max-width: 820px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    max-height: 90vh;
}

.kandidaten-box-content {
    margin: 0 auto;
    padding: 36px 40px;
    overflow: auto;
    /*overflow-y: hidden;*/
    height: 100%;
    max-height: 90vh;
    background: #F0F0F2;
    max-width: 1440px;
}


.kandidaten-box-content {
    /*display: flex;*/

}

.kandidaten-box-content .image {
    /*width: 256px;
    height: 256px;*/
    /* width: 50%; */
    margin-right: 38px;
}

.kandidaten-box-content .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}


.kandidaten-box-content .cnt {
    flex: 1;
}

.kandidaten-box-content p,
.kandidaten-box-content li {
    color: var(--silver);
}

.kand-description .wp-video {
    max-width: 420px;
    margin: 40px auto;
}

.kand-description {
    margin-top: 24px;
    padding-bottom: 32px;
}


.kand-description .playVideo {
    width: 80px;
    height: 80px;
}


.close-kand-pop,
.close-event-pay-pop,
.close-pay-success {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: white;
    box-shadow: 0 0 8px #00000042;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
    outline: none !important;
    z-index: 99;
}

.close-kand-pop img,
.close-event-pay-pop img,
.close-pay-success img {
    transition: 0.2s;
}

.close-kand-pop:hover,
.close-event-pay-pop:hover,
.close-pay-success:hover {
    background: var(--blue);
}

.close-kand-pop:hover img,
.close-event-pay-pop:hover img,
.close-pay-success:hover img {
    filter: invert(1);
}


.close-event-pay-pop {
    right: -32px;
    top: -30px;
}



.kand-socials .socials a {
    margin-right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    display: inline-block;
    text-align: center;
    position: relative;
    transition: 0.15s background;
}


.kand-socials .socials>a:hover {
    background: #FAFAFB;
}

.kand-socials .socials a img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}







/* SPONSORS SLIDER EVENT SINGLE */
.sponsors-slider-intro {
    padding-top: 96px;
}

.sponsors-slider-intro h2 {
    margin-bottom: 16px;

}

.sponsors-slider-intro p {
    color: var(--silver);
}


.sponsors-slider-wrapper {
    padding: 50px 0 120px 0;
}

.sponsors-slider {
    margin-top: 40px;
}

.sponsors-slider .logo {
    height: 96px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sponsors-slider .currentSponsor .logo {
    background: white;
    box-shadow: 0px 125px 80px rgba(28, 28, 70, 0.04), 0px 52.222px 33.4221px rgba(28, 28, 70, 0.0287542), 0px 27.9204px 17.869px rgba(28, 28, 70, 0.0238443), 0px 15.6519px 10.0172px rgba(28, 28, 70, 0.02), 0px 8.31263px 5.32008px rgba(28, 28, 70, 0.0161557), 0px 3.45907px 2.21381px rgba(28, 28, 70, 0.0112458);
}

.sponsors-slider .logo img {
    height: 100%;
    object-fit: contain;
}


.sponsors-slider-wrapper {
    overflow: hidden !important;
}



.sponsor-content p,
.sponsor-content li {
    color: var(--silver);
}

.footer-white .bottom .left {
    color: var(--silver)
}



button.cta-button {
    border: none;
    padding: 0;
    margin-top: 32px;
    width: 100%;
}

button .button-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    font-size: 18px;
}



.sponsors-carousel-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.sponsors-carousel-arrows i {
    opacity: 1;
    cursor: pointer;
    margin: 0 10px;
    transition: .2s;
    font-size: 14px;
    width: 32px;
    height: 32px;
    background: white;
    box-shadow: 0 0 15px #1c1c460d;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}

.sponsors-carousel-arrows i:hover {
    opacity: 1;
}


/* FORMS THANK YOU */


.thank-you-succes-form {
    text-align: center;
    display: none;
}

.thank-you-succes-form img {
    margin: 0 auto;
}

.thank-you-succes-form p {
    max-width: 100% !important;
}


.contactForm .thank-you-succes-form {
    padding: 200px 0;
}


.newsletter-box .thank-you-succes-form {
    padding: 140px 0;
}


.plan-form .thank-you-succes-form {
    padding: 300px 0;
}




/* defualt page */

.style-content-wrapper {
    padding: 120px 0;
}

.style-content-wrapper .title {
    font-size: 42px;
    margin-bottom: 48px;
    text-align: center;
}


.style-content-wrapper h1,
.style-content-wrapper h2,
.style-content-wrapper h3,
.style-content-wrapper h4,
.style-content-wrapper h5,
.style-content-wrapper h6 {
    margin-bottom: 8px;
    margin-top: 32px;
}

.style-content-wrapper p {
    color: var(--silver);
    margin-bottom: 16px;
}


.style-content-wrapper ul {
    padding-left: 15px;
}

.style-content-wrapper li {
    color: var(--silver);
    margin-bottom: 5px;
    position: relative;
    padding-left: 16px;
}

.style-content-wrapper li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: var(--blue);
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 0;
}





/* successfull payment */

.payment-successfull {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999999999;
}


.payment-successfull-box {
    position: absolute;
    padding: 64px;
    border-radius: 8px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    background: white;
    text-align: center;
}



/* ALERT FORM */


.alertform {
    margin-top: -150px;
    position: relative;
    z-index: 100;
}

.alertform .incl-form-box {
    padding: 80px 96px;
}


body #apply_form div {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
}

body #apply_form h3 {
    display: none;
}

body #cx2_contact-email-add {
    display: none;
}


body #apply_form .carerix_labels {
    display: none;
}


body #apply_form .cx2_personal-cv-info {
    font-size: 12px;
    color: var(--silver);
}


body #apply_form .js-selector {
    margin-top: 5px;
}


.cx2_motivationAndSource-sourceOther {
    display: none !important;
}


.alertform #remember_me {
    display: none;
}


#apply_button {
    display: inline-flex;
    flex-direction: row;
    background: var(--red);
    align-items: flex-start;
    padding: 9px 16px;
    box-shadow: 0px 1px 2px rgb(48 48 89 / 5%);
    border-radius: 4px;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    justify-content: center;
    line-height: 1.4;
    font-weight: 500;
    transition: 0.2s;
}


#apply_button:hover {
    background: #761420;
}




form .block-repeat {
    display: none;
}

body #apply_form div.error {
    position: absolute !important;
    color: var(--red);
    bottom: -19px;
    font-weight: 500;
    font-size: 12px;
    left: 0;
    margin: 0;
}



#apply_form form {
    display: flex;
    flex-direction: column;
}

.data_2.cx2_personal-firstName {
    order: -1;
}


#personal-cv_change {
    color: var(--red);
}

body #apply_form label {
    width: 100%;
}


.contact-header.alert-header .container {
    position: relative;
    z-index: 10
}




/* vacancie form alret */






figure {
    margin: 0;
}

.tab-content .gallery {
    display: flex;
    justify-content: space-between;
    margin: 32px 0;
}

.tab-content .gallery figure {
    width: calc(100% / 3 - 10px);
}

.tab-content .gallery figure img {
    width: 100%;
    object-fit: cover;
    height: auto;
}



.wp-block-embed__wrapper iframe {
    width: 100%;
}


table {
    max-width: 100%;
    width: 100% !important
}




.ccppt .wpcf7-form-control-wrap {
    width: 200px;
    display: block;
}


.ccppt input {
    border: 1px solid #c4c8ce;
    padding-left: 10px;
    border-radius: 4px;
    padding: 8px;
    color: var(--blue);
    outline: none !important;
    width: 100%;
    line-height: 1.3;
    transition: border .3s;
    margin-top: 3px;
}



.partner-werk-content>.wp-block-columns {
    display: flex;
    margin: 40px 0;
}

.wp-block-columns {
    display: flex;

}

.wp-block-columns .wp-block-column {
    margin-right: 10px;
}

.wp-block-columns .wp-block-column:last-child {
    margin-right: 0;
}

.wp-block-columns .wp-block-column figure {
    margin: 0 !important
}


.wp-block-columns .wp-block-column img {
    border-radius: 0 !important;
}


/*EVENTS*/

.kand-description span {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #8596A7;
}

.kand-description strong span {
    color: #E97472;
}

.small-red {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #E97472;
}

.kandidaten-box-content .flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
}

.vote-button .button-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    background: var(--red);
    box-shadow: 0px 1px 2px rgb(48 48 89 / 5%);
    border-radius: 4px;
    color: #fff;
    position: relative;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.kandidaten-box .video {
    position: relative;
}

@media only screen and (max-width: 600px) {
    .kandidaten-box-content .flex {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

    .kandidaten-box-content .cnt {
        flex: 1;
        width: 100%;
    }

    .kandidaten-box .video video {
        width: 100%;
    }

    .team-grids .team-grid {
        grid-template-columns: 1fr;
    }
}

.kand-description strong {
    color: #E97472;
    margin-bottom: 12px;
    display: block;
}

.kandidaten-box-content.corner-triangle.ct-topLeft.ct-red.ct-big::after {
    content: '';
    border-top: 50px solid var(--red);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    top: 20px;
    left: -5px;
    transform: rotate(-225deg);
    position: absolute;
    display: block;
    top: -8px;
    left: -34px;
}

.style-content-wrapper .style-content .it_epoll_container {
    width: 100% !important;
    padding: 0 !important;
    background-color: transparent !important;
    background: none !important;
    box-shadow: none;
    border: none;
    margin: 50px 0;
}

.style-content-wrapper .style-content .has-text-align-left,
.style-content-wrapper .style-content .it_epoll_survey-stage,
.style-content-wrapper .style-content .it_epoll_survey-progress-bg,
.style-content-wrapper .style-content .it_epoll_survey-progress-label {
    display: none;
}

.style-content-wrapper .style-content .it_epoll_title {
    font-weight: bold;
    text-align: left;
    margin: 0 0 34px;
    padding: 0 !important;
}

.style-content-wrapper .style-content .it_epoll_title_exact {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    text-shadow: none;
    color: #1C1C46;
}

.style-content-wrapper .style-content .it_epoll_title_exact::after {
    position: absolute;
    top: 100.05%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #B19B5D;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.style-content-wrapper .style-content .it_epoll_inner {}

.style-content-wrapper .style-content .it_epoll_inner ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: -16px;
}


@media only screen and (max-width: 576px) {}


@media only screen and (max-width: 768px) {}

.style-content-wrapper .style-content .it_epoll_inner li {
    max-width: 33.33%;
    width: 100%;
    padding: 16px;
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}


@media only screen and (max-width: 768px) {
    .style-content-wrapper .style-content .it_epoll_inner li {
        max-width: 50%;
    }
}


@media only screen and (max-width: 576px) {
    .style-content-wrapper .style-content .it_epoll_inner li {
        max-width: 100%;
    }
}

.style-content-wrapper .style-content .it_epoll_inner li::before {
    content: none;
}

.style-content-wrapper .style-content .it_epoll_inner li .it_epoll_survey-item-inner {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.style-content-wrapper .style-content .it_epoll_big_cover {
    display: none;
}

.style-content-wrapper .style-content .it_epoll_survey-country {
    margin: 0 !important;
}

.style-content-wrapper .style-content .it_epoll_survey-country img {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    border: none !important;
}

.style-content-wrapper .style-content .it_epoll_survey-name {
    color: #1C1C46;
    font-weight: bold;
    padding: 0;
    margin: 24px 0;
}

.style-content-wrapper .style-content .it_epoll_survey-item-action {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
    margin-bottom: 24px;
}

.style-content-wrapper .style-content .it_epoll_survey-item-action .it_epoll_survey-confirm-button {
    max-width: 224px !important;
    width: 100% !important;
    margin: 0 auto !important;
    background: none !important;
    background-color: #961927 !important;
    border-radius: 4px !important;
}

.style-content-wrapper .style-content .it_epoll_survey-completes {}

.style-content-wrapper .style-content .it_epoll_survey-progress {
    width: auto;
    display: inline-flex;
    align-items: center;
    padding: 0;
    /* position: absolute;
    bottom: 20px;
    left: 20px; */
    padding: 2px 8px;
    border-radius: 4px;
    background-color: #E97472;
    color: white;
    font-weight: bold;
    z-index: 1;
}

.style-content-wrapper .style-content .it_epoll_survey-progress::after {
    content: ' stemmen';
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    margin-left: 4px;
}

.style-content-wrapper .style-content .it_epoll_survey-progress-labels {
    line-height: normal;
}

.style-content-wrapper .style-content .it_epoll_card_back {
    left: 0;

}

.style-content-wrapper .style-content .it_epoll_survey_confirmation_form {
    padding: 20px;
    background: rgba(0, 0, 0, 0.8) !important;
}

.style-content-wrapper .style-content .it_epoll_survey_confirmation_form .it_edb_input_container .it_edb_submit {
    max-width: unset !important;
    background: #961927 !important;
}

.style-content-wrapper .style-content .it_edb_input_container label {
    padding: 0;
    margin-bottom: 12px;
}

.style-content-wrapper .style-content .it_edb_input_container .it_edb_input {
    padding: 5px 10px !important;
    border-radius: 4px !important;
    color: black !important;
}

.style-content-wrapper .style-content .it_edb_input_container .it_edb_input:focus-visible {
    outline: none !important;
}

.style-content-wrapper .style-content .it_epoll_spinner {
    width: 80px !important;
    height: 80px !important;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}

.style-content-wrapper .style-content .it_epoll_voting_confirmation_poll_title {
    background: transparent !important;
    border-bottom: 1px solid rgba(white, .4) !important;
    color: white;
}

.style-content-wrapper .style-content .it_epoll_short_code {
    color: black;
}

/*EPOLL*/
/* 
.it_epoll_survey-stage {
    display: none;
}

.it_epoll_live {
    border: 1px solid #1c1c46!important;
    background: #1c1c46!important;
    color: #fff!important;
}

.it_epoll_container {
    font-family: 'DM Sans',sans-serif;
    background: #fff;
    line-height: 1.5;
    font-size: 16px;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    border: none;
    padding: 20px;
    width: 100%;
    margin: 20px auto;
    background: transparent !important;
    box-shadow: none;
    border-radius: 0;
}

.it_epoll_surveys {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.it_epoll_grid .it_epoll_survey-item {
    /*box-shadow: 2px 5px 9px 0 rgb(0 0 0 / 4%), 0 2px 10px 0 rgb(0 0 0 / 6%);*/
/* box-shadow: none;
    width: calc(33% - 36px);
    margin: 10px 16px;
}

.it_epoll_title {
    font-size: 30px !important;
    margin-bottom: 80px;
    text-align: center;
    position: relative;
}

.it_epoll_title span {
    padding: 0 30px;
    background: white;
    position: relative;
}

.it_epoll_title:before {
    content: '';
    width: 100%;
    flex: 1;
    height: 1px;
    background: #b19b5d;
    margin-right: 30px;
    display: block;
    position: absolute;
    top: 34px;
}

.it_epoll_title:after {
    content: '';
    width: 100%;
    flex: 1;
    height: 1px;
    background: #b19b5d;
    margin-left: 30px;
}

.it_epoll_title_exact {
    text-shadow: none;
    font-size: 30px !important;
    color: #1c1c46;
    margin-bottom: 50px;
}

.it_epoll_title_exact:after {
    display: none;
}

.it_epoll_survey-item .it_epoll_orange_gradient {
    background: var(--red) !important;
    box-shadow: 0px 1px 2px rgb(48 48 89 / 5%) !important;
    border-radius: 4px !important;
    letter-spacing: 0.5px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    font-size: 16px !important;
    max-width: none !important;
}

.it_epoll_big_cover img, .it_epoll_big_cover {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.it_epoll_survey-country img {
    display: none;
}

.it_epoll_grid .it_epoll_survey-name {
    text-align: center !important;
    display: block;
    max-width: 100%;
    font-size: 21px;
    font-weight: 100;
    line-height: 20px;
    padding: 100px 0 16px;
    font-weight: 500;
    text-align: left;
    color: #1c1c46;
}

.it_epoll_survey-item-action {
    width: 100%;
    padding: 10px 0 12px;
    margin: 0 0 5px;
    display: block;
    align-items: center;
    box-shadow: none;
}

.it_epoll_grid .it_epoll_survey-progress-label {
    line-height: 21px;
    font-size: 20px;
    font-weight: 400;
}

.it_epoll_grid .it_epoll_survey-completes {
    line-height: 21px;
    font-size: 20px;
    vertical-align: middle;
}

.it_epoll_grid .it_epoll_survey-progress-labels {
    line-height: 70px;
}

.it_epoll_grid .it_epoll_survey-progress {
    display: flex;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    flex-direction: column;
    align-items: flex-start;
}

.it_epoll_survey_confirmation_form .it_edb_input_container:nth-of-type(2) {
    margin-bottom: 20px;
}

.it_epoll_survey-item::before {
    display: none;
}

/*back side*/

/* .it_epoll_survey_confirmation_form {
    position: relative;
    border: 1px;
    min-height: 80px;
    width: 100%;
    font-weight: 100;
    margin: 0 auto;
    background: white !important;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
} */
/* 
.it_epoll_survey_confirmation_form .it_edb_input_container .it_edb_input {
    display: block;
    height: 44px;
    border: 1px solid #cecccc;
    border-radius: 4px;
    background: #fff;
    width: 100% !important;
    color: #961927;
    padding: 6px;
    font-size: 16px;
}

.it_epoll_survey_confirmation_form .it_edb_input_container .it_edb_input::placeholder {
    color: #1c1c46;
}

.it_epoll_survey_confirmation_form .it_edb_input_container label {
    color: #1c1c46;
    padding: 4px 0 12px;
}

.it_epoll_survey_confirmation_form .it_edb_input_container .it_edb_submit, 
.it_epoll_card_front .it_epoll_survey-confirm-button, 
.it_epoll_survey_confirmation_form .it_edb_input_container .it_epoll_system_activate_pro_btn {
    background: var(--red)!important;
    box-shadow: 0px 1px 2px rgb(48 48 89 / 5%);
    border-radius: 4px;
    letter-spacing: .5px;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    padding: 10px 16px;
    width: 100%;
    margin-left: 0;
    max-width: none !important;
}

.it_epoll_survey_confirmation_form .it_edb_input_container {
    padding: 20px 6px 0;
    color: #fff;
}

.it_epoll_survey-item .it_epoll_card_front .it_epoll_green_gradient {
    background: #1c1c46 !important;
}

#it_epoll_tick .it_epoll_circ.it_epoll_path {
    fill: #1c1c46 !important;
} */

/*epoll responsive*/
/* 
@media only screen and (max-width: 600px) {
    .it_epoll_container .it_epoll_big_cover img, .it_epoll_big_cover {
        height: auto !important;
    }
    .it_epoll_grid .it_epoll_survey-country.it_epoll_grid-only {
        margin-top: 20px !important;
    }
    .it_epoll_container .it_epoll_grid .it_epoll_survey-name {
        display: block;
        max-width: 100%;
        font-size: 18px;
        padding: 10px;
        padding-left: 0;
        color: #1c1c46;
    }
    .style-content-wrapper ul {
        padding-left: 0;
    }
    .it_epoll_title:before {
        display: none;
    }
    .it_epoll_title:after {
        display: none;
    }
    .it_epoll_title span {
        padding: 0;
    }
    .it_epoll_container .it_epoll_title {
        margin-bottom: 40px;
    }
} */