/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* ==========================================================================
   Fonts
   ==========================================================================
*/
/* fauna-one-regular - latin */
@font-face {
  font-family: 'Fauna One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fauna-one/fauna-one-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Fauna One'), local('FaunaOne-Regular'),
       url('../fonts/fauna-one/fauna-one-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fauna-one/fauna-one-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fauna-one/fauna-one-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fauna-one/fauna-one-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fauna-one/fauna-one-v7-latin-regular.svg#FaunaOne') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/open-sans/open-sans-v17-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url('../fonts/open-sans/open-sans-v17-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans/open-sans-v17-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans/open-sans-v17-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans/open-sans-v17-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans/open-sans-v17-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('../fonts/open-sans/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/open-sans/open-sans-v17-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
    url('../fonts/open-sans/open-sans-v17-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans/open-sans-v17-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans/open-sans-v17-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans/open-sans-v17-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans/open-sans-v17-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/*********************
GENERAL STYLES
*********************/
body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 100%;
    line-height: 160%;
    font-weight: 400;
    color: #363636;
    background-color: #FFFFFF;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0 0 0.5em;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
    font-weight: 700;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
    margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
    content: '';
    content: none;
}

small, .small {
    font-size: 75%;
}

/**
 * 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;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
    padding: 0 0 0 40px;
}

ol,
ul {
    padding: 0;
    list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
    max-width: 100%;
    height: auto;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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"],
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;
}

/**
 * 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 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
tr {
    vertical-align: top;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-replacement,
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.clearfix, .cf, .comment-respond {
    zoom: 1;
}

.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table;
}

.clearfix:after, .cf:after, .comment-respond:after {
    clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
    font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
    font-style: italic;
}

p {
    margin: 0 0 1em;

    /*
    -ms-word-break: break-all;
    -ms-word-wrap: break-all;
    word-break: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-before: 2;
    -webkit-hyphenate-after: 3;
    hyphenate-lines: 3;


    -webkit-font-feature-settings: "liga", "dlig";
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga", "dlig";
    -o-font-feature-settings: "liga", "dlig";
    font-feature-settings: "liga", "dlig";
    */
}

.last-col {
    float: right;
    padding-right: 0 !important;
}

/* Colums class="w-two-one" */
.wp-block-columns.w-two-one {}
.wp-block-columns.w-two-one .wp-block-column { flex-basis: 33.3%; margin-left: 0; }
.wp-block-columns.w-two-one .wp-block-column:first-child { flex-basis: 66.6%; }

/* Colums class="w-one-two" */
.wp-block-columns.w-one-two {}
.wp-block-columns.w-one-two .wp-block-column { flex-basis: 66.6%; margin-left: 0; }
.wp-block-columns.w-one-two .wp-block-column:first-child { flex-basis: 33.3%; }

/*
Mobile Grid Styles
*/
@media (max-width: 767px) {
    .m-all {
        float: left;
        padding-right: 1em;
        width: 100%;
        padding-right: 0;
    }

    .m-1of2 {
        float: left;
        padding-right: 1em;
        width: 50%;
    }

    .m-1of3 {
        float: left;
        padding-right: 1em;
        width: 33.33%;
    }

    .m-2of3 {
        float: left;
        padding-right: 1em;
        width: 66.66%;
    }

    .m-1of4 {
        float: left;
        padding-right: 1em;
        width: 25%;
    }

    .m-3of4 {
        float: left;
        padding-right: 1em;
        width: 75%;
    }
}

/* Portrait tablet to landscape */

@media (min-width: 768px) and (max-width: 1029px) {
    .t-all {
        float: left;
        padding-right: 1em;
        width: 100%;
        padding-right: 0;
    }

    .t-1of2 {
        float: left;
        padding-right: 1em;
        width: 50%;
    }

    .t-1of3 {
        float: left;
        padding-right: 1em;
        width: 33.33%;
    }

    .t-2of3 {
        float: left;
        padding-right: 1em;
        width: 66.66%;
    }

    .t-1of4 {
        float: left;
        padding-right: 1em;
        width: 25%;
    }

    .t-3of4 {
        float: left;
        padding-right: 1em;
        width: 75%;
    }

    .t-1of5 {
        float: left;
        padding-right: 1em;
        width: 20%;
    }

    .t-2of5 {
        float: left;
        padding-right: 1em;
        width: 40%;
    }

    .t-3of5 {
        float: left;
        padding-right: 1em;
        width: 60%;
    }

    .t-4of5 {
        float: left;
        padding-right: 1em;
        width: 80%;
    }
}

