@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@300;400;700&display=swap');

@font-face {
    font-family: Vollkorn;
    src: url(../../assets/font/vollkorn-bold-webfont.woff);
    font-weight: bold;
}
@font-face {
    font-family: Vollkorn;
    src: url(../../assets/font/vollkorn-regular-webfont.woff);
    font-weight: normal;
}
@font-face {
    font-family: Lintel;
    src: url(../../assets/font/Lintel-Regular.otf);
    font-weight: normal;
}
@font-face {
    font-family: Lato;
    src: url(../../assets/font/Lato-Black.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Lato;
    src: url(../../assets/font/Lato-Light.ttf);
    font-weight: normal;
}

.overlay-button {
    padding: 10px;
    background-color: #01b1ec !important;
    font-size: 1em !important;
    margin-top: 5px !important;
    cursor: pointer;
    text-transform: none !important;
}
.overlay-button:hover {
    background-color: #005380 !important;
}
#privacystatement {
    margin-top: 40px;
}
#privacystatement h2 {
    margin-bottom: 20px !important;
    font-weight: bold !important;
    margin-top: 30px !important;
}
#privacystatement p {
    margin-bottom: 20px;
}
#privacystatement a {
    color: #01b1ec;
}
#sdfootnote1 {
    color: #757575;
    font-size: 0.8em;
}
#sdfootnote2 {
    color: #757575;
    font-size: 0.8em;
}
#sdfootnote3 {
    color: #757575;
    font-size: 0.8em;
}
#footer a {
    color: #ffffff;
}
#footer a:hover {
    text-decoration: underline;
}
.select-normal {
    -moz-appearance: toolbarbutton-dropdown !important;
}
.white {
    background-color: #ffffff;
}
.grey {
    background-color: #edf2f8;
}

#drift-widget {
    inset: auto 50px 37px auto !important;
}

h2.line-behind {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #00adef;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}
h2.line-behind:before {
    border-top: 2px solid #00adef;
    content: '';
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
h2.line-behind span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #fff;
    padding: 0 15px;
    color: #00adef;
    font-size: 30px;
    font-weight: bold;
}

/*-------- CSS voor beurs inschrijfpagina ---------*/

#beurs_container {
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    width: 800px;
    _height: 1000px;
    min-height: 1000px;
    margin: auto;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 45px;
    text-align: left;
    background-image: url('assets/beursinschrijving.png');
    background-position: right top;
    background-repeat: no-repeat;
    border-left: 1px solid #d9dde4;
    border-right: 1px solid #d9dde4;
}

#beurs_container.beurs_fr {
    background-image: url('assets/beursinschrijving_fr.png') !important;
}
#beurs_container h1 {
    font-size: 30px;
    color: #005380;
    margin-left: 55px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#beurs_header {
    margin-left: 55px;
    margin-right: 55px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dadee0;
}
#beurs_login {
    margin-top: 20px;
    margin-left: 55px;
    margin-right: 55px;
}
#beursInschrijving {
    margin-top: 20px;
    margin-left: 37px;
    margin-right: 37px;
}
#beurs_login .form_element {
    margin-bottom: 15px;
}
#beursInschrijving .form_element {
    margin-bottom: 10px;
    float: left;
    padding-left: 18px;
    padding-right: 17px;
}
#beurs_background {
    float: right;
}
#beurs_background img {
    width: 65%;
    height: auto;
}
.beurs_label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #0092ce;
    display: block;
}
#beursInschrijving #btnLogin {
    -webkit-appearance: none;
    border: none;
    width: 205px;
    height: 42px;
    background-image: url('assets/btnLogin.png');
    background-repeat: no-repeat;
    font-size: 18px;
    margin-top: 10px;
    color: #ffffff;
    cursor: pointer;
    clear: both;
    display: block;
}
#beursInschrijving #btnLogin {
    margin-left: 18px !important;
}
#txtOmschrijving.beurs_ta {
    -webkit-appearance: none;
    border-radius: 0;
    width: 435px;
    height: 90px;
    background-color: #f7fbfd;
    border: 1px solid #c3ced2;
    font-family: Arial, Helvetica, sans-serif;
}
#cbo_beurs {
    /*-webkit-appearance:none;
	-moz-appearance:none;
	border-radius:0;
	width:203px!important;
	/*height:42px;*/
    /*background-image:url("assets/cbo_icon.png");
	background-position:right;
	background-repeat:no-repeat;
	background-color:#f7fbfd;
	border:1px solid #c3ced2;
	font-size:12px!important;
	color:#878f92;
	padding-left:5px;
	display:block;
*/

    background: transparent;
    width: 255px;
    padding: 8px;
    border: 1px solid #c3ced2;
    font-size: 14px;
    height: 42px;
    -webkit-appearance: none;
}
#rotatedKeyword {
    color: #00adef;
}
#styled-select {
    width: 225px;
    height: 42px;
    overflow: hidden;
    background-image: url('assets/cbo_icon.png');
    background-position: right;
    background-repeat: no-repeat;
    border-right: 1px solid #c3ced2;
    background-color: #f7fbfd;
}
.beurs_error,
#beurs_cbo_error {
    color: #ee4b4b;
    margin-left: 10px;
}
.beurs_input {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    width: 196px;
    _width: 203px;
    padding-left: 5px;
    height: 40px;
    font-size: 14px;
    color: #878f92;
    border: 1px solid #c3ced2;
    background-color: #f7fbfd;
}
.error_layout {
    border: 1px solid #ee4b4b !important;
    background-color: #ffe9dd !important;
    font-weight: bold;
}
#beurs_slot {
    width: 11px;
    height: 15px;
    margin-left: 20px;
    margin-right: 20px;
}
#beurs_toggle {
    font-size: 12px;
    color: #878f92;
    display: none;
}
#beurs_toggle a {
    font-weight: bold;
    color: #0092ce;
}
#btnNieuweInschrijving {
    margin-left: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    width: 205px;
    height: 42px;
    background-image: url('assets/btnLogin.png');
    background-repeat: no-repeat;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    color: #ffffff;
    cursor: pointer;
    clear: both;
    display: block;
    text-decoration: none;
}
/*cookiebanner*/
#cookie-banner {
    display: block;
    position: fixed;
    bottom: 0px;
    background-color: rgb(0, 83, 128);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    z-index: 900;
    border-top: 4px solid rgb(0, 83, 128);
    box-shadow: 0px 0px 50px rgb(0, 0, 0);
}
#cookie-banner-title {
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
}
#cookie-banner-content {
    color: #ffffff;
    text-align: center;
    font-size: 0.75em;
    margin-top: 10px;
    font-weight: normal;
}
#cookie-banner-ok {
    color: #ffffff;
    font-weight: bold;
    padding: 8px 16px;
    margin-left: 20px;
    border: 1px solid #ffffff;
}
#cookie-banner-ok:hover {
    color: rgb(0, 83, 128);
    font-weight: bold;
    padding: 8px 16px;
    margin-left: 20px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.matchmakerJobChoice {
    float: left;
    width: 115px;
    margin-right: 6px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #757575;
    border: 1px solid #c1c1c1;
    font-size: 0.85em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.75em;
    font-weight: bold;
    cursor: pointer;
}
.matchmakerJobChoice:hover {
    float: left;
    width: 115px;
    margin-right: 6px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #c1c1c1;
    background-color: #00aeef;
    font-size: 0.85em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.75em;
    font-weight: bold;
    cursor: pointer;
}
.matchmakerJobChoiceSelected {
    float: left;
    width: 115px;
    margin-right: 6px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #c1c1c1;
    background-color: #00aeef;
    font-size: 0.85em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.75em;
    font-weight: bold;
    cursor: pointer;
}
.vacIcons {
    width: 20px;
    margin-right: 5px;
}
.video_banner {
    overflow: hidden;
    position: relative;
}
.video-office-overlay {
    position: absolute;
    width: 100%;
    background-color: rgb(0, 83, 128, 0.5);
    bottom: 0px;
    z-index: 5;
}
.video-office-container {
    color: white;
    text-align: center;
    /*font-family: 'Lato', sans-serif;*/
}
.officebox-component-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-right: 30px;
}
.officebox-component-input {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #b9bfc5;
}
.officebox-component-input::placeholder {
    font-style: italic;
    color: #bbb;
}
.officebox-component-button {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgb(65, 173, 73);
    padding: 5px 10px;
    cursor: pointer;
    margin-left: 10px;
}
.blog-hover {
    background-color: rgb(0, 89, 133) !important;
    color: white !important;
}
#privacystatement h4 {
    font-size: 0.8em;
    color: #01b1ec;
}
.privacyABC {
    font-style: italic;
    padding-left: 15px;
}
ul.ulPrivacy01 {
    padding-left: 30px;
    list-style-type: square;
    margin-bottom: 15px;
}
ul.ulPrivacy01 > li {
    text-indent: -5px;
    color: #757575;
    font-size: 0.8em;
    line-height: 1.6em;
    padding-left: 5px;
}
ul.ulPrivacy02 {
    padding-left: 30px;
    list-style-type: disc;
    margin-bottom: 10px;
}
ul.ulPrivacy02 > li {
    text-indent: -5px;
    color: #757575;
    line-height: 1.6em;
    padding-left: 5px;
}
.mailForm {
    background-color: white;
    border: 1px solid #d9dee4;
    padding: 20px;
    box-shadow: 1px 1px #d9dee4;
    margin-top: 40px;
}
.mailForm-hr {
    height: 1px;
    display: block;
    border: 0;
    border-top: 1px solid #d9dee4;
    margin-bottom: 15px;
}
.formError {
    color: #e75b5b;
}
.smallErrorMsg {
    font-size: 0.5em;
    color: #eeeeee;
}

