/*
Theme Name: Rochade
*/

/* FARBEN Start */

:root {
    --color-blue: #2c4255;
    --color-blue-hover: #3f5f7a;
    --color-lightblue: #dce1e4;
    --color-accent: #65bedd;
    --color-darkgray: #8a9ba7;
}

/* FARBEN Ende */

/* FONTS START */

/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/source-sans-pro-v13-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
        url('assets/fonts/source-sans-pro-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('assets/fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('assets/fonts/source-sans-pro-v13-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('assets/fonts/source-sans-pro-v13-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('assets/fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro') format('svg');
    /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/source-sans-pro-v13-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
        url('assets/fonts/source-sans-pro-v13-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('assets/fonts/source-sans-pro-v13-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('assets/fonts/source-sans-pro-v13-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('assets/fonts/source-sans-pro-v13-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('assets/fonts/source-sans-pro-v13-latin-700.svg#SourceSansPro') format('svg');
    /* Legacy iOS */
}

/* source-sans-pro-300 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/source-sans-pro-v13-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
        url('assets/fonts/source-sans-pro-v13-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('assets/fonts/source-sans-pro-v13-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('assets/fonts/source-sans-pro-v13-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('assets/fonts/source-sans-pro-v13-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('assets/fonts/source-sans-pro-v13-latin-300.svg#SourceSansPro') format('svg');
    /* Legacy iOS */
}

/* FONTS END */

/* BASIC START */

body {
    font-family: 'Source Sans Pro';
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

main p {
    font-size: 18px;
    line-height: 1.5;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {}

video {
    background-color: black;
}

strong {
    font-weight: 700;
}

a {
    color: var(--color-accent);
}

a:focus, a:hover {
    color: var(--color-accent);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fullwidth {
    margin: 0 calc(50% - 50vw);
}

.entry-title {
    display: none;
}

.entry-summary {
    border-bottom: 1px solid;
    padding: 30px 0;
}

.entry-summary h4,
.entry-summary p {
    margin-bottom: 15px;
}

.entry-summary .btn {
    margin: 0;
}

.text-center {
    max-width: 650px;
    margin: 0 auto;
    padding: 100px 0;
}

.text-center-small {
    max-width: 650px;
    margin: 0 auto;
    padding-top: 50px;
}

.opacity-30 {
    opacity: 0.3;
}

/* Chris */

.text-center-720 {
    max-width: 720px;
    margin: 0 auto;
    padding: 100px 0;
}

.center-wrap {
    max-width: 80vw;
    margin: 0 auto;
    padding: 0 4%;
    box-sizing: border-box;
}
.center-wrap.margin-b{
    margin-bottom: 140px;
}
.center-wrap.margin-t{
    margin-top: 140px;
}
.img-400{
    height: 400px;
    overflow: hidden;
    margin-bottom: 28px;
}

.bw-column-wrap{
    margin: 100px 0;
}

.bw-column-wrap-2{
    margin: 12px 0;
}
.bw-column-wrap-2.center{
    margin: 12px auto;
    width: 80%;
}


.bw-column h4{
    margin-bottom: 0 !important;
}

.bw-column p{
    padding: 0;
    margin: 0;
}



.text-center h3 {
    color: var(--color-blue);
}

.text-gray {
    color: var(--color-darkgray);
    font-size: 20px;
    margin-bottom: 10px;
}

.text-gray em {
    font-style: normal;
    color: var(--color-blue);
}

@media (max-width: 680px) {
    .text-center {
        padding: 100px 15px;
    }
}

/* BASIC END */



/* HEADLINES START */

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin-top: 0;
}

h1 {}

h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
}

h3 {
    font-size: 44px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}

h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    h2 {
        font-size: 38px;
        line-height: 50px;
    }

    h3 {
        font-size: 34px;
        line-height: 46px;
    }

    h4 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3 {
        font-size: 26px;
        line-height: 36px;
    }

    h4 {
        font-size: 22px;
        line-height: 32px;
    }
}


/* HEADLINES END */



/* BUTTONS START */

.wp-block-button .wp-block-button__link,
a.btn {
    color: var(--color-blue);
    border: 2px solid var(--color-blue);
    border-radius: 0;
    background-color: transparent;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.wp-block-button .wp-block-button__link:hover,
a.btn:hover {
    background-color: var(--color-blue);
    color: white;
    text-decoration: none;
}

/* BUTTONS END */



/* HEADER START */

header {
    position: fixed;
    z-index: 99;
    height: 110px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 6px 12px #5A513F19;
}

main {
    padding-top: 110px;
}

header .logo {
    float: left;
    margin-top: 20px;
    position: absolute;
    z-index: 9999;
}

header .nav-wrapper {
    position: relative;
}

header #navigation {
    height: 110px;
    padding-right: 140px;
    position: relative;
    top: 0px;
}

header .menu-hauptmenue-container{
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

header #navigation .menu {
    float: right;
    padding-top: 60px;
    padding-left: 265px;
    position: relative;

    width: 900px;
    display: flex;
    justify-content: end;
    align-items: flex-start;
}

header #navigation .menu-item {
    display: inline-block;
    position: relative;
    transition: .15s;
    /* width: 185px; */
    margin-bottom: 8px;
    margin-left: 20px;
}

header #navigation .menu-item:hover {
    border-bottom: 4px solid var(--color-red);
}

