a.anchor:before {
    display: block;
    content: " ";
    height: 100px; /* Give height of your fixed element */
    margin-top: -100px; /* Give negative margin of your fixed element */
    visibility: hidden;
}

.page-top {
    width: 100%;
    min-height: 100px;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: white;
    margin: 0px;
    z-index: 90000;
}

body.fixedmenu .page-top {
    z-index: 10000;
    position: fixed;
}

body.fixedmenu {
    margin-top: 100px;
}

a:active {
    text-decoration: none;
}

:root {
    --main-color: rgba(25, 114, 164, 1);
    --color-alpha: rgba(25, 114, 164, 0.7);
    --text-color: #424242;
    --second-color: #145AC8;
    --main-bg-color: #F6F6F6;
    --cta-color: #E5005D;
}

.big-text {
    font-size: 1.5em;
    font-family: 'Roboto Light', sans-serif;
}

.alignright {
    text-align: right;
}

.no-scroll {
    overflow: hidden;
}

body {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    background-color: #F6F6F6;
    font-color: #424242;
}

body.reverse-zebra {
    background-color: #ffffff;
}

body b, body strong {
    font-family: 'Montserrat', sans-serif;
}

.relative {
    position: relative;
}

.onepage {
    min-height: 95vh;
    padding: 5vh 0px 10vh 0px;
}

.header {
    position: relative;
    background: #fff;
}

.text-left, .text-left h1, .text-left h2, .text-left h3, .text-left h4, .text-left h5 {
    text-align: left;
}

.header .hero {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.reverse-zebra .hero .triangle-overlay {
    border-bottom: 30px solid white;
}

.triangle-overlay {
    position: absolute;
    bottom: 0;
    border-bottom: 32px solid #F6F6F6;
}

.triangle-overlay.left-part {
    margin-right: -3px;
    right: 50%;
    left: 0px;
    border-right: 32px solid transparent;
}

.triangle-overlay.right-part {
    margin-left: -3px;
    left: 50%;
    right: 0px;
    border-left: 32px solid transparent;
}

.header .hero .right, .header .hero #map {
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 30em;
}

.header .hero .left a.cta {
    margin-top: 1em;
    clear: both;
}

.header .hero .left h1 {
    margin-bottom: 0.2em;
}

.header .hero .left {
    text-align: center;
    float: left;
    z-index: 100;
    left: 4em;
    top: 4em;
    overflow: hidden;
}

.header .hero .right {
    float: left;
    width: 100%;
    height: 100%;
}

.header #slider {
    background: rgba(25, 114, 164, 1);
    overflow: hidden;
    height: 34em;
}

.header .hero .right .slide {
    background-size: cover;
    background-position: center center;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.header .hero .right .page-head, .header .hero .right .blog-head {

    position: relative;
    background-size: cover;
    background-position: center center;
    min-height: 31em;
}

.header .hero .right .blog-head {
    height: 5.5em;
    min-height: 5.5em;
}

.head-block:after {
    bottom: -58px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 30px;
    margin-left: -30px;

    border-top-color: rgba(25, 114, 164, 1);
    z-index: 1;
}

.head-block {
    background-color: rgba(25, 114, 164, 1);
    color: white;
    position: relative;
    margin-top: -3em;
    padding: 1em 5em 2em 5em;
    text-align: center;
    margin-bottom: 2em;
}

.head-block.video {
    padding-top: 3em;
    margin-top: 0em;
}

.head-block .triangle-overlay {
    top: -28px;
    bottom: auto;
    border-bottom-color: rgba(25, 114, 164, 1) !important;
}

#bullets .head-block {
    margin-top: 2em;
}

.header .hero .right .slide.active {
    opacity: 1 !important;
    position: relative;
}

.slide .slide_text {
    position: absolute;
    right: 4em;
    color: white;
    text-align: right;
    bottom: 8em;
}

.header .hero .right .opportunity-result {
    font-size: 2.6em;
    font-family: 'Gloria Hallelujah', cursive;
}

.header .hero .right .opportunity-result p {
    margin: 0px;
}

.header .hero .right .slide_text .cta {
    margin-top: 1em;
}

.header .hero .right .opportunity {
    color: #E5005D;
    font-size: 2.5em;
    line-height: 1em;
}

.header .hero .right .slide .head {
    font-size: 5em;
    line-height: 1em;
}

.header .hero .right .slide .blue-bar {
    background-color: rgba(25, 114, 164, 1);
    bottom: 15%;
    padding: 1em 1em 1em 15em;
}

.dots {
    width: 100%;
    display: table;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    flex-direction: row;
    font-size: 1.5em;
    flex-wrap: wrap;
}

.blue .dots
{
    margin-bottom: 0em;
}

.dots a.dot {
    background-color: transparent;
    border: 4px solid rgba(25, 114, 164, 1);
    height: 1.5em;
    width: 1.5em;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
    display: block;
    margin: 0px 1.1em 1em 1.1em;
    font-size: 0.5em;
    text-align: center;
    line-height: 1.3em;
    font-weight: bold;

}

.blue .dots a.dot
{
    border: 4px solid rgba(255, 255, 255, 1);
}

a.dot:link, a.dot:active, a.dot:hover {
    text-decoration: none;
}

a.dot.active {
    background-color: #E5005D;
    border-width: 0px !important;
}

.header .hero .dots {
    bottom: 1.5em;
    position: absolute;
    left: 0px;
    right: 0px;
}

.header .hero .dots .dot, .pink-blue .dots .dot {
    border-color: white;
}

.header .hero h1, .header .hero h2 {
    color: #fff;
}

.header .hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
}

.page-head {
    background-color: rgba(25, 114, 164, 1);
    display: table;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    justify-content: center;
    padding-bottom: 5em;
}

