/*
Theme Name: Haaglandia
Author: Haaglandia
Description: Gemaakt voor Haaglandia
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Haaglandia

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html {
    overflow-y: scroll;
    height: 101%;
}

body {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 28px;
    color: #000000;
}

span.koptekst {
    color: #ce1f32;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9 {
    margin: 0px;
    color: #000000;
    font-weight: 700;
}

h1 {
    line-height: 26px;
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}

h2 {
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
    color: #000000;
    text-transform: uppercase;
}

h2.intro::after {
    content: "";
    height: 4px;
    background: #a47bc7;
    width: 100%;
    max-width: 160px;
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-top: 10px;
}

h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -0.5px;
}

h4 {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 15px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
}

p {
    margin: 0px 0px 15px 0px;
}

p:last-child {
    margin: 0px;
}

strong {
    font-weight: 700;
}

a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    transition: color 300ms, background-color 300ms, opacity 300ms;
    -moz-transition: color 300ms, background-color 300ms, opacity 300ms;
    -o-transition: color 300ms, background-color 300ms, opacity 300ms;
    -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
}

th {
    text-align: left;
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #ebebeb !important;
    padding: 20px !important;
    margin: 0px !important;
}

div.wpcf7-validation-errors {
    border: 1px solid #ebebeb !important;
    padding: 20px !important;
    margin: 0px !important;
    margin-top: 40px !important;
}

span.wpcf7-not-valid-tip {
    margin: 0px !important;
    color: #00455C !important;
    margin-top: 7px !important;
}

select {
    width: 100%;
    margin: 0px 0px 15px 0px;
    border: 1px solid #f7f7f7;
    border-radius: 3px;
    padding: 7px;
    color: #868686;
    float: left;
}

select:focus {
    outline: 0px;
}

input {
    border: 1px solid #e2e2e2;
    padding: 12px 10px;
    width: 100%;
    font-size: 12px;
    border-radius: 0px;
    margin-bottom: 25px;
    background-color: #f9f9f9;
}


input:focus {
    -webkit-appearance: none;
    outline: 0px;
}

input[type=submit] {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-weight: 800;
    width: auto;
    background: #0096ff;
    display: -webkit-inline-box;
    padding: 8px 18px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 32px;
    margin-top: 15px;
    border-radius: 3px;
    letter-spacing: -0.5px;
    font-family: 'Open Sans', sans-serif;
    border: 0px;
}

input[type=submit]:hover {
    opacity: 0.9;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
    appearance: checkbox;
    width: auto;
    padding: 0px;
    margin: 0px;
}

textarea {
    height: 150px;
    max-width: 100%;
    border: 1px solid #e2e2e2;
    padding: 12px 10px;
    width: 100%;
    font-size: 12px;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    background-color: #f9f9f9;
}

textarea:focus {
    outline:0px !important;
    -webkit-appearance:none;
}

h1.not-found {
    font-size: 200px;
    font-weight: 100;
    line-height: 200px;
    color: #EF3341;
}

#wrapper {
    display: block;
    margin: 0px auto;
    width: 100%;
    background: #fff;
}

#header-fixed {
    height: 90px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f7f7f7;
    top: 0px;
    z-index: 999;
}

#header-fixed-top {
    height: 40px;
    background-color: #3E3F3F;
}

#header-fixed-top-inner {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    line-height: 40px;
    list-style: none;
}

#header-fixed-top-inner i {
    margin-left: 10px;
    margin-right: 10px;
}

#header-fixed-top-inner i:first {
    margin-left: 0px;
}

#header-fixed-top-left {
    width: 75%;
    float: left;
}

#header-fixed-top-right {
    width: 25%;
    float: right;
    text-align: right;
}

.vlaggetje {
    margin-left: 5px;
}

.vlaggetje:hover {
    opacity: 0.6;
}

#header-buiten {
    height: 162px;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    top: 0px;
}

#header-top {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    color: #000000;
    background-color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid #eaeaea;
}

.top-left {
    float: left;
}

.top-right {
    float: right;
}

.top-right .fa {
    margin: 0px 5px;
}

.top-right .fa:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.top-left .fa {
    color: #ffffff;
    font-size: 11px;
    line-height: 35px;
    margin-right: 5px;
}

.top-left .fa:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.top-right p {
    float: left;
    margin: 0px;
}

p.row-right {
    margin: 0px;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
}

.header-container {
    width: 90%;
    margin: 0px auto;
    padding: 0px 5%;
}

.container {
    width: 90%;
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px 5%;
}

#header {
    width: 90%;
    margin: 0px auto;
    padding: 0px 5%;
}

.header-inner {
    padding: 0px 15px;
    box-sizing: border-box;
}

#logo-section {
    width: 200px;
    float: left;
    z-index: 999;
}

.logo {
    width: 200px;
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}

#logo-section-2 {
    width: 250px;
    float: left;
    z-index: 999;
}

.logo-2 {
    width: 250px;
    margin-top: 36px;
    margin-bottom: 36px;
}

#woocommerce-section {
    height: 100%;
    width: 760px;
    float: right;
}

#productsearch-section {
    width: 400px;
    float: left;
    margin-top: 55px;
}

.screen-reader-text {
    display: none;
}

#yith-s {
    border: 1px solid #f7f7f7;
    margin-left: 1px;
    border-radius: 2px 0px 0px 2px;
    padding: 10px;
    width: 300px;
    float: left;
}

#yith-s:focus {
    -webkit-appearance:none;
    outline: 0px;
}

#yith-searchsubmit {
    padding: 10px 22px;
    background: #EF3341;
    text-shadow: 1px 2px #2C7B9C;
    color: #FFF;
    letter-spacing: 0.5px;
    font-size: 15px;
    border-radius: 0px 3px 3px 0px;
    border: 0px;
}

#yith-searchsubmit:hover {
    cursor: pointer;
    cursor: hand;
}

#shoppingcart {
    width: 260px;
    float: right;
    margin-top: 55px;
    border-radius: 3px;
    padding: 9.5px 15px;
    background: #008EE9;
    color: #fff;
    font-size: 15px;
    line-height: 16px;
    position: relative;
    z-index: 9999;
}

.shoppingcarticon {
    height: 20px;
    width: 20px;    
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
    display: inline;
}

.shoppingcartarrowicon {
    height: 10px;
    width: 15px;
    margin-top: -12px;
    float: right;
}

#shoppingcart a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-shadow: 1px 2px #DE8D4A;
}

#shoppingcart > .shoppingcartview {
    display: none;
}

#shoppingcart > .shoppingcartcontent:first-child {
    display: block;
}

#shoppingcart:hover > .shoppingcartview {
    display: block;
}

.shoppingcartview {
    width: 100%;
    height: auto;
}

#menu-responsive-toggle {
    display: none;
}

#menu-responsive {
    display: none;
}

#header-rechts {
    float: right;
}

#offerte {
    float: right;
    line-height: 126px;
}

#offerte a {
    background-color: #d6181e;
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 3px;
    font-size: 11px;
    transition: color 300ms, background-color 300ms, opacity 300ms;
    -moz-transition: color 300ms, background-color 300ms, opacity 300ms;
    -o-transition: color 300ms, background-color 300ms, opacity 300ms;
    -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
    -webkit-box-shadow: inset 0 -0.125rem 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 -.125rem 0 0 rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 -.125rem 0 0 rgba(0,0,0,.1);
    -o-box-shadow: inset 0 -.125rem 0 0 rgba(0,0,0,.1);
    box-shadow: inset 0 -0.125rem 0 0 rgba(0,0,0,.1);
    cursor: pointer;
    border: 1px solid #bf171c;
    text-transform: uppercase;
    text-shadow: 2px 2px #a20f14;
    font-weight: 700;
}

#menu {
    padding: 0px;
    width: auto;
    max-width: 100%;
    float: left;
}

.knoprechts {
    float: left;
}

a.knph {
    background: #0096ff;
    padding: 8px 20px;
    border-bottom: 2px solid #0078cc;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 22px;
    margin-left: 30px;
    letter-spacing: -0.3px;
    font-size: 13px;
}

#navigation ul {
    font-size: 16px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#main-menu ul li:hover > a {
    color: #ffffff;
    border-bottom: 2px solid #0096ff;
}

#navigation ul > li > a:hover {
    color: #ffffff;
    border-bottom: 2px solid #0096ff;
}

#navigation ul.sub-menu {
    width: 200px;
    position: absolute;
    z-index: 999;
    background: #fff;
    border: 1px solid #f7f7f7;
    border-radius: 0px 0px 3px 3px;
}

#navigation ul.sub-menu > li > a {
    border: 0px;
}

#main-menu {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

#main-menu a {
    text-transform: uppercase;
    display: block;
    line-height: 1em;
    text-decoration: none;
    color: #CBCBCB;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 2px solid transparent;
    font-size: 12px;
    line-height: 88px;
}

#main-menu ul {
    position: relative;
    z-index: 597;
}

#main-menu > ul {
    display: inline-block;
}

#main-menu:after, #main-menu ul:after {
    content: '';
    display: block;
    clear: both;
}

#main-menu ul li {
    float: left;
    min-height: 1px;
    vertical-align: middle;
}

#main-menu ul li:hover > ul {
    visibility: visible;
}

#main-menu ul, #main-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-menu ul li.hover, #main-menu ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

#main-menu ul li.current-menu-item > a {
    color: #ffffff;
    border-bottom: 2px solid #0096ff;
}

#main-menu ul li:hover > a {
    color: #ffffff;
    border-bottom: 2px solid #0096ff;
}

#main-menu ul li li.current-menu-item > a {
    color: #ffffff;
    border-bottom: 2px solid #0096ff;
}

#main-menu ul li li:hover > a {
    color: #ffffff;
    border-bottom: 2px solid #0096ff;
}

main-menu > ul > li > a {
    line-height: 83px;
    font-size: 11.3px;
    font-weight: 700;
    text-transform: uppercase;
}

#main-menu ul li.last ul {
    left: auto;
    right: 0;
}

#main-menu ul li.last ul ul {
    left: auto;
    right: 99.5%;
}

#main-menu ul li.has-sub > a:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 10px;
}

#main-menu ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
    bottom: 0;
    left: 0;
    min-width: 190px;
    margin-top: 0;
}

#main-menu ul ul a {
    border-top: 0 none;
    line-height: 150%;
    padding: 16px 20px;
    font-size: 13px;
}

#main-menu ul ul li {
    float: none;
    font-weight: 600;
    position: relative;
}

#main-menu ul ul li.has-sub > a:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 10px;
    position: absolute;
    right: 20;
}

header.smaller #menu2 {
    height: 82px;
    display: -webkit-box;
    overflow: hidden;
}

header #menu2 {
    display: none;
}

#main-menu ul ul ul {
    top: 0;
    left: 190px;
    width: 190px;
    border-top: 0 none;
}

#main-menu ul ul li a {
    border-bottom: 1px solid #333333;
    background: #000;
}


#main-menu ul ul li:last-child:hover > a {
    -moz-border-radius: 0 0 0 3px;
    -webkit-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#main-menu ul ul ul li:first-child {
    padding-top: 1px;
}

#main-menu ul ul ul ul li:first-child {
    padding-top: 1px;
}

.line {
    border: 1px solid #ea1a1e;
    width: 28px;
    margin-bottom: 10px;
}

#informatie {
    height: 40px;
    width: 1125px;
    float: left;
    line-height: 20px;
    color: #084673;
    text-align: right;
    font-size: 17px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 100;
}

.glyph-item {
    margin-left: 25px;
    margin-right: 10px;
}

#call {
    width: 130px;
    float: left;
    margin-top: 25px;
    margin-bottom: 25px;
}

p.telefoonnummer {
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #F90;
    background-color: #efefef;
    padding: 10px;
    width: auto;
    text-shadow: 1px 1px #d1d1d1;
    border-radius: 5px;
    height: 28px;
}

#social {
    width: 64px;
    color: #036988;
    font-size: 20px;
    line-height: 100px;
    float: left;
    margin-left: 20px;
}

#social a {
    color: #036988;
}

#no-slider {
    margin-top: 140px;
    overflow: hidden;
}

#main {
    width: 80%;
    padding: 0px;
    min-height: 400px;
    background: #fff;
    float: left;
    overflow: hidden;
    border-right: 1px solid #eaeaea;
}

.home #main {
    width: 80%;
    padding: 0px;
    min-height: 400px;
    background: #fff;
    float: left;
    overflow: hidden;
    border-right: 1px solid #eaeaea;
}

#irechts {
    color: #EF3341;
    margin-right: 10px;
}

#readmore {
    width: 768px;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #f7f7f7;
    overflow: hidden;
}

.commentlist li {
    list-style-type: none;
}

.comment-body {
    border: 1px solid #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
}

textarea#comment {
    margin: 20px 0px;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
}

textarea#comment:focus {
    -webkit-appearance: none;
    outline: 0px;
}

input#submit {
    color: #fff;
    padding: 10px 22px;
    background: #EF3341;
    text-shadow: 1px 2px #2C7B9C;
}

input#submit:hover {
    opacity: 0.8;
}

#commentform {
    margin-bottom: 0px;
}

input#author {
    margin: 10px 20px 10px 0px;
}

input#email {
    margin: 10px 20px 10px 0px;
}

input#url {
    margin: 10px 20px 10px 0px;
}

form#searchform {
    margin: 0px;
}

input#s {
    width: 72%;
}

.avatar {
display:none;
}

.comment-meta.commentmetadata {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f7f7;
}

.reply {
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #f7f7f7;
}

#psearchresponsive {
    display: none;
}

#sidebar {
    width: 20%;
    float: left;
    margin-left: -1px;
}

#sidebar-inner {
    padding: 40px;
}

#sidebar-widget {
    margin-bottom: 40px;
}

#sidebar-widget input {
    margin-bottom: 0px;
}

#sidebar-widget form.wpcf7-form {
    margin-top: 40px;
}

#sidebar-widget:last-child {
    margin-bottom: 0px;
}

.sidebar-widget-h2 {
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#sidebar-widget h2 span {
    color: #0096ff;
}

#sidebar-widget ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    line-height: 28px;
    color: #000000;
}

#sidebar-widget ul li:last-child {
    margin-bottom: 0px;
}

#sidebar-widget ul > li > a {
    margin-bottom: 8px;
    text-decoration: none;
}

#sidebar-widget ul > li > a:last-child {
    margin-bottom: 0px;
}

#sidebar-widget ul.sub-menu {
    margin-left: 10px;
}

#sidebar-widget ul.sub-menu a:before {
content: "- ";
}

#sidebar-widget .current-menu-item a:hover {
    color: #EF3341;
}

#sidebar-widget ul > li > a:hover {
    color: #EF3341;
}

#content-full-width {
    width: 90%;
    padding: 0px 5%;
}

#not-found-section {
    text-align: center;
}

img.attachment-300x300.wp-post-image {
    border: 1px solid #f7f7f7;
}

#postbefore {
    width: 60%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
    float: left;
}

#postbefore-cat {
    width: 72.5%;
    float: left;
}

#postbefore-cat-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
}

#postimage-cat {
    width: 25%;
    float: left;
    margin-right: 20px;
}

#post-cat {
    height: auto;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
}

#post-cat:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px
}

.post-title {
    color: #EF3341;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

h4.post-on {
    width: auto;
    float: left;
    margin-right: 10px;
}

.post-on {
    width: auto;
    margin-bottom: 10px;
    line-height: 16px;
}

h4.post-in {
    width: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}

.post-in {
    width: auto;
    line-height: 16px;
}

#nextprev {
    text-align: center;
}

#delimiter { 
    clear: both; 
}

.commentlist {
    padding: 0px;
}

#footer {
    height: auto;
    overflow: hidden;
    width: 100%;
}

#footer-widget-container-outter {
    height: auto;
    background: #38424c;
    overflow: hidden;
    color: #ffffff;
    background-size: contain !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
}

#footer-widget-container {
    width: 90%;
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px 5%;
}

#footer-widget {
    width: 20%;
    float: left;
    padding: 80px 5% 60px 0%;
    color: #ffffff;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
}

#footer-widget strong {
    color: #ffffff;
    font-weight: 700;
}

.footer-widget-h2 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: none;
    margin-bottom: 40px;
}

#footer-widget p {
    margin: 0px 0px 30px 0px;
}

#footer-widget a {
    text-decoration: none;
    line-height: 22px;
    color: #fff;
}

#footer-widget .current-menu-item a {
    color: #ffffff;
    font-weight: 600;
}

#footer-widget a:hover {
    color: #000000;
    text-decoration: underline;
}

#footer-widget .menu-item a:before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #0096ff;
}

#footer-widget li {
    display: block;
}

#footer-copyrights {
    background-color: #151515;
    text-align: center;
    padding: 0px 15px;
    box-sizing: border-box;
}

#footer-widget ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#footer-widget td {
    width: 50%;
    color: #4AB3BB;
    line-height: 18px;
}

#footer-copyrights {
    background-color: #303942;
    text-align: center;
    padding: 0px 15px;
    box-sizing: border-box;
    border-top: 1px solid #283038;
}

#footer img {
    width: auto;
    height: auto;
    max-width: 100%;
}

#copyright {
    width: 90%;
    max-width: 1140px;
    margin: 0px auto;
    padding: 10px 5%;
    font-size: 11px;
    overflow: hidden;
    color: #989898;
}

#betalen-iDEAL {
    height: 30px;
    width: auto;
    margin-left: 20px;
    position: relative;
    top: 10px;
}

#betalen-PayPal {
    height: 30px;
    width: auto;
    margin-left: 20px;
    position: relative;
    top: 10px;
}

.lijnofferte {
    border: 1px dotted #fff;
    margin: 20px 0px;
}

#No-bottom .vc_column-inner {
    padding: 20px 20px 0px 20px !important;
}

.vc_row {
    margin-left: 0px!important;
    margin-right: 0px !important;
}

span.wpcf7-list-item {
    margin-left: 0px !important;
    margin-right: 15px;
    width: 100%;
}

.Call-onder-header {
    border: 0px !important;
}

.Call-onder-header h2 {
    font-size: 19px;
    line-height: 37px;
}

.buiten {
    -moz-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
    -webkit-box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
    box-shadow: inset 0 8px 8px -8px #696868, inset 0 -8px 8px -8px #696868;
}

.vc_cta3-container.vc_cta3-size-sm {
    margin-bottom: 0px !important;
}

.over-slider {
    margin-top: -100px;
}

.knop {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px #002B38;
    font-size: 22px !important;
}

.vc_btn3.vc_btn3-size-md {
    font-size: 14px !important;
}

.g-recaptcha {
    transform:scale(0.83);
    -webkit-transform:scale(0.83);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

.rc-imageselect-desc-wrapper {
    background-color: #FF9E0C !important;
}

.rc-button-default {
    background: #0C4E64 !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    font-size: 18px !important;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: bold !important;
    text-shadow: 1px 1px #002B38 !important;
}

#contact {
    background-repeat: no-repeat;
    background-position: left center;
}

.leftside {
    width: 47.5%;
    float: left;
    margin-right: 2.5%;
}

.rightside {
    width: 47.5%;
    float: left;
    margin-left: 2.5%;
}

.to-top {
    margin-top: -260px;
}

.to-top2 {
    margin-top: -180px;
}

.callme1 {
    width: 45%;
    float: left;
    padding: 0px 5% 0px 0px;
}

.callme2 {
    width: 45%;
    float: left;
    padding: 0px 5% 0px 0px;
    margin-top: 14px;
}

.left-phone {
    width: 70%;
    float: left;
}

.right-phone {
    width: 30%;
    float: left;
}

.right-phone input[type=submit] {
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 3px;
    font-size: 11px;
    transition: color 300ms, background-color 300ms, opacity 300ms;
    -moz-transition: color 300ms, background-color 300ms, opacity 300ms;
    -o-transition: color 300ms, background-color 300ms, opacity 300ms;
    -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
    -webkit-box-shadow: inset 0 -0.125rem 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 -.125rem 0 0 rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 -.125rem 0 0 rgba(0,0,0,.1);
    -o-box-shadow: inset 0 -.125rem 0 0 rgba(0,0,0,.1);
    box-shadow: inset 0 -0.125rem 0 0 rgba(0,0,0,.1);
    cursor: pointer;
    border: 1px solid #000000;
    text-transform: uppercase;
    text-shadow: 2px 2px #000000;
    font-weight: 700;
    margin-left: 6px;
    line-height: 17px;
}

.left-phone input[type=text] {
    box-shadow: none;
    border-radius: 3px;
    border: 0px;
    font-size: 11px;
    height: 38px;
    -webkit-box-shadow: inset 0 -0.125rem 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 -.125rem 0 0 rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 -.125rem 0 0 rgba(0,0,0,.1);
    -o-box-shadow: inset 0 -.125rem 0 0 rgba(0,0,0,.1);
    box-shadow: inset 0 -0.125rem 0 0 rgba(0,0,0,.1);
    border: 1px solid #fff;
}

header {
    width: 100%;
    height: 130px;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #000000;
    -webkit-box-shadow: 0 0 2px 0 #D0D0D0;
    -moz-box-shadow: 0 0 2px 0 #D0D0D0;
    box-shadow: 0 0 2px 0 #D0D0D0;
}

header .logo {
    display: inline-block;
}

header.smaller #header-top {
    display: none;
}

header.smaller {
    height: auto;
    position: fixed;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border-bottom: 0px;
    z-index: 9999999;
    -webkit-box-shadow: 0 0 2px 0 #D0D0D0;
    -moz-box-shadow: 0 0 2px 0 #D0D0D0;
    box-shadow: 0 0 2px 0 #D0D0D0;
    border-bottom: 1px solid #eaeaea;
}

header.smaller .logo {
    width: 170px;
    line-height: 75px;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

header.smaller #main-menu > ul > li > a {
    line-height: 76px;
}

header.smaller #client {
    line-height: 75px;
}

.row-right a {
    color: #000000;
}

#broodkruimels {
    background-color: #fafafa;
    padding: 10px 0px;
}

#rev_slider_1_1 .metis.tparrows {
    background-color: transparent !important;
    color: #fff !important;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

#rev_slider_1_1 .metis.tparrows:before {
    color: #fff !important;
}

header.smaller #offerte {
    line-height: 75px;
}

.ontop {
    margin-bottom: -26px !important;
}

.slick-slide {
    height: auto !important;
}

.cq-testimonialcarousel .testimonial {
    background-color: #fff !important;
    color: #777777 !important;
    border: 1px solid #f0f0f0 !important;
    font-size: 13px !important;
    line-height: 28px !important;
    border-radius: 0px !important;
    width: 88% !important;
}

ul.slick-dots {
    display: none !important;
}

.cq-testimonialcarousel .arrow-down {
    border-top: 12px solid #eaeaea !important;
}

.mb {
    margin-bottom: 18px !important;
}

.shorter {
    height: 150px;
}



a.offerte-2 {
    background-color: #d6181e;
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 3px;
    font-size: 11px;
    transition: color 300ms, background-color 300ms, opacity 300ms;
    -moz-transition: color 300ms, background-color 300ms, opacity 300ms;
    -o-transition: color 300ms, background-color 300ms, opacity 300ms;
    -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
    -webkit-box-shadow: inset 0 -0.125rem 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 -.125rem 0 0 rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 -.125rem 0 0 rgba(0,0,0,.1);
    -o-box-shadow: inset 0 -.125rem 0 0 rgba(0,0,0,.1);
    box-shadow: inset 0 -0.125rem 0 0 rgba(0,0,0,.1);
    cursor: pointer;
    border: 1px solid #bf171c;
    text-transform: uppercase;
    text-shadow: 2px 2px #a20f14;
    font-weight: 700;
}

.contact-home {
    width: 75%;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    margin-top: -12px !important;
}

.wpcf7-not-valid-tip {
    position: absolute!important;
    left: -50px!important;
    top: 0!important;
    width: 50px!important;
    height: 44px!important;
    padding: 0!important;
    background: url(http://webdesignvandaagdemos.nl/demos/haaglandia/wp-content/themes/Haaglandia/images/contact-fout.png)!important;
    overflow: hidden;
    text-indent: -9999px!important;
    padding: 0;
    border: none!important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    margin: 0px !important;
}

.outter-contact {
    margin-bottom: 15px;
    height: auto;
    min-height: 40px;
}

.outter-contact-2 {
    margin-bottom: 15px;
    height: auto;
    min-height: 40px;
    overflow: hidden;
}

h3.ult-new-ib-title.ult-responsive {
    font-family: 'Lora', serif !important;
    font-size: 25px !important;
    font-weight: 400 !important;
}

h3.ult-new-ib-title.ult-responsivebefore {
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 20px;
    content: "\f10e";
    margin-top: -15px;
    position: absolute;
    left: 25px;
}

h3.ult-new-ib-title.ult-responsiveafter {
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 20px;
    content: "\f10e";
    margin-bottom: -15px;
    position: absolute;
    right: 25px;
}

.ult-new-ib-content.ult-responsive {
    opacity: 1 !important;
    bottom: auto !important;
    top: 50% !important;
}

.vc_btn3 {
    font-family: 'Muli', sans-serif !important;
}

.over-grijs img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
    transition: all 0.5s ease;
}

.over-grijs img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

i.fa.fa-file-pdf-o.pdfwidget {
    font-size: 16px;
    margin-right: 10px;
}

    #map img {  
    max-width: none;   
}

#map {
    height: 300px;
} 

#slider {
    background: #fff;
}

.center-text {
    text-align: center;
}











.list-data header {
    box-shadow: none !important;
    border-bottom: 1px solid #eaeaea !important;
    margin-bottom: 10px !important;
}

.sjb-page .list-data .job-description p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important;
    line-height: 28px !important;
    color: #000000 !important;
}

.sjb-page .list-data .job-info h4 a, .sjb-page .list-data .job-info h4 a:hover {
    color: #165885 !important;
    text-transform: none !important;
    font-weight: 500;
}

.sjb-page .list-data .job-info {
    margin: 7px !important;
}

.sjb-page .list-data .header-margin-top {
    margin-top: 11px !important;
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
    width: 95% !important;
}

.sjb-page .sjb-filters .form-control {
    margin-bottom: 20px !important;
}

span.company-name {
    color: #00a6df !important;
}

.sjb-page .list-data .job-type, .sjb-page .list-data .job-location, .sjb-page .list-data .job-date {
    color: #000000 !important;
    font-size: 13px !important;
    line-height: 31px;
}

.sjb-page .btn-primary, .sjb-page .btn-primary:hover, .sjb-page .btn-primary:active:hover, .sjb-page .btn-primary:active:focus, .sjb-page .sjb-detail .jobpost-form .file div, .sjb-page .sjb-detail .jobpost-form .file:hover div {
    text-transform: none !important;
    padding: 10px 20px !important;
    font-size: 13px !important;
}

.sjb-page .sjb-filters .form-control {
    font-size: 13px !important;
    color: #000 !important;
    border: 1px solid #d8d8d8 !important;
}

.sjb-page .sjb-detail .list-data h3, .sjb-page .sjb-detail .list-data ul li::before, .sjb-page .sjb-detail .list-data .job-detail h3, .sjb-page .sjb-archive-page .job-title {
    color: #000 !important;
}

.sjb-page .sjb-detail {
    border: 1px solid #e1e1e1;
    padding: 20px;
}

.sjb-page h1, .sjb-page h2, .sjb-page h3, .sjb-page h4, .sjb-page h5, .sjb-page h6 {
    font-family: 'Montserrat', sans-serif !important;
}

.sjb-page .list-data .job-info h4 {
    color: #00a6df !important;
}

span.secondcolor {
    color: #165885;
}

header.smaller .bel {
    display: none;
}

header.smaller #header-rechts {
    margin-top: 0px;
}





.leftbel {
    float: left;
    background-color: #00a6df;
    color: #fff;
    padding: 12px 14.4px;
    font-size: 22px;
    margin-right: 10px;
}

.rightbel {
    float: left;
    margin-top: 6px;
}

.rightbel h2 {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0px;
}

.rightbel p {
    color: #000;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 0px;
}

.aio-icon-component.box-1.style_2 {
    padding: 20px;
    background-color: #fff;
}

.col-md-2 {
    position: inherit !important;
}

.sjb-page .sjb-filters .btn-search {
    border: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-family: "FontAwesome" !important;
    font-size: 15px !important;
    height: 40px !important;
    margin-bottom: 35px !important;
    padding: 0 !important;
    width: 100% !important;
}

.sjb-page {
    margin-bottom: 20px !important;
}

.sjb-page .sjb-detail .job-features .table {
    font-size: 13px !important;
    font-weight: 400 !important;
}

.sjb-page .sjb-detail .jobpost-form label {
    font-size: 13px !important;
    color: #000 !important;
}

.sjb-page .sjb-detail .jobpost-form .form-control {
    font-size: 13px !important;
    color: #000 !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 0px !important;
    padding: 6px 12px !important;
    height: 40px !important;
}

.sjb-page textarea {
    min-height: 100px !important;
}

.sjb-page .sjb-detail .jobpost-form .file {
    font-size: 13px !important;
    color: #000 !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 0px !important;
    padding: 6px 12px !important;
    height: 40px !important;
    line-height: 26px !important;
}

.sjb-page .sjb-detail .jobpost-form .file div, .sjb-page .sjb-detail .jobpost-form .file:hover div {
    border-radius: 0px !important;
    height: 39px !important;
    top: 0px !important;
    right: 0px !important;
    line-height: 22px !important;
    font-size: 11px !important;
}

.sjb-page .btn-primary:focus, .sjb-page .btn-primary.focus {
    background-color: #ee7c2b !important;
    border-color: #ee7c2b !important;
}

.sjb-page .sjb-detail .jobpost-form .app-submit {
    margin: 0px !important;
}

div#sjb-form-padding-button {
    margin-bottom: 0px !important;
}

form#sjb-application-form {
    margin-bottom: 0px !important;
}

.sjb-page .alert-success {
    background-color: rgb(0, 166, 223) !important;
    border-color: #00a6df !important;
    color: #ffffff !important;
    font-size: 13px !important;
}

.sjb-page .sjb-listing .list-view .no-job-listing p {
    font-size: 14px !important;
    color: #000 !important;
}

.sjb-page .no-job-listing a.btn.btn-primary {
    margin-bottom: 20px !important;
}

#menu2 #navigation {
    padding: 0px;
    width: auto;
    max-width: 100%;
}

/* Style wrapping span as button */
span.wpcf7-form-control-wrap.DropFileHere {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #4096ee;
    background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%);        
    color: #FFF;
    overflow:hidden;
}