header #navigation .menu-item.current-menu-item a {
    color: var(--color-red);
}

header #navigation .menu-item.contact {
    display: none;
}

header #navigation .menu-item a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    color: var(--color-darkgray);
    display: inline-block;
    text-transform: uppercase;
}

header #navigation .menu-item a:hover{
    color: #000;
}

header #menu-hauptmenue > .menu-item > a {
    white-space: nowrap;
}

header #navigation .menu-item a i {
    vertical-align: middle;
    font-size: 25px;
}

header #navigation .menu-hauptmenue > .menu-item a {
    border: 1px solid red;
}

header #navigation .menu-item.top {
    position: absolute;
    top: 20px;
}

header #navigation #menu-panel .menu-item.top {
    position: relative;
    right: unset!important;
    top: unset!important;
}

header #navigation .menu-item.top a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    text-transform: none;
}

header #navigation > .menu-item.top a {
    white-space: nowrap;
}

header #navigation .menu-item.top a i {
    vertical-align: middle;
    color: var(--color-accent);
    font-size: 20px;
    margin-right: 3px;
}

header #navigation .menu-item.top.third {
    right: 0;
}

header #navigation .menu-item.top.second {
    right: 150px;
}

header #navigation .menu-item.top.first {
    right: 325px;
}

header .header-contact {
    width: 105px;
    height: 110px;
    background-color: var(--color-blue);
    position: absolute;
    right: 15px;
    top: 0;
}

header .header-search {
    display: none;
}

header .header-contact img {
    width: 19px;
    display: block;
    margin: 20px auto 10px auto;
}

header .header-contact p {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-accent);
}
.sub-menu{
    display: none;
    width: 260px;
    position: absolute;
    z-index: 9999;
    flex-wrap: wrap;
    background: #fff;
    overflow: hidden;
    padding: 10px 20px;
    box-sizing: border-box;
    box-shadow: 0px 6px 12px #5A513F19;
    margin-top:25px;
}
/* HEADER END */

/*  Small-Posts */
.more_posts_wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    margin: 0 -10px 80px -10px;
}

.small_post_wrap{
    width: 20%;
    overflow: hidden;
    background: var(--color-blue);
    margin: 10px;
    color: #fff;
    min-height: 280px;
    transition: opacity .4s ease;
}
.small_post_wrap:hover{
    opacity: .6;
}
.more_posts_wrap a{
    color: #fff;
    text-decoration: none;
}
.small_post_thumbnail img{
    width: 100%; height: 200px; overflow: hidden;
}
.small_post_title{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 16px;
}

/* TEAM 2 Start */