.page-head h1 {
    font-size: 3.5em;
    margin: 0px;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

.page-head .subheader, .page-head .preheader {
    font-family: 'Roboto Light', sans-serif;
    font-size: 1.5em;
    color: white;
    text-align: center;
}

.page-head .preheader
{
    font-size: 2.5em
}

.page-head .preheader.text-left {
    text-align: left;
}
.page-head .subheader.text-left{
    text-align: left;
}

.header .hero .text {
    padding: 2em;
    line-height: 2em;
    background-color: rgba(25, 114, 164, 0.7);
    color: #fff;
    overflow: hidden;
}

.header .menu {
    width: 100%;
}

.header .menu li a.logo {
    border-width: 0px;
    padding-right: 2em;
}

.header .menu li.logo:hover {
    background-color: transparent;
}

.header .logo img {
    vertical-align: middle;
    max-width: 301px;
    height: auto;
    width: 100%;
}

.header a.header-cta
{
    position: absolute;
    right: 0px;
    top: 1.5em;
}

a.logo, a.logo:hover, a.logo:active {
    text-decoration: none;
}

.logo .sub {
    font-size: 0.4em;
}

.logo .slogan {
    font-size: 0.4em;
    color: #424242;
    text-align: center;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    /*text-transform: lowercase;*/
    text-align: center;
    clear: both;
    display: block;
    width: 100%;
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

h1, h2 {
    -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
}

h1 {
    color: rgba(25, 114, 164, 1);
    font-size: 2.7em;
}

h2 {
    color: rgba(25, 114, 164, 1);
    font-size: 2em;
}

h2.white {
    color: white;
}

.text-left h2, .extratext h2 {
    font-size: 2em;
    margin: 0.5em 0 0.2em 0;
}

h3 {
    color: rgba(25, 114, 164, 1);
    text-align: left;
}

article.post
{
    overflow: hidden;
}
article.post h1 {
    font-size: 2em;
}

article.post h2 {
    font-size: 1.5em;
}

ul#breadcrumbs {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
    position: absolute;
    top: 1.5em;
    left: 0px;
    z-index: 1;
    color: white;
    font-size: 0.8em;
}

ul#breadcrumbs li {
    padding: 0 0.5em;
    float: left;
}

ul#breadcrumbs li a {
    color: white;
}

ul#breadcrumbs li:last-child {
    font-weight: bold;
    color: white;
}

ul#breadcrumbs li span.home {
    display: none;
}

.columns3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}

.columns2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}

section.blue {
    background-color: rgba(25, 114, 164, 1) !important;
    color: #fff;
}

.blue h1, .blue h2, .blue h3 {
    color: #fff; /*#145AC8;*/
}

.authorbox {
    border-radius: 0.5em;
    background-color: #fff;
    overflow: hidden;
    padding: 1em;
    margin-bottom: 2em;
    position: relative;
    width: 100%;
    float: left;
}

.authorbox div.avatar_div {
    display: table-cell;
    width: 99px;
}

.authorbox img.avatar {
    float: left;
    width: 99px;
    height: 99px;
    margin-right: 1em;
}

.authorbox .text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.authorbox .readmore {
    font-size: 0.9em;
    position: absolute;
    top: 1em;
    right: 1em;
    color: #E5005D;
}

.authorbox h3 {
    margin-top: 0px;
}

.authorbox .author {
    color: rgba(25, 114, 164, 1);
    font-size: 1.2em;
    font-weight: bold;
}

.authorbox:after {
    border-top-color: #fff !important;
}

section.flex:nth-of-type(even) {
    background-color: #fff;
}

section.flex:nth-of-type(odd) {
    background-color: #F6F6F6;
}

section.flex:first-of-type, article.flex {
    padding-top: 2em;
}

section.flex, article {
    position: relative;
}

section.white {
    background-color: white !important;
}

section.grey {
    background-color: #F6F6F6 !important;
}

section.pink-blue {
    background-color: rgba(25, 114, 164, 1) !important;
    background-size: cover;
    background-position: center;
    padding: 8em 0 9em 0;
    color: white;
}

section.white:first-of-type:after {
    border-top-color: white;
}

body.reverse-zebra section.flex:nth-of-type(even) {
    background-color: #F6F6F6;
}

body.reverse-zebra section.flex:nth-of-type(odd) {
    background-color: #fff;
}

article h1, article h2, article h3, article h4, article h5 {
    text-align: left;
}

article h2, article h3, article h4, article h5 {
    font-size: 1.2em;
    margin: 1em 0 0.5em 0;
}

article h1 {
    font-size: 2.7em;
}

.posts .post .avatar, .authorbox .avatar, .comment-author .avatar {
    border-radius: 50%;
}

.comment-author .avatar {
    margin: 0.5em 1em 0 0;
    float: left;
}

.comment-author .avatar {
    margin: 0em 1em 0 0;
}

.posts .post .avatar {
    position: absolute;
    left: 10px;
    bottom: 225px;
    z-index: 101;
}

.posts .post.no-image {
    margin-top: 83px;

}

.posts .post.no-image .avatar {
    top: -83px;
}

.posts .post .author_name:before, .authorbox .readmore:before {
    font-family: "Font Awesome 5 Free", "Open Sans", Arial, sans-serif;
    font-weight: 900;
    content: "\f303";
    margin-right: 5px;
    color: rgba(25, 114, 164, 1);
}

.authorbox .readmore:hover {
    text-decoration: none;
}

.posts .post .author_name {
    color: #E5005D;
    position: absolute;
    top: 10px;
    left: 150px;
}

.posts .post .author_name a {
    color: #E5005D;
}

.posts .post .post_image {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    background-size: cover;
    background-position: top center;
    display: block;
}

.col-md-9 .post .post_image {
    height: 250px;
}

.posts .post .content:before {
    content: "";
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
    bottom: 0;
    left: 0;
    height: 5em;
    position: absolute;
    right: 0;
}

.posts .post .content {
    position: relative;
    color: #424242;
    background-color: white;
    padding: 60px 1em 3em 1em;
    border-radius: 5px;
    height: 290px;
    overflow: hidden;
}

.posts .post.no-image .content {
    height: 507px;
}

.posts .post .content .readmore {
    position: absolute;
    bottom: 1em;
    right: 1em;
    text-decoration: underline;
    color: #E5005D;
    font-size: 0.8em;
}

.posts .post {
    position: relative;
    margin-bottom: 2em;
    width: 100%;
    float: left;
}

.posts .post:hover {
    text-decoration: none;
}

