/* reset old style */
/*
body,
#home .stories,
.container.header,
.next-btn,
#home .stories .set h3 {
    background: none;
    background-image: none;
}

header nav a:hover,
header nav a.active,
header nav a {
    background: none;
}

header .head,
header ul.extras {
    display: none;
}
header nav {
    bottom: auto;
}
.next-btn,
.interestgrid .item {
    box-shadow: none;
}
.next-btn {
    border-radius: 0;
}

.container.footer {
    background: #333;
}

.container.footer .inner {
    background: none;
}

#home .stories .set h3,
#home .stories .set h3 a {
    padding: 0;
}
#home .stories .set p {
    min-height: inherit;
}
*/

/* restyle bootstrap theme */
.navbar-brand,
.navbar-nav > li > a {
    text-transform: uppercase;
    text-shadow: none;
    font-weight: bold;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-primary,
.btn-warning {
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* set new style */
body {
    background-color: #fff;
    font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    font-weight: 400;
    font-style: normal;
}

#home .stories {
    background-color: #e93b93;
    /*    color: #fff;*/
}

#home .stories .panel {
    min-height: 250px;
}

#home .stories .inner .set h3 a,
#home .stories .inner .set p,
#home .stories .inner .set li,
#home .stories .inner .set a {
    /*    color: #fff;*/
}

.page-header {
    border: none;
}

.page-header h1 {
    color: #333;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    width: 70%;
}

.page-header p {
    color: #333;
    font-weight: 400;
    font-size: x-large;
    font-style: normal;
    text-align: center;
    margin: auto;
    width: 90%;

}

.page-header h1 small {
    text-transform: none;
    font-style: italic;
}

.container.header {
    background-color: #20ABE2;
}

nav.navbar .logo {
    margin-top: -9px;
    /*    margin-left: -40px;*/
    /*    width: 260px;*/
    /*    top: 45px;*/
    /*    left: -40px;*/
}

nav.navbar .user-login {
    color: #fff;
    position: absolute;
    /*    width: 230px;*/
    /*    margin-top: -1em;*/
}

nav.navbar .user-login a {
    color: #fff;
    text-decoration: underline;
}

/*
header nav {
    top: 50px;
    left: 240px;
    font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    font-weight: 400;
    font-style: normal;
}
header nav a  {
    text-transform: uppercase;
    padding: 6px 10px;
    font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    font-weight: 700;
    font-style: normal;
    border: none !important;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
}
header nav a:hover {
    color: #ff9;
}
*/

header .search {
    top: 50px;
}

header .search input {
    width: 150px;
    border: 1px solid #fff;
}

header .search button {
    background-color: #fff;
    border-radius: 0;
}

#interests-selector {
    margin-top: 50px;
}

#home .interestgrid {
    /*    width: 100%;*/
    /*    display: block;*/
    /*    clear: both;*/
    height: 340px;
    margin-bottom: 20px;
    overflow: hidden;
}

#home .interestgrid .item {
    /*    border: 1px solid #20ABE2;*/
    background-color: #20ABE2;
    border: none;
    /*    width: 235px;*/
    height: 160px;

    position: relative;
    cursor: pointer;
    margin-bottom: 18px;
    overflow: hidden;
}

/*
#home .interestgrid .item.odd {
    margin-right: 0;
}
*/

.interestgrid .item .text {
    background-color: #20ABE2;
    color: #fff;
    top: 110px;
    position: absolute;
    padding: 8px 0px 0px 8px;
}

.interestgrid .item img {
    vertical-align: bottom;
}

.interestgrid .item .text .desc {
    color: #fff;
    padding-top: 5px;
    font-size: 12px;
    line-height: 18px;
    min-height: 130px;
    opacity: 0;
    padding-right: 1px;

}

.interestgrid .item .icon {
    display: none;
}

.interestgrid .item .link-interest {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: .9em;
    text-decoration: none;
}

.interestgrid .item.active {
    background: #20ABE2;
}

.interestgrid .item.active:hover {
    background-color: #1a9cc9 !important;
}

.interestgrid .item.active .text,
.interestgrid .item.active img,
.interestgrid .item.active .link-interest {
    display: none;
}

.interestselector .item.checked .icon,
.interestgrid .item.active .icon {
    display: block;
    text-align: center;
    color: #fff;
    padding-top: 20px;
}

.interestselector .item.checked .icon i,
.interestgrid .item.active .icon i {
    font-size: 80px;
}

.interestgrid .item .link-interest input[type="checkbox"] {
    display: none;
}

.interestgrid .item .link-interest input[type="checkbox"] + label {
    /*    display:inline-block;*/
    cursor: pointer;
    font-size: 12px;
    padding: 0 7px 0 0;
    color: #fff;
    font-weight: 400;
}

.interestgrid .item .link-interest .over {
    color: #000 !important;
}

/*
.interestgrid .item  .link-interest input[type="checkbox"]:checked + label {
    text-indent: 99em;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 155px;
}
*/

.next-btn {
    background-color: #20ABE2;
    color: #fff;
    padding: 2px 20px 0 20px;
}

.next-btn.full {
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}

#home .stories {
    /*    padding-top: 100px;*/
    clear: both;
    margin-top: 50px;
    /*    margin-bottom: 40px;*/
    padding: 25px 0 0 0;
}

#home .stories a {
    /*    color: #fff;*/
    text-decoration: underline;
}

/*
#home .stories .set ul {
    margin-top: 15px;
}
#home .stories .set ul li {
    background: url("../img/stories-arrow.png") no-repeat scroll 0 5px rgba(0,0,0,0);
    margin: 0 0 10px 0;
    padding: 2px 0 0 15px;
}
#home .stories .set ul li a {
    background: none;
    padding: 0;
}
*/
#home .employer-login {
    /*    background-color: #fff;*/
    /*    border: 10px solid #e93b93;*/
    /*    color: #e93b93;*/
    /*    margin-top: -25px;*/
    /*    padding: 20px;*/
    /*    width: 350px;*/
    /*    height: 380px;*/
}

#home .stories .set.employer-login p,
#home .stories .set.employer-login a,
#home .stories .set.employer-login li {
    /*    color:#e93b93;*/
}

#home .stories .set.employer-login a,
#home .stories .set ul li a {
    text-decoration: underline;
}

.checkm
.pull-left {
    float: left;
}

.students .inner {
    margin: 0 auto;
    position: relative;
    width: 990px;
}

.lobbox-img {
    background-color: #333;
    padding: 20px 10px;
    /*    height: 202px;*/
    text-align: center;
    margin-bottom: 24px;
}

.lobbox-img:last-child {
    margin-bottom: 0;
}

.bg-cyaan {
    background-color: #e93b93;
}

.beroepen_widget .container {
    /*    padding-top: 70px;*/
}

.beroepen_widget .trailer {
    min-height: 300px;
}

.beroepen_widget .highlight {
    margin-top: -150px;
    min-height: 150px;
}

.beroepen_widget .highlight a,
.beroepen_widget .highlight p {
    color: #fff;
}

.beroepen_widget h3 {
    text-transform: uppercase;
}

.highlight h3,
.highlight p {
    padding: 10px;
}

.highlight p {
    padding: 10px 15px;
}

.highlight .video-thumb {
    /*    min-width: 360px;*/

    /*    min-width: 100%;*/
}

a.play-video {
    position: absolute;
    width: 360px;
    height: 270px;
    text-align: center;
    padding-top: 100px;
    background-color: rgba(0, 0, 0, 0.4);
}

a.play-video i {
    font-size: 80px;
    line-height: 80px;
}

a.play-video:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

a.play-video:hover i {
    color: #20ABE2;
}

a.video {
    position: relative;
    background-color: #000;
    width: 100%;
    height: 100%;
    /*    display: inline-block;*/
    display: block;
}