/* Landscape to small desktop */
@media (min-width: 1030px) {
    .d-all {
        float: left;
        padding-right: 1em;
        width: 100%;
        padding-right: 0;
    }

    .d-1of2 {
        float: left;
        padding-right: 1em;
        width: 50%;
    }

    .d-1of3 {
        float: left;
        padding-right: 1em;
        width: 33.33%;
    }

    .d-2of3 {
        float: left;
        padding-right: 1em;
        width: 66.66%;
    }

    .d-1of4 {
        float: left;
        padding-right: 1em;
        width: 25%;
    }

    .d-3of4 {
        float: left;
        padding-right: 1em;
        width: 75%;
    }

    .d-1of5 {
        float: left;
        padding-right: 1em;
        width: 20%;
    }

    .d-2of5 {
        float: left;
        padding-right: 1em;
        width: 40%;
    }

    .d-3of5 {
        float: left;
        padding-right: 1em;
        width: 60%;
    }

    .d-4of5 {
        float: left;
        padding-right: 1em;
        width: 80%;
    }

    .d-1of6 {
        float: left;
        padding-right: 1em;
        width: 16.6666666667%;
    }

    .d-1of7 {
        float: left;
        padding-right: 1em;
        width: 14.2857142857%;
    }

    .d-2of7 {
        float: left;
        padding-right: 1em;
        width: 28.5714286%;
    }

    .d-3of7 {
        float: left;
        padding-right: 1em;
        width: 42.8571429%;
    }

    .d-4of7 {
        float: left;
        padding-right: 1em;
        width: 57.1428572%;
    }

    .d-5of7 {
        float: left;
        padding-right: 1em;
        width: 71.4285715%;
    }

    .d-6of7 {
        float: left;
        padding-right: 1em;
        width: 85.7142857%;
    }

    .d-1of8 {
        float: left;
        padding-right: 1em;
        width: 12.5%;
    }

    .d-1of9 {
        float: left;
        padding-right: 1em;
        width: 11.1111111111%;
    }

    .d-1of10 {
        float: left;
        padding-right: 1em;
        width: 10%;
    }

    .d-1of11 {
        float: left;
        padding-right: 1em;
        width: 9.09090909091%;
    }

    .d-1of12 {
        float: left;
        padding-right: 1em;
        width: 8.33%;
    }
}

/*********************
IMPORTING MODULES
*********************/
.alert-help, .alert-info, .alert-error, .alert-success {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
}

.alert-help {
    border-color: #e8dc59;
    background: #ebe16f;
}

.alert-info {
    border-color: #bfe4f4;
    background: #d5edf8;
}

.alert-error {
    border-color: #f8cdce;
    background: #fbe3e4;
}

.alert-success {
    border-color: #deeaae;
    background: #e6efc2;
}

/*********************
BUTTON DEFAULTS
*********************/
.blue-btn, .comment-reply-link, #submit {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: white;
    font-size: 0.9em;
    font-size: 34px;
    line-height: 34px;
    font-weight: normal;
    padding: 0 24px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    -webkit-transition: background-color 0.14s ease-in-out;
    transition: background-color 0.14s ease-in-out;
}

.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    color: white;
    text-decoration: none;
}

.blue-btn:active, .comment-reply-link:active, #submit:active {
    top: 1px;
}

.blue-btn, .comment-reply-link, #submit {
    background-color: #80a51b;
}

.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    background-color: #80a51b;
}

.blue-btn:active, .comment-reply-link:active, #submit:active {
    background-color: #80a51b;
}

/*********************
INPUTS
*********************/
label {
    float: left;
    line-height: 52px;
    width: 100px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 2px 0 2px 12px;
    margin-bottom: 14px;
    font-size: 1em;
    color: #707070;
    border-radius: 0;
    border: 1px solid #bfbdb7;
    vertical-align: middle;
    box-shadow: none;
    width: 80%;
    background-color: #FFF;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
}

input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
    background-color: #FFF;
}

input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4;
}

input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2;
}

input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6;
}

input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
    background-color: #FFF;
}

input[type="password"] {
    letter-spacing: 0.3em;
}

textarea {
    max-width: 100%;
    min-height: 120px;
    line-height: 1.5em;
}

select {
    -webkit-appearance: none;
    /* 1 */
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 96.5% center;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
.hidden {
    display: none;
}

.screen-reader-text {
    text-indent: -9999em;
    position: absolute;
    top: 0;
    left: 0;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
    width: 94%;
    margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
    color: #80a51b;
    text-decoration: underline;
}

a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #80a51b;
    text-decoration: underline;
}

a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
.menu-fachbereiche,
#blog_slogan,
.wrap_header_menu,
.wrap_header_menu_t,
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {

    /* hyphens
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;*/
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none;
    color: #80a51b;
}

h1, .h1 {
    font-family: 'Fauna One', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizelegibility;

    font-size: 32px;
    line-height: 1;
    text-align: left;
    color: #7d430f;
    text-transform: none;
}

h2, .h2,
h3, .h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0.5em 0 1em 0;
    color: #7d430f;
    display: block;
    text-transform: uppercase;
}

h4, .h4 {
    font-size: 24px;
    color: #363636;
    margin-bottom: 0;
    text-transform: none;
}

h5, .h5 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 0.846em;
    line-height: 2.09em;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: none;
}

.article_header span {
    text-transform: uppercase;
    padding-bottom: 2px;
}

.content-fachbereiche h1.article_header span {
    padding-bottom: 0;
    border-bottom: none 0;
    text-transform: none;
}
.content-fachbereiche h1 {
    text-align: left !important;
    text-transform: none;
    font-size: 24px;
    margin-bottom: 1em;
}

#content-news .text-header span {
    color: #FFF !important;
    padding-bottom: 2px;
}


h1 span,
.h1 span,
h2 span,
.h2 span,
.text-header span,
#content-news .text-header span {
    position: relative;
}

h1 span::after,
.h1 span::after,
h2 span::after,
.h2 span::after,
.text-header span::after,
#content-news .text-header span::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    width: 53%;
    left: 0;
    border-bottom: 1px solid #80a51b;
}
#content-news .text-header span::after {
    border-bottom: 1px solid #FFF;
}

/* Page */
#container {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

#sidebar {
    margin-top: 1em;
}

/*********************
HEADER STYLES
*********************/
.breadcrumbs {
    background-color: #FFF;
}

.inner-wrap {
    /*padding: 16px 24px;*/
    padding: 16px 0;
    font-size: 16px;
}

.breadcrumbs a, .breadcrumbs a:visited {
    color: #707074;
}