.flex_center{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.team-2-main-wrap{
    width: 100%;
    box-sizing: border-box;
}
.section-team-2 {

}

.section-team-2 .team-wrapper-2 {
  display: flex; 
  flex-direction: column;
  height: 100%;
}

.section-team-2 .team-wrapper-2 img {
  width: 100%;
}

.section-team-2.v2 .team-wrapper-2 img {
  border-radius: 100%;
  max-width: 360px;
  margin: 0 auto;
  display: block;
}

.section-team-2 .team-content-2 {
  margin-bottom: 30px;  
  flex: 1;
  background-color: var(--color-blue);
  padding: 15px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0;
}

.section-team-2 .team-content-2 .wp-block-buttons {
	margin-top: auto;
	margin-bottom: 20px;
}

.section-team-2.v2 .team-content-2 {
  background-color: transparent;
  margin-top: 0;
}

.team-content-2 strong, p{
    width: 100%;
}

.section-team-2 .team-content-2 strong {
  display: block;
  text-align: center;
  margin: 10px 0;
  color: #fff;
}

.section-team-2 .team-content-2 p {
  text-align: center;
  color: #fff;
  margin: 10px 0 30px 0;
}

.team-2-btn a{
  border: 2px solid white;
  background-color: var(--color-blue);
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  color: white;
  text-decoration: none;
  display: block;
}
.team-2-btn a:hover{
  background-color: white;
  color: var(--color-blue);
}



/* TEAM 2 End */

.shadow{
    box-shadow: 0px 8px 16px 2px rgb(0 0 0 / 0%);
    transition: all .4s ease;
}
.shadow:hover{
    box-shadow: 0px 8px 16px 2px rgb(0 0 0 / 62%);
    transition: all .4s ease;
}

.margin-b-40{margin-bottom: 40px;}
.margin-b-60{margin-bottom: 60px;}
.margin-b-80{margin-bottom: 80px;}
.margin-b-100{margin-bottom: 100px;}
.margin-b-120{margin-bottom: 120px;}

/* Column Extras */

.column-blue p, .column-gray p{
    color: #fff;
}

.column-blue{
    background: var(--color-blue);
    color: #fff;
    box-sizing: border-box;
    padding: 20px;
    min-height: 306px;
    margin-bottom: 20px;
}

.column-gray{
    background: var(--color-darkgray);
    color: #fff;
    box-sizing: border-box;
    padding: 20px;
    min-height: 306px;
    margin-bottom: 20px;
}

/* Column Extras END */

/* Column Extras Icons */
.icon-title{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}
.icon-title h4{
    padding-left: 12px;
    box-sizing: border-box;
    font-size: 21px;
    line-height: 30px;
    max-width: 85%
}
.icon-study-o{
    width: 50px;
    height: 50px;
    background: url('/wp-content/uploads/2020/11/ico-study-blue.png') no-repeat center / cover;
}
.icon-emp-o{
    width: 50px;
    height: 50px;
    background: url('/wp-content/uploads/2020/11/ico-emp-blue.png') no-repeat center / cover;
}
.icon-member-o{
    width: 50px;
    height: 50px;
    background: url('/wp-content/uploads/2020/11/ico-member-blue.png') no-repeat center / cover;
}
.icon-study-b{
    width: 50px;
    height: 50px;
    background: url('/wp-content/uploads/2020/11/ico-study-blue.png') no-repeat center / cover;
}
.icon-emp-b{
    width: 50px;
    height: 50px;
    background: url('/wp-content/uploads/2020/11/ico-emp-blue.png') no-repeat center / cover;
}
.icon-member-b{
    width: 50px;
    height: 50px;
    background: url('/wp-content/uploads/2020/11/ico-member-blue.png') no-repeat center / cover;
}


/* Service */
.service-icon{
    width: 320px;
    height: 270px;
    display: flex; justify-content: center;
    align-items: center;
}
.service-icon.bgblue{background: var(--color-blue);}
.service-icon.bggray{background: var(--color-darkgray);}

.service-icon-01{
    width:100%; height: 100%; background: url('/wp-content/uploads/2020/11/service-icon-01.svg') no-repeat center / contain;
}
.service-icon-02{
    width:100%; height: 100%; background: url('/wp-content/uploads/2020/11/service-icon-02.svg') no-repeat center / contain;
}
.service-icon-03{
    width:100%; height: 100%; background: url('/wp-content/uploads/2020/11/service-icon-03.svg') no-repeat center / contain;
}
.service-icon-04{
    width:100%; height: 100%; background: url('/wp-content/uploads/2020/11/service-icon-04.svg') no-repeat center / contain;
}
.service-icon-05{
    width:100%; height: 100%; background: url('/wp-content/uploads/2020/11/service-icon-05.svg') no-repeat center / contain;
}
.service-icon-06{
    width:100%; height: 100%; background: url('/wp-content/uploads/2020/11/service-icon-06.svg') no-repeat center / contain;
}
.service-icon-07{
    width:100%; height: 100%; background: url('/wp-content/uploads/2020/11/service-icon-07.svg') no-repeat center / contain;
}
.service-icon-08{
    width:100%; height: 100%; background: url('/wp-content/uploads/2020/11/service-icon-08.svg') no-repeat center / contain;
}
.service-icon-09{
    width:100%; height: 100%; background: url('/wp-content/uploads/2020/11/service-icon-09.svg') no-repeat center / contain;
}

.service_post_image{
    width: 100%;
    height: 335px;
}
#service-roadmap{
    background: url('/wp-content/uploads/2020/11/Service-Roadmap.png') no-repeat top left / contain;
}

