
body{background-color: white !important;}
.prohomeheader,

.webmasterheader-sub,
.jobpagesheader-sub {

    /*
        background: -webkit-linear-gradient(0deg, #c6deea 0%, #ffffff 100%);
        background: -moz-linear-gradient(0deg, #c6deea 0%, #ffffff 100%);
        background: -o-linear-gradient(0deg, #c6deea 0%, #ffffff 100%);
        background: linear-gradient(0deg, #c6deea 0%, #ffffff 100%);*/
    width: 100%;
    height: 740px;
    position: relative;
}

.prohomeheader .container {
    /* background: url(../images-content/dirk-de-vakman.jpg) no-repeat right bottom;*/
    position: relative;
}

.prohomeheader-sub {
    height: 100px;
}



.webmasterheader-sub {
    height: 200px;
}

.webmasterheader-sub .container {
    background: url(../images-content/webmaster.jpg) no-repeat right 50px bottom;
    background-size: 218px 200px;
    height: 200px;
}

.jobpagesheader-sub {
    height: 200px;
}

.jobpagesheader-sub .container {
    background: url(../images-content/offrea-jobs.jpg) no-repeat bottom;
    height: 200px;
}

.prohomeheader .logoContainer {
    margin-top: 45px;
}

.webmasterheader-sub .logoContainer, .jobpagesheader-sub .logoContainer {
    margin-top: 75px;
}
.prohomeheader-sub .logoContainer{
    margin-top: 35px;
}
.prohomeheader .logoContainer div,
.prohomeheader-sub .logoContainer div,
.webmasterheader-sub .logoContainer div,
.jobpagesheader-sub .logoContainer div {
    color: #aaa !important;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 5px;
}

.prohomeheader .logoContainer a:hover,
.prohomeheader-sub .logoContainer a:hover,
.webmasterheader-sub .logoContainer a:hover,
.jobpagesheader-sub .logoContainer a:hover {
    color: #aaa !important;
    text-decoration: none;
}

.prohomeheader .logoContainer div:hover,
.prohomeheader-sub .logoContainer div:hover,
.webmasterheader-sub .logoContainer div:hover,
.jobpagesheader-sub .logoContainer div:hover {
    color: #aaa !important;
    text-decoration: none;
}


.prohomeheader .mainContent h1,
.prohomeheader-sub .mainContent .prohomesub-h1,
.webmasterheader-sub .mainContent .prohomesub-h1,
.jobpagesrheader-sub .mainContent .prohomesub-h1 {
    font-weight: 300;
    line-height: 1;
}

.prohomeheader .mainContent h2,
.prohomeheader-sub .mainContent .prohomesub-h2,
.webmasterheader-sub .mainContent .prohomesub-h2,
.jobpagesheader-sub .mainContent .prohomesub-h2 {
    font-weight: 600;
    font-style: italic;
    color: #f39138 !important;
}

.pro-bullet-container {
    position: relative;
}

.pro-bullet-container span {
    background: url(../images-content/ribbon-triangle.png) no-repeat;
    background-size: 7px 5px;
    width: 7px;
    height: 5px;
    position: absolute;
    top: -5px;
    z-index: 1;
    left: 16px;
}

.pro-bullet-icon {
    background: url(../images-content/pro-ribbon.png) no-repeat;
    background-size: 55px 100px;
    width: 55px;
    height: 100px;
    position: absolute;
    margin-left: 20px;
    top: -5px;
    z-index: 1;
}

.pro-bullet-icon img {
    width: 45px;
    height: 100px;
    margin-left: 5px;
}

.pro-bullet-content {
    width: 100%;
    padding: 10px 20px 10px 10px;
    margin-bottom: 30px;
    /* background: rgba(255, 255, 255, 0.65);*/
    -webkit-moz-border-radius: 4px;
    -moz-moz-border-radius: 8px;
    -ms-moz-border-radius: 8px;
    -o-moz-border-radius: 8px;
    moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 8px 0 rgba(87, 167, 208, 0.45);
    -moz-box-shadow: 0 0 8px 0 rgba(87, 167, 208, 0.45);
    box-shadow: 0 0 8px 0 rgba(87, 167, 208, 0.45);
}

.pro-bullet-content:hover {
    background: rgba(255, 255, 255, 0.85);
}

.pro-bullet-content h3 {
    color: #333333;
    font-size: 18px;
    margin: 0;
    padding: 10px 0 10px 85px;
}

.pro-bullet-content p {
    color: #333333;
    font-size: 13px;
    margin: 0;
    padding: 0 0 10px 85px;
}

.pro-cta-demo {
    width: 50%;
    float: left;
}

.pro-cta-demo-100 {
    width: 100%;
}

.pro-cta-demo a, .pro-cta-demo a:visited,
.pro-cta-demo-100 a, .pro-cta-demo-100 a:visited {
    background-color: #63b802;
    color: #fff !important;
    display: block;
    font-size: 14px !important;
    font-weight: 500;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    width: 75%;
    -webkit-moz-border-radius: 4px;
    -moz-moz-border-radius: 4px;
    -ms-moz-border-radius: 4px;
    -o-moz-border-radius: 4px;
    moz-border-radius: 4px;
    border-radius: 4px;
}

.pro-cta-demo-100 a {
    margin: 30px auto;
}

.pro-cta-demo a:hover,
.pro-cta-demo-100 a:hover {
    background-color: #70D200;
    text-decoration: none;
}

.pro-cta-more-mobile {
    display: none;
}

.pro-cta-more {
    width: 40%;
    float: left;
    padding-top: 10px;
    text-align: center;
}

.pro-cta-more a, .pro-cta-more a:visited {
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    color: #1d89c1;
}

.pro-cta-more-mobile a, .pro-cta-more-mobile a:visited {
    font-weight: normal;
    font-size: 14px;
    text-decoration: underline;
    color: #1d89c1;
}

.pro-cta-more a:hover,
.pro-cta-more-mobile a:hover {
    color: #666;
}

.pro-cta-more .fa,
.pro-cta-more-mobile .fa {
    margin-left: 10px;
    font-weight: 600;
}

.pro-pilar-container {
    width: 100%;
    background: #ededed;
    position: relative;
}

.pro-pilar-header {
    width: 100%;
    background: #dfdfdf;
    clear: both;
    overflow: auto;
}