/* Made input big and move it left and top inside wrapper to hide actual control but leave input clickable */
input.wpcf7-form-control.wpcf7-file {
    bottom: 0;
    outline: none !important;
    border: 0px;
    padding: 0px;
    margin-top: 10px;
}

.wpcf7-file:before {
    content: "Uploaden";
    display: block;
    width: 101px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -8px;
    bottom: 0;
    color: #FFF;
    font-size: 11px;
    background-color: #00a6df;
    border-radius: 5px;
    text-transform: uppercase;
}

.header-top-inner {
    width: 90%;
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px 5%;
    line-height: 40px;
    color: #212121;
}

.header-top-inner a {
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
}

.header-top-inner li {
    list-style-type: none;
    float: left;
}

.header-top {
    height: 40px;
    background: #647382;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    line-height: 13px;
    color: #fff;
}

.header-top .fa {
    margin-right: 10px;
    color: #fff;
}

.header-top a {
    color: #fff;
}

.header-top-inner li {
    list-style-type: none;
    float: left;
}

li.liright {
    float: right;
    font-weight: 500;
    font-family: 'Spectral', serif;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 11px;
}

li.spacebtw {
    padding-right: 25px;
    border-right: 1px solid #4e5d6d;
    padding-left: 25px;
}

.tp-dottedoverlay.twoxtwo {
    background: rgba(0, 0, 0, 0.49) !important;
}