.service-tile-wrap{
    position: relative;
    margin: -28px;
}

.service-tile-wrap .wp-block-columns{
    margin-bottom: 0 !important;
}

.service-tile{
    text-decoration:none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4px auto;
    box-sizing: border-box;
}



/* Service END */


@media (max-width: 992px) {
    header .header-contact {
        display: none;
    }

    header .menu-hauptmenue-container > #menu-hauptmenue{
        display:none;
    }

    header .header-search {
        display: block;
        position: absolute;
        right: 100px;
        top: 35px;
    }

    header .header-search i {
        font-size: 40px;
        color: var(--color-darkgray);
    }

    /* Small-Posts-992 */
    .more_posts_wrap{
        margin: 0 0 80px 0;
    }
    .small_post_wrap{
        width: 100%;
    }
    .small_post_thumbnail img{
        height: 132px;
    }
    .small_post_wrap{
        min-height: 214px;
    }

    .bw-column-wrap-2.center{
        margin: 12px auto;
        width: 100%;
    }

    .service_post_image{
        width: 100%;
        height: 960px;
    }

    #service-roadmap{
        background: url('/wp-content/uploads/2020/11/Service-Roadmap-mobile.png') no-repeat top left / contain;
    }

}

@media (max-width: 1200px) and (min-width: 992px) {
    .more_posts_wrap{
        margin: 0 0 80px 0;
    }
    .small_post_wrap{
        width: 32%;
    }
    .small_post_thumbnail img{
        height: 132px;
    }
    .small_post_wrap{
        min-height: 214px;
    }
}





/* MOBILE NAVIGATION START */

#menu-panel {
    display: none;
}

.burger {
    display: none;
}

@media (max-width: 992px) {
    #navigation .menu {
        display: none;
    }


    #navigation #menu-panel .menu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
        width: 100%;
    }

    #navigation .logo img {
        margin-left: 15px;
    }

    #navigation #menu-panel .menu-item {
        display: block;
        text-align: center;
        margin: 0;
        width: 100%;
    }

    #navigation #menu-panel .menu-item.contact {
        display: block;
    }

    #navigation #menu-panel .menu-item.search {
        display: none;
    }

    #navigation #menu-panel .menu-item:hover {
        background-color: white;
        border: none;
    }

    #navigation #menu-panel .menu-item:hover a {
        color: var(--color-red);
    }

    #navigation #menu-panel .menu-item a {
        color: white;
        font-size: 20px;
        padding: 10px;
        display: block;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
    }

    #navigation #menu-panel .current-menu-item a {
        background-color: var(--color-red-hover);
    }

    #navigation #menu-panel .menu-item a i {
        display: none;
    }

    #menu-panel .sub-menu {
        background-color: white;
    }

    #menu-panel {
        width: 100vw;
        height: 100vh;
        position: absolute;
        display: none;
        background: white;
        top: 110px;
        background-color: var(--color-blue);
        margin-left: -15px;
        padding: 50px 0;
        box-sizing: border-box;
    }

    #menu-panel.show {
        display: block;
    }

    .burger.burger-mobile {
        display: block;
    }

    #menu-panel .menu {
        display: block;
    }

    header .nav-wrapper {
        width: 100%;
    }

    header #navigation .menu {
        float: none;
    }

    .burger {
        display: none;
        position: absolute;
        right: -3px;
        top: 18px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 80px;
        height: 70px;
        font-size: 0;
        text-indent: -9999px;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        transition: background 0.3s;
        z-index: 1;
        transform: translateX(0px);
        transition: transform 0.2s ease-in;
        background-color: white;
    }

    .burger:focus {
        outline: none;
    }

    .burger span {
        display: block;
        position: absolute;
        top: 32px;
        left: 18px;
        right: 18px;
        height: 8px;
        background: var(--color-blue);
    }

    .burger span::before,
    .burger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 8px;
        background-color: black;
        content: "";
    }

    .burger span::before {
        top: -15px;
    }

    .burger span::after {
        bottom: -15px;
    }

    .burger-mobile span {
        transition: background 0s 0.3s;
    }

    .burger-mobile span::before,
    .burger-mobile span::after {
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s;
    }

    .burger-mobile span::before {
        transition-property: top, transform;
    }

    .burger-mobile span::after {
        transition-property: bottom, transform;
    }

    .burger-mobile.is-active span {
        background: none;
    }

    .burger-mobile.is-active span::before {
        top: 0;
        transform: rotate(45deg);
    }

    .burger-mobile.is-active span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    .burger-mobile.is-active span::before,
    .burger-mobile.is-active span::after {
        transition-delay: 0s, 0.3s;
    }
}