.header {
    color: #80a51b;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 7000;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.header,
.home.sticky .header {
    background-color: #000;
}
.home .header {
    background-color: #000;
    border-top: 10px solid #80a51b;
}
:target::before {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.admin-bar .header,
.admin-bar.sticky .header {
    top: 35px;
}

#inner-header {
    position: relative;
}

.logo {
    margin-top: 8px;
    float: left;
}

.blog_logo {
    display: inline-block;
    height: 78px;
    width: 326px;
    background: url("../images/logo.svg") no-repeat 0 0 transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.sticky .header .blog_logo {
    display: inline-block;
    height: 39px;
    width: 163px;
    background: url("../images/logo.svg") no-repeat 0 0 transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.logo a, .logo a:visited, .logo a:hover, .logo a:focus, .logo a:visited:hover, .logo a:visited:focus {
    color: #fff;
    text-decoration: none;
}

.blog_name {
    font-family: 'Fauna One', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    color: #80a51b;
    text-decoration: none;

}
.blog_description {
    font-family: 'Fauna One', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
    color: #FFF;
}
/* Header image */
.header_image {
	margin-top: 93px;
    background-color: #000;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.header_image_wrapper {
	position: relative;
	margin: 0 auto;
	width: 100% !important;
	max-width: 1280px !important;
    overflow: hidden;
}
.header_image img {
	display: block;
	margin: 0 auto;
	width: 100% !important;
	max-width: 1900px !important;
}
/*********************
NAVIGATION STYLES
*********************/
#menu-header a:hover {
    color: #363636;
}
#mainmenu {
    float: right;
    margin: 0.75em 0 0;
}
.page-id-2 #menu-kopf-menue-1 {
    margin-top: 1.5em;
}
#menu-kopf-menue a {
    text-transform: uppercase;
}
.nav {
    border-bottom: 0;
    margin: 0;
    /* end .menu li */
    /* highlight current page */
    /* end current highlighters */
}

.nav li a {
    display: block;
    text-decoration: none;
    padding: 19px 16px 19px 16px;
    font-size: 1em;
    color: #FFF;

    font-family: 'Fauna One', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.sub-menu {
    margin: 0;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
    padding-left: 30px;
}

.nav a:link,
.nav a:visited:link,
.nav a:hover,
.nav a:link:hover {
    text-decoration: none;
}
.nav a:hover,
.nav a:link:hover {
    text-decoration: underline !important;
}

.nav li.current-menu-item a,
.nav li.current-page-ancestor a {
    color: #7d430f;
    text-decoration: underline !important;
}

.nav li.smooth_scrolling.current-menu-item a {
    text-decoration: none;
}

.footer .nav li a {
    padding: 0 16px 0 0;
    font-size: 16px;
    color: #7fa5c9;
}

.footer .current-menu-item a {
    text-decoration: underline;
}

.footer-wrapper-icon {
    padding-top: 1em;
}
.footer-wrapper-icon img {
    margin-right: 1em;
}
.footer h3, .footer .h3 {
    font-size: 1em;
    text-transform: none;

    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

hr {
    border: none;
    border-top: 1px solid #d9d9d9;
    background-color: #FFFFFF;
    height: 1px;
    margin: 1.5em 0;
}

ul.menu-fachbereiche {
    margin-top: 0;
}
ul.menu-fachbereiche a,
ul.menu-fachbereiche a:visited {
    color: #363636;
    text-decoration: none !important;
}
ul.menu-fachbereiche .current-menu-item a {
    color: #80a51b !important;
    text-decoration: none !important;
}

.menu-fachbereiche {
    font-size: 24px;
    text-transform: none;
}
.menu-fachbereiche li {
    margin-bottom: 0.25em;
}
.menu-fachbereiche li a:hover {
    color: #80a51b !important;
    text-decoration: none !important;
}

.no_header_img {
	padding-top: 116px;
}

/* Slick */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 36%;
    display: block;
    width: 26px;
    height: 47px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 5000;
    cursor: pointer;
}
.slick-prev {
    left: -50px;
    background: url("../images/slick-prev.png") no-repeat 0 0 transparent;
}
.slick-next {
    right: -50px;
    background: url("../images/slick-next.png") no-repeat 0 0 transparent;
}
.slick-slider button[aria-disabled=true] {opacity: .3;}

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
.inner-content {
    padding: 3em 0;
}
.page-id-2 .inner-content {
    padding: 3em 0 0;
}

.hentry header {
    position: relative;
    padding: 0;
}

.single-wk-travel .hentry header {
    padding: 32px 0 48px;
}

.hentry footer {
    padding: 0;
}

.hentry footer p {
    margin: 0;
}

#img-content {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    overflow: auto;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#wrap_slogan {
    position: relative;
}
#blog_slogan {
    position: absolute;
    top: 25%;
    left: 40%;

    text-transform: uppercase;
    font-size: 42px;
    line-height: 1;
    color: #FFF;
}
#blog_slogan span {
    color: #80a51b;
}
#blog_slogan {
    float: right;
}

.wrap_header_menu {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 3em;
}
.wrap_header_menu_t {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 2em;
    display: none;
}
.wrap_header_menu_t li,
.wrap_header_menu li {
    float: left;
    width: 31.8%;
    text-align: center;
    text-decoration: none !important;
    background-color: #80a51b;
    padding: 0.625em;
    margin: 0 0.75% 8px 0.75%;
    font-size: 24px;
}
.wrap_header_menu_t li a,
.wrap_header_menu li a {
    text-decoration: none !important;
    color: #fff;
    padding: 6px;
    letter-spacing: 2px;
}
.wrap_header_menu_t li:nth-child(3n-2),
.wrap_header_menu li:nth-child(3n-2) {
    margin: 0 1.5% 8px 0;
}
.wrap_header_menu_t li:nth-child(3n),
.wrap_header_menu li:nth-child(3n) {
    margin: 0 0 8px 1.5%;
}

