.menuBtn {
     width: 40px;
     height: 40px;
     background-color: #084272;
     color: #fff;
     position: absolute;
     right: 15px;
     top: 1px;
     overflow: hidden;
     cursor: pointer;
     display: none;
 }
.menubtnin {
    position: absolute;
    top: -6px;
    left: 5px;
    margin: auto;
}
.menubtnin .bar,
.menubtnin .bar:after,
.menubtnin .bar:before {
    width: 30px;
    height: 2px;
}
.menubtnin .bar {
    position: relative;
    transform: translateY(25px);
    background: #fff;
    transition: all 0ms 300ms;
}
.menubtnin .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #fff;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menubtnin .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #fff;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menuBtn.active .menubtnin .bar {
    background: rgba(255,255,255,0);
}
.menuBtn.active .menubtnin .bar:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menuBtn.active .menubtnin .bar:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

@media all and (max-width: 1010px) {
    .noscroll {
        overflow: hidden;
    }

    /*Header*/
    .top-menu {
        position: absolute;
        right: 145px;
        top: 0;
        margin: initial;
        width: initial;
        display: none;
    }
    .login {
        position: absolute;
        right: 55px;
        width: initial;
    }
    .login-form {
        z-index: 999999;
    }

    .row-header {
        height: 210px;
    }

    .logo {
        position: absolute;
        left: 0;
        width: 130px;
        top: 0;
        z-index: 999999;
    }
    .logo a {
        display: block;
    }
    .logo a img {
        width: 100%;
    }

    .header-title {
        width: 100%;
        padding: 0;
        margin: 80px 0 0 0;
    }
    .header-title h1 {
        margin: 0;
        font: 500 36px museofont;
    }


    /*Menu*/
    .main-menu {
        position: fixed;
        left: 0;
        top: 43px;
        width: 100%;
        display: block;
        height: calc(100% - 43px);
        background-color: #084272;
        z-index: 99999;
        padding: 50px 0 0 0;
        text-align: center;
        display: none;
    }
    .main-menu > ul {
        display: block;
        width: 100%;
    }
    .main-menu > ul > li {
        display: block;
        float: initial;
        padding: 0;
    }
    .main-menu > ul > li > a {
        color: #fff;
        font: 300 18px museofont;
    }
    .main-menu ul ul {
        position: initial;
        top: initial;
        left: initial;
        float: initial;
        width: 100%;
    }
    .main-menu ul ul > li {
        float: initial;
    }
    .main-menu ul ul > li > a {
        float: initial;
    }
    .main-menu ul ul > li > a {
        font: 14px Tahoma, Geneva, sans-serif;
    }
    .main-menu > ul > li:hover > a {
        color: #cce352;
    }
    .main-menu ul ul > li:hover > a {
        background-color: #084272;
        color: #cce352;
    }
    .main-menu ul ul > li > a {
        border-bottom: 1px solid #084272;
        background-color: #084272;
    }

    .menuBtn {
        display: block;
    }



    /*Algemeen*/
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .container .container {
        padding: 0;
    }
    .entry {
        float: initial;
        margin-right: 0;
        width: 100%;
    }
    .sidebar {
        float: initial;
        width: 100%;
    }
    .sidebar-list:first-child {
        margin-top: 0;
    }


    /*Intro page*/
    .intro-content,
    .intro-content li {
        width: 100%!important;
    }
    .intro-item-content {
        width: 100%;
        margin-left: 0;
        padding: 0 60px;
        padding-top: 25px !important;
        max-height: 170px;
        overflow: hidden;
    }
    .intro-item-header h1 {
        font: 300 25px museofont;
    }
    .intro-navigation li {
        top: calc(50% - 26px);
    }


    /*Members*/
    .intro-members {
        position: relative;
    }
    .row-intro-members {
        height: 570px;
        background-size: cover;
    }
    .intro-members-slider {
        width: 100%;
        margin-right: 0;
    }
    .intro-members-slider-content {
        height: 550px;
        width: 100%;
    }
    .intro-members-slider-content li {
        height: 550px !important;
    }
    .intro-members-slider-content li img {
        width: 120px;
    }
    .intro-members-slider-item {
        float: initial;
        position: absolute;
        bottom: 30px;
        left: 120px;
        width: calc(100% - 120px);
    }
    .intro-members-slider-navigation {
        float: initial;
        top: initial;
        bottom: 40px;
        left: 130px;
    }
    .intro-members-slider-item p {
        max-height: 73px;
        overflow: hidden;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
    .intro-members-slider-item h1 {
        font: 500 15px museofont;
        bottom: 35px;
        padding-left: 40px;
    }
    .intro-members-slider-item h2 {
        padding-left: 40px;
    }

    .intro-members-list {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .intro-members-list ul li {
        width: 80px !important;
        margin-right: 10px !important;
        float: initial !important;
        display: inline-block !important;
    }


    /*Selling point*/
    .sellingpoint-item {
        width: 100%;
        margin-right: 0;
        float: initial;
        padding-top: 60px;
        margin-top: 20px;
    }


    /*Feed*/
    .feed {
        width: calc(100% - 80px) !important;
        height: 45px;
    }
    .feed li {
        line-height: 14px;
    }
    .feed-logo {
        margin-top: 10px;
    }
    .feed-navigation {
        padding-top: 10px;
    }


    /*Footer*/
    .row-footer {
        height: initial;
        background-repeat: repeat-y!important;
        padding-bottom: 10px;
    }
    .footer-item {
        width: 100%;
        margin-right: 0;
        float: initial;
        padding-right: 0!important;
        margin-top: 30px;
    }
    .sitemap.sitemap-half {
        float: initial;
    }
    .social-media-list,
    .social-media-list li {
        float: initial;
    }


    /*Sidebar photo*/
    .image-list.list-4 li {
        display: inline-block;
        float: initial !important;
    }

    /*Fotos*/
    #js-team-members,
    #js-team-members ul {
        margin-left: 0;
        margin: 0 auto;
    }


    /*Team*/
    .team-information {
        width: 100%;
        margin-left: 0;
    }
    .team-statistics {
        width: 100%;
        padding: 10px;
        margin-top: 0;
    }
    .statistics-numbers, .statistics-chart {
        width: 100%;
        margin-right: 0;
    }

    .team-members ul li {
        width: calc(50% - 5px);
        margin-right: 10px;
    }
    .team-members ul hgroup {
        height: 110px;
    }
    .team-leaders ul li {
        margin-left: 0;
    }
    .team-members ul li:nth-child(even) {
        margin-right: 0;
    }
    .team-members .nieuws-image-div ul li:nth-child(even) {
        margin-right: 10px;
    }
    .member-photo {
        overflow: hidden;
    }
    .member-photo img {
        width: 100%;
    }
    .team-member-more-info {
        height: 100%;
    }

    .possibilities-list {
        width: calc(50% - 5px);
        margin-right: 5px;
        margin-bottom: 20px;
    }

    /*Video*/
    .team-members ul hgroup {
        width: calc(100% - 0px) !important;
    }
    .team-members ul .youtube hgroup {
        width: calc(100% - 15px) !important;
    }

    /*member*/
    .member-detail-item {
        width: 100%;
        margin-right: 0;
    }
    .detail-info-contact .detail-info-contact-text {
        width: calc(100% - 30px);
    }
    .member-title h1 {
        font: 300 30px museofont;
    }


    /*Account*/
    .account-actions {
        width: 100%;
        margin-right: 0;
    }
    .account-sidebar {
        width: 100%;
        padding-left: 0;
    }

    .account-navigation ul li a {
        width: 100%;
    }
    .form-half {
        width: 100%;
        max-width: initial !important;
        margin-right: 0 !important;
    }

    .row.opportunities-content {
        overflow: scroll;
        position: relative;
    }
    /*.row.opportunities-content:before {*/
        /*content: '';*/
        /*width: 20px;*/
        /*height: 100%;*/
        /*background: linear-gradient(to right, rgba(0,0,0,.0) , rgba(0,0,0,.8));*/
        /*position: absolute;*/
        /*right: 0;*/
        /*top: 0;*/
    /*}*/
    .opportunities-content table {
        margin-bottom: 30px;
        min-width: 500px;
    }
    .account-sidebar {
        border-left: 0;
    }
    .account-sidebar .sidebar-item {
        border: 1px solid #f4f4f4 !important;
        padding: 5px !important;
    }
    .account-sidebar .sidebar-item {
        margin-bottom: 0 !important;
    }

    fieldset h2 {
        margin-top: 30px;
    }
    .account-edit-head-form {
        width: 100%;
    }
    .form-number {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .account-actions h1 {
        font: 700 30px museofont;
    }
    .adminupdate canvas {
        margin: 0 !important;
        width: 100% !important;
        height: initial !important;
    }
    .opportunities-head .btn {
        margin-bottom: 20px;
    }
    .account-actions.account-edit canvas {
        margin: 0 !important;
        width: 100% !important;
        height: initial !important;
    }
    .account-actions.account-edit .row-half {
        width: initial !important;
    }
    .account-info-statistics canvas {
        margin: 0 !important;
        width: 100% !important;
        height: initial !important;
    }
    .account-info-statistics li div {
        width: initial !important;
        margin-left: initial !important;
    }

    .loginpagina table {
        width: 100%;
        margin-bottom: 20px;
    }
    .loginpagina td {
        width: 100%;
        display: block;
    }


    .image-list.list-3 li {
        height: initial;
    }
    .image-list li img {
        height: initial!important;
    }
    .image-list.list-3 li span {
        height: 100%;
    }

    .image-list.list-3 li {
        width: 24%;
        margin-right: 1% !important;
    }
    .image-list.list-3 li:nth-child(3n+1) {
        clear: initial;
    }




}
@media all and (max-width: 550px) {
    .logo {
        top: 26px;
    }
    .header-title {
        margin: 100px 0 0 0;
    }
    .header-title h1 {
        font: 500 30px museofont;
    }

    .image-list.list-3 li {
        width: 30%;
        margin-right: 3% !important;
    }
}
@media all and (max-width: 414px) {
    .top-menu {
        display: none;
    }
}
@media all and (max-width: 320px) {
    .nieuws-image-div > ul > li {
        width: 100%;
        margin-right: 0;
    }
    .nieuws-image-div > ul > li:nth-child(odd) {
        margin-right: 3px;
    }

    .team-members ul li {
        width: 100%;
        margin-right: 0;
    }
    .team-members ul hgroup {
        height: 90px;
    }
}













