/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    box-sizing: border-box;
}

*, *::after, *::before {
    box-sizing: inherit;
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    font-family: 'Open Sans', sans-serif;
    color: #444444;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    background: #fff;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #e8e8e8;
    margin: 32px 0 38px 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}






a {
    color: #4ba318;
}

a:hover {
    color: #444444;
    text-decoration: none;
}

h1 {
    padding: 0;
    margin-top: 0;
    font-size: 2.25rem;
    font-weight: 200;
}

h2 {
    font-size: 36px;
    padding: 0;
    margin: 0;
    line-height: 48px;
    font-weight: 200;
}

.img_left,
img.alignleft {
    float:left;
    margin:0 20px 0 0;
    max-width: 100%
}

.img_right,
img.alignright {
    float:right;
    margin:0 0 0 20px;
    max-width: 100%
}

.img_full {
    clear: both;
    width: 100%;
    margin: 20px 0;
}

.wp-pagenavi {
    width: 100%;
    overflow: hidden;
}

.wp-pagenavi .previouspostslink {
    background: #fff000;
    width: 40px;
    height: 38px;
    padding: 2px 0 0 0;
    margin: 0 10px 10px 0;
    float: left;
    border-radius: 50%;
    background: #e8e8e8;
    text-align: center;
    font-weight: bold;
    color: #444444;
    text-decoration: none;
}

.wp-pagenavi .nextpostslink {
    background: #ff0000;
    width: 40px;
    height: 38px;
    padding: 2px 0 0 0;
    margin: 0 0 10px 0;
    float: left;
    margin: 0;
    border-radius: 50%;
    background: #e8e8e8;
    text-align: center;
    font-weight: bold;
    color: #444444;
    text-decoration: none;
}

.wp-pagenavi .page {
    background: #fff;
    width: 36px;
    height: 34px;
    float: left;
    margin: 0 10px 10px 0;
    padding: 2px 0 0 0;
    border-radius: 50%;
    border: 2px solid #e8e8e8;
    text-align: center;
    font-weight: bold;
    color: #444444;
    text-decoration: none;
}

.wp-pagenavi .current {
    background: #4ba318;
    width: 36px;
    height: 34px;
    float: left;
    margin: 0 10px 10px 0;
    padding: 2px 0 0 0;
    border-radius: 50%;
    border: 2px solid #4ba318;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.paging .previous_overzicht {
    background: #fff;
    width: auto;
    height: 34px;
    float: left;
    margin: 0 10px 10px 0;
    padding: 2px 30px 0 15px;
    border-radius: 20px;
    border: 2px solid #e8e8e8;
    text-align: center;
    font-weight: bold;
    color: #444444;
    text-decoration: none;
}

.wp-pagenavi .previouspostslink:hover {
    background: #4ba318;
    color: #fff;
}

.wp-pagenavi .nextpostslink:hover {
    background: #4ba318;
    color: #fff;
}

.wp-pagenavi .page:hover {
    background: #4ba318;
    border: 2px solid #4ba318;
    color: #fff;
}

.paging .previous_overzicht:hover {
    background: #4ba318;
    border: 2px solid #4ba318;
    color: #fff;
}

.navigation {
    display: none;
}

.nav-trigger {
    display: none;
}

label[for="nav-trigger"] {
    display:none;
}

.nav_res {
    overflow: hidden;
    padding: 10px 15px;
    margin: 0;
    display: none;
}

.nav_res .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.nav_res .wrapper .hamburger {
    max-width: 50px;
    width: 100%;
    padding: 0 20px 0 0;
}

.nav_res .wrapper .logo_res {
    max-width: 180px;
    width: 100%;
    margin: 0 0 0 60px;
    float: right;
}


.search_res {
    display: none;
}

.search_res .inputfield {
    width: 82%;
    height: 46px;
    border: 0;
    padding: 0 0 0 2%;
    margin: 0;
}

.search_res .formbutton {
    border: 0;
    background: #fff url("../images/button_search.gif") center right -3px no-repeat;
    width: 15%;
    height: 46px;
    margin: 0;
    padding: 0;
    float: right;
}