.posts .post .head {
    display: block;
    font-size: 1.2em;
    margin-bottom: 0.5em;
    color: rgba(25, 114, 164, 1);
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.flex {
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    flex-direction: column;

    padding-top: 4em;
    padding-bottom: 5em;
}

.dienst {
    width: 260px;
    height: 210px;
    margin: 0.5em;
    padding: 0.5em;
    float: left;
    background: #fff;
    color: rgba(25, 114, 164, 1);

    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    flex-direction: column;
}

.dienst.withtext {
    width: 320px;
    height: 300px;

    justify-content: flex-start;
    padding: 1em 0.5em;
    font-size: 18px;
}

.lp-dienst  {
    justify-content: flex-start;
}
.lp-dienst .show-shadow {
    padding: 1em 0.5em;
    flex-grow: 1;
    background-color: white;
}

.dienst:hover, .lp-dienst:hover {
    text-decoration: none;
}

.one-edge-show {
    box-shadow: 0 5px 2px rgba(196, 196, 196, 0.9);
    transition: all 0.3s ease-in-out;
}

.show-shadow {
    box-shadow: 0px 0px 20px rgba(25, 114, 164, 0.5);
    transition: all 0.3s ease-in-out;
}

.blow-up:hover {
    box-shadow: 0 10px 20px rgba(25, 114, 164, 0.1);
    transform: scale(1.1, 1.1);
    z-index: 100;
}

.dienst .icon, .lp-dienst .icon {
    font-size: 4em;
    margin-bottom: 0.3em;
    width: 115px;
    height: 110px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.lp-dienst .icon {
    width: 100%;
}

.icon.icon-strategie {
    background-image: url(../images/diensten/dienst_strategy.png);
}

.icon.icon-seo {
    background-image: url(../images/diensten/dienst_seo.png);
}

.icon.icon-sea {
    background-image: url(../images/diensten/dienst_sea.png);
}

.icon.icon-email {
    background-image: url(../images/diensten/dienst_email.png);
}

.icon.icon-analytics {
    background-image: url(../images/diensten/dienst_analytics.png);
}

.icon.icon-conversie_optimalisatie {
    background-image: url(../images/diensten/dienst_conversie_optimalisatie.png);
}

.icon.icon-trainingen {
    background-image: url(../images/diensten/dienst_training.png);
}

.icon.icon-social {
    background-image: url(../images/diensten/dienst_social.png);
}

.icon.icon-online_recruitment_website {
    background-image: url(../images/diensten/dienst_online_recruitment_website.png);
}

.icon.icon-online_recruitment_seo {
    background-image: url(../images/diensten/dienst_online_recruitment_seo.png);
}

.icon.icon-online_recruitment_analytics {
    background-image: url(../images/diensten/dienst_online_recruitment_analytics.png);
}

.icon.icon-online_recruitment_advertising {
    background-image: url(../images/diensten/dienst_online_recruitment_advertising.png);
}

.icon.icon-online_recruitment_strategie {
    background-image: url(../images/diensten/dienst_online_recruitment_strategie.png);
}

.icon.icon-Aanpak-Zoekmachine-Optimalisatie {
    background-image: url(../images/diensten/Aanpak-Zoekmachine-Optimalisatie.png);
}

.icon.icon-Bing-Ads {
    background-image: url(../images/diensten/Bing-Ads.png);
}

.icon.icon-Expert-Review {
    background-image: url(../images/diensten/Expert-Review.png);
}

.icon.icon-Facebook-advertising {
    background-image: url(../images/diensten/Facebook-advertising.png);
}

.icon.icon-Google-AdWords {
    background-image: url(../images/diensten/Google-AdWords.png);
}

.icon.icon-Google-Analytics {
    background-image: url(../images/diensten/Google-Analytics.png);
}

.icon.icon-Google-Tag-Manager {
    background-image: url(../images/diensten/Google-Tag-Manager.png);
}

.icon.icon-Klipfolio-Dashboards {
    background-image: url(../images/diensten/Klipfolio-Dashboards.png);
}

.icon.icon-Landingspagina-optimalisatie {
    background-image: url(../images/diensten/Landingspagina-optimalisatie.png);
}

.icon.icon-Leadgeneratie {
    background-image: url(../images/diensten/Leadgeneratie.png);
}

.icon.icon-Linkbuilding {
    background-image: url(../images/diensten/Linkbuilding.png);
}

.icon.icon-Linkedin-advertising {
    background-image: url(../images/diensten/Linkedin-advertising.png);
}

.icon.icon-Management-Dashboards {
    background-image: url(../images/diensten/Management-Dashboards.png);
}

.icon.icon-Social-Remarketing {
    background-image: url(../images/diensten/Social-Remarketing.png);
}

.icon.icon-Twitter-advertising {
    background-image: url(../images/diensten/Twitter-advertising.png);
}

.icon.icon-Universal-Analytics {
    background-image: url(../images/diensten/Universal-Analytics.png);
}

.icon.icon-YouTube-advertising {
    background-image: url(../images/diensten/YouTube-advertising.png);
}

.icon.icon-persona_vormgeving {
    background-image: url(../images/diensten/dienst_persona_vormgeving.png);
}

.icon.icon-display_advertising {
    background-image: url(../images/diensten/dienst_display_advertising.png);
}

.diensten {
    margin-top: 5%;
}

#diensten .diensten {
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.overflow_hidden {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.arrow_left, .arrow_right {
    position: absolute;
    z-index: 200;
    display: block;
    width: 36%;
    margin: 0 2% 0 2%;
    height: 100%;

}

.cases .arrow_left, .cases .arrow_right {
    background: rgba(25, 114, 164, 0.7);
}

.arrow_left::after, .arrow_right::after {
    position: absolute;
    content: "";
    display: inline-block;
    border-right: 5px solid white;
    border-top: 5px solid white;
    transform: rotate(45deg);
    width: 50px;
    height: 50px;
    bottom: 40%;
}

.arrow_left {
    left: -50%;
}

.arrow_right {
    right: -50%;
}

.arrow_right::after {
    left: 10%;
}

.arrow_left::after {
    right: 10%;
    transform: rotate(-135deg);
}

.cases_slider .inner, .photos_slider .inner {
    position: relative;
    height: 350px;
    width: 100%;
}

.cases .case {
    position: relative;
}

.cases .row .case {
    height: 350px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    overflow: hidden;
}

.cases_slider .case, .photos_slider .photo {
    width: 36%;
    margin: 0 2% 0 2%;
    height: 100%;
    background-color: rgba(25, 114, 164, 1);
}

.cases_slider .case {
    display: none;
    position: absolute;
}

.cases .case .image {
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.cases .case .text {
    background-color: rgba(25, 114, 164, 0.7);
    color: #fff;
    font-size: 1em;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 1vw;
}

.cases .case .text .text_text {
    padding: 0.5em 0;
}

.cases .case .text .head {
    font-size: 1.5em;
    font-family: 'Montserrat', sans-serif;
}

.cases_slider .case_0, .cases_slider .case_1, .cases_slider .case_2, .cases_slider .case_3, .cases_slider .case_4, .cases_slider .case_5, .cases_slider .case_6 {
    display: block;
}

.cases_slider .case_0 {
    opacity: 0.5;
    left: -68%;
}

.cases_slider .case .text {
    opacity: 0.0;
}

.cases_slider .case .text
{
    transition: opacity ease-in-out 150ms;
}

.cases_slider .case_2 .text, .cases_slider .case_3 .text, .cases_slider .case_4 .text {
    opacity: 1;
}

.cases_slider .case_1 {
    left: -50%;
}

.cases_slider .case_2 {
    left: -10%;
}

.cases_slider .case_3 {
    left: 30%;
}

.cases_slider .case_4 {
    left: 70%;
}

.cases_slider .case_5 {
    left: 110%;
}

.cases_slider .case_6 {
    opacity: 0.5;
    left: 130%;
}

.cases_slider .case
{
    transition:left 150ms ease-in-out;
}

.cases .head-block {
    margin-left: -15px;
    margin-right: -15px;
}

.references {
    position: relative;
    height: 250px;
}

.references .reference {
    position: absolute;
    width: 49%;
    height: 100%;
    background: #fff;
    color: #000;

    display: none;
    padding: 10px 20px;
}

.reference_big .quote {
    position: absolute;
    font-size: 8em;
    line-height: 0px;
    top: 10px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    color: rgba(25, 114, 164, 1);
    display: inline-block;
}

.reference_big .reference_name, .reference_big .reference_company, .reference_big i {
    display: block;
}

.reference_big i {
    color: #828282;
    font-family: 'Roboto Light', sans-serif;
    font-size: 1.3em;

}

.reference_big .reference_name {
    font-family: 'Roboto Medium', sans-serif;
    color: #828282;
    font-size: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.reference_big .reference_company {
    font-family: 'Roboto Light', sans-serif;
    color: rgba(25, 114, 164, 1);
    font-size: 1.2em;
}

.clients .client .logo, .clients.row .logo, #klanten .client_logo {
    border: 1px solid #F6F6F6;
    background-color: white;
    text-align: center;
    overflow: hidden;
}

.clients .client {
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.clients .client .logo {
    margin-bottom: 2em;
}

.clients .client .logo, #klanten .client_logo {
    padding: 0.1em;
    border-radius: 1em;
}

#klanten .client_logo {
    margin-right: 15px;
    margin-left: 15px;
}

.clients.row .logo, #klanten .client_logo {
    margin-bottom: 15px;
    margin-bottom: 15px;
}

.clients {
    position: relative;
    height: 100px;
    margin-bottom: 0px;
}

.clients .client {
    width: 100%;
    position: absolute;
    display: none;
    transition: all 150ms ease-in-out;
}

.clients .client .logo:before, #klanten .client_logo:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.clients .client .logo, #klanten .client_logo {
    float: left;
    height: 100px;
    width: 170px;
}

.clients .client .logo img, #klanten .client_logo img {
    max-height: 100px;
    max-width: 90%;
    vertical-align: middle;
    display: inline-block;
}