.col-md-1.col-sm-2.hidden-xs {
    display: none !important;
}

a.btn.btn-primary {
    font-family: 'Muli', sans-serif !important;
    text-transform: none !important;
}

a.btn.btn-primary:hover {
    font-family: 'Muli', sans-serif !important;
    text-transform: none !important;
}

.sjb-page .btn-primary:active {
    font-family: 'Muli', sans-serif !important;
    text-transform: none !important;
    background-color: #ee7c2b !important;
    border-color: #ee7c2b !important;
}

a.btn.btn-primary:focus {
    font-family: 'Muli', sans-serif !important;
    text-transform: none !important;
}

.tekstwit h2 {
    color: #fff;
    margin-bottom: 20px;
}

.tekstwit {
    color: #fff;
}

.tekstwit strong {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}

.tekstwit p {
    margin-bottom: 0px;
}

.ico2 .vc_icon_element-inner::after {
    background: #000;
    height: 5px;
    width: 5px;
}

.vc_icon_element-inner.vc_icon_element-color-custom.vc_icon_element-have-style-inner.vc_icon_element-size-md.vc_icon_element-style-rounded.vc_icon_element-background.vc_icon_element-background-color-custom {
    padding: 10px;
}

.vc_icon_element-inner.vc_icon_element-color-custom.vc_icon_element-have-style-inner.vc_icon_element-size-sm.vc_icon_element-style-rounded.vc_icon_element-background.vc_icon_element-background-color-custom {
    padding: 10px;
}