.mlp_language_box {
    background: #4ba318;
    overflow: hidden;
    padding: 0 20px;
}

.mlp_language_box ul {
    max-width: 1180px;
    height: 30px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0.75rem;
    text-transform: uppercase;
    text-align: right;
    padding: 0;
}

.mlp_language_box ul li a {
    color: #fff;
    text-decoration: none;
}

.mlp_language_box ul li {
    padding: 0 0 0 10px;
    margin: 0 0 0 20px;
    color: #fff;
    background: url("../images/arrow-right.svg") center left no-repeat;
    opacity: 0.75;
    display: inline;
}

.mlp_language_box ul li:hover {
    background: url("../images/arrow-down.svg") center left no-repeat;
    opacity: 1;
    cursor: pointer;

}

.logotop {
    overflow: hidden;
    padding: 0 20px;
    border-bottom: 2px solid #e8e8e8;
    margin: 0;
}

.logotop .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.logotop .wrapper .left{
    width: 60%;
    padding: 0;
    float: left;
}

.logotop .wrapper .left img {
    padding: 20px 20px 20px 0;
    float:left;
}

.logotop .wrapper .left .slogan{
    width: auto;
    float: left;
    padding: 0;
    margin: 41px 0 0 0;
    height: 65px;
    font-size: 24px;
}

.logotop .wrapper .right{
    width: 40%;
    float: right;
    padding: 35px 0 0 0;
}


.logotop .wrapper .right form {
    float: right;
}

.logotop .wrapper .right .inputfield,
.content #searchform .inputfield {
    width: 200px;
    height: 50px;
    border-top: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    border-left: 2px solid #e8e8e8;
    border-right: 0;
    padding: 0 0 0 18px;
    margin: 0;
    float:left;
}

.logotop .wrapper .right .formbutton,
.content #searchform .formbutton {
    border: 0;
    background: #fff url("../images/button_search.gif") top right no-repeat;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
}

.nav {
    /*overflow: hidden;*/
    padding: 0 20px;
}

.nav .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
    /*overflow: hidden;*/
}
.nav::after {
    clear: both;
    content: "";
    display: table;
}

.nav .wrapper a {
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    color: #444444;
}

.nav .wrapper a:hover {
    color: #4ba318;
}

.nav .wrapper ul {
    padding: 0;
    margin: 0;
    float: left;
}

.nav .wrapper li {
    display: inline-block;
    padding: 10px 0 10px 0;
    margin: 0 26px 0 0;
    cursor: pointer;
}

.nav .wrapper li:hover {
    cursor: pointer;
    -webkit-box-shadow: inset 0px 4px 0px 0px rgba(232,232,232,1);
    -moz-box-shadow: inset 0px 4px 0px 0px rgba(232,232,232,1);
    box-shadow: inset 0px 4px 0px 0px rgba(232,232,232,1);
}

#nav_fixed {
    width: 100%;
    overflow: hidden;
    padding: 0;
    border-bottom: 2px solid #e8e8e8;
    margin: 0 0 20px 0;
    position: fixed;
    z-index: 999;
    background: #fff;
    display:none;
}

#nav_fixed .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

#nav_fixed .wrapper .logo {
    float: left;
}

#nav_fixed .wrapper .logo img {
    max-width: 80px;
    width: 100%;
    margin: 20px 0 0 0;
}

#nav_fixed .wrapper a {
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    color: #444444;
}

#nav_fixed .wrapper a:hover {
    color: #4ba318;
}

#nav_fixed .wrapper ul {
    padding: 0;
    margin: 0;
    float: right;
}

#nav_fixed .wrapper li {
    display: inline-block;
    padding: 26px 0 10px 0;
    margin: 0 0 0 20px;
    cursor: pointer;
}

#nav_fixed .wrapper li:hover {
    cursor: pointer;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(232,232,232,1);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(232,232,232,1);
    box-shadow: inset 0px -4px 0px 0px rgba(232,232,232,1);
}

.content_top {
    background: #222222;
    overflow: hidden;
    padding: 0 20px;
    margin: 0 0 60px 0;
}

