@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

@font-face {
    font-family: 'usualmedium';
    src: url('../fonts/usual-medium-webfont.woff2') format('woff2'), url('../fonts/usual-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a:hover {
    text-decoration: none;
}

.c-light-blue {
    color: #009fdf;
}

.c-dark-blue {
    color: #003b5c;
}

.c-white {
    color: #fff;
}

.bg-light-blue {
    background-color: #009fdf;
}

.bg-dark-blue {
    background-color: #003b5c;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #f5f5f5;
}

html {
    font-size: 17pt;
}

body {
    font-family: 'lato', sans-serif;
}

header a.btn-blue-bordered {
    border-radius: 40px;
    border: solid 1px #009fdf;
    width: 180px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-family: 'usualmedium';
    margin: 0 auto;
    color: #009fdf;
    margin-right: 10px;
}

header .menu ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

header .menu ul a {
    color: #003b5c;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .menu .language {
    position: relative;
    padding: 17px 20px;
    color: #003b5c;
}

header .menu .language .lang {
    display: flex;
    align-items: center;
}

header .menu .language .lang img {
    margin-left: 15px;
}

header .menu .language .languages {
    position: absolute;
    top: 67px;
    background-color: #fff;
    padding: 10px 20px;
    width: 100%;
    margin-left: -20px;
    display: none;
}

header .menu .language:hover .languages {
    display: block;
}

#menu ul {
    list-style-type: none;
    margin: 0 auto;
    position: relative;
}

#menu ul li {
    margin: 0px !important;
}

#menu ul li a {
    font-size: 11.2px;
    text-transform: uppercase;
    color: #757575;
    display: block;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    border: none;
    font-weight: bold;
}

.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;
}

#ago-theme #menu {
    padding-left: 0%;
    display: flex;
    align-items: center;
}

#ago-theme #menu > ul {
    display: flex;
}

#ago-theme #menu > ul > li {
    float: none;
}

#ago-theme #top-navigation {
    color: #003b5c;
    text-align: right;
}

.inner-band-container {
    margin: auto;
    width: 940px;
}

#ago-theme #top-navigation .inner-band-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 0.5rem;
    font-weight: bold;
}

#ago-theme #top-navigation a {
    color: #003b5c;
    padding: 11px 6px;
    display: inline-block;
    font-size: 0.5rem;
    font-weight: bold;
}

#ago-theme #top-navigation .breakline {
    height: 19px;
    border-right: 1px solid rgb(166, 186, 198);
    display: inline-block;
    margin: 0 10px;
}

#ago-theme #top-navigation a.language {
    color: rgb(166, 186, 198);
}

#ago-theme #top-navigation a.language.active-language {
    color: #003b5c;
}

#ago-theme #master-navigation .inner-band-container {
    display: grid;
    grid-template-columns: 130px 1fr 130px;
}

#ago-theme #master-navigation .inner-band-container img {
    height: 35px;
}

#ago-theme #master-navigation #menu ul {
    position: static;
}

#ago-theme #master-navigation #menu ul li a {
    border-bottom: solid 2px #fff;
    padding: 20px 15px;
}

#ago-theme #master-navigation #menu ul li a:hover {
    background-color: #fff;
    color: inherit;
    border-bottom-color: #01b1ec;
}

#ago-theme #master-navigation #menu ul li .nav-sub {
    width: 100%;
    left: 0px;
    border: none;
    top: auto;
    width: 100%;
    background-color: #fff;
}

#ago-theme #master-navigation #menu ul li .nav-sub .mobile-menu-sub {
    display: flex;
    width: 100%;
    justify-content: center;
}

#ago-theme #master-navigation #menu ul li .nav-sub .mobile-menu-sub a {
    padding: 12px 15px;
    text-transform: initial;
}

#ago-theme .bg-light {
    background-color: #f5f5f5 !important;
}

.content {
    padding: 150px 0px;
}

.content.p-0 {
    padding: 0px 0px;
}

.content h2 {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    line-height: 3.5rem;
    font-size: 3.5rem;
}

.content h3 {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.content h4 {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
}

.content .text {
    font-family: 'Lato', sans-serif;
}

.content .btn-vacatures {
    border-radius: 40px;
    border: solid 1px #fff;
    width: 260px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-family: 'usualmedium';
    margin: 0 auto;
}

.content .btn-vacatures.btn-white {
    color: #fff;
    border-color: #fff;
}

.content .btn-vacatures.btn-blue {
    color: #fff;
    background-color: #009fdf;
    border-color: #009fdf;
}

.content .weareago {
    display: grid;
    grid-template-columns: 50% 50%;
}

.content .weareago .weareago-left {
    background: url('../images/weareago.jpg') no-repeat center center;
    background-size: cover;
}

.content .weareago .weareago-right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
}

