/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

input:not(input:-webkit-autofill)::-webkit-contacts-auto-fill-button {
    background-color: #fff;
}

input::-webkit-credentials-auto-fill-button {
    background-color: #fff;
}

.fusion-form .fusion-layout-column:nth-of-type(1) .fusion-column-wrapper {
    margin-left: 0 !important;
}

.fusion-form .fusion-layout-column:nth-of-type(2) .fusion-column-wrapper {
    margin-right: 0 !important;
}

.fusion-form .fusion-fullwidth {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.fusion-form .fusion-builder-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media screen and (max-width: 640px) {
    .fusion-form .fusion-column-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.fusion-form-form-wrapper .fusion-form-field label {
    font-family: "Roboto";
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.fusion-form-form-wrapper .fusion-form-field.fusion-form-label-above label {
    margin: 0 0 5px 0;
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-input[type="text"],
.fusion-form-form-wrapper .fusion-form-field .fusion-form-input[type="text"]:hover,
.fusion-form-form-wrapper .fusion-form-field .fusion-form-input[type="email"],
.fusion-form-form-wrapper .fusion-form-field .fusion-form-input[type="email"]:hover {
    padding: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    font-family: "Roboto";
    font-size: 25px;
    line-height: 1.4;
    font-weight: 300;
    color: #fff;
}

.fusion-form-form-wrapper .fusion-form-field textarea.fusion-form-input,
.fusion-form-form-wrapper .fusion-form-field textarea.fusion-form-input:hover {
    background: transparent;
    padding: 0 !important;
    background: transparent;
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
    font-family: "Roboto";
    font-size: 25px;
    line-height: 1.4;
    font-weight: 300;
    color: #fff;
}

.fusion-form-submit-field .fusion-button {
}

.fusion-button-default-size {
    font-size: 16px !important;
}

.post-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-content li {
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
}

.post-content li::before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 10px;
    height: 12px;
    background: url("assets/images/list-bullet.svg") no-repeat;
}

.post-content .netpart-home-team-carousel li {
    padding: 0;
}

.post-content .netpart-home-team-carousel li::before {
    display: none !important;
}

.fusion-header-wrapper {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
}

.fusion-header {
    display: flex;
    position: relative;
    height: 100px;
    background: rgba(255, 255, 255, 0.8) !important;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1300px) {
    .fusion-header {
        flex-direction: column;
        justify-content: flex-start;
        height: 198px;
    }
}

.fusion-logo {
    float: none;
    position: absolute;
    top: 24px;
    left: 30px;
    margin: 0 !important;
}

.fusion-logo img {
    width: 214px !important;
    height: auto !important;
}

.fusion-main-menu {
    float: none;
    text-transform: uppercase;
    margin-right: 238px;
}

@media screen and (max-width: 1330px) {
    .fusion-main-menu > ul > li:not(:last-child) {
        padding-right: 20px;
    }
}

.netpart-header-labels {
    display: flex;
    position: absolute;
    top: 0;
    right: 30px;
}

.netpart-header-labels a {
    display: block;
    margin-left: 14px;
}

.netpart-header-labels img {
    width: auto;
    height: 60px;
}

@media screen and (max-width: 540px) {
    .netpart-header-labels img {
        height: 50px;
    }
}

@media screen and (max-width: 460px) {
    .netpart-header-labels img {
        height: 10vw;
    }
}

.fusion-header .fusion-mobile-nav-holder {
    display: none !important;
}

@media screen and (max-width: 1300px) {
    .fusion-logo {
        position: static;
    }

    .netpart-header-labels {
        position: static;
        margin-bottom: 40px;
    }

    .netpart-header-labels a {
        display: block;
        margin-left: 7px;
        margin-right: 7px;
    }
}

.netpart-header-mobile-nav {
    display: none;
    height: 42px;
}

@media screen and (max-width: 1300px) {
    .netpart-header-mobile-nav {
        display: block;
    }
}

.netpart-header-mobile-nav button {
    background: rgba(255, 255, 255, 0.95) !important;
    font-family: "Roboto" !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 300 !important;
    color: #000 !important;
    outline: none;
}

.fusion-mobile-nav-holder {
    margin: 0 !important;
}

.fusion-mobile-nav-holder .fusion-menu {
    position: absolute;
    width: 100%;
}

.fusion-mobile-nav-holder > ul li a {
    background: rgba(255, 255, 255, 0.95) !important;
    font-family: "Roboto" !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000 !important;
}

.fusion-mobile-nav-holder > ul li a:hover,
.fusion-mobile-nav-holder > ul li.fusion-mobile-current-nav-item a {
    background: #eee !important;
}

.fusion-footer {
    position: relative;
    z-index: 1000;
}

@media screen and (max-width: 640px) {
    .fusion-footer {
        margin-top: -5px !important;
    }
}

.netpart-footer {
    padding: 0 30px;
    background: #003c5c;
    color: #fff;
}

.netpart-footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 86px;
    padding-bottom: 30px;
}

.netpart-footer-top .netpart-footer-title {
    font-family: "Roboto";
    font-size: 25px;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 86px;
    text-align: center;
}

.netpart-footer-line {
    position: relative;
    margin: 0 auto 60px auto;
    width: 1px;
    height: 110px;
    background: #33637d;
    overflow: hidden;
    z-index: 1000;
}

.netpart-footer-line::before {
    content: '';
    position: absolute;
    top: -55px;
    left: 0;
    width: 1px;
    height: 55px;
    background: #c5d3da;
    animation: NetpartFooterLine 2s linear infinite;
}

@keyframes NetpartFooterLine {
    0% {
        top: -55px;
    }

    100% {
        top: 110px;
    }
}

.netpart-footer-top .netpart-footer-separator-01-01 {
    margin-bottom: 14px;
}

.netpart-footer-top .netpart-footer-separator-01-01 img {
    width: 92px;
    height: auto;
}

.netpart-footer-top .netpart-footer-email {
    font-family: "Scope One";
    font-size: 50px;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 12px;
}

.netpart-footer-top .netpart-footer-email a,
.netpart-footer-top .netpart-footer-email a:hover {
    color: #fff;
    text-decoration: none;
}

.netpart-footer-top .netpart-footer-phone {
    font-family: "Scope One";
    font-size: 50px;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 30px;
}

.netpart-footer-top .netpart-footer-phone a,
.netpart-footer-top .netpart-footer-phone a:hover {
    color: #01bbe9;
    text-decoration: none;
}

.netpart-footer-social-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.netpart-footer-social-links li {
    display: inline-block;
    margin: 0 11px;
    padding: 0;
}

.netpart-footer-link {
    display: block;
    width: 52px;
    height: 61px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.netpart-footer-link-linkedin {
    background-image: url("assets/images/footer-icon-linkedin.svg");
}

.netpart-footer-link-linkedin:hover {
    background-image: url("assets/images/footer-icon-linkedin-white.svg");
}

.netpart-footer-link-facebook {
    background-image: url("assets/images/footer-icon-facebook.svg");
}

.netpart-footer-link-facebook:hover {
    background-image: url("assets/images/footer-icon-facebook-white.svg");
}

.netpart-footer-link-instagram {
    background-image: url("assets/images/footer-icon-instagram.svg");
}

.netpart-footer-link-instagram:hover {
    background-image: url("assets/images/footer-icon-instagram-white.svg");
}

.netpart-footer-bottom {
    display: flex;
    padding: 75px 30px;
    font-size: 14px;
    line-height: 1.5;
}

.netpart-footer-bottom .netpart-footer-logo {
    min-width: 250px;
    padding-top: 16px;
}

.netpart-footer-bottom .netpart-footer-logo img {
    width: 156px;
    height: auto;
}

.netpart-footer-bottom .netpart-footer-content {
    flex: 1;
    text-align: center;
}

.netpart-footer-bottom .netpart-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.netpart-footer-bottom .netpart-footer-menu a,
.netpart-footer-bottom .netpart-footer-menu a:hover {
    color: #fff;
    text-decoration: none;
}

.netpart-footer-bottom .netpart-footer-menu a:hover {
    color: #10a4cf;
}

.netpart-footer-bottom .netpart-footer-menu li {
    display: inline-block;
}

.netpart-footer-bottom .netpart-footer-menu li + li::before {
    content: "/";
    margin-left: 24px;
    margin-right: 28px;
}

@media screen and (max-width: 600px) {
    .netpart-footer-bottom .netpart-footer-menu li {
        display: block;
        margin-bottom: 20px;
    }
    
    .netpart-footer-bottom .netpart-footer-menu li + li::before {
        display: none;
    }
}

.netpart-footer-bottom .netpart-footer-contact {
    min-width: 250px;
}

.netpart-footer-bottom .netpart-footer-contact {
    text-align: right;
}

@media screen and (max-width: 1000px) {
    .netpart-footer-top .netpart-footer-email,
    .netpart-footer-top .netpart-footer-phone {
        font-size: 40px;
    }

    .netpart-footer-bottom .netpart-footer-logo {
        display: none;
    }

    .netpart-footer-bottom .netpart-footer-contact {
        display: none;
    }

    .netpart-footer-bottom .netpart-footer-menu {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 479px) {
    .netpart-footer-top .netpart-footer-email {
        font-size: 34px;
        line-height: 1.2;
    }

    .netpart-footer-top .netpart-footer-phone {
        font-size: 34px;
        line-height: 1.2;
    }
}

.netpart-header-content {
    min-height: 570px !important;
    padding-top: 140px !important;
    padding-bottom: 0 !important;
    font-family: "Scope One" !important;
    font-size: 80px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    color: #fff !important;
}

.netpart-header-content > .fusion-builder-row {
    z-index: 1000;
}

.netpart-header-content h1 {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Scope One" !important;
    font-size: 80px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    color: #fff !important;
}

.netpart-header-content h2 {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Scope One" !important;
    font-size: 60px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    color: #fff !important;
}

@media screen and (max-width: 1300px) {
    .netpart-header-content {
        min-height: 570px !important;
        padding-top: 280px !important;
        font-size: 50px !important;
    }
}

#netpart-particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.netpart-header-content-home {
    min-height: 100vh !important;
    align-items: center !important;
    padding-top: 200px !important;
    padding-bottom: 380px !important;
}

.netpart-header-content-home > .fusion-builder-row {
    z-index: 1000;
}

@media screen and (max-width: 1300px) {
    .netpart-header-content-home {
        padding-top: 340px !important;
    }
}

.netpart-header-content-home video {
    min-width: 100.5% !important;
}

.netpart-header-content-home h1 {
    color: #fff !important;
    margin-bottom: 35px !important;
}

.netpart-header-line-top {
    position: absolute;
    bottom: 222px;
    left: 50%;
    width: 92px;
    height: 110px;
    transform: translateX(-50%);
    background: url("assets/images/home-header-line-top.svg") no-repeat;
    background-size: 100% auto;
    z-index: 1000;
}

.netpart-header-line {
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 1px;
    height: 110px;
    background: #444;
    overflow: hidden;
    z-index: 1000;
}

.netpart-header-line::before {
    content: '';
    position: absolute;
    top: -55px;
    left: 0;
    width: 1px;
    height: 55px;
    background: #c9cacb;
    animation: NetpartHeaderLine 2s linear infinite;
}

@keyframes NetpartHeaderLine {
    0% {
        top: -55px;
    }

    100% {
        top: 110px;
    }
}

.netpart-header-video, .netpart-header-video-mobile {
    display: none !important;
}

@media screen and (max-width: 640px) {
    .netpart-header-video-mobile {
        display: block !important;
    }
}

@media screen and (min-width: 641px) {
    .netpart-header-video {
        display: block !important;
    }
}

.netpart-home-header-box {
    max-width: 420px !important;
    min-height: 250px !important;
    margin-bottom: 40px !important;
}

.netpart-home-header-box > div  {
    position: relative !important;
}

.netpart-home-header-box > div > div {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.netpart-home-header-box > div > div:nth-child(1) {
    display: block;
}

.netpart-home-header-box > div > div:nth-child(2) {
    display: none;
}

.netpart-home-header-box > div > div > div {
    height: 100% !important;
    margin-bottom: 0 !important;
}

.netpart-home-header-box > div > div > div > div {
    height: 100% !important;
}

.netpart-home-header-box > div > div:nth-child(1) > div > div {
    background: rgba(255, 255, 255, 0.2);
    padding-top: 40px !important;
}

.netpart-home-header-box > div > div:nth-child(1) h3 {
    margin: 0 !important;
    font-family: "Roboto" !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    color: #fff !important;
    text-transform: uppercase;
    min-height: 58px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.netpart-home-header-box > div > div:nth-child(1) .fusion-imageframe {
    margin-bottom: 40px;
}

.netpart-home-header-box > div> div:nth-child(1) .fusion-imageframe img {
    width: auto;
    height: 75px;
}

.netpart-home-header-box > div > div:nth-child(2) h3 {
    font-family: "Roboto" !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    color: #fff !important;
    margin: 0 0 23px 0 !important;
    text-transform: uppercase !important;
}

.netpart-home-header-box > div > div:nth-child(2) > div > div {
    background: rgba(0, 60, 92, 0.5);
    font-family: "Roboto" !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 300 !important;
    color: #fff !important;
    padding: 35px 20px 0 20px !important;
}

@media screen and (max-width: 479px) {
    .netpart-home-header-box {
        min-height: 320px !important;
    }

    .netpart-home-header-box > div > div > div > div {
        align-items: center;
        justify-content: center !important;
    }

    .netpart-home-header-box > div > div:nth-child(1) > div > div {
        padding-top: 20px !important;
    }

    .netpart-home-header-box > div > div:nth-child(2) > div > div {
        padding-top: 20px !important;
    }
}

.netpart-section-services h1 {
    margin-bottom: 40px !important;
}

@media screen and (max-width: 640px) {
    body .post-content .netpart-home-section-team {
        padding-bottom: 0 !important;
        background-image: none !important;
    }

    .netpart-home-section-team > .fusion-builder-row > .fusion-layout-column {
        margin-bottom: 0 !important;
    }

    .netpart-home-section-team .fusion-image-carousel {
        margin-bottom: 0 !important;
    }

    .netpart-home-section-team .fusion-carousel-wrapper {
        padding-bottom: 0 !important;
    }
}

.netpart-product-box {
    max-width: 440px !important;
    min-height: 460px;
    margin-bottom: 50px !important;
}

.netpart-product-box > .fusion-column-wrapper.fusion-content-layout-column {
    background: #003c5c;
    border: 1px solid #003c5c;
    color: #fff !important;
    padding: 30px 40px 20px 40px !important;
    transition-duration: 0.2s;
}

.netpart-product-box > .fusion-column-wrapper.fusion-content-layout-column:hover {
    background: #fff;
    color: #000 !important;
}

.netpart-product-box h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    min-height: 75px;
    font-family: "Scope One" !important;
    color: #01bbe9 !important;
    font-size: 30px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
}

.netpart-product-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.netpart-product-box li {
    position: relative;
    margin: 0;
    padding: 0 0 0 32px;
}

.netpart-product-box li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 12px;
    background: url("assets/images/list-bullet.svg") no-repeat;
}

.netpart-product-box .fusion-button span {
    color: #fff !important;
}

.netpart-product-box > .fusion-column-wrapper.fusion-content-layout-column:hover .fusion-button span {
    color: #000 !important;
}

.netpart-product-box > .fusion-column-wrapper.fusion-content-layout-column:hover .fusion-button:hover span {
    color: #fff !important;
}

.netpart-services-box {
    max-width: 450px !important;
    min-height: 400px !important;
    margin-bottom: 50px !important;
    color: #fff !important;
    cursor: pointer;
}

@media screen and (max-width: 479px) {
    .netpart-services-box {
        min-height: 520px !important;
    }
}

.netpart-services-box > div  {
    position: relative !important;
}

.netpart-services-box > div > div {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.netpart-services-box > div > div:nth-child(1) {
    display: block;
}

.netpart-services-box > div > div:nth-child(2) {
    display: none;
}

.netpart-services-box > div > div > div {
    margin-bottom: 0 !important;
}

.netpart-services-box > div > div:nth-child(1) > div {
    height: 100% !important;
    display: flex !important;
    align-items: flex-end !important;
}

.netpart-services-box > div > div:nth-child(1) > div > div {
    background: rgb(0, 60, 92, 0.85);
    padding: 18px 0 0 0 !important;
    margin: 30px !important;
}

.netpart-services-box > div > div:nth-child(1) h3 {
    margin: 0 0 14px 0 !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
    font-weight: 300 !important;
    color: #fff !important;
    text-transform: uppercase;
}

.netpart-services-box > div > div:nth-child(2) > div {
    height: 100%;
}

.netpart-services-box > div > div:nth-child(2) > div > div {
    background: #003c5c;
    padding: 30px !important;
}

.netpart-services-box > div > div:nth-child(2) h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 64px;
    margin: 0 0 54px 0 !important;
    font-size: 25px !important;
    line-height: 1.2 !important;
    font-weight: 300 !important;
    color: #fff !important;
    text-transform: uppercase;
}

.netpart-services-box-more p {
    border: 1px solid #fff;
    color: #fff;
    padding: 16px 20px;
    margin-bottom: 0 !important;
}

.netpart-services-box > div > div:nth-child(2) .fusion-button span {
    color: #fff !important;
}

.netpart-services-box > div > div:nth-child(2) > div > div > div:nth-child(2) {
    flex: 1;
}

.netpart-product-grid-item-special {
    display: flex;
    flex-direction: column;
    border: 0 !important;
    background: url("assets/images/services-box-special-bg.png") no-repeat !important;
    background-size: cover !important;
    justify-content: center;
    color: #fff;
}

.netpart-product-grid-item-special > div {
    padding: 15px 0 30px 0;
}

.netpart-product-grid-item-special > div > div:nth-child(1) {
    font-family: "Scope One" !important;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 400;
    padding-bottom: 20px;
}

.netpart-product-grid-item-special > div > div:nth-child(2) {
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 40px;
}

.netpart-product-grid-item-special a,
.netpart-product-grid-item-special a:hover {
    display: inline-block;
    background: #01bbe9;
    padding: 10px 20px;
    font-family: "Scope One" !important;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.netpart-product-grid-item-special a:hover {
    background: #003c5c;
}

.netpart-product-grid-item-special .netpart-product-grid-item-buttons {
    display: flex;
}

.netpart-product-grid-item-special .netpart-product-grid-item-buttons > div:nth-child(1) {
    margin-right: 35px;
}

@media screen and (max-width: 479px) {
    .netpart-product-grid-item-special .netpart-product-grid-item-buttons {
        flex-wrap: wrap;
    }

    .netpart-product-grid-item-special .netpart-product-grid-item-buttons > div {
        width: 100%;
    }

    .netpart-product-grid-item-special .netpart-product-grid-item-buttons a {
        width: 100%;
    }

    .netpart-product-grid-item-special .netpart-product-grid-item-buttons > div:nth-child(1) {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

body .netpart-support-box-1 {
    max-width: 630px !important;
    min-height: 440px !important;
}

body .netpart-support-box-1 > .fusion-column-wrapper {
    border: 1px solid #00435c !important;
    padding: 50px 40px 30px 40px !important;
}

.netpart-support-box-1 > div > div:nth-child(2) {
    flex: 1;
}

body .netpart-support-box-1 h3 {
    margin-bottom: 45px !important;
    font-family: "Scope One" !important;
    font-size: 30px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    color: #01bbe9 !important;
}

.netpart-button-download-mac {
    padding-top: 10px;
    padding-bottom: 10px;
}

.netpart-button-download-mac:hover {
    background-color: #eee !important;
}

.netpart-button-download-mac span {
    display: inline-block;
    background: url("assets/images/icon-mac.svg") no-repeat;
    background-size: 37px auto;
    padding: 14px 0 14px 63px;
}

.netpart-button-download-mac:hover span {
    color: #000 !important;
}

.netpart-button-download-win {
    padding-top: 10px;
    padding-bottom: 10px;
}

.netpart-button-download-win:hover {
    background-color: #eee !important;
}

.netpart-button-download-win span {
    display: inline-block;
    background: url("assets/images/icon-win.svg") no-repeat 0 8px;
    background-size: 38px auto;
    padding: 14px 0 14px 57px;
}

.netpart-button-download-win:hover span {
    color: #000 !important;
}

.netpart-button-download-mac-win {
    padding-top: 10px;
    padding-bottom: 10px;
}

.netpart-button-download-mac-win:hover {
    background-color: #eee !important;
}

.netpart-button-download-mac-win span {
    display: inline-block;
    background-image: url("assets/images/icon-mac.svg"), url("assets/images/icon-win.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 55px 8px;
    background-size: 37px auto, 38px auto;
    padding: 14px 0 14px 115px;
}

.netpart-button-download-mac-win:hover span {
    color: #000 !important;
}

@media screen and (max-width: 479px) {
    .netpart-button-download-mac-win span {
        background-image: none;
        padding: 14px 0 14px 0;
    }
}

body .netpart-support-box-2 {
    max-width: 630px !important;
    min-height: 440px !important;
}

body .netpart-support-box-2 > .fusion-column-wrapper {
    border: 1px solid #00435c !important;
    padding: 50px 40px 30px 40px !important;
}

.netpart-section-001 .netpart-support-box-1,
.netpart-section-001 .netpart-support-box-2 {
    min-height: 600px !important;
}

.netpart-team-row {
    margin-bottom: 30px !important;
    color: #fff !important;
}

.netpart-team-row:last-child {
    padding-bottom: 240px !important;
    margin-bottom: 0 !important;
    background: url("assets/images/hexagon-background.svg") no-repeat center bottom !important;
    background-size: 100% auto;
}

.netpart-team-row > .fusion-builder-row {
    max-width: 1300px !important;
}

@media screen and (max-width: 1260px) {
    .netpart-team-row > .fusion-builder-row > .fusion-layout-column:nth-of-type(1) {
        align-self: flex-start;
    }
}

.netpart-team-row > div > div > div {
    position: relative;
}

/* primary photo */
.netpart-team-row > div > div:nth-of-type(1) > div > div:nth-child(1) {
}

/* secondary photo */
.netpart-team-row > div > div:nth-of-type(1) > div > div:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
}

.netpart-team-row > div > div:nth-of-type(1) > div > div:nth-child(2) > span {
    display: none;
}

.netpart-team-row > div > div:nth-of-type(1) > div > div:nth-child(3) > div {
    margin-bottom: 0 !important;
}

/* name */
.netpart-team-row > div > div:nth-of-type(1) > div > div:nth-child(3) > div > div > div:nth-child(1) {
    align-self: flex-start;
    font-family: "Scope One" !important;
    font-size: 40px !important;
    line-height: 1.1 !important;
    font-weight: 400 !important;
    color: #fff !important;
    background: #05476a;
    padding: 10px 15px !important;
    z-index: 100;
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
    .netpart-team-row > div > div:nth-of-type(1) > div > div:nth-child(3) > div > div > div:nth-child(1) {
        font-size: 24px !important;
    }
}

/* position */
.netpart-team-row > div > div:nth-of-type(1) > div > div:nth-child(3) > div > div > div:nth-child(2) {
    align-self: flex-start;
    font-size: 20px !important;
    line-height: 1.6 !important;
    color: #fff !important;
    text-transform: uppercase;
    background: #096b9f;
    padding: 10px 15px;
    z-index: 100;
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
    .netpart-team-row > div > div:nth-of-type(1) > div > div:nth-child(3) > div > div > div:nth-child(2) {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 1000px) {
    .netpart-team-row > div > div:nth-of-type(1) > div > div:nth-child(3) {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media screen and (max-width: 999px) {
    /* name */
    .netpart-team-row > div > div:nth-of-type(1) > div > div:nth-child(3) > div > div > div:nth-child(1) {
        width: 100%;
    }

    /* position */
    .netpart-team-row > div > div:nth-of-type(1) > div > div:nth-child(3) > div > div > div:nth-child(2) {
        width: 100%;
    }
}

.netpart-team-row > div > div:nth-of-type(1) > div > div:nth-child(3) p {
    margin-bottom: 0 !important;
}

.netpart-team-row > div > div:nth-of-type(2) > div {
    background: #003c5c !important;
    padding: 40px !important;
}

.netpart-team-row > div > div:nth-of-type(2) > div > div:nth-child(1) {
    font-family: "Scope One" !important;
    font-size: 30px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    color: #01bbe9 !important;
    padding-bottom: 10px !important;
}

/* business text */
.netpart-team-row > div > div:nth-of-type(2) > div > div:nth-child(2) > div:nth-of-type(1) {
    padding-right: 30px !important;
}

/* private text */
.netpart-team-row > div > div:nth-of-type(2) > div > div:nth-child(2) > div:nth-of-type(2) {
    display: none;
    padding-right: 30px !important;
}

@media screen and (max-width: 1000px) {
    .netpart-team-row > div > div:nth-of-type(2) > div > div:nth-child(2) > div {
        width: 100% !important;
    }

    .netpart-team-row > div > div:nth-of-type(2) > div > div:nth-child(2) > div:nth-of-type(2) {
        padding-top: 50px !important;
    }
}

.netpart-news {
    margin: 0 auto;
    max-width: 1250px;
}

.netpart-news .netpart-entry {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2% 40px -2%;
}

.netpart-news .netpart-entry:last-child {
    margin-bottom: 0;
}

.netpart-news .netpart-entry > div {
    margin: 0 2%;
}

.netpart-news .netpart-entry-image {
    width: 29.53%;
}

.netpart-news .netpart-entry-image img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
}

.netpart-news .netpart-entry-content {
    flex: 1;
    border: 1px solid #eee;
    background: #f7f7f7;
    padding: 25px 25px 5px 25px;
}

.netpart-news .netpart-entry-content h4 {
    font-family: "Scope One" !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    font-weight: 300 !important;
    color: #10a4cf !important;
    margin: 0 0 10px 0 !important;
}

.netpart-news .netpart-entry-date {
    margin-bottom: 22px;
    font-size: 14px;
}

@media screen and (max-width: 660px) {
    .netpart-news .netpart-entry-image {
        margin-bottom: 20px !important;
    }

    .netpart-news .netpart-entry > div {
        width: 100%;
    }
}

.netpart-section-contact-form > .fusion-builder-row {
    max-width: 1000px !important;
}

.netpart-form-contact.netpart-form-row {
    margin-bottom: 25px !important;
}

.netpart-form-contact textarea {
    resize: none;
}

.netpart-form-contact .fusion-button {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.netpart-form-contact .fusion-button span {
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-weight: 300 !important;
    color: #fff;
}

.netpart-section-contact {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.netpart-section-contact .fusion-layout-column {
    margin-bottom: 0 !important;
}

.netpart-section-contact-inner {
    display: flex;
}

.netpart-section-contact-map {
    width: 50%;
}

.netpart-section-contact-locations {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.netpart-section-contact .netpart-location-entry {
    display: flex;
}

.netpart-section-contact .netpart-location-entry:nth-child(even) {
    flex-direction: row-reverse;
}

.netpart-section-contact .netpart-location-entry .entry-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 10px 40px;
}

.netpart-section-contact .netpart-location-entry .entry-image {
    width: 50%;
    position: relative;
}

.netpart-section-contact .netpart-location-entry .entry-image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.netpart-section-contact .netpart-location-entry h3 {
    margin-bottom: 20px;
    font-family: "Scope One";
    font-size: 30px;
    line-height: 1.3;
    font-weight: 400;
    color: #01bbe9;
}

.netpart-section-contact .netpart-location-entry h3 p {
    margin: 0;
}

.netpart-section-contact .netpart-location-entry p {
    margin-bottom: 17px !important;
}

.netpart-section-contact .netpart-location-entry p:last-child {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1000px) {
    .netpart-section-contact-inner {
        flex-wrap: wrap;
    }

    .netpart-section-contact-map,
    .netpart-section-contact-locations {
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .netpart-section-contact .netpart-location-entry {
        flex-wrap: wrap;
    }

    .netpart-section-contact .netpart-location-entry:nth-child(even) {
        flex-direction: row;
    }

    .netpart-section-contact .netpart-location-entry .entry-text,
    .netpart-section-contact .netpart-location-entry .entry-image {
        width: 100%;
    }
}

.netpart-home-team-carousel .fusion-carousel-item img {
    width: auto !important;
    height: 500px !important;
}

.fusion-tabs .nav-tabs > li .fusion-tab-heading {
    font-size: 20px !important;
}

.netpart-text-white {
    color: #fff !important;
}

.netpart-background-100-width {
    background-size: 100% auto !important;
}

.fusion-form-form-wrapper .fusion-form-field.error label:not(.fusion-form-rating-icon) {
    color: #f1ae2a !important;
}

.fusion-form-form-wrapper .fusion-form-field.error .fusion-form-input {
    box-shadow: 0 0 1.5px 1px rgba(241,174,42,0.1) !important;
}

body .fusion-form-form-wrapper .fusion-form-field.error .fusion-form-input {
    border-color: #f1ae2a !important;
}

body .fusion-form-form-wrapper .fusion-form-field.error input {
    color: #f1ae2a !important;
}

.fusion-form-input {
    box-shadow: none !important;
}

.netpart-width-1300 {
    max-width: 1360px !important;
    margin: 0 auto !important;
}

.netpart-product-grid-search-wrapper {
    margin: 0 auto 70px auto;
    width: 400px;
    max-width: 100%;
}

.netpart-product-grid-search {
    width: 100%;
    border: 1px solid #eee;
    height: 50px;
    line-height: 50px;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 300;
    padding: 0 10px;
}

.netpart-product-grid-search::placeholder {
    opacity: 1;
}

.netpart-product-grid-wrapper {
    max-width: 1330px;
    margin: 0 auto;
}

.netpart-product-grid-nav {
    display: flex;
    margin: 0 -10px 60px -10px;
}

.netpart-product-grid-nav > a {
    display: flex;
    margin: 0 10px;
    padding: 10px;
    flex-grow: 1;
    flex-basis: 0;
    border: 1px solid #003c5c;
    color: #000;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.netpart-product-grid-nav > a:hover,
.netpart-product-grid-nav > a.netpart-product-grid-nav-active {
    background: #003c5c;
    color: #fff;
}

@media screen and (max-width: 1000px) {
    .netpart-product-grid-nav {
        flex-wrap: wrap;
        margin-left: -2%;
        margin-right: -2%;
        margin-bottom: 20px;
    }

    .netpart-product-grid-nav > a {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 30px;
        flex-grow: 0;
        flex-basis: auto;
    }
}

.netpart-product-grid {
}

.netpart-product-grid-item,
.netpart-product-grid-item-sizer {
    width: 48%;
}

.netpart-product-grid-gutter-sizer {
    width: 4%;
}

@media screen and (max-width: 640px) {
    .netpart-product-grid-item,
    .netpart-product-grid-item-sizer {
        width: 100%;
    }
    
    .netpart-product-grid-gutter-sizer {
        width: 0;
    }
}

.netpart-product-grid-item {
    border: 1px solid #eee;
    padding: 25px 25px 5px 25px;
    background: #f7f7f7;
    margin-bottom: 40px;
}

.netpart-product-grid-item h4 {
    font-family: "Scope One" !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    font-weight: 300  !important;
    color: #10a4cf !important;
    margin: 0 0 18px 0 !important;
}

.netpart-product-grid-item-text {
}

.cc-banner .cc-link,
.cc-banner .cc-link:hover {
    color: #10a4cf !important;
    text-decoration: none !important;
}

.fusion-main-menu .menu-item-693.current_page_item > a {
    color: #000 !important;
}

.fusion-main-menu .menu-item-693.current_page_item > a:hover {
    color: #10a4cf !important;
}

.fusion-tabs li {
    padding: 0 !important;
    background: none !important;
}

.netpart-mc-embedded-subscribe-form input[type="text"],
.netpart-mc-embedded-subscribe-form input[type="email"] {
    color: #000 !important;
}

body #mc_embed_signup {
    font: inherit;
}

.netpart-mc-embedded-subscribe-form .mc-field-group {
    width: 100% !important;
}

.netpart-mc-embedded-subscribe-form .mce_inline_error {
    margin-bottom: 4px !important;
}

.netpart-mc-embedded-subscribe-form input[type="submit"] {
    background: #10a4cf !important;
}

.netpart-mc-embedded-subscribe-form input[type="submit"]:hover {
    background: #003c5c !important;
}

@media screen and (max-width: 1100px) {
    body .post-content h1 {
        font-size: 48px !important;
        overflow-wrap: break-word;
    }

    body .post-content h2 {
        font-size: 30px !important;
        overflow-wrap: break-word;
    }

    body .post-content h3 {
        overflow-wrap: break-word;
    }
}

@media screen and (max-width: 479px) {
    .fusion-form-recaptcha-v2 {
        transform:scale(0.9);
        transform-origin:0 0;
    }
}

.netpart-badge-summer > div {
    position: relative;
}

.netpart-badge-summer > div::before {
    position: absolute;
    top: -110px;
    right: -100px;
    width: 210px;
    height: 215px;
    content: "";
    background: url("assets/images/badge-summer.png");
}

.netpart-badge-summer.netpart-badge-summer-hidden > div::before {
    display: none;
}

.netpart-wettbewerb-mc-form-box {
}

.netpart-wettbewerb-mc-form-box #mce-success-response {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
<!--     background: url("assets/images/netpart-wettbewerb-mc-form-box-bg.png") no-repeat;
    background-size: cover;		-->
    text-indent: -10000px;
}

@media (max-width: 1023px) {
	.cols-hide .wp-block-column:last-child {
		display: none;
	}
}

@media (max-width: 651px) {
	.cols-hide .wp-block-column:nth-child(2) {
		display: none;
	}
}