#wrap_to_content {
    position: relative;
    z-index: 6000;
    margin-top: -3em;
    display: none;
}

/* end .hentry */
.single-title,
.page-title,
.entry-title {
    margin: 0;
}
.page-title {
    margin-bottom: 0;
}

.byline {
    color: #85877a;
    font-style: italic;
    margin: 0;
}

/* entry content */
.entry-content {
    padding: 0 0 1.5em 0;
    color: #7d430f;
}

.entry-content p {
    margin: 0 0 1.5em;
}

.entry-content table {
    width: 100%;
    border: none 0;
    margin-bottom: 1.5em;
}

.entry-content table caption {
    margin: 0 0 7px;
    font-size: 0.75em;
    color: #9fa6b4;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.entry-content td {
    padding: 0;
    border: none 0;
}

.entry-content td:last-child {
    border-right: 0;
}

.entry-content th {
    background-color: #f8f9fa;
    border: none 0;
}

.entry-content th:last-child {
    border-right: 0;
}

.entry-content tr {
   vertical-align: top;
}


.entry-content blockquote {
    margin: 0 0 1.5em 0;
    padding: 0;
}

.entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em;
}

.entry-content img {
    margin: 0 0 1em 0;
    max-width: 100%;
    height: auto;
}

.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
    max-width: 100%;
    height: auto;
}

.entry-content pre {
    background: #323944;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px;
}

.article-text-desc-content {
    padding: 0 15px;
}

.list {
    float: left;
    width: 100%;
    padding: 0 15px 15px;
}

.list .row {
    width: 100%;
    padding: 5px 10px;
    float: left;
}

.list .row p:last-child {
    margin-bottom: 0;
}

.list .row_1 {
    background-color: #f2f2f2;
}

.list .row div.descfield,
.list .row div.itemfield {
    float: left;
}

.list .row div.itemfield {
    width: 25%;
}

.list .row div.descfield {
    width: 75%;
}

.article-img {
    width: 33%;
    margin-right: 1%;
    float: left;
}

.article-text {
    width: 66%;
    float: right;
}

.article-text-desc ul {
    margin: 0;
}

.article-text-desc {
    float: left;
    width: 77%;
}
.article-text-detail {
    float: left;
    width: 23%;
    padding: 0 0 15px 15px;
}

.article-text-detail a {
    color: #FFF;
    background: url("../images/bgr_button_detail.png") no-repeat right center #cbcbcb;
    padding: 0 32px 0 16px;
    line-height: 57px;
    display: block;
}

.article-text-detail a:hover {
    color: #FFF;
    text-decoration: none;
}

.article-text-detail a.buchen-button {
    background-color: #80a51b;
    margin-top: 8px;
}

.article-buchen-button {
    padding: 15px;
}
.article-buchen-button a  {
    color: #FFF;
    background: url("../images/bgr_button_detail.png") no-repeat right center #80a51b;
    padding: 16px 62px 16px 16px;
    line-height: 57px;
    height: 57px;
}
.article-buchen-button a:hover {
    color: #FFF;
    text-decoration: none;
}

.article-text .article-content,
.article-text .entry-title {
    margin: 0 0 15px 15px;
}

.archive .article-header {
    padding: 32px 0;
}

.archive .entry-content {
    padding: 1.5em 0 0;
    border-top: 1px solid #bfbdb7;
    margin-top: 1.5em;
}

.archive .entry-content_1 {
    padding: 0;
    border-top: 1px solid #fff;
    margin-top: 0;
}

.history-back {
    position: absolute;
    top: 15px;
    left: 0;
}

#content {
position: relative;
}

#content a,
#content a:visited,
#content a:hover {
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}

.col1of2 {
    float: left;
    width: 50%;
    padding: 1em 2em 1em 0;
}
.col1of2:last-child {
    padding: 1em 0 1em 2em;
}

.col1of3 {
    float: left;
    width: 33.3%;
    padding: 1em 1em;
}
.col1of3:first-child {
    padding: 1em 2em 1em 0;
    background-position: 0 0;
}
.col1of3:last-child {
    padding: 1em 0 1em 2em;
    background-position: 2em 0;
}
.col2of3 {
    float: left;
    width: 66.6%;
    padding: 1em 0 1em 1em;
}


#content-team li {
    float: left;
    width: 33.3%;
}
#content-team li:first-child {
    background-position: 0 0;
}
#content-team li:last-child {
    background-position: 2em 0;
}
.recent-posts-team-inner {
    padding: 1em 1.5em 1em 0;
}
/*
.team-thumbs {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}*/

#content-object,
#content-object img {
    width: 100%;
}
#content-object img {
    vertical-align: middle;
    font-size: 0px;
    line-height: 0;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.iframe_promillerechner {
    width: 100%;
    max-width: 850px;
    height: 480px;
}

/* end .entry-content */
.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px;
    /* images inside wp-caption */
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
    margin: 0;
}

.portfolio-gallery-wrapper {
    margin-bottom: 1.5em;
}

.termine-block {
    position: relative;
    z-index: 50000;
    margin: -112px auto 0;
	width: 100%;
  text-align: center;
}
.open-box,
.termine-box,
.leistungen-box {
  display: inline-block;
	text-align: center;
	color: #FFF;
	background-color: #7d430f;
	padding: 1.5em;
	width: 100%;
}
.termine-box h2,
.termine-box a,
.leistungen-box h2,
.leistungen-box a,
.open-box h2,
.open-box a {
	color: #FFF;
	text-decoration: none;
}
.leistungen-box {
	background-color: #80a51b;
}
.open-box {
	text-align: left;
	background-color: #80a51b;
}
.open-box tr {
	border-bottom: 1px solid #80a51b;
}
.open-box tr:last-child {
	border-bottom: 0 solid #80a51b;
}