.ico2 .vc_icon_element-inner.vc_icon_element-color-custom.vc_icon_element-have-style-inner.vc_icon_element-size-md.vc_icon_element-style-rounded.vc_icon_element-background.vc_icon_element-background-color-custom:after {
    bottom: -8px;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
    background: none !important;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #165885 transparent transparent transparent;
}

.line1 {
    width: 50px;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    padding-top: 2px;
    margin-bottom: 20px;
}

.line2 {
    width: 50px;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    padding-top: 2px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.logorij h1 {
    margin-bottom: 20px;
}

#footer-widget .textwidget .fa {
    margin-right: 5px;
    color: #00305d;
}

.fw4 .textwidget .fa {
    margin-right: 5px;
    color: #ffffff;
    background: #ee7c2b;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}

.contactfooter {
    padding: 40px 0px;
    margin-top: 60px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    background: #23c1f2;
}

.leftsidefw h2 {
    color: #fff;
    margin-bottom: 0px;
    line-height: 36px;
}

.leftsidefw h2 {
    color: #fff;
}

.leftsidefw {
    float: left;
}

.rightsidefw {
    float: right;
}

a.btnftw {
    background: #213f7f;
    padding: 13px 23px;
    border-radius: 3px;
    color: #fff;
    line-height: 36px;
}

.home .list-data {
    width: 29.3% !important;
    float: left !important;
    margin: 2% !important;
}

.home .clearfix {
    float: left;
}

.home .col-md-5 {
    width: 100% !important;
}

.home .col-md-2.col-sm-4.col-xs-12 {
    width: 100% !important;
}

.home .job-type {
    padding: 0px 15px;
    line-height: 12px !important;
}

.home .job-date {
    padding: 0px 15px;
    line-height: 12px !important;
}

.home .col-md-3.col-sm-4.col-xs-12 {
    width: 100% !important;
}

.home .job-location {
    padding: 0px 15px;
    line-height: 12px !important;
}

.home span.job-title {
    padding: 0px 7px;
    line-height: 12px !important;
    margin-bottom: 10px !important;
    display: -webkit-inline-box;
}

.home .col-md-12.col-sm-10 {
    padding: 20px;
}

.home .job-description .btn {
    margin-top: 20px;
}

.home .list-view {
    overflow: hidden;
    margin-left: -2%;
    margin-right: -2%;
}

.home .list-data {
    padding: 0px !important;
}

.home .job-description {
    padding: 20px !important;
}

#footer-widget .menu-item {
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 500;
    font-size: 13px;
    margin-top: 0px;
}

