﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    font-family: 'Raleway', sans-serif;
    vertical-align: baseline;
    box-sizing: border-box;
    background: transparent;
}

body {
    color: var(--sixth-color);
    overflow-x: hidden;
    margin-top: 80px;
    margin-top: 115px;
}

iframe {
    width: 100%;
    margin-top: .6em;
}


/*img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}*/


/* ================================= FONT ================================= */
:root {
    --main-color: #0077B6;
    --second-color: #00B4D8;
    --third-color: #90E0EF;
    --fourth-color: #03045E;
    --fifth-color: #CAF0F8;
    --sixth-color: #666;
}

#GradientSvgTriangle {
    fill: url(#myLinearGradient1);
}

#GradientSvgLine {
    fill: url(#myLinearGradient2);
}

.color-white {
    color: #fff;
}

.vacatures h3:before {
    content: "\2611";
    font-size: 2.6rem;
    /*color: #40b464;*/
}



/* --------------------------------- Headers --------------------------------- */
#overview h1,
#method-and-about-us h1,
#contact h1,
.privacy h1,
.login h1,
.forgot-password h1,
.register-new-user h1,
.company-overview h1,
.payment h1,
.help-page h1 {
    color: var(--main-color);
}

h2, h3, h4 {
    color: var(--main-color);
}

h1 {
    font-size: 1.5em;
    padding-bottom: 20px;
    text-align: center;
    font-family: 'Merriweather', sans-serif;
}

h2 {
    font-size: 1.25em;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-family: 'Catamaran', sans-serif;
}

h3 {
    font-size: .9rem;
    font-weight: 600;
    /*    padding-top: .5rem;*/
    padding-bottom: .5rem;
}

h4 {
    font-family: 'Catamaran', sans-serif;
}

.company-overview h1 {
    text-align: left;
}

section.color h1, section.color h2 {
    color: #fff;
}

h1 em {
    font-family: 'Merriweather', sans-serif;
}

#benefits h1,
#method-and-about-us h1,
#unique-selling-points h1,
#contact h1 {
    padding: 2rem 0;
}

#method-and-about-us h1 {
    padding-bottom: .5rem;
}

.row.examples > div > h2 { /* 3 datasets, blokken */
    font-size: 1.15em;
    text-align: center;
    background: rgba(0,0,0,.1);
    padding: 1rem;
}

#contact h2 {
    padding-bottom: 18px;
}

#method-and-about-us .info-panel h2 { /* counters */
    font-size: 1.15em;
}

#unique-selling-points .col-xl-4 .inline-box-white h2 {
    transform: skew(-10deg);
}

.examples .example:hover h2 {
    background: rgba(0,0,0,.2);
    background: -moz-linear-gradient(top, rgba(0,0,0,.2) 0%, rgba(0,0,0,.1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,.2) 0%, rgba(0,0,0,.1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,.2) 0%,rgba(0,0,0,.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,.2)', endColorstr='rgba(0,0,0,.1)',GradientType=0 );
}

.popular-subscription.example h2 {
    background: #43bf69 !important;
    border: 4px solid #40b464;
    border-bottom: none;
}

.popular-subscription.example:hover h2 {
    background: #43bf69 !important;
    background: -moz-linear-gradient(top, #3aa55a 0%, #43bf69 100%) !important;
    background: -webkit-linear-gradient(top, #3aa55a 0%, #43bf69 100%) !important;
    background: linear-gradient(to bottom, #3aa55a 0%, #43bf69 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3aa55a', endColorstr='#43bf69',GradientType=0 ) !important;
}

/* --------------------------------- Paragraphs --------------------------------- */
p, span, li, a, label, .form-control, th,
.info-box-mobile p, .info-box-mobile h3, .info-box-mobile a {
    font-size: .85rem;
}

button.btn-primary {
    font-size: .9rem;
    font-weight: 600;
}

p {
    line-height: 1.7em;
    color: var(--sixth-color);
    text-align: justify;
}

.example p {
    text-align: center;
}

.wie-we-zijn p {
    color: var(--second-color);
}

footer p {
    text-align: center;
    color: #fff;
    padding-bottom: 1rem;
}


.homepage #benefits .inline-box-white span.list-item-header {
    font-weight: 600;
    color: var(--main-color);
    padding-top: .5rem;
}

.homepage #benefits .inline-box-white span.list-item {
    display: list-item;
    margin-left: 1.5rem;
    text-align: left;
    font-weight: 500;
    color: var(--main-color);
    padding-top: .5rem;
}

.homepage #benefits .inline-box-white span.basic-text {
    display: inline-block;
    text-align: left;
    font-weight: 500;
    color: var(--main-color);
    padding-top: .5rem;
}




/* ================================= LIST STYLES ================================= */
#benefits ul li,
#overview ul li,
.privacy ul li {
    display: flex;
}

#overview ul li {
    padding-left: 3rem;
}

.homepage #overview ul li {
    padding-left: 1.5rem;
    display: flex;
    line-height: 1.7;
    margin-top: .1rem;
}

.homepage.vacature-landing #overview li {
    line-height: 1.6rem;
}

.homepage.bankruptcy #overview li {
    padding-left: 3rem;
}

#overview.vacatures ul li {
    padding-left: 0;
}

#method-and-about-us ul li,
.help-page ul li {
    padding: 0 0 0 1.5rem;
    display: flex;
    line-height: 1.7;
    margin-top: .1rem;
}

.vcard span {
    display: block;
}

.nav > li > a:focus {
    background: transparent;
}

.nav > li > a:hover {
    background-color: #f3f3f3;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


    ul.lst li {
        margin-bottom: .2rem;
    }

    /*
ul.lst li a,
ul.lst li span {
    text-indent: 0;
}*/

    ul.arrow li:hover::before {
        border-right: 3px solid #6fc794;
        border-bottom: 3px solid #6fc794;
    }


ol {
    counter-reset: item;
}

li {
    color: var(--sixth-color);
}

ul li:before {
    font-size: .8em;
    font-family: "Arial Black";
    color: var(--third-color);
    margin-right: 15px;
}

#benefits li {
    margin-bottom: 5px;
}

.privacy li {
    line-height: 1.5rem;
    line-height: 1.5rem;
}





#overview.vacatures ul.thumbsdown li:before {
    content: "\2716";
    /*content: "👎";*/
    /*content: "\279e";*/
    /*content: "\00BB";*/
    content: "\00D7";
    font-size: 1.5rem;
    color: var(--main-color) !important;
    /*    color: #ea4335;*/
}

#overview.vacatures ul.checkmarks li:before {
    content: "\2713";
    font-weight: 600;
    color: #45b266;
    font-size: 1.3rem;
    margin: 0 .9rem 0 1.2rem;
}