.content_top .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    color: #fff;
}

.content_top .wrapper .left {
    width: 49%;
    float: left;
    padding: 50px 0 60px 0;
}

.content_top .wrapper .left .button {
    display: inline-block;
    height: 50px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    border-radius: 25px;
    border: none;
    padding: 0 50px 0 30px;
    margin: 35px 0 0 0;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: #4ba318 url("../images/arrow-right.svg") center right 15px no-repeat;
    background-size: 6px;
    line-height: 3rem;
    -webkit-box-shadow: inset 2px 0px 0px 0px rgba(255,255,255,0.28);
    -moz-box-shadow: inset 2px 0px 0px 0px rgba(255,255,255,0.28);
    box-shadow: inset 2px 0px 0px 0px rgba(255,255,255,0.28);
}

.content_top .wrapper .left .button:hover {
    background: #fff url("../images/arrow-right-222222.svg") center right 15px no-repeat;
    background-size: 6px;
    color: #222222;

}

.content_top .wrapper .right {
    width: 49%;
    float: right;
    padding: 0 0 60px 0;
}

.content_top .wrapper .right img {
    width: 100%;
    max-height: 405px;
    height: auto;
}

.breadcrumbs-title {
    background: #222222;
    overflow: hidden;
    padding: 0 20px;
    margin: 0 0 60px 0;
}

.breadcrumbs-title .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    color: #fff;
}

.breadcrumbs-title .wrapper .breadcrumbs {
    background: url("../images/icon_breadcrumbs.svg") top 13px left no-repeat;
    background-size: 11px;
    padding: 2px 0 0 20px;
    margin: 2px 0 15px 0;
    font-size: 12px;
    text-transform: uppercase;
}

.breadcrumbs-title .wrapper .breadcrumbs a {
    color: #fff;
}

.breadcrumbs-title .wrapper h1 {
    line-height: 48px;
}


.content {
    overflow: hidden;
    padding: 0 20px;
}

.content .wrapper {
    max-width: 1180px;
    margin: 0 auto;
}

.content .wrapper .home_left {
    width: 47%;
    float: left;
}

.content .wrapper .home_left .widget,
.content .wrapper .home_right .widget {
    display: block;
    margin-bottom: 2em;
    width: 100%;
}

.content .wrapper .home_left .widget:not(:first-child),
.content .wrapper .home_right .widget:not(:first-child) {
    border-top: 2px solid #e8e8e8;
    padding-top: 2em;
}

.content .wrapper .home_left .widget-title,
.content .wrapper .home_right .widget-title {
    font-size: 2.25em;
    font-weight: 300;
    line-height: 3rem;
    margin: 1em 0 .5em 0;
}

.content .wrapper .home_right {
    width: 55%;
    float: right;
}

.content .wrapper .news_highlight {
    background: #4ba318;
    color: #fff;
    overflow: hidden;
    padding: 7% 10%;
}

.content .wrapper .news_highlight .title {
    padding: 0;
    margin-top: 0;
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 3rem;
}

.content .wrapper .news_highlight .button {
    display: inline-block;
    height: 50px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    border-radius: 25px;
    border: none;
    padding: 0 50px 0 30px;
    margin: 35px 0 0 0;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: #222222 url("../images/arrow-right.svg") center right 15px no-repeat;
    background-size: 6px;
    line-height: 3rem;
    -webkit-box-shadow: inset 2px 0px 0px 0px rgba(255,255,255,0.28);
    -moz-box-shadow: inset 2px 0px 0px 0px rgba(255,255,255,0.28);
    box-shadow: inset 2px 0px 0px 0px rgba(255,255,255,0.28);
    float: right;
}

.content .wrapper .news_highlight .button:hover {
    background: #fff url("../images/arrow-right-222222.svg") center right 15px no-repeat;
    background-size: 6px;
    color: #222222;

}

.content .wrapper .home_right {
    width: 42%;
    float: right;
}

.content .wrapper .news .item {
    width: 100%;
    margin-bottom: 1em;
}

.content .wrapper .news .item p {
    margin: 0;
}

.content .wrapper .news .item .date {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
}

