/* roboto-300 - latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'),
    url('./fonts/roboto-v20-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/roboto-v20-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-500 - latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('./fonts/roboto-v20-latin-ext_latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/roboto-v20-latin-ext_latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-300 - latin-ext_latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('./fonts/open-sans-v17-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/open-sans-v17-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin-ext_latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('./fonts/open-sans-v17-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/open-sans-v17-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin-ext_latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('./fonts/open-sans-v17-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/open-sans-v17-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
    font-size: 62.5%;
    margin: 0;
    padding: 0;
}

.loader, .wrapper, body {
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #000;
    font-family: "Open Sans", Arial, serif;
    font-weight: 400;
}


.logo {
    background-image: url("./images/anteagroep-logo.svg");
    background-color: #005a80;
    display: block;
    height: 71px;
    width: 130px;
    padding: 12px 20px;
    background-size: 90px 47px;
}

nav, .page, .error-message, .footer-menu, .page-title, .page-content, .page-pageblocks {
    max-width: 1260px;
}

header,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.menu a {
    font-weight: 300;
    font-family: "Roboto", Arial,serif;
    color: #005a80;
    margin: 0;
    text-transform: uppercase;
}

header {
    border-bottom: 1px solid #58819b;
    height: 76px;
}

nav {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo, .menu {
    position: static;
}

.menu {
    margin-left: auto;
}

.menu li {
    padding: 0;
    border-left: 1px dotted #005a80;
}

.menu li:first-of-type {
    border-left: 0 none;
}

.menu a {
    font-size: 1.5rem;
    padding: 2px 20px;
    -webkit-transition: color 0.1s ease-in-out 0s;
    -o-transition: color 0.1s ease-in-out 0s;
    transition: color 0.1s ease-in-out 0s;
    color: #005a80;
    text-decoration: none;
}

.menu a:hover {
    color: #ee7130;
}

.content {
    padding-top: 30px;
}

.pageblock-row + .pageblock-row {
    padding-top: 2px;
}

.pageblocks {
    background-color: #FFDD00;
    padding-top: 30px;
    padding-bottom: 30px;
}

.pageblock-wrapper {
    padding: 0;
    background-color: #1a8bb1;
}

.pageblock {
    width: 25%;
    max-width: 25%;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    padding: 0;
}

.pageblock + .pageblock {
    padding-right: 0;
    padding-left: 2px;
}

.pageblock img {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    max-height: none;
    margin: 0;
}

.pageblock a,
.pageblock a h2 {
    text-decoration: none;
    color: #fff;
}

.pageblock a h2 {
    padding: 20px;
}

.pageblock-content {
    color: #fff;
    padding: 10px 20px;
}

.pageblock a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 1260px) {
    nav, .page, .error-message, .footer-menu, .page-title, .page-content, .page-pageblocks {
        padding: 0 20px;
    }
}

@media (max-width: 900px) {
    .pageblock-row {
        flex-wrap: wrap;
    }

    .pageblock {
        width: 33%;
        max-width: 33%;
        padding-top: 2px;
    }

}

@media (max-width: 750px) {
    .pageblock-row, .pageblock {
        display: block;
        float: none;
        padding: 0;
    }
    .pageblock + .pageblock {
        padding: 10px 0 0 0;
    }
    .pageblock {
        width: auto;
        max-width: none;
    }
}