#overview.vacatures ul.checkmarks li ol li:before {
    content: "";
    font-weight: 600;
    color: var(--main-color);
    font-size: 1.3rem;
    margin: 0;
}

#overview.vacatures ul.exclamationmarks li:before {
    content: "!";
    font-weight: 100;
    color: #fff;
    background: var(--main-color);
    font-size: .9rem;
    margin: 0 .9rem 0 1.2rem;
    padding: 0 .3rem;
}

#overview.vacatures ul.exclamationmarks li ol li:before {
    content: "";
    background: transparent !important;
    color: transparent;
}



#overview.vacatures .info-box ul {
    border-bottom: none;
    padding-bottom: .25rem;
    transform: skew(3deg);
}

    #overview.vacatures .info-box ul li:before {
        content: "■";
        color: #40b464;
    }

    #overview.vacatures .info-box ul li {
        font-size: .9rem;
    }

#overview.vacatures li {
    margin-bottom: .2rem;
}

.functionality-vacancies-monitor li span {
    text-indent: 0;
}





#benefits ul li:before,
.privacy ul li:before {
    content: "\2713";
    font-weight: 600;
    color: #fff;
    font-size: 1.3rem;
    margin: -.6rem .5rem 0 0;
}

#method-and-about-us ul li:before,
.payment ul li:before,
.help-page ul li:before,
.homepage ul li:before {
    content: "■";
    color: var(--main-color);
}

.homepage.vacature-landing ul li:before {
    content: "";
}

.homepage ul li:before {
    margin-top: .1rem;
}

.privacy ul li:before {
    color: var(--main-color);
    margin: -.1rem .5rem 0 0;
}

ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

    ol > li {
        display: table;
        counter-increment: item;
        margin-bottom: 0.6em;
    }

        ol > li:before {
            content: counters(item, ".") ". ";
            display: table-cell;
            padding-right: 0.6em;
        }

.forgot-password ol li,
.login ol li {
    margin-bottom: 0;
}

.help-page ol li {
    margin-bottom: .2em;
}

.forgot-password ol li:before {
    color: var(--main-color);
    font-weight: 600;
}

li ol > li {
    margin: 0;
}

    li ol > li:before {
        content: counters(item, ".") " ";
    }



/* --------------------------------- List with arrows --------------------------------- */
#arrow {
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    margin-top: 40px;
}

ul.arrow {
    list-style: none;
}

    ul.arrow li {
        position: relative;
    }

        ul.arrow li:before {
            content: '';
            position: absolute;
            border-right: 2px solid var(--main-color);
            border-bottom: 2px solid var(--main-color);
            width: 10px;
            height: 10px;
            top: .7rem;
            left: 1.2rem;
            transform: translateY(-50%) rotate(-45deg);
        }



/* ================================= SIDE MENU ================================= */
#SideMenu {
    top: 0;
    width: 100%;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,.08);
    position: fixed;
}

    #SideMenu ul > li {
        float: left;
        display: block;
        padding: 0;
        margin-top: 10px;
        width: 50px;
        padding: 0;
    }

    #SideMenu li:before {
        content: "";
        margin-right: 0;
    }

    #SideMenu ul > li:hover {
        width: 50px;
        background-color: #fff;
    }

    #SideMenu ul > li.active {
        border-right: 0;
        border-top: 10px solid var(--main-color);
        margin-right: inherit;
        width: 50px;
        margin-top: 0;
    }

    #SideMenu ul > li > a {
        padding: 10px 0;
        display: block;
        position: relative;
    }

    #SideMenu img,
    .login-button img {
        width: 30px;
        margin-left: 10px;
        display: block;
    }

/*#SideMenu a:active,
#SideMenu a:focus {
    outline: none;
}*/



/* ================================= HYPERLINKS & BUTTONS ================================= */

/* --------------------------------- Hyperlinks --------------------------------- */
html a {
    color: var(--main-color);
}

footer span a {
    color: #fff;
    font-size: .7rem;
    text-decoration: underline;
}

    footer span a:hover {
        color: var(--main-color);
    }

.example .example-content a {
    margin: 0 auto;
    display: table;
    /*font-size: 1.2rem;*/
}

a.dashboard-link,
a.log-out {
    margin-left: .2rem;
}



a.text-link,
a.email {
    color: var(--main-color) !important;
    text-decoration: none;
}

a:hover {
    color: var(--main-color);
}

span a,
li a,
span.tel a {
    text-decoration: initial;
    color: var(--main-color);
}

.white p a {
    /*color: var(--second-color);*/
    text-decoration: none;
}

    .white p a:hover,
    a.email:hover {
        border-bottom: 1px solid var(--main-color);
        text-decoration: none;
    }

#benefits a:hover {
    text-decoration: none;
}

a.add-info {
    position: relative;
}

    a.add-info span {
        display: none;
    }

    a.add-info:hover span, a.add-info:focus span {
        display: block;
        position: absolute;
        top: 1.3em;
        left: 1em;
        padding: 1em;
        width: 200px;
        color: #fff;
        z-index: 1000;
        text-indent: 0;
        background: rgba(37,136,245,.9) url('../images/background-scraping-benefits-blue.png');
        -webkit-box-shadow: 0 0 17px -2px rgba(0,0,0,0.57);
        -moz-box-shadow: 0 0 17px -2px rgba(0,0,0,0.57);
        box-shadow: 0 0 17px -2px rgba(0,0,0,0.57);
    }

.example-content a.text-link {
    margin-top: .5rem;
    padding: .3rem 1rem;
    font-size: .8rem;
    font-weight: 500;
    display: inline-block;
}

a.uppercase {
    text-transform: uppercase !important;
    font-size: .7em;
}

a.add-info,
a.value,
.white .col-sm-5 a.tel-nr-style-inherit {
    text-decoration: none;
}

span.tel a:hover,
.white .col-sm-5 a:hover {
    color: var(--main-color);
    text-decoration: none;
}

#overview ul a {
    color: var(--second-color);
}

.profile-and-logout a {
    /*color: var(--main-color);*/
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}

.company-overview .profile-and-logout a {
    color: var(--main-color);
}

.profile-and-logout a:hover {
    color: var(--second-color);
}

/*#overview ul.lst a {
    color: #fff;
}*/

.login a:focus {
    /*border: 1px dotted var(--main-color);*/
    overflow: auto;
    outline: none;
}