.content .weareago .weareago-right h1 {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    line-height: 3.5rem;
    font-size: 3.5rem;
    color: #fff;
}

.content .photo-grid-2-1 {
    display: grid;
    grid-template-columns: 35% 65%;
    height: 600px;
}

.content .photo-grid-2-1 .photo-grid-2-1-left {
    display: grid;
    grid-template-rows: 50% 50%;
    height: inherit;
}

.content .photo-grid-2-1 .photo-grid-2-1-left .photo-grid-2-1-left-img-1 {
    background: url('../images/photo-grid-2-1-left-img-1.jpg') no-repeat center center;
    background-size: cover;
}

.content .photo-grid-2-1 .photo-grid-2-1-left .photo-grid-2-1-left-img-2 {
    background: url('../images/photo-grid-2-1-left-img-2.jpg') no-repeat center center;
    background-size: cover;
}

.content .photo-grid-2-1 .photo-grid-2-1-right {
    height: inherit;
}

.content .photo-grid-2-1 .photo-grid-2-1-right .photo-grid-2-1-right-img {
    height: inherit;
    background: url('../images/photo-grid-2-1-right.jpg') no-repeat center center;
    background-size: cover;
}

.content .why-ago {
    display: grid;
    grid-template-columns: 250px 1fr;
}

.content .why-blocks {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-gap: 30px;
    margin-bottom: 70px;
}

.content .why-blocks > div {
    padding: 30px 100px 80px 30px;
}

.content .why-blocks .why-block-title {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 30px;
}

.content .why-blocks .why-block-title span {
    font-size: 4rem;
    margin-right: 30px;
    font-weight: 700;
}

.content.bg-full-width-office {
    height: 600px;
    background: url('../images/bg-full-office.jpg') no-repeat center center;
    background-size: cover;
}

.content .people-help {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0px;
}

.content .people-help img {
    max-width: 100%;
}

.content .people-help > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .photo-grid-1-2 {
    display: grid;
    grid-template-columns: 50% 50%;
    height: 600px;
}

.content .photo-grid-1-2 .photo-grid-1-2-left {
    height: inherit;
}

.content .photo-grid-1-2 .photo-grid-1-2-left .photo-grid-1-2-left-img {
    background: url('../images/photo-grid-1-2-left-img.jpg') no-repeat center center;
    background-size: cover;
    height: inherit;
}

.content .photo-grid-1-2 .photo-grid-1-2-right {
    display: grid;
    grid-template-rows: 50% 50%;
    height: inherit;
}

.content .photo-grid-1-2 .photo-grid-1-2-right .photo-grid-1-2-right-img-1 {
    background: url('../images/photo-grid-1-2-right-img-1.jpg') no-repeat center center;
    background-size: cover;
}

.content .photo-grid-1-2 .photo-grid-1-2-right .photo-grid-1-2-right-img-2 {
    background: url('../images/photo-grid-1-2-right-img-2.jpg') no-repeat center center;
    background-size: cover;
}

.ago-dna {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 100px;
}

.masonry-with-columns {
    columns: 2;
    column-gap: 1rem;
    margin-top: 75px;
}
.masonry-with-columns > div {
    width: 100%;
    margin: 0 1rem 1rem 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 45px;
}

.masonry-with-columns h5 {
    margin-bottom: 0px;
    font-size: 1.25rem;
    font-weight: 900;
}

.masonry-with-columns small {
    margin-bottom: 30px;
    display: block;
    font-size: 1.1rem;
}

.masonry-with-columns .text {
    font-size: 0.9rem;
}

.masonry-with-columns .btn-vacatures {
    margin-top: 50px;
    font-size: 0.9rem;
    width: 320px;
    height: 70px;
}

.footer {
    padding: 75px 0px;
}

.footer img {
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 180px;
    margin-bottom: 50px;
}

.footer small {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 0.7rem;
}

.footer small a {
    color: #fff;
}

.footer .socials {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.footer .socials i {
    background-color: #fff;
    color: #003b5c;
    margin: 0px 30px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#mobile-menu {
    display: none;
}

#ago-theme #master-navigation #menu ul li a:hover {
    background-color: #fff;
    color: inherit;
    border-bottom-color: #01b1ec;
}
.nav-item-active {
    display: block;
    z-index: 1000;
}