a.video img {
    width: 100%;
    opacity: .9;
    vertical-align: bottom;
}

a.video:hover img {
    opacity: .5;
}

a.video i {
    position: absolute;
    font-size: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    text-align: center;
    z-index: 1000;
    color: #fff;
}

a.video:hover i {
    color: #20ABE2;
}

.panel-default .panel-heading a {
    color: #333;
    text-decoration: none;
}

footer.page {
    background-color: #333;
    color: #fff;
    /*    margin-top: 50px;*/
    padding: 25px 0;
}

/* collapse fix */

a.collapse {
    display: none !important;
}

a.collapse.in {
    display: block !important;
}

/* move logo on big screens */
@media (min-width: 1250px) {
    nav.navbar .logo {
        margin-left: -35px;
    }
}

.trailer {
    width: 100%;
    /*    position: absolute;*/
    max-height: 300px;
    overflow: hidden;
}

.trailer img {
    width: 100%;
}

.e-top {
    margin-top: 50px;
}

.e-top-double {
    margin-top: 100px;
}

#content .trailer {
    margin-top: -20px;
    margin-bottom: 50px;
    z-index: -2;
    background-color: #000;
    height: 300px;
    width: 100%;
    overflow: hidden;
}

#content .trailer img {
    width: 100%;

    /*    position: absolute;*/
    /*    margin-top: -70px;*/
    opacity: .8;
}

#content h1.on-image,
#content h1.off-image {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;

    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;

    /*-ms-word-break: break-all;*/
    /*word-break: break-all;*/
    /*word-break: break-word;*/

    /*overflow-wrap: break-word;*/

    /*-moz-hyphens: auto;*/
    /*-webkit-hyphens: auto;*/
    /*-ms-hyphens: auto;*/
    /*hyphens: auto;*/

}

#content h1.on-image {
    /*    background-color: #fff;*/
    /*    padding: 20px;*/
    color: #fff;
    /*    margin: 80px 0 80px 0;*/
    bottom: 70px;
    position: absolute;
    width: 100%;

}

img.promising-job-overview {
    max-width: 60px;
    margin: 10px 10px 0 0;
}

img.promising-job-detail.off-image {
    max-width: 100px;
    margin-top: 15px;
}

img.promising-job-detail.on-image {
    max-width: 130px;
    bottom: 0;
    position: absolute;
}

#content p.lead {
    margin-bottom: 40px;
}

.filter-job-item .thumbnail {
    background-color: #333;
}

.filter-job-item .thumbnail h3 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    padding-left: 4px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.filter-job-item .thumbnail a {
    color: #fff;
}

.filter-job-item .thumbnail .btn-block {
    margin-bottom: 0;
}

.panel-info-inverse {
    background-color: #333;
    color: #fff;
}

.btn-group.subnav a {
    padding: 15px 0 10px 0;
}

.btn-group.subnav i {
    padding-bottom: 10px;
}

/* interest selector */
/*
h4.select-interest {
    color: #fff;
    background-color: #e93b93;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 0px;
    margin-top: 1px;
}
*/
.select-interest {
    margin-top: 1px;
}

.interestselector {
    position: relative;
    border-top: 1px solid #e93b93;
    border-bottom: 1px solid #e93b93;
    overflow: hidden;
    display: none;
}

.interstcontainer {
    position: relative;
    left: 50px;
    height: 300px;
    width: 100000px;
    overflow: hidden;
}

.interestselector .item {
    position: relative;
    width: 250px;
    float: left;
    background-color: #e8e8e8;
    min-height: 300px;
    border-right: 1px #ccc solid;
}

.interestselector .item h3 {
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 99;
    background-color: #fff;
    font-size: 12px;
    padding: 4px 6px;
    display: inline;
    width: auto;
}

.interestselector .item img {
    /*    margin-top: -150px;*/
}

.interestselector .item.checked {
    background-color: #333;
}

.interestselector .item.checked img {
    /*    margin-top: 0px;*/
    opacity: .7;
}

.interestselector .item .icon {
    display: none;
}

.interestselector .item.checked .icon {
    display: block;
    z-index: 103;
    position: absolute;
    top: 135px;
    width: 100%;
}

.interestselector .item .desc {
    padding: 15px;
    font-size: .9em;
    color: #666;
}

.interestselector .nav {
    z-index: 101;
    /*    position: absolute;*/
    /*    top: 0;*/
}

.interestselector .nav .prev,
.interestselector .nav .next {
    position: absolute;
    top: 0;
    z-index: 102;
}

.interestselector .nav .prev {
    left: 0;
    border-right: 1px solid #999;
}

.interestselector .nav .next {
    border-left: 1px solid #999;
    right: 0;
}

.interestselector .nav a {
    font-size: 20px;
    padding-top: 135px;
    height: 300px;
    width: 50px;
    background-color: #e93b93;
    color: #fff;
}

.interestselector .nav a:hover {
    background-color: #333;
}

.interestselector .btn-leuk {
    position: absolute;
    bottom: 0;
}

/* page header */
.pageheader {
    background-color: #e93b93;
    text-align: center;
    padding: 40px 0;
    margin-bottom: 0px;
}

.pageheader h1 {
    color: #fff;
    /*    font-family: Georgia;*/
    margin-bottom: 20px;
}

.pageheader .btn-default {
    text-transform: uppercase;
    border: none;
}

.magenta {
    color: #e93b93;
}

.magenta-bg {
    background-color: #e93b93;
}

.nav-subject {
    margin-top: 1px;
}

.nav-subject li a {
    background-color: #e93b93;
    color: #fff;
    border: none;
    border-bottom: none;
}

.nav-subject li.active a {
    border: none !important;
    /*    background-color: #333;*/
}

.nav-subject li a:hover {
    background-color: #fff;
    color: #e93b93;
    border: none;
}

.nav-subject li.disabled a,
.nav-subject li.disabled a i.fa-circle {
    color: #ccc;
}

.info-item {
    margin-top: 20px;
    /*    border-left: 1px solid #e93b93;*/
    /*    margin-right: 15px;*/
    /*    padding-right: -0px;*/
}

.info-item header {
    /*    border-top: 1px solid #f00;*/
    /*    background-color: #f00;*/
    /*    margin-bottom: 15px;*/

}

.info-item header i {
    /*    float: right;*/
}

.info-item header h3 {
    /*    color: #fff;*/
    margin-top: 0px;
    margin-bottom: 10px;
}

.school-item {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 23px;
    text-align: center;
    min-height: 175px;
}

.school-item.hbo {
    border-color: #e93b93;
}

.school-item.mbo {
    border-color: #20ABE2;
}

@media (max-width: 480px) {
    .navbar-brand > img {
        width: 195px;
    }
}

.kansopicons img {
    background-color: #fff;
    padding: 5px;
}

h4.list-group-item-heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

/* 'Override school' bold subheaders (opleidingen, onderwijs, speciaal) */
.par-bold {
    font-weight: bold;
}

.progress-bar {
    /* color: #292929; */
}

.border-off {
    border: none;
}

#more-button {
    display: block;
}

#fb-button {
    max-width: 100%;
}

#fb-button a {
    display: block;
}

#further-button {
    display: block;
    max-width: 100%;
}

#further-button button {
    max-width: 100%;
}

@media (max-width: 440px) {
    .page-header h1 {
        width: 90%;
        font-size: 35px;
    }

    .page-header p {
        font-size: 25px;
    }

    .page-header {
        margin: 0 0 20px;
    }

    #interests-selector {
        margin-top: 0px;
    }

    .btn-lg {
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .btn-lg {
        font-size: 13px;
    }

    .page-header h1 {
        width: 90%;
        font-size: 30px;
    }

    .page-header p {
        font-size: 20px;
    }

    .page-header {
        margin: 0 0 20px;
    }

    #interests-selector {
        margin-top: 0px;
    }
}