/* MOBILE NAVIGATION END */



/* FOOTER START */

footer {
    background-color: var(--color-blue);
    width: 100%;
}

footer #footer-navigation {
    padding: 20px 0;
}

footer h3 {
    text-align: center;
    color: var(--color-accent);
}

footer .content-wrapper {
    padding: 50px 0;
}

footer .content-wrapper h4 {
    color: var(--color-accent);
    margin-bottom: 30px;
}

footer .content-wrapper .location {
    padding-left: 30px;
    position: relative;
}

footer .content-wrapper .location i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 25px;
    color: var(--color-accent);
}

footer .content-wrapper .location h4 {
    color: white;
    margin-bottom: 20px;
}

footer .content-wrapper .location p {
    font-size: 16px;
    line-height: 22px;
    color: white;
    margin-bottom: 40px;
}

footer .nav-wrapper {
    background-color: white;
}

footer .menu-item {
    display: inline-block;
    position: relative;
    margin-right: 35px;
}

footer .menu-item a {
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    color: var(--color-darkgray);
}

.form-wrapper input.wpcf7-form-control {
    height: 45px;
    width: 100%;
    color: var(--color-darkgray);
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 10px;
}

.form-wrapper textarea.wpcf7-textarea {
    width: 100%;
    color: var(--color-darkgray);
    font-size: 14px;
    padding: 20px;
    margin-bottom: 10px;
}

.form-wrapper input.wpcf7-form-control::placeholder
.form-wrapper textarea.wpcf7-textarea::placeholder {
    color: var(--color-darkgray);
}

.form-wrapper input.wpcf7-form-control.wpcf7-submit {
    height: unset;
    width: unset;
    padding: 20px 60px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--color-blue);
    border: 2px solid white;
    color: white;
}

.form-wrapper input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: white;
    color: var(--color-blue);
	border: 2px solid var(--color-blue);
}

.form-wrapper .privacy-wrapper {
    margin-top: -30px;		
}

.form-wrapper .privacy-wrapper label {
    margin-bottom: 30px;	
	display: flex;
	align-items: flex-start;
    gap: 1em;
    font-weight: 400;
}

.form-wrapper .privacy-wrapper label.privacy a,
.form-wrapper .privacy-wrapper label.privacy a:hover {
    color: var(--color-accent);
}

.form-wrapper .privacy-wrapper span.wpcf7-list-item {
    margin: 0;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .content-wrapper .col-lg-9.col-md-9 {
        padding-left: 30px;
    }
}

.your-gender, .your-company {
    float: left;
    width: 49%;
    margin-right: 1%;
    margin: 0;
}

.your-name, .your-email {
    width: 49%;
    margin-left: 1%;
    display: block;
    float: right;
}

/* FOOTER END */



/* ----- SECTIONS & ELEMENTS START ----- */