@media only screen and (max-width: 1023px) {
    video {
        max-width: 100%;
    }

    #ago-theme .content {
        padding: 110px 0px;
    }

    .inner-band-container {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    #ago-theme #top-navigation .inner-band-container {
        justify-content: center;
    }

    #ago-theme #master-navigation {
        padding: 10px 0px;
        position: sticky;
        top: 0;
        background-color: #fff;
        border-bottom: solid 1px #ccc;
        z-index: 9999;
    }

    #ago-theme #master-navigation .inner-band-container {
        grid-template-columns: 130px 1fr 50px;
    }

    #ago-theme #master-navigation #menu {
        display: none;
    }

    #ago-theme #mobile-menu {
        position: sticky;
        top: 56px;
        height: 0px;
        transition: all 0.5s;
    }

    #ago-theme #mobile-menu.show {
        display: block;
        height: calc(100vh - 56px);
    }

    .mobile-menu-group {
        transition: transform 0.5s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mobile-menu-group .line-1 {
        border-top: 2px solid #00aff0;
        display: block;
        transition: margin 0.5s, transform 0.5s;
        width: 40px;
    }

    .mobile-menu-group .line-2 {
        border-top: 2px solid #00aff0;
        display: block;
        transition: margin 0.5s, transform 0.5s;
        width: 40px;
        margin: 8px 0;
    }

    .mobile-menu-group .line-3 {
        border-top: 2px solid #00aff0;
        display: block;
        transition: margin 0.5s, transform 0.5s;
        width: 40px;
    }

    .mobile-menu-group.toggle {
        padding: 0px 0;
    }

    .mobile-menu-group.toggle .line-1 {
        transform: rotate(45deg);
    }

    .mobile-menu-group.toggle .line-2 {
        margin: -2px 0;
        opacity: 0;
    }

    .mobile-menu-group.toggle .line-3 {
        transform: rotate(-45deg);
    }

    #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;
    }

    #ago-theme #mobile-menu.show {
        display: block;
        height: calc(100vh - 56px);
    }

    #mobile-menu ul {
        list-style-type: none;
    }

    .mobile-menu-selected {
        background-color: #01b1ec;
    }
    .mobile-menu-toggle-show {
        display: block !important;
    }
    #mobile-menu ul {
        list-style-type: none;
        padding-left: 0px;
    }
    #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-hover {
        box-sizing: border-box;
    }

    .mobile-menu-toggler {
        display: inline-block !important;
        padding-left: 5% !important;
        padding-right: 0% !important;
        width: 89%;
        box-sizing: border-box;
    }
    .mobile-menu-toggle-button {
        display: inline-block !important;
        text-align: right;
        width: 10%;
        padding-left: 0% !important;
        padding-right: 5% !important;
        box-sizing: border-box;
    }
    .mobile-menu-sub {
        display: none;
        background-color: #016ba4;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

/* Landscape phones and portrait tablets */
@media (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
    .content {
        padding: 50px 0px;
        text-align: center;
    }
    .content .why-ago {
        display: block;
    }
    .content .why-blocks {
        display: block;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .content .weareago {
        display: flex;
        flex-direction: column-reverse;
    }

    .content .weareago .weareago-left {
        height: 300px;
    }

    .content .weareago .weareago-right {
        height: 300px;
    }

    .content .why-blocks .why-block {
        margin-bottom: 15px;
        padding: 30px 30px 80px 30px;
        text-align: left;
    }
    .content .people-help {
        display: block;
    }

    .content .people-help > div {
        margin-bottom: 30px;
        text-align: center;
    }

    .ago-dna {
        display: block;
    }

    .ago-dna h3 {
        margin-top: 30px;
        margin-bottom: 45px !important;
    }

    .masonry-with-columns {
        display: block;
        columns: 1;
        column-gap: 0rem !important;
    }

    .masonry-with-columns > div {
        margin-right: 0px !important;
    }

    .content .photo-grid-2-1 {
        display: block;
        height: 900px;
    }

    .content .photo-grid-2-1 .photo-grid-2-1-left {
        height: 600px;
    }

    .content .photo-grid-2-1 .photo-grid-2-1-right {
        height: 300px;
    }

    .content .photo-grid-1-2 {
        display: block;
        height: 900px;
    }
    .content .photo-grid-1-2 .photo-grid-1-2-left {
        height: 300px;
    }
    .content .photo-grid-1-2 .photo-grid-1-2-right {
        height: 600px;
    }

    .content .btn-vacatures {
        width: 100% !important;
    }

    #vacatures {
        padding-top: 30px;
    }

    #people-help {
        padding-top: 15px;
        padding-bottom: 0px;
    }

    header a.btn-blue-bordered {
        display: none;
    }
}