@media (max-width: 300px) {
    .btn-lg {
        font-size: 10px;
    }

    .page-header h1 {
        width: 90%;
        font-size: 25px;
    }

    .page-header p {
        font-size: 17px;
    }

    .page-header {
        margin: 0 0 20px;
    }

    #interests-selector {
        margin-top: 0px;
    }
}

@media (max-width: 250px) {
    .btn-lg {
        font-size: 6px;
    }

    .page-header h1 {
        width: 90%;
        font-size: 18px;
    }

    .page-header p {
        font-size: 15px;
    }

    .page-header {
        margin: 0 0 20px;
    }

    #interests-selector {
        margin-top: 0px;
    }
}

.navbar-header {
    position: relative;
}

.logo-popup-wrapper {
    width: 100%;
    position: relative;
    height: 100%;
}

.navbar-popup-element {
    overflow: hidden;
    height: 0;
    position: absolute;
    bottom: 0;
    background-color: #333;
    left: -35px;
    padding-left: 35px;
}

.navbar-popup-element a {
    display: block;
    height: 38px;
    margin: 24px 14px;
}

.navbar-popup-element img {
    width: 100%;
}

#navbar-popup-trigger {

}

.internship-button {
    height: 309px;
    position: relative;
    overflow: hidden;
}

.internship-button-image {
    position: absolute;
    bottom: 0px;
    right: 30px;
    z-index: 0;
}

.internship-button-image img {
    height: 265px;
    width: auto;
}

.internship-button-header {
    min-height: 60px;
    background-color: #E93B93;
    text-transform: uppercase;
    color: #000000;
    padding: 5px 15px;
    font-size: 18px;
}

.internship-button-category {
    width: 100%;
    height: 49px;
    padding: 4px 15px;
    margin: 1px 0px;
    font-size: 28px;
}

.internship-button-category a {
    color: #000000;
    font-weight: bold;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", sans-serif;
    z-index: 1;
    position: relative;
    width: 100%;
    display: block;
    outline: 0;
}

.stageknop-icon {
    font-weight: 100;
    font-size: 17px;
    top: 0;
}

.internship-button-category a:hover, .internship-button-category a:active, .internship-button-category a:visited, .internship-button-category a:focus {
    text-decoration: none;
}

.row.contact-details {
    margin-top: 5px;
}

.category-1 {
    background-color: rgba(251, 204, 4, 1);
}

.category-2 {
    background-color: rgba(246, 160, 0, 1);
}

.category-3 {
    background-color: rgba(231, 65, 57, 1);
}

.category-4 {
    background-color: rgba(90, 87, 159, 1);
}

.category-5 {
    background-color: rgba(35, 108, 197, 1);
}

.black-text {
    font-weight: bold;
    color: #000000;
}

.white-text {
    font-weight: bold;
    color: #FFFFFF;
}

#intern-pagehead {
    color: white;
    background-color: #e93b93;
    text-align: center;
    padding: 20px 0;
    width: 800px;
    height: 175px;
    position: absolute;
    top: 160px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    -webkit-transition: width 300ms ease-in-out, height 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out, height 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out, height 300ms ease-in-out;
    transition: width 300ms ease-in-out, height 300ms ease-in-out;
    z-index: 1;
}

.article-share-buttons h3 {
    color: #20abe2;
    font-size: 16px;
    font-weight: bold;
}

.article-share-buttons > a {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.article-share-buttons > .facebook-icon {

}

.page-sub-title {
    margin: 0px;
    text-align: center;
}

.download-icon {
    position: absolute;
    top: 10px;
    right: 5px;
}

.download-icon > i {
    color: #20abe2;
}

.download-icon > i:hover {
    color: #20abe2;
}

.select2-container--default .select2-selection--single.select2-selection,
.dd-container .dd-select {
    border: 1px solid #fff;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single.select2-selection:hover,
.dd-container .dd-select:hover {
    border-color: #2a9dc7;
}

.dd-option {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 105%;
}

.dd-selected {
    color: black;
}

.select2-container--default .select2-selection--single.select2-selection:hover,
.dd-selected:hover {
    color: #fff;
    background-color: #2a9dc7;

    text-decoration: none;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single.select2-selection:hover span#select2-homestagekeyword-container {
    color: #fff;
}

.dd-selected-image {
    margin-top: 5px;
}

.dd-selected-text {
    text-align: left;
    line-height: 15px !important;
    margin-top: 10px;
    padding-left: 5px;
    width: 200px;
    height: 37px;
    display: table-cell;
    margin-bottom: 0 !important;
    padding-top: 3px;
    vertical-align: middle;
}

.dd-option-text {
    line-height: 20px !important;
    margin-left: 5px;
    width: 210px;
    padding-top: 9px;
}

.bg-dark {
    color: white;
    background-color: #333333;
    height: 170px;
}

.bg-dark button,
.bg-dark h3 {
    font-weight: bold;
}

.bg-dark input {
    padding: 5px;
    color: black;
}

.bg-dark button,
.bg-dark input {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    text-align: left;
}

.stage-chevron {
    width: 0;
    height: 0;
    position: absolute;
    right: 40px;
    top: 61%;
    margin-top: -3px;
    cursor: pointer;
}

.search-chevron-left {
    border: solid 5px transparent;
    border-left: solid 5px #000;
}

.search-chevron-bottom {
    border: solid 5px transparent;
    border-top: solid 5px #000;
}

.search-chevron-top {
    border: solid 5px transparent;
    border-bottom: solid 5px #000;
}

.search-chevron-right {
    border: solid 5px transparent;
    border-left: solid 5px #000;
}

.job-buttons {
    /*width: 180px;*/
    height: 40px
}

.plus-button {
    -webkit-text-stroke: 1px #1A9CC9;
    float: right;
}

.job-circle img,
img.domain-icon {
    max-width: 32px;
}

.other-jobs-header {
    background-color: #e93b93;
    padding: 10px;
    font-size: 20px;
    color: white;
    margin-top: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.job-circle.domain-icon {
    width: 90px;
    height: 90px;
    float: right;
    margin-right: 20px;
    margin-top: -28px;
    border: 4px #e93b93 solid !important;
    color: black;
}

.job-circle.domain-icon img {
    width: 40px;
    margin: 22px 0 0 22px;
}

.info-item.summary {
    margin-top: 0 !important;
}

.job-detail-img {
    width: 100%;
    position: relative;
    height: auto;
    margin-top: 20px;
}

button.btn.btn-primary.more-info-job {
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    padding: 10px;
    margin-top: 20px;
}

.related-jobs {
    width: 50%;
    float: left;
}

.related-jobs.right {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.related-jobs h3 {
    color: #1A9CC9;
    padding: 10px 0 0 15px !important;
    font-weight: bold;
}

.detail-job-button {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 0;
}

.detail-job-button:last-child {
    margin-bottom: 0;
}

button.btn.btn-primary.more-jobs {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    padding: 10px;
    margin-top: 20px;
}

button.btn.btn-primary.more-programs {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    padding: 10px;
    margin: 20px auto;
}

.home-buttons ul {
    text-align: left;
    list-style: none;
    margin-left: -30px
}

.home-buttons ul li {
    margin-bottom: 5px;
}

.home-buttons {
    text-decoration: none;
}

.home-buttons:hover {
    text-decoration: none;
    background-color: #e62084;
    color: #fff;
}

.home-buttons ul li h4:after {
    content: '\f0da';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    float: right;
    margin-right: 25px;

}

#ddimg {
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
    text-align: left;
    height: 45px;
}

#new-header {
    width: 100%;
    height: 600px;
    margin-top: -20px;
}

#new-header .row {
    margin-top: 150px;
}

#ddcircle {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    float: left;
    background-color: #828282;
    margin-right: 10px;
}