/* --------------------------------- Buttons --------------------------------- */
.btn {
    display: inline-block;
    text-decoration: none;
    border-radius: 0;
    border: none;
}

    .btn:focus {
        overflow: auto !important;
        outline: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: 0px 0px 0px 4px rgba(8,0,122,0.15);
        -moz-box-shadow: 0px 0px 0px 4px rgba(8,0,122,0.15);
        -webkit-box-shadow: 0px 0px 0px 3px rgba(8,0,122,0.2);
        -moz-box-shadow: 0px 0px 0px 3px rgba(8,0,122,0.2);
        box-shadow: 0px 0px 0px 3px rgba(8,0,122,0.2) !important;
    }

    .btn:hover {
        color: #fff;
        background: var(--main-color);
    }

.btn-primary {
    background: #009ac9;
}

    .btn-primary:hover {
        background: var(--main-color);
    }

    .btn-primary:active {
        background: var(--main-color) !important;
        outline: none !important;
    }

    .btn-primary:focus {
        outline: none !important;
    }

.btn-secondary {
    color: #fff;
    background: #45b266;
}

    .btn-secondary:hover,
    .btn-secondary:active {
        color: #fff;
        background: #249a48 !important;
    }

.btn-tertiary {
    color: #fff;
    background: #df3627;
}

    .btn-tertiary:hover {
        background: #fb2310;
    }

.popular-subscription .btn-secondary {
    background: #43bf69;
}

    .popular-subscription .btn-secondary:hover {
        background: #40b464 !important;
    }

.login .btn-sm:active {
    /*background:red !important;
    color:cyan !important;*/
    border-width: 4px !important;
}

#benefits .btn-primary:hover,
#unique-selling-points .btn-primary:hover {
    border-color: #fff;
}

#method-and-about-us .btn-primary,
.privacy .btn-primary {
    background: transparent;
    color: var(--main-color);
}

.privacy .btn-primary {
    position: inherit;
    width: fit-content;
    display: block
}

.privacy .btn-header {
    margin: -2rem auto 2rem auto;
}

.privacy .btn-footer {
    margin: 0 auto 2rem auto;
}

.btn-sm {
    font-size: .9rem;
    font-weight: 600;
    padding: .5rem 1rem;
}

.btn-lg {
    font-size: .7rem;
    font-weight: 600;
    padding: .5rem 1rem;
    margin-top: .5rem;
}

#benefits .btn-lg,
#method-and-about-us .btn-lg,
#unique-selling-points .btn-lg {
    padding: 1rem 2rem;
    margin: 1rem 0 2rem 0;
}

    #method-and-about-us .btn-lg:active {
        color: #fff !important;
    }

    #benefits .btn-lg span,
    #method-and-about-us .btn-lg span,
    #unique-selling-points .btn-lg span {
        font-size: 1rem;
    }


#unique-selling-points .btn-lg {
    margin: 1rem auto 2rem auto;
}

