@font-face {
    font-family: frutiger;
    src: url("/asset.php?file=frutiger-normal.eot&pathList=%5B%22novacontract%22%5D&startingPath=fonts");
    src: url("/asset.php?file=frutiger-normal.eot&pathList=%5B%22novacontract%22%5D&startingPath=fonts#iefix") format("embedded-opentype"),
        url("/asset.php?file=frutiger-normal.woff2&pathList=%5B%22novacontract%22%5D&startingPath=fonts") format("woff2"),
        url("/asset.php?file=frutiger-normal.woff&pathList=%5B%22novacontract%22%5D&startingPath=fonts") format("woff"),
        url("/asset.php?file=frutiger-normal.ttf&pathList=%5B%22novacontract%22%5D&startingPath=fonts") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: frutiger;
    src: url("/asset.php?file=frutiger-italic.eot&pathList=%5B%22novacontract%22%5D&startingPath=fonts");
    src: url("/asset.php?file=frutiger-italic.eot&pathList=%5B%22novacontract%22%5D&startingPath=fonts#iefix") format("embedded-opentype"),
        url("/asset.php?file=frutiger-italic.woff2&pathList=%5B%22novacontract%22%5D&startingPath=fonts") format("woff2"),
        url("/asset.php?file=frutiger-italic.woff&pathList=%5B%22novacontract%22%5D&startingPath=fonts") format("woff"),
        url("/asset.php?file=frutiger-italic.ttf&pathList=%5B%22novacontract%22%5D&startingPath=fonts") format("truetype");
    font-weight: 300;
    font-style: italic
}

* {
    -moz-osx-font-smoothing: grayscale;
    font-family: frutiger;
    font-weight: 300
}