.clients .client_3 {
    left: -200%;
    opacity: 0.0;
    display: table;

    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.clients .client_0 {
    left: -100%;
    opacity: 0.5;
    display: table;

    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.clients .client_1 {
    left: 0%;
    opacity: 1;
    display: table;

    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.clients .client_2 {
    left: 100%;
    opacity: 0.5;
    display: table;

    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.cases_slider, .references, .clients {
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.wpcf7-form {
    text-align: left;
}

.wpcf7-form td {
    padding: 0.3em;
}

.wpcf7-form label {
    font-weight: normal;
    width: 100%;
    margin: 0px;
}

a.cta, input.cta, span.cta, .wpcf7-text, .wpcf7-textarea, .wpcf7-submit, .captcha-1 input, .ao-form-field, label.cta {
    display: inline-block;
    margin: 0 auto;
    border-width: 0px;
    text-decoration: none;
    padding: 0.5em;
    font-size: 0.9em;
    border-radius: 0.5em;
    color: #424242;
}

label.cta {
    font-weight: normal;
}

a.cta.big {
    font-size: 1.1em;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-submit, .wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-textarea {
    height: 9.1em;
}

a.cta, input.cta, .wpcf7-submit, label.cta {
    background: #E5005D;
    color: white;
    cursor: pointer;
}

.wpcf7-submit {
    float: left;
}

div.wpcf7 .ajax-loader {
    position: absolute;
}

label {
    text-align: left;
}

section.cta a.cta {
    font-size: 1.5em;
}

a.cta, span.cta {
    padding-left: 2em;
    padding-right: 2em;
    white-space: nowrap;
}

a.cta.blue {
    background-color: transparent;
    border: 2px solid rgba(25, 114, 164, 1);
    color: rgba(25, 114, 164, 1);
}

a.cta.blue.fill {
    background-color: rgba(25, 114, 164, 1);
    border: none;
    color: #fff;
}

a.cta.white, span.cta.white {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}

#accreditaties {
    padding: 1em 0px 1em 0px;
    background-color: #fff;
}

.accreditatie {
    background: #fff;
}

.accreditatie img {
    width: 150px;
    height: auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

footer {
    background-color: #ffffff;
    padding: 2em 0px 1em 0px;
}

footer a {
    color: #424242;
}

div.cols, ul.cols {
    display: table;
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    box-lines: multiple;
}

div.cols.between {
    justify-content: space-between;
}

div.cols .col, ul.cols .col {
    float: left;
}

ul.cols, ul.cols ul {
    list-style: none;
    padding: 0px;
}

ul.cols > li > a {
    font-weight: bold;
    color: rgba(25, 114, 164, 1);
}

div.cols.space-around {
    justify-content: space-around;
}

ul.col {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

footer .cols {
    line-height: 2em;
    justify-content: space-between;
}

footer .cols b {
    color: rgba(25, 114, 164, 1);
}

footer .newsletter {
    background-color: rgba(25, 114, 164, 1);
    display: table;
    width: 100%;
    padding: 2em;
    margin-top: 2em;
    font-size: 1.2em;
}

footer .newsletter form {
    margin: 0px;
    padding: 0px;
    float: right;
}

footer .newsletter div.text {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

footer .newsletter form input.text {
    display: block;
    border: 2px solid white;
    text-decoration: none;
    padding: 0.5em 1.5em;
    float: left;
    font-size: 0.9em;
}

footer .newsletter form input.cta {
    background-color: rgba(25, 114, 164, 1);
    color: #fff;
    border-width: 2px;
}

footer .copyright {
    width: 100%;
    float: left;
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #bdbdbd;
    display: table;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-between;
    flex-direction: row;
}

footer .copyright .logo {
    font-size: 1.5em;
}

footer .links {
    line-height: 2em;
}

footer .links, footer .copyright .logo {
    float: left;
}

footer .social {
    float: right;
}

.social a {
    float: left;
    margin-left: 0.5em;
    padding: 0.5em;
    width: 2em;
    height: 2em;
    text-align: center;
    border-radius: 50%;
    color: white;
}

.social .fa:first-child {
    margin-left: 0px;
}

a.fa:hover {
    color: white;
    text-decoration: none;
}

.facebook {
    background-color: #3b5998;
    color: white;
}

.facebook {
    background-color: #3b5998;
    color: white;
}

.twitter {
    background-color: #55acee;
    color: white;
}

.linkedin {
    background-color: #007bb6;
    color: white;
}

.google-plus {
    background-color: #dd4b39;
    color: white;
}

.youtube {
    background-color: #dd4b39;
    color: white;
}

.bullet {
    position: relative;
    margin-left: 1.5em;
    margin-top: 1em;
    font-size: 1em;
}

.bullet:before {
    position: absolute;
    top: 0.3em;
    left: -1.5em;
    content: "";
    background-color: transparent;
    border: 0.2em solid;
    border-color: #E5005D;
    height: 0.7em;
    width: 0.7em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
}

.menu-button.fa, .phone-mobile {
    display: none;
    top: 0px;
    padding: 0 20px;
    font-size: 2em !important;
    line-height: 100px;
    position: absolute;
}

.menu-button.fa {
    right: 0px;
}

.phone-mobile {
    left: 0px;
    color: #E5005D;
}

.menu ul {

    background-color: white;
    /*text-transform: lowercase;*/
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#menu-header-menu {
    line-height: 100px;
    float: right;
    display: table;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */

    justify-content: flex-start;
    flex-direction: row;
}

ul#menu-header-menu > li {
    flex-grow: 1;
    display: block;
    position: relative;
    text-align: center;
    border-width: 0px !important;
}

.menu ul li a {
    display: block;
    padding: 0px 1em 0px 1em;
}

.menu ul li:hover > a, .menu ul li.current-menu-ancestor > a, .menu ul li.current-menu-item > a {
    color: white;
}

.menu ul li:hover, .menu ul li.current-menu-ancestor, .menu ul li.current-menu-item {
    background-color: rgba(25, 114, 164, 1);
}

.menu ul > li a {
    display: block;
    border-left: 1px solid #F6F6F6;
    white-space: nowrap;
}

.menu ul > li a:last-child {
    border-right: 1px solid #F6F6F6;
}

.menu ul.sub-menu-0 {
    position: absolute;
    text-align: center;
    display: none;
    z-index: 300;
    line-height: 0.5em;
    width: auto;
    top: 100%
}

.menu ul.sub-menu-0 > li {

    border-top: 1px solid #F6F6F6;
    position: relative;
}

.menu ul.sub-menu-0 > li:last-child {

    border-bottom: 1px solid #F6F6F6;
}

.menu ul.sub-menu-0 > li a {
    display: block;
    font-size: 0.9em;
    white-space: nowrap;
    padding: 1em;
}

.menu ul > li:hover ul.sub-menu-0 {
    display: block;
}

ul.sub-menu-0 > li:hover ul.sub-menu-1 {
    display: block;
}

.menu ul.sub-menu-1 {
    text-align: left;
    width: auto;
    display: none;
    left: 100%;
    top: 0px;
    position: absolute;
}

.menu ul.sub-menu-1 li {
    display: block;
    font-size: 0.9em;
    white-space: nowrap;
    padding: 1em 2em 1em 2em;
    border-top: 1px solid #F6F6F6;
    border-left: 1px solid #F6F6F6;
}

.menu ul.sub-menu-1 li:first-child {
    border-top: 0px solid #F6F6F6;
}

.menu ul.sub-menu-1 li a {
    padding: 0px;
    border-width: 0px !important;
}

.menu ul.sub-menu-1 li a:hover {
    text-decoration: none;
}

.menu ul > li a:hover {
    text-decoration: none;
}

section#steps {
    color: white;
    overflow: visible;
}

section#steps h2 {
    color: #fff;
}

.steps {
    margin-top: 3em;
}

.steps .step .number {
    font-family: 'Gloria Hallelujah', cursive;
    background-color: #fff;
    border-color: #fff;
    color: #E5005D;
    height: 1.5em;
    width: 1.5em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    margin: 0px 1.1em;
    font-size: 2.5em;
    text-align: center;
    line-height: 1.5em;
    font-weight: bold;
    margin: 0 auto;
}

.steps .step .head {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1em;
    margin: 1em 0;
    font-family: 'Roboto Medium', sans-serif;
}

.steps .step {
    position: relative;
    flex: 1 0 auto;
}

.steps .step .text {
    display: none;
}

.steps .step:hover .text {
    position: absolute;
    display: block;
    top: 50%;
    width: 30em;
    left: -13em;
    color: rgba(25, 114, 164, 1);
    background: #fff;
    z-index: 100;
}

#phone {
    background: rgba(25, 114, 164, 1);
    color: white;
    position: fixed;
    top: 0px;
    right: 1%;
    font-size: 0.9em;
    padding: 0.5em 1em;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    z-index: 10000;
}

#phone a {
    color: white;
}

.colour-bullet {
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 3px 10px 0px 0px;
    position: relative;
}

.benchmarks .row .benchmark .head {
    position: absolute;
    top: 15px;
    left: 10px;
    right: 10px;
    text-align: center;
    color: rgba(25, 114, 164, 1);
}

.benchmarks .row .benchmark .image_overlay {
    position: absolute;
    top: 40px;
    bottom: 10px;
    left: 20px;
    right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30% auto;
}

.benchmarks .row .benchmark .ct-chart {
    position: absolute;
    top: 40px;
    bottom: 10px;
    left: 20px;
    right: 20px;
}

.benchmarks .row .benchmark {
    float: left;
    padding: 15px;
    position: relative;
    height: 14vw;
    width: 18vw;
    margin: 1vw;
    background-color: white;
}

#page404 {
    /*background: bottom right url('../images/homersimpsondoh.png') no-repeat;*/
}

.margin-bottom {
    margin-bottom: 2em;
}

.margin-top {
    margin-top: 2em;
}

ul#sidebar {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul#sidebar h2 {
    margin: 0px;
    padding: 0px;
    font-size: 1.5em;
    text-align: left;
    padding-bottom: 0.5em;
}

.pagination {
    width: 100%;
}

.pagination .dots {
    display: none;
}

.pagination {
    display: table;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: row;
    justify-content: center;
}

.pagination .page-numbers.current, .pagination .page-numbers:hover {
    border-color: #E5005D;
    background-color: #E5005D;
    color: #fff;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
    line-height: 1.8em;
}

.pagination .page-numbers {
    border: 1px solid #dddddd;
    color: #424242;
    height: 2em;
    width: 2em;
    text-align: center;
    line-height: 2em;
    margin: 0.2em;
}

.pagination a.page-numbers:hover {
    text-decoration: none;
}

li.cat-item a {
    color: #E5005D;
}

.user {
    width: 33%;
    margin: 1em 0 1em 0;
}

.user img {
    border-radius: 200px;
}

.user:hover, .user {
    color: #424242;
    text-decoration: none;
}

.user:hover .head, .user .head {
    font-size: 1.2em;
    color: rgba(25, 114, 164, 1);
}

.user:hover .text, .user .text {
    font-size: 0.8em;
}

.requirements {
    margin-bottom: 2em;
}

.requirements h2, .solutions h2 {
    text-align: left;
}

.comments h3 {
    text-align: left;
}

.comments ol li > ol {
    border-top: 1px dotted #424242;
    margin-left: 42px;
}

.comments ol li {
    border-bottom: 1px solid #424242;
    padding: 0.5em;
}

.comments ol li:last-child {
    border-bottom: 0px;
}

.comments ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.comment-meta.commentmetadata {
    font-size: 0.5em;

}

.comment-meta.commentmetadata a {
    color: darkgray;
}

.comment-body p {
    clear: both;
    padding: 0.5em;
}

.comment-reply-link:before {
    content: "\f112";
    font-size: 14px;

    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.comment-reply-link {
    display: inline-block;

    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.comment-body div.reply {
    text-align: right;
}

form.comment-form p.comment-form-comment, form.comment-form p.comment-form-author, form.comment-form p.comment-form-email, form.comment-form p.comment-form-url, form.comment-form p.form-submit {
    float: left;
    width: 50%;
}

form.comment-form p.form-submit {
    clear: both;
}

form.comment-form p.comment-form-comment {
    float: right;
}

form.comment-form label {
    display: block;
    float: left;
    font-weight: normal;
}

form.comment-form input[type=text], form.comment-form textarea {
    display: block;
    text-decoration: none;
    padding: 0.5em;
    float: left;
    font-size: 0.9em;
    width: 95%;
    border: none;
    background-color: #F6F6F6;
    border-radius: 0.5em;
}

form.comment-form input.submit {
    clear: both;
    display: inline-block;
    margin: 0 auto;
    background: rgba(25, 114, 164, 1);
    color: white;
    text-decoration: none;
    padding: 0.5em 1.5em;
    font-size: 0.9em;
    border-radius: 0.5em;
    border: none;
}

form.comment-form textarea {
    height: 199px;
    width: 100%;
}

#benchmark-top10 table {
    width: 350px;
}

#benchmark-top10 #pie {
    width: 100%;
    height: 275px;
    position: relative;
}

.no-bottom-margin {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

div.Sirv {
    width: 90%;
    margin: 0 auto;
}

#benchmark-top10 #pie .image_overlay {
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30% auto;
}

#street-view {
    width: 50%;
    height: 450px;

}