@media only screen and (min-width: 1024px) {
    * {
        margin: 0px;
        padding: 0px;
    }
    center {
        text-align: left;
    }
    html,
    body {
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
    }
    h1 {
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 20px;
        color: #005380;
        /*display:inline-block;*/
    }
    h2 {
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 10px;
        color: #005380;
    }
    h3 {
        color: #01b1ec;
        font-size: 1em;
        margin-bottom: 10px;
    }
    p {
        color: #757575;
        font-size: 0.8em;
        line-height: 1.6em;
    }
    a {
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
    }
    #back2Top {
        width: 40px;
        line-height: 40px;
        overflow: hidden;
        z-index: 999;
        display: none;
        cursor: pointer;
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        position: fixed;
        bottom: 50px;
        right: 20px;
        background-color: #ddd;
        color: #00adef;
        text-align: center;
        font-size: 30px;
        text-decoration: none;
    }
    #back2Top:hover {
        color: #005380;
    }
    #otherProjectsSmall {
        display: none;
    }
    #searchbox-form div,
    #searchbox-form2 div {
        float: left;
        position: relative;
    }
    #searchbox-form div label,
    #searchbox-form2 div label {
        position: absolute;
        z-index: 100;
        left: 30px;
        top: 22px;
        color: #bbb;
        font-style: italic;
        pointer-events: none;
        font-size: 1em;
        transition: 0.2s ease all;
        font-family: 'Lato', sans-serif;
        font-style: italic;
    }
    #searchbox-form div input:required,
    #searchbox-form2 div input:required {
        box-shadow: none;
    }
    #searchbox-form div input:focus ~ label,
    #searchbox-form div input:not(:focus):valid ~ label,
    #searchbox-form2 div input:focus ~ label,
    #searchbox-form2 div input:not(:focus):valid ~ label {
        top: 6px;
        font-size: 0.7em;
    }

    #blockMail_GDPR {
        width: 800px;
        padding-top: 10px;
        padding-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .prohibitedMessage {
        text-align: center;
        background-color: #ffc1c1;
        border: 1px solid #b80303;
        padding: 10px;
        font-size: 0.8em;
        margin-left: 15px;
        display: inline;
        color: #757575;
    }
    .prohibitedMessage2 {
        text-align: center;
        background-color: #d4ffc1;
        border: 1px solid #27b803;
        padding: 10px;
        font-size: 0.8em;
        margin-left: 15px;
        display: inline;
        color: #757575;
    }
    #vacatures-solliciteren-choice-ud {
        display: none;
    }
    .onlyMobile {
        display: none;
    }
    .otherProjects-overlay {
        width: 33%;
        float: left;
        padding: 5px;
    }
    .videoOverlayText {
        position: absolute;
        top: -250px;
        text-align: center;
        width: 100%;
    }
    .videoOverlayText p {
        color: white;
        font-size: 3em;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
    }
    .video_banner video {
        width: 100%;
    }
    .youtubeVidBig {
        width: 100%;
        height: 510px;
    }
    .fbSmallImage {
        display: none;
    }
    #campagne-big,
    .carousel-big {
        display: block;
    }
    #campagne-medium,
    .carousel-medium {
        display: none;
    }
    #campagne-small,
    .carousel-small {
        display: none;
    }
    #ago-jobdag {
        background-color: #f2f6f9;
        border-bottom: #d9dee4 solid 1px;
    }
    .inner-jobdag {
        padding-bottom: 50px;
        padding-top: 30px;
        background-image: url(assets/jobdag2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        /*padding-left:20px;
	padding-right:20px;*/
    }
    .inner-jobdag h1 {
        float: left;
        margin-left: 30px;
    }
    .imgFit2 {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .imgFit3 {
        /*width:100%;*/
        height: 148px;
    }
    .imgFit31 {
        width: 100%;
        object-fit: cover;
        height: 150px;
    }
    .imgFit4 {
        /*width:100%;*/
        height: 300px;
    }
    .imgFit41 {
        width: 100%;
        object-fit: cover;
        height: 300px;
    }

    .vdl-background {
        width: 500px;
        height: auto;
        float: right;
        margin-top: -80px;
    }

    .mobile-show {
        display: none;
    }
    .cleardiv {
        line-height: 0px;
        clear: both;
        height: 0px;
        font-size: 0px;
    }
    .inner-band-container {
        margin: auto;
        width: 940px;
    }

    .inner-band-container-ago-theme,
    .inner-band-container-vacatures {
        margin: auto;
        width: 100%;
        position: relative !important;
        max-width: 1760px !important;
        padding-right: 80px !important;
        padding-left: 80px !important;
        box-sizing: border-box;
    }

    #top-band {
        background-color: #ffffff;
        width: 100%;
    }

    /***************************** AGO THEME 2021 *****************************/

    /***************************** AGO THEME 2021 *****************************/

    #header-mobile-container {
        display: none;
    }
    #h-mobile-container {
        display: none;
    }
    #language-wrapper {
        position: relative;
        float: right;
        width: 55px;
    }
    #language-container {
        position: absolute;
        top: 2px;
        right: 0px;
        background-color: #ffffff;
        border: 1px solid #ced4dc;
        width: 55px;
    }
    #language-container a {
        text-transform: uppercase;
        font-size: 0.7em;
        color: #757575;
        display: block;
        padding: 5px;
    }
    #language-container a img {
        margin-left: 5px;
        vertical-align: middle;
        border: none !important;
        display: inline;
    }
    .hidden-language {
        display: none !important;
    }
    .show-language {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .show-language:hover {
        background-color: #e5edf7;
    }
    #myago-login {
        float: right;
        margin-right: 70px;
    }
    #myago-login a {
        color: #ffffff;
        font-size: 0.75em;
        font-weight: bold;
        display: block;
        padding: 7px;
        background-color: #01b1ec;
    }
    #myago-login a:hover {
        background-color: #005380;
    }
    #myago-loggedin {
        float: right;
        margin-right: 60px;
        padding-top: 7px;
        color: #757575;
        font-size: 0.8em;
    }
    #myago-loggedin a {
        color: #01b1ec;
    }
    #myago-loggedin a:hover {
        color: #005380;
    }
    #logo-container {
        padding-top: 10px;
        padding-bottom: 0px;
        text-align: left;
    }
    #mobile-menu {
        display: none;
    }
    #menu {
        clear: both;
        padding-left: 15%;
    }
    #menu ul {
        list-style-type: none;
        margin: 0 auto;
        position: relative;
    }

    #menu ul li {
        float: left;
        margin: 0px !important;
    }

    #menu ul li a {
        font-size: 0.7em;
        text-transform: uppercase;
        color: #757575;
        display: block;
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #ffffff;
        border: none;
        font-weight: bold;
    }
    #menu ul li a:hover {
        background-color: #01b1ec;
        color: #ffffff;
    }
    #menu ul li a.menu-selected {
        background-color: #01b1ec;
        /*border-right:1px solid #00bcfd;*/
        color: #ffffff;
    }
    #menu ul li.menu-right-fix {
        float: right !important;
    }
    #menu ul li.menu-right-fix a:hover {
        background-color: #005380;
    }
    .nav-item-hovering {
        background-color: #01b1ec !important;
        color: #ffffff !important;
    }
    .nav-sub {
        position: absolute;
        top: 33px;
        margin: 0px;
        padding: 0px;
        width: 200px;
        font-size: 0.8em;
        z-index: 525;
        display: none;
        border-bottom: 1px solid #ced4dc;
        border-left: 1px solid #ced4dc;
        border-right: 1px solid #ced4dc;
    }
    .nav-item-active {
        display: block;
        z-index: 1000;
    }
    .nav-sub ul {
        list-style: none;
        padding: 0px;
        height: auto;
        width: 200px;
    }
    .nav-sub ul li {
        display: block;
        float: none !important;
    }
    .nav-sub ul li a {
        text-decoration: none;
        display: block;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-transform: none !important;
        font-size: 0.85em !important;
    }
    #image-band-1 {
        position: relative;
        background-image: url(assets/home-background4.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 300px;
    }

    #image-band-2 {
        position: relative;
        background-image: url(assets/home-background6.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 300px;
        display: none;
    }

    .fader {
        position: absolute !important;
        width: 100% !important;
        top: 104px !important;
    }
    #home-banner {
        width: 100%;
        height: auto;
    }
    .banner-overlay-container {
        position: relative;
    }
    #banner-overlay {
        position: absolute;
        top: 20px;
        left: 0px;
        z-index: 10;
        width: 100%;
    }
    .overlay-text-back {
        padding: 10px;
        opacity: 0.4;
        background-color: #000000;
        float: left;
        clear: left;
        margin-bottom: 10px;
    }
    .overlay-text {
        margin-bottom: 5px;
        padding: 10px;
        float: left;
        clear: left;
        text-transform: uppercase;
        font-size: 1.5em;
        font-weight: bold;
        color: #ffffff;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
        -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)';
    }
    .overlay-text-big {
        color: #ffffff;
        font-size: 2em;
        font-weight: bold;
    }
    .overlay-text-p {
        font-size: 0.85em;
        font-weight: bold;
        color: #ffffff;
        text-transform: none;
        background-color: transparent !important;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 0px;
        line-height: 1.7em;
    }
    .overlay-text-highlight {
        background-color: #01b1ec;
        font-size: 1em;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: center;
        text-transform: none;
    }
    .inputBox-orange {
        padding: 20px;
        font-size: 1em;
        min-width: 300px;
        margin-left: 10px;
        font-family: 'Lato', sans-serif;
        font-style: italic;
        border-radius: 0;
        border: 1px solid #b9bfc5;
        color: #454545;
        /*float:left;*/
    }
    #searchbox-orange {
        /*float:left;*/
        padding: 20px;
        background-color: rgb(65, 173, 73);
        margin-left: 10px;
        cursor: pointer;
        font-family: 'Lato', sans-serif;
        color: white;
        display: inline;
    }
    #searchbox-container-new {
        /*position:absolute;
	right:0px;
	width:100%;*/
        top: -150px;
        text-align: center;
        position: relative;
        float: right;
        left: -50%;
    }
    #searchbox-container-new-bid {
        /*position:absolute;
	right:0px;
	width:100%;*/
        top: 75px;
        text-align: center;
        position: relative;
        float: right;
        left: -50%;
    }
    #searchbox-container-new-azk {
        /*position:absolute;
	right:0px;
	width:100%;*/
        top: 125px;
        text-align: center;
        position: relative;
        float: right;
        left: -50%;
    }
    .searchbox-container-inner {
        left: 50%;
    }
    /* #search-band{	
} */

    #search-mobile {
        display: none;
    }
    #searchbox-container {
        position: absolute;
        top: -100px;
        right: 0px;
    }
    #banner-searchbox {
        color: #ffffff;
        z-index: 10;

        float: right;
        padding: 10px;
        padding-top: 9px;
        padding-bottom: 9px;
        border: 1px solid #d9dee4;
        min-width: 50%;
        background-color: rgb(255, 255, 255);
        background-color: rgba(255, 255, 255, 0.8);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
        -ms-filter: 'progid:DXImageTransform.Microsoft.Gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)';
    }
    #inschrijven-banaan {
        display: none;
    }
    #input-searchbox {
        -moz-appearance: none;
        border-radius: 0px;
        width: 300px;
        /*padding-left:5px;
	height:25px;*/
        font-size: 0.8em;
        color: #454545;
        border: 1px solid #b9bfc5;
        background-color: #ffffff;
        padding: 5px;
    }
    #select-searchbox {
        /*-moz-appearance:none;*/
        border-radius: 0px;
        width: 200px;
        padding: 5px;
        /*
	padding-left:5px;
	height:25px;
	font-size:0.8em;
	*/
        color: #454545;
        border: 1px solid #b9bfc5;
        background-color: #ffffff;
    }
    #searchbox-banaan {
        padding: 10px;
        padding-bottom: 11px;
        background-color: #01b1ec;
        z-index: 10;
        float: right;
        cursor: pointer;
    }
    #searchbox-banaan a {
        border: none;
        text-decoration: none;
    }
    #search-icon {
        border: none;
    }
    #button-searchbox {
        -moz-appearance: none;
        border-radius: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        /*	border:1px solid #c3ced2;*/
        border: none;
        cursor: pointer;
        display: block;
        background-color: #01b1ec;
    }
    #vacaturesCategorie {
        width: 100%;
        margin-bottom: 20px;
    }
    .vacCategorie {
        width: 50%;
        float: left;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .vacCategorie:hover {
        background-color: #c6e7f2;
    }
    .vacCategorie h4 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .catHover {
        background-color: #c6e7f2;
        color: #005380;
    }
    #Categories {
        margin-bottom: 40px;
    }
    #emptyCategorie {
        margin-bottom: 30px;
    }
    #vacatures-band {
        background-color: #f2f6f9;
        /*background-color:#e5edf7;*/
        border-bottom: 1px solid #d9dee4;
        border-top: 1px solid #d9dee4;
        padding-top: 40px;
        padding-bottom: 40px;
        clear: both;
    }
    #vacatures-band h1 {
        float: left;
    }
    .banaan-screen-temp {
        display: none !important;
    }

    .band-banaan-medium {
        display: none !important;
    }
    .banaan-medium-temp {
        display: block !important;
    }
    .band-banaan-medium {
        float: left;
        padding: 10px;
        background-color: #01b1ec;
        margin-top: 30px !important;
        cursor: pointer;
    }
    .band-banaan-medium:hover {
        background-color: #005380;
    }
    .band-banaan-medium a {
        color: #ffffff;
        text-decoration: none;
        font-size: 1em;
        font-weight: bold;
    }
    .band-banaan-phone {
        display: none;
    }
    .band-banaan-screen {
        float: right;
        padding: 10px;
        background-color: #01b1ec;
        margin-bottom: 40px !important;
        cursor: pointer;
    }
    .band-banaan-screen:hover {
        background-color: #005380;
    }
    .band-banaan-screen a {
        color: #ffffff;
        text-decoration: none;
        font-size: 1em;
        font-weight: bold;
    }
    .newslisthome {
        width: 50% !important;
    }
    .vacature-list {
        float: left;
        width: 23%;
        margin-right: 2.5%;
        list-style-type: none;
        font-size: 0.8em;
    }
    .vacature-list li {
        padding: 0.4em 0px 0.4em 0px;
        color: #757575;
    }
    .vacature-list li a {
        color: #757575;
        text-decoration: none;
        border-bottom: 1px dotted #757575;
    }
    .vacature-list li a:hover {
        color: #01b1ec;
    }
    .vl4,
    .ivl2,
    .ivl3,
    .last-list {
        margin-right: 0 !important;
    }
    .ivl3 {
        margin-left: 100px;
    }
    #ago-zoekt,
    #ago-doet,
    #ago-contact,
    #ago-bedrijven,
    #ago-myago {
        padding-top: 20px;
    }
    #ago-doet {
        border-top: 1px solid #d9dee4;
    }
    #ago-zoekt,
    #ago-myago {
        border-bottom: 1px solid #d9dee4;
    }
    #ago-myago {
        background-color: #eee;
    }
    .ago-myago-overlay {
        width: 100%;
        text-align: center;
    }
    .ago-myago-banaan {
        width: 75%;
    }
    .ago-myago-but {
        width: 200px;
        float: left;
        margin-right: 15px;
        background-color: #01b1ec;
        padding: 10px;
        color: white;
        font-weight: bold;
        cursor: pointer;
    }
    .ago-myago-but:hover {
        background-color: #005380;
    }
    #ago-news {
        /*background-color:#FAFAFA;*/
        background-color: #eee;
        border-bottom: 1px solid #d9dee4;
        padding-top: 40px;
        padding-bottom: 90px;
        clear: both;
    }
    #ago-contact h1 {
        float: none;
    }
    .inner-band-ago-zoekt {
        background-image: url(assets/ago-zoekt.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        padding-bottom: 40px;
    }
    .inner-band-ago-zoekt-2 {
        padding-bottom: 40px;
    }
    .background-image-1 {
        background-image: url(assets/home_internal_vac.jpg);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 225px;
    }
    #ago-zoekt h1,
    #ago-bedrijven h1 {
        float: left;
    }
    #interne-vacature-intro {
        width: 50%;
        margin-bottom: 40px;
    }

    .info-content .backTo {
        text-decoration: under;
        color: #01b1ec;
        font-size: 0.8em;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .company-profile-band {
        /*background-color:#EDF2F8*/
        border-top: 1px solid #d9dde4;
        /*border-bottom:1px solid #D9DDE4;*/
    }
    .explanation-band {
        margin: auto;
        width: 960px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #ago-latijn {
        margin: auto;
        text-align: center;
        font-size: 1.2em;
    }
    #ago-latijn p {
        margin-bottom: 10px;
        /*font-family:Vollkorn;*/
    }
    #ago-latijn .spreuk-latijn {
        font-weight: bold;
        font-size: 1em;
        font-family: Vollkorn, 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
        margin-left: 15px;
    }
    #ago-latijn .latijn-keyword {
        font-weight: normal;
        font-style: italic;
        font-family: Vollkorn, 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    }
    #ago-latijn .latijn-regular {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 0.8em;
    }
    #mission-statement {
        margin: auto;
        text-align: center;
        font-size: 1.2em;
    }
    #services_small {
        display: none;
    }
    #services {
        background-image: url(assets/profile/Services.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
        height: 550px;
    }
    #services .table-services {
        width: 100%;
        padding-top: 30px;
    }
    #services .table-services a :hover p {
        color: #00aeef;
    }
    #services h3 {
        margin-bottom: 0px;
    }
    #services h4 {
        color: #00cdef;
    }
    #services .meer-info {
        /*text-decoration:italic;*/
        font-style: italic;
        color: #00aeef;
    }
    #sectionOne {
        padding-left: 80px;
        padding-top: 30px;
    }
    #sectionTwo {
        min-height: 100px;
    }
    /*#sectionTwo :hover{
	text-decoration:underline;
}*/
    .sectionTwo-partTwo {
        padding-left: 60px;
    }
    .sectionTwo-partThree {
        padding-left: 100px;
    }
    #sectionFour {
        padding-left: 165px;
        min-height: 120px;
    }
    .sectionFour-partOne {
        padding-left: 15px;
    }
    .sectionFour-partTwo {
        padding-left: 25px;
    }
    .sectionFour-partThree {
        padding-left: 35px;
    }
    .sectionFour-partFour {
        padding-left: 45px;
    }
    #sectionFive {
        text-align: right;
        padding-right: 180px;
        padding-top: 35px;
    }
    .sectionFive-title {
        padding-right: 10px;
    }
    .sectionFive-partOne {
        padding-right: 8px;
    }
    .sectionFive-partTwo {
        padding-right: 5px;
    }
    #sectionSix {
        padding-left: 210px;
    }
    .sectionSix-title {
        padding-left: 11px;
    }
    .sectionSix-partOne {
        padding-left: 12px;
    }
    .sectionSix-partTwo {
        padding-left: 11px;
    }
    .sectionSix-partThree {
        padding-left: 10px;
    }
    .sectionSix-partFour {
        padding-left: 8px;
    }
    #sectionSeven {
        text-align: right;
        padding-right: 60px;
        padding-top: 30px;
    }
    .sectionSeven-title {
        padding-right: 90px;
    }
    .sectionSeven-partOne {
        padding-right: 70px;
    }
    .sectionSeven-partTwo {
        padding-right: 50px;
    }
    #sectionEight {
        padding-left: 120px;
        min-height: 100px;
    }
    .sectionEight-title {
        padding-left: 80px;
    }
    .sectionEight-partOne {
        padding-left: 50px;
    }
    .sectionEight-partTwo {
        padding-left: 30px;
    }
    .division {
        margin-top: 20px;
    }
    .division h3 {
        margin-bottom: 0px;
    }
    .division-ul {
        /*float:left;*/
        list-style-type: none;
        /*width:50%;*/
    }
    .division .listLeft {
        float: left;
        width: 50%;
    }
    .division .listRight {
        width: 50%;
        float: left;
    }
    .division-table {
        width: 100%;
        text-align: left;
    }
    .division-table h3 {
        padding-left: 10px;
    }
    .division-thumb-img {
        width: 109px;
        height: 91px;
    }
    .division-arrow {
        width: 16px;
        height: 23px;
    }
    .division a :hover {
        background-color: #c6e7f2;
    }
    /*.valuable-ul{
	list-style-type:none;
}
.valuable-li{
	width:25%;
	float:left;
}*/
    #valuable {
        width: 100%;
    }
    #valuable img {
        width: 100%;
        height: auto;
    }
    #valuable_small {
        display: none;
    }

    #ago-zoekt-list-title {
        font-size: 1em;
        color: #005380;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
    }
    #bedrijven-band {
        background-color: #01b1ec;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #bedrijven-band a {
        color: #ffffff;
        text-decoration: none;
    }
    #bedrijven-band h1 {
        color: #ffffff !important;
        text-align: center;
    }
    .bedrijf-container {
        float: left;
        width: 21%;
        padding: 1%;
        margin-right: 1.5%;
    }
    .bedrijf-hidden-screen {
        display: none !important;
    }
    .bedrijf-container img {
        border: 2px solid #ffffff;
    }
    #show-all-bedrijven {
        text-align: center;
        font-weight: bold;
        color: #ffffff;
        font-size: 1.2em;
        padding: 10px;
        cursor: pointer;
        margin-top: 10px;
    }
    #show-all-bedrijven:hover {
        background-color: #005380;
    }
    #kvk-image-band {
        position: relative;
        background-image: url(assets/transport-home.jpg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 298px;
        cursor: pointer;
    }
    #kvk-banner-overlay {
        position: absolute;
        top: 20px;
        left: 0px;
        z-index: 10;
        width: 100%;
    }
    #footer {
        background-color: #005380;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-menu-list {
        float: left;
        width: 23%;
        margin-right: 1%;
        margin-left: 1%;
        list-style-type: none;
        font-size: 0.8em;
    }
    .footer-menu-list li {
        padding: 0.5em 0px 0.5em 0px;
        color: #ffffff;
        /*border-bottom:1px solid #0173b1;*/
    }
    .footer-menu-list li a {
        color: #9ebac9;
        text-decoration: none;
    }
    .vacature-list li a:hover {
        color: #01b1ec;
    }
    #ago-zoekt .vacature-list {
        width: 26% !important;
    }

    .footer-list-title {
        border: none !important;
    }
    .footer-list-title-a {
        font-size: 1.2em !important;
        font-weight: bold !important;
        display: block !important;
        margin-bottom: 0.8em !important;
        border: none !important;
        color: #ffffff !important;
    }
    #footer-menu-mobile {
        display: none;
    }
    #footer-erkenning {
        font-size: 0.7em;
        color: #9ebac9;
        text-align: center;
    }
    #footer-icons {
        margin-top: 60px;
        margin-bottom: 60px;
        text-align: center;
    }
    .footer-icon-img {
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
        border: none;
    }

    /* vacature pagina */
    #job-band-1 {
        position: relative;
        /*background-image:url(assets/vacatures-background.jpg);*/
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #005380;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #jobs-indekijker-scroll {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
        -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)';
    }
    .btn-jobscroller {
        display: inline-block;
        padding: 9px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        margin-right: 2px;
        margin-left: 2px;
        cursor: pointer;
    }
    .btn-jobscroller:hover {
        background-color: #ffffff;
    }
    .job-image {
        width: 100%;
        height: auto;
        border: 1px solid #ffffff;
    }
    .job-link {
        text-decoration: none;
        border: none;
        display: none;
    }
    .job-selected {
        display: block !important;
    }
    .jobscroll-selected {
        background-color: #ffffff;
    }

    #vacature-filter {
        float: left;
        width: 25%;
    }
    #vacature-filter-submit {
        padding: 10px;
        background-color: #01b1ec;
        margin-top: 20px !important;
        cursor: pointer;
        float: left;
        text-align: center;
        width: 220px;
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        font-size: 0.8em;
    }
    /* #vacature-filter-submit a{
	
} */
    #vacature-filter-submit:hover {
        background-color: #005380;
    }
    #vacature-filter label {
        display: block;
        margin-bottom: 5px;
        font-size: 0.9em;
        color: #757575;
    }
    #vacature-filter input {
        -moz-appearance: none;
        -webkit-apperance: none;
        border-radius: 0px;
        font-size: 0.8em;
        color: #454545;
        border: 1px solid #b9bfc5;
        background-color: #ffffff;
        padding: 5px;
        display: block;
        width: 228px;
    }
    #vacature-filter select {
        border-radius: 0px;
        padding: 5px;
        color: #454545;
        border: 1px solid #b9bfc5;
        background-color: #ffffff;
        width: 240px;
        margin-top: 10px;
    }
    #vacature-overview {
        float: left;
        width: 68%;
        margin-left: 3%;
        padding-left: 3%;
        border-left: 1px solid #d9dee4;
    }
    #overview-bottom {
        margin-top: 30px;
    }
    #overview-bottom a {
        color: #01b1ec;
        text-decoration: underline;
        font-size: 0.8em;
        font-weight: bold;
        margin-top: 10px;
    }
    .paginatie {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .paginatie-bottom {
        margin-top: 20px;
    }
    .btnpage {
        padding: 6px;
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 0.75em;
        color: #757575;
        border: 1px solid #ced4dc;
        margin-left: 2px;
        margin-right: 2px;
    }
    .btnpage:hover {
        color: #01b1ec !important;
        border-color: #01b1ec !important;
        background-color: #f2f6f9;
    }
    .btnpage-selected {
        color: #01b1ec !important;
        border-color: #01b1ec !important;
        background-color: #f2f6f9;
    }
    .btnPrev,
    .btnNext {
        font-size: 0.75em;
        color: #ffffff;
        padding: 10px;
        padding-top: 4px;
        padding-bottom: 4px;
        background-color: #01b1ec;
    }
    .btnPrev:hover {
        background-color: #005380;
    }
    .btnNext:hover {
        background-color: #005380;
    }
    .vacature-item {
        padding: 20px;
        border-bottom: 1px solid #d9dee4;
        cursor: pointer;
        display: block;
    }
    .vacature-item:hover {
        background-color: #c6e7f2;
    }
    .vacature-item-meta {
        font-size: 0.8em;
        color: #757575;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .vacature-item-info {
        font-size: 0.8em;
        color: #757575;
        line-height: 1.5em;
    }
    .vacature-item-info ul li {
        font-size: 1.2em;
        line-height: 1.6em;
    }
    #vacature-detail-sidebar {
        float: left;
        width: 25%;
    }
    #vacature-detail-sidebar label {
        display: block;
        margin-bottom: 5px;
        font-size: 0.9em;
        color: #01b1ec;
        font-weight: bold;
    }
    #vacature-detail-sidebar a {
        color: #01b1ec;
        text-decoration: underline;
        font-size: 0.8em;
        font-weight: bold;
        margin-top: 10px;
    }
    .zoekcriteria-value {
        color: #757575;
        font-size: 0.8em;
        margin-bottom: 10px;
        display: block;
        line-height: 1.5em;
    }
    #vacature-overview h1 {
        float: none !important;
    }
    .vacature-detail-info {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #d9dee4;
    }
    .vacature-detail-info p {
        font-size: 1.2em;
        margin-bottom: 15px;
    }
    .vacature-detail-info a {
        color: #01b1ec;
        text-decoration: underline;
        font-size: 1.2em;
        font-weight: bold;
    }
    .vacature-item-info-title {
        font-weight: bold;
        margin-bottom: 5px;
        display: block;
        font-size: 1.2em;
    }
    #policy-jump-container {
        height: 60px;
        border-bottom: 1px solid #dddddd;
    }
    .policy-jump {
        padding: 10px;
        background-color: #01b1ec;
        margin-top: 20px !important;
        cursor: pointer;
        text-align: center;
        width: 220px;
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        font-size: 0.8em;
        color: white;
    }
    #vacature-solliciteer {
        padding: 10px;
        background-color: #01b1ec;
        margin-top: 20px !important;
        cursor: pointer;
        float: left;
        text-align: center;
        width: 220px;
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        font-size: 0.8em;
    }
    #solliciteer-annuleer {
        padding: 10px;
        background-color: #01b1ec;
        margin-top: 20px !important;
        cursor: pointer;
        float: left;
        text-align: center;
        width: 220px;
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        font-size: 0.8em;
        margin-left: 20px;
    }
    #mobile-return-list {
        display: none;
    }
    .policy-jump:hover {
        background-color: #005380;
    }
    #vacature-solliciteer:hover {
        background-color: #005380;
    }
    #solliciteer-annuleer:hover {
        background-color: #005380;
    }
    .paginatie-mobile {
        display: none;
    }
    #job-band-mobile {
        display: none;
    }
    /*-----------------*/
    /*Information pages*/
    .information-band {
        background-color: #f2f6f9;
        /*border-bottom:1px solid #d9dee4;*/
        border-top: 1px solid #d9dee4;
        padding-top: 20px;
        padding-bottom: 40px;
        clear: both;
    }
    .information-band-white {
        background-color: #ffffff !important;
    }
    #info-sidebar {
        float: left;
        width: 14%;
        padding-right: 4%;
        padding-top: 20px;
    }
    #info-sidebar a {
        color: #01b1ec;
        text-decoration: none;
        font-size: 0.9em;
        font-weight: bold;
        line-height: 2em;
        display: block;
    }
    #info-sidebar a:hover {
        color: #005380;
    }
    #info-sidebar a.selected {
        color: #005380;
    }
    .info-content {
        width: 100%;
        /*padding-left:5%;
	padding-right:5%;*/
    }

    /* .info-content h1{
} */
    .info-content p {
        margin-bottom: 20px;
    }
    .info-content a {
        text-decoration: underline;
        color: #01b1ec;
    }
    .info-content a:hover {
        color: #005380;
    }
    #image-band-ago-zoekt {
        position: relative;
        background-image: url(assets/ago-zoekt-werk.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 300px;
    }
    #image-band-kvk {
        position: relative;
        background-image: url(assets/kvk-home-2.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 289px;
    }
    .interne-vacature {
        border-bottom: 1px solid #d9dee4;
    }
    .interne-vacature h3 {
        margin-bottom: 5px !important;
    }
    .interne-vacature a {
        text-decoration: none;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .interne-vacature a:hover {
        background-color: #c6e7f2;
    }
    /*-----------------*/
    /* Contact pagina */
    .contact-item {
        float: left;
        width: 24%;
        margin-right: 1%;
        margin-bottom: 1%;
    }
    /* btn 2018-09-17 */
    .contact-item.headquarter {
        width: 100%;
    }
    /* btn 2018-09-17 [END] */
    #offices-big {
        display: block;
    }
    #offices-small {
        display: none;
    }
    .contact-title {
        /*
	padding:10px;
	color:#757575;
	background-color:#F2F6F9;
	border:1px solid #D9DEE4;
	font-size:0.85em;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	*/
        font-size: 0.85em;
        color: #757575;
    }
    .contact-title:hover {
        /*
	background-color:#01B1EC!important;
	color:#ffffff!important;
	border:1px solid #01B1EC!important;
	*/
        color: #01b1ec;
        cursor: pointer;
    }
    .contact-title-hovering {
        background-color: #01b1ec !important;
        color: #ffffff !important;
        border: 1px solid #01b1ec !important;
        padding: 5px;
        padding-left: 10px;
    }
    /* btn 2018-09-17 */
    .headquarter .contact-title {
        display: inline-block !important;
        background-color: transparent !important;
        border: none !important;
        color: #757575 !important;
        cursor: default;
        padding: 0;
        padding-top: 2px;
        vertical-align: top;
        width: 24%;
    }
    /* btn 2018-09-17 [END] */
    .contact-info {
        display: none;
        padding: 10px;
        border: 1px solid #d9dee4;
    }
    .contact-info-hovering {
        display: block;
        background-color: #ffffff;
    }

    /* btn 2018-09-17 */
    .headquarter .contact-info {
        display: inline-block !important;
        background-color: transparent !important;
        border: none;
        padding: 0;
        padding-left: 1% !important;
        vertical-align: top;
        width: auto;
    }
    /* btn 2018-09-17 [END] */
    .contact-info p {
        margin-bottom: 0px !important;
    }
    #ago-contact {
        border-top: 1px solid #d9dee4;
        background-color: #edf2f8;
        border-bottom: 1px solid #d9dee4;
        padding-bottom: 20px;
    }
    /*----------------*/
    #googleframe {
        height: 350px;
        border: none !important;
    }

    /* myago-inschrijven pagina*/
    #image-band-myago {
        position: relative;
        border-top: 1px solid #d2dae5;
        background-color: #edf2f8;
    }
    #myago-logo-container-mobile {
        display: none;
    }
    #myago-logo-container {
        padding-top: 20px;
        /*
	text-align:center;
	margin-bottom:30px;
	width:33%;
	margin-left:33%;
	*/
        float: right;
    }

    #myago-logo-container img {
        width: 60%;
        height: auto;
    }
    #myago-mobile-login {
        display: none;
    }
    #infochart p {
        color: #878b94;
        font-size: 0.8em;
        line-height: 1.6em;
        padding-top: 10px;
        margin-top: 10px;
        width: 430px;
        text-align: justify;
    }
    #infochart h1 {
        color: #878b94;
        display: inline;
        font-size: 1.6em;
    }
    .info-icon {
        vertical-align: bottom;
        margin-right: 20px;
    }
    .info-item {
        margin-bottom: 40px;
    }
    #errorlog {
        font-size: 0.8em;
        margin-bottom: 20px;
    }
    #loginform,
    #registration-form {
        float: left;
        /*width:64%;*/
        margin-bottom: 10px;
        margin-top: 0px;
    }
    #loggedinform {
        float: left;
    }
    #loggedinform a {
        color: #009ee0;
        font-weight: bold;
        text-decoration: none;
    }
    #loggedinform p {
        margin-bottom: 20px;
    }
    #loggedinform h2 {
        font-size: 1em;
    }

    #loginform p {
        font-size: 0.8em;
        color: #4d617a;
    }
    #loginform a {
        font-size: 1em;
        font-weight: normal;
        color: #009ee0;
        background-color: none !important;
    }
    #myago-info p {
        margin-bottom: 40px;
    }
    .myago-info-part {
        width: 27%;
        padding-right: 3%;
        padding-left: 3%;
        float: left;
        text-align: left;
        margin-top: 40px;
    }
    .form-group-part h1 {
        margin-top: 0px;
        padding-top: 0px;
        font-size: 1.7em !important;
        font-family: Arial, Helvetica, sans-serif;
        color: #009ee0;
        font-weight: normal;
        margin-bottom: 0px;
    }
    .checklist {
        font-size: 0.8em;
        font-weight: normal;
        color: #4d617a;
        line-height: 1.5em;
    }
    .form-group-part p {
        margin-top: 45px;
    }
    .form-block {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .myago-label {
        font-size: 0.85em;
        color: #0092ce;
        display: block;
        margin-bottom: 5px;
        cursor: pointer;
    }
    .input-help {
        font-size: 1em;
        color: #0092ce;
        display: block;
        margin-bottom: 10px;
        margin-top: 5px;
        font-style: italic;
        width: 250px;
    }
    .myago-submit {
        -moz-appearance: none;
        border-radius: 0px;
        min-width: 100px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #ffffff;
        /*	border:1px solid #c3ced2;*/
        border: none;
        background-color: #01b1ec;
        font-weight: bold;
        /* vertical-align:middle; */
        font-family: Arial, Helvetica, sans-serif;
        /*	font-size:12px;*/
        font-size: 0.85em;
        line-height: 1.75em;
        font-weight: bold;
        cursor: pointer;
        display: block;
    }
    .myago-submit:hover {
        background-color: #005380;
    }
    .input-saved {
        border: none !important;
        color: #00a400 !important;
        background-color: #f2f6f9 !important;
        padding-left: 0px !important;
    }
    ::-webkit-input-placeholder {
        color: #94989b;
    }
    :-moz-placeholder {
        color: #94989b;
    }
    ::-moz-placeholder {
        color: #94989b;
        opacity: 1;
    }
    :-ms-input-placeholder {
        color: #94989b;
    }
    .myago-input-normal {
        -moz-appearance: none;
        border-radius: 0px;
        width: 250px;
        padding-left: 5px;
        height: 25px;
        font-size: 0.8em;
        color: #4d617a;
        border: 1px solid #c3ced2;
        background-color: #ffffff;
    }
    .myago-input-medium {
        -moz-appearance: none;
        border-radius: 0px;
        width: 145px;
        padding-left: 5px;
        height: 25px;
        font-size: 0.8em;
        color: #4d617a;
        border: 1px solid #c3ced2;
        background-color: #ffffff;
    }
    .myago-input-small {
        -moz-appearance: none;
        border-radius: 0px;
        width: 75px;
        padding-left: 5px;
        height: 25px;
        font-size: 0.8em;
        color: #4d617a;
        border: 1px solid #c3ced2;
        background-color: #ffffff;
    }
    .myago-input-mini {
        -moz-appearance: none;
        border-radius: 0px;
        width: 35px;
        padding-left: 5px;
        height: 25px;
        font-size: 0.8em;
        color: #4d617a;
        border: 1px solid #c3ced2;
        background-color: #ffffff;
    }
    #myago-registreer {
        padding-bottom: 60px;
        text-align: center;
        clear: both;
        padding-top: 10px;
        width: 33%;
        margin-left: 33%;
    }
    .myago-register {
        margin-top: 20px;
        float: none !important;
        padding: 10px;
        background-color: #01b1ec;
        margin-bottom: 20px;
        font-size: 0.85em;
        color: #ffffff;
        font-weight: bold;
        padding-left: 30px;
        padding-right: 30px;
    }
    .myago-register:hover {
        background-color: #005380;
    }
    #myago-screen-login {
        padding-left: 3%;
        float: left;
        padding-top: 20px;
    }
    /*-------------------------*/
    /*---- bedrijven pagina ---*/
    #bedrijven-thumbs {
        margin-top: 20px;
    }
    #bedrijven-thumbs .bedrijf-container {
        width: 10% !important;
        cursor: pointer;
        margin-right: 0.5% !important;
    }
    #bedrijven-thumbs .bedrijf-container img {
        width: 100% !important;
        height: auto;
        border: 1px solid #d9dee4 !important;
    }
    .image-band-bedrijven {
        background-image: url(assets/bedrijven-background.jpg) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 210px !important;
    }
    .image-band-matchmaker {
        background-image: url(assets/matchmaker-background.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 210px !important;
        background-size: cover;
    }
    .image-band-mengoperator {
        background-image: url(assets/mengoperator-background.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 300px !important;
        background-size: cover;
    }
    .image-band-logistiektalent {
        background-image: url(assets/logistiektalent-background.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 300px !important;
        background-size: cover;
    }
    .image-band-redder {
        background-image: url(assets/redder-background.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 300px !important;
        background-size: cover;
    }
    .image-band-onsemi {
        background-image: url(assets/onsemi-background-big.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 300px !important;
        background-size: cover;
    }
    .image-band-meubar {
        background-image: url(assets/meubar-background-big.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 300px !important;
        background-size: cover;
    }
    .image-band-greenyard {
        background-image: url(assets/greenyard-background-big.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 300px !important;
        background-size: cover;
    }
    .image-band-ontex {
        background-image: url(assets/ontex-background-big.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 300px !important;
        background-size: cover;
    }
    .image-band-greenyard {
        background-image: url(assets/greenyard-background-big.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 300px !important;
        background-size: cover;
    }
    .image-band-geeloffice {
        background-image: url(assets/jobdagkempenoffice-background_small.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 500px !important;
        background-size: cover;
    }
    .image-band-unilin {
        width: 100%;
        /*background-image:url(assets/Unilin_background.png)!important;*/
        border-top: 1px solid #d9dee4;
        /*padding-bottom:500px!important;*/
        /*background-size:cover;*/
    }
    .image-band-volvo {
        width: 100%;
        border-top: 1px solid #d9dee4;
    }
    .image-band-tvh {
        background-image: url(assets/ICT_FB.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 500px !important;
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
    .image-band-morreels {
        background-image: url(assets/morreels.jpg) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 500px !important;
        background-size: cover;
        background-position: center;
    }
    .image-band-movianto {
        background-image: url(assets/background_movianto_big.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 500px !important;
        background-size: cover;
        background-position: center;
    }
    .meteenInschrijvenGO {
        position: absolute;
        margin-top: 400px !important;
        margin-left: 375px;
    }
    .overlaymiddle {
        margin-left: 380px;
    }
    #bedrijf-detail {
        display: none;
    }
    .bedrijf-show {
        display: block;
    }
    .bedrijf-hide {
        display: none;
    }
    .bedrijf-side {
        width: 30%;
        padding: 1%;
        padding-top: 0px;
        padding-right: 3%;
        float: left;
    }
    .bedrijf-info {
        float: left;
        padding: 1%;
        padding-top: 0px;
        padding-left: 2%;
        width: 62%;
        border-left: 1px solid #d9dee4;
    }
    .bedrijf-info a {
        text-decoration: none;
        color: #01b1ec;
    }
    .bedrijf-info p {
        margin-bottom: 30px;
    }
    .bedrijf-side img {
        width: 100%;
        height: auto;
        border: 1px solid #d9dee4 !important;
    }
    .bedrijf-vacatures {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .bedrijf-vacatures li {
        list-style-type: none;
    }
    .bedrijf-vacatures li a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 0.8em;
        text-decoration: none;
        color: #757575;
        font-weight: normal;
        border-bottom: 1px solid #d9dee4;
    }
    .bedrijf-vacatures li a:hover {
        color: #01b1ec;
    }
    .bedrijf-kantoor-info {
        margin-top: 20px;
    }
    .bedrijf-kantoor-info a {
        text-decoration: none;
        color: #01b1ec;
    }

    #volvo ul {
        list-style: outside none none;
        margin-bottom: 20px;
    }
    #volvo ul li {
        display: inline;
        font-size: 0.85em;
        margin-bottom: 10px;
        list-style-type: none;
    }
    #volvo ul li a {
        text-decoration: none;
        padding-left: 8px;
        padding-right: 8px;
        border-right: 1px solid #a7a9ac;
    }
    #ontex ul,
    #jules ul,
    #lotus ul,
    #cargill ul,
    #greenyard ul,
    #terbeke ul,
    #milcobel ul,
    #vandemoortele ul {
        list-style: outside none none;
        margin-bottom: 20px;
    }
    #ontex ul li,
    #jules ul li,
    #lotus ul li,
    #cargill ul li,
    #greenyard ul li,
    #terbeke ul li,
    #milcobel ul li,
    #vandemoortele ul li {
        display: inline;
        font-size: 0.85em;
        margin-bottom: 10px;
        list-style-type: none;
    }
    #ontex ul li a,
    #jules ul li a,
    #lotus ul li a,
    #cargill ul li a,
    #greenyard ul li a,
    #terbeke ul li a,
    #milcobel ul li a,
    #vandemoortele ul li a {
        text-decoration: none;
        padding-left: 8px;
        padding-right: 8px;
        border-right: 1px solid #a7a9ac;
    }

    #vandemoortele ul li:last-child a {
        border-right: none;
    }
    .sub-selected {
        color: #005380 !important;
    }
    .volvo-sub {
        display: none;
    }
    .ontex-sub {
        display: none;
    }
    .jules-sub {
        display: none;
    }
    .terbeke-sub {
        display: none;
    }
    .lotus-sub {
        display: none;
    }
    .cargill-sub {
        display: none;
    }
    .greenyard-sub {
        display: none;
    }
    .katoen-sub {
        display: none;
    }
    .milcobel-sub {
        display: none;
    }
    .vandemoortele-sub {
        display: none;
    }
    .show-sub {
        display: block !important;
    }
    .volvo-sides {
        display: none;
    }
    .ontex-sides {
        display: none;
    }
    .jules-sides {
        display: none;
    }
    .cargill-sides {
        display: none;
    }
    .terbeke-sides {
        display: none;
    }
    .lotus-sides {
        display: none;
    }
    .greenyard-sides {
        display: none;
    }
    .katoen-sides {
        display: none;
    }
    .milcobel-sides {
        display: none;
    }
    .vandemoortele-sides {
        display: none;
    }
    .volvo-side-show {
        display: block !important;
    }
    .ontex-side-show {
        display: block !important;
    }
    .jules-side-show {
        display: block !important;
    }
    .terbeke-side-show {
        display: block !important;
    }
    .lotus-side-show {
        display: block !important;
    }
    .cargill-side-show {
        display: block !important;
    }
    .greenyard-side-show {
        display: block !important;
    }
    .milcobel-side-show {
        display: block !important;
    }
    .vandemoortele-side-show {
        display: block !important;
    }

    /*inschrijven pagina FR*/
    /*---------------------*/
    #inschrijven {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #declaration {
        font-size: 0.85em;
        color: #757575;
    }
    #declaration a {
        color: #01b1ec;
        text-decoration: underline;
    }

    /*----Blogs----*/
    /*-------------*/
    #lastBlog-mobile {
        display: none;
    }
    #ulBlogs {
        display: none;
    }
    .blog-thumb-detail-medium,
    .blog-thumb-detail-small {
        display: none;
    }
    .blog-thumb-list,
    .bedrijven-thumb-list {
        float: left;
        list-style-type: none;
        width: 225px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .blog-thumb-container,
    .bedrijven-thumb-container {
        width: 100%;
        position: relative;
        margin: 10px;
    }
    .blog-thumb-container img,
    .bedrijven-thumb-container img {
        width: 100%;
    }
    .blog-thumb-detail-text {
        position: absolute;
        bottom: 0px;
        background-color: #fff;
        opacity: 0.8;
        padding: 2px;
        color: rgb(0, 89, 133);
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        width: 100%;
    }
    #blog-thumb-list-1:hover #blog-thumb-detail-text-1 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    #blog-thumb-list-2:hover #blog-thumb-detail-text-2 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    #blog-thumb-list-3:hover #blog-thumb-detail-text-3 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    #blog-thumb-list-4:hover #blog-thumb-detail-text-4 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    #blog-thumb-list-5:hover #blog-thumb-detail-text-5 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    #blog-thumb-list-6:hover #blog-thumb-detail-text-6 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    #blog-thumb-list-7:hover #blog-thumb-detail-text-7 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    #blog-thumb-list-8:hover #blog-thumb-detail-text-8 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    #blog-thumb-list-9:hover #blog-thumb-detail-text-9 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    .blog-thumb-highlight {
        position: absolute;
        top: 0px;
        background-color: #00adef;
        color: white;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        padding: 2px;
        font-size: 0.8em;
    }

    .blog-scroll-prev {
        color: #00adef;
        position: absolute;
        top: 50px;
        left: -30px;
        font-size: 1.5em;
        cursor: pointer;
        padding-left: 5px;
        padding-right: 5px;
        border: none;
        background-color: rgb(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
        /*background-color:#00adef;*/
    }
    .bedrijven-scroll-prev {
        color: #00adef;
        position: absolute;
        top: 75px;
        left: -30px;
        font-size: 1.5em;
        cursor: pointer;
        padding-left: 5px;
        padding-right: 5px;
        border: none;
        background-color: rgb(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
        /*background-color:#00adef;*/
    }
    .blog-scroll-prev:hover,
    .bedrijven-scroll-prev:hover {
        color: rgb(0, 89, 133);
    }
    .blog-scroll-next {
        color: #00adef;
        position: absolute;
        top: 50px;
        right: -30px;
        font-size: 1.5em;
        cursor: pointer;
        padding-left: 5px;
        padding-right: 5px;
        border: none;
        background-color: rgb(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
        /*background-color:#00adef;*/
    }
    .bedrijven-scroll-next {
        color: #00adef;
        position: absolute;
        top: 75px;
        right: -30px;
        font-size: 1.5em;
        cursor: pointer;
        padding-left: 5px;
        padding-right: 5px;
        border: none;
        background-color: rgb(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
        /*background-color:#00adef;*/
    }
    .blog-scroll-next:hover,
    .bedrijven-scroll-next:hover {
        color: rgb(0, 89, 133);
    }
    .scrollDisable {
        cursor: default;
        color: #c5c5c5 !important;
        /*background-color:#dadada !important;*/
    }
    .blogHide {
        display: none;
    }

    .lastBlog {
        width: 100%;
        background-color: #01b1ec;
        /*padding:10px;*/
        border-radius: 10px;
        cursor: pointer;
        font-family: Lintel !important;
    }
    .lastBlog:hover {
        background-color: #005380;
    }
    .lastBlog table {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .lastBlog-general {
        color: #000;
        font-size: 1.5em;
        font-weight: bold;
    }
    .lastBlog-blogtitle {
        color: #fff;
        font-size: 1.5em;
        font-weight: bold;
    }
    .lastBlog-time {
        font-size: 0.7em;
    }
    .lastBlog-arrow {
        height: 40px;
        width: auto;
    }
    .navBlog {
        width: 100%;
        margin-top: 10px;
        /*padding:5px;*/
        font-family: Lintel;
    }
    .navBlog-icon {
        height: 20px;
        width: auto;
    }
    .navBlog-clickable {
        cursor: pointer;
    }
    .searchNavBalk {
        width: 100%;
    }
    .mainSearchDiv {
        width: 100%;
        /*min-height:100px;*/
        margin-top: 10px;
        border: 1px solid #01b1ec;
        border-radius: 10px;
        /*padding:10px;*/
    }
    .searchDiv {
        border: 1px solid #757575;
        width: 300px;
        margin: 10px;
    }
    .searchDiv table {
        width: 100%;
    }
    .searchDiv table tr td {
        padding: 5px;
    }
    .searchDiv input {
        border: none;
        width: 100%;
        padding: 5px;
    }
    .searchTagDiv {
        margin: 10px;
    }
    #BlogSearchBox {
        display: none;
    }
    .noBlogs {
        margin-top: 25px;
        text-align: center;
    }
    .contentBlog {
        margin-top: 10px;
        width: 100%;
        font-family: Lato;
    }
    .contentBlog p {
        font-size: 1.1em;
    }
    .contentBlog h3 {
        font-size: 1.2em;
    }
    #tblBlogs {
        width: 100%;
    }
    .contentBlog-big {
        min-height: 600px;
        /*background-color:lightgrey;*/
        border-radius: 10px;
    }
    .contentBlog-Medium {
        /*min-height:600px;/
	/*background-color:lightgrey;*/
        border-radius: 10px;
    }
    .contentBlog-small {
        min-height: 300px;
        /*background-color:#757575;*/
    }
    .contentBlog-overlay {
        padding: 10px;
    }
    .imageBlog-big {
        width: 100%;
        /*max-height:450px;*/
    }
    .imageBlog-small {
        width: 100%;
        /*max-height:225px;*/
    }
    .blogTags {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .tag {
        background-color: #01b1ec;
        color: white;
        font-weight: bold;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
        margin-right: 10px;
        font-size: 0.8em;
        cursor: pointer;
        font-family: Lintel !important;
        display: inline-block;
        margin-top: 3px;
    }
    .contentBlog-content-big {
        width: 100%;
        margin-top: 20px;
    }
    .contentBlog-content-img {
        width: 100%;
        /*text-align:center;*/
    }
    .imageBlog-content {
        /*max-height:500px;*/
        max-width: 100%;
        width: auto;
    }
    .readMoreBlog {
        font-weight: bold;
        color: #01b1ec;
        cursor: pointer;
        text-decoration: none;
    }
    .readMoreBlog:hover {
        color: #005380;
    }
    .return2blog {
        margin-top: 10px;
    }
    .top5 {
        margin-top: 5px;
    }
    .bottom5 {
        margin-bottom: 5px;
    }
    .left5 {
        margin-left: 5px;
    }
    .right5 {
        margin-right: 5px;
    }
    .PageSelected {
        font-weight: bold;
        color: #005380;
        cursor: normal;
    }
    .PageNotSelected {
        font-weight: normal;
        color: #005380;
        cursor: pointer;
    }
    .blog-content-view-1 {
        float: left;
        width: 66%;
    }
    .blog-content-view-2 {
        float: left;
        width: 33%;
    }
    .blog-content-view-3 {
        float: left;
        width: 50%;
    }
    .blog-content-view-blog-small {
        width: 305px;
        float: left;
    }
    .blog-content-view-blog-small:hover {
        background-color: lightgrey;
        border-radius: 10px;
    }
    .blog-content-view-blog-big:hover {
        background-color: lightgrey;
        border-radius: 10px;
    }
    #cookie-config {
        border: 1px solid #fff;
        margin-top: 20px;
        width: 920px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        text-align: left;
        color: #fff;
    }
    #cookie-config h1 {
        font-weight: bold;
        font-size: 1.5em;
        color: #fff;
        margin-bottom: 5px;
    }
    #cookie-config p {
        color: #fff;
        font-size: 1em;
    }
    #cookie-config-table {
        margin-top: 10px;
    }

    #cookie-config-save {
        color: #ffffff;
        font-weight: bold;
        padding: 8px 16px;
        margin-left: 20px;
        border: 1px solid #ffffff;
        width: 200px;
        text-align: center;
        margin-top: 25px;
        float: right;
        margin-right: -10px;
        cursor: pointer;
    }
    #cookie-config-save:hover {
        color: rgb(0, 83, 128);
        font-weight: bold;
        padding: 8px 16px;
        margin-left: 20px;
        border: 1px solid #ffffff;
        background-color: #ffffff;
    }

    .taBlock {
        padding-top: 15px;
    }
    .taBlock h3 {
        color: #005880;
        font-size: 1.2em;
    }
    .taBlock h4 {
        font-size: 1.1em;
        margin-bottom: 15px;
    }
    .taBlock p {
        font-size: 1em;
        line-height: 1.4em;
    }
    .taBlock ul {
        list-style: none;
        margin-bottom: 15px;
        color: #757575;
    }
    .taBlock ul li::before {
        content: '>';
        color: #00adef;
        font-size: 1em;
        font-weight: bold;
        display: inline-block;
        margin-right: 15px;
    }
    .taBlock ul li {
        font-size: 1em;
        line-height: 1.4em;
        color: #757575;
    }
    .taBlock ul ul {
        list-style: none;
        margin-bottom: 15px;
        color: #757575;
    }
    .taBlock ul ul li::before {
        content: '-';
        color: #00adef;
        font-size: 1em;
        font-weight: bold;
        display: inline-block;
        margin-right: 15px;
        margin-left: 50px;
    }
    .taBlock ul ul li {
        font-size: 1em;
        line-height: 1.4em;
        color: #757575;
    }
    .taBlock .highlighted_keyword {
        color: #00adef;
    }
    .taBlock .taWhy {
        font-weight: bold;
    }
    .taBlock .quote {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .taBlock .quote p {
        font-style: italic;
    }
    .taBlock .quote h3 {
        color: #00adef;
        font-weight: normal;
    }
    .section_break {
        height: 20px;
        border-bottom: 1px solid #00adef;
        text-align: center;
    }
    .section_break_text {
        font-size: 4em;
        background-color: #fff;
        padding: 0px 35px;
        color: #00adef;
    }
    .taBlock .taWrapper {
        overflow: hidden;
        margin-bottom: 10px;
    }
    .taBlock .taWrapper::after {
        clear: both;
    }
    .taBlock .taWrapper .taWrapper_item {
        float: left;
        width: 27%;
        margin: 0 0.5%;
        padding: 15px;
        /*border:1px solid #777;*/
    }
    .taImg {
        width: 200px;
        /*height:200px;*/
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
    }
    .taMiddle {
        text-align: center;
    }
    .taTitle_1 {
        color: #009ee3;
    }
    .taTitle_2 {
        color: #9cb410;
    }
    .taTitle_3 {
        color: #005985;
    }
    .taBlock .taColorBlock {
        background-color: #00adef;
        padding: 10px 20px;
        margin-bottom: 25px;
    }
    .taBlock .taColorBlock p {
        color: #ffffff;
        padding: 0px;
        margin: 0px;
    }
    .taFemale {
        background-image: url('https://www.ago.jobs/assets/ta_female.jpg');
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 250px;
        min-height: 350px;
        margin-bottom: -50px;
    }
}
@media only screen and (min-width: 700px) and (max-width: 1023px) {
    * {
        margin: 0px;
        padding: 0px;
    }
    center {
        text-align: left;
    }
    html,
    body {
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
    }
    h1 {
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 20px;
        color: #005380;
        /*display:inline-block;*/
    }
    h2 {
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 10px;
        color: #005380;
    }
    h3 {
        color: #01b1ec;
        font-size: 1em;
        margin-bottom: 10px;
    }
    p {
        color: #757575;
        font-size: 0.8em;
        line-height: 1.6em;
    }
    a {
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
    }
    .register-whatsapp {
        font-size: 0.85rem !important;
    }
    #back2Top {
        width: 40px;
        line-height: 40px;
        overflow: hidden;
        z-index: 999;
        display: none;
        cursor: pointer;
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        position: fixed;
        bottom: 50px;
        right: 20px;
        background-color: #ddd;
        color: #00adef;
        text-align: center;
        font-size: 30px;
        text-decoration: none;
    }
    #back2Top:hover {
        color: #005380;
    }
    #otherProjectsSmall {
        display: none;
    }
    #searchbox-form div,
    #searchbox-form2 div {
        float: left;
        position: relative;
    }
    #searchbox-form div label,
    #searchbox-form2 div label {
        position: absolute;
        z-index: 100;
        left: 27px;
        top: 15px;
        color: #bbb;
        font-style: italic;
        pointer-events: none;
        font-size: 1em;
        transition: 0.2s ease all;
        font-family: 'Lato', sans-serif;
        font-style: italic;
    }
    #searchbox-form div input:required,
    #searchbox-form2 div input:required {
        box-shadow: none;
    }
    #searchbox-form div input:focus ~ label,
    #searchbox-form div input:not(:focus):valid ~ label,
    #searchbox-form2 div input:focus ~ label,
    #searchbox-form2 div input:not(:focus):valid ~ label {
        top: 4px;
        font-size: 0.7em;
    }

    #blockMail_GDPR {
        width: 600px;
        padding-top: 10px;
        padding-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    #vacatures-solliciteren-choice-ud {
        display: none;
    }
    .onlyMobile {
        display: none;
    }
    .videoOverlayText {
        position: absolute;
        top: -250px;
        text-align: center;
        width: 100%;
    }

    .prohibitedMessage {
        text-align: center;
        background-color: #ffc1c1;
        border: 1px solid #b80303;
        padding: 10px;
        font-size: 0.8em;
        margin-left: 15px;
        display: inline;
        color: #757575;
    }
    .prohibitedMessage {
        text-align: center;
        background-color: #d4ffc1;
        border: 1px solid #27b803;
        padding: 10px;
        font-size: 0.8em;
        margin-left: 15px;
        display: inline;
        color: #757575;
    }
    .video_banner video {
        height: 400px;
    }
    .videoOverlayText p {
        color: white;
        font-size: 2em;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
    }
    .youtubeVidBig {
        width: 100%;
        height: 350px;
    }
    .fbBigImage {
        display: none;
    }
    #campagne-big,
    .carousel-big {
        display: none;
    }

    .bedrijven-carousel-large {
        display: block;
    }

    #campagne-medium,
    .carousel-medium {
        display: block;
    }
    #campagne-small,
    .carousel-small {
        display: none;
    }
    .inner-jobdag {
        padding-bottom: 50px;
        padding-top: 30px;
        background-image: url(assets/jobdag2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        /*padding-left:20px;
	padding-right:20px;*/
    }
    .inner-jobdag h1 {
        float: left;
        margin-left: 30px;
    }
    .vdl-background {
        width: 400px;
        height: auto;
        float: right;
        margin-top: -60px;
    }
    .imgFit2 {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .imgFit3 {
        height: 98px;
    }
    .imgFit31 {
        width: 100%;
        object-fit: cover;
        height: 100px;
    }
    .imgFit4 {
        height: 200px;
    }
    .imgFit41 {
        width: 100%;
        object-fit: cover;
        height: 200px;
    }

    #loginform a {
        font-size: 1em;
        font-weight: normal;
        color: #009ee0;
        background-color: none !important;
    }
    .onlybig {
        display: none;
    }
    .cleardiv {
        line-height: 0px;
        clear: both;
        height: 0px;
        font-size: 0px;
    }
    .inner-band-container {
        margin: auto;
        width: 650px;
    }
    #top-band {
        background-color: #ffffff;
        width: 100%;
    }
    #header-mobile-container {
        display: none;
    }
    #h-mobile-container {
        display: none;
    }
    #language-wrapper {
        position: relative;
        float: right;
        width: 65px;
    }
    #language-container {
        position: absolute;
        top: 2px;
        right: 0px;
        background-color: #ffffff;
        border: 1px solid #ced4dc;
        width: 65px;
    }
    #language-container a {
        text-transform: uppercase;
        font-size: 0.7em;
        color: #757575;
        display: block;
        padding: 5px;
    }
    #language-container a img {
        margin-left: 5px;
        vertical-align: middle;
        border: none !important;
    }
    .hidden-language {
        display: none !important;
    }
    .show-language {
        display: block;
        margin-top: 10px;
    }
    .show-language:hover {
        background-color: #005380;
    }
    #myago-login {
        float: right;
        margin-right: 70px;
    }
    #myago-login a {
        color: #ffffff;
        font-size: 0.75em;
        font-weight: bold;
        display: block;
        padding: 7px;
        background-color: #01b1ec;
    }
    #myago-login a:hover {
        background-color: #005380;
    }
    #myago-loggedin {
        float: right;
        margin-right: 75px;
        padding-top: 7px;
        color: #757575;
        font-size: 0.8em;
    }
    #myago-loggedin a {
        color: #01b1ec;
    }
    #myago-loggedin a:hover {
        color: #005380;
    }
    #logo-container {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0px;
        text-align: left;
    }
    #mobile-menu {
        display: none;
    }
    #menu {
        clear: both;
    }
    #menu ul {
        list-style-type: none;
        margin: 0 auto;
        position: relative;
    }
    #menu ul li {
        float: left;
        margin: 0px !important;
        text-align: center;
    }
    #menu ul li a {
        font-size: 0.7em;
        text-transform: uppercase;
        color: #757575;
        display: block;
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #ffffff;
        border: none;
        font-weight: bold;
    }
    #menu ul li a:hover {
        background-color: #01b1ec;
        color: #ffffff;
    }
    #menu ul li a.menu-selected {
        background-color: #01b1ec;
        color: #ffffff;
    }
    #menu ul li.menu-right-fix {
        display: none;
    }
    #menu ul li.menu-right-fix a:hover {
        background-color: #005380;
    }
    .nav-sub {
        position: absolute;
        top: 34px;
        margin: 0px;
        padding: 0px;
        width: 200px;
        font-size: 0.8em;
        z-index: 525;
        display: none;
        border-bottom: 1px solid #ced4dc;
        border-left: 1px solid #ced4dc;
        border-right: 1px solid #ced4dc;
    }
    .nav-item-active {
        display: block;
        z-index: 1000;
    }
    .nav-sub ul {
        list-style: none;
        padding: 0px;
        height: auto;
        width: 200px;
    }
    .nav-sub ul li {
        display: block;
        float: none !important;
    }
    .nav-sub ul li a {
        text-decoration: none;
        display: block;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-transform: none !important;
        font-size: 0.85em !important;
        text-align: left;
    }
    .nav-item-hovering {
        background-color: #01b1ec !important;
        color: #ffffff !important;
    }
    #services_small .meer-info {
        /*text-decoration:italic;*/
        font-style: italic;
        color: #00aeef;
    }
    #image-band-1 {
        position: relative;
        background-image: url(assets/home-background4.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 250px;
    }
    #image-band-2 {
        position: relative;
        background-image: url(assets/home-background6.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 250px;
        display: none;
    }
    .fader {
        position: absolute !important;
        width: 100% !important;
        top: 134px !important;
    }
    #home-banner {
        width: 100%;
        height: auto;
    }
    .banner-overlay-container {
        position: relative;
    }
    #banner-overlay {
        position: absolute;
        top: 20px;
        left: 0px;
        z-index: 10;
        width: 100%;
    }
    .overlaymiddle {
        margin-left: 230px;
    }
    .overlay-text-back {
        padding: 10px;
        opacity: 0.4;
        background-color: #000000;
        float: left;
        clear: left;
        margin-bottom: 10px;
    }
    .overlay-text {
        margin-bottom: 5px;
        padding: 10px;
        float: left;
        clear: left;
        text-transform: uppercase;
        font-size: 1em;
        font-weight: bold;
        color: #ffffff;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
        -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)';
    }
    .overlay-text-big {
        color: #ffffff;
        font-size: 1.2em;
        font-weight: bold;
    }
    .overlay-text-p {
        font-size: 0.85em;
        font-weight: bold;
        color: #ffffff;
        text-transform: none;
        background-color: transparent !important;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 0px;
        line-height: 1.7em;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    }
    .overlay-text-highlight {
        background-color: #01b1ec;
        font-size: 1em;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: center;
        text-transform: none;
    }
    #vacaturesCategorie {
        width: 100%;
        margin-bottom: 20px;
    }
    .vacCategorie {
        width: 50%;
        float: left;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .vacCategorie:hover {
        background-color: #c6e7f2;
    }
    .vacCategorie h4 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .catHover {
        background-color: #c6e7f2;
        color: #005380;
    }
    #Categories {
        margin-bottom: 40px;
    }
    #emptyCategorie {
        margin-bottom: 30px;
    }
    .inputBox-orange {
        padding: 15px;
        font-size: 1em;
        min-width: 200px;
        margin-left: 10px;
        font-family: 'Lato', sans-serif;
        font-style: italic;
        border-radius: 0;
        border: 1px solid #b9bfc5;
        color: #454545;
        /*float:left;*/
    }
    #searchbox-orange {
        /*float:left;*/
        padding: 15px;
        background-color: rgb(65, 173, 73);
        margin-left: 10px;
        cursor: pointer;
        font-family: 'Lato', sans-serif;
        color: white;
        display: inline;
    }
    #searchbox-container-new {
        /*position:absolute;
	right:0px;
	width:100%;*/
        top: -150px;
        text-align: center;
        position: relative;
        left: -50%;
        float: right;
    }
    #searchbox-container-new-bid {
        /*position:absolute;
	right:0px;
	width:100%;*/
        top: 75px;
        text-align: center;
        position: relative;
        float: right;
        left: -50%;
    }
    #searchbox-container-new-azk {
        /*position:absolute;
	right:0px;
	width:100%;*/
        top: 125px;
        text-align: center;
        position: relative;
        float: right;
        left: -50%;
    }
    .searchbox-container-inner {
        position: relative;
        left: 50%;
    }

    /* #search-band{
} */
    #search-mobile {
        display: none;
    }
    #searchbox-container {
        position: absolute;
        top: -100px;
        right: 0px;
    }
    #inschrijven-banaan {
        float: right;
        padding: 10px;
        margin-top: 10px;
        background-color: #01b1ec;
        cursor: pointer;
    }
    #inschrijven-banaan a {
        color: #ffffff;
        text-decoration: none;
        font-size: 1em;
        font-weight: bold;
    }
    #banner-searchbox {
        color: #ffffff;
        z-index: 10;
        float: right;
        padding: 10px;
        padding-top: 9px;
        padding-bottom: 9px;
        border: 1px solid #d9dee4;
        min-width: 50%;
        background-color: rgb(255, 255, 255);
        background-color: rgba(255, 255, 255, 0.8);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
        -ms-filter: 'progid:DXImageTransform.Microsoft.Gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)';
    }
    #input-searchbox {
        -moz-appearance: none;
        border-radius: 0px;
        width: 300px;

        font-size: 0.8em;
        color: #454545;
        border: 1px solid #b9bfc5;
        background-color: #ffffff;
        padding: 5px;
    }
    #select-searchbox {
        border-radius: 0px;
        width: 200px;
        padding: 5px;
        color: #454545;
        border: 1px solid #b9bfc5;
        background-color: #ffffff;
    }
    #searchbox-banaan {
        padding: 10px;
        padding-bottom: 11px;
        background-color: #01b1ec;
        z-index: 10;
        float: right;
        cursor: pointer;
    }
    #searchbox-banaan a {
        border: none;
        text-decoration: none;
    }
    #search-icon {
        border: none;
    }
    #button-searchbox {
        -moz-appearance: none;
        border-radius: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        border: none;
        cursor: pointer;
        display: block;
        background-color: #01b1ec;
    }
    #vacatures-band {
        background-color: #f2f6f9;
        /*background-color:#e5edf7;*/
        border-bottom: 1px solid #d9dee4;
        border-top: 1px solid #d9dee4;
        border-top: 1px solid #d9dee4;
        padding-top: 40px;
        padding-bottom: 40px;
        clear: both;
    }
    /* #vacatures-band h1{
	
} */
    .band-banaan-screen {
        display: none;
    }
    .band-banaan-phone {
        display: none;
    }
    .band-banaan-screen-temp {
        float: right;
        padding: 10px;
        background-color: #01b1ec;
        margin-bottom: 40px !important;
        cursor: pointer;
    }
    .band-banaan-screen-temp:hover {
        background-color: #005380;
    }
    .band-banaan-screen-temp a {
        color: #ffffff;
        text-decoration: none;
        font-size: 1em;
        font-weight: bold;
    }
    .band-banaan-medium {
        float: left;
        padding: 10px;
        background-color: #01b1ec;
        margin-top: 30px !important;
        cursor: pointer;
    }
    .band-banaan-medium:hover {
        background-color: #005380;
    }
    .band-banaan-medium a {
        color: #ffffff;
        text-decoration: none;
        font-size: 1em;
        font-weight: bold;
    }

    /* -- Company Profile -- */
    .company-profile-band {
        /*background-color:#EDF2F8*/
        border-top: 1px solid #d9dde4;
        /*border-bottom:1px solid #D9DDE4;*/
    }
    .explanation-band {
        margin: auto;
        width: 700px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #ago-latijn {
        margin: auto;
        text-align: center;
        font-size: 1.2em;
    }
    #ago-latijn p {
        margin-bottom: 10px;
        /*font-family:Vollkorn;*/
    }
    #ago-latijn .spreuk-latijn {
        font-weight: bold;
        font-size: 1em;
        font-family: Vollkorn, 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
        margin-left: 15px;
    }
    #ago-latijn .latijn-keyword {
        font-weight: normal;
        font-style: italic;
        font-family: Vollkorn, 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    }
    #ago-latijn .latijn-regular {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 0.8em;
    }
    #mission-statement {
        margin: auto;
        text-align: center;
        font-size: 1.2em;
    }
    #services {
        display: none;
    }
    #services_small h3 {
        margin-bottom: 0px;
    }
    #services_small h4 {
        color: #00cdef;
    }
    #services_small div {
        margin-top: 10px;
        margin-bottom: 5px;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #services_small a :hover {
        background-color: #c6e7f2;
    }
    #services_small .sectionOne {
        margin-bottom: 30px;
    }
    .division {
        margin-top: 20px;
    }
    .division h3 {
        margin-bottom: 0px;
    }
    .division-ul {
        /*float:left;*/
        list-style-type: none;
        /*width:50%;*/
    }
    .division .listLeft {
        float: left;
        width: 50%;
    }
    .division .listRight {
        width: 50%;
        float: left;
    }
    .division-table {
        width: 100%;
        text-align: left;
    }
    .division-table h3 {
        padding-left: 10px;
    }
    .division-thumb-img {
        width: 109px;
        height: 91px;
    }
    .division-arrow {
        width: 16px;
        height: 23px;
    }
    .division a :hover {
        background-color: #c6e7f2;
    }
    #valuable {
        width: 100%;
    }
    #valuable img {
        width: 100%;
        height: auto;
    }

    #valuable_small {
        display: none;
    }
    /* -- end Company profile -- */
    .newslisthome {
        width: 100% !important;
    }
    .vacature-list {
        float: left;
        width: 30%;
        margin-right: 5%;
        list-style-type: none;
        font-size: 0.8em;
    }
    .vacature-list li {
        padding: 0.4em 0px 0.4em 0px;
        color: #757575;
    }
    .vacature-list li a {
        color: #757575;
        text-decoration: none;
        border-bottom: 1px dotted #757575;
    }
    .vacature-list li a:hover {
        color: #01b1ec;
    }
    .vl3,
    .last-list {
        margin-right: 0 !important;
    }
    .vl4,
    .ivl2 {
        display: none;
    }
    #ago-zoekt,
    #ago-doet,
    #ago-contact,
    #ago-bedrijven,
    #ago-myago {
        padding-top: 20px;
    }
    #ago-doet {
        border-top: 1px solid #d9dee4;
    }
    #ago-zoekt,
    #ago-myago {
        border-bottom: 1px solid #d9dee4;
    }
    #ago-myago {
        background-color: #eee;
    }
    .ago-myago-overlay {
        width: 100%;
        text-align: center;
    }
    .ago-myago-banaan {
        width: 75%;
    }
    .ago-myago-but {
        width: 200px;
        float: left;
        margin-right: 15px;
        background-color: #01b1ec;
        padding: 10px;
        color: white;
        font-weight: bold;
        cursor: pointer;
    }
    .ago-myago-but:hover {
        background-color: #005380;
    }
    #ago-contact h1 {
        float: none;
    }
    #ago-news {
        /*background-color:#FAFAFA;*/
        background-color: #eee;
        border-bottom: 1px solid #d9dee4;
        padding-top: 40px;
        padding-bottom: 90px;
        clear: both;
    }
    .inner-band-ago-zoekt {
        background-image: url(assets/ago-zoekt.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        padding-bottom: 40px;
    }
    .inner-band-ago-zoekt-2 {
        /*background-image:url(assets/ago-zoekt.png);
	background-position:bottom right;
	background-repeat:no-repeat;	*/
        padding-bottom: 40px;
    }
    .background-image-1 {
        background-image: url(assets/home_internal_vac.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 225px;
    }
    /* #ago-zoekt h1{

} */
    #interne-vacature-intro {
        width: 80%;
        margin-bottom: 20px;
    }
    #ago-zoekt-list-title {
        font-size: 1em;
        color: #005380;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
    }
    #bedrijven-band {
        background-color: #01b1ec;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #bedrijven-band a {
        color: #ffffff;
        text-decoration: none;
    }
    #bedrijven-band h1 {
        color: #ffffff !important;
        text-align: center;
    }
    .bedrijf-container {
        float: left;
        width: 29%;
        padding: 1.4%;
        margin-right: 1.5%;
    }
    .bedrijf-hidden-medium {
        display: none !important;
    }
    .bc-screen {
        display: none;
    }
    .bedrijf-container img {
        border: 2px solid #ffffff;
    }
    #show-all-bedrijven {
        text-align: center;
        font-weight: bold;
        color: #ffffff;
        font-size: 1.2em;
        padding: 10px;
        cursor: pointer;
        margin-top: 10px;
    }
    #show-all-bedrijven:hover {
        background-color: #005380;
    }
    #kvk-image-band {
        position: relative;
        background-image: url(assets/transport-home.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 230px;
        cursor: pointer;
    }
    #kvk-banner-overlay {
        position: absolute;
        top: 20px;
        left: 0px;
        z-index: 10;
        width: 100%;
    }
    #footer {
        background-color: #005380;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-menu-list {
        float: left;
        width: 22%;
        margin-right: 1%;
        margin-left: 1%;
        list-style-type: none;
        font-size: 0.8em;
    }
    .footer-menu-list li {
        padding: 0.5em 0px 0.5em 0px;
        color: #ffffff;
        /*border-bottom:1px solid #0173b1;*/
    }
    .footer-menu-list li a {
        color: #9ebac9;
        text-decoration: none;
    }
    .vacature-list li a:hover {
        color: #01b1ec;
    }
    .footer-list-title {
        border: none !important;
    }
    .footer-list-title-a {
        font-size: 1.2em !important;
        font-weight: bold !important;
        display: block !important;
        margin-bottom: 0.8em !important;
        border: none !important;
        color: #ffffff !important;
    }
    #footer-menu-mobile {
        display: none;
    }
    #footer-erkenning {
        font-size: 0.7em;
        color: #9ebac9;
        text-align: center;
    }
    #footer-icons {
        margin-top: 60px;
        margin-bottom: 60px;
        text-align: center;
    }
    .footer-icon-img {
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
        border: none;
    }
    /* vacature pagina */
    #job-band-1 {
        position: relative;
        /*	background-image:url(assets/vacatures-background.jpg);*/
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #005380;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #jobs-indekijker-scroll {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
        -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)';
    }
    .btn-jobscroller {
        display: inline-block;
        padding: 9px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        margin-right: 2px;
        margin-left: 2px;
        cursor: pointer;
    }
    .btn-jobscroller:hover {
        background-color: #ffffff;
    }
    .job-image {
        width: 100%;
        height: auto;
        border: 1px solid #ffffff;
    }
    .job-link {
        text-decoration: none;
        border: none;
        display: none;
    }
    .job-selected {
        display: block !important;
    }
    .jobscroll-selected {
        background-color: #ffffff;
    }
    #vacature-filter {
        float: left;
        width: 25%;
    }
    #vacature-filter-submit {
        padding: 10px;
        background-color: #01b1ec;
        margin-top: 20px !important;
        cursor: pointer;
        float: left;
        text-align: center;
        width: 140px;
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        font-size: 0.8em;
    }
    /* #vacature-filter-submit a{
	
} */
    #vacature-filter-submit:hover {
        background-color: #005380;
    }
    #vacature-filter label {
        display: block;
        margin-bottom: 5px;
        font-size: 0.9em;
        color: #757575;
    }
    #vacature-filter input {
        -moz-appearance: none;
        -webkit-apperance: none;
        border-radius: 0px;
        font-size: 0.8em;
        color: #454545;
        border: 1px solid #b9bfc5;
        background-color: #ffffff;
        padding: 5px;
        display: block;
        width: 148px;
    }
    #vacature-filter select {
        border-radius: 0px;
        padding: 5px;
        color: #454545;
        border: 1px solid #b9bfc5;
        background-color: #ffffff;
        width: 160px;
        margin-top: 10px;
    }
    #overview-bottom {
        margin-top: 30px;
    }
    #overview-bottom a {
        color: #01b1ec;
        text-decoration: underline;
        font-size: 0.8em;
        font-weight: bold;
        margin-top: 10px;
    }

    #vacature-overview {
        float: left;
        width: 68%;
        margin-left: 3%;
        padding-left: 3%;
        border-left: 1px solid #d9dee4;
    }
    .paginatie {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .paginatie-bottom {
        margin-top: 20px;
    }
    .btnpage {
        padding: 6px;
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 0.75em;
        color: #757575;
        border: 1px solid #ced4dc;
        margin-left: 2px;
        margin-right: 2px;
    }
    .btnpage:hover {
        color: #01b1ec !important;
        border-color: #01b1ec !important;
        background-color: #f2f6f9;
    }
    .btnpage-selected {
        color: #01b1ec !important;
        border-color: #01b1ec !important;
        background-color: #f2f6f9;
    }
    .btnPrev,
    .btnNext {
        font-size: 0.75em;
        color: #ffffff;
        padding: 10px;
        padding-top: 4px;
        padding-bottom: 4px;
        background-color: #01b1ec;
    }
    .btnPrev:hover {
        background-color: #005380;
    }
    .btnNext:hover {
        background-color: #005380;
    }
    .vacature-item {
        padding: 20px;
        border-bottom: 1px solid #d9dee4;
        cursor: pointer;
        display: block;
    }
    .vacature-item:hover {
        background-color: #c6e7f2;
    }
    .vacature-item-meta {
        font-size: 1em;
        color: #757575;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .vacature-item-info {
        font-size: 0.8em;
        color: #757575;
        line-height: 1.5em;
    }
    .vacature-item-info ul li {
        font-size: 1.2em;
        line-height: 1.6em;
    }
    #vacature-detail-sidebar {
        float: left;
        width: 25%;
    }
    #vacature-detail-sidebar label {
        display: block;
        margin-bottom: 5px;
        font-size: 0.9em;
        color: #01b1ec;
        font-weight: bold;
    }
    #vacature-detail-sidebar a {
        color: #01b1ec;
        text-decoration: underline;
        font-size: 0.8em;
        font-weight: bold;
        margin-top: 10px;
    }
    .zoekcriteria-value {
        color: #757575;
        font-size: 0.8em;
        margin-bottom: 10px;
        display: block;
        line-height: 1.5em;
    }
    #vacature-overview h1 {
        float: none !important;
    }
    .vacature-detail-info {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #d9dee4;
    }
    .vacature-detail-info p {
        font-size: 1.2em;
        margin-bottom: 15px;
    }
    .vacature-detail-info a {
        color: #01b1ec;
        text-decoration: underline;
        font-size: 1em;
        font-weight: bold;
    }
    .vacature-item-info-title {
        font-weight: bold;
        margin-bottom: 5px;
        display: block;
        font-size: 1.2em;
    }
    #policy-jump-container {
        height: 60px;
        border-bottom: 1px solid #dddddd;
    }
    .policy-jump {
        padding: 10px;
        background-color: #01b1ec;
        margin-top: 20px !important;
        cursor: pointer;
        text-align: center;
        width: 220px;
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        font-size: 0.8em;
        color: white;
    }
    #vacature-solliciteer {
        padding: 10px;
        background-color: #01b1ec;
        margin-top: 20px !important;
        cursor: pointer;
        float: left;
        text-align: center;
        width: 220px;
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        font-size: 0.8em;
    }
    #solliciteer-annuleer {
        padding: 10px;
        background-color: #01b1ec;
        margin-top: 20px !important;
        cursor: pointer;
        float: left;
        text-align: center;
        width: 220px;
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        font-size: 0.8em;
        margin-left: 20px;
    }
    #mobile-return-list {
        display: none;
    }
    .policy-jump:hover {
        background-color: #005380;
    }
    #vacature-solliciteer:hover {
        background-color: #005380;
    }
    #solliciteer-annuleer:hover {
        background-color: #005380;
    }
    .paginatie-mobile {
        display: none;
    }
    #job-band-mobile {
        display: none;
    }
    /*-----------------*/
    /*Information pages*/
    .information-band {
        background-color: #f2f6f9;
        border-bottom: 1px solid #d9dee4;
        border-top: 1px solid #d9dee4;
        padding-top: 20px;
        padding-bottom: 40px;
        clear: both;
    }
    .information-band-white {
        background-color: #ffffff !important;
    }
    #info-sidebar {
        float: left;
        width: 14%;
        padding-right: 4%;
        padding-top: 20px;
    }
    #info-sidebar a {
        color: #01b1ec;
        text-decoration: none;
        font-size: 0.9em;
        font-weight: bold;
        line-height: 2em;
        display: block;
    }
    #info-sidebar a:hover {
        color: #005380;
    }
    #info-sidebar a.selected {
        color: #005380;
    }
    .info-content {
        width: 100%;

        /*padding-left:5%;
	padding-right:5%;	*/
    }

    /* .info-content h1 {
    } */
    .info-content p {
        margin-bottom: 20px;
        font-size: 1em;
    }
    .info-content a {
        text-decoration: underline;
        color: #01b1ec;
    }
    .info-content a:hover {
        color: #005380;
    }
    #image-band-ago-zoekt {
        position: relative;
        background-image: url(assets/ago-zoekt-werk.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 300px;
    }
    #image-band-kvk {
        position: relative;
        background-image: url(assets/kvk-home-2.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 230px;
    }
    .interne-vacature {
        border-bottom: 1px solid #d9dee4;
    }
    .interne-vacature h3 {
        margin-bottom: 5px !important;
    }
    .interne-vacature a {
        text-decoration: none;
        display: block;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .interne-vacature a:hover {
        background-color: #c6e7f2;
    }
    /*-----------------*/
    /* Contact pagina */
    .contact-item {
        float: left;
        width: 32%;
        margin-right: 1%;
        margin-bottom: 1%;
    }

    .contact-title {
        /*
	padding:10px;
	color:#757575;
	background-color:#F2F6F9;
	border:1px solid #D9DEE4;
	font-size:0.85em;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	*/
        font-size: 0.85em;
        color: #757575;
    }
    #offices-big {
        display: none;
    }
    #offices-small {
        display: block;
    }
    .contact-title:hover {
        /*
	background-color:#01B1EC!important;
	color:#ffffff!important;
	border:1px solid #01B1EC!important;
	*/
        color: #01b1ec;
        cursor: pointer;
    }
    .contact-title-hovering {
        background-color: #01b1ec !important;
        color: #ffffff !important;
        border: 1px solid #01b1ec !important;
        padding: 5px;
        padding-left: 10px;
    }
    .contact-info {
        display: none;
        padding: 10px;
        border: 1px solid #d9dee4;
    }
    .contact-info-hovering {
        display: block;
    }
    .contact-info p {
        margin-bottom: 0px !important;
    }
    .lblMail {
        display: none;
    }
    #ago-contact {
        border-top: 1px solid #d9dee4;
        background-color: #edf2f8;
        border-bottom: 1px solid #d9dee4;
        padding-bottom: 20px;
    }
    /*----------------*/
    #googleframe {
        height: 300px;
        border: none !important;
    }
    /* myago-inschrijven pagina*/
    #image-band-myago {
        position: relative;
        /*
	background-image:url(assets/ago-zoekt-werk.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	*/
        border-top: 1px solid #d2dae5;
        background-color: #edf2f8;
    }
    #myago-logo-container-mobile {
        display: none;
    }

    #myago-logo-container {
        padding-top: 20px;
        /*
	text-align:center;
	margin-bottom:30px;
	width:33%;
	margin-left:33%;
	*/
        float: right;
        text-align: right;
    }
    #myago-logo-container img {
        width: 60%;
        height: auto;
    }
    #infochart p {
        color: #878b94;
        font-size: 0.8em;
        line-height: 1.6em;
        padding-top: 10px;
        margin-top: 10px;
        width: 430px;
        text-align: justify;
    }
    #infochart h1 {
        color: #878b94;
        display: inline;
        font-size: 1.6em;
    }
    .info-icon {
        vertical-align: bottom;
        margin-right: 20px;
    }
    .info-item {
        margin-bottom: 40px;
    }
    #myago-mobile-login {
        display: none;
    }

    #errorlog {
        font-size: 0.8em;
        margin-bottom: 20px;
    }
    #loginform,
    #registration-form {
        float: left;
        /*width:64%;*/
        margin-bottom: 10px;
        margin-top: 0px;
    }
    #loggedinform {
        float: left;
    }
    #loggedinform a {
        color: #009ee0;
        font-weight: bold;
        text-decoration: none;
    }
    #loggedinform p {
        margin-bottom: 20px;
    }
    #loggedinform h2 {
        font-size: 1em;
    }
    #myago-info p {
        margin-bottom: 40px;
    }
    .myago-info-part {
        width: 27%;
        padding-right: 3%;
        padding-left: 3%;
        float: left;
        text-align: left;
        margin-top: 40px;
    }
    .form-group-part h1 {
        margin-top: 0px;
        padding-top: 0px;
        font-size: 1.7em !important;
        font-family: Arial, Helvetica, sans-serif;
        color: #009ee0;
        font-weight: normal;
        margin-bottom: 0px;
    }
    .checklist {
        font-size: 0.8em;
        font-weight: normal;
        color: #4d617a;
        line-height: 1.5em;
    }
    .form-group-part p {
        margin-top: 45px;
    }
    .form-block {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .myago-label {
        font-size: 0.85em;
        color: #0092ce;
        display: block;
        margin-bottom: 5px;
        cursor: pointer;
    }
    .input-help {
        font-size: 1em;
        color: #0092ce;
        display: block;
        margin-bottom: 10px;
        margin-top: 5px;
        font-style: italic;
        width: 250px;
    }
    .myago-submit {
        -moz-appearance: none;
        border-radius: 0px;
        min-width: 100px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #ffffff;
        /*	border:1px solid #c3ced2;*/
        border: none;
        background-color: #01b1ec;
        font-weight: bold;
        /* vertical-align: middle; */
        font-family: Arial, Helvetica, sans-serif;
        /*	font-size:12px;*/
        font-size: 0.85em;
        line-height: 1.75em;
        font-weight: bold;
        cursor: pointer;
        display: block;
    }
    .myago-submit:hover {
        background-color: #005380;
    }
    .input-saved {
        border: none !important;
        color: #00a400 !important;
        background-color: #f2f6f9 !important;
        padding-left: 0px !important;
    }
    ::-webkit-input-placeholder {
        color: #94989b;
    }
    :-moz-placeholder {
        color: #94989b;
    }
    ::-moz-placeholder {
        color: #94989b;
        opacity: 1;
    }
    :-ms-input-placeholder {
        color: #94989b;
    }
    .myago-input-normal {
        -moz-appearance: none;
        border-radius: 0px;
        width: 250px;
        padding-left: 5px;
        height: 25px;
        font-size: 0.8em;
        color: #4d617a;
        border: 1px solid #c3ced2;
        background-color: #ffffff;
    }
    .myago-input-medium {
        -moz-appearance: none;
        border-radius: 0px;
        width: 145px;
        padding-left: 5px;
        height: 25px;
        font-size: 0.8em;
        color: #4d617a;
        border: 1px solid #c3ced2;
        background-color: #ffffff;
    }
    .myago-input-small {
        -moz-appearance: none;
        border-radius: 0px;
        width: 75px;
        padding-left: 5px;
        height: 25px;
        font-size: 0.8em;
        color: #4d617a;
        border: 1px solid #c3ced2;
        background-color: #ffffff;
    }
    .myago-input-mini {
        -moz-appearance: none;
        border-radius: 0px;
        width: 35px;
        padding-left: 5px;
        height: 25px;
        font-size: 0.8em;
        color: #4d617a;
        border: 1px solid #c3ced2;
        background-color: #ffffff;
    }
    #myago-registreer {
        padding-bottom: 60px;
        text-align: center;
        clear: both;
        padding-top: 10px;
        width: 33%;
        margin-left: 33%;
    }
    .myago-register {
        margin-top: 20px;
        float: none !important;
        padding: 10px;
        background-color: #01b1ec;
        margin-bottom: 20px;
        font-size: 0.85em;
        color: #ffffff;
        font-weight: bold;
        padding-left: 30px;
        padding-right: 30px;
    }
    .myago-register:hover {
        background-color: #005380;
    }
    #myago-screen-login {
        float: left;
        padding-top: 20px;
    }
    /*---- bedrijven pagina ---*/
    #bedrijven-thumbs {
        margin-top: 20px;
    }
    #bedrijven-thumbs .bedrijf-container {
        width: 10% !important;
        cursor: pointer;
        margin-right: 0.5% !important;
    }
    #bedrijven-thumbs .bedrijf-container img {
        width: 100% !important;
        height: auto;
        border: 1px solid #d9dee4 !important;
    }
    .image-band-bedrijven {
        background-image: url(assets/bedrijven-background.jpg) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 210px !important;
    }
    .image-band-matchmaker {
        background-image: url(assets/matchmaker-background_small.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 210px !important;
        background-size: cover;
    }
    .image-band-mengoperator {
        background-image: url(assets/mengoperator-background_small.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 250px !important;
        background-size: cover;
    }
    .image-band-logistiektalent {
        background-image: url(assets/logistiektalent-background_small.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 250px !important;
        background-size: cover;
    }
    .image-band-redder {
        background-image: url(assets/redder-background_small.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 250px !important;
        background-size: cover;
    }
    .image-band-onsemi {
        background-image: url(assets/onsemi-background_small.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 250px !important;
        background-size: cover;
    }
    .image-band-meubar {
        background-image: url(assets/meubar-background-small.jpg) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 250px !important;
        background-size: cover;
    }
    .image-band-ontex {
        background-image: url(assets/ontex-background_small.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 250px !important;
        background-size: cover;
    }
    .image-band-greenyard {
        background-image: url(assets/greenyard-background-small.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 250px !important;
        background-size: cover;
    }
    .image-band-geeloffice {
        background-image: url(assets/jobdagkempenoffice-background_small.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 250px !important;
        background-size: cover;
    }
    .image-band-unilin {
        width: 100%;
        /*background-image:url(assets/Unilin_background-small.png)!important;*/
        border-top: 1px solid #d9dee4;
        /*padding-bottom:250px!important;*/
        /*background-size:cover;*/
    }
    .image-band-volvo {
        width: 100%;
        border-top: 1px solid #d9dee4;
    }
    .image-band-tvh {
        background-image: url(assets/ICT_FB.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 250px !important;
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
    .meteenInschrijvenGO {
        position: absolute;
        margin-top: 200px !important;
    }
    #bedrijf-detail {
        display: none;
    }
    .bedrijf-show {
        display: block;
    }
    .bedrijf-hide {
        display: none;
    }
    .bedrijf-side {
        width: 30%;
        padding: 1%;
        padding-top: 0px;
        padding-right: 3%;
        float: left;
    }
    .bedrijf-info {
        float: left;
        padding: 1%;
        padding-top: 0px;
        padding-left: 2%;
        width: 62%;
        border-left: 1px solid #d9dee4;
    }
    .bedrijf-info a {
        text-decoration: none;
        color: #01b1ec;
    }
    .bedrijf-info p {
        margin-bottom: 30px;
    }
    .bedrijf-side img {
        width: 100%;
        height: auto;
        border: 1px solid #d9dee4 !important;
    }
    .bedrijf-vacatures {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .bedrijf-vacatures li {
        list-style-type: none;
    }
    .bedrijf-vacatures li a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 0.8em;
        text-decoration: none;
        color: #757575;
        font-weight: normal;
        border-bottom: 1px solid #d9dee4;
    }
    .bedrijf-vacatures li a:hover {
        color: #01b1ec;
    }
    .bedrijf-kantoor-info {
        margin-top: 20px;
    }
    .bedrijf-kantoor-info a {
        text-decoration: none;
        color: #01b1ec;
    }
    .mobile-show {
        display: none;
    }
    #volvo ul {
        list-style: outside none none;
        margin-bottom: 20px;
    }
    #volvo ul li {
        display: inline;
        font-size: 0.85em;
        margin-bottom: 10px;
        list-style-type: none;
    }
    #volvo ul li a {
        text-decoration: none;
        padding-left: 8px;
        padding-right: 8px;
        border-right: 1px solid #a7a9ac;
    }
    #ontex ul,
    #greenyard ul,
    #terbeke ul {
        list-style: outside none none;
        margin-bottom: 20px;
    }
    #ontex ul li #greenyard ul li,
    #terbeke ul li {
        display: inline;
        font-size: 0.85em;
        margin-bottom: 10px;
        list-style-type: none;
    }
    #ontex ul li a,
    #greenyard ul li a,
    #terbeke ul li a {
        text-decoration: none;
        padding-left: 8px;
        padding-right: 8px;
        border-right: 1px solid #a7a9ac;
    }
    .sub-selected {
        color: #005380 !important;
    }
    .volvo-sub {
        display: none;
    }
    .ontex-sub {
        display: none;
    }
    .terbeke-sub {
        display: none;
    }
    .greenyard-sub {
        display: none;
    }
    .katoen-sub {
        display: none;
    }
    .show-sub {
        display: block !important;
    }
    .volvo-sides {
        display: none;
    }
    .ontex-sides {
        display: none;
    }
    .terbeke-sides {
        display: none;
    }
    .greenyard-sides {
        display: none;
    }
    .katoen-sides {
        display: none;
    }
    .volvo-side-show {
        display: block !important;
    }
    .ontex-side-show {
        display: block !important;
    }
    .terbeke-side-show {
        display: block !important;
    }
    .greenyard-side-show {
        display: block !important;
    }
    /*inschrijven pagina FR*/
    /*---------------------*/
    #inschrijven {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #declaration {
        font-size: 0.85em;
        color: #757575;
    }
    #declaration a {
        color: #01b1ec;
        text-decoration: underline;
    }

    /*----Blogs----*/
    /*-------------*/
    #lastBlog-mobile {
        display: none;
    }
    #ulBlogs {
        display: none;
    }
    .blog-thumb-detail-big,
    .blog-thumb-detail-small {
        display: none;
    }
    .blog-thumb-list,
    .bedrijven-thumb-list {
        float: left;
        list-style-type: none;
        width: 155px;
        margin-left: 2px;
        margin-right: 2px;
    }
    .blog-thumb-container,
    .bedrijven-thumb-container {
        width: 100%;
        position: relative;
        margin: 10px;
    }
    .blog-thumb-container img,
    .bedrijven-thumb-container img {
        width: 100%;
    }
    .blog-thumb-detail-text {
        position: absolute;
        bottom: 0px;
        background-color: #fff;
        opacity: 0.8;
        padding: 2px;
        color: rgb(0, 89, 133);
        font-family: 'Lato', sans-serif;
        font-weight: bold;
    }
    #blog-thumb-list-1:hover #blog-thumb-detail-text-1 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    #blog-thumb-list-2:hover #blog-thumb-detail-text-2 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    #blog-thumb-list-3:hover #blog-thumb-detail-text-3 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    #blog-thumb-list-4:hover #blog-thumb-detail-text-4 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    #blog-thumb-list-5:hover #blog-thumb-detail-text-5 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    #blog-thumb-list-6:hover #blog-thumb-detail-text-6 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    #blog-thumb-list-7:hover #blog-thumb-detail-text-7 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    #blog-thumb-list-8:hover #blog-thumb-detail-text-8 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    #blog-thumb-list-9:hover #blog-thumb-detail-text-9 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    .blog-thumb-highlight {
        position: absolute;
        top: 0px;
        background-color: #00adef;
        color: white;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        padding: 2px;
        font-size: 0.6em;
    }
    .blog-scroll-prev {
        color: #00adef;
        position: absolute;
        top: 35px;
        left: -30px;
        font-size: 1.5em;
        cursor: pointer;
        padding-left: 3px;
        padding-right: 3px;
        border: none;
        background-color: rgb(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
        /*background-color:#00adef;*/
    }
    .bedrijven-scroll-prev {
        color: #00adef;
        position: absolute;
        top: 60px;
        left: -30px;
        font-size: 1.5em;
        cursor: pointer;
        padding-left: 3px;
        padding-right: 3px;
        border: none;
        background-color: rgb(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
        /*background-color:#00adef;*/
    }
    .blog-scroll-prev:hover,
    .bedrijven-scroll-prev:hover {
        color: rgb(0, 89, 133);
    }
    .blog-scroll-next {
        color: #00adef;
        position: absolute;
        top: 35px;
        right: -30px;
        font-size: 1.5em;
        cursor: pointer;
        padding-left: 3px;
        padding-right: 3px;
        border: none;
        background-color: rgb(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
        /*background-color:#00adef;*/
    }
    .bedrijven-scroll-next {
        color: #00adef;
        position: absolute;
        top: 60px;
        right: -30px;
        font-size: 1.5em;
        cursor: pointer;
        padding-left: 3px;
        padding-right: 3px;
        border: none;
        background-color: rgb(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
        /*background-color:#00adef;*/
    }
    .blog-scroll-next:hover,
    .bedrijven-scroll-next:hover {
        color: rgb(0, 89, 133);
    }
    .scrollDisable {
        cursor: default;
        color: #c5c5c5 !important;
        /*background-color:#dadada !important;*/
    }
    .blogHide {
        display: none;
    }

    .lastBlog {
        width: 100%;
        background-color: #01b1ec;
        /*padding:10px;*/
        border-radius: 10px;
        cursor: pointer;
        font-family: Lintel !important;
    }
    .lastBlog:hover {
        background-color: #005380;
    }
    .lastBlog table {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .lastBlog-general {
        color: #000;
        font-size: 1.5em;
        font-weight: bold;
    }
    .lastBlog-blogtitle {
        color: #fff;
        font-size: 1.5em;
        font-weight: bold;
    }
    .lastBlog-time {
        font-size: 0.7em;
    }
    .lastBlog-arrow {
        height: 40px;
        width: auto;
    }
    .navBlog {
        width: 100%;
        margin-top: 10px;
        /*padding:5px;*/
        font-family: Lintel;
    }
    .navBlog-icon {
        height: 20px;
        width: auto;
    }
    .navBlog-clickable {
        cursor: pointer;
    }
    .searchNavBalk {
        width: 100%;
    }
    .mainSearchDiv {
        width: 100%;
        /*min-height:100px;*/
        margin-top: 10px;
        border: 1px solid #01b1ec;
        border-radius: 10px;
        /*padding:10px;*/
    }
    .searchDiv {
        border: 1px solid #757575;
        width: 300px;
        margin: 10px;
    }
    .searchDiv table {
        width: 100%;
    }
    .searchDiv table tr td {
        padding: 5px;
    }
    .searchDiv input {
        border: none;
        width: 100%;
        padding: 5px;
    }
    .searchTagDiv {
        margin: 10px;
    }
    #BlogSearchBox {
        display: none;
    }
    .noBlogs {
        margin-top: 25px;
        text-align: center;
    }
    .contentBlog {
        margin-top: 10px;
        width: 100%;
        font-family: Lato;
    }
    #tblBlogs {
        width: 100%;
    }
    .contentBlog-big {
        min-height: 600px;
        background-color: lightgrey;
        border-radius: 10px;
    }
    .contentBlog-medium {
        /*min-height:600px;*/
        /*background-color:lightgrey;*/
        border-radius: 10px;
    }
    .contentBlog-small {
        min-height: 300px;
        /*background-color:#757575;*/
    }
    .contentBlog-overlay {
        padding: 10px;
    }
    .imageBlog-big {
        width: 100%;
        /*max-height:450px;*/
    }
    .imageBlog-small {
        width: 100%;
        /*max-height:225px;*/
    }
    .blogTags {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .tag {
        background-color: #01b1ec;
        color: white;
        font-weight: bold;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
        margin-right: 10px;
        font-size: 0.8em;
        cursor: pointer;
        font-family: Lintel !important;
        display: inline-block;
        margin-top: 3px;
    }
    .contentBlog-content-big {
        width: 100%;
        margin-top: 20px;
    }
    .contentBlog-content-img {
        width: 100%;
        /*text-align:center;*/
    }
    .imageBlog-content {
        /*max-height:500px;*/
        max-width: 100%;
        width: auto;
    }
    .readMoreBlog {
        font-weight: bold;
        color: #01b1ec;
        cursor: pointer;
        text-decoration: none;
    }
    .readMoreBlog:hover {
        color: #005380;
    }
    .return2blog {
        margin-top: 10px;
    }
    .top5 {
        margin-top: 5px;
    }
    .bottom5 {
        margin-bottom: 5px;
    }
    .left5 {
        margin-left: 5px;
    }
    .right5 {
        margin-right: 5px;
    }
    .PageSelected {
        font-weight: bold;
        color: #005380;
        cursor: normal;
    }
    .PageNotSelected {
        font-weight: normal;
        color: #005380;
        cursor: pointer;
    }

    #cookie-config {
        border: 1px solid #fff;
        margin-top: 20px;
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        text-align: left;
        color: #fff;
    }
    #cookie-config h1 {
        font-weight: bold;
        font-size: 1.5em;
        color: #fff;
        margin-bottom: 5px;
    }
    #cookie-config p {
        color: #fff;
        font-size: 1em;
    }
    #cookie-config-table {
        margin-top: 10px;
    }

    #cookie-config-save {
        color: #ffffff;
        font-weight: bold;
        padding: 8px 16px;
        margin-left: 20px;
        border: 1px solid #ffffff;
        width: 200px;
        text-align: center;
        margin-top: 25px;
        float: right;
        margin-right: -10px;
        cursor: pointer;
    }
    #cookie-config-save:hover {
        color: rgb(0, 83, 128);
        font-weight: bold;
        padding: 8px 16px;
        margin-left: 20px;
        border: 1px solid #ffffff;
        background-color: #ffffff;
    }

    .taBlock {
        padding-top: 15px;
    }
    .taBlock h3 {
        color: #005880;
        font-size: 1.2em;
    }
    .taBlock h4 {
        font-size: 1.1em;
        margin-bottom: 15px;
    }
    .taBlock p {
        font-size: 1em;
        line-height: 1.4em;
    }
    .taBlock ul {
        list-style: none;
        margin-bottom: 15px;
        color: #757575;
    }
    .taBlock ul li::before {
        content: '>';
        color: #00adef;
        font-size: 1em;
        font-weight: bold;
        display: inline-block;
        margin-right: 15px;
    }
    .taBlock ul li {
        font-size: 1em;
        line-height: 1.4em;
        color: #757575;
    }
    .taBlock ul ul {
        list-style: none;
        margin-bottom: 15px;
        color: #757575;
    }
    .taBlock ul ul li::before {
        content: '-';
        color: #00adef;
        font-size: 1em;
        font-weight: bold;
        display: inline-block;
        margin-right: 15px;
        margin-left: 50px;
    }
    .taBlock ul ul li {
        font-size: 1em;
        line-height: 1.4em;
        color: #757575;
    }
    .taBlock .highlighted_keyword {
        color: #00adef;
    }
    .taBlock .taWhy {
        font-weight: bold;
    }
    .taBlock .quote {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .taBlock .quote p {
        font-style: italic;
    }
    .taBlock .quote h3 {
        color: #00adef;
        font-weight: normal;
    }
    .section_break {
        height: 20px;
        border-bottom: 1px solid #00adef;
        text-align: center;
    }
    .section_break_text {
        font-size: 4em;
        background-color: #fff;
        padding: 0px 35px;
        color: #00adef;
    }
    .taBlock .taWrapper {
        overflow: hidden;
        margin-bottom: 10px;
    }
    .taBlock .taWrapper::after {
        clear: both;
    }
    /*.taBlock .taWrapper .taWrapper_item {
	float:left;
	width:27%;
	margin: 0 0.5%;
	padding:15px;
}*/
    .taImg {
        width: 200px;
        /*height:200px;*/
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
    }
    .taMiddle {
        text-align: center;
    }
    .taTitle_1 {
        color: #009ee3;
    }
    .taTitle_2 {
        color: #9cb410;
    }
    .taTitle_3 {
        color: #005985;
    }
    .taBlock .taColorBlock {
        background-color: #00adef;
        padding: 10px 20px;
        margin-bottom: 25px;
    }
    .taBlock .taColorBlock p {
        color: #ffffff;
        padding: 0px;
        margin: 0px;
    }
    .taFemale {
        background-image: url('https://www.ago.jobs/assets/ta_female.jpg');
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 240px;
        min-height: 350px;
        margin-bottom: -50px;
    }
}

