.backContainer {
    clear: both;
}

#courseDetail {
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin-top: 25px;
    padding: 25px 0;
    margin-bottom: 15px;
}

#courseDetail h1 {
    margin-bottom: 25px;
    float: left;
}
#courseDetail > .btn.green,
#courseDetail > .btn.grey {
    position: relative;
    float: right;
    margin-bottom: 15px;
}

.courseInfo {
    position: relative;
    background-color: #f5f5f5;
    border: 1px solid #dbdbdb;
    color: #555555;
    padding:0px;
    clear: both;
    margin-bottom: 25px;
}
.courseInfo-top {
    padding: 0px 20px 0px 20px;
    clear: both;
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.courseInfo-top > div {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.courseInfo-top > div.first {
    border-right: 1px solid #dbdbdb;
}
.courseInfo-top > div > div {
    margin-bottom: 0;
}

.courseInfo .thumb {
    position: relative;
    padding: 12px;
    background-color: #fafafa;
    border: 1px solid #d8d8d8;
}
.courseInfo .thumb span {
    display: block;
    width: 100%;
    height: 185px;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

.courseInfo .thumb.placeholder span {
    background-image: url(images/result_placeholder.png);
    background-position: center center;
    background-size: auto;
    -webkit-background-size: auto;
}

.courseInfo h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: normal;
}

.courseInfo .tip {
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
}

.tip {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(images/question_mark.png);
    background-repeat: no-repeat;
    overflow: visible;
}

table.vacancyContact {
    margin-bottom: 10px;
}

.courseInfo table td {
    font-weight: bold;
    line-height: 20px;
    color: #393536;
    vertical-align: top;
}

.course-cta {
    background-color: #e7e7e7;
    border-top: 1px solid #dbdbdb;
    padding: 10px 20px;
    clear: both;

}

.course-cta a {
    position: relative;
    display: inline-block;
    color: #989898;
    font-weight: bold;
    text-decoration: none;
}
.course-cta a:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 6px;
    margin-left: 5px;
    background: url(images/link_arrow.png);
    background-repeat: no-repeat;
}

.course-cta a:hover {
    color: #393536;
}

.course-cta .question {
    background: url(images/icon_question.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 30px;
}

.course-cta .forward {
    float: right;
    background: url(images/icon_mail.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding-left: 30px;
}


.openhuis {
    background-color: #e2001a;
    border: 1px solid #dc8517;
    padding: 15px;
    width: 176px;
}

.openhuis h2 {
    color: #fff;
    font-size: 38px;
    line-height: 40px;
    text-align: center;
    margin: 0;
}

.openhuis h3 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    margin: 0;
}

.openhuis .stripe {
    display: block;
    clear: both;
    width: 100%;
    height: 4px;
    margin: 15px 0;
    background-image: url(images/stripe.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.openhuis p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.openhuis input[type="text"] {
    color: #989898;
    font-size: 12px;
    padding: 10px 5px;
    margin-right: 10px!important;
    width: 115px;
    margin: 0;
    float: left;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
}

.openhuis input[type="submit"] {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    width: 37px;
    height: 37px;
    border: none;
    background: none;
    background-color: #231f20;
    background-image: url(images/arrow_white.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-appearance: none;
}

/* tabs */

.tabs {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.tabs > ul {
    width: 100%;
    list-style: none;
    clear: both;
    float: left;
}

.tabs > ul li {
    position: relative;
    list-style-type: none;
    float: left;
    margin-right: 2px;
    margin: 0;
}

.tabs > ul li a {
    display: block;
    padding: 10px 20px;
    background: #ececec;
    text-decoration: none;
    text-align: center;
    line-height: 18px;
    color: #989898;
    font-weight: bold;
    margin-top: 9px;
    border-left: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.tabs > ul li a:hover {
    color: #989898;
    background: #ececec;
}

.tabs > ul li a.tabulous_active {
    padding: 20px 20px 10px 20px!important;
    background: #fff !important;
    border-bottom: none!important;
    margin-top: 0!important;
    color: #393536!important;
}

.tabulousclear {
    display: block;
    clear: both;
}

.tabs_container {
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    background: white;
}

.tabs_container div {
    margin-right: 0;
}

.transition {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.make_transist {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hidescale {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
}

.showscale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hideleft {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.showleft {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hidescaleup {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.showscaleup {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hideflip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transform: rotatey(-90deg) scale(1.1);
    -moz-transform: rotatey(-90deg) scale(1.1);
    -o-transform: rotatey(-90deg) scale(1.1);
    -ms-transform: rotatey(-90deg) scale(1.1);
    transform: rotatey(-90deg) scale(1.1);

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.showflip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;

    -webkit-transform: rotatey(0deg) scale(1);
    -moz-transform: rotatey(0deg) scale(1);
    -o-transform: rotatey(0deg) scale(1);
    -ms-transform: rotatey(0deg) scale(1);
    transform: rotatey(0deg) scale(1);

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

#courseDetail .tabs > ul li {
    width: 20%;
}


.course-sidebar {
    color: #888888;
    padding-bottom: 25px;
    margin-bottom: 25px;
    /* border-bottom: 1px solid #dbdbdb; */
}
.course-sidebar.suggestions {
    border-bottom: none;
}

.course-sidebar h3 {
    font-size: 24px;
    color: #F8981D;
}

.course-sidebar p {
    color: #888888;
    margin-bottom: 2px;
}

.course-sidebar a {
    font-weight: bold;
}

.course-sidebar a.more {
    position: relative;
    display: block;
    text-align: right;
    color: #989898;
    font-weight: bold;
    text-decoration: none;
}
.course-sidebar a.more:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 6px;
    margin-left: 5px;
    background: url(images/link_arrow.png);
    background-repeat: no-repeat;
}

.course-sidebar a.more:hover {
    color: #393536;
}

.course-sidebar.suggestions p {
    margin-bottom: 10px;
}

.course-sidebar .course-suggestions {
    list-style: none;
}

.course-sidebar .course-suggestions li {
    list-style-type: none;
    margin: 0;
}
.course-sidebar .course-suggestions li a {
    display: block;
    background-color: #f5f5f5;
    color: #7e7e7e;
    text-decoration: none;
    padding: 7px 10px;
    margin: 0 0 1px 0;
}
.course-sidebar .course-suggestions li a:hover {
    color: #e2001a;
    background-color: #fafafa;
    background-image: url(images/arrow_orange.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}


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

    #courseDetail > .two-thirds,
    #courseDetail > .one-third {
        padding: 0;
        width: 100%;
    }

    .courseInfo-top {
        padding-top: 20px;
    }

    .courseInfo-top > div.first {
        border-right: none;
    }

    .courseInfo-top > div {
        padding: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .openhuis {
        width: auto;
        text-align: center;
    }
    .openhuis form {
        display: inline-block;
        margin: 0 auto;
    }

}

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

    .courseInfo-top > div.three-fourths > div {
        margin-bottom: 15px;
    }

}

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

    #courseDetail h1 {
        float: none;
    }

    #courseDetail > .btn.green,
    #courseDetail > .btn.grey {
        float: none;
        display: block;
        margin-bottom: 25px;
    }

    .course-cta a {
        display: block;
    }
    .course-cta .forward {
        float: none;
        margin-top: 10px;
    }


    #courseDetail .tabs > ul li {
        width: 100%;
    }

    .tabs > ul li a,
    .tabs > ul li a.tabulous_active {
        padding: 10px 25px!important;
        border-bottom: 1px solid #d8d8d8!important;
        margin-top: 9px!important;
    }

}
/*.btn.green {
    background-color: #0000ff!important;
    border-bottom: 2px solid #0000ff!important;
    color: #fff!important;
}*/
.btn.grey {
    border: 1px solid #5C5C5C!important;
    text-transform: uppercase;
    color: #FFF!important;
    background: #5C5C5C!important;
}
.btn.large {
    font-size: 18px!important;
    font-weight: bold!important;
    padding: 10px 30px!important;
}
#courseList .thumb {
    position: relative;
    padding: 2px;
    background-color: #fafafa;
    border: 1px solid #d8d8d8;
    width: 59px;
    height: 59px;
    width:100px;
    height:100px;
    float:left;
    margin: 0px 10px 0px 0px;

}
#courseList .thumb span {
    display: block;
    width:100px;
    height:100px;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

#courseList .thumb.placeholder span {
    background-image: url(images/result_placeholder.png);
    background-position: center center;
    background-size: auto;
    -webkit-background-size: auto;
}

#courseList table tr.course td {
    padding: 10px 10px 10px 0px;
}

.gdprc_button {
    background: #F8981D;
    border: 1px solid #F8981D;
}



/* Single cursus page */

.single-inn_cursus #content {
    float: left;
}

.single-inn_cursus #sidebar {
    float: right;
}


.course-specs {
    box-sizing: border-box;
    max-width: 280px;
    width: 100%;
    padding: 40px 0 55px 20px;
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    background-image: url('images/course-right-bottom.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}

h4.course-specs-title {
    color: #231F20;
    text-transform: none;
    font-size: 13px;
}

.course-specs-table {
    color: #4f4c4d;
    font-size: 13px;
    margin-bottom: 10px;
    display: table!important; /* Force displaying table */
}

/* Hide generated responsive table */
.course-specs-table + .ml-responsive-table {
    display: none!important;
}

.course-specs-table td {
    vertical-align: top;
}

a.course-specs-btn {
    color: white;
    background-color: #13CA96;
    border-bottom: 2px solid #08AF80;
    text-align: center;
    max-width: 220px;
    width: 100%;
    /* height: 84px; */
    border-radius: 0px;
    display: block;
    height: 38px;
    text-decoration: none;
    line-height: 38px;
}

a.course-specs-btn:hover {
    text-decoration: none;
    color: white;
    background-color: #08AF80;
    border-bottom: 2px solid #068a65;
}

@media(max-width: 960px) {
    .course-sidebar {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}