.company-overview .btn-sm {
    font-size: .9rem;
    background: #1985be;
    background: -moz-linear-gradient(left, #1985be 0%, #1e9bb4 100%);
    background: -webkit-linear-gradient(left, #1985be 0%,#1e9bb4 100%);
    background: linear-gradient(to right, #1985be 0%,#1e9bb4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1985be', endColorstr='#1e9bb4',GradientType=1 );
}

    .company-overview .btn-sm:hover {
        color: #fff;
        background: var(--main-color);
        background: -moz-linear-gradient(left, var(--main-color) 0%, var(--main-color) 100%);
        background: -webkit-linear-gradient(left, var(--main-color) 0%,var(--main-color) 100%);
        background: linear-gradient(to right, var(--main-color) 0%,var(--main-color) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--main-color)', endColorstr='var(--main-color)',GradientType=1 );
    }

.company-overview table thead .btn {
    font-size: 1.5rem;
    padding: .4rem;
    line-height: 1rem;
}

.company-overview table tbody .btn {
    font-size: 1.5rem;
    padding: .3rem .4rem .5rem .4rem;
    line-height: 1rem;
}

.table td {
    vertical-align: middle;
}

.company-overview.mobile-fix .table td {
    vertical-align: top;
}


.btn-parallelogram {
    transform: skew(-5deg);
}

.btn.help {
    font-size: .5rem !important;
    font-weight: 600;
    color: #fff;
    background: var(--main-color);
    background: #249a48;
    padding: 0 .25rem !important;
    position: relative;
    top: -5px;
    border-radius: 1rem;
    line-height: 1.5 !important;
}

.examples .example:first-child .btn.help {
    width: 12px;
    margin-left: 48%;
    background: var(--sixth-color);
}


.skew-fix {
    display: inline-block;
    transform: skew(5deg);
}

.border-gradient {
    border-bottom: 10px solid;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 3px;
}

.border-gradient-color-primary {
    border-image: linear-gradient(45deg, #0077B6, #00B4D8) 1;
}

.border-gradient-color-secondary {
    border-image: linear-gradient(45deg, #4a9168, #6fc794) 1;
}

#method-and-about-us .btn-primary:hover,
.privacy .btn-primary:hover {
    border-image: linear-gradient(45deg, #0a6290, #099dbb) 1;
    color: #0a6290;
}

.login-button {
    position: absolute;
    right: 1.25rem;
    top: 1.4rem;
}


.paymentOption {
    border: 1px solid var(--main-color);
    width: 100%;
    height: 80px;
    margin-bottom: .5rem;
    display: block;
    padding: 0;
}

    .paymentOption a {
        padding: 2rem 2rem 2rem 1rem;
        padding: 1.5rem;
        text-align: left;
    }

    .paymentOption.invoice a {
        padding-top: 1rem;
    }

    .paymentOption a img {
        float: right;
        margin-top: -5px;
    }

    .paymentOption a:hover {
        color: inherit;
        background: rgba(0,120,180,.1);
    }

.btn:hover {
    cursor: pointer;
}







/* ================================= MISC ================================= */
.vcard .adr span {
    display: inline-block;
}

.vcard .fn,
.vcard .org {
    font-weight: bold;
}

.vcard .fn {
    display: inline-block;
}

.vcard .geo {
    display: none;
}

.vcard .tel > abbr {
    width: 55px;
    display: inline-block;
}

#overview ul span {
    font-weight: normal;
    font-size: 1em;
}

span.role {
    display: inline-block;
}

.no-justify {
    text-align: left;
}

hr {
    border-top-color: var(--main-color);
}

input.form-control:focus {
    border: 1px solid var(--main-color);
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.text-danger {
    font-size: .8rem;
    font-weight: 500;
    display: block;
}

    .text-danger span {
        font-size: .9rem;
    }

    .text-danger li {
        color: #dc3545;
        margin-bottom: .2rem;
    }

.costs-subscription {
    font-weight: 700;
}

.tooltip-inner {
    background-color: #45b266;
    border-radius: 0;
    border: 1px solid #45b266;
    color: #fff;
    font-size: .9rem;
    font-weight: 500;
    max-width: 200px;
    text-align: left;
    padding: .6rem 1rem 1rem 1rem;
}

.tooltip .arrow:before {
    border-right-color: #45b266 !important;
    border-left-color: #45b266 !important;
}

/*.company-overview .table-hover thead tr td:last-child {
    min-width:80px;
}*/

.paymentOption .payment-method {
    font-weight: 600;
}

.paymentOption.invoice span:after {
    content: "*";
    font-size: 1.5rem;
}

.invoice-terms {
    font-size: .8rem;
}

    .invoice-terms:before {
        content: "*";
        font-size: 1.5rem;
    }

.ideal img {
    width: 30px;
}

.bancontact img {
    width: 40px;
}

.popular-item {
    position: absolute;
    top: -20px;
    border-radius: 10rem;
    width: 80px;
    height: 80px;
    text-align: center;
    font-weight: 600;
    display: block;
    background: #e8b719 !important;
    right: 5px;
    padding: 1rem 0 0 0 !important;
    color: #fff;
    transform: rotate(10deg);
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 3px #e8b719;
    -moz-box-shadow: 0px 0px 0px 3px #e8b719;
    box-shadow: 0px 0px 0px 3px #e8b719;
    font-size: .9rem;
}

.company-overview .table-hover thead tr {
    border-bottom: dashed 2px var(--main-color);
}

.company-overview .table-hover tbody tr:hover {
    cursor: pointer;
}

.company-overview td .form-control {
    color: #000;
    background: rgba(255,255,255,.6);
}


.register-new-user label:after {
    content: "*";
    font-size: 1.5rem;
}

.register-new-user label:last-child:after {
    content: "";
    font-size: inherit;
}

.lists-overview tr th:last-child {
    min-width: 33px;
}

.list-view tr th:last-child {
    min-width: 63px;
}

.adminBody .companies table th,
.adminBody .subscriptions table th {
    background: var(--main-color);
    color: #fff;
    font-weight: 600;
}

    .adminBody .companies table th:nth-child(2) {
        width: 250px;
    }

.adminBody .companies table th,
.adminBody .companies table td,
.adminBody .subscriptions table th,
.adminBody .subscriptions table td {
    padding: .5rem 2rem .5rem 1rem;
}

    .adminBody .companies table td:first-child {
        padding: .5rem;
    }

.adminBody .companies table input[type=checkbox] {
    margin: 0 1rem 0 .5rem;
}

.buttonRow {
    height: inherit;
    margin: .75rem 0;
}

.subscriptions #companyEdit label {
    width: 200px;
}

.subscriptions #companyEdit .row {
    margin: .5rem 0;
}

.subscriptions #companyEdit input {
    border: 1px solid #aaa;
    padding: .25rem .5rem;
    width: 350px;
}

    .subscriptions #companyEdit input:focus,
    .subscriptions #companyEdit select:focus {
        outline: none;
        border: 1px solid var(--main-color);
        -webkit-box-shadow: inset 0px 0px 0px 1px var(--main-color);
        -moz-box-shadow: inset 0px 0px 0px 1px var(--main-color);
        box-shadow: inset 0px 0px 0px 1px var(--main-color);
    }

.subscriptions #companyEdit select {
    border: 1px solid #aaa;
    padding: .4rem .1rem .4rem .4rem;
    width: 350px;
}

.embed-responsive {
    outline: none;
}





/* --------------------------------- Text selection color --------------------------------- */
::-moz-selection {
    color: #fff;
    background: var(--main-color);
}

::selection {
    color: #fff;
    background: var(--main-color);
}





/* ================================= SECTIONS and BACKGROUNDS ================================= */

#content > section {
    width: 100%;
}

    #content > section.color {
        width: 100%;
        /*        margin-bottom: 20px;*/
    }

        #content > section.color#benefits .outer,
        #content > section.color#unique-selling-points .outer,
        #content > section.color#footer .outer,
        #content > section.color#curved-header .outer,
        #footer .col-sm-12 {
            background: #0077b6;
            background: -moz-linear-gradient(left, #0077b6 0%, #00b4d8 50%, #90e0ef 100%);
            background: -webkit-linear-gradient(left, #0077b6 0%,#00b4d8 50%,#90e0ef 100%);
            background: linear-gradient(to right, #0077b6 0%,#00b4d8 50%,#90e0ef 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077b6', endColorstr='#90e0ef',GradientType=1 );
        }

    #content > section .inner,
    #content .inner,
    header .inner {
        max-width: 960px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

.example-content {
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}

.popular-subscription {
    margin-top: -4px;
}

    .popular-subscription .example-content {
        border: 4px solid #40b464;
        border-top: none;
    }

.inline-box-white {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.logged-in-with {
    position: absolute;
    top: .3rem;
    right: 1.5rem;
    z-index: 1;
    font-size: .8rem;
    color: #fff;
}

.company-overview .logged-in-with {
    color: var(--main-color);
}

.profile-and-logout {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 1;
}

.col-lg-offset-3 {
    margin-left: 0%;
}

.company-overview .col-sm-7 {
    margin-top: -4rem;
}

.col-xs-12 .info-panel {
    margin: 70px 0 30px 0;
    border-bottom: 1px solid var(--main-color);
}

.alert {
    border-radius: 0;
}

.alert-primary {
    background-color: var(--fifth-color);
    color: var(--main-color);
    border-radius: 0;
    font-size: .9rem;
}

.alert-danger {
    font-size: .9rem;
    border-radius: 0;
    padding: .5rem 1rem;
    color: #333;
    border-color: #f8d7da;
}

.inline-box-white div {
    background: var(--second-color);
    background: -moz-linear-gradient(left, var(--second-color) 0%, var(--second-color) 100%);
    background: -webkit-linear-gradient(left, var(--second-color) 0%,var(--second-color) 100%);
    background: linear-gradient(to right, var(--second-color) 0%,var(--second-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--second-color)', endColorstr='var(--second-color)',GradientType=1 );
    position: absolute;
    left: -20px;
    top: -15px;
    width: 35px;
    height: 40px;
}

#benefits .inline-box-white div {
    width: inherit;
    padding: .15rem 1.2rem;
}


.nr3 .inline-box-white div {
    background: var(--second-color);
}

.col-xl-3 .inline-box-white,
.col-xl-4 .inline-box-white {
    transform: skew(-5deg);
}

    .col-xl-3 .inline-box-white:hover,
    .col-xl-4 .inline-box-white:hover {
        transform: scale(1.07) skew(-5deg);
    }

        .col-xl-3 .inline-box-white:hover div,
        .col-xl-4 .inline-box-white:hover div {
            top: -1px;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            transition: .5s;
        }



.nr1 .inline-box-white:hover div {
    background: var(--second-color);
    background: -moz-linear-gradient(left, #07a5c5 1%, var(--second-color) 100%);
    background: -webkit-linear-gradient(left, #07a5c5 1%, var(--second-color) 100%);
    background: linear-gradient(to right, #07a5c5) 1%, var(--second-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07a5c5', endColorstr='var(--second-color)',GradientType=1 );
}

.nr2 .inline-box-white:hover div {
    background: var(--fourth-color);
    background: -moz-linear-gradient(left, #04689d 1%, var(--main-color) 100%);
    background: -webkit-linear-gradient(left, #04689d 1%, var(--main-color) 100%);
    background: linear-gradient(to right, #04689d 1%, var(--main-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04689d', endColorstr='var(--main-color)',GradientType=1 );
}

.col-xl-4 .inline-box-white div {
    transform: skew(0deg);
    left: -18px;
    top: 0;
}

.inline-box-white {
    background-color: #fff;
    color: var(--sixth-color);
    margin: 0 1rem;
    padding: 1.2rem 2.5rem 1.5rem 2.5rem;
}

    .inline-box-white li,
    .inline-box-white p {
        color: var(--sixth-color);
    }

.nr2 .inline-box-white div {
    background: var(--main-color);
    background: -moz-linear-gradient(left, var(--main-color) 0%, var(--main-color) 100%);
    background: -webkit-linear-gradient(left, var(--main-color) 0%,var(--main-color) 100%);
    background: linear-gradient(to right, var(--main-color) 0%,var(--main-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--main-color)', endColorstr='var(--main-color)',GradientType=1 );
}

.inline-box-white p,
.inline-box-white span {
    color: var(--second-color);
    font-size: .9rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.3rem;
}

#benefits .inline-box-white p,
#benefits .inline-box-white span {
    padding-top: 2.3rem;
}

.inline-box-white h2 {
    font-size: 1.3em;
    padding-left: .2rem;
    text-align: center;
}

#benefits .inline-box-white h2::before {
    content: "";
}

.inline-box-white h2::before {
    content: "\2713";
}

#contact .google-maps {
    padding: 10px 0 20px 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}


.inner .top.img {
    position: absolute;
    left: -80px;
    top: 45px;
}

    .inner .top.img img {
        width: 70px;
        height: 70px;
    }

.TopSection {
    height: 70px;
    position: absolute;
    width: 100%;
    bottom: 63px;
}

#contact,
.privacy:last-child {
    margin-bottom: 140px;
}

.homepage #footer {
    display: none;
}


.info-box {
    margin: auto;
    padding: 0 0 3rem 2rem;
}

.product-box {
    padding: 0 0 3rem 2rem;
}



#overview .product-box:nth-child(2) {
    margin-left: 1.5rem;
}

.info-box div, .info-box-mobile,
.product-box div, .product-box-mobile {
    border: 1px solid #40b464;
    transform: skew(-3deg);
    padding: 3.5rem 2rem 2rem 2rem;
}

.info-box-mobile,
.product-box-mobile {
    margin: .5rem 2rem;
}

    .info-box div div, .info-box-mobile div,
    .product-box div div, .product-box-mobile div {
        position: absolute;
        left: -20px;
        top: -1px;
        transform: skew(0);
        padding: .1rem 1rem;
        background: #40b464;
    }

        .product-box div div:nth-child(2) {
            margin-left: 1.25rem;
            width: 100%;
        }

        .product-box div div.number-of-product {
            background: #06b6d9;
            z-index: 1;
            border-color: #06b6d9;
            padding: .15rem 0.425rem;
            left: -24px;
        }

.info-box h3:before,
.product-box h3:before {
    content: "";
}

.info-box h3, .info-box-mobile h3,
.product-box h3, .product-box-mobile h3 {
    color: #fff;
    padding-top: .5rem;
}

.info-box h3, .info-box p, .info-box a, .info-box ul {
    transform: skew(3deg);
    font-size: .95rem;
}

.product-box h3, .product-box p, .product-box a, .product-box ul {
    transform: skew(3deg);
    /*font-size: .95rem;*/
}

.info-box-mobile h3, .info-box-mobile p, .info-box-mobile a, .info-box-mobile ul,
.product-box-mobile h3, .product-box-mobile p, .product-box-mobile a, .product-box-mobile ul {
    transform: skew(3deg);
}

.info-box p, .info-box-mobile p {
    border-bottom: 2px solid #40b464;
    padding-bottom: 1.5rem;
}

.product-box p, .product-box-mobile p {
    padding-bottom: 1.5rem;
}

.info-box img,
.info-box-mobile img {
    padding-top: 1.3rem;
    margin: 0 auto;
    display: block;
    transform: skew(3deg);
    width: 80%;
}

.info-box-mobile img {
    width: inherit;
}







/* PADDING EN MARGIN * PADDING EN MARGIN * PADDING EN MARGIN * PADDING EN MARGIN * PADDING EN MARGIN */

#contact .col-sm-6 .col-sm-6 {
    padding: 0 15px;
}

#unique-selling-points .inline-box-white {
    margin-bottom: 2em;
}

.row.examples > div {
    margin-bottom: 1.5rem;
}

    .row.examples > div > div {
        background-color: white;
        padding: 18px;
    }

        .row.examples > div > div > img {
            float: right;
            width: 125px;
            margin-left: 15px;
        }

#contact .col-sm-6 img {
    display: block;
    margin: 5px 0;
}

#contact .col-sm-5 {
    padding-top: 27px;
}

    #contact .col-sm-5 img {
        height: 34px;
        width: 34px;
        float: left;
        margin: 11px 8px 0 0;
    }

.wie-we-zijn {
    padding-top: 1.5em;
    color: var(--second-color);
    margin-bottom: 1em;
}

.privacy .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}