#events .event {
    position: relative;
    height: 350px;
    display: block;
    background: rgba(25, 114, 164, 1);
}

#events .event .image {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 65%;
    background-size: cover;
}

#events .event .text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 35%;

    color: white;
    padding: 1em;
}

#events .event .date {
    line-height: 0.9em;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 65%;
    background: white;
    color: rgba(25, 114, 164, 1);
    font-size: 0.8em;
    padding: 0.1em 0.2em;
    text-align: right;
}

#events .event .text .head {
    font-size: 1.1em;
}

#vacatures .vacature .pink {
    font-size: 1.7em;

    margin: 0.5em;
    display: block;
    text-align: center;
}

#vacatures .vacature, #partners .partner {
    display: block;
    text-align: left;
    padding: 1em;
    background-color: #fff;
    border-radius: 0.5em;
    overflow: hidden;
    margin: 1em 0 2em 0;
    position: relative;
}

#vacatures .vacature .head, #partners .partner .head {
    font-size: 2.2em;
    margin-bottom: 0.5em;
    color: rgba(25, 114, 164, 1);
    display: block;
}

.image-middle {
    height: 150px;
}

.image-middle:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.image-middle img {
    vertical-align: middle;
    display: inline-block;
}

.text-block-highlight ul, .extratext ul, .text-left ul {
    list-style: none;
    float: left;
}