#ddcircle-text {
    margin-top: 1px;
    padding: 1px 4px;
}

#searchIntern {
    padding-top: 1px;
}

#pageheader-job {
    background-color: #e93b93;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 0;
    margin-top: -19px;
    color: white;
}

.job-circle {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: white;
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
}

.filter-button .job-circle img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

.filter-button {
    -webkit-animation: facebuttonout 0.5s; /* Safari 4+ */
    -moz-animation: facebuttonout 0.5s; /* Fx 5+ */
    -o-animation: facebuttonout 0.5s; /* Opera 12+ */
    animation: facebuttonout 0.5s; /* IE 10+, Fx 29+ */
    opacity: 0.5;
}

.filter-button.active {
    -webkit-animation: facebuttonin 0.5s; /* Safari 4+ */
    -moz-animation: facebuttonin 0.5s; /* Fx 5+ */
    -o-animation: facebuttonin 0.5s; /* Opera 12+ */
    animation: facebuttonin 0.5s; /* IE 10+, Fx 29+ */
    opacity: 1;
}

@-webkit-keyframes facebuttonout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@-moz-keyframes facebuttonout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@-o-keyframes facebuttonout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes facebuttonout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes facebuttonin {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes facebuttonin {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes facebuttonin {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes facebuttonin {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.filter-button.active .job-circle img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
}

.filter-button .job-desc {
    opacity: 0.5;
}

.filter-button.active .job-desc {
    opacity: 1;
}

#pageheader-job .row {
    margin-top: 10px;
}

.job-desc {
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    margin-left: -10px;
}

.job-holder {
    height: 250px;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.job-holder:hover {
    text-decoration: none;
}

.job-title {
    width: 100%;
    font-size: 20px;
    color: white;
    font-weight: bold;
    background-color: rgba(41, 41, 41, 0.9);
    padding: 5px 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    position: absolute;
    bottom: 0;
    overflow-y: hidden
}

.job-intro {
    color: white;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
}

.filters-button-group button {
    background: #E93B93;
    border: none;
    width: 100%;
}

.filter-button {
    display: flex;
    align-items: center;
    opacity: 0.5;
}

.grid-item {
    margin: 10px 0;
}

.intern-modal-details {
    margin-top: 10%;
}

.modal-dialog {
    margin-top: 7%;
}

.modal-content {
    color: grey;
}

.modal-header {
    border: none;
    padding: 30px;
}

.modal-body {
    padding: 0 30px 30px 30px;
}

.intern-modal-details h5 {
    color: grey;
}

.intern-modal-details .row {
    border-bottom: 1px lightgrey solid;
}

.intern-map {
    width: 100%;
    height: 500px;
}

.intern-more-info,
.intern-label,
.modal-title {
    color: black;
}

.modal-footer {
    background-color: #dedede;
    text-align: left;
}

.modal-footer .col-xs-4 {
    padding-right: 0;
}

#intern-search {
    cursor: pointer;
}

#intern-search.collapsed,
#intern-search-form.collapsed {
    display: none;
}

.input-group .form-group:first-child {
    margin-right: 5%;
}

.input-group .form-group:last-child {
    margin-left: 5%;
}

#internship-search .input-group {
    width: 600px;
    margin-left: -65px;
}

.dd-options li {
    width: calc(300px - 34px);
}

#intern-map {
    margin-top: -20px;
    margin-bottom: -50px;
}

#further-button .btn,
#more-button .btn {
    /*width: 190px;*/
}

#further-button .btn {
    background-color: #e93b93;
    border-color: #e93b93;
    margin: 0 13px;
}

.header-column {
    min-height: 550px;
}

.header-column .adjust {
    padding-top: 130px;
}

.header-column.category {
    margin-top: 2em;

}

#new-header {
    background-color: #20ABE2;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 550px;
}

#new-header .new-header-img {
    filter: grayscale(100%) contrast(2);
    mix-blend-mode: multiply;
    width: 100%;
    position: absolute;
}

.extratop.home-buttons {
    margin-top: 50%;
}

.home-buttons {
    /*margin-top: 50%;*/
    background-color: #e93b93;
    color: white;
    padding: 5px;
    width: 100%;
    height: auto;
    position: relative;
    text-align: left;
    display: block;
}

.home-buttons h5 {
    font-weight: bold;
    margin-left: 10px;
}

.home-buttons h4 {
    color: #000;
}

.mbo-chevron {
    left: 39%;
}

.hbo-chevron {
    right: 18%;
}

.hbo-chevron,
.mbo-chevron {
    width: 0;
    height: 0;
    position: absolute;
    margin-top: 5px;
    cursor: pointer;
}

.job-button-mbo {
    background-color: white;
    border: 1px white;
    border-radius: 3px;
    color: #000;
    height: 45px;
    width: 100px;
    margin-right: 40px !important;
}

.job-button-hbo {
    background-color: white;
    border: 1px white;
    border-radius: 3px;
    color: #000;
    height: 45px;
    width: 100px;
}

span#select2-homestagekeyword-container {
    text-align: left;
    font-weight: bold;
    color: black;
    margin-top: 7px;
}

li[id^='select2-homestagekeyword-result-'] {
    font-weight: bold;
    border-bottom: solid 1px #ddd;
    padding: 15px;
}

li[id^='select2-homestagekeyword-result-']:first-child,
span.select2-selection__arrow {
    display: none;
}

span.select2-selection.select2-selection--single {
    height: 45px;
}

span.select2.select2-container.select2-container--default,
#homestagekeyword {
    height: 45px !important;
    width: 90% !important;
    margin-top: 23px;
    border-radius: 3px;
    border: 1px;
    color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '' !important;
}

.submenu {
    position: absolute;
    right: 0;
    /*width: 400px;*/
}

.submenu span {
    margin-left: 5px;
}

.submenu span a {
    color: white;
    font-size: 12px;
}

.select2-container--default .select2-results > .select2-results__options {
    overflow-x: hidden;
}

.job-switch-button {
    font-size: 17px;
    font-weight: bold;
    padding: 25px;
}