a {
    -webkit-transition: .35s ease;
    transition: .35s ease;
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

body {
    color: #001621;
    overflow-x: hidden;
}

.navbar-brand img {
    height: 70px;
}
.top-header {
    background-color: #f5f5f2;
}
.navbar-main {
    font-size: 18px;
}
.navbar-main .nav {
    margin-top: 15px;
}
.navbar-main .nav > li > a {
    padding: 0px;
    margin: 0px 25px 0px 15px;
    line-height: 24px;
    border-bottom: 1px solid transparent;
    text-transform: lowercase;
    color: #001621;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    border-bottom: 1px solid #1f1f1f;
}

.icon-bar {
    background-color: #001621;
}

/* default config */
h1 { font-size: 18px; font-weight: normal; }
h2, h3, h4, legend { font-size: 14px; font-weight: bold; }
h1, h2, h3, h4, legend {
    border-bottom: 1px solid #70a9de;
    padding-bottom: 3px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.form-horizontal .control-label {
    text-align: left;
    font-weight: 300;
}
.form-group {
    margin-bottom: 10px;
}

.btn, .alert,
.panel, .panel-heading, 
input, textarea, select, .form-control {
    border-radius: 0px;
}


/* kleuren */

.panel-primary {
    border-color: #65bcbd;
}
.btn-primary,
.panel-primary .panel-heading {
    background-color: #65bcbd;
    border-color: #65bcbd;
/*  originele kleuren zijn met transparency, maar niet geschikt voor borders e.d.
    background-color: rgba(0,146,210,.8); 
    background-color: #0092d2;
*/
}
.panel table tr.info th {
    background-color: transparent;
    font-weight: bold;
}

a.text-success:hover,
a.text-success:focus,
.text-success {
    color: #99cc33;
    border-color: #99cc33;
}
h1.text-success {
    font-weight: bold;
}

/* panel */
.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4 {
    font-size: 24px;
    margin: 0px;
    border-bottom: 0px none;
    font-weight: normal;
}
.panel .panel-heading + ul {
    margin-top: 15px;
}

/* sidebar panel */
.sidebar .panel,
.sidebar .panel .panel-heading {
    background-color: transparent;
    border: 0px none;
    color: #001621;
}
.sidebar .panel {
    padding-left: 10px;
    background-image: url(/asset.php?file=streepjes.svg&pathList=%5B%22novacontract%22%5D&startingPath=images);
    background-position: top left;
    background-repeat: no-repeat;
    box-shadow: none;
}
.sidebar .panel .panel-heading {
    padding-top: 0px;
    padding-bottom: 0px;
}
.sidebar .panel .panel-heading h1,
.sidebar .panel .panel-heading h2,
.sidebar .panel .panel-heading h3,
.sidebar .panel .panel-heading h4 {
    font-size: 17px;
    font-weight: bold;
}
.sidebar .panel > ul {
    padding-left: 32px;
    list-style-type: disc;
}
.sidebar .panel > ul.fa-ul {
    padding-left: 5px;
    list-style-type: none;
}
.sidebar .panel ul:nth-child(2),
.sidebar .panel .panel-body:nth-child(2) {
    padding-top: 0px;
    margin-top: 0px;
}

/* step progressbar */

.step-progressbar {
    padding: 0px;
    margin: 0px;
    display: block;
    margin-bottom: 30px;
    font-size: 11px;
}
.step-progressbar li {
    display: inline-block;
    list-style: none;
    position: relative;
    text-align: center;
    vertical-align: top;
    padding-left: 10px;
}
.step-progressbar .number {
    height: 4px;
    background-color: #999999;
    margin-bottom: 5px;
}
.step-progressbar .number span {
    position: absolute;
    left: 0px;
    top: -12px;
    display: block;
    font-size: 20px;
    background-color: #999999;
    border-radius: 14px;
    width: 28px;
    height: 28px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.step-progressbar .active .number,
.step-progressbar .active .number span {
    background-color: #65bcbd;
}

/* inschrijfwizard custom */

fieldset#contactpersoon .checkbox {
    margin-bottom: 20px;
}

/* overgenomen styling van Wellant - LET OP: NIET 1 op 1 */

.header-navigation__search a {
    background-image: url("/asset.php?file=icon-search.svg&pathList=%5B%22novacontract%22%5D&startingPath=images");
}

.header-navigation__menu a {
    background-image: url("/asset.php?file=icon-menu.svg&pathList=%5B%22novacontract%22%5D&startingPath=images");
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.header-navigation__menu,.header-navigation__search { margin: 0px; }
.header-navigation__menu { margin-left: 20px; }
.header-navigation__menu a,.header-navigation__search a {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
    height: 25px;
    vertical-align: middle;
    width: 25px;
    border: 0px none !important;
    margin: 0px !important;
}

.button {
    background-color: #0092d2;
    color: #f5f5f2;
    display: inline-block;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    vertical-align: middle;
    -webkit-transition: .35s ease;
    transition: .35s ease
}

.button:focus,.button:hover {
    background: #1f1f1f
}

.button-icon,.button-small {
    height: 40px;
    line-height: 40px;
}

.button-icon {
    background-color: #e9ebee;
    border-radius: 50%;
    padding: 0;
    width: 40px;
    text-align: center;
    margin: 0;
    font-size: 24px;
}

.button-icon:hover {
    background-color: #0092d2;
    fill: #fff;
}

/* footer style overgenomen - LET OP: NIET 1 op 1 */

.page-footer {
    background-color: #fff;
    height: 230px;
    /*padding: 25px 0;*/
    font-size: 18px;
    line-height: 26px;
}

.page-footer:after {
    content: "";
    clear: both;
    display: table;
}

.page-footer .address__title {
    margin-bottom: 5px;
}

.page-footer li {
    list-style: none;
    text-decoration: underline;
    margin-left: 0;
}

.page-footer li:hover {
    text-decoration: none;
}

.page-footer__container {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background-color: #fff;
}

.page-footer__container:after {
    content: "";
    clear: both;
    display: table;
}

.page-footer__socials__title {
    color: #a3a3a3;
    display: inline-block;
    font-size: 24px;
    position: relative;
    vertical-align: middle;
}

.page-footer__socials__icons {
    display: inline-block;
    padding-left: 0px;
}

.page-footer__socials__icons li {
    display: inline-block;
    margin-left: 5px;
    list-style: none;
}

.page-footer__socials__icons .button {
    -webkit-transition: background-color .2s ease-out,color .2s ease-out;
    transition: background-color .2s ease-out,color .2s ease-out;
}

.page-footer__socials__icons .button .icon--facebook {
    background-image: url("https://novacontract.nl/static/images/icons/icon-social-facebook.svg");
}

.page-footer__socials__icons .button .icon--facebook,.page-footer__socials__icons .button .icon--twitter {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
    height: 15px;
    vertical-align: middle;
    width: 15px;
}

.page-footer__socials__icons .button .icon--twitter {
    background-image: url("https://novacontract.nl/static/images/icons/icon-social-twitter.svg");
}

.page-footer__socials__icons .button .icon--instagram {
    background-image: url("https://novacontract.nl/static/images/icons/icon-social-instagram.svg");
}

.page-footer__socials__icons .button .icon--instagram,.page-footer__socials__icons .button .icon--pinterest {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
    height: 15px;
    vertical-align: middle;
    width: 15px;
}

.page-footer__socials__icons .button .icon--pinterest {
    background-image: url("https://novacontract.nl/static/images/icons/icon-social-pinterest.svg");
}

.page-footer__socials__icons .button .icon--youtube {
    background-image: url("https://novacontract.nl/static/images/icons/icon-social-youtube.svg");
}

.page-footer__socials__icons .button .icon--linkedin,.page-footer__socials__icons .button .icon--youtube {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
    height: 15px;
    vertical-align: middle;
    width: 15px;
}

.page-footer__socials__icons .button .icon--linkedin {
    background-image: url("https://novacontract.nl/static/images/icons/icon-social-linkedin.svg");
}

.page-footer__socials__icons .button:focus .icon--facebook,.page-footer__socials__icons .button:hover .icon--facebook {
    background-image: url("https://novacontract.nl/static/images/icons/icon-social-facebook-white.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
    height: 15px;
    vertical-align: middle;
    width: 15px;
}

.page-footer__socials__icons .button:focus .icon--twitter,.page-footer__socials__icons .button:hover .icon--twitter {
    background-image: url("https://novacontract.nl/static/images/icons/icon-social-twitter-white.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
    height: 15px;
    vertical-align: middle;
    width: 15px;
}

.page-footer__socials__icons .button:focus .icon--instagram,.page-footer__socials__icons .button:hover .icon--instagram {
    background-image: url("https://novacontract.nl/static/images/icons/icon-social-instagram-white.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
    height: 15px;
    vertical-align: middle;
    width: 15px;
}

.page-footer__socials__icons .button:focus .icon--pinterest,.page-footer__socials__icons .button:hover .icon--pinterest {
    background-image: url("https://novacontract.nl/static/images/icons/icon-social-pinterest-white.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
    height: 15px;
    vertical-align: middle;
    width: 15px;
}

.page-footer__socials__icons .button:focus .icon--youtube,.page-footer__socials__icons .button:hover .icon--youtube {
    background-image: url("https://novacontract.nl/static/images/icons/icon-social-youtube-white.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
    height: 15px;
    vertical-align: middle;
    width: 15px;
}

.page-footer__socials__icons .button:focus .icon--linkedin,.page-footer__socials__icons .button:hover .icon--linkedin {
    background-image: url("https://novacontract.nl/static/images/icons/icon-social-linkedin-white.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
    height: 15px;
    vertical-align: middle;
    width: 15px;
}

.page-footer__address,.page-footer__navigation {
    margin-bottom: 20px;
}

.page-footer__address a,.page-footer__navigation a {
    color: #001621;
}


/* navigation style overgenomen - LET OP: NIET 1 op 1 */

.page-navigation {
    height: 100vh;
    right: -350px;
    position: absolute;
    top: 0px;
    -webkit-transition: right .3s ease-out;
    transition: right .3s ease-out;
    z-index: 1000;
    left: 100%;
}

.page-navigation .overlay {
    background-color: transparent;
    -webkit-transition: background-color .3s ease-out,width 0s ease-out .3s;
    transition: background-color .3s ease-out,width 0s ease-out .3s;
    cursor: pointer;
    z-index: 1;
    opacity: 1;
}

.page-navigation .overlay,.page-navigation .overlay:after {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.page-navigation .overlay:after {
    background-color: rgba(0,83,134,.8);
    -webkit-box-shadow: -4px 0 10px 0 rgba(0,0,0,.25);
    box-shadow: -4px 0 10px 0 rgba(0,0,0,.25);
    mix-blend-mode: multiply;
    width: 350px;
    z-index: 1
}

.page-navigation.is-visible {
    right: 0px;
    left: 0px;
}

.page-navigation.is-visible .overlay {
    background-color: rgba(0,0,0,.3);
    -webkit-transition: background-color .3s ease-out,width 0s ease-out;
    transition: background-color .3s ease-out,width 0s ease-out;
}

.page-navigation__container {
    height: 100%;
    padding: 0 20px;
    z-index: 1;
    -ms-overflow-style: none;
    overflow: auto;
    position: absolute;
    width: 350px;
    max-width: 100%;
    right: 0px;
}

.page-navigation__container ::-webkit-scrollbar {
    display: none
}

.page-navigation__links {
    height: 100%;
    overflow-y: scroll;
    padding-right: 5px;
    position: relative;
}

.page-navigation__links a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
    text-decoration: none;
}

.page-navigation__links a .label {
    color: #fff;
    display: inline;
    padding: 0px;
    font-size: inherit;
    font-weight: inherit;
    white-space: inherit;
    border-radius: 0px;
    text-align: inherit;
}

.page-navigation__links-main {
    clear: both;
    margin-top: 25px;
    margin-bottom: 55px
}

.page-navigation__links-main a {
    display: inline-block;
    line-height: normal;
    margin-bottom: 0
}

.page-navigation__links-subhomes {
    margin-bottom: 40px
}

.page-navigation__links-subhomes .title {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 25px
}

.page-navigation__links-pages,.page-navigation__links-subhomes {
    margin-bottom: 40px
}

.page-navigation__links-pages .expander a.title,.page-navigation__links-subhomes .expander a.title {
    position: relative;
    width: calc(100% - 30px)
}

.page-navigation__links-pages .expander a.title .label,.page-navigation__links-subhomes .expander a.title .label {
    color: #fff;
    border-bottom: 1px solid hsla(0,0%,100%,0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 100%;
    -webkit-transition: .35s ease;
    transition: .35s ease;
    line-height: normal
}

.page-navigation__links-pages .expander a.title .label:hover,.page-navigation__links-subhomes .expander a.title .label:hover {
    color: #fff;
    border-bottom: 1px solid hsla(0,0%,100%,.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 100%;
    -webkit-transition: .35s ease;
    transition: .35s ease;
    line-height: normal
}

.page-navigation__links-pages .expander a.title .icon,.page-navigation__links-subhomes .expander a.title .icon {
    background-image: url("https://novacontract.nl/static/images/icons/icon-chevron-down-white.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 25px;
    display: inline-block;
    content: "";
    height: 25px;
    vertical-align: middle;
    width: 25px;
    position: absolute;
    right: -30px;
    top: 2px;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out
}

.page-navigation__links-pages .expander .subpages,.page-navigation__links-subhomes .expander .subpages {
    height: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: opacity .2s ease-out,max-height .5s ease-out .6s,padding .2s ease-out;
    transition: opacity .2s ease-out,max-height .5s ease-out .6s,padding .2s ease-out
}

.page-navigation__links-pages .expander .subpages a.subpage,.page-navigation__links-subhomes .expander .subpages a.subpage {
    font-size: 18px;
    line-height: normal;
    margin: 0 35px 20px 25px
}

.page-navigation__links-pages .expander .subpages a.subpage .icon,.page-navigation__links-subhomes .expander .subpages a.subpage .icon {
    background-image: url("https://novacontract.nl/static/images/icons/icon-arrow-right-white.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 15px;
    vertical-align: middle;
    width: 15px;
    display: inline-block;
    height: 22px;
    margin-right: 5px;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: opacity .3s ease-out,-webkit-transform .1s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .1s ease-out;
    transition: opacity .3s ease-out,transform .1s ease-out;
    transition: opacity .3s ease-out,transform .1s ease-out,-webkit-transform .1s ease-out;
    margin-left: -25px
}

.page-navigation__links-pages .expander .subpages a.subpage:hover .icon,.page-navigation__links-subhomes .expander .subpages a.subpage:hover .icon {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.page-navigation__links-pages .expander.is-visable .title .icon,.page-navigation__links-subhomes .expander.is-visable .title .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page-navigation__links-pages .expander.is-visable .subpages,.page-navigation__links-subhomes .expander.is-visable .subpages {
    height: auto;
    max-height: 1000px;
    opacity: 1;
    padding: 0 0 15px;
    -webkit-transition: opacity .6s ease-out 50ms,max-height .2s ease-out,padding .2s;
    transition: opacity .6s ease-out 50ms,max-height .2s ease-out,padding .2s
}

.page-navigation__links-pages .expander a.title .icon {
    top: -2px
}

.page-navigation__links-footer {
    position: relative
}

.page-navigation__links-footer .icon {
    background-image: url("https://novacontract.nl/static/images/icons/icon-arrow-right-white.svg");
    height: 25px;
    width: 25px;
    margin-left: 10px
}

.page-navigation__close,.page-navigation__links-footer .icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
    vertical-align: middle
}

.page-navigation__close {
    background-image: url("https://novacontract.nl/static/images/icons/icon-close-white.svg");
    height: 30px;
    width: 30px;
    position: absolute;
    top: 18px;
    right: 13px
}

@media only screen and (min-width: 1180px) {
    .page-navigation__close {
        right:2px
    }
}

.input-group-btn i.fa {
    line-height: 20px;
}

.evaluatie-categorie {
    background: #fff;
    border: 0 !important;
    font-size: 18px;
    font-weight: bold;
    padding-top: 40px !important;
}