.entry-content img
{
    max-width: 100%;
}

.entry-content ul
{
    list-style: none;
}

.text-block-highlight ul li, .extratext ul li, .entry-content ul li, .text-left ul li {
    position: relative;
}

.text-block-highlight ul li a, .extratext ul li a, .entry-content ul li a {
    color: #E5005D;
}

.text-block-highlight ul li:before, .extratext ul li:before, .entry-content ul li:before, .text-left ul li:before {
    position: absolute;
    top: 0.3em;
    left: -1.5em;
    content: "";
    background-color: transparent;
    border: 0.2em solid;
    border-color: #E5005D;
    height: 0.7em;
    width: 0.7em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
}

.text-block-highlight {
    padding: 1em;
    border-radius: 0.5em;
    background: #ffffff;
    overflow: hidden;
}

.pink-slogan {
    font-size: 2.5em;
    text-align: center;
    font-family: 'Gloria Hallelujah', cursive;
    color: #E5005D;
    padding-top: 0.2em;
    display: block;
    position: relative;
}

.pink-text {
    font-size: 1.1em;
    text-align: center;
    font-family: 'Gloria Hallelujah', cursive;
    color: #E5005D;
    padding-top: 0.2em;
    display: block;
    position: relative;
}

.pink {
    font-family: 'Gloria Hallelujah', cursive;
    color: #E5005D;
}

.blue-text {
    color: rgba(25, 114, 164, 1);
}

.pink-slogan.car:after {
    content: "";
    background: url('../images/car-icon.png') bottom right no-repeat;
    position: absolute;
    bottom: -45px;
    height: 45px;
    width: 95px;
    right: 95px;
}

.pink {
    font-family: 'Gloria Hallelujah', cursive;
    color: #E5005D;
}

.extratext .row {
    margin: 1em 0;
}

img.fill-page, img.fill-page.head {
    width: 100%;
    height: auto;
}

img.fill-page.margin-bottom {
    margin-bottom: 1em;
}

.specialiteiten img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-height: 270px;
}

.specialiteiten h2 {
    font-size: 2.2em;
}

.specialiteiten a:hover {
    text-decoration: none;
}

.table-contact {
    float: left;
}

.contact-cta {
    float: right;
    text-align: left;
    font-size: 1.2em;
}

.contact-cta a.cta {
    width: 100%;
}

.contact-cta .follow-us {
    margin: 0.5em 0 0.5em 0;
}

.fade_out {
    overflow: hidden;
    height: 150px;
    position: relative;
}

.fade_out:before {
    content: "";
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
    bottom: 0;
    left: 0;
    height: 150px;
    position: absolute;
    right: 0;
}

.whitepaper {
    padding: 3em;
    color: white;
    text-align: center;
    background-image: linear-gradient(135deg, rgba(25, 114, 164, 0.9) 0%, rgba(25, 114, 164, 0.9) 70%, rgba(229, 0, 93, 0.9) 100%), url('../images/whitepaper.jpg');
    background-size: cover;
}

section.flex:before, section.flex:after {
    content: '';
    position: absolute;
    top: -28px;
    border-bottom: 32px solid #fff;
}

section.flex:before {
    right: 50%;
    left: 0px;
    border-right: 32px solid transparent;
    margin-right: -4px;
}

section.flex:after {
    left: 50%;
    right: 0px;
    margin-left: -4px;
    border-left: 32px solid transparent;
}

section.flex:nth-of-type(odd):before, section.flex:nth-of-type(odd):after {
    border-bottom-color: #F6F6F6;
}

section.flex.blue:before, section.flex.blue:after {
    border-bottom-color: rgba(25, 114, 164, 1) !important;
}

section.flex.pink-blue:before, section.flex.pink-blue:after {
    border-bottom-color: #fff;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipF;
    -ms-filter: "FlipF";
    top: -2px;
}