@media only screen and (max-width: 700px) {
    * {
        margin: 0px;
        padding: 0px;
    }
    .youtubeVidBig {
        display: none;
        width: 100%;
    }
    .youtubeVidBigP {
        display: none;
    }
    .banner-corona {
        margin-top: 70px;
    }
    center {
        text-align: left;
    }

    .register-whatsapp {
        font-size: 0.85rem !important;
    }
    html,
    body {
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
    }
    h1 {
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 20px;
        color: #005380;
    }
    h2 {
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 10px;
        color: #005380;
    }
    h3 {
        color: #01b1ec;
        font-size: 1em;
        margin-bottom: 10px;
    }
    p {
        color: #757575;
        font-size: 1em;
        line-height: 1.6em;
    }
    a {
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
    }
    #back2Top {
        display: none;
    }
    #otherProjectsBig {
        display: none;
    }
    #searchbox-form div,
    #searchbox-form2 div {
        position: relative;
    }
    #searchbox-form div label,
    #searchbox-form2 div label {
        position: absolute;
        z-index: 100;
        left: 13px;
        top: 13px;
        color: #bbb;
        font-style: italic;
        pointer-events: none;
        font-size: 1em;
        transition: 0.2s ease all;
        font-family: 'Lato', sans-serif;
        font-style: italic;
    }
    #searchbox-form div input:required,
    #searchbox-form2 div input:required {
        box-shadow: none;
    }
    #searchbox-form div input:focus ~ label,
    #searchbox-form div input:not(:focus):valid ~ label,
    #searchbox-form2 div input:focus ~ label,
    #searchbox-form2 div input:not(:focus):valid ~ label {
        top: 3px;
        font-size: 0.7em;
    }

    #blockMail_GDPR {
        width: 100%;
        padding-top: 70px;
        padding-bottom: 20px;
        /*margin-left:auto;
	margin-right:auto;*/
    }

    .prohibitedMessage {
        text-align: center;
        background-color: #ffc1c1;
        border: 1px solid #b80303;
        padding: 10px;
        font-size: 0.8em;
        margin-top: 5px;
        color: #757575;
    }
    .prohibitedMessage {
        text-align: center;
        background-color: #d4ffc1;
        border: 1px solid #27b803;
        padding: 10px;
        font-size: 0.8em;
        margin-top: 5px;
        color: #757575;
    }
    #vacatures-solliciteren-choice-lr {
        display: none;
    }
    .onlybig,
    .video_banner,
    .hideSolliMobile {
        display: none;
    }
    #unilinBigImage {
        display: none;
    }
    .fbBigImage {
        display: none;
    }
    .fbSmallImage {
        display: none;
    }
    .carouselBigMed {
        display: none;
    }
    #cookie-banner-ok {
        color: #ffffff;
        font-weight: bold;
        padding: 8px 16px;
        margin-left: 20px;
        border: 1px solid #ffffff;
        display: block !important;
        margin-right: 20px !important;
        margin-top: 20px !important;
    }
    .cleardiv {
        line-height: 0px;
        clear: both;
        height: 0px;
        font-size: 0px;
    }
    #campagne-big,
    .carousel-big {
        display: none;
    }
    .bedrijven-carousel-large {
        display: block;
    }
    #campagne-medium,
    .carousel-medium {
        display: none;
    }
    #campagne-small,
    .carousel-small {
        display: block;
    }
    #ago-jobdag {
        background-color: #f2f6f9;
        border-bottom: #d9dee4 solid 1px;
    }
    .inner-jobdag {
        padding-bottom: 50px;
        padding-top: 30px;
        background-image: url(assets/jobdag2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        /*padding-left:20px;
	padding-right:20px;*/
    }
    .inner-jobdag h1 {
        float: left;
        margin-left: 30px;
    }
    .inner-band-container {
        width: 100%;
    }
    .vdl-background {
        /*width:400px;
	height:auto;
	float:right;
	margin-top:-60px;*/
        display: none;
    }
    .imgFit2 {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    .imgFit3 {
        height: 73px;
    }
    .imgFit31 {
        width: 100%;
        object-fit: cover;
        height: 75px;
    }
    .imgFit4 {
        height: 150px;
    }
    .imgFit41 {
        width: 100%;
        object-fit: cover;
        height: 150px;
    }

    #top-band {
        background-color: #ffffff;
        width: 100%;
        position: fixed;
        z-index: 600;
        top: 0px;
        border-bottom: 1px solid #d9dee4 !important;
    }
    #header-top {
        display: none;
    }
    #header-bottom {
        display: none;
    }
    #header-mobile-container {
        display: block;
        width: 100%;
    }
    #h-mobile-container {
        display: block;
        width: 100%;
    }
    #menu-toggle {
        float: left;
        padding: 23px;
        padding-bottom: 20px;
        border-right: 1px solid #e2e6e9;
        background-color: #edf2f8;
        cursor: pointer;
    }
    #myago-mobile-header {
        float: right;
        padding: 23px;
    }
    #myago-mobile-header a {
        font-size: 0.85em;
        color: #01b1ec;
        font-weight: bold;
    }
    #mobile-menu {
        display: none;
        background-color: #005380;
        color: #ffffff;
        font-size: 14px !important;
        border-bottom: 4px solid #01b1ec;
        position: fixed;
        top: 70px;
        width: 100%;
        z-index: 600;
    }
    .mobile-menu-selected {
        background-color: #01b1ec;
    }
    .mobile-menu-toggle-show {
        display: block !important;
    }
    #mobile-menu ul {
        list-style-type: none;
    }
    #mobile-menu ul li a {
        display: block;
        padding: 15px;
        padding-left: 5%;
        color: #ffffff;
        text-decoration: none;
    }
    #mobile-menu ul li {
        border-bottom: 1px solid #016093;
    }
    .mobile-menu-toggler {
        display: inline-block !important;
        padding-left: 5% !important;
        padding-right: 0% !important;
        width: 80%;
    }
    .mobile-menu-toggle-button {
        display: inline-block !important;
        text-align: right;
        width: 10%;
        padding-left: 0% !important;
        padding-right: 5% !important;
    }
    .mobile-menu-sub {
        display: none;
        background-color: #016ba4;
    }
    #mobile-language-list {
        list-style-type: none !important;
        padding-top: 20px;
    }
    #mobile-language-list li {
        display: block !important;
        float: left;
        width: 25% !important;
    }
    .mobile-language-selected {
        background-color: #01b1ec;
    }
    #mobile-language-list li a {
        padding-left: 21% !important;
    }
    #mobile-language-list li a img {
        vertical-align: bottom;
        margin-left: 5px;
    }
    .toggle-bar {
        background-color: #01b1ec;
        width: 24px;
        line-height: 2px;
        display: block;
        margin-bottom: 7px;
    }
    #logo-mobile-container {
        padding-top: 7px;
        margin-left: 10px;
        text-align: left;
        float: left;
        width: 100px;
    }
    #btn-mobile-inschrijven {
        float: right;
        padding-top: 25px;
        padding-right: 20px;
        background-color: #ffffff;
    }
    #btn-mobile-inschrijven a {
        color: #009ee0;
        font-size: 0.75em;
        font-weight: bold;
    }
    #language-container {
        float: right;
        padding: 5px;
        background-color: #01b1ec;
    }
    #language-container a {
        text-transform: uppercase;
        font-size: 0.7em;
        color: #ffffff;
        display: block;
    }
    .hidden-language {
        display: none !important;
    }
    .show-language {
        display: block;
        margin-top: 10px;
    }
    #myago-login {
        float: right;
        margin-left: 20px;
        padding-top: 5px;
    }
    #myago-login a {
        color: #009ee0;
        font-size: 0.75em;
        font-weight: bold;
    }
    #logo-container {
        padding-top: 10px;
        padding-bottom: 0px;
        text-align: left;
    }
    #menu {
        clear: both;
        padding-left: 15%;
    }
    #menu ul {
        list-style-type: none;
        margin: 0 auto;
    }
    #menu ul li {
        float: left;
        margin: 0px !important;
    }
    #menu ul li a {
        font-size: 0.7em;
        text-transform: uppercase;
        color: #757575;
        display: block;
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #ffffff;
        border: none;
        font-weight: bold;
    }
    #menu ul li a:hover {
        background-color: #01b1ec;
        color: #ffffff;
    }
    #menu ul li a.menu-selected {
        background-color: #01b1ec;
        /*border-right:1px solid #00bcfd;*/
        color: #ffffff;
    }
    #menu ul li.menu-right-fix {
        float: right !important;
    }
    #menu ul li.menu-right-fix a:hover {
        background-color: #005380;
    }
    .nav-sub {
        display: none;
    }
    #image-band-1 {
        position: relative;
        background-image: url(assets/home-background4.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 300px;
        margin-top: 0px;
    }
    #image-band-2 {
        position: relative;
        background-image: url(assets/home-background6.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 300px;
        display: none;
    }
    #services_small .meer-info {
        /*text-decoration:italic;*/
        font-style: italic;
        color: #00aeef;
    }
    .fader {
        position: absolute !important;
        width: 100% !important;
        top: 70px !important;
    }
    #home-banner {
        width: 100%;
        height: auto;
    }
    .banner-overlay-container {
        position: relative;
    }
    #banner-overlay {
        display: none;
    }
    .overlay-text-back {
        padding: 10px;
        opacity: 0.4;
        background-color: #000000;
        float: left;
        clear: left;
        margin-bottom: 10px;
    }
    .overlay-text {
        margin-bottom: 5px;
        padding: 10px;
        float: left;
        clear: left;
        text-transform: uppercase;
        font-size: 1.5em;
        font-weight: bold;
        color: #ffffff;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
        -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)';
    }
    .overlay-text-big {
        color: #ffffff;
        font-size: 2em;
        font-weight: bold;
    }
    .overlay-text-p {
        font-size: 0.85em;
        font-weight: bold;
        color: #ffffff;
        text-transform: none;
        background-color: transparent !important;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 0px;
        line-height: 1.7em;
    }
    .overlay-text-highlight {
        background-color: #01b1ec;
        font-size: 1em;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: center;
        text-transform: none;
    }
    .input-searchbox-container-orange {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
        -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)';
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .inputBox-orange {
        font-size: 1em;
        padding: 12px;
        width: 100%;
        font-family: 'Lato', sans-serif;
        font-style: italic;
        display: block;
        border-radius: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        border: 1px solid #b9bfc5;
        color: #454545;
    }
    #searchbox-orange {
        /*width:100%;	*/
        background-color: rgb(65, 173, 73);
        cursor: pointer;
        font-family: 'Lato', sans-serif;
        color: white;
        padding: 12px;
    }
    #searchbox-container-new {
        position: absolute;
        top: -200px;
        right: 0px;
        width: 100%;
        text-align: center;
    }
    #searchbox-container-new-azk {
        position: absolute;
        top: 20px;
        right: 0px;
        width: 100%;
        text-align: center;
    }

    #search-band {
        display: none;
    }
    /* #search-mobile {
    } */

    #searchbox-container {
        position: absolute;
        top: -160px;
        width: 100%;
    }
    #banner-searchbox {
        color: #ffffff;
        z-index: 10;
        float: right;
        padding: 10px;
        padding-top: 9px;
        padding-bottom: 9px;
        border: 1px solid #d9dee4;
        min-width: 50%;
        background-color: rgb(255, 255, 255);
        background-color: rgba(255, 255, 255, 0.8);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
        -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)';
    }
    #inschrijven-banaan {
        display: none;
    }
    .input-searchbox-container {
        padding: 10px;
        background-color: rgb(255, 255, 255);
        background-color: rgba(255, 255, 255, 0.8);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
        -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)';
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    #input-searchbox-container-wbutton {
        margin-right: 79px;
    }
    #input-searchbox {
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 0px;
        width: 100%;
        /*padding-left:5px;
	height:25px;*/
        font-size: 0.85em;
        color: #454545;
        border: 1px solid #b9bfc5;
        background-color: #ffffff;
        padding: 12px;
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing: border-box;
    }
    #select-searchbox {
        /*-moz-appearance:none;*/
        border-radius: 0px;
        width: 100%;
        height: 40px;
        /*padding:15px;*/
        /*
	padding-left:5px;
	height:25px;
	font-size:0.8em;
	*/
        font-size: 0.85em;
        color: #454545;
        border: 1px solid #b9bfc5;
        background-color: #ffffff;
    }
    #searchbox-banaan {
        padding: 10px;
        padding-bottom: 11px;
        margin-right: 20px;
        background-color: #01b1ec;
        z-index: 10;
        float: right;
        cursor: pointer;
    }
    #searchbox-banaan a {
        border: none;
        text-decoration: none;
    }
    #search-icon {
        border: none;
    }
    #button-searchbox {
        -moz-appearance: none;
        border-radius: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        /*	border:1px solid #c3ced2;*/
        border: none;
        cursor: pointer;
        display: block;
        background-color: #01b1ec;
    }
    #vacaturesCategorie {
        width: 100%;
        margin-bottom: 20px;
    }
    .vacCategorie {
        width: 100%;
        /*float:left;*/
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .vacCategorie:hover {
        background-color: #c6e7f2;
    }
    .vacCategorie h4 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .catHover {
        background-color: #c6e7f2;
        color: #005380;
    }
    #Categories {
        margin-bottom: 40px;
    }
    #emptyCategorie {
        margin-bottom: 30px;
    }
    #vacatures-band {
        background-color: #f2f6f9;
        /*background-color:#e5edf7;*/
        border-bottom: 1px solid #d9dee4;
        border-top: 1px solid #d9dee4;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        clear: both;
    }
    #vacatures-band h1 {
        float: left;
    }
    .band-banaan-medium {
        display: none;
    }
    .band-banaan-phone {
        padding: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #01b1ec;
        margin-top: 20px !important;
        cursor: pointer;
        text-align: center;
    }
    .band-banaan-screen {
        display: none;
    }
    .band-banaan-screen:hover {
        background-color: #005380;
    }
    .band-banaan-screen-temp {
        float: right;
        padding: 10px;
        background-color: #01b1ec;
        margin-bottom: 40px !important;
        cursor: pointer;
    }
    .band-banaan-screen-temp:hover {
        background-color: #005380;
    }
    .band-banaan-screen-temp a {
        color: #ffffff;
        text-decoration: none;
        font-size: 1em;
        font-weight: bold;
    }
    .band-banaan-phone a {
        color: #ffffff;
        text-decoration: none;
        font-size: 1em;
        font-weight: bold;
    }

    /* -- Company Profile -- */
    .company-profile-band {
        /*background-color:#EDF2F8*/
        border-top: 1px solid #d9dde4;
        /*border-bottom:1px solid #D9DDE4;*/
    }
    .company-profile-band h1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .explanation-band {
        margin: auto;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #ago-latijn {
        padding-top: 60px;
        margin: auto;
        text-align: center;
        font-size: 1.2em;
    }
    #ago-latijn p {
        margin-bottom: 10px;
        /*font-family:Vollkorn;*/
    }
    #ago-latijn .spreuk-latijn {
        font-weight: bold;
        font-size: 1em;
        font-family: Vollkorn, 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
        margin-left: 15px;
    }
    #ago-latijn .latijn-keyword {
        font-weight: normal;
        font-style: italic;
        font-family: Vollkorn, 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    }
    #ago-latijn .latijn-regular {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 0.8em;
    }
    #mission-statement {
        margin: auto;
        text-align: center;
        font-size: 1.2em;
    }
    #services {
        display: none;
    }
    #services_small {
        padding-left: 20px;
        padding-right: 20px;
    }
    #services_small h3 {
        margin-bottom: 0px;
    }
    #services_small h4 {
        color: #00cdef;
    }
    #services_small div {
        /*margin-top:10px;
	margin-bottom:5px;*/
        width: 100%;
        padding-top: 5px;
        padding-bottom: 10px;
        /*margin-left:10px;
	margin-right:10px;*/
    }
    #services_small p,
    h3,
    h4 {
        padding-left: 5px;
        padding-right: 5px;
    }
    #services_small a :hover {
        background-color: #c6e7f2;
    }
    #services_small .sectionOne {
        margin-bottom: 20px;
    }
    .sectionThree,
    .sectionFour,
    .sectionFive,
    .sectionSix,
    .sectionSeven,
    .sectionEight,
    .sectionNine {
        border-top: 1px solid #d9dde4;
    }
    #dedicated p {
        padding-left: 20px;
        padding-right: 20px;
    }
    .division {
        margin-top: 20px;
    }
    .division h3 {
        margin-bottom: 0px;
    }
    .division-ul {
        /*float:left;*/
        list-style-type: none;
        /*width:50%;*/
    }
    .division-ul li:not(:first-child) {
        border-top: 1px solid #d9dde4;
    }
    .li-first-child {
        border-top: 1px solid #d9dde4;
    }
    .division .listLeft {
        /*float:left;*/
        width: 100%;
    }
    .division .listRight {
        width: 100%;
        /*float:left;*/
    }
    .division-table {
        width: 100%;
        text-align: left;
    }
    .division-table h3 {
        padding-left: 10px;
    }
    .division-thumb-img {
        width: 109px;
        height: 91px;
    }
    .division-arrow {
        width: 16px;
        height: 23px;
    }
    .division a :hover {
        background-color: #c6e7f2;
    }

    #valuable {
        display: none;
    }
    #valuable_small {
        width: 100%;
    }
    #valuable_small ul {
        margin-left: 20px;
        margin-right: 20px;
        list-style-type: none;
    }
    #valuable_small li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #valuable_small li:not(:first-child) {
        border-top: 1px solid #d9dde4;
    }
    #valuable_small img {
        width: 16px;
        height: 23px;
    }
    #valuable_small span {
        color: #00aeef;
        font-size: 2em;
        font-weight: bold;
    }
    #valuable_small .valuable-left {
        text-align: center;
    }
    #valuable_small .valuable-right {
        text-align: center;
    }
    /*#valuable_small .lefty{
	float:left;
	margin-right:10px;
}*/
    /*#valuable_small .righty{
	float:right;
	margin-left:10px;
}*/
    /*#valuable{
	width:100%;
}
#valuable img{
	width:100%;
	height:auto;
}*/
    /* -- end Company profile -- */

    .vl3,
    .vl4 {
        display: none;
    }
    .newslisthome {
        width: 100% !important;
    }
    .vacature-list {
        /*float:left;*/
        width: 100%;
        list-style-type: none;
        font-size: 0.85em;
    }
    .vacature-list li {
        /*padding:0.4em 0px 0.4em 0px;*/
        color: #757575;
    }
    .vacature-list li a {
        color: #757575;
        text-decoration: none;
        border-bottom: 1px dotted #d0d8e2;
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        background-image: url('assets/icons/home_navigation_list_item_icon.png');
        background-position: right center;
        background-repeat: no-repeat;
    }
    .vacature-list li a:hover {
        color: #01b1ec;
    }
    .vl4,
    .ivl2,
    .ivl3,
    .last-list {
        margin-right: 0 !important;
    }
    #vacature-solliciteren {
        margin-top: 70px;
    }
    #ago-zoekt,
    #ago-doet,
    #ago-contact,
    #ago-bedrijven,
    #ago-myago {
        padding-top: 20px;
    }
    #ago-doet {
        border-top: 1px solid #d9dee4;
    }
    #ago-myago,
    #ago-zoekt {
        border-bottom: 1px solid #d9dee4;
    }
    #ago-myago {
        background-color: #eee;
    }
    .ago-myago-overlay {
        width: 100%;
        text-align: center;
    }
    /* .ago-myago-banaan {
        /*width:75%;
    } */
    .ago-myago-but {
        background-color: #01b1ec;
        color: white;
        font-weight: bold;
        cursor: pointer;
        padding: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        margin-bottom: 5px;
    }
    .ago-myago-but:hover {
        background-color: #005380;
    }
    #ago-contact h1 {
        float: none;
    }
    #ago-news {
        /*background-color:#FAFAFA;*/
        border-bottom: 1px solid #d9dee4;
        padding-top: 40px;
        padding-bottom: 50px;
        clear: both;
        margin-left: 20px;
        margin-right: 20px;
    }
    .inner-band-ago-zoekt,
    .inner-band-ago-zoekt-2 {
        /*
	background-image:url(assets/ago-zoekt.png);
	background-position:bottom right;
	background-repeat:no-repeat;	
	*/
        padding-bottom: 20px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    /* #ago-zoekt h1 {
    } */
    .ivl2 {
        display: none;
    }
    #interne-vacature-intro {
        width: 100%;
        margin-bottom: 40px;
    }
    #ago-zoekt-list-title {
        font-size: 1em;
        color: #005380;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
    }
    #bedrijven-band {
        background-color: #01b1ec;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #bedrijven-band a {
        color: #ffffff;
        text-decoration: none;
    }
    #bedrijven-band h1 {
        color: #ffffff !important;
        text-align: center;
    }
    .bedrijf-container {
        float: left;
        width: 21%;
        padding: 1%;
        margin-right: 1.5%;
    }
    .bedrijf-hidden-screen {
        display: none !important;
    }
    .bedrijf-container img {
        border: 2px solid #ffffff;
        width: 100%;
    }
    #show-all-bedrijven {
        text-align: center;
        font-weight: bold;
        color: #ffffff;
        font-size: 1.2em;
        padding: 10px;
        cursor: pointer;
        margin-top: 10px;
    }

    #kvk-image-band {
        position: relative;
        background-image: url(assets/transport-home.jpg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 150px;
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
    }
    #kvk-banner-overlay {
        position: absolute;
        top: 20px;

        z-index: 10;
        width: 100%;
    }
    #footer {
        background-color: #005380;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-menu-list {
        float: left;
        width: 23%;
        margin-right: 1%;
        margin-left: 1%;
        list-style-type: none;
        font-size: 0.8em;
    }
    .footer-menu-list li {
        padding: 0.5em 0px 0.5em 0px;
        color: #ffffff;
        /*border-bottom:1px solid #0173b1;*/
    }
    .footer-menu-list li a {
        color: #9ebac9;
        text-decoration: none;
    }
    .vacature-list li a:hover {
        color: #01b1ec;
    }
    .footer-list-title {
        border: none !important;
    }
    .footer-list-title-a {
        font-size: 1.2em !important;
        font-weight: bold !important;
        display: block !important;
        margin-bottom: 0.8em !important;
        border: none !important;
        color: #ffffff !important;
    }
    #footer-menu-screen {
        display: none;
    }
    #footer-menu-mobile {
        padding-left: 20px;
        padding-right: 20px;
    }
    #footer-menu-mobile ul {
        list-style-type: none;
    }
    #footer-menu-mobile ul li a {
        display: block;
        color: #ffffff;
        text-decoration: none;
        padding-top: 15px;
        padding-bottom: 15px;
        background-image: url('assets/icons/footer-navigation-background.png');
        background-position: right center;
        background-repeat: no-repeat;
        border-bottom: 1px solid #317294;
    }
    #footer-erkenning {
        font-size: 0.7em;
        color: #9ebac9;
        text-align: center;
    }
    #footer-icons {
        margin-top: 60px;
        margin-bottom: 60px;
        text-align: center;
    }
    .footer-icon-img {
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
        border: none;
    }
    /* vacature pagina */
    #job-band-1 {
        position: relative;
        /*	background-image:url(assets/vacatures-background.jpg);*/
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #01b1ec;
        padding-top: 10px;
        padding-bottom: 10px;
        display: none;
    }
    #jobs-indekijker-scroll {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
        -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)';
        display: none;
    }
    .btn-jobscroller {
        display: inline-block;
        padding: 9px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        margin-right: 2px;
        margin-left: 2px;
        cursor: pointer;
    }
    .btn-jobscroller:hover {
        background-color: #ffffff;
    }
    .job-image {
        width: 100%;
        height: auto;
        /*border:1px solid #ffffff;*/
    }
    .job-link {
        text-decoration: none;
        border: none;
        display: none;
    }
    .job-selected {
        display: block !important;
    }
    .jobscroll-selected {
        background-color: #ffffff;
    }
    #vacature-filter {
        width: 100%;
        margin-top: 70px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d9dee4;
    }
    #vacature-filter-submit {
        padding: 4%;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        background-color: #01b1ec;
        margin-top: 20px !important;
        cursor: pointer;
        float: left;
        text-align: center;
        width: 92%;
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        font-size: 0.8em;
    }
    /* #vacature-filter-submit a {
    } */
    #vacature-filter-submit:hover {
        background-color: #005380;
    }
    #vacature-filter label {
        display: block;
        margin-bottom: 5px;
        font-size: 0.9em;
        color: #757575;
    }
    #vacature-filter input {
        -moz-appearance: none;
        -webkit-apperance: none;
        border-radius: 0px;
        font-size: 0.85em;
        color: #454545;
        border: 1px solid #b9bfc5;
        background-color: #ffffff;
        padding: 2%;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
        width: 96%;
    }
    #vacature-filter select {
        border-radius: 0px;
        padding: 5px;
        color: #454545;
        border: 1px solid #b9bfc5;
        background-color: #ffffff;
        margin-top: 10px;
        border-radius: 0px;
        width: 100%;
        height: 50px;
        font-size: 0.85em;
        color: #454545;
        border: 1px solid #b9bfc5;
    }
    #vacature-overview {
        width: 100%;
        margin-top: 90px;
        /*margin-left:2%;
	margin-right:2%;
	/*border-left:1px solid #D9DEE4;*/
    }
    .paginatie {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        display: none;
    }
    .paginatie-mobile {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .paginatie-part {
        width: 30%;
        float: left;
        text-align: center;
    }
    .paginatie-part a {
        color: #fff !important;
    }
    .paginatie-part-middle {
        width: 40%;
        float: left;
        text-align: center;
    }
    .paginatie-bottom {
        margin-top: 20px;
    }
    .btnpage {
        padding: 15px;
        padding-top: 11px;
        padding-bottom: 11px;
        font-size: 0.75em;
        color: #757575;
        border: 1px solid #ced4dc;
        margin-left: 2px;
        margin-right: 2px;
        display: none;
    }
    .btnpage:hover {
        color: #01b1ec !important;
        border-color: #01b1ec !important;
        background-color: #f2f6f9;
    }
    .btnpage-selected {
        color: #01b1ec !important;
        border-color: #01b1ec !important;
        background-color: #f2f6f9;
        padding: 15px;
        padding-top: 11px;
        padding-bottom: 11px;
        font-size: 0.75em;
        margin-left: 2px;
        margin-right: 2px;
        display: block !important;
    }
    .btnPrev,
    .btnNext {
        font-size: 0.75em;
        color: #ffffff;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: #01b1ec;
        width: 100%;
        display: block;
    }
    .btnPrev:hover {
        background-color: #005380;
    }
    .btnNext:hover {
        background-color: #005380;
    }
    .vacature-item {
        padding: 5px;
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 1px solid #d9dee4;
        cursor: pointer;
        display: block;
    }
    .vacature-item:hover {
        background-color: #c6e7f2;
    }
    .vacature-item-meta {
        font-size: 0.8em;
        color: #757575;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .vacature-item-info {
        font-size: 0.8em;
        color: #757575;
        line-height: 1.5em;
    }
    .vacature-item-info ul li {
        font-size: 1.2em;
        line-height: 1.6em;
    }
    #vacature-detail-sidebar {
        width: 100%;
        margin-top: 70px;
        margin-bottom: 40px;
        display: none;
    }
    #vacature-detail-sidebar label {
        display: block;
        margin-bottom: 5px;
        font-size: 0.9em;
        color: #01b1ec;
        font-weight: bold;
    }
    #vacature-detail-sidebar a {
        color: #01b1ec;
        text-decoration: underline;
        font-size: 0.8em;
        font-weight: bold;
        margin-top: 10px;
    }
    .zoekcriteria-value {
        color: #757575;
        font-size: 0.8em;
        margin-bottom: 10px;
        display: block;
        line-height: 1.5em;
    }
    #vacature-overview h1 {
        float: none !important;
        font-size: 1.2em;
    }
    #vacature-overview a {
        text-decoration: none;
        color: #01b1ec;
    }
    .mobile-vacature-overview {
        margin-top: 20px !important;
    }
    .vacature-detail-info {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #d9dee4;
    }
    .vacature-detail-info p {
        font-size: 1.2em;
        margin-bottom: 15px;
    }
    .vacature-detail-info a {
        color: #01b1ec;
        text-decoration: underline;
        font-size: 1em;
        font-weight: bold;
    }
    #overview-bottom {
        display: none;
    }
    .vacature-item-info-title {
        font-weight: bold;
        margin-bottom: 5px;
        display: block;
        font-size: 1.2em;
    }
    /* #policy-jump-container { */
    /*display:none;*/
    /* } */

    #policy-jump-container tr {
        display: block;
    }

    #policy-jump-container tr td {
        height: 60px;
        display: block;
        width: 100%;
        text-align: left;
    }

    #policy-jump-container tr td a {
        width: 100%;
        display: block;
    }

    .policy-jump {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #01b1ec;
        margin-top: 10px !important;
        cursor: pointer;
        text-align: center;
        width: 100%;
        text-decoration: none;
        color: #ffffff !important;
        font-weight: bold;
        font-size: 0.8em;
        color: white;
    }
    #vacature-solliciteer,
    #mobile-return-list,
    #solliciteer-annuleer {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #01b1ec;
        margin-top: 10px !important;
        cursor: pointer;
        text-align: center;
        width: 100%;
        float: left;
        text-decoration: none;
        color: #ffffff !important;
        font-weight: bold;
        font-size: 0.8em;
    }

    .policy-jump:hover {
        background-color: #005380;
    }
    #vacature-solliciteer:hover {
        background-color: #005380;
    }

    #job-band-mobile {
        width: 100%;
        background-color: #005380;
    }
    .swiper-container {
        width: 100%;
    }
    .swiper-slide {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    /*Information pages*/
    .information-band {
        background-color: #f2f6f9;
        border-bottom: 1px solid #d9dee4;
        border-top: 1px solid #d9dee4;
        padding-top: 20px;
        padding-bottom: 40px;
        clear: both;
    }
    .information-band-white {
        background-color: #ffffff !important;
    }
    #info-sidebar {
        float: left;
        width: 14%;
        padding-right: 4%;
        padding-top: 20px;
    }
    #info-sidebar a {
        color: #01b1ec;
        text-decoration: none;
        font-size: 0.9em;
        font-weight: bold;
        line-height: 2em;
        display: block;
    }
    #info-sidebar a:hover {
        color: #005380;
    }
    #info-sidebar a.selected {
        color: #005380;
    }
    .info-content {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    /* .info-content h1 {
    } */
    .info-content p {
        margin-bottom: 20px;
    }
    .info-content a {
        text-decoration: underline;
        color: #01b1ec;
    }
    .info-content a:hover {
        color: #005380;
    }
    #image-band-ago-zoekt {
        position: relative;
        background-image: url(assets/ago-zoekt-werk.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 200px;
        margin-top: 70px;
    }
    #image-band-kvk {
        position: relative;
        background-image: url(assets/kvk-home-2.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 200px;
        margin-top: 70px;
    }
    .interne-vacature {
        border-bottom: 1px solid #d9dee4;
    }
    .interne-vacature h3 {
        font-size: 1.2em;
        margin-bottom: 5px;
    }
    .interne-vacature a {
        text-decoration: none;
        display: block;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .interne-vacature a:hover {
        background-color: #c6e7f2;
    }
    /*-----------------*/
    /* Contact pagina */
    .contact-item {
        width: 100%;
    }
    #offices-big {
        display: none;
    }
    #offices-small {
        display: block;
    }
    #ago-contact {
        border-top: 1px solid #d9dee4;
        background-color: #edf2f8;
        border-bottom: 1px solid #d9dee4;
        padding-bottom: 20px;
        padding-top: 90px !important;
    }
    .contact-title {
        padding: 10px;
        color: #757575;
        font-size: 0.85em;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dotted #d9dee4;
        background-image: url('assets/icons/home_navigation_list_item_icon.png');
        background-position: right center;
        background-repeat: no-repeat;
    }

    .contact-title-hovering {
        background-color: #01b1ec !important;
        color: #ffffff !important;
        border: 1px solid #01b1ec !important;
        background-image: none !important;
    }
    .contact-info {
        display: none;
        padding: 10px;
        border: 1px solid #d9dee4;
    }
    .contact-info-hovering {
        display: block;
    }
    .contact-info p {
        margin-bottom: 0px !important;
    }
    /*----------------*/
    #googleframe {
        height: 300px;
        margin-top: 70px;
        border: none !important;
    }
    /*------*/

    #myago-info {
        display: none;
    }
    #myago-logo-container {
        display: none;
    }

    #myago-logo-container-mobile {
        padding-top: 20px;
        text-align: center;
        margin-bottom: 30px;
        width: 100%;
    }
    .mobile-hide {
        display: none;
    }
    #mobile-register {
        clear: both;
        display: block;
        color: #fff;
        font-weight: bold;
        background-color: #005380;
        text-align: center;
        padding: 15px;
    }
    .mobile-show {
        display: block;
    }
    #myago-logo-container-mobile img {
        width: 50%;
        height: auto;
    }
    #errorlog {
        font-size: 0.8em;
        margin-bottom: 20px;
    }
    /* #myago-mobile-login {
    } */
    #myago-mobile-login a {
        color: #ffffff;
        font-weight: bold;
        margin-top: 40px;
        margin-bottom: 20px;
        display: block;
    }
    #image-band-myago {
        position: relative;
        padding-top: 90px;
        background-color: #edf2f8;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #myago-registreer {
        display: none;
    }
    #myago-screen-login {
        display: none;
    }
    .myago-label {
        font-size: 0.85em;
        color: #0092ce;
        display: block;
        margin-bottom: 5px;
    }
    .myago-input-normal {
        -moz-appearance: none;
        border-radius: 0px;
        font-size: 0.85em;
        color: #454545;
        border: 1px solid #b9bfc5;
        background-color: #ffffff;
        padding: 15px 2%;
        display: block;
        width: 96%;
    }
    .form-block {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    #btnLogin {
        -webkit-appearance: none;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #01b1ec;
        float: left;
        width: 100%;
        -moz-appearance: none;
        border-radius: 0px;
        font-size: 0.85em;
        color: #ffffff;
        display: block;
        border: none !important;
        cursor: pointer;
        font-weight: bold;
        margin-bottom: 20px;
    }
    /*---- bedrijven pagina ---*/
    #bedrijven-thumbs {
        margin-top: 90px;
        padding-left: 4%;
    }
    #bedrijven-thumbs h1 {
        margin-left: 1%;
    }
    #bedrijven-thumbs .bedrijf-container {
        width: 28% !important;
        cursor: pointer;
        margin: 0.5%;
    }
    #bedrijven-thumbs .bedrijf-container img {
        width: 100% !important;
        height: auto;
        border: 1px solid #d9dee4 !important;
    }
    .image-band-bedrijven {
        background-image: url(assets/bedrijven-background.jpg) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 210px !important;
        display: none;
    }
    .image-band-matchmaker {
        background-image: url(assets/matchmaker-background.png) !important;
        border-top: 1px solid #d9dee4;
        padding-bottom: 210px !important;
        background-size: cover;
        display: none;
    }
    #bedrijf-detail {
        display: none;
    }
    .bedrijf-show {
        display: block;
    }
    .bedrijf-hide {
        display: none;
    }
    .bedrijf-side {
        width: 30%;
        padding: 1%;
        padding-top: 0px;
        padding-right: 3%;
        float: left;
        display: none;
    }
    .bedrijf-info {
        padding: 4%;
        padding-top: 0px;
        width: 92%;
        border-left: 1px solid #d9dee4;
    }
    .bedrijf-info p {
        margin-bottom: 30px;
        font-size: 0.85em;
        line-height: 1.7em;
    }
    .bedrijf-info a {
        text-decoration: none;
        color: #01B1EC!;
    }
    .bedrijf-side img {
        width: 100%;
        height: auto;
        border: 1px solid #d9dee4 !important;
    }
    .bedrijf-vacatures {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .bedrijf-vacatures li {
        list-style-type: none;
    }
    .bedrijf-vacatures li a {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 0.9em;
        text-decoration: none;
        color: #757575;
        font-weight: normal;
        border-bottom: 1px solid #d9dee4;
        background-image: url('assets/icons/home_navigation_list_item_icon.png');
        background-position: right center;
        background-repeat: no-repeat;
    }
    .bedrijf-vacatures li a:hover {
        color: #01b1ec;
    }
    .bedrijf-kantoor-info {
        margin-top: 20px;
    }
    .bedrijf-kantoor-info a {
        text-decoration: none;
        color: #01b1ec;
    }
    #volvo ul {
        list-style: outside none none;
        margin-bottom: 20px;
    }
    #volvo ul li {
        display: inline;
        font-size: 0.85em;
        margin-bottom: 10px;
        list-style-type: none;
    }
    #volvo ul li a {
        text-decoration: none;
        padding-left: 8px;
        padding-right: 8px;
        border-right: 1px solid #a7a9ac;
        color: #01b1ec;
    }
    #ontex ul,
    #greenyard ul,
    #terbeke ul {
        list-style: outside none none;
        margin-bottom: 20px;
    }
    #ontex ul li #greenyard ul li,
    #terbeke ul li {
        display: inline;
        font-size: 0.85em;
        margin-bottom: 10px;
        list-style-type: none;
    }
    #ontex ul li a #greenyard ul li a,
    #terbeke ul li a {
        text-decoration: none;
        padding-left: 8px;
        padding-right: 8px;
        border-right: 1px solid #a7a9ac;
        color: #01b1ec;
    }
    .sub-selected {
        color: #005380 !important;
    }
    .volvo-sub {
        display: none;
    }
    .ontex-sub {
        display: none;
    }
    .terbeke-sub {
        display: none;
    }
    .greenyard-sub {
        display: none;
    }
    .katoen-sub {
        display: none;
    }
    .show-sub {
        display: block !important;
    }
    .volvo-sides {
        display: none;
    }
    .ontex-sides {
        display: none;
    }
    .terbeke-sides {
        display: none;
    }
    .greenyard-sides {
        display: none;
    }
    .katoen-sides {
        display: none;
    }
    .volvo-side-show {
        display: block !important;
    }
    .ontex-side-show {
        display: block !important;
    }
    .terbeke-side-show {
        display: block !important;
    }
    .greenyard-side-show {
        display: block !important;
    }
    /*inschrijven pagina FR*/
    /*---------------------*/
    #inschrijven {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #declaration {
        font-size: 0.85em;
        color: #757575;
    }
    #declaration a {
        color: #01b1ec;
        text-decoration: underline;
    }
    .myago-input-mini {
        -moz-appearance: none;
        border-radius: 0px;
        font-size: 0.85em;
        color: #454545;
        border: 1px solid #b9bfc5;
        background-color: #ffffff;
        padding: 15px 2%;
        width: 25%;
    }
    .myago-input-small {
        -moz-appearance: none;
        border-radius: 0px;
        font-size: 0.85em;
        color: #454545;
        border: 1px solid #b9bfc5;
        background-color: #ffffff;
        padding: 15px 2%;
        width: 32%;
    }
    .mobile-inschrijving-sumbit {
        padding-right: 4%;
        padding-left: 4%;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #01b1ec;
        margin-top: 20px;
        text-align: center;
        width: 100%;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 0px;
        color: #ffffff;
        font-size: 0.8em;
        font-weight: bold;
        border: none;
    }
    .automMail {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        width: 688px;
        margin: auto;
        color: #707070;
        line-height: 20px;
    }

    /** Blogs **/
    /***********/
    #lastBlog-desktop {
        display: none;
    }
    #tblBlogs {
        display: none;
    }
    .blog-thumb-detail-big,
    .blog-thumb-detail-medium {
        display: none;
    }
    .blog-thumb-list,
    .bedrijven-thumb-list {
        /*float:left;	*/
        list-style-type: none;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .blog-thumb-container,
    .bedrijven-thumb-container {
        width: 100%;
        position: relative;
        margin: 5px;
    }
    .blog-thumb-container img,
    .bedrijven-thumb-container img {
        width: 100%;
    }
    .blog-thumb-detail-text {
        position: absolute;
        bottom: 0px;
        background-color: #fff;
        opacity: 0.8;
        padding: 2px;
        color: rgb(0, 89, 133);
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        width: 100%;
    }
    .bedrijven-scroll-next,
    .bedrijven-scroll-prev {
        display: none !important;
    }
    #blog-thumb-list-1:hover #blog-thumb-detail-text-1 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    #blog-thumb-list-2:hover #blog-thumb-detail-text-2 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    #blog-thumb-list-3:hover #blog-thumb-detail-text-3 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    #blog-thumb-list-4:hover #blog-thumb-detail-text-4 {
        background-color: rgb(0, 89, 133);
        color: white;
    }
    .blog-thumb-highlight {
        position: absolute;
        top: 0px;
        background-color: #00adef;
        color: white;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        padding: 2px;
        font-size: 0.8em;
    }
    .blogHide,
    #blogPrev,
    #blogNext {
        display: none;
    }

    .lastBlog {
        width: 100%;
        background-color: #01b1ec;
        /*padding:10px;*/
        border-radius: 10px;
        cursor: pointer;
        font-family: Lintel !important;
        margin-top: 70px;
    }
    .lastBlog:hover {
        background-color: #005380;
    }
    .lastBlog table {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .lastBlog-general {
        color: #000;
        font-size: 1em;
        font-weight: bold;
    }
    .lastBlog-blogtitle {
        color: #fff;
        font-size: 1.5em;
        font-weight: bold;
    }
    .lastBlog-time {
        font-size: 0.7em;
    }
    .lastBlog-arrow {
        height: 40px;
        width: auto;
    }
    .navBlog {
        width: 100%;
        margin-top: 10px;
        /*padding:5px;*/
        font-family: Lintel;
    }
    .navBlog-icon {
        height: 20px;
        width: auto;
    }
    .navBlog-clickable {
        cursor: pointer;
    }
    .searchNavBalk {
        width: 100%;
    }
    .mainSearchDiv {
        width: 100%;
        /*min-height:100px;*/
        margin-top: 10px;
        border: 1px solid #01b1ec;
        border-radius: 10px;
        /*padding:10px;*/
    }
    .searchDiv {
        border: 1px solid #757575;
        /*width:100%;*/
        margin: 10px;
    }
    .searchDiv table {
        width: 100%;
    }
    .searchDiv table tr td {
        padding: 5px;
    }
    .searchDiv input {
        border: none;
        width: 100%;
        padding: 5px;
    }
    .searchTagDiv {
        margin: 10px;
    }
    #BlogSearchBox {
        display: none;
    }
    .noBlogs {
        margin-top: 25px;
        text-align: center;
    }
    .contentBlog {
        margin-top: 10px;
        width: 100%;
        font-family: Lato;
    }
    #ulBlogs {
        width: 100%;
        list-style: none;
    }
    #ulBlogs li {
        /*background-color:lightgrey;*/
        margin-top: 5px;
    }
    .contentBlog-big {
        /*min-height:600px;*/
        background-color: lightgrey;
        border-radius: 10px;
    }
    .contentBlog-medium {
        /*min-height:600px;*/
        /*background-color:lightgrey;*/
        border-radius: 10px;
    }
    .contentBlog-small {
        /*min-height:300px;*/
        /*background-color:#757575;*/
        border-bottom: 1px solid lightgrey;
    }
    .contentBlog-overlay {
        padding: 10px;
    }
    .imageBlog-big {
        width: 100%;
        /*max-height:250px;*/
        margin-bottom: 5px;
    }
    .imageBlog-small {
        width: 100%;
        max-height: 225px;
    }
    .blogTags {
        width: 100%;
        /*margin-top:10px;*/
        margin-bottom: 5px;
        line-height: 25px;
    }
    .tag {
        background-color: #01b1ec;
        color: white;
        font-weight: bold;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
        margin-right: 10px;
        margin-bottom: 5px;
        font-size: 0.8em;
        cursor: pointer;
        font-family: Lintel !important;
        display: inline-block;
        margin-top: 3px;
    }
    .tag2 {
        background-color: #01b1ec;
        color: white;
        font-weight: bold;
        /*padding-top:2px;*/
        /*padding-bottom:2px;*/
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
        margin-right: 10px;
        /*margin-bottom:5px;*/
        font-size: 0.7em;
        cursor: pointer;
        font-family: Lintel !important;
        display: inline-block;
    }
    .contentBlog-content-big {
        width: 100%;
        margin-top: 20px;
    }
    .contentBlog-content-img {
        width: 100%;
        /*text-align:center;*/
    }
    .imageBlog-content {
        /*max-height:500px;*/
        max-width: 100%;
        width: auto;
    }
    .readMoreBlog {
        font-weight: bold;
        color: #01b1ec;
        cursor: pointer;
        text-decoration: none;
    }
    .readMoreBlog:hover {
        color: #005380;
    }
    .return2blog {
        margin-top: 10px;
    }
    .top5 {
        margin-top: 5px;
    }
    .bottom5 {
        margin-bottom: 5px;
    }
    .left5 {
        margin-left: 5px;
    }
    .right5 {
        margin-right: 5px;
    }
    .PageSelected {
        font-weight: bold;
        color: #005380;
        cursor: normal;
    }
    .PageNotSelected {
        font-weight: normal;
        color: #005380;
        cursor: pointer;
    }

    #cookie-config {
        border: 1px solid #fff;
        margin-top: 20px;
        padding: 10px;
        text-align: left;
        color: #fff;
        margin-left: 20px;
        margin-right: 20px;
    }
    #cookie-config h1 {
        font-weight: bold;
        font-size: 1.5em;
        color: #fff;
        margin-bottom: 5px;
    }
    #cookie-config p {
        color: #fff;
        font-size: 1em;
    }
    #cookie-config-table {
        margin-top: 10px;
    }

    #cookie-config-save {
        /*color:#FFFFFF;
	font-weight:bold;
	padding:8px 16px;
	margin-left:20px;
	border: 1px solid #FFFFFF;
	text-align:center;
	margin-top:25px;
	float:right;
	margin-right:-10px;*/

        color: #ffffff;
        font-weight: bold;
        padding: 8px 16px;
        margin-left: 20px;
        border: 1px solid #ffffff;
        display: block !important;
        margin-right: 20px !important;
        margin-top: 20px !important;
        text-align: center;
        cursor: pointer;
    }
    #cookie-config-save:hover {
        color: rgb(0, 83, 128);
        font-weight: bold;
        padding: 8px 16px;
        margin-left: 20px;
        border: 1px solid #ffffff;
        background-color: #ffffff;
    }

    .taBlock {
        padding-top: 15px;
    }
    .taBlock h3 {
        color: #005880;
        font-size: 1.2em;
    }
    .taBlock h4 {
        font-size: 1.1em;
        margin-bottom: 15px;
    }
    .taBlock p {
        font-size: 1em;
        line-height: 1.4em;
    }
    .taBlock ul {
        list-style: none;
        margin-bottom: 15px;
        color: #757575;
    }
    .taBlock ul li::before {
        content: '>';
        color: #00adef;
        font-size: 1em;
        font-weight: bold;
        display: inline-block;
        margin-right: 15px;
    }
    .taBlock ul li {
        font-size: 1em;
        line-height: 1.4em;
        color: #757575;
    }
    .taBlock ul ul {
        list-style: none;
        margin-bottom: 15px;
        color: #757575;
    }
    .taBlock ul ul li::before {
        content: '-';
        color: #00adef;
        font-size: 1em;
        font-weight: bold;
        display: inline-block;
        margin-right: 15px;
        margin-left: 50px;
    }
    .taBlock ul ul li {
        font-size: 1em;
        line-height: 1.4em;
        color: #757575;
    }
    .taBlock .highlighted_keyword {
        color: #00adef;
    }
    .taBlock .taWhy {
        font-weight: bold;
    }
    .taBlock .quote {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .taBlock .quote p {
        font-style: italic;
    }
    .taBlock .quote h3 {
        color: #00adef;
        font-weight: normal;
    }
    .section_break {
        height: 20px;
        border-bottom: 1px solid #00adef;
        text-align: center;
    }
    .section_break_text {
        font-size: 4em;
        background-color: #fff;
        padding: 0px 35px;
        color: #00adef;
    }
    .taBlock .taWrapper {
        overflow: hidden;
        margin-bottom: 10px;
    }
    .taBlock .taWrapper::after {
        clear: both;
    }
    /*.taBlock .taWrapper .taWrapper_item {
	float:left;
	width:27%;
	margin: 0 0.5%;
	padding:15px;
}*/
    .taImg {
        width: 200px;
        /*height:200px;*/
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
    }
    .taMiddle {
        text-align: center;
    }
    .taTitle_1 {
        color: #009ee3;
    }
    .taTitle_2 {
        color: #9cb410;
    }
    .taTitle_3 {
        color: #005985;
    }
    .taBlock .taColorBlock {
        background-color: #00adef;
        padding: 10px 20px;
        margin-bottom: 25px;
    }
    .taBlock .taColorBlock p {
        color: #ffffff;
        padding: 0px;
        margin: 0px;
    }
    .info-content-wrapper {
        margin-top: 75px;
    }
}