/* ================================= TABLE DESIGN ================================= */
.company-overview .col-12 thead th {
    border-top: none;
    border-bottom-color: var(--main-color);
    color: var(--main-color);
    font-weight: 700;
}

.company-overview .col-12 tbody th,
.company-overview .col-12 tbody td {
    vertical-align: middle;
}

.company-overview .col-12 tbody tr:nth-child(odd) {
    background: #f3fbff;
}

.company-overview .col-12 tbody tr:hover {
    background: var(--fifth-color);
}

.company-overview .col-12 tbody th,
.company-overview .col-12 tbody td {
    border-color: var(--fifth-color);
    padding: .5rem .75rem;
}

.company-overview .col-12 tbody tr:last-child th,
.company-overview .col-12 tbody tr:last-child td {
    border-bottom: 1px solid var(--fifth-color);
}

.form-control {
    border-radius: 0;
}

    .form-control#UploadFile {
        border: none;
        padding-left: 0;
    }

input#search-input {
    margin-top: .3rem;
}


/* ================================= TRANSITIONS, TRANSFORMS and IMAGES ================================= */
/* --------------------------------- Transitions and Transforms --------------------------------- */
.inline-box-white,
.inline-box-white h2,
.inline-box-white div,
.examples .example {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .examples .example:hover {
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

.examples .popular-subscription:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.popular-subscription.example:hover div.popular-item {
    background: #e3ab13;
    background: -moz-linear-gradient(top, #e3ab13 0%, #f2be15 100%);
    background: -webkit-linear-gradient(top, #e3ab13 0%,#f2be15 100%);
    background: linear-gradient(to bottom, #e3ab13 0%,#f2be15 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3ab13', endColorstr='#f2be15',GradientType=0 );
}

.inline-box-white:hover {
    -moz-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.parent {
    width: 195px;
    height: 249px;
    overflow: hidden;
    position: relative;
}

.child {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.parent:hover .child,
.parent:focus .child {
    transform: scale(1.12);
    -ms-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

/* --------------------------------- Images --------------------------------- */
.gertjan .child {
    background-image: url('../images/gertjan_color.png');
}

.roland .child {
    background-image: url('../images/roland_color.png');
}

#benefits-logo img {
    width: 90%;
    /*position: absolute;*/
    top: 90px;
    right: 2rem;
}



/* ================================= CUSTOM RADIO BUTTON and CHECKBOX ================================= */
/* --------------------------------- Radio button --------------------------------- */
.container {
    display: block;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: .1rem;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}

.container:hover input ~ .checkmark {
    background-color: #ddd;
}

.container input:checked ~ .checkmark {
    background-color: #5cab7d;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}



/* --------------------------------- Checkbox --------------------------------- */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkbox-checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkbox-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkbox-checkmark {
    background-color: var(--main-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkbox-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkbox-checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* ================================= MEDIA QUERIES ================================= */
@media screen and (min-width: 576px) {
    #benefits .example:first-child .example-header,
    #benefits .example:last-child .example-header {
        min-width: 210px;
    }
}



@media screen and (max-width: 575.98px) {
    .col-sm-5.offset-sm-1 {
        margin-top: 2rem;
    }

    .privacy .col-sm-6:last-child {
        margin-top: 1rem;
    }

    .vacature-landing .info-box {
        padding: 0 3rem 3rem 3rem;
    }

    .d-xs-none {
        display: none !important;
    }
}


@media screen and (max-width: 767.98px) {
    .profile-and-logout span {
        position: relative;
        top: 40px;
    }

    .homepage .bottom {
        margin-top: 0;
    }

    .bottom {
        margin-top: -115px;
    }

    #method-and-about-us h1 {
        margin-bottom: 1.5rem;
    }

    .logged-in-with {
        top: 4rem;
        right: 1rem;
        font-size: .7rem;
    }

    .company-overview .logged-in-with {
        top: .5rem;
    }

    .profile-and-logout {
        right: 1rem;
    }

        .profile-and-logout .dashboard-link {
            position: fixed;
            top: 10px;
            right: 15px;
        }

        .profile-and-logout .log-out {
            position: fixed;
            top: 35px;
            right: 15px;
        }

        .profile-and-logout .log-in {
            position: fixed;
            top: 25px;
            right: 15px;
        }

    /*    .bottom {
        margin-top:-80px;
    }*/

    .button-center {
        text-align: center;
    }

    .nav {
        margin: 0 auto;
        width: 250px;
    }

    .vacatures .nav {
        width: 150px;
    }

    .padding-bottom-30 {
        padding-bottom: 30px;
    }

    div.logo {
        display: none;
    }

    .col-sm-4.nr2 .inline-box-white div {
        background: var(--second-color);
    }

    /* Privacyverklaring + login           */
    .privacy /*, .login, .register-new-user, .forgot-password*/ {
        margin-top: -60px;
    }

    #benefits li {
        margin-bottom: .2rem;
    }

    #overview img,
    #benefits-logo img {
        width: 200px;
        margin: 0 auto;
        display: block;
    }

    .benefits-footer p {
        text-align: center;
    }

    #benefits .col-12 img {
        margin-bottom: 30px;
    }

    .image-small {
        display: inline-block;
    }

    .image-large {
        display: none !important;
    }

    /*   # section unique selling points             */
    .nr2 .inline-box-white div {
        background: var(--second-color);
        background: -moz-linear-gradient(left, var(--second-color) 1%, var(--second-color) 100%);
        background: -webkit-linear-gradient(left, var(--second-color) 1%, var(--second-color) 100%);
        background: linear-gradient(to right, var(--second-color)) 1%, var(--second-color) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--second-color)', endColorstr='var(--second-color)',GradientType=1 );
    }

    .nr2 .inline-box-white:hover div {
        background: var(--second-color);
        background: -moz-linear-gradient(left, #07a5c5 1%, var(--second-color) 100%);
        background: -webkit-linear-gradient(left, #07a5c5 1%, var(--second-color) 100%);
        background: linear-gradient(to right, #07a5c5) 1%, var(--second-color) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07a5c5', endColorstr='var(--second-color)',GradientType=1 );
    }

    #unique-selling-points p {
        text-align: center;
    }


    /*   section contact               */
    #contact h2,
    #contact .vcard {
        text-align: center;
        margin: 0 auto;
    }

        /*    #contact h2 {
        padding:2rem 0;
    }*/

        #contact .vcard p {
            text-align: center;
        }

    #contact .col-12.col-lg-4 {
        padding-top: 1rem;
    }

    .parent {
        margin: 0 auto;
    }

    .roland {
        margin-top: 3.5rem;
    }

    .company-overview .col-sm-6 br {
        display: none;
    }

    .info-box {
        display: none;
    }

    .vacature-landing .info-box {
        display: none;
    }

    .vacature-landing {
        position: relative;
        top: -15px;
    }

        .vacature-landing .white.vacatures {
            margin-top: -20px;
        }

    .vacatures .checkmarks {
        margin-bottom: 1.25rem;
    }

    .help-page {
        position: relative;
        top: -85px;
        margin-bottom: 100px;
    }

        .help-page img {
            width: 100%;
        }

    #overview.vacatures ul.thumbsdown li:before,
    .functionality-vacancies-monitor li em,
    #overview.vacatures ul.checkmarks li:before {
        line-height: 18px;
    }

    #overview.vacatures ul.checkmarks li ol li em {
        line-height: 20px;
    }

    #benefits.curved-header,
    #curved-header {
        display: none;
    }

    .vacature-landing .info-box {
        margin-top: 45px;
    }

    #unique-selling-points .col-xl-3 {
        display: none;
    }

    #benefits .col-xl-4 img {
        display: none;
    }

    #benefits .col-md-6:nth-child(3),
    #benefits .col-md-6:nth-child(4) {
        margin-top: 2rem;
    }

    .homepage #overview img {
        width: 250px;
    }

    .product-box {
        padding: 0 3rem;
    }

    #overview .product-box:nth-child(2) {
        padding-top: 2rem;
        padding-bottom: 3rem;
        margin-left: 0;
    }

    .product-box h3 {
        font-size: 1rem;
    }
}