@media (max-width: 1200px) {
    .job-desc {
        margin-left: 0;
    }

    #ddimg,
    .home-buttons,
    .dd-select {
        width: 100% !important;
    }

    .home-buttons {
        margin-top: 175px;
    }

    .logo-popup-wrapper {
        display: none;
    }

    .navbar-popup-element {
        display: none;
    }

    .navbar-popup-element a {
        display: none
    }

    .navigation-item-list {
        margin-right: -40px;
    }

    .internship-button {
        height: 260px !important;
    }

    .internship-button-image {
        position: absolute;
        bottom: 0px;
        right: 12px;
        z-index: 0;
    }

    .internship-button-image img {
        height: 200px;
        width: auto;
    }

    .internship-button-category {
        width: 100%;
        height: 39px;
        padding: 2px 15px;
        margin: 1px 0px;
        font-size: 24px;
    }

    .modal-dialog {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 992px) {
    .dd-options li,
    .dd-options {
        width: 100% !important;
    }

    .dd-option {
        display: block !important;
    }

    .job-desc {
        /*display: none;*/
    }

    .job-button {
        font-size: 12px;
    }

    .navigation-item-list {
        margin-right: -60px;
    }

    .navbar-header {
        position: inherit;
    }
}

@media (max-width: 991px) {
    .close {
        color: #000;
        font-size: 1.5em;
        opacity: 1;
    }

    #ddcircle-text {
        font-size: 12px;
    }

    .dd-selected-text {
        font-size: 12px;
        width: 90px;
    }

    #search-job {
        top: -2px;
    }

    .dd-selected-image {
        max-width: 32px;
        width: 32px;
    }

    .job-intro {
        font-size: 12px;
    }

    .job-title {
        font-size: 15px;
    }

    .internship-button {
        height: 260px !important;
    }

    .internship-button {
        height: 299px !important;
    }

    .internship-button-category {
        width: 100%;
        height: 47px;
        padding: 2px 15px;
        margin: 1px 0px;
        font-size: 24px;
    }

    .internship-button-image {
        position: absolute;
        bottom: 0px;
        right: 18px;
        z-index: 0;
    }

    .internship-button-image img {
        height: 250px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .job-holder {
        background-size: cover !important;
        height: 210px;
    }

    .choose-domain {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }

    .choose-domain.bottom {
        padding-top: 5px;
        margin-top: 0px;
    }

    .choose-domain i {
        float: right;
    }

    .filter-button {
        color: #fff;
        padding: 12px 0;
    }

    .job-desc {
        font-weight: normal;
    }

    #content h1.on-image, #content h1.off-image {
        font-size: 20px;
    }

    #content h1.on-image {
        /*margin-top: 75px;*/
        position: relative;
        color: #000;
        bottom: 0;
    }

    img.promising-job-detail.on-image {
        max-width: 50px;
        margin-top: 10px;
        position: relative;
    }

    .trailer {
        display: none;
    }

    .program-item .panel.panel-default {
        width: 350px;
    }

    #bs-example-navbar-collapse-1 {
        background-color: #333;
    }

    #job-intern-map {
        width: 95% !important;
        margin: 0 auto;
    }

    #new-header {
        height: 100%;
    }

    .navbar-static-top {
        height: 100px;
        margin-bottom: 0;
    }

    .home-buttons {
        width: 100%;
        margin-top: 175px;
    }

    .hbo-chevron {
        right: 32%;
    }

    .stage-chevron {
        right: 60px;
    }

    .ik-zoek {
        margin-bottom: 10px;
    }

    #new-header .row {
        margin-top: 25px;
        text-align: center;
    }

    #internship-search .input-group {
        width: 100%;
        margin-left: 0;
    }

    #intern-fulltitle {
        display: none;
    }

    #internship-search {
        width: 100%;
    }

    #intern-pagehead {
        width: auto !important;
        height: 100%;
        margin: 0 -15px;
        position: relative;
        top: 0;
        padding: 1px 20px 20px 20px;
        width: 100%;
    }

    .search_input,
    .search_optional {
        float: left;
        width: 49%;
        margin-left: 0;
        margin-right: 0;
    }

    .search_submit {
        float: right;
        width: 49%;
        margin-left: 0;
        margin-right: 0;
        position: absolute;
        top: 0;
        right: 0;
    }

    .input-group .form-group:last-child {
        margin-left: 0;
    }

    .input-group .form-group:first-child {
        margin-right: 0;
    }

    .search_optional {
        width: 100%;
        margin-bottom: 0;
    }

    #intern-fulltitle {
        font-size: 28px;
    }

    .search-container {
        width: 100%;
    }

    .internship-button {
        height: 309px !important;
        margin-bottom: 20px;
    }

    .internship-button-category {
        height: 49px;
        padding: 4px 15px;
        margin: 1px 0px;
        font-size: 28px;
    }
}

@media (max-width: 622px) {
    .job-holder {
        height: 180px;
    }
}

@media (max-width: 360px) {
    .internship-button-image img {
        height: 200px;
    }

    .job-holder {
        height: 130px;
    }

    .job-title {
        bottom: 0px;
    }
}

/*

.internship-button-image-wrapper {
    opacity: 0.4;
    height: 100%;
}

.internship-button > h3 {
    color: #ffffff;
    font-size: 33px;
    font-weight: 500;
    left: 40px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 100px;
    width: 80%;
    height: 100%;
    opacity: 1;
    z-index: 2;
}

.internship-button img {
    width: 100%;
    height: 100%;
}

.internship-button-options {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    opacity: 1;
    background-color: #EC3092;
    padding: 10px 15px;
    z-index: 3;
}

.internship-button-options a {
    color: #FFFFFF;
    position: relative;
    display: block;
    font-size: 21px;
    padding: 3px 0;
}

.internship-button-options a:hover {
    text-decoration: none;
    color: #333333;
}

.internship-button-options h3 {
    margin: 0px 0px 10px 0px;
    font-size: 21px;
    text-transform: uppercase;
}

.internship-right-header {
    background-color: #EC3092;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 30px;
}

.internship-right-pages {
    border: 1px solid #20abe2;
    margin-bottom: 30px;
    font-weight: bold;
}

.internship-right-pages a {
    display: block;
    color: #333333;
    padding: 5px 15px;
    font-weight: bold;
}

.internship-right-pages-title {
    background-color: #20abe2;
    color: #FFFFFF;
    padding: 10px 15px;
    margin-bottom: 0px;
    font-weight: bold;
}

ul.internshipbutton-list {
    padding-left: 0px;
    margin-left: -40px;
}

ul.internshipbutton-list li {
    background: rgba(0, 0, 0, 0) url("../img/bullet.png") no-repeat scroll -5px 0;
    list-style: outside none none;
    margin: 0 0 15px 0;
    padding: 0px 0 0px 40px;
    min-height: 30px;
}

ul.internshipbutton-list li strong {
    font-size: 18px;
}
*/


/***** ISK *****/