#inner-info {
    position: relative;
    margin-top: -144px;
    z-index: 2000;
}
#inner-info .col1of3:first-child {
    padding: 1em 0 1em 0;
}
#inner-info .col1of3 {
    padding: 1em 0;
}
#inner-info .col1of3:last-child {
    padding: 1em 0 1em 0;
}

#inner-info img {
    width: 100%;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
#mainmenu-mobil {
    display: none;
}
.pagination,
.wp-prev-next {
    margin: 1.5em 0;
}

.pagination {
    text-align: center;
}

.pagination ul {
    display: inline-block;
    background-color: white;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px;
}

.pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #eaedf2;
}

.pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #80a51b;
}

.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
    background-color: #80a51b;
    color: white;
}

.pagination .current {
    cursor: default;
    color: #5c6b80;
}

.pagination .current:hover, .pagination .current:focus {
    background-color: white;
    color: #5c6b80;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
    float: left;
}

.wp-prev-next .next-link {
    float: right;
}

/* Search Form */
.header .search-form {
    position: absolute;
    right: 0;
    top: 40px;
}

.header .search-field {
    background-color: transparent;
    background-image: url(../images/search.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 26px 27px;
    border: none;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
}

.header .search-field:focus {
    cursor: text;
    outline: 0;
    width: 230px;
}

.search-form
.search-submit {
    display: none;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-header {
    font-size: 32px;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
    padding: 0.75em;
    margin: 0;
    border-top: 1px solid #f8f9fa;
    /* number of comments span */
}

.commentlist {
    margin: 0;
    list-style-type: none;
}

.comment {
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 1.5em;
    border-bottom: 1px solid #f8f9fa;
    /* vcard */
    /* end .commentlist .vcard */
    /* end children */
    /* general comment classes */
}

.comment .comment-author {
    padding: 7px;
    border: 0;
}

.comment .vcard {
    margin-left: 50px;
}

.comment .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
}

.comment .vcard time {
    display: block;
    font-size: 0.9em;
    font-style: italic;
}

.comment .vcard time a {
    color: #9fa6b4;
    text-decoration: none;
}

.comment .vcard time a:hover {
    text-decoration: underline;
}

.comment .vcard .avatar {
    position: absolute;
    left: 16px;
    border-radius: 50%;
}

.comment:last-child {
    margin-bottom: 0;
}

.comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */
}

.comment[class*=depth-] {
    margin-top: 1.1em;
}

.comment.depth-1 {
    margin-left: 0;
    margin-top: 0;
}

.comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px;
}

.comment.odd {
    background-color: white;
}

.comment.even {
    background: #f8f9fa;
}

/* comment meta */
/* comment content */
.comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
    font-size: 0.9em;
    float: right;
}

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
    font-style: italic;
    margin: 0 7px;
    text-decoration: none;
    font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
    padding: 1.5em;
    border-top: 1px solid #f8f9fa;
}

#reply-title {
    margin: 0;
}

.logged-in-as {
    color: #9fa6b4;
    font-style: italic;
    margin: 0;
}

.logged-in-as a {
    color: #5c6b80;
}

.comment-form-comment {
    margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
    padding: 1.5em;
    background-color: #f8f9fa;
    font-size: 0.9em;
}

/* comment submit button */
#submit {
    float: right;
    font-size: 1em;
}

/* comment form title */
#comment-form-title {
    margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
    margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
    margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
    /* deep nesting */
}

/* Slider */
.sow-slider-base {
    overflow: visible;
}

.sow-slider-pagination {
    display: none !important;
}

.sow-slide-nav {
    display: block !important;
}

.sow-slider-base .sow-slide-nav {
    opacity: 1;
}

.sow-slider-base .sow-slide-nav.sow-slide-nav-prev {
    left: -20px;
    height: 53px;
    width: 53px;
}

.sow-slider-base .sow-sld-icon-thick-left:before {
    content: '';
    background: url("../images/left_arrow.png") 0 0 no-repeat transparent;
    height: 53px;
    width: 53px;
    position: absolute;
    top: 0;
    left: 0;
}

.sow-slider-base .sow-slide-nav.sow-slide-nav-next {
    right: -20px;
    height: 53px;
    width: 53px;
}

.sow-slider-base .sow-sld-icon-thick-right:before {
    content: '';
    background: url("../images/right_arrow.png") 0 0 no-repeat transparent;
    height: 53px;
    width: 53px;
    position: absolute;
    top: 0;
    left: 0;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.cityguide-slider-wrap {
    margin-right: -1em;
    margin-left: -1em;
}

.wkcityguide-item-container {
    margin: 0 1em;
}

.cityguide .entry-content img {
    margin: 0;
}

/*********************
FOOTER STYLES
*********************/
.footer {
    clear: both;
    background-color: #80a51b;
    padding: 2em 0 1em;
    color: #FFFFFF;
}
.footer h3 {
    color: #FFFFFF;
}
.footer img {
    width: 100%;
}

h2.h1:after {
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    /* margin: 0 auto; This will center the border. */
    width: 10%; /* Change this to whatever width you want. */
    padding-top: 0.5em; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #7d430f; /* This creates the border. Replace black with whatever color you want. */
}

#erfolge h2.h1:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 10%;
    padding-top: 0.5em;
    border-bottom: 2px solid #7d430f;
}

.footer span {
    padding-right: 1em;
}