.section-hero {
    background-position: 80% 13%;
	
	.hero-wrapper {
		min-height: clamp(300px, 65vmin, 680px) !important;
	}
}

/* SECTION WIDTH / COLORS START */

.section-fullwidth {
    margin: 0 calc(50% - 50vw);
}

.section-fullwidth.lightblue {
    background-color: var(--color-lightblue);
}

/* SECTION WIDTH / COLORS END */



/* SECTION EXPERTISE START */

.section-expertise {
    padding: 100px 0;
    background: url("/wp-content/uploads/2020/10/section-expertise-bg.jpg") no-repeat center / cover;
    margin-bottom: 100px;
}

.section-expertise h3 {
    color: white;
}

.section-expertise .slick-slide {
    outline: none;
}

.section-expertise .slick-track .slick-active .slide-wrap {
    background-color: var(--color-blue);
}

.section-expertise .slick-track .slick-active + .slick-active .slide-wrap,
.section-expertise .slick-track .slick-active + .slick-active + .slick-active .slide-wrap {
    background-color: rgba(138, 155, 167, 0.8);
}

.section-expertise .slick-list.draggable {
    margin: 0 60px;
    padding: 0!important;
}

.section-expertise .slick-slide .slide-wrap {
    padding: 30px;
    margin: 10px;
    background-color: var(--color-darkgray);
}

.section-expertise .slick-slide img {
    margin-bottom: 15px;
	opacity: .3;
}

.section-expertise .slick-track .slick-active .slide-wrap .slick-slide img {
    filter: none;
}

.section-expertise .slick-track .slick-active + .slick-active .slide-wrap img,
.section-expertise .slick-track .slick-active + .slick-active + .slick-active .slide-wrap img {
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
}

.section-expertise .slick-track .slick-active + .slick-active .slide-wrap .slick-slide h3 {
    color: var(--color-accent);
}

.section-expertise .slick-track .slick-active + .slick-active .slide-wrap .slick-slide h3,
.section-expertise .slick-track .slick-active + .slick-active + .slick-active .slide-wrap .slick-slide h3 {
    color: white;
}

.section-expertise .fa-angle-left,
.section-expertise .fa-angle-right {
    color: var(--color-accent);
    font-size: 50px;
    position: absolute;
    top: 40%;
}

.section-expertise .fa-angle-left {
    left: 0;
}

.section-expertise .fa-angle-right {
    right: 0;
}

.section-expertise .slick-slide h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 0;
    min-height: 68px;
}