@font-face {
    font-family: 'VAG Rounded Std';
    src: url('../font/VAGRoundedStd-Light.eot');
    src: url('../font/VAGRoundedStd-Light.eot?#iefix') format('embedded-opentype'),
    url('../font/VAGRoundedStd-Light.woff2') format('woff2'),
    url('../font/VAGRoundedStd-Light.woff') format('woff'),
    url('../font/VAGRoundedStd-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'VAG Rounded Std';
    src: url('../font/VAGRoundedStd-Bold.eot');
    src: url('../font/VAGRoundedStd-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/VAGRoundedStd-Bold.woff2') format('woff2'),
    url('../font/VAGRoundedStd-Bold.woff') format('woff'),
    url('../font/VAGRoundedStd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


.isk-modal .modal-header {
    background-color: #DF6F2D;
    height: 50px;
    padding: 15px 0px 15px 25px;
}

.isk-modal.vmbo2-modal .modal-header {
    background-color: #5EB566;;
}

.isk-modal.vmbo4-modal .modal-header {
    background-color: #008b97;
}

.isk-modal {
    font-family: 'VAG Rounded Std' !important;
    font-weight: 300;
    font-style: normal;
}

.isk-modal p {
    margin-bottom: 15px;
}

.isk-icon-wrapper {
    min-height: 165px !important;
}

.isk-icon {
    margin-bottom: 0px !important;
}

.isk-box-title-wrapper {
    width: 100%;
    padding: 22px 14px;
}

.vmbo-box-title-wrapper {
    background-image: url('/assets/img/vmbo2/cijferhouder.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.vmbo4-box-title-wrapper {
    background-image: url('/assets/img/vmbo4/cijferhouder.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.isk-box-title-table {
    width: 100%;
    display: table;
}

.isk-box-title {
    color: #FFFFFF;
    height: 110px;
    padding: 20px 10px 0px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
    vertical-align: middle;
    display: table-cell;
    font-size: 21px;
    font-family: "VAG Rounded Std";
    letter-spacing: 0.03em;
}

.isk-box-title.vmbo-box-title {
    height: 70px;
    padding: 0px 10px;
}

.isk-modal-link:hover {
    text-decoration: none;
}

.isk-assignment-box {
    padding: 0px !important;
    border-radius: 4px;
    overflow: hidden;
    min-height: 318px !important;
}

.isk-assignment-box.vmbo-assignment-box {
    min-height: 290px !important;
}

.isk-color-1 {
    background-color: #8363AB;
}

.isk-color-2 {
    background-color: #01978B;
}

.isk-color-3 {
    background-color: #8B5E3B;
}

.isk-color-4 {
    background-color: #EF4036;
}

.isk-color-5 {
    background-color: #F37B90;
}

.isk-color-6 {
    background-color: #C49A6C;
}

.isk-color-7 {
    background-color: #3D86C6;
}

.isk-color-8 {
    background-color: #624099;
}

.isk-color-9 {
    background-color: #C92031;
}

.isk-assignment-counter {
    position: absolute;
    display: inline-block;
    left: -30px;
    top: 19px;
    background-color: #0067AC;
    border-radius: 15px;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 8px;
    width: 24px;
    height: 24px;
}

.isk-assignment-counter-1 {
    padding: 2px 9px;
}

.isk-modal .modal-title {
    color: #FFFFFF;
    width: 80%;
    float: left;
    letter-spacing: 0.03em;
}

.isk-modal.vmbo2-modal .modal-title, .isk-modal.vmbo4-modal .modal-title {
    letter-spacing: 0.00em;
}

.isk-modal strong {
    letter-spacing: 0.03em;
}

.isk-modal .modal-sub-header .modal-sub-title {
    left: 15px;
}

.isk-modal .modal-content {
    color: #000000;
}

.isk-modal .close {
    float: right;
    margin-top: 0px;
    margin-right: 20px;
    color: #ffffff;
    opacity: 1;
    font-size: 16px;
}

.page-category-block {
    margin-bottom: 30px;
}

.close-button {
    position: absolute;
    right: 0px;
    font-weight: 300;
    border: 1px solid #ffffff !important;
    padding: 2px 6px !important;
    top: 6px;
    font-size: 18px;
    letter-spacing: 0.03em;
}

.underline {
    text-decoration: underline;
}

.isk-modal .modal-sub-header {
    background: url(../img/isk/header.png) right no-repeat;
    height: 132px;
    background-position: center;
    background-size: 100%;
    margin-top: 2px;
    margin-bottom: 0px;
}

.isk-modal.vmbo2-modal .modal-sub-header {
    background: url(../img/vmbo2/header.png) right no-repeat;
    background-size: 100% auto;
}

.isk-modal.vmbo4-modal .modal-sub-header {
    background: url(../img/vmbo4/header.png) right no-repeat;
    background-size: 100% auto;
}

.isk-modal .question-title {
    margin-left: 10px;
    font-size: 20px;
    margin-top: 12px;
    width: 100%;
}

.isk-modal .question-title h3 {
    font-size: 30px;
    line-height: 38px;
}

.isk-modal h3:first-child {
    margin-top: 5px;
}

.isk-modal .modal-content-wrapper {
    padding: 0px 60px 25px 85px;
}

.isk-modal .modal-content-wrapper h3 {
    color: #0067AC;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.isk-header {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 5px;
}

.isk-header img {
    width: 100%;
}

.isk-assignment-wrapper {
    position: relative;
}

.isk-assignment-wrapper h3 {
    margin-bottom: 20px
}

.isk-list {
    list-style: none;
    padding-left: 0px;
}

.isk-list li {
    margin-bottom: 3px;
    font-style: italic;
}

.isk-list-icon {
    margin-right: 10px;
    width: 20px;
}

.isk-link {
    display: flex;
    margin-bottom: 20px;
}

.isk-link-icon-wrapper, .isk-link-text-wrapper {
    display: inline-block;
}

.isk-link-text-wrapper {
    padding-top: 4px;
}

.isk-link-icon {
    width: 25px;
    margin-right: 10px;
}

.isk-print-worksheet-wrapper {
    margin-top: 20px;
}

.isk-print-worksheet {
    background-color: #0067AC;
    border-radius: 6px;
    color: #ffffff;
    padding: 4px 10px;
    text-decoration: underline;
}

.isk-print-worksheet:hover {
    text-decoration: none;
    color: #000000;
}

.isk-print-worksheet-example-wrappper {
    margin-top: 20px;
    padding: 4px;
    border: 1px solid #000000;
    width: 40%;
}

.isk-print-worksheet-example {
    display: block;
    width: 100%;
}

.isk-print-worksheet-example img {
    width: 100%;
}


.isk-introduction p {
    margin-bottom: 30px;
}

.isk-list-regular {
    padding-left: 15px;
    list-style: disc;
}

.isk-list-regular li {
    padding-left: 8px;
    margin-bottom: 4px;
}

.content-label, .content-label-2 {
    padding: 0px 6px;
    margin: 0px 8px 0px 0px;
    background-color: #00aeef;
    color: #ffffff;
    font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}

.content-label-2 {
    background-color: #ec008c;
}

.arrow-icon {
    width: 15px;
    margin-right: 8px;
}

.modal-isk-footer {
    height: 38px;
    background-image: url('../img/isk/footer.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.modal-vmbo2-footer {
    background-image: url('../img/vmbo2/footer.png');
    background-color: #5EB566;;
}

.modal-vmbo4-footer {
    background-image: url('../img/vmbo4/footer.png');
    background-color: #008b97;
}

.isk-list-numbered {
    list-style: decimal;
    padding-left: 15px;
}

.isk-list-numbered li {
    padding-left: 6px;
}

.isk-list-arrow {
    list-style: none;
    padding-left: 15px;
}

.isk-list-arrow li {
    position: relative;
    padding-left: 7px;
}

.isk-list-arrow-icon {
    position: absolute;
    width: 15px;
    left: -15px;
    top: 4px;
}

.document-link {
    margin-top: 35px;
}

.vmbo-button {
    color: #FFFFFF;
    background-color: #00539f;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    font-family: "VAG Rounded Std";
    display: block;
    margin-bottom: 35px;
    font-size: 18px;
}

.yellow-button {
    background-color: #f8c63f;
}

.orange-button {
    background-color: #f99e1c;
}

.vmbo2-modal .isk-link-text-wrapper, .vmbo4-modal .isk-link-text-wrapper {
    padding-top: 1px;
    text-decoration: underline;
}

.skills-modal .modal-header.stronger button {
    margin-top: -32px !important;
    color: #FFFFFF;
}

.skills-modal .modal-header.stronger button span {
    color: #FFFFFF !important;
}

.skills-modal .modal-content {
    padding: 45px;
}

.skills-modal .modal-content .question_part_label p {
    color: #0054a5;
    font-weight: bold;
}

.skills-modal .question_part_label.intro p {
    position: relative;
}

.skills-modal .question_part_label.intro .skills-arrow {
    /* position: absolute; */
    top: 6px;
    left: 2px;
}

h4.modal-title.stronger.studievaardigheden,
h4.modal-title.stronger.studiekeuze {
    font-size: 28px;
}

.blue-border {
    border: 1px solid #00adef;
    padding: 25px;
    width: 100%;
}

.mbosk,
.hbosk {
    margin-left: 25px !important;
    font-size: 40px !important;
    margin-top: 15px !important;
}

.mbosk {
    color: #0054A5;
}

.container:not(.hbocv) .question_part_content_item{
    margin-bottom: 40px;
}

.container:not(.hbocv) .question_part_content p:not(.tip) {
    font-weight:bold!important;
}

.skills-arrow-relative {
    position: relative !important;
    top: 0 !important;
}

.bold_text {
    font-weight: bold;
}

.skills-modal .skills-modal-header-top {
    z-index: 10;
    position: relative;
}

.skills-modal .modal-sub-title {
    z-index: 10;
}

.skills-modal .modal-header.stronger {
    background-color: #0054a5;
    padding: 10px 30px 10px 15px;
}

.skills-modal-header {
    margin: -35px auto !important;
    z-index: 1;
}

.skills-modal .modal-footer.stronger {
    background-image: none;
    background-color: #FFFFFF;
    border-top: 1px solid #0054a5;
}

.skills-modal h4.modal-title.stronger,
.skills-modal .modal-sub-title h1,
.skills-modal .modal-sub-header.stronger h1,
.skills-modal .modal-body.stronger h3,
.skills-modal .modal-sub-title h4.modal-title.stronger,
.skills-modal div.skills-modal,
.skills-modal .question_part_number {
    font-family: "VAG Rounded Std", sans-serif;
    letter-spacing: 0.03em;
}

.skills-modal .modal-body.stronger p div,
.skills-modal .modal-body.stronger p {
    font-size: 16px;
}

.skills-modal .save-assignment-button {
    border: 2px solid #0054a5;
    background-color: #FFFFFF;
    color: #0054a5;
    position: absolute;
    right: -50px;
    bottom: -20px;
    text-decoration: none !important;
    text-transform: capitalize;
    font-weight: bold;
}

.skills-modal .question_part_content {
    padding-bottom: 10px;
}

.question_part_content_item p a {
    font-weight: normal;
}

.introquestions_intro {
    margin-bottom: 30px;
}

.question_part_content_item ul, .question_part_content_item ol {
    color: #000000;
}

.question_number {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: block;
    border: 2px solid #0054a5;
    text-align: center;
    font-weight: bold;
    color: #0054a5;
    font-size: 22px;
    padding-top: 16px;
}

.question_number.active {
    background-color: #0054a5;
    color: #FFFFFF;
}

.question_number.dotted_border {
    border-style: dotted;
}

.skills-modal .question_part_number {
    position: absolute;
    left: -82px;
    top: 30px;
    font-size: 24px;
    padding-top: 14px;
}

.skills-modal .question_header_line {
    display: block;
    float: left;
    width: 100%;
    color: #0054a5;
    border-bottom: 2px solid #0054a5;
    font-family: "VAG Rounded Std";
    padding-bottom: 5px;
}

.assignment-box-skills {
    min-height: 190px !important;
}

.intro.question_part_label p {
    /*padding-left: 25px;*/
}

.question_part_label {
    margin-bottom: 10px;
    font-family: "VAG Rounded Std";
    position: relative;
}

.skills-modal .question_part_header {
    margin-top: 50px;
}

.question_part_header_title {
    position: relative;
    font-family: "VAG Rounded Std";
    padding-top: 24px;
}

.question_part_header_title h3 {
    float: left;
    margin-top: 25px !important;
    margin-bottom: 40px !important;
}

@media (min-width: 768px) {
    .skills-modal .modal-body.stronger {
        width: 90%;
        padding-left: 50px !important;
    }
}

.skills-youtube-icon {
    width: 30px;
    margin-right: 10px;
}

.skills-modal .introquestion_content {
    color: #333;
}

.skills-modal img {
    max-width: 100%;
}

.skills-youtube-link:visited,
.skills-youtube-link {
    color: #ef4123 !important;
    display: inline-block;
    margin-right: 20px;
    font-family: "VAG Rounded Std";
    font-weight: bold !important;
    font-size: 16px;
}

.introquestion {
    padding: 15px;
    min-height: 250px;
}

.introquestion_title {
    color: #0054a5 !important;
    font-weight: bold;
    margin-bottom: 30px;
}

.introquestion_wrapper {
    min-height: 260px;
    margin-bottom: 25px
}

.introquestion_inner_wrapper.color_1 {
    background-color: #fbcfd2;
}

.introquestion_inner_wrapper.color_2 {
    background-color: #c7eafb;
}

.introquestion_inner_wrapper.color_3 {
    background-color: #eaf4e0;
}

.question_group_label {
    vertical-align: top;
    width: 10%;
}

.question_group_textarea {
    border: none;
    background-color: #dcf2fd;
    width: 89%;
    min-height: 100px;
    padding: 5px;
}

.skills-arrow {
    width: 14px;
    margin-right: 8px;
    margin-top: -2px;
}

.nomargin {
    margin: 0px;
}

.ml15 {
    margin-left: 15px;
}

.question_part_navigation_title {
    color: #0054a5;
    font-family: "VAG Rounded Std";
    width: 80%;
    margin: 0px auto;
    margin-top: 0px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 22px;
}

.question_part_navigation_title .skills-arrow {
    margin-right: 2px;
}

.checklist-body {
    padding-left: 40px;
}
.hbocv_checklist-body {
    padding: 0 15px!important;
}

.checklist-body ul li {
    color: grey;
}

.checklist-long-body {
    padding-left: 15px;
}

.checklist-flat-body {
    padding-left: 15px;
}

.checklist-body .form-group input {
    vertical-align: top;
}

.skills-checklist-checkbox {
    border: 1px solid #00b9f1;
    margin-right: 5px !important;
}

.skills-checklist-label {
    width: 95%;
    border-bottom: 1px solid #00b9f1;
    font-weight: normal;
}

div.checklist-long {
    width: 30%;
    display: inline-block;
}

/* The container */
.checklist-long {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checklist-long input.checklist-long-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checklist-long input::placeholder {
    color: #000000;
    opacity: 1;
}

.checklist-long .checklist_long_text {
    border: none;
    background-color: transparent;
    height: 20px;
}

.checklist-long label {
    margin-top: 3px;
    margin-bottom: 2px;
    color: #000000;
    width: 100%;
    font-weight: normal;
}


/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #FFFFFF;
    border: 2px solid #adce6d;
}

.skills-hbocv-textarea {
    overflow: hidden!important;
    min-height: 110px!important;
}

/* select every 4th checkbox beginning at the first box and change the color to green */
.checking:nth-child(4n-7) > label > .checkmark {
    border-color: #7ecaae;
}

.checking:nth-child(4n-7) {
    background-color: #e0ecca;
}

/* select every 4th checkbox beginning at the second box and change the color to red */
.checking:nth-child(4n-6) > label > .checkmark {
    border-color: #eb9ba8;
}

.checking:nth-child(4n-6) {
    background-color: #fad6db;
}

/* select every 4th checkbox beginning at the third box and change the color to blue */
.checking:nth-child(4n-5) > label > .checkmark {
    border-color: #25a2db;
}

.checking:nth-child(4n-5) {
    background-color: #d4edfe;
}

/* select every 4th checkbox beginning at the fourth box and change the color to blue */
.checking:nth-child(4n-4) > label > .checkmark {
    border-color: #f8d741;
}

.checking:nth-child(4n-4) {
    background-color: #fff8bb;
}

/* On mouse-over, add a grey background color */
.checklist-long:hover input ~ .checkmark {
    background-color: #dcf2fd;
}

/* When the checkbox is checked, add a blue background */
.checklist-long input:checked ~ .checkmark {
    background-color: #adce6d;
}

.checking:nth-child(4n-7) input:checked ~ .checkmark {
    background-color: #7ecaae;
}

.checking:nth-child(4n-6) input:checked ~ .checkmark {
    background-color: #eb9ba8;
}

.checking:nth-child(4n-5) input:checked ~ .checkmark {
    background-color: #25a2db;
}

.checking:nth-child(4n-4) input:checked ~ .checkmark {
    background-color: #f8d741;
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checklist-long input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checklist-long .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checklist-flat label {
    border-bottom: 1px solid #00b9f1;
    color: #000000;
    font-weight: normal;
}

.hbocv_checklist-body .checklist-flat label {
    border: none;
}

/* The container */
.checklist-flat {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checklist-flat input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark-flat {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 3px;
    height: 15px;
    width: 15px;
    /*background-color: #eee;*/
    border: 1px solid #00b9f1;
}

/* On mouse-over, add a grey background color */
.checklist-flat:hover input ~ .checkmark-flat {
    cursor: pointer;
    background-color: #DCF2FD;
}
.checklist-flat:hover input.colour2 ~ .checkmark-flat {
    background-color: #ff9bbe !important;
}
.checklist-flat:hover input.colour3 ~ .checkmark-flat {
    background-color: #f7ae6c !important;
}

/* When the checkbox is checked, add a blue background */
.checklist-flat input:checked ~ .checkmark-flat {
    background-color: #00b9f1;
}

.checklist-flat input.colour2:checked ~ .checkmark-flat {
    background-color: #ee3e6f!important;
}

.checklist-flat input.colour3:checked ~ .checkmark-flat {
    background-color: #f78e1e!important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-flat:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checklist-flat input:checked ~ .checkmark-flat:after {
    display: block;
}

/* Style the checkmark/indicator */
.checklist-flat .checkmark-flat:after {
    left: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.height-max-05 {
    max-height: 400px;
    width: auto;
}

.height-max-03 {
    max-height: 300px;
    width: auto;
}

.into-textarea {
    background-image: url("/assets/img/skills/into.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    border: none;
    min-width: 800px;
    min-height: 500px;
}

.back-textarea {
    background-image: url("/assets/img/skills/back.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    border: none;
    min-width: 800px;
    min-height: 500px;
}

.skills-modal .question_group_label {
    font-weight: normal;
    padding-right: 16px;
    text-align: right;
    color: #0054a5;
}

.skills-textarea{
    border: none;
    background-color: #dcf2fd;
    width: 100%;
    min-height: 250px;
    padding: 5px;
}

.skills-hbocv-textarea {
    border: none;
    background-color: #dcf2fd;
    width: 100%;
    display:block;
    /*min-height: 40px;*/
    /*max-height: 250px;*/
    overflow-x: hidden !important;
    padding: 5px;
}

.hbocv .question_part_content_item:first-of-type {
    margin-top: 115px;
}

.skills-modal .modal-dialog.stronger {
    width: 1040px;
}

.question_group_label_indent {
    color: #0054a5;
    font-weight: bold;
    font-size: 16px;
}

.question_part_navigation_wrapper {
    border-bottom: 1px solid #0054a5;
    padding: 15px 0 30px;
    cursor: pointer;
}

.question_part_navigation_item {
    width: 19%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.smaller {
    width: 16%;
}

.question_part_navigation_number {
    margin: 0 auto;
}

.modal-backdrop.fade.in {

}

.question_part_navigation_center {
    position: relative;
    text-align: center;
    display: block;
}

.skills-star-wrapper {
    background-color: #fffac8;
    background-clip: content-box;
}

.skills-star-wrapper div {
    padding: 10px 15px;

}

.skills-star-wrapper .skills-star-image-wrapper {

}

.skills-star-content-wrapper p {
    font-weight: normal !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
}

.skills-star-content-wrapper ol {
    padding-left: 15px;
    font-size: 14px;
}

.skills-label {
    color: #000000;
}

.question_part_content_item ol, .question_part_content_item ul {
    padding-left: 15px;
}

.double_textarea_wrapper label {
    font-size: 16px;
    font-family: "VAG Rounded Std", sans-serif;
    margin-bottom: 10px;
}

.double_textarea {
    min-height: 300px;
    width: 100%;
}

.skills-modal .modal-dialog.stronger {
    margin-top: 100px;
}

.skills-quote {
    color: red;
    font-style: italic;
}

.skills-normal-font {
    font-weight: normal !important;
}

.introquestions_wrapper {
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.introquestion_inner_wrapper {
    padding-bottom: 300px;
    margin-bottom: -300px;
}

.question_group_textarea.biglabel {
    width: 75%;
}

.question_group_label.biglabel {
    width: 24%;
    text-align: left;
}

.skills-image-more-info {
    text-align: center;
}

.skills-image-more-info a {
    color: #0054a5;
    text-decoration: underline;
}

@media (min-width: 768px) {
     .hbocv .red-intro {
        background-color: #fbcfd1;
        color: black;
        width: 600px;
        font-size: 17px;
        padding: 50px 50px 50px 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .hbocv .red-intro {
        color: black;
        font-size: 17px;
        padding: 5px;
        margin-bottom: 30px;
    }
}

.container:not(.hbocv) .red-intro {
    background-color: #fbcfd1;
    color: black;
    width: 500px;
    font-size: 16px;
    padding: 40px;
}

.spacing-bottom {
    margin-bottom: 60px;
}

.hbostudiekeuze .question_part_content_item .skills-text p a {
    font-weight: bold;
}

.hbostudiekeuze .assignment-box-skills {
    margin-bottom: 20px !important;
}

.hbostudiekeuze_introduction a, .hbostudievaardigheden_introduction a {
    font-weight: normal !important;
}

/*
 * INPUT
 */
.skills-input {
    border: none;
    /*margin-bottom: 20px;*/
    background-color: #dcf2fd;
    width: 100%;
    padding: 5px;
}

.schoolselectinput1, .schoolselectinput2 {
    width: 260px;
}

.checklist-flat label {
    border-bottom: 1px solid #00b9f1;
    color: #000000;
    font-weight: normal;
}

/*
 * RADIOLIST
 */
/* The container */
.radiolist-flat {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

/* Hide the browser's default checkbox */
.radiolist-flat input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.radiomark-flat {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 3px;
    height: 15px;
    width: 15px;
    background-color: #DCF2FD;
    border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark-flat:after {
    content: "";
    position: absolute;
    display: none;
}

/* When the checkbox is checked, add a blue background */
/*.radiolist-flat input:checked ~ .radiomark-flat {*/
/*    background-color: #00b9f1;*/
/*}*/
.radiolist-flat input.colour1:checked ~ .radiomark-flat {
    background-color: #952c78 !important;
}

.radiolist-flat input.colour5:checked ~ .radiomark-flat {
    background-color: #06c49c !important;
}

/*
 * SELECT DROPDONW
 */
.custom-select select {
    display: none; /*hide original SELECT element: */
}

.skills-select {
    display: block;
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dcf2fd;
}

.skills-select select {
    width: 130%;
    border: none;
    box-shadow: none;
    background-image: none;
    -webkit-appearance: none;
    background-color: #dcf2fd;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 16px;
}

.skills-select select:focus {
    outline: none;
}

.skills-select select:hover, .skills-select option:hover {
    cursor: pointer;
}

.checklistinput {
    max-width: 200px;
    padding: 5px;
    background-color: #dcf2fd;
    border: none;
}

/*Custom checkbox*/
.profile_avg-box {
    margin-top: 5px;
}

.profile_avg-label {
    margin-left: 15px;
    font-weight: normal;
}

.skills-date {
    border: none;
    width: 100%;
    padding: 5px;
}

.skills-select select.school-selector, .skills-select select.ss-selector, .skills-select input.ss-input, .skills-select input.ss-study-input {
    width: 100% !important;
    background-color: #F4E9F1;
}

.hbostudievaardigheden_introduction .skills-arrow{
    position:absolute!important;
}

.skills-arrow-wrapper{
    padding-left: 25px;
    display: block;
}
.skills-arrow-wrapper .skills-arrow{
    position: absolute!important;
}

.continue-button{
    background-color: #dcf2fd;
    border-color: #dcf2fd;
    margin-bottom: 10px;
}
.continue-button:hover{
    background-color: #d5ebeb;
    border-color: #d5ebeb;
}

.assignment-box-skills.assignment-box-havohbo{
    min-height: 182px!important;
}
.assignment-box-skills.assignment-box-mbohbo{
    min-height: 175px!important;
}

div.header-cols {
    padding-right: 0;
}

div.collapse.navbar-collapse ul.nav.navbar-nav.navigation-item-list li {
    max-width: 100px;
}