.pro-pilar-icon {
    float: left;
    width: 70px;
    height: 60px;
    padding-top: 5px;
}

.pro-pilar-icon img {
    width: 100%;
    height: auto;
}

.pro-pilar-title {
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: #444444;
    padding: 20px 0 0 0;
}

.pro-pilar-title p {
    margin: 0;
    padding: 0;
}

.pro-pilar-content {
    padding: 20px;
}

.pro-pilar-footer {
    height: 60px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.pro-pilar-footer a, .pro-pilar-footer a:visited {
    background-color: #1d89c1;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400;
    margin: 15px auto 0;
    padding: 6px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    -webkit-moz-border-radius: 4px;
    -moz-moz-border-radius: 4px;
    -ms-moz-border-radius: 4px;
    -o-moz-border-radius: 4px;
    moz-border-radius: 4px;
    border-radius: 4px;
}

.pro-pilar-footer a:hover {
    background-color: #00a9d5;
    text-decoration: none;
}

.pro-content-box {
    float: none;
    width: 100%;
    clear: both;
    text-align: center;
}

.pro-content-check {
    float: left;
    margin: 20px 20px 100px 0;
    width: 100px;
}

.pro-content-check img {
    width: 100%;
    height: auto;
}

.pro-content-check-0 {
    float: left;
    margin: 10px 20px 20px 0;
    width: 100px;
}

.pro-content-check-0 img {
    width: 100%;
    height: auto;
}

.pro-content-check-bottomline {
    float: none;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.pro-dialog-box {
    width: 100%;
    border: 1px solid #ccc;
    -webkit-moz-border-radius: 12px;
    -moz-moz-border-radius: 12px;
    -ms-moz-border-radius: 12px;
    -o-moz-border-radius: 12px;
    moz-border-radius: 12px;
    border-radius: 12px;
    min-height: 200px;
    position: relative;
}

.pro-dialog-box-top {
    width: 35px;
    position: absolute;
    top: -10px;
    left: -1px;
    background: #fff;
    padding: 0 20px 20px 0;
}

.pro-dialog-box-top .fa-home {
    color: #ccc;
    font-size: 24px;
}

.pro-dialog-box-bottom {
    width: 35px;
    position: absolute;
    bottom: -10px;
    right: -1px;
    background: #fff;
    padding: 20px 0 0 20px;
}

.pro-dialog-box-top img, .pro-dialog-box-bottom img {
    width: 100%;
    height: auto;
}

.pro-dialog-box-content {
    padding: 30px 30px;
}

.box-address-line-part1 {
    display: inline-block;
    width: 30%;
}

.box-address-line-part2 {
    display: inline-block;
    width: 70%;
}

.box-adddress-image {
    margin: 20px 0 0 0;
}

.box-adddress-image img {
    width: 100%;
    height: auto;
}

.content-btn-alt {
    border: 1px solid #44abc7;
    color: #44abc7;
    padding: 4px 10px;
    border-radius: 4px;
    text-align: center;
    width: 50%;
    margin: 20px auto 0 auto;
}

.content-btn-alt a, .content-btn-alt a:visited {
    text-decoration: none;
    display: block;
}

.content-btn-alt:hover {
    border: 1px solid #337ab7;
    color: #337ab7;
    text-decoration: none;
}

.content-btn-alt:hover a {
    color: #337ab7;
    text-decoration: none;
}

.pro-dialog-comp-cover {
    width: 100%;
}

.pro-dialog-comp-cover img {
    width: 100%;
    height: auto;
}

.pro-dialog-review-foto {
    width: 40%;
    float: right;
    margin: 0 0 20px 20px;
}

.pro-dialog-review-foto img {
    width: 100%;
    height: auto;
}

.pro-dialog-vlaanderen {
    width: 45%;
    float: right;
    margin: 0 0 20px 20px;
}

.pro-dialog-vlaanderen img {
    width: 100%;
    height: auto;
}

.pro-dialog-comp-logo .companywall-logo {
    border: 1px solid #cbcbcb;
    padding: 10px;
    background: #ffffff;
    width: 140px;
    height: 140px;
    position: relative;
    float: left;
    margin: 30px 30px 0 0;
}

.pro-dialog-comp-logo .companywall-logo img {
    width: 120px;
    height: auto;
}

.pro-dialog-comp-content {
    float: left;
    margin: 20px 0 0 0;
}

.opdrachten-container {
    border: 1px solid #d5dbde; /*border: 1px solid #eaeaea;*/
    width: 100%;
    margin: 0 0 30px 0;
    position: relative;
    overflow: auto;
}

.opdrachten-img {
    margin-top: 10px;
    width: 100%;
    position: relative;
}

.opdrachten-img img {
    width: 100%;
    height: auto;
}

.opdrachten-descr h2 {
    font-size: 20px;
    color: #333;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 600;
}

.opdrachten-descr ul.opdrachten-sectorlist {
    float: left;
    width: 50%;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

.opdrachten-descr ul.opdrachten-quote {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    list-style: none;
}

.opdrachten-descr ul.opdrachten-sectorlist li {
    display: table-row;
    color: #1d89c1;
}

.opdrachten-descr ul.opdrachten-quote li {
    display: table-row;
    color: #f38338;
    font-weight: 600;
}

.opdrachten-descr ul.opdrachten-sectorlist li:before {
    font-family: 'FontAwesome';
    content: '\f0a9';
    margin: 0 10px 0 0;
    display: table-cell;
    color: #1d89c1;
    text-align: right;
    padding-right: 10px;
}

.opdrachten-descr ul.opdrachten-quote li:before {
    font-family: 'FontAwesome';
    content: '\f080';
    margin: 0 10px 0 0;
    display: table-cell;
    color: #f38338;
    text-align: right;
    padding-right: 10px;
}

.opdrachten-descr {
    padding: 20px;
    font-size: 14px;
}

.team-member-container {
    margin: 30px 0;
}

.team-member {
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
}

.team-member-img {
    width: 100%;
    background: #ddd;
    min-height: 150px;
}

.team-member-img img {
    width: 100%;
    height: auto;
}

.team-member-name {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 0 0;
}

.team-member-function {
    position: relative;
    width: 100%;
}

.team-member-descr {
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 10;
    padding-bottom: 5px;
}

.team-member-one {
    text-align: center;
    background: white;
    padding: 0.5em 1.7em;
    width: 100%;
    height: 15px;
    margin: 0 auto;
    border: solid 1px #ccc;
    position: absolute;
    bottom: 0;
}

.team-member-one::before, .team-member-one::after {
    position: absolute;
    background: inherit;
    content: '';
    z-index: 1;
}

.team-member-one::before {
    width: 136px;
    left: calc(50% - 68px);
    height: calc(100% + 4px);
    top: -2px;
}

.team-member-one::after {
    height: 5px;
    left: -2px;
    width: calc(100% + 4px);
    top: -1px;
}

.team-member-one > * {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .team-member {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .team-member-one::before {
        width: 200px;
        left: calc(50% - 100px);
        height: calc(100% + 4px);
        top: -2px;
    }
}

@media only screen and (min-width: 768px) {
    .team-member-one::before {
        width: 136px;
        left: calc(50% - 68px);
        height: calc(100% + 4px);
        top: -2px;
    }
}

@media only screen and (min-width: 992px) {
    .team-member-one::before {
        width: 160px;
        left: calc(50% - 80px);
        height: calc(100% + 4px);
        top: -2px;
    }
}

@media only screen and (min-width: 1200px) {
    .team-member-one::before {
        width: 136px;
        left: calc(50% - 68px);
        height: calc(100% + 4px);
        top: -2px;
    }
}

.pro-how-img {
    width: 100%;
    text-align: center;
}

.pro-how-img img {
    width: 100px;
    height: auto;
}

.pro-how-title {
    text-align: center;
}

.pro-how-title h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #334d5e;
}

.pro-how-description {
    text-align: center;
}

.openjob-container {
    border: 1px solid #d5dbde;
    max-width: 400px;
    margin-bottom: 30px;
    display: block;
}

.openjob-img {
    width: 100%;
    position: relative;
}

.openjob-img img {
    width: 100%;
    height: auto;
}

.openjob-content {
    padding: 20px;
}

.openjob-content h3 a, .openjob-content h3 a:visited {
    color: #404040;
}

.openjob-content h3 a:hover {
    color: #404040;
    text-decoration: none;
}

.openjob-label {
    padding: 8px 20px;
    background: #00aad7;
    color: #fff;
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    left: 0;
}

.jobpage-share-button {
    float: right;
    margin: -50px 0 30px 30px;
}

.mainContent .pro-promotie-banner {
    margin-top: 40px;
    background: #444444 url(../images-content/pro-promotie-background.jpg) repeat;
    position: relative;
}

.sidebar .pro-promotie-banner {
    margin-top: 80px;
    background: #444444 url(../images-content/pro-promotie-background.jpg) repeat;
    position: relative;
}
.sidebar .sitebar-img {
    text-align: center;
    margin-bottom: 23px;

}
.sidebar .sitebar-img img {
    width: 60%;

}

.fa-angle-right.sitebar{
    float: right;
    font-weight: bold;
    font-size: 19px;
}
.mainContent .pro-promotie-banner .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.mainContent .pro-promotie-banner .col-md-3 {
    padding-left: 0;
}

.mainContent .pro-promotie-banner p {
    color: #dedede;
    margin: 0 0 5px 0;
    font-size: 16px;
    padding-top: 20px;
    text-align: center;
    line-height: 26px;
}

.sidebar .pro-promotie-banner p {
    color: #ccc;
    margin: 20px 10px;
    padding-top: 80px;
    text-align: center;
}

.mainContent .pro-promotie-banner .promo-asterisk {
    color: #aaa;
    margin: 0 20px 20px 20px;
    font-size: 12px;
    text-align: center;
    clear: both;
}

.sidebar .pro-promotie-banner .promo-asterisk {
    color: #aaa;
    margin: 20px;
    text-align: center;
    clear: both;
    padding-bottom: 20px;
}

.mainContent .pro-promotie-banner a, .mainContent .pro-promotie-banner a:visited,
.sidebar .pro-promotie-banner a, .sidebar .pro-promotie-banner a:visited {
    background-color: #63b802;
    color: #fff !important;
    display: block;
    font-size: 14px !important;
    font-weight: 500;

    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    width: 75%;
    -webkit-moz-border-radius: 4px;
    -moz-moz-border-radius: 4px;
    -ms-moz-border-radius: 4px;
    -o-moz-border-radius: 4px;
    moz-border-radius: 4px;
    border-radius: 4px;

    margin: 0 auto;
}

.mainContent .pro-promotie-banner a, .mainContent .pro-promotie-banner a:visited {
    margin: 20px auto;
    width: 85%;
    padding: 18px 10px;
}

.mainContent .pro-promotie-banner a:hover,
.sidebar .pro-promotie-banner a:hover {
    background-color: #70D200;
    text-decoration: none;
}

.sidebar .pro-promotie-banner-img {
    width: 250px;
    position: relative;
    margin: 0 auto;
}

.sidebar .pro-promotie-banner-img img {
    width: 250px;
    height: auto;
    position: absolute;
    top: -12px;
}

.mainContent .pro-promotie-banner-img {
    width: 200px;
    position: relative;
    margin: 0 auto;
}

.mainContent .pro-promotie-banner-img img {
    width: 200px;
    height: auto;
    position: absolute;
    top: -14px;
}

.mainContent .pro-promotie-textdiv {
    margin-top: 50px;
}

.mainContent .pro-promotie-textdiv-img img {
    width: 150px;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .prohomeheader {
        height: 280px;
    }

    .form-wizard .form-wizard-steps li p {

        left: 0px;

    }
    .sidebar .sitebar-img img {
        display: none;
    }
    .webmasterheader-sub {
        height: 280px;
        margin-top: 40px;
    }

    .webmasterheader-sub .container {
        background: url(../images-content/webmaster.jpg) no-repeat right bottom;
        background-size: 306px 280px;
        height: 280px;
    }

    .jobpagesheader-sub {
        height: 280px;
        margin-top: 40px;
    }

    .jobpagesheader-sub .container {
        background: url(../images-content/offrea-jobs-sm.jpg) no-repeat center bottom;
        background-size: 800px 280px;
        height: 280px;
    }

    @media only screen and (max-width: 400px) {
        .webmasterheader-sub .container {
            background: url(../images-content/webmaster.jpg) no-repeat right -110px bottom;
            background-size: 306px 280px;
            height: 280px;
        }

        .jobpagesheader-sub .container {
            height: 280px;
        }
    }


    .prohomeheader .mainContent h1 {
        font-weight: 400;
        margin-top: 95px;
        font-size: 22px;
        text-align: left;
        max-width: 50%;
    }

    .prohomeheader .mainContent h2 {
        margin-top: 25px;
        font-size: 14px;
        margin-bottom: 130px;
        text-align: left;
        max-width: 50%;
        font-style: normal;
        line-height: 18px;
    }

    .prohomeheader-sub .mainContent .prohomesub-h1,
    .webmasterheader-sub .mainContent .prohomesub-h1,
    .jobpagesheader-sub .mainContent .prohomesub-h1 {
        font-weight: 400;
        font-size: 22px;
        margin-top: 95px;
        margin-bottom: 5px;
        text-align: left;
        max-width: 50%;
    }

    .prohomeheader-sub .mainContent .prohomesub-h2,
    .webmasterheader-sub .mainContent .prohomesub-h2,
    .jobpagesheader-sub .mainContent .prohomesub-h2 {
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        margin-top: 25px;
        text-align: left;
        margin-bottom: 30px;
        line-height: 18px;
        max-width: 50%;
    }

    .pro-bullet-content {
        background: #eef5f9;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.45);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.45);
    }

    .pro-bullet-content:hover {
        background: #eef5f9;
    }

    .pro-cta-demo {
        width: 100%;
    }

    .pro-cta-more {
        width: 100%;
        margin: 30px 0;
    }

    .pro-cta-demo a, .pro-cta-demo a:visited {
        margin: 0 auto;
    }

    .pro-cta-more a, .pro-cta-more a:visited {
        font-size: 14px;
    }

    .pro-cta-more-mobile {
        display: block;
        width: 100%;
        padding-top: 10px;
        text-align: center;
    }

    .pro-dialog-box {
        margin: 0 0 30px 0;
    }

    .pro-pilar-container {
        min-height: 250px;
    }

    .pro-pilar-first, .pro-pilar-center, .pro-pilar-last {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .pro-content-check {
        display: none;
    }

    .pro-dialog-review-foto {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .pro-dialog-vlaanderen {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .openjob-container {
        margin: 30px auto 30px auto;
    }

    .jobpage-share-button {
        float: none;
        margin: 30px 0;
    }

    .mainContent .pro-promotie-banner p {
        font-size: 14px;
        padding: 120px 25px 20px 25px;
    }

    .mainContent .pro-promotie-banner a, .mainContent .pro-promotie-banner a:visited {
        margin: 0 auto 20px auto;
        width: 75%;
        padding: 10px 10px;
    }

    .mainContent .pro-promotie-banner-img {
        width: 180px;
        position: relative;
        margin: 0 auto;
    }

    .mainContent .pro-promotie-banner-img img {
        width: 180px;
        height: auto;
        position: absolute;
        top: -12px;
    }

    .mainContent .pro-promotie-textdiv-img {
        width: 150px;
        position: relative;
        margin: 0 auto 20px auto;
    }

}

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

    .prohomeheader {
        height: 740px;
        /*background: -webkit-linear-gradient(0deg, #c6deea 0%, #ffffff 80%);
        background: -moz-linear-gradient(0deg, #c6deea 0%, #ffffff 80%);
        background: -o-linear-gradient(0deg, #c6deea 0%, #ffffff 80%);
        background: linear-gradient(0deg, #c6deea 0%, #ffffff 80%);*/
    }

    .prohomeheader .container {
        background-size: 486px 650px;
        height: 740px;
        background-position: right 100px;
    }

    .prohomeheader-sub {
        height: 280px;
    }
    .prohomeheader-sub.informatie-aanvragen {
        height: 100px;
    }


    .webmasterheader-sub {
        height: 280px;
        margin-top: 40px;
    }

    .webmasterheader-sub .container {
        background: url(../images-content/webmaster.jpg) no-repeat right bottom;
        background-size: 306px 280px;
        height: 280px;
    }

    .jobpagesheader-sub {
        height: 280px;
        margin-top: 40px;
    }

    .jobpagesheader-sub .container {
        background: url(../images-content/offrea-jobs-sm.jpg) no-repeat center bottom;
        background-size: 800px 280px;
        height: 280px;
    }

    .prohomeheader .mainContent h1 {
        font-weight: 400;
        margin-top: 95px;
        font-size: 30px;
        text-align: center;
    }

    .prohomeheader .mainContent h2 {
        margin-top: 15px;
        font-size: 18px;
        margin-bottom: 70px;
        text-align: center;
    }

    .prohomeheader-sub .mainContent .prohomesub-h1,
    .webmasterheader-sub .mainContent .prohomesub-h1,
    .jobpagesheader-sub .mainContent .prohomesub-h1 {
        font-weight: 300;
        font-size: 28px;
        margin-top: 95px;
        margin-bottom: 5px;
        text-align: left;
        max-width: 70%;
    }

    .prohomeheader-sub .mainContent .prohomesub-h2,
    .webmasterheader-sub .mainContent .prohomesub-h2,
    .jobpagesheader-sub .mainContent .prohomesub-h2 {
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        margin-top: 25px;
        text-align: left;
        margin-bottom: 30px;
        line-height: 18px;
        max-width: 70%;
    }

    .webmasterheader-sub .mainContent .prohomesub-h2,
    .jobpagesheader-sub .mainContent .prohomesub-h2 {
        max-width: 60%;
        line-height: 24px;
    }

    .pro-bullet-content p {
        line-height: 18px;
    }

    .pro-pilar-container {
        min-height: 300px;
    }

    .pro-pilar-first, .pro-pilar-center, .pro-pilar-last {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .mainContent .pro-promotie-banner .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mainContent .pro-promotie-banner .col-md-3 {
        padding-left: 15px;
    }

    .mainContent .pro-promotie-banner p {
        font-size: 14px;
        line-height: 20px;
    }

    .mainContent .pro-promotie-banner a, .mainContent .pro-promotie-banner a:visited {
        margin: 0 auto 20px auto;
        width: 75%;
        padding: 10px 10px;
    }

    .sidebar .pro-promotie-banner a, .sidebar .pro-promotie-banner a:visited {
        width: 50%;
    }

}



@media only screen and (min-width: 992px) {

    .prohomeheader {
        height: 740px;/*
        background: -webkit-linear-gradient(0deg, #c6deea 0%, #ffffff 100%);
        background: -moz-linear-gradient(0deg, #c6deea 0%, #ffffff 100%);
        background: -o-linear-gradient(0deg, #c6deea 0%, #ffffff 100%);
        background: linear-gradient(0deg, #c6deea 0%, #ffffff 100%);*/
        background-color: #fff;
    }

    .prohomeheader .container {
        background-size: 553px 740px;
        height: 740px;
        background-position: right bottom;
    }

    .prohomeheader .mainContent h1 {
        font-weight: 300;
        font-size: 34px;
        margin-top: 0;
        text-align: right;
    }

    .prohomeheader .mainContent h2 {
        margin-top: 5px;
        text-align: right;
        margin-right: 40px;
        margin-bottom: 30px;
    }

    .prohomeheader-sub {
        height: 100px;
    }



    .webmasterheader-sub {
        height: 200px;
        margin-top: 0;
    }

    .webmasterheader-sub .container {
        background: url(../images-content/webmaster.jpg) no-repeat right 50px bottom;
        background-size: 218px 200px;
        height: 200px;
    }

    .jobpagesheader-sub {
        height: 200px;
        margin-top: 0;
    }

    .jobpagesheader-sub .container {
        background: url(../images-content/offrea-jobs-md.jpg) no-repeat right bottom;
        background-size: 992px 200px;
        height: 200px;
    }

    .prohomeheader-sub .mainContent .prohomesub-h1,
    .webmasterheader-sub .mainContent .prohomesub-h1,
    .jobpagesheader-sub .mainContent .prohomesub-h1 {
        font-weight: 300;
        font-size: 28px;
        margin-top: 60px;
        margin-bottom: 5px;
        text-align: left;
        max-width: 100%;
    }

    .prohomeheader-sub .mainContent .prohomesub-h2,
    .webmasterheader-sub .mainContent .prohomesub-h2,
    .jobpagesheader-sub .mainContent .prohomesub-h2 {
        font-weight: 400;
        font-size: 18px;
        font-style: italic;
        margin-top: 0;
        text-align: left;
        margin-right: 40px;
        margin-bottom: 30px;
        max-width: 100%;
    }

    .webmasterheader-sub .mainContent .prohomesub-h2,
    .jobpagesheader-sub .mainContent .prohomesub-h2 {
        max-width: 60%;
        font-size: 16px;
    }

    .pro-cta-more {
        float: left;
        margin-top: 0;
    }

    .pro-pilar-container {
        min-height: 250px;
    }

    .pro-pilar-first {
        width: 95%;
    }

    .pro-pilar-last {
        width: 95%;
        float: right;
    }

    .pro-pilar-center {
        width: 95%;
        margin: 0 auto;
    }

    .mainContent .pro-promotie-banner .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .mainContent .pro-promotie-banner .col-md-3 {
        padding-left: 0;
    }

    .mainContent .pro-promotie-banner a, .mainContent .pro-promotie-banner a:visited {
        margin: 20px auto;
        width: 85%;
        padding: 18px 10px;
    }

    .sidebar .pro-promotie-banner a, .sidebar .pro-promotie-banner a:visited {
        width: 75%;
    }
}

@media only screen and (min-width: 1200px) {

    .pro-bullet-container {
        margin-bottom: 37px;
    }

    .pro-bullet-content p {
        line-height: 22px;
    }

    .pro-cta-more {
        text-align: center;
    }

    .jobpagesheader-sub {
        height: 200px;
        margin-top: 0;
    }

    .jobpagesheader-sub .container {
        background: url(../images-content/offrea-jobs.jpg) no-repeat right bottom;
        background-size: 1145px 200px;
        height: 200px;
    }

    .webmasterheader-sub .mainContent .prohomesub-h2 {
        max-width: 100%;
    }

    .mainContent .pro-promotie-banner p {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 980px) {

    .sidebar .sitebar-img img {
        display: none !important;
    }

}
html,body { overflow-x: hidden; }
.text-xs{
    display: none;
}
.prof{
    color: #141011;
    font: normal normal bold 16.8px/19px Open Sans;
}
.card > div> p{
    color: #395362;
    font: normal normal bold 14px/19px Open Sans;
    margin: auto auto;
    margin-top: 10px;
    margin-bottom: 3px;
    text-align: center;
    width: 150px;
    height: 48px;
    text-align: center;
    font: normal normal bold 18px/24px Open Sans;

}
.line{

    width: 100px;
    height: 0px;
    background-color: #FE5E00;
    margin:auto auto;
    border: 1px solid #FE5E00;
}

.card >div > .footer{
    width: 250px;
    height: 48px;
    text-align: center;
    font: normal normal normal 14px/19px Open Sans;
    letter-spacing: 0px;
    color: #395362;
    text-align: center;
    margin: auto auto;


}
.card > div > img{
    width: 141px;
    height: 142px;
    margin: auto auto;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;

}


.circle{
    width: 100%;
    height: 600px;
    border-radius: 800px;
    background: #ECF4FA;
    position: absolute;
    left: 40px;
}

.contact-form{
    margin-top: 150px;
    width: 100%;
    margin-left: -10px;

}
.alert-success-msg{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    text-align: center;
    margin: auto auto ;
    position: relative;
    width: 100%;
    height: 150px;
    border-radius: 5px;

}

.success-mail{
    margin-top: 150px;
    width: 100%;
    margin-left: -10px;
    height: 500.8px;
    position: absolute;
    height: 100px;
    top: 0;
    opacity: 0.9;
    z-index:2;


}
.closeTag{
    color: #f39138 !important;
    right: 10px;
    top: 5px;
    position: absolute;
    font: normal normal bold 18px Open Sans;
    cursor: pointer !important;
    z-index: 5;

}
.success-mail>.alert-success-msg>.main{
    position: absolute;

}
.success-mail>.alert-success-msg>.main>div:nth-child(1){
    margin-top: 5%;
    margin-left: 0%;

    font: normal normal 600 28px Open Sans;
}

.success-mail>.alert-success-msg>.main>div:nth-child(2){
    text-align: center;
    width: 80% !important;
    margin:  auto auto;
    color: #003A49;
    font: normal normal 600 16px Open Sans;
}
.form-label{
    font: normal normal normal 12px/15px PT Sans;
    color: #282828;

}
.input-full{
    width: 100%;
}
.input-half{
    width: 68%;
}

.input-quarter{
    width: 30%;
}

.input-border{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #BFD7DD;
}

.in-circle{
    width: 75%;
    margin: 100px auto;
}

.helmet{
    margin-left:30%;
}

.partner-md{
    margin-top: 50px;

}
.partner-md .helmet{
    margin-top: 100px !important;
    margin-left:30%;
    margin-bottom: 50px;
}

.partner-card{

    width: 315px;
    height: 500px !important;
    width: 315px;
    height: 487px;
    border: 2px solid #DEE9EB;
    border-radius: 10px;

    opacity: 1;
}
.partner-text{
    color: #FE5E00 !important;
}

.partner-card-btn{
    width: 181px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #003A49;
    border: 1px solid #BFD7DD;
    border-radius: 10px;
    line-height: 25px;
    margin-left: 20%;
    margin-top: 30px;

}
.sm-partner{
    display: none;
}

.title-slide{
    color: #395362;
}
.subtitle-silde{
    width: 300px;
    height: 50px;
    text-align: center;
    font: normal normal normal 16px/25px Open Sans;
    letter-spacing: 0px;
    color: #FE5E00;
    margin:auto auto;
    margin-top: 20px;
}
.main-text-slide{
    width: 239px;
    height: 247px;
    text-align: left;
    font: normal normal normal 14px/25px Open Sans;
    letter-spacing: 0px;
    margin: auto auto;
    color: #395362;
    margin-top: 30px;
}

.round-grey{
    width: 231px;
    height: 231px;
    background: #ECF4FA 0% 0% no-repeat padding-box;
    border-radius: 50%;
    text-align: center;
    opacity: 1;
}

.round-dark{
    width: 231px;
    height: 231px;
    background: #003A49 0% 0% no-repeat padding-box;
    border-radius: 50%;
    opacity: 1;
}
.stars{padding: 50px;}

.round-grey-text-main{
    text-align: center;
    margin-top: -30px;
    font: normal normal 800 39px/24px Open Sans;
    color: #003A49;

}
.round-grey-footer{

    text-align: center;
    font: normal normal normal 18px/22px Open Sans;
    letter-spacing: 0px;
    color: #003A49;
    margin-top: 30px;
    opacity: 1;
}

.round-dark-text-head{
    text-align: center;
    font: normal normal bold 17px/22px Open Sans;
    letter-spacing: 0px;
    color: #FE5E00;
    opacity: 1;
    padding: 50px;

}
.round-dark-text-main{
    margin-top: -30px;
    text-align: center;
    font: normal normal 800 39px/24px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;

}

.round-dark-footer{
    margin-top: 30px;
    text-align: center;
    font: normal normal normal 18px/23px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.header-round{
    margin-left:10px ;
}

.arrow{
    position: relative;

    z-index: 5;
}
.arrow-curl{
    margin-top: -55px;
}
.quote{
    position: absolute;
    left: 5px;
    top:-10px;
    background-color: white;
    padding: 12px;
}
.bounce  {
    position: relative;
    animation-name: bounce;
    animation-delay: 1s;
    animation-duration: 2s;
    animation-timing-function:cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-iteration-count:infinite;
}

.info-btn {
    margin-left: 40%;
    padding-top: 50px;
}

.info-btn > a {

    background: #FE5E00 0% 0% no-repeat padding-box;
    border: 1px solid #BFD7DD;
    border-radius: 10px;
    opacity: 1;
    ext-align: left;
    font: normal normal 600 14px/19px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 100px;
    padding: 10px 15px;
    border-radius: 50px;
    text-decoration: none;

}
.info-btn > a:hover{
    background-color: #003A49;

}
.offrea-round-btn:hover{
    background-color: #003A49;
    border-color:  #003A49;
}
@keyframes bounce {
    0%  { top:0px;}
    20%  { top:0px;}
    30%  { top:-30px;}
    50%  { top:-10px;}
    60%  { top:-15px;}
    70%  { top:-10px;}
    80% { top:-5px;}
    90%   {top:0px;}
    100%{top:0;}

}

.thank-row{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid var(--orange);
    border-radius: 0.25rem;
}
.thank-line{
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.125);
    display: block;
    margin-left: 25%;
}
.extra-top{
    margin-top: 20px;
}
@media only screen and (max-width: 1200px) {
    html,body { overflow-x: hidden; }
    .circle{
        width: 100%;
        height: 500px;
        border-radius: 800px;
        background: #ECF4FA;
        position: absolute;
        left: 40px;
    }
    .contact-form{
        margin-top: 100px;
        margin-left: -10px;

    }
    .success-mail{
        margin-top: 100px;
        margin-left: -10px;

    }

    .in-circle{
        width: 75%;
        margin: 50px auto;
    }


    .card >div > .footer{
        width: 220px;
        height: 48px;
        text-align: center;
        font: normal normal normal 14px/19px Open Sans;
        letter-spacing: 0px;
        color: #395362;
        text-align: center;
        margin: auto auto;


    }


}



@media only screen and (max-width: 1024px) {
    .info-btn {
        margin-left: 40%;
        padding-top: 30px;

    }
    .in-circle>div:first-child>img{
        width: 65%;
    }

}


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

    .arrow-curl{display: none;}
    .card >div > .footer{
        width: 250px;
        height: 48px;
        text-align: center;
        font: normal normal normal 14px/19px Open Sans;
        letter-spacing: 0px;
        color: #395362;
        text-align: center;
        margin: auto auto;



    }
    .circle{
        width: 70%;
        height: 500px;
        border-radius: 800px;
        background: #ECF4FA;
        position: absolute;
        left: -85px;
    }
    .contact-form{
        width: 62%;
        margin-top: 30px;
        margin-left: 350px;

    }
    .success-mail{
        width: 62%;
        margin-top: 30px;
        margin-left: 350px;
    }

    .in-circle{
        width: 75%;
        margin: 40px auto;
    }

    .silde-left{
        margin-left: 28%;

    }

    .offrea-round-btn{
        margin-top: 20px;
        margin-left: 13%;
    }

    .first{margin-top: 100px; margin-bottom: 12px;}


    .info-btn {padding-top: 555px !important; margin-left: 35%;}

    .info-btn {padding-top: 555px !important; margin-left: 35%;}

    .rounds>div{margin-top: 40px;}

.helmet-img{margin-left: -100px;}

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

    .card>div:nth-child(3){
        margin-top: 100px;

    }
    .card>div:nth-child(4){
        margin-top: 100px;
    }



    .card >div > .footer{
        width: 400px;
        height: 48px;
        text-align: center;
        font: normal normal normal 14px/19px Open Sans;
        letter-spacing: 0px;
        color: #395362;
        text-align: center;
        margin: auto auto;


    }
    .card >div > .footer{
        width: 250px;
        height: 48px;
        text-align: center;
        font: normal normal normal 14px/19px Open Sans;
        letter-spacing: 0px;
        color: #395362;
        text-align: center;
        margin: auto auto;


    }
    .input-full{
        width: 100%;
    }
    .input-half{
        width: 100%;
    }

    .input-quarter{
        width: 100%;
    }
    .d-flex{
        display: unset !important;
    }
    .flex-end{
        justify-content: unset !important;
    }
    .btn-center{

        margin-left:100px ;
    }

    .circle{
        width: 800px;
        height: 800px;
        border-radius: 800px;
        left: -30px;
        position: absolute;
        background: #ECF4FA 0% 0% no-repeat padding-box;

        opacity: 1;

    }
    html,body { overflow-x: hidden; }
    .contact-form{

        width: 80%;
        margin: auto 80px 0 ;
        margin-top: 180px;

    }
    .success-mail{
        width: 80%;
        margin: auto 80px 0 ;
        margin-top: 180px;
    }
    .in-circle{
        width: 80%;
        margin: 10px auto;
        display: none;
    }


    .round{
        margin-left:25%;
        margin-bottom: 30px;
    }
    .header-round{
        margin-left:0px ;
        text-align: center;
    }
    .helmet-img{
        margin-left: 150px;
    }
    .partner-md{
        margin-left: 25%;
        margin-top: 250px;

    }

    .offrea-round-btn{
        margin-top: 20px;
        margin-left: 10%;
    }

    .rounds>div{margin-top: 40px;}
    .rounds>div:nth-child(2){margin-top: 20px;}


}


@media only screen and (max-width: 988px) {
    .center-pad{
        margin-left: 40px;
    }
    .center-pad:nth-child(3){
        margin-top: 80px;
    }

    .center-pad:nth-child(4){
        margin-top: 80px;
    }



}
@media only screen and (max-width: 768px) {
  .pad{
      width: 100%;
  }

    .success-mail{
        margin-left: 0%;
    }
    .helmet>div:nth-child(2){
        margin-left: -15px !important;
    }

    .center-pad{
        margin-left: 40px;
    }

    .center-pad:nth-child(3){
        margin-top: 00px;
    }

    .center-pad:nth-child(4){
        margin-top: 0px;
    }
    .helmet>div:nth-child(2){
        margin-top: 20px !important;

    }
    .round-dark{
        margin-top: 20px !important;
    }
    .round-dark{
        margin-top: 500px;

    }
    .rounds>div{margin-top: 40px;}
    .rounds>div:nth-child(2){margin-top: 20px;}
    .rounds>div:nth-child(4){margin-top: -220px !important;}
    .info-btn {padding-top: 550px !important; margin-left: 35%;}
    .offrea-round-btn{margin-left: 17%;}
    .round-grey{
        margin-right: 0 !important;
    }
    .round-dark{
        margin-right: 0 !important;
    }

}



@media only screen and (max-width: 769px) {
    .card{
        display: flex;
        justify-content: space-between;

    }
    .center-pad{
        margin-left: 40px;
    }
    .center-pad:nth-child(1){

    }

    .center-pad:nth-child(2){

    }
    .center-pad:nth-child(3){
        margin-top: 350px !important;
        margin-left: -700px !important;
    }

    .center-pad:nth-child(4){
        margin-top: 350px !important;
    }

    .rounds>div{margin-top: 40px;}
    .rounds>div:nth-child(2){margin-top: 20px;}
    .rounds>div:nth-child(4){margin-top: 20px;}
    .round-grey{
        margin-right: auto !important;
    }
    .round-dark{
        margin-right: auto !important;
    }

}
@media only screen and (max-width: 750px){
    .info-btn {padding-top: 1100px !important; margin-left: 35%;}
}


    /*mobiele*/
@media only screen and (max-width: 700px) {
    .card{
        display: unset;

    }
    .center-pad:nth-child(3){
        margin-top: 10px !important;
        margin-left: 0px !important;
    }

    .center-pad:nth-child(4){
        margin-top: 100px !important;
    }

    .center-pad{
        margin-left: 0px;
    }

    .card > div:nth-child(2) {
        margin-top: 100px;


    }
    .card > div:nth-child(4) {
        margin-top: 100px;
    }

    .card>div:nth-child(3){
        margin-top: 0px;
    }
    .card>div:nth-child(4){
        margin-top: 100px;
    }

    .card >div > .footer{
        width: 180px;
        height: 38px;
        text-align: center;

        letter-spacing: 0px;
        color: #395362;
        text-align: center;
        font: normal normal normal 14px/25px Open Sans;
        margin: auto auto;


    }
    .card > div > img{
        width: 141px;
        height: 142px;
        margin: auto auto;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;

    }


    .text-xs{
        display:inline-block;
        margin:auto auto;
        margin-top: 130px;
        margin-bottom: 350px;
    }

    .text-xs > div>.head{
        width: 234px;
        height: 69px;
        font: normal normal 600 23px/37px Open Sans;
        letter-spacing: 0px;
        color: #003A49;
    }

    .footer{
        width: 50px;
        height: 19px;

        font: normal normal normal 14px/25px Open Sans;
        letter-spacing: 0px;
        color: #395362;
    }


    .circle{
        width: 800px;
        height: 800px;
        border-radius: 800px;
        left: -100px;
        position: absolute;
        background: #ECF4FA 0% 0% no-repeat padding-box;

        opacity: 1;

    }
    .splide{
        width: 400px!important;
        margin-top: 50px;
        margin-left: 0px;

    }

    .sm-partner{
        background: #DAEAF5 0% 0% no-repeat padding-box;
        border-radius: 5px;
        margin-top: -30% !important;
        height: 800px !important;
        display: block;

    }
    .sm-partner > .helmet > .helmet-img{
        margin-top: 50px;
        margin-left:85%;
        height: 466px;
    }
    .sm-partner > .helmet > .partner-text{
        margin-left:40% !important;
    }
    .sm-partner .helmet{
        display: flex;
        flex-direction: column;
        margin-left:20%;
        width: 225px;
        height: 54px;

    }
    /** btn meer info***/
    .partner-card-btn{
       margin-left: 21% !important;

    }
    .partner-md {
        display: none;
    }

    .splide__slide{

        height:500px !important;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 10px;
    }
    .splide__arrow--prev{
        background-color: transparent !important;
    }

    .splide__arrow--prev{
        background-color: transparent !important;
    }
    .splide__arrow--prev:hover {
        background-color: transparent !important;
        fill: #FE5E00;

    }
    .splide__arrow--next{
        background-color: transparent !important;
        margin-left: 50%;
    }
    .splide__arrow--next:hover {
        background-color: transparent !important;
        fill: #FE5E00;

    }
    .round{
        margin-left:0%;
        margin-bottom: 30px;
        background-color: red;
    }
    .header-round{
        margin-left:0px ;
        text-align: center;
    }

    .offrea-round-btn{
        margin-top: 50px;
        margin-left: 30px;
    }
    .partner-card-btn{
        width: 181px;
        height: 40px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        color: #003A49;
        border: 1px solid #BFD7DD;
        border-radius: 10px;
        line-height: 25px;
        margin-left: 25%;
        margin-top: 30px;

    }

    .info-btn {
        margin-left: 30%;
        padding-top: 10px;

    }
    .info-btn {padding-top: 1100px !important; margin-left: 35%;}


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

    .splide{

        margin-left: -25%;

    }
    .sm-partner > .helmet > .helmet-img{
        margin-left:60%;
    }
    .sm-partner > .helmet > .partner-text{
        margin-left:20% !important;
    }
    .info-btn {padding-top: 1115px !important; margin-left: 32%;}
    .card>div>.footer{display: none;}
    .splide__arrow--next{
        position: relative;
        right: 0px !important;
    }
    .splide__arrow--prev{
        position: relative;
        left: 0px !important;
    }
    .waiting>h2{
        width: 300px !important;
        margin-left: -50px !important;
        text-align: center !important;
    }
    .rounds>div:nth-child(4){margin-top: 20px !important;}
}


@media only screen and (max-width: 450px) {
    .contact-form, .success-mail {

        width: 80%;
        margin: auto 50px 0;
        margin-top: 100px;

    }


    .circle {
        width: 685px;
        height: 685px;
        left: -155px;
        position: absolute;
        background: #ECF4FA 0% 0% no-repeat padding-box;
        opacity: 1;

    }

    .btn-center {
        margin-top: 500px;
        margin-left: 50px;
    }

    .text-xs {
        display: inline-block;
        margin: 100px auto;
    }

    .splide {
        width: 300px !important;
        margin: 0px;
        margin-top: 50px;


    }


    .sm-partner {
        background: #DAEAF5 0% 0% no-repeat padding-box;
        border-radius: 5px;

        margin-top: 80px !important;
        height: 800px;
        display: block;
    }

    .sm-partner > .helmet > .helmet-img {
        margin-top: 50px;
        margin-left: 130px !important;
        height: 466px;
    }
    .sm-partner>.helmet>.partner-text{  margin-left: 18% !important;}

    .sm-partner .helmet {
        display: flex;
        flex-direction: column;
        margin-left: 5%;
        width: 225px;
        height: 54px;


    }


    .partner-md {
        display: none;
    }

    .splide__slide {

        height: 500px !important;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 10px;
    }

    .splide__arrow--prev {
        background-color: transparent !important;
    }

    .splide__arrow--prev:hover {
        background-color: transparent !important;
        fill: #FE5E00;

    }

    .splide__arrow--next {
        background-color: transparent !important;
        margin-left: 100px;
    }

    .splide__arrow--next:hover {
        background-color: transparent !important;
        fill: #FE5E00;

    }

    .offrea-round-btn {
        margin-top: 20px;
        margin-left: -20px;
    }

    .card>div>img {
        width: 150px !important;
        height: 150px !important;
    }
    .card>div>p {
        font: normal normal bold 15px/24px Open Sans;
    }
    .card>div>.footer {
        font: normal normal normal 12px/19px Open Sans;
    }

    .waiting>h2{
        margin-left: -20px !important;
    }
}



    @media only screen and (max-width: 415px){
        .splide{
            width: 300px!important;
            margin-left: 15px;
            margin-top: 50px;


        }
        .success-mail{
            margin-left: -2%;
        }
        .info-btn {
            margin-left: 25%;
        }

    }

    @media only screen and (max-width: 376px){
        .splide{
            width: 300px!important;
            margin-left: 8px;
            margin-top: 50px;


        }
        .success-mail{
            margin-left: -5%;
        }
        .info-btn {
            margin-left: 21%;
        }
        .card>div>img {
            width: 100px;
            height: 100px;
        }
        .card>div>p {
            font: normal normal bold 15px/24px Open Sans;
        }
        .card>div>.footer {
            font: normal normal normal 11px/19px Open Sans;
        }
        .rounds>div{margin-top: 40px;}
        .rounds>div:nth-child(2){margin-top: 20px;}

    }


    @media only screen and (max-width: 320px) {
        .splide{
            width: 300px!important;
            margin-left: -20px !important;
            margin-top: 70px;


        }
        .sm-partner{
            margin-top: 50% !important;
            height: 800px;
        }
        .sm-partner > .helmet > .partner-text {

            margin-left: 10% !important;

        }

        .sm-partner> .helmet> .helmet-img{

            margin-left: 50% !important;


        }

        .card{padding-right: 50% !important;}
        .partner-text{margin-right: 100px !important;}
        .card>div>p {
            font: normal normal bold 14px/24px Open Sans;
        }
        .card>div>.footer {
            font: normal normal normal 10px/19px Open Sans;
            padding-right: 18% !important;

        }
        .info-btn {padding-top: 1150px !important; margin-left: 16%;}

    }