.content .wrapper .news .item .title {
    font-weight: 600;
}

.content .wrapper .news_article {
    background: #e8e8e8;
    padding: 3.5%;
    overflow: hidden;
    margin: 0 0 40px 0;
}

.content .wrapper .news_article .left {
    width: 33.33%;
    float: left;
}

.content .wrapper .news_article .left img {
    width: 100%
}

.content .wrapper .news_article .right {
    width: 58.33%;
    float: right;
}

.content .wrapper .news_article .right .date {
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.content .wrapper .news_article .right a {
    color: #444444;
    text-decoration: none;
}

.content .wrapper .news_article .right a:hover {
    color: #4ba318;
}

.content .wrapper .news_article .right .button {
    display: inline-block;
    height: 50px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    border-radius: 25px;
    border: none;
    padding: 0 50px 0 30px;
    margin: 35px 0 0 0;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: #222222 url("../images/arrow-right.svg") center right 15px no-repeat;
    background-size: 6px;
    line-height: 3rem;
    -webkit-box-shadow: inset 2px 0px 0px 0px rgba(255,255,255,0.28);
    -moz-box-shadow: inset 2px 0px 0px 0px rgba(255,255,255,0.28);
    box-shadow: inset 2px 0px 0px 0px rgba(255,255,255,0.28);
    float: right;
}

.content .wrapper .news_article .right .button:hover {
    background: #4ba318 url("../images/arrow-right.svg") center right 15px no-repeat;
    background-size: 6px;
    color: #fff;

}

.content .wrapper .news_article_full {
    padding: 0;
    overflow: hidden;
    margin: 0;
}

.content .wrapper .news_article_full .date {
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
    margin: 0;
}


.content .wrapper .gallery {
    overflow: hidden;
    padding: 0 0 40px 0;
    margin:0;
}

.content .wrapper .gallery-item {
    background:#e8e8e8;
    color: #444444;
    width:23.5%;
    float: left;
    margin: 0 1.5% 1.5% 0;
    font-weight: 400;
}

.content .wrapper .gallery-item img {
    width: 100%;
}

.content .wrapper .gallery-item .wp-caption-text {
    font-size: 12px;
    text-decoration: none;
    margin: 10px 20px;
    text-transform: uppercase;
    line-height: 18px;
}

.content .wrapper .gallery-item:hover {
    background:#4ba318;
    color: #fff;
}

.content .wrapper .contact_form {
    width: 49%;
    float: left;
}

.content .wrapper .contact_form form {
    padding: 20px 0 0 0;
}

.content .wrapper .contact_form form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content .wrapper .contact_form label {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

.content .wrapper .contact_form input {
    width: 97%;
    height: 46px;
    padding: 0 0 0 2%;
    margin: 0 0 20px 0;
    border: 2px solid rgba(232,232,232,1);
}

.content .wrapper .contact_form textarea {
    width: 97%;
    padding: 0 0 0 2%;
    margin: 0 0 20px 0;
    border: 2px solid rgba(232,232,232,1);
}

.content .wrapper .contact_form .button {
    width: auto;
    height: 50px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    border-radius: 25px;
    border: none;
    padding: 0 50px 0 30px;
    margin: 0;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: #4ba318 url("../images/arrow-right.svg") center right 15px no-repeat;
    background-size: 6px;
    line-height: 3rem;
    -webkit-box-shadow: inset 2px 0px 0px 0px rgba(255,255,255,0.28);
    -moz-box-shadow: inset 2px 0px 0px 0px rgba(255,255,255,0.28);
    box-shadow: inset 2px 0px 0px 0px rgba(255,255,255,0.28);
    float: right;
}

.content .wrapper .contact_form .button:hover {
    background: #222222 url("../images/arrow-right.svg") center right 15px no-repeat;
    background-size: 6px;
}


.content .wrapper .contact_naw {
    width: 41.66%;
    float: right;
}

.content .wrapper .contact_naw .block_naw {
    width: 86%;
    margin: 40px 0 0 0;
    padding: 7%;
    background: #e8e8e8;
}

.content .wrapper table {
    width: 100%;
    border: 0;
}
.content .wrapper table tr {
    border-bottom: 1px solid #e8e8e8;
}
.content .wrapper table tr.odd  {
    background: #fcfcfc;
}
.content .wrapper table th {
    background: #e8e8e8;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}
.content .wrapper table td {
    text-align: left;
    padding: 0 5px;
}
.content .wrapper table.no-borders tr {
    background: none;
    border: 0;
}

.footer {
    overflow: hidden;
    padding: 40px 20px 60px 20px;
    margin: 60px 0 0 0;
    background: #e8e8e8;
}

.footer .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 24px;
}

.footer .wrapper a {
    text-decoration: none;
    color: #444444;
}

.footer .wrapper a:hover {
    text-decoration: underline;
}

.footer .wrapper .title {
    text-transform: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 0 25px 0;
}

.footer .wrapper .info {
    overflow:hidden;
}

.footer .wrapper .info .columnleft {
    width: 16.66%;
    float: left;
    text-align: left;
    overflow: visible;
}

.footer .wrapper .info .columnright {
    width: 16.66%;
    float: right;
    text-align: left;
}
.footer .wrapper .info .columnright ul {
    list-style: none;
    margin: 0 0 1em 0;
}

.footer .wrapper .info .columnright a::before {
    content: "\203A\00a0";
}

.footer .wrapper hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #d4d4d4;
    margin: 32px 0 19px 0;
    padding: 0;
}

.footer .wrapper .logo {
    overflow:hidden;
}

.footer .wrapper .logo .columnleft {
    width: 50%;
    float: left;
    text-align: left;
}

.footer .wrapper .logo .columnleft img {
    width: 100%;
    max-width: 50px;
    float: left;
    margin: 0 20px 20px 0;
}

.footer .wrapper .logo .columnright {
    width: 50%;
    float: right;
    text-align: right;
    overflow: visible;
    padding: 13px 0 0 0;
}

.footer .wrapper .logo .columnright img {
    margin: 0 0 0 40px;
    cursor: pointer;
}


@media screen and (max-width: 800px) {

    /* START PUSH MENU */

    .navigation {
        display: block;
        background: #fff;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 82px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        overflow-x: hidden;
    }

    .navigation ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .navigation .mlp_language_box ul {
        height: auto;
    }

    .navigation li {
        width: 220px;
        border-top: 2px solid #e8e8e8;
        padding: 10px;
    }

    .navigation li a,
    .navigation .mlp_language_box li a {
        text-decoration: none;
        font-size: 1rem;
        font-weight: 600;
        color: #444444;
    }

    .navigation li a:hover,
    .navigation .mlp_language_box li a:hover {
        color: #4BA318;
    }

    .navigation .mlp_language_box {
        display: block;
        background: #4BA318;
        border: 0!important;
        text-transform: uppercase;
        padding: 0;
    }

    .navigation .mlp_language_box li {
        width: 220px;
        background: none;
        display: block;
        text-align: left;
        border: none;
        padding: 10px;
        opacity: 1;
    }

    .navigation .mlp_language_box li:hover {
        background: none;
    }

    .navigation .mlp_language_box li a {
        text-decoration: none;
        font-size: 1rem!important;
        color: #fff!important;
        font-weight: 600;
    }

    .navigation .mlp_language_box li a:before {
        content: "› ";
    }

    .navigation .mlp_language_box a:hover {
        color: #444444!important;
    }

    .site-wrap {
        min-width: 100%;
        min-height: 100%;
        background-color: #fff;
        position: relative;
        top: 0;
        bottom: 100%;
        left: 0;
        z-index: 1;
    }

    .nav-trigger {
        display:block;
        position: absolute;
        clip: rect(0, 0, 0, 0);
    }

    label[for="nav-trigger"] {
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 2;
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: block;
    }

    .nav-trigger:checked + label {
        position: absolute;

    }

    .nav-trigger:checked ~ .site-wrap {
        left: 220px;
        box-shadow: 0 0 3px 3px rgba(0,0,0,0.2);
    }

    .nav-trigger + label, .site-wrap {
        transition: left 0.2s;
    }

    /* END PUSH MENU */


    .nav_res {
        display: block;
    }

    #nav_fixed {
        display: none;
        visibility: hidden;
    }

    .search_res {
        display: block;
        width: 93%;
        border-top: 2px solid #e8e8e8;
        padding: 3.5%;
    }

    .mlp_language_box, .logotop, .nav {
        display: none;
    }

    .content_top .wrapper .left {
        width: 100%;
        float: none;
    }

    .content_top .wrapper .right {
        width: 100%;
        float: none;
        padding: 0 0 20px 0;
    }

    .content_top {
        margin: 0 0 20px 0;
    }

    .content .wrapper .home_left {
        width: 93%;
        float: left;
    }

    .content .wrapper .home_right {
        width: 100%;
        float: right;
        padding: 40px 0 0 0;
    }

    .content .wrapper .gallery .image {
        width: 48.5%;
    }

    .content .wrapper .contact_form {
        width: 100%;
        clear: both;
        padding: 0;
        margin: 0 0 40px 0;
    }

    .content .wrapper .contact_naw {
        width: 100%;
        clear: both;
        padding: 0;
        margin: 0;
    }

    .footer .wrapper .info .columnleft {
        width: 33%;
        float: left;
        text-align: left;
        overflow: visible;
        padding-bottom: 20px;
    }

    .footer .wrapper .info .columnright {
        width: 100%;
        float: none;
        clear: both;
        text-align: left;
        border-top: 2px solid #d4d4d4;
        padding-top: 20px;
    }

    .footer .wrapper .logo .columnleft {
        width: 100%;
        text-align: left;
        padding-bottom: 20px;
    }

    .footer .wrapper .logo .columnleft img {
        float: none;
    }

    .footer .wrapper .logo .columnright {
        width: 100%;
        text-align: left;
    }

    .footer .wrapper .logo .columnright img {
        float: none;
        margin: 0 40px 0 0;
    }

}