section.flex.pink-blue:nth-of-type(even):before, section.flex.pink-blue:nth-of-type(even):after {
    border-bottom-color: #F6F6F6;
}

body.reverse-zebra section.flex:nth-of-type(even):before, body.reverse-zebra section.flex:nth-of-type(even):after {
    border-bottom-color: #F6F6F6;
}

body.reverse-zebra section.flex:nth-of-type(odd):before, body.reverse-zebra section.flex:nth-of-type(odd):after {
    border-bottom-color: #fff;
}

body.reverse-zebra section.flex.pink-blue:nth-of-type(even):before, body.reverse-zebra section.flex.pink-blue:nth-of-type(even):after {
    border-bottom-color: #fff !important;
}

body.reverse-zebra section.flex.pink-blue:nth-of-type(odd):before, body.reverse-zebra section.flex.pink-blue:nth-of-type(odd):after {
    border-bottom-color: #F6F6F6;
}

.latest_posts {
    overflow: hidden;
}

/* seminar page */

.header .hero .seminar .pull-right .wpcf7-form table {
    background: rgba(45, 74, 91, 0.8);
    padding: 2em;
    margin-top: 3.5em;
    margin-bottom: 3.5em;
    color: #ffffff;
    font-size: 0.8em;
}

.header .hero .seminar .pull-left {
    width: 500px;
    text-align: left;
    overflow: visible;
}

.header .hero .seminar .pull-left h1 {
    text-align: left;
    font-size: 5em;
}

.header .hero .seminar .pull-left span.subtitle {
    padding: 0.5em;
    color: #ffffff;
    background: rgba(45, 74, 91, 0.8);
    font-size: 1.4em;
}

.header .hero .page-head.seminar {
    background-size: cover;
    background-position: center center;
}

section.cta-seminar {
    padding-bottom: 6em;
}

section.cta-seminar .cta {
    font-family: Roboto;
    width: 370px;
    font-size: 1.6em;
    padding: 0.1em;
}

section.cta-seminar h2 {
    color: #ffffff;

}

.page-template-page-seminar-php .extratext .row h3 {
    text-transform: none;
}

.page-template-page-seminar-php .extratext .row h3:not(:first-child) {
    margin-top: 1em;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cover {
    display: none;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
}

.pop-up {
    display: none;
    position: fixed;
    margin: 10% auto;
    left: 0;
    right: 0;
    z-index: 2;

    background-image: linear-gradient(135deg, rgba(25, 114, 164, 0.9) 0%, rgba(25, 114, 164, 0.9) 70%, rgba(229, 0, 93, 0.9) 100%), url(https://www.onetomarket.nl/wp-content/uploads/2017/03/cta.png);

    color: white;
    text-align: center;
    padding: 1em;
}

.pop-up a.close-button {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    color: #ffffff;
}

.pop-up .cta {
    font-family: Roboto;
    width: 370px;
    font-size: 1.6em;
    padding: 0.1em;
}

.pop-up h1 {
    color: white;
}

.widget_text a.cta
{
    line-height: 1em;
    margin-top: 1em;
}
ul#sidebar .widget_text h3, ul#sidebar .widget_text h2
{
    color: #fff;
    text-align: center;
    margin-top: 0px;

}
.widget_text:after {
    bottom: -58px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 30px;
    margin-left: -30px;
    border-top-color: rgba(25,114,164,1);
    z-index: 1;
}
.widget_text {
    position: relative;
    padding: 1em 0.5em;
    margin-bottom: 50px;
    background-color: rgb(25, 114, 164);
    color: #fff;
    text-align: center;
}

.widget_categories
{
    margin-bottom: 50px;
}

.page-template-page-werkenbij .flex.extratext
{
    background-color: #F6F6F6 !important;
}

.page-template-page-werkenbij .flex.extratext:before, .page-template-page-werkenbij .flex.extratext:after
{
    border-bottom-color: #F6F6F6 !important;
}
.page-template-page-werkenbij .flex#team
{
    background-color: white !important;
}

.page-template-page-werkenbij .flex#team:after, .page-template-page-werkenbij .flex#team:before
{
    border-bottom-color: white;
}

.avatar_hi
{
    margin: 0 auto;
    border-radius: 200px;
    background-size: cover;
    background-position: center center;
    width: 143px;
    height: 143px;
    display: inline-block;
}

.authorbox .avatar_hi
{
    width: 99px;
    height: 99px;
    margin-right: 1em;
}

.posts .post .avatar_hi {
    position: absolute;
    left: 10px;
    top: 215px;
    z-index: 100;
}

.posts .post .avatar_hi .avatar
{
    top: 0px;
    left: 0px;
}

.avatar_hi:hover img.avatar
{
    opacity:0;
}

img.avatar
{
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.mt-1
{
    margin-top: 1em;
}

@media (min-width: 1200px) {
    .cases_slider, .references, .clients {
        width: 1170px;
    }

    .header .hero .left {
        width: 400px;
        height: 24em;
        position: absolute;
    }

    .slide .slide_text
    {
        max-width: 50%;
    }
}

@media (max-width: 1830px) {
    .header .hero .right .slide .head {
        font-size: 4em;
    }

    .page-top .container {
        width: 100% !important;
    }
}

@media (max-width: 1000px) {

    .page-head h1, .auto-head h1 {
        font-size: 11vw !important;
    }

    .header #slider {
        min-height: 40em;
    }

    .header .hero .right .slide_text {
        left: 4em;
        text-align: center;
        max-width: 100%;
    }

    .steps.cols {
        flex-direction: column;
    }

    ul#menu-header-menu {
        overflow: hidden;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        min-height: 100px;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 99999;
        display: block;
    }

    ul#menu-header-menu li {
        display: block;
    }

    ul#menu-header-menu li.menu-item {
        line-height: 50px;
    }

    ul#menu-header-menu li {
        display: none;
    }

    nav.open ul#menu-header-menu li {
        display: block;
    }

    nav.open ul#menu-header-menu {
        overflow: auto;
        height: 100%;
    }

    .menu ul#menu-header-menu > li {
        flex-grow: 0;
        text-align: left;
        float: left;
        width: 100%;
        clear: both;
        border-top: 1px solid #F6F6F6 !important;
    }

    .menu ul#menu-header-menu > li a {
        padding-left: 2em;
    }

    ul#menu-header-menu li.logo {
        display: block;
    }

    ul#menu-header-menu a.logo {
        text-align: center;
        padding-right: 2em;
    }

    ul#menu-header-menu ul {
        display: none;
    }

    .menu-button.fa, .phone-mobile {
        display: block;
    }

    #phone {
        display: none;
    }

    .latest.posts .left, .latest.posts .right {
        width: 100%;
    }

    .latest.posts .latest_posts {
        display: block;
    }

    .columns2, .columns3 {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }

    footer div.logo, footer div.links, div.social {
        width: 100%;
    }

    footer .copyright {
        flex-direction: column;
    }

    .header .hero .seminar .pull-left h1 {
        font-size: 2em;
    }

    .header .hero .seminar .pull-left, .header .hero .seminar .pull-right, .header .hero .seminar .pull-right .wpcf7-form table {
        width: 100%;
    }

    .head-block.video {
        padding: 1em 0.1em !important;
    }

    .head-block.video video {
        width: 100% !important;
        height: auto !important;
    }

    .header .hero .right .slide .head {
        font-size: 2em;
    }

    .header .hero .left h1 {
        font-size: 2em;
    }

    .header .logo img {
        height: auto;
        width: 80%;
    }

    .clients {
        height: 200px;
    }

    .auto-head .auto-form {
        margin: 2em -15px 0 -15px !important;
    }
}