.contact .fa {
    margin-right: 5px;
}

.company-logo {
    display: none !important;
}

.sjb-page .sjb-detail .list-data h3 {
    font-weight: 800 !important;
}

.vc_row.wpb_row.vc_row-fluid.triangleleft.vc_custom_1494077470407.vc_row-has-fill {
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
}

.voordelen h2 {
    font-size: 26px;
    line-height: 28px;
}

.topbutton {
    height: 40px;
    width: 40px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    background-color: #38424c;
    border-bottom: 2px solid #64707b;
    display: none;
    right: 20px;
    bottom: 20px;
    color: #fff;
    text-align: center;
    transition: transform .3s ease;
}

a.topbutton::before {
    font-size: 16px !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f106";
    text-align: center;
    line-height: 40px;
}

img.logopartners {
    margin-top: 20px;
}

.page-template-page-contact .contactfooter {
    display: none;
}

li.frst {
    padding-right: 25px;
    border-right: 1px solid #4e5d6d;
    border-left: 1px solid #4e5d6d;
    padding-left: 25px;
}

a.knpslider {
    background: #7cda24 !important;
    padding: 13px 28px !important;
    border-radius: 3px !important;
    display: -webkit-inline-box !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-bottom: 3px solid #6fcc19 !important;
}

.knpslider .fa {
    margin-left: 10px !important;
}