@media screen and (max-width: 470px) {
    #benefits li {
        margin-bottom: .7rem;
    }
}


@media screen and (max-width:716.98px) {
    .TopSection {
        bottom: 87px !important;
    }
}



@media screen and (min-width: 768px) {
    #overview h1,
    #method-and-about-us h1,
    #contact h1,
    .privacy h1,
    .login h1,
    .forgot-password h1,
    .register-new-user h1,
    .company-overview h1,
    .payment h1,
    .companies h1,
    .subscriptions h1,
    .help-page h1 {
        background: -webkit-gradient(linear, left top, right top, from(var(--main-color)), to(var(--second-color)));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    h3 {
        font-size: 1rem;
    }

    hr {
        display: none;
    }

    .homepage hr {
        display: block;
        width: 40%;
        border-width: 2px;
        margin-top: 1.3rem;
        margin-bottom: 2.3rem;
        border-color: rgba(0,0,0,.2);
        border-color: #00b4d8;
        margin: .6rem 0 1rem 0;
        width: 20%;
    }

    #benefits ul li:before {
        font-size: 1.7rem;
        margin-top: -.2rem;
    }

    body,
    .company-overview .col-sm-7 {
        margin-top: 0;
    }

    /*    .profile-and-logout {
        top:.5rem;
        right:1.5rem;
    }*/

    h1 {
        text-align: left;
    }

    .company-overview h1,
    .privacy h1,
    .companies h1,
    .subscriptions h1,
    .help-page h1 {
        margin-top: 2rem;
    }

    .privacy .btn-primary {
        margin: 1rem auto;
        position: relative;
    }

    #overview h1 {
        margin-top: 3rem;
    }

    .image-small {
        display: none !important;
    }

    .image-large {
        display: inline-block;
    }

    .homepage .col-xl-3 .image-large {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-top: 4rem;
    }

    #benefits .benefits-footer,
    #benefits .benefits-footer p {
        text-align: center;
    }

    #benefits .btn-lg {
        margin: 1rem auto 2rem auto;
    }

    #benefits .image-large {
        margin-top: 0;
        margin-bottom: -2rem;
    }



    /* ================================= SIDE MENU ================================= */
    #SideMenu {
        right: 10px;
        top: 35%;
        z-index: 100001;
        width: 50px !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: rgba(255,255,255,.8);
    }

        #SideMenu ul > li {
            margin-top: 0;
        }

            #SideMenu ul > li.active {
                border-top: 0;
                margin-right: -10px;
                width: 60px;
                border-right: 10px solid var(--main-color);
                background: rgba(0,0,0,.03);
            }


    body #unique-selling-points .inline-box-white:last-child {
        margin-bottom: 0;
    }

    #contact .col-sm-4 .col-xs-12 {
        padding-left: 0;
    }

        #contact .col-sm-4 .col-xs-12 p {
            text-align: left;
        }

    #benefits .col-sm-12,
    #unique-selling-points .col-sm-12,
    #method-and-about-us .col-xl-6,
    #contact .col-lg-12 {
        padding: 25px 0 0 13px;
    }


    #contact .col-sm-6.roland {
        padding-left: 5px;
    }

    #contact .col-sm-4 {
        padding-left: 25px;
    }

    #contact .companyDetails {
        padding: 15px;
        font-size: .85em;
    }

    #overview .col-sm-6.part1 {
        padding: 0 30px 0 15px;
    }

    #overview .col-sm-6.part2 {
        padding: 0 15px 0 30px;
    }

    #unique-selling-points .col-md-8 .color-white {
        text-align: center;
    }

    .gertjan {
        padding-left: 0;
    }

    .border-gradient {
        border-width: 4px;
    }

    .paymentOption {
        width: 50%;
        height: 105px;
        margin-bottom: .5rem;
    }

        .paymentOption a,
        .paymentOption.invoice a {
            padding: 2rem 2rem 2rem 1rem;
        }

            .paymentOption a img {
                margin-top: -5px;
            }

    .ideal img {
        width: 40px;
    }

    .bancontact img {
        width: 50px;
    }

    .paymentOption span {
        display: inline-block;
        margin: .2rem 0 0 .8rem;
    }

    .popular-item {
        right: 0;
    }

    .help-page {
        margin-bottom: 160px;
    }

    .overview-logo {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    #contact .col-lg-4 {
        margin-top: 2.5rem;
    }

    h1 {
        font-size: 1.6rem;
    }

    p, li, a, span, .form-control, th,
    .info-box-mobile p, .info-box-mobile h3, .info-box-mobile a {
        font-size: .95rem;
        line-height: 1.6em;
    }

    .TopSection {
        bottom: 58px;
    }

    .info-box-mobile {
        width: 50%;
        margin: auto;
    }

    .vacature-landing .info-box {
        margin-top: 45px;
    }

    .product-box {
        padding: 0 4rem;
    }

    #overview .product-box:nth-child(2) {
        padding-top: 2rem;
        padding-bottom: 3rem;
        margin-left: 0;
    }

    .TopSection {
        bottom: 64px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    h1 {
        font-size: 1.9rem;
    }

    p, li, a, span, .form-control, th,
    .info-box-mobile p, .info-box-mobile h3, .info-box-mobile a {
        font-size: .95rem;
        line-height: 1.6em;
    }

    .TopSection {
        bottom: 64px;
    }

    .company-overview .form-control {
        width: 80%;
    }

    .info-box {
        display: none;
    }

    .vacature-landing .info-box {
        display: block;
    }

    .info-box-mobile {
        width: 50%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
    .nr3 {
        margin-top: 2rem;
    }

        .nr3 .btn {
            margin: 1rem auto;
        }

    .btn-lg {
        font-size: .95rem;
        font-weight: 500;
        margin-top: .75rem;
        padding: .75rem 1.5rem;
    }

    #unique-selling-points .button-center {
        text-align: center;
    }

    .info-box {
        display: none;
    }

    .vacature-landing .info-box {
        display: block;
    }

    #benefits .col-xl-4 img {
        display: none;
    }

    #benefits .col-md-6:nth-child(4) {
        margin-top: 2rem;
    }
}