@media (max-width: 768px) {
    .flex-row.double-cta {
        flex-direction: column;
    }
    #diensten .diensten {
        flex-direction: column;
    }

    #diensten .diensten .dienst {
        max-width: 100%;
        width: 100%;
        margin: 0.5em 0px 0.5em 0px;
    }

    .head-block.container {
        padding: 1em;
    }
    .header .subheader br {
        content: ' ';
    }

    .header .subheader br:after {
        content: ' ';
    }

    .dienst.withtext {
        width: 100%;
    }

    .cases_slider .case {
        width: 95%;
        display: none;
    }

    .cases_slider .case_1 {
        left: -105% !important;
        display: block;
    }

    .cases_slider .case_2 .text {
        opacity: 1;
    }

    .cases_slider .case_2 {
        opacity: 1;
        left: 0% !important;
        display: block;
    }

    .cases_slider .case_3 {
        opacity: 1;
        left: 105% !important;
        display: block;
    }

    .clients {
        height: 380px;
    }

    footer ul.cols {
        flex-direction: column;
    }

    .authorbox .readmore {
        position: relative;
        padding-left: 1em;
    }

    #cta form tr {
        display: flex;
        flex-direction: column;
    }

    #team div.cols {
        flex-direction: column;
    }

    #team div.cols .user {
        width: 100% !important;
    }
}

.text-center.cta h3
{
    text-align: center;
}

.d-flex
{
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.justify-content-between
{
    justify-content: space-between;
}

.blue-block h3
{
    color: white;
    text-align: center;
}
.blue-block
{
    background-color: rgba(25, 114, 164, 1);
    color: white;
    text-align: center;
    padding: 2em 0.5em;
}

/* Automotive pages */

.header .hero .right .page-head.auto-head {
    justify-content: center;
    height: auto;
}
.auto-head .preheader {
    font-size: 1.9rem;
}

.auto-head h1 {
    font-size: 6.66rem;
    text-transform: lowercase;
}

.auto-head subheader {
    font-size: 2.4rem;
}

.auto-head .auto-form {
    background: rgba(45, 74, 91, 0.8);
    color: #fff;
    padding: 2rem;
    margin: 2rem -15px 2rem 15px;
}

.blue-check::before {
    content: " ";
    display: block;
    background: url('../images/blue_check.png') no-repeat;
    height: 60px;
    width:60px;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-box-shadow: 0px 0px 27px 15px rgba(25, 114, 164, 0.05);
    -moz-box-shadow: 0px 0px 27px 15px rgba(25, 114, 164, 0.05);
    box-shadow: 0px 0px 27px 15px rgba(25, 114, 164, 0.05);
    border-radius: 50px;
}

.blue-check {
    padding-left: 70px;
    position: relative;
}

.flex.pink-blue.auto {
    background-image: linear-gradient(120deg, rgba(25, 114, 164, 0.7) 0%, rgba(25, 114, 164, 0.7) 60%, rgba(229, 0, 93, 0.5) 100%), url(../images/auto-back-1.png);
    background-size: cover;
}

.flex.pink-blue h2 {
    color: #ffffff;
}

h3.white{
    color: #fff;
}

.auto-head p.big.pink{
    font-family: 'Roboto Light', sans-serif;
    font-size: 1.9rem;
}

h2.h2-auto {
    font-size: 4.8rem;
    padding-bottom: 4.6rem;
    padding-top: 2.6rem;
}

.auto-head .auto-left {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    /*padding-top: 4em;*/
}

.auto-head .subheader {
    font-size: 2.1rem;
}

a.white {
    color: white;
}

a.italic {
    font-style: italic;
}

.wpcf7-form td.p-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.page-template-page-home #diensten h3 {
    padding-top: 5%;
}

#diensten .diensten .dienst {
    width: 30%;
    min-width: 320px;
}

.wp-block-image img {
    height: auto;
}

.flex-column {
    flex-direction: column;
}

.pt-2 {
    padding-top: 2em !important;
}

.mt-2 {
    margin-top: 2em !important;
}

.pb-2 {
    padding-bottom: 2em !important;
}

.mb-2 {
    margin-bottom: 2em !important;
}

@media (max-width: 490px) {
    h1 {
        font-size:10vw!important;
    }

    h2 {
        font-size:8vw!important;
    }

    h3 {
        font-size:6vw!important;
    }

    .posts .post .author_name
    {
        position: initial;
        padding: 10px 0px;
    }
}

.page-head.home-head {
    text-align: center;
    padding-bottom: 2em;
    padding-top: 2em;
}

.page-head.home-head  h1 {
    font-size: 2.2em;
}

.home-block h2 {
    color: white;
    font-size: 2em;
}
.home-block {
    padding: 1em;
    background-color: rgba(25, 114, 164, 1);
    color: white;
    border-radius: 2px;
    flex: 1;
    line-height: 2em;
    margin: 0 15px 0 15px !important;
}

.home-block ul {
    padding-inline-start: 20px;
}

.home-block-flex .d-flex {
    display: flex;
}
@media (max-width: 1000px) {
    .page-head.home-head h1 {
        font-size: 5vw !important;
    }

    .home-block-flex .d-flex {
        flex-direction: column;
    }
}

.justify-content-between {
    justify-content: space-between;
}

.text-white, .text-white:hover {
    color: #ffffff;
}

.has-text-align-center {
    text-align: center !important;
}

img.rounded {
    border-radius: 50%;
}

.text-blue {
    color: rgba(25, 114, 164, 1);
}

.text-grey {
    color: #828282;
}

.cta2 input[type="text"], .cta2 input[type="email"], .cta2 textarea, .cta2 select
{
    border: 1px solid #828282;
}

.mb-1 {
    margin-bottom: 1em;
}

.mt-1 {
    margin-top: 1em;
}

.flex-wrap {
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .flex-md-column {
        flex-direction: column;
    }

    .flex-md-row {
        flex-direction: row;
    }
}

d-block {
    display: block;
}