.omhoog iframe {
    background: #fff;
    box-shadow: 0px 0px 10px #868686;
    padding: 5%;
    width: 90% !important;
    max-width: 411px;
    height: auto !important;
    min-height: 397px !important;
}

.omhoog iframe .bestel_button {
    background: #00305d !important;
    border-bottom: 3px solid #00182f !important;
    text-shadow: 2px 2px 5px #002e58 !important;
}

.bestel_button, a.back_btn, #ga_terug {
    background: #00305d !important;
    border-bottom: 3px solid #00182f !important;
    text-shadow: 2px 2px 5px #002e58 !important;
}

.bestel_button:hover, a.back_btn:hover, #ga_terug:hover {
    background: #00305d !important;
    border-bottom: 3px solid #00182f !important;
    text-shadow: 2px 2px 5px #002e58 !important;
}

.bestel_button, a.back_btn, #ga_terug {
    background: #00305d !important;
    border-left: 0px solid;
}

#powered.powered_text {
    display: none !important;
}

.appr {
    margin-right: 10px;
}

.vc_row.wpb_row.vc_row-fluid.bck1.vc_row-has-fill {
    background-position: left center !important;
    background-size: contain !important;
}

a.knp:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

a.knp {
    background: #38424c;
    display: inline-block;
    padding: 10px 18px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 25px;
    margin-top: 15px;
    -webkit-transition: -webkit-box-shadow 0.2s ease-out, background-color 0.2s ease;
    transition: box-shadow 0.2s ease-out, background-color 0.2s ease;
}