.footer span {
    padding-right: 1em;
}

#menu-footer {
    margin: 0;
}

.footer a,
.footer a:visited,
.footer a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.footer-one ul {
	margin: 3em 0 1em;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.footer-one ul li { display: inline; margin: 0 0.25em;}
.footer-one ul li a { text-decoration: none; text-transform: uppercase;}
.footer-one ul li.current-menu-item a { font-weight: 700;}

.footer-one ul li:before {
    color: #80a51b;
	content: "|";
	display: inline-block;
	margin-right: 0.5em;
}

.footer-one ul li:first-child:before,
.footer-one .children li:before {
	content: "";
	display: none;
}

.footer-one ul li.current_page_item a {
	color: #363636;
}

#menu-page-bottom li {
    float: right;
    padding: 0 0.5em 0 0;
}
#menu-page-bottom li a {
    color: #363636 !important;
    text-decoration: none;
    padding: 0 0.5em 0 0;
}

#menu-page-bottom .menu-item-first li,
#menu-page-bottom .menu-item-first a {
    padding: 0;
}
#menu-page-bottom .menu-item-first .trenner {
    display: none;
}

.copyright {
    font-size: 14px;
}

.copyright {
    padding-top: 1em;
}

.online_terminvergabe {
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    padding: 0.5em;
    display: inline;
}
.online_terminvergabe:hover {
	border-color: #363636;
	color: #363636 !important;
}
.online_terminvergabe a:hover {
	color: #363636 !important;
}

#hund {
	background-color: #80a51b;
	color: #FFF;
}

#hund .col1of2 {
    padding-top: 3em;
    padding-bottom: 2em;
}

#hund  table,
#hund  h2 {
	color: #FFF;
	margin: 0;
}

#hund .wp-block-columns {
    margin-bottom: 0;
}
#hund .entry-content {
    padding:0;
}
#hund .wp-block-column {
    padding: 2em 0 1.5em;
}
.page-id-2 #hund .inner-content {
    padding: 0;
}

.has-text-align-center{text-align:center}
.has-text-align-left{text-align:left}
.has-text-align-right{text-align:right}

/* Full Width Image */
.alignwide {
  /* Set these margins to work with your own theme. */
  margin-left: -80px;
  margin-right: -80px;
  max-width: 100vw !important;
}
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw !important;
}
.alignfull img {
  width: 100vw;
}
.entry-content .wp-block-image.alignfull img,
.wp-block-image.alignfull {
	display: block;
}
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
    /*********************
    NAVIGATION STYLES
    *********************/
    /* .menu is clearfixed inside mixins.scss */
    .menu {
        /* end .menu ul */
    }

    .menu ul {
        /* end .menu ul li */
        /* highlight current page */
        /* end current highlighters */
    }

    .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */
    }

    .menu ul li a {
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */
    }

    /* end .menu */
    /*********************
    POSTS & CONTENT STYLES
    *********************/
    /* entry content */
    .entry-content {
        /* at this larger size, we can start to align images */
    }

    .entry-content .alignleft img, .entry-content img.alignleft img {
        margin-right: 1.5em;
        display: inline;
        float: left;
    }

    .entry-content .alignright img, .entry-content img.alignright img {
        margin-left: 1.5em;
        display: inline;
        float: right;
    }

    .entry-content .aligncenter img, .entry-content img.aligncenter img {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both;
    }

    /* end .entry-content */
    /*********************
    FOOTER STYLES
    *********************/
    /*
    check your menus here. do they look good?
    do they need tweaking?
    */
    /* end .footer-links */
}

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
    /*********************
    GENERAL STYLES
    *********************/
    /*********************
    LAYOUT & GRID STYLES
    *********************/
    .wrap {
        width: 96%;
    }

    /*********************
    HEADER STYLES
    *********************/
    /*********************
    NAVIGATION STYLES
    *********************/
    .nav {
        border: 0;
        /* end .menu ul li */
        /* highlight current page */
        /* end current highlighters */
    }

    .nav ul {
        background: #323944;
        margin-top: 0;
    }

    .nav li {
        float: left;
        position: relative;
        /*
        plan your menus and drop-downs wisely.
        */
        /* showing sub-menus */
    }

    .nav li a {
        border-bottom: 0;
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */
    }

    .nav li a:hover, .nav li a:focus {
        text-decoration: underline;
    }

    .nav li ul.sub-menu,
    .nav li ul.children {
        margin-top: 0;
        border: 1px solid #ccc;
        border-top: 0;
        position: absolute;
        visibility: hidden;
        z-index: 8999;
        /* highlight sub-menu current page */
    }

    .nav li ul.sub-menu li,
    .nav li ul.children li {
        /*
        if you need to go deeper, go nuts
        just remember deeper menus suck
        for usability. k, bai.
        */
    }

    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
        padding-left: 10px;
        border-right: 0;
        display: block;
        width: 180px;
        border-bottom: 1px solid #ccc;
    }

    .nav li ul.sub-menu li:last-child a,
    .nav li ul.children li:last-child a {
        border-bottom: 0;
    }

    .nav li ul.sub-menu li ul,
    .nav li ul.children li ul {
        top: 0;
        left: 100%;
    }

    .nav li:hover > ul {
        top: auto;
        visibility: visible;
    }

    /* end .nav */
    /*********************
    SIDEBARS & ASIDES
    *********************/
    .widgettitle {
        border-bottom: 2px solid #444;
        margin-bottom: 0.75em;
    }

    .widget {
        padding: 0;
        margin: 0;
    }

    .widget ul li {
        margin-bottom: 0.75em;
        /* deep nesting */
    }

    .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em;
    }

    /* links widget */
    /* meta widget */
    /* pages widget */
    /* recent-posts widget */
    /* archives widget */
    /* tag-cloud widget */
    /* calendar widget */
    /* category widget */
    /* recent-comments widget */
    /* search widget */
    /* text widget */
    /*********************
    FOOTER STYLES
    *********************/
    /*
    you'll probably need to do quite a bit
    of overriding here if you styled them for
    mobile. Make sure to double check these!
    */
    .footer-links ul li {
        /*
        be careful with the depth of your menus.
        it's very rare to have multi-depth menus in
        the footer.
        */
    }

    /* end .footer-links */

    #blog_slogan {
        left: 10%;
    }
}

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1024px) {
    .wrap {
        width: 96%;
        max-width: 1140px;
    }

    #blog_slogan {
        left: 30%;
    }

    .header_image_wrapper {
        height: 620px;
    }
}
@media only screen and (max-width: 1024px) {
    #inner-info {
        margin-top: -240px;
    }
}
@media only screen and (max-width: 768px) {
    .header_image_wrapper {
        height: 520px;
    }
    .header_image {
        margin-top: 115px;
    }
}
@media only screen and (max-width: 767px) {
    .header_image_wrapper {
        height: 310px;
    }
}
@media only screen and (max-width: 500px) {
    .header_image_wrapper {
        height: 180px;
    }
}