@media screen and (max-width: 600px) {

    .img_left {
        clear: both;
        width: 100%;
        margin: 20px 0;
    }

    .img_right {
        clear: both;
        width: 100%;
        margin: 20px 0;
    }

    .img_full {
        clear: both;
        width: 100%;
        margin: 20px 0;
    }

    .content .wrapper .news_article .left {
        width: 100%;
        margin: 0 0 3.5% 0;
    }

    .content .wrapper .news_article .right {
        width: 100%;
    }

    .footer .wrapper .info .columnleft {
        width: 50%;
    }

    .footer .wrapper .info .columnright {
        width: 50%;
        float: left;
        clear: none;
        text-align: left;
        border-top: 0;
        padding-top: 0;
    }

}

@media screen and (max-width: 480px) {

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

    .footer .wrapper .info .columnleft {
        width: 100%;
        text-align: center;
    }

    .footer .wrapper .info .columnright {
        width: 100%;
        text-align: center;
    }

    .content_top .wrapper .left .button {
        padding: 0 0 0 5%;
        margin: 35px 0 0 0;
        width: 95%;
    }

    .content .wrapper .news_highlight .button {
        padding: 0 0 0 5%;
        margin: 20px 0 0;
        width: 95%;
        float: none;
    }

    .content .wrapper .news_article .right .button {
        padding: 0 0 0 5%;
        margin: 20px 0 0;
        width: 95%;
        float: none;
    }

    .content .wrapper .gallery .image {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .content .wrapper .contact_form .button {
        width: 100%;
        padding: 0 0 0 5%;
        clear: both;
        text-align: left
    }

}

#TB_window {
    padding: 5px;
}

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



/* Superfish styles */
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.sf-menu > li {
    float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}

/* Submenu styling */
.nav .wrapper .sf-menu ul {
    background: white;
    padding: .5rem 0;
    margin-left: -10px;
}
.nav .wrapper .sf-menu ul li {
    padding: 0 10px;
    white-space: nowrap;
}
.nav .wrapper .sf-menu li:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.nav .wrapper .sf-menu ul li a {
    font-size: .9rem;
    font-weight: normal;
}