/*@media screen and (min-width: 768px) and (max-width: 1048px) {
    #SideMenu img,
    .login-button img {
        width: 25px;
    }
}*/



@media screen and (min-width: 1500px) {
    .col-lg-4 {
        width: 16.666666666666664%;
    }
}


@media screen and (min-width: 1070px) {
    #content.homepage .inner {
        width: calc(100vw - 120px);
        max-width: 1300px;
    }

    #content #contact .inner {
        max-width: 960px;
    }

    #content #benefits .inner {
        max-width: 1300px;
    }

    #content #unique-selling-points .inner {
        max-width: 1100px;
    }

    #overview .col-sm-6.part1 {
        padding-right: 50px;
    }

    #overview .col-sm-6.part2 {
        padding-left: 50px;
    }

    #unique-selling-points .row:nth-child(2) .col-sm-4:nth-child(1) {
        padding-right: 30px;
    }

    #unique-selling-points .row:nth-child(2) .col-sm-4:nth-child(2) {
        padding: 0 15px;
    }

    #unique-selling-points .row:nth-child(2) .col-sm-4:nth-child(3) {
        padding-left: 30px;
    }

    #unique-selling-points .inline-box-white {
        margin-bottom: 3em;
    }

    #method-and-about-us h2 {
        font-size: 1.4em;
    }

    #method-and-about-us .col-sm-12 {
        margin-left: 24px;
    }

    #method-and-about-us > .col-sm-12 img {
        width: 370px !important;
    }

    #overview,
    #benefits .outer,
    #method-and-about-us,
    #unique-selling-points .outer {
        padding-bottom: 20px;
    }

    /*        #method-and-about-us li {
            font-size: 1em;
        }*/

    .info-panel div span:nth-child(1) {
        font-size: 4.5em;
    }

    .info-panel div span:last-child {
        font-size: 1.15em;
    }

    div.inline-box-white h2 {
        font-size: 1.2em;
    }

    .scrape-experience h2,
    .number-of-customers h2,
    .number-of-scrapes h2,
    .wie-we-zijn p {
        text-align: center;
    }

    .gertjan span,
    .roland span,
    .vcard span,
    a.email {
        font-size: 1em;
    }

    .vcard .companyDetails span {
        font-size: inherit;
        display: inline-block;
        margin-bottom: 3px;
    }

    #benefits .col-sm-4 .example-content {
        padding: 20px;
    }

    .col-sm-2 {
        margin-top: 1rem;
    }
}