/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

}

@media print {

    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

    a:after, a:visited:after {
        content: " (" attr(href) ")";
    }

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

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

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

    thead {
        display: table-header-group;
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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

    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none;
    }
}

/* responsive-nav */
.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px;
}

.nav-toggle {
    position: absolute;
    top: 1em;
    right: 0;
    z-index: 5000;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url("../images/hamburger.png") no-repeat 0 0 #000;
    text-indent: -99999em;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.neuigkeiten .entry-title {
    background: url("../images/icon_news_gruen.png") no-repeat 0 0 transparent;
    padding-top: 1.5em;
}
.neuigkeiten .entry-content {
    padding: 0;
}

.footer-one,
.footer-two {
	font-size: 14px;
}
.page-section ul {
	list-style-position: outside;
    margin-left: 0.5em;
}
.page-section li::before {
	content: '- ';
    margin-left: -0.5em;
}

.no_margin .wp-block-column {
	margin: 0;
}
.no_margin .wp-block-column ul {
	margin-right: 16px;
}


@media screen and (min-width: 768px) {
    .hide_desktop {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
    .js .nav-collapse {
        position: relative;
    }

    .js .nav-collapse.closed {
        max-height: none;
    }

    .nav-toggle {
		display: none !important;
	}
}
@media screen and (max-width: 1240px) {
    .slick-prev {
        left: -15px;
    }
    .slick-next {
        right: -15px;
    }
}

@media screen and (max-width: 1024px) {
    .nav li a {
        font-size: 1em;
    }

    .wrap_nav,
    .wrap_postimage {
        width: 100%;
    }
    .article-text-desc {
        width: 75%;
    }

    .article-text-detail {
        width: 25%;
    }
    .slick-list{
        margin: 0 24px;
    }
    .slick-prev {
        left: 15px;
    }
    .slick-next {
        right: 15px;
    }
}

@media screen and (max-width: 860px) {
    .nav li a {
        padding: 19px 6px;
    }

    .wrap_header_menu_t li,
    .wrap_header_menu li {
        float: left;
        width: 48% !important;
        margin: 0 1.5% 8px 0;
    }
    .wrap_header_menu_t li:nth-child(2n),
    .wrap_header_menu li:nth-child(2n) {
        margin: 0 0 8px 1.5% !important;
    }
    .wrap_header_menu_t li:nth-child(3n),
    .wrap_header_menu li:nth-child(3n) {
        margin: 0 1.5% 8px 0;
    }
}

@media screen and (max-width: 768px) {
    .nav-toggle {
        font-size: 21px;
        line-height: 32px;
        padding: 7px 0 7px 24px;
    }
    .nav li.current-page-ancestor a {
        color: #80a51b;
    }

    li.wktravel-item:nth-child(2n+3) {
        clear: left;
    }

    .widget ul li.wktravel-item-small {
        width: 50%;
    }
    .wktravel-item-more {
        font-size: 24px;
    }
    .wktravel-item-text-more {
        line-height: 32px;
    }

    .article-text,
    .article-img {
        width: 100%;
        float: none;
    }
    .article-text .article-content, .article-text .entry-title {
        margin: 0;
    }
    .list {
        padding: 15px 0;
    }
    .footer {
        padding: 28px 0 16px;
    }
    .iframe_promillerechner {
        height: 750px;
    }
    #mainmenu-mobil {
        display: none;
    }

	.entry-content {
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    .hide_mobile {
		display: block !important;
	}
}
@media screen and (max-width: 767px) {
    /* News */
    .col2of3,
    .col1of3,
    .col1of3:last-child,
    #content-news li,
    #content-news li:first-child,
    #content-news li:last-child {
        float: none;
        width: 100%;
        padding: 0;
        background-position: 0 0;
    }
    .d-1of3,
    .t-1of3 {
        margin-bottom: 2em;
    }
    .header {
        color: #FFF;
        position: relative;
    	padding: 0.5em 0 0.25em;
    }
    .logo {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    #pagename {
        padding: 0;
    }
    #mainmenu {
        float: none;
        width: 100%;
        background-color: #FFF;
    }
    #mainmenu ul {
        margin: 0;
    }
    .nav li a {
        padding: 6px 0;
    }
    .nav li.current-menu-item a,
    .nav li.current-page-ancestor a {
        color: #80a51b;
    }
    .nav li.current-menu-item a {
        text-decoration: underline !important;
        color: #363636;
    }
    .header, .home.sticky .header {
        background-color: #FFF;
    }

    #blog_slogan {
        left: 0;
    }

    .col1of2:last-child,
    .col1of2 {
        float: none;
        width: 100%;
        padding: 1em 0;
    }

    .standorte_wrap {
        position: relative;
    }
    #mainmenu,
    #sidebar {
        display: none;
    }
    #mainmenu-mobil {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 500000;
        width: 100%;
        background-color: #000;
    }
    #mainmenu-mobil .wrap_nav {
        width: 94%;
        margin: 0 auto;
    }
    #mainmenu-mobil #menu-main-menue {
       padding: 1em 1em 2em;
    }
    .nav-toggle {
        top: 1em;
        right: 1em;
    }
    .nav li.current-menu-item.menu-item-1178 a.active {
        color: #80a51b;
        text-decoration: none;
    }
    .slick-list .recent-posts-team-inner {
        padding: 1em 2em;
    }
    .header_image {
		margin-top: 0;
	}
	.blog_logo {
    	height: 54px;
    	width: 226px;
	}
    .termine-block {
		margin: 1em auto 0;
	}
    .termine-block,
	#inner-info {
    	width: 94%;
    	margin: -2em auto 0;
	}
	.open-box, .termine-box, .leistungen-box {
		max-width: 100%
	}
	#inner-info .col1of3:first-child {
    	padding: 1em 0 0 0;
	}
	#inner-info .col1of3 {
		padding: 0;
	}
	img {
		width: 100%;
	}
	.wp-block-column {
		margin-bottom: 1em !important;
	}
	.hide_mobile {
		display: none !important;
	}
}

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

    .wrap_header_menu_t {
        display: block;
    }
    .wrap_header_menu {
        display: none;
    }

    .wrap_header_menu_t li,
    .wrap_header_menu li {
        float: none;
        width: 100% !important;
        margin: 0 0 8px 0 !important;
    }
    .wrap_header_menu_t li:nth-child(2n),
    .wrap_header_menu li:nth-child(2n) {
        margin: 0 0 8px 0 !important;
    }
    #img-content {
        height: 350px;
    }
    #blog_slogan {
        position: relative;
        margin-top: 7%;
    }
}