@media (max-width: 1200px) {
    .section-expertise .slick-slide h3 {
        font-size: 20px;
        line-height: 26px;
        min-height: 52px;
        margin-bottom: 0;
    }

    .section-expertise .slick-slide .slide-wrap {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .section-expertise .slick-list.draggable {
        margin: 0 40px;
    }

    .section-expertise .slick-slide .slide-wrap {
        background-color: var(--color-blue);
        margin: 0;
        text-align: center;
    }

    .section-expertise .slick-slide img {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* SECTION EXPERTISE END */



/* SECTION SLIDER START */

.wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content {
    padding: 0 15px;
    max-width: 1170px;
    margin: 0 auto;
    top: unset;
    bottom: 0;
}

.wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content .wpsisac-bg-overlay {
    background-color: var(--color-blue);
    color: white;
    padding: 40px;
}

.wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-bg-overlay .wpsisac-slide-title {
    display: none;
}

.wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-bg-overlay strong {
    font-size: 36px;
    margin-bottom: 0;
    color: var(--color-darkgray);
    font-weight: 400;
}

.wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-bg-overlay h2 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 30px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
}

.wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-bg-overlay .wpsisac-slider-short-content {
    font-size: 14px;
    margin-bottom: 30px;
    color: white;
}

.wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-bg-overlay .wpsisac-slider-short-content p {
    margin-bottom: 0;
    font-size: 14px;
}

.wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-bg-overlay .wpsisac-slider-short-content:after {
    content: "\F107";
    font-family: FontAwesome;
    color: var(--color-accent);
    font-weight: bold;
    height: 45px;
    font-size: 50px;
    display: inline-block;
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.wpsisac-slick-slider.design-3 .slick-dots {
    top: 40%;
    left: 60px!important;
    bottom: unset;
    right: unset;
}

.wpsisac-slick-slider.design-3 .slick-dots li {
    display: block!important;
}

.wpsisac-slick-slider.design-3 .slick-dots li button {
    border-radius: 0!important;
    border: 0;
    width: 20px!important;
    height: 20px!important;
}

.wpsisac-slick-slider.design-3 .slick-dots li.slick-active button {
    background-color: var(--color-accent)!important;
}

@media (max-width: 992px) {
    .wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content {
        padding: 0;
    }

    .wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content .wpsisac-bg-overlay {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .wpsisac-slick-slider.design-3 .wpsisac-image-slide, .wpsisac-slide-wrap {
        height: 650px!important;
    }

    .wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-bg-overlay h2 {
        font-size: 36px;
        line-height: 44px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-bg-overlay strong {
        font-size: 24px;
    }

    .wpsisac-slick-slider.design-3 .wpsisac-image-slide img {
        height: 400px!important;
    }

    .wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content {
        min-height: 260px;
    }

    .wpsisac-slick-slider.design-3 .slick-dots {
        top: 20%;
        left: 40px!important;
    }
}

/* SECTION SLIDER END */



/* SECTION TEXTBOX IMAGE START */

.section-textbox-image .col {
    background-color: var(--color-blue);
}

.section-textbox-image .row {
    display: table;
    width: 100%;
}

.textbox-wrapper h2,
.textbox-wrapper p {
    color: white;
}

.textbox-wrapper h3 {
    display: none;
}

.textbox-wrapper strong {
    color: var(--color-darkgray);
    font-size: 21px;
    font-weight: 400;
}

.textbox-wrapper .wp-block-button .wp-block-button__link,
.textbox-wrapper a.btn {
    color: white;
    border: 2px solid white;
    background-color: var(--color-blue);
}

.textbox-wrapper .wp-block-button .wp-block-button__link:hover,
.textbox-wrapper a.btn:hover {
    background-color: white;
    color: var(--color-blue);
    text-decoration: none;
}

@media (min-width: 992px) {
    .section-textbox-image .textbox-wrapper {
        padding: 100px 50px;
    }
}

/* SECTION TEXTBOX IMAGE END */



/* SECTION NEWS START */


#content .section.section-news .wp-block-latest-posts {
    margin-bottom: 100px;
}

#content .section.section-news ul li {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-left: 0;
    width: 32%;
    padding-left: 0;
    vertical-align: top;
    margin-right: 1.6%;
    padding-right: 0;
    background-color: var(--color-darkgray);
    margin-bottom: 30px;
}


#content .section.section-news ul li:hover {
    background-color: var(--color-blue);
}

#content .section.section-news ul li:last-child {
    margin-right: 0!important;
}

#content .section.section-news ul li img {
    width: 100%;
    padding-bottom: 30px;
}

#content .section.section-news ul li a {
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

#content .section.section-news ul li:hover a {
    color: var(--color-accent);
}

#content .section.section-news ul li:hover a:before {
    content: "\F105";
    font-family: FontAwesome;
    color: var(--color-accent);
    font-weight: bold;
    height: 45px;
    font-size: 50px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#content .section.section-news ul li a,
#content .section.section-news ul li time {
    padding: 0 30px;
    color: white;
    display: block;
}

#content .section.section-news ul li time {
    padding-bottom: 30px;
    padding-top: 15px;
    font-size: 20px;
}

@media (max-width: 768px) {
    #content .section.section-news ul li {
        width: 100%;
    }
}

/* SECTION NEWS END */

/* COL IMAGE START */

.col-image {
    margin-bottom: 60px;
}

.col-image .wp-block-column.col-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.col-image .wp-block-column p {
    margin-bottom: 30px;
}

.col-image .wp-block-column p strong {
    margin-bottom: 0;
}

.col-image .wp-block-column p:last-child {
    margin: 0;
}

.col-image .wp-block-image {
    margin: 0;
}


.col-image .wp-block-image img {
    height: auto;
}

@media (max-width: 599px) {
    .col-image .wp-block-image {
        margin-bottom: 30px;
    }

    .col-image.right {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* COL IMAGE END */

/* ----- SECTIONS & ELEMENTS END ----- */