a.knp::after, a.knp2::after{
    font-size: 13px !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    margin-left: 10px;
    content: "\f054";
}

a.knp2 {
    background: #0096ff;
    display: inline-block;
    padding: 10px 18px;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 25px;
    margin-top: 15px;
    -webkit-transition: -webkit-box-shadow 0.2s ease-out, background-color 0.2s ease;
    transition: box-shadow 0.2s ease-out, background-color 0.2s ease;
}

ul {
    padding-left: 16px;
    color: #525252;
    font-size: 12px;
}

.box h2 {
    font-size: 18px;
    color: #000;
}

.boxsecond h2 {
    font-size: 18px;
    color: #fff;
}

.boxsecond {
    color: #fff;
}

.hgh iframe {
    background: #fff;
    box-shadow: 0px 0px 10px #868686;
    padding: 5%;
    width: 90% !important;
    max-width: 411px;
    height: auto !important;
    min-height: 397px !important;
}

.footer {
    position: inherit !important;
}

.uranus.tparrows {
    display: none !important;
}

.bgr img {
    width: 300px !important;
    height: auto !important;
}

.vc_row.wpb_row.vc_row-fluid.bck1.vc_row-has-fill {
    background-position: right center !important;
    background-repeat: no-repeat !important;
}

table {
    margin-bottom: 20px;
    min-width: 40%;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 28px;
}

span.wpcf7-form-control-wrap.instaplocatie::before, span.wpcf7-form-control-wrap.uitstaplocatie::before {
    padding: 0px 0px 0px 16px;
    content: "\f041";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #bdbdbd;
    position: absolute;
    line-height: 40px;
}

span.wpcf7-form-control-wrap.naam::before {
    padding: 0px 0px 0px 16px;
    content: "\f007";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #bdbdbd;
    position: absolute;
    line-height: 40px;
}

span.wpcf7-form-control-wrap.email::before {
    padding: 0px 0px 0px 16px;
    content: "\f003";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #bdbdbd;
    position: absolute;
    line-height: 40px;
}

span.wpcf7-form-control-wrap.telefoonnummer::before {
    padding: 0px 0px 0px 16px;
    content: "\f095";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #bdbdbd;
    position: absolute;
    line-height: 40px;
}

span.wpcf7-form-control-wrap.onderwerp::before {
    padding: 0px 0px 0px 16px;
    content: "\f040";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #bdbdbd;
    position: absolute;
    line-height: 40px;
}

input.locatieiu, input.naam, input.mail, input.telefoon, input.onderwerp {
    padding: 12px 10px 12px 38px;
}

.omhoog {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 2px 9px 19px -4px rgba(209,209,209,1);
    -moz-box-shadow: 2px 9px 19px -4px rgba(209,209,209,1);
    box-shadow: 2px 9px 19px -4px rgba(209,209,209,1);
    max-width: 400px;
    margin-top: -350px;
    border-radius: 0px 0px 10px 10px;
    border-top: 5px solid #2ea3f2;
}

.omhoog textarea {
    min-height: 100px;
    height: 100px;
}

.omhoog input[type=submit] {
    margin-bottom: 0px;
    margin-top: 0px;
}

.intro h2 {
    margin-bottom: 0px;
}