@media screen and (max-width: 480px) {
    .widget ul li.wktravel-item,
    .widget ul li.wktravel-item-small {
        width: 100%;
    }

    .werbe-banner-link,
    .werbe-banner-text,
    .werbe-banner-image {
        float: none;
        width: 100%;
    }

    .list .row div.itemfield,
    .list .row div.descfield {
        width: 100%;
        float: none;
    }
    .inner-content {
        padding: 0.5em 0 1em;
    }
}

@media screen and (max-width: 375px) {
    .wktravel-item-text-more {
        padding-top: 7%;
    }
    .history-back {
        position: relative;
        top: auto;
        left: auto;
    }
    .hentry header {
        padding:5px 0 32px 0;
    }
    .logo a {
        font-size: 16px;
    }

    .telefon-button {
        right: 20px;
    }


    #blog_slogan {
        left: 0;
    }
}

#st_gdpr_iframe {display: none!important;}

/* Promille */
#nav-promille-rechner {
    width: 50%;
    float:left;
}
#content-promille-rechner {
    width: 50%;
    float: left;
}

#maennekken {
    clear: both;
    position: relative;
    margin: 0 auto;
    padding-top: 30px;
}

#counter_passpartout_green {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background: url("../images/passpartout_green_new.png") transparent no-repeat 0 0;
    padding-top: 250px;
    width:157px;
    overflow: hidden;
    z-index: 98;
}

#counter_passpartout_red {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background: url("../images/passpartout_red_new.png") transparent no-repeat 0 2000px;
    padding-top: 250px;
    width:157px;
    z-index: 99;
    overflow: hidden;
}

#counter_img {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 100;
    width:157px;
    text-align: center;
    height: 280px;


}

#counter_result {
    position: absolute;
    margin-left: 0%;
    margin-top: 130px;
    width: 150px;
    z-index: 110;
    overflow: hidden;
    font-size: 1em;
}

#footer-promille-rechner {
    width: 100%;
    clear: both;
    color: #363636;
    text-align: left;
    line-height: 1;
}


#nav ul {
    padding: 0 0 0 5px;
    list-style: none;
    position: relative;
    line-height: 2.5em;

}
#nav li{
    clear: both;
    display: block;

}
.navlabel {
    position: relative;
    width:40%;
    float: left;
    white-space:nowrap;
    color: #363636;
}
.select_for_navlabel {
    position: relative;
    background: transparent;
    width: 60%;
    float: left;

    height: 25px;
    white-space:nowrap;

}
.b_100_percent {
    width: 100%;
    margin: 10px;
    padding-top: 10px;
    text-align: left;
    margin-left: 0;
}

.b_100_percent button {
    padding: 1em;
    line-height: 1.2em;
}

.sel {
    font-size: 0.9em;
    width: 8em;
}
#nav-promille-rechner li div {
    margin-bottom: 0.5em;
}

.warning {
    font-size: 0.75em;
    color: #363636;
}

button {
    color: #FFF;
    background-color: #80a51b;
    font-size: 1em;
    border: 1px solid #80a51b;
    margin-top: 1em;
}

/*
Mobile Grid Styles
*/
@media (max-width: 660px) {
    #nav-promille-rechner,
    #content-promille-rechner {
        width: 100%;
        height: auto;
        float: none;
    }
    #maennekken {
        overflow: inherit;
        height: 290px;
    }
}