@media screen and (max-width: 1250px) {
    .top.img {
        display: none;
    }
}


@media screen and (min-width: 1200px) {
    h1 {
        font-size: 2.1rem;
    }

    .inline-box-white h2 {
        font-size: 1.5rem;
        padding-top: .4rem;
    }

    h3 {
        padding-top: .5rem;
    }

    .company-overview .form-control {
        width: 70%;
    }

    .btn-lg {
        font-size: 1.2rem;
        margin-top: 1rem;
        padding: 1rem 2rem;
    }

    ul.arrow li:before {
        top: .8rem;
    }

    #unique-selling-points .button-center {
        text-align: center;
    }

    p, li, a, span, .form-control, th {
        font-size: 1rem;
        line-height: 1.65em;
    }

    .example .skew-fix {
        font-size: .9rem;
    }

    .inline-box-white p,
    .inline-box-white span {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    footer span a {
        font-size: .8rem;
    }

    .privacy li {
        line-height: 1.65rem;
    }

    .TopSection {
        bottom: 68px;
    }

    .btn.help {
        font-size: .55rem !important;
        padding: 0.05rem .3rem 0 .3rem !important;
    }

    .row.examples > div > div {
        padding: 25px 20px 10px 20px;
    }

    .info-box-mobile {
        display: none;
    }

    /*    .bankruptcy h2:before {
        top: -40px !important;
        right: -27.5px !important;
    }*/

    .bankruptcy .inline-box-white h2 {
        margin-top: .2rem;
    }

    .step1-2 span {
        line-height: 22rem;
    }

    .step2 {
        margin-top: 9.7rem;
    }

    .step3 {
        margin-top: 4rem !important;
    }

    .step5 {
        margin-top: .5rem;
    }

    #overview .product-box:first-child {
        margin-left: 15%;
    }
}



@media screen and (max-width:370px) {
    .TopSection {
        bottom: 87px;
    }
}


@media screen and (max-width:449.98px) {
    .nav {
        margin-left: 10px;
    }

    .vacatures .nav {
        margin: 0 auto;
    }

    #benefits .example {
        width: 100%;
    }

    .mobile-fix {
        margin-bottom: 180px;
    }

    /*    .lists-overview .table thead tr th:nth-child(3),
.lists-overview .table thead tr td:nth-child(3),
.lists-overview .table tbody tr td:nth-child(3) {
    display: none;
}*/

}

@media screen and (min-width:450px) {
    .mobile-fix {
        margin-bottom: 180px;
    }

    .bankruptcy hr {
        display: block;
        border-top: 1px dashed var(--main-color);
    }
}


/*@media screen and (min-width:450px) and (max-width: 1352px) {
    #benefits .example:nth-child(4),
    #benefits .example:last-child {
        min-width: 50%;
        max-width:50%;
    }
}*/

@media screen and (min-width:1384px) {
    .examples .example:first-child .btn {
        width: 145px;
    }

        .examples .example:first-child .btn.help {
            width: 15px;
            margin-left: 48%;
            background: var(--sixth-color);
        }

    .example-content p,
    .example-content span {
        font-size: .95rem;
    }
}




/*.bankruptcy h2:before {
    color: white;
    font-weight: 500;
    margin-left: -30px;
    background: var(--main-color);
    padding: 0px .5rem;
    font-size: .8rem;
    line-height: 0;
    height: 10px !important;
    position: relative;
    top: -40px;
    right: -27.5px;
    top: -5px;
    right: 10px;
}*/

.bankruptcy .step1:before {
    content: "1";
}

.bankruptcy .step2:before {
    content: "2";
}

.bankruptcy .step3:before {
    content: "3";
}

.bankruptcy .step4:before {
    content: "4";
}

.bankruptcy .step5:before {
    content: "5";
    background: #45b266;
}









/*
    loading animation
*/

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modalWait {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/images/loader.svg') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modalWait {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalWait {
    display: block;
}