header.smaller a.knph {
    margin-top: 16px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.review {
    background: #fff !important;
    padding: 20px;
    border-radius: 5px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.slick-prev {
    left: -30px !important;
}

.slick-next {
    right: -30px !important;
}

.vc_row.wpb_row.vc_row-fluid.quote.vc_row-has-fill {
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-size: cover !important;
}

.voordelen li {
    list-style: none;
    font-size: 14px;
    line-height: 31px;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    color: #000;
}

.voordelen ul {
    padding: 0px;
}

.voordelen li::before {
    font-size: 12px !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    margin-right: 10px;
    content: "\f00c";
    background: #7cda24;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    color: #fff;
    line-height: 24px;
    text-align: center !important;
}

.itr2 h2 {
    color: #fff;
    text-shadow: 2px 2px 5px #000;
}

.itr2 strong {
    color: #fff;
    text-shadow: 2px 2px 5px #000;
}

.ult_pricing_heading h3 {
    font-family: 'Exo', sans-serif;
    font-weight: 600 !important;
    text-shadow: 2px 2px 5px #005f9e;
    font-size: 20px !important;
    line-height: 22px !important;
    margin-bottom: 0px !important;
}

.ult_pricing_heading h5 {
    font-family: 'Exo', sans-serif;
    font-weight: 400 !important;
    text-shadow: 2px 2px 5px #005f9e;
    font-size: 14px !important;
    line-height: 14px !important;
    margin-bottom: 10px !important;
}

.ult_price_features h2 {
    color: #000 !important;
    font-weight: 700;
    border-bottom: 2px dashed #adadad;
    padding-bottom: 10px;
}

.ult_pricing_heading {
    padding: 30px 20px !important;
}

.ult_price_features {
    padding: 28px !important;
}

table strong {
    padding: 20px 0px;
    display: -webkit-box;
}

table {
    width: 100%;
    margin-top: 20px;
    font-weight: 400;
    font-size: 12px;
}

td:nth-child(1) {
    background: #0096ff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

td:nth-child(3) {
    background: #dedede;
    padding: 4px 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    font-style: italic;
}

td:nth-child(2) {
    background: #f2f2f2;
    padding: 4px 10px;
    font-size: 12px;
    color: #000;
}

table td {
    padding: 4px 10px;
}

#data table td {
    margin-right: 10px !important;
    border: 1px solid #eaeaea;
    padding: 5px 10px;
}

#data table strong {
    padding: 0px;
    line-height: 14px;
}

#footer-widget ul.sub-menu {
    margin-top: 5px;
    margin-bottom: 0px;
}

#footer-widget .menu-item-has-children {
    padding: 5px 0px 0px 0px;
}

.vc_row.wpb_row.vc_row-fluid.volhead.vc_row-has-fill {
    background-size: cover !important;
}

p.bigger {
    font-weight: 600 !important;
}

.absolute img {
    position: absolute;
    margin-top: -115px;
}

h2.introleft {
    float: left;
    font-style: italic;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    color: #fff;
}

a.knpintro {
    background: #38424c;
    padding: 15px 20px;
    line-height: 20px;
    margin-left: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.hasicon i.fa-icon-road {
    font-size: 30px !important;
    color: #fff !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}

.hasline {
    border-left: 4px solid #0096ff !important;
    padding-left: 15px !important;
}

.vc_row.wpb_row.vc_row-fluid.hasbackground.vc_row-has-fill {
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

.hasshadow {
    -webkit-box-shadow: 2px 9px 19px -4px rgba(209,209,209,1);
    -moz-box-shadow: 2px 9px 19px -4px rgba(209,209,209,1);
    box-shadow: 2px 9px 19px -4px rgba(209,209,209,1);
    background: #fff;
}

.hasshadow h2 {
    margin-bottom: 25px;
}

.vc_row.wpb_row.vc_row-fluid.hastriangle.vc_row-has-fill {
    background-repeat: no-repeat !important;
    background-position: right top !important;
}

.ftr {
    height: 200px;
}

#footer-widget input {
    background: #fff;
    margin-bottom: 0px;
}

#footer-widget input[type=submit] {
    background: #0096ff;
}

#footer-widget form.wpcf7-form p {
    margin-bottom: 10px;
}

#footer-widget .menu-item a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.broodkruimels-inner {
    width: 90%;
    margin: 0px auto;
    padding: 0px 5%;
}

.broodkruimels {
    background: url(http://webdesignvandaagdemos.nl/demos/haaglandia/wp-content/themes/Haaglandia/images/bread.jpg);
    line-height: 70px;
    color: #fff;
}

p#breadcrumbs a {
    color: #0096ff;
}

#footer-widget .sub-menu {
    display: none;
}

#footer-widget .sub-menu.openup2 {
    display: block;
}

#footer-widget .menu-item-has-children::before {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 10px;
    float: right;
    font-size: 15px;
    background: transparent;
    width: 50px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    margin-top: 1px;
    cursor: pointer;
    margin-bottom: 1px;
}

.random-geslaagden {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.random-geslaagden-afb img {
    max-width: 100%;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
}

.titel-random-geslaagden {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #eaeaea;
    font-size: 16px;
    padding-bottom: 10px;
    color: #000;
}

.random-geslaagden a {
    line-height: 20px;
    color: #0096ff;
    font-weight: 700;
}

.content-random-geslaagden {
    margin-bottom: 10px;
}

.review {
    width: 33.3%;
    float: left;
    margin-top: 25px;
}

.afbeeldingreview {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.afbeeldingreview img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.review h4, .review-single h4 {
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid #eaeaea;
    font-size: 16px;
    padding-bottom: 10px;
    color: #000;
    float: left;
    width: 100%;
    text-transform: none;
    margin-top: 20px;
}

.omschrijvingreview {
    float: left;
    width: 100%;
}

a.meerlezen {
    line-height: 20px;
    color: #0096ff;
    font-weight: 700;
    margin-top: 10px;
    width: 100%;
    display: inline-block;
}

.post-type-archive-geslaagden #content-full-width, .single-geslaagden #content-full-width {
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 60px;
}

.review-single .afbeeldingreview {
    width: 25%;
    float: left;
    margin-right: 2.5%;
}

.review-single {
    overflow: hidden;
    margin-bottom: 60px;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 60px;
}

.rightreview {
    float: left;
    width: 70%;
}

.review-single h4 {
    margin-top: 0px;
}

.review-inner {
    padding: 0px 20px;
}