@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5 {
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  margin-bottom: -4px;
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  /* 1 */
  line-height: 1.3;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../_webfonts/source-sans-pro-v13-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../_webfonts/source-sans-pro-v13-latin-regular.eot%3F") format("embedded-opentype"), url("../_webfonts/source-sans-pro-v13-latin-regular.woff2") format("woff2"), url("../_webfonts/source-sans-pro-v13-latin-regular.woff") format("woff"), url("../_webfonts/source-sans-pro-v13-latin-regular.ttf") format("truetype"), url("../_webfonts/source-sans-pro-v13-latin-regular.svg") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../_webfonts/source-sans-pro-v13-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("../_webfonts/source-sans-pro-v13-latin-300.eot%3F") format("embedded-opentype"), url("../_webfonts/source-sans-pro-v13-latin-300.woff2") format("woff2"), url("../_webfonts/source-sans-pro-v13-latin-300.woff") format("woff"), url("../_webfonts/source-sans-pro-v13-latin-300.ttf") format("truetype"), url("../_webfonts/source-sans-pro-v13-latin-300.svg") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url("../_webfonts/source-sans-pro-v13-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("../_webfonts/source-sans-pro-v13-latin-600.eot%3F") format("embedded-opentype"), url("../_webfonts/source-sans-pro-v13-latin-600.woff2") format("woff2"), url("../_webfonts/source-sans-pro-v13-latin-600.woff") format("woff"), url("../_webfonts/source-sans-pro-v13-latin-600.ttf") format("truetype"), url("../_webfonts/source-sans-pro-v13-latin-600.svg") format("svg");
  /* Legacy iOS */
}
/*
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*/
html {
  box-sizing: border-box;
}

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

.wrap {
  clear: both;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .wrap {
    padding: 0 15px;
  }
}
.wrap.blueLight {
  background: #e6f5fc;
}
.wrap.greenLight {
  background: #f3f7ea;
}
.wrap.yellowLight {
  background: #fffae6;
}
.wrap.blueLightTriangle {
  position: relative;
  margin-top: 20px;
  margin-bottom: 120px;
  padding-top: 40px;
  background: #e6f5fc;
}
.wrap.blueLightTriangle:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -85px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 1500px;
  height: 90px;
  background: url(../_images/backgrounds/triangle_blueLight.svg) no-repeat center bottom;
  background-size: 100% auto;
}
.wrap.greenLightTriangle {
  position: relative;
  margin-top: 20px;
  margin-bottom: 120px;
  padding-top: 40px;
  background: #f3f7ea;
}
.wrap.greenLightTriangle:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -85px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 1500px;
  height: 90px;
  background: url(../_images/backgrounds/triangle_blueLight.svg) no-repeat center bottom;
  background-size: 100% auto;
  background-image: url(../_images/backgrounds/triangle_greenLight.svg);
}

.row {
  display: -ms-grid;
  display: grid;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.column {
  *zoom: 1;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.column:before, .column:after {
  content: " ";
  display: table;
}
.column:after {
  clear: both;
}
@media screen and (min-width: 1024px) {
  .column.contentNarrow {
    width: 75%;
  }
}

.row .row {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 720px) {
  .row .row .column {
    padding: 0 15px;
  }
}
@media screen and (min-width: 720px) {
  .row .row.twoCol-1-1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .row .row.twoCol-1-1 .column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .row .row.twoCol-1-1 .column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
}
@media screen and (min-width: 720px) {
  .row .row.twoCol-1-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
@media screen and (min-width: 768px) {
  .row .row.twoCol-1-2 {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (min-width: 720px) {
  .row .row.twoCol-1-2 .column:nth-child(1) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    order: 2;
  }
}
@media screen and (min-width: 720px) {
  .row .row.twoCol-1-2 .column:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    order: 1;
  }
}
@media screen and (min-width: 720px) {
  .row .row.threeCol {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .row .row.threeCol .column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .row .row.threeCol .column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .row .row.threeCol .column:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
}

@media screen and (min-width: 720px) {
  .twoColAuto {
    column-count: 2;
    column-gap: 60px;
  }
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
}

body {
  height: 100%;
  color: #000;
  text-align: center;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

video {
  width: 100% !important;
  height: auto !important;
  margin: 10px 0 20px 0;
  line-height: 1;
}

.ie9 img[src*=".svg"] {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}
iframe {
  max-width: 100%;
  overflow: scroll;
  margin: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 (height/width) */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0px 0 10px 0;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

::-moz-selection {
  color: #fff;
  background: #89aa28;
}

::selection {
  color: #fff;
  background: #89aa28;
}

a {
  color: #009fe3;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}
a:hover {
  cursor: pointer;
  color: #89aa28;
}
a.bold {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000;
}
a.bold:hover {
  color: #f39200;
}
a.more {
  position: relative;
  display: block;
  margin: 15px 0;
  padding: 15px 75px 17px 20px;
  background: url(../_images/backgrounds/a_more.svg) no-repeat left top;
  background-size: 100% 99%;
  color: #000;
  font-size: 18px;
}
a.more:after {
  content: "";
  position: absolute;
  width: 23px;
  height: 17px;
  top: 19px;
  right: 28px;
  background: url(../_images/icons/arrow_grey.svg) no-repeat center center;
  background-size: auto 100%;
}
a.more:hover {
  background-image: url(../_images/backgrounds/a_more_hover.svg);
  color: #608d33;
}
a.more:hover:after {
  background-image: url(../_images/icons/arrow_greenDark.svg);
}
a.button {
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 24px 30px 31px 29px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  background: no-repeat center center;
  background-size: auto 100%;
  -webkit-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -moz-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -ms-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -o-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
}
a.button.animate {
  margin: 10px auto;
  padding: 14px 30px 21px 29px;
  background-size: auto 100%;
}
a.button:hover {
  background-size: auto 110%;
}
a.buttonGreen {
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 24px 30px 31px 29px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  background: no-repeat center center;
  background-size: auto 100%;
  -webkit-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -moz-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -ms-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -o-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  background-image: url(../_images/backgrounds/buttonGreen.svg);
}
a.buttonGreen.animate {
  margin: 10px auto;
  padding: 14px 30px 21px 29px;
  background-size: auto 100%;
}
a.buttonGreen:hover {
  background-size: auto 110%;
  background-image: url(../_images/backgrounds/buttonGreenDark.svg);
  color: #f3f7ea;
}
a.buttonYellow {
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 24px 30px 31px 29px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  background: no-repeat center center;
  background-size: auto 100%;
  -webkit-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -moz-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -ms-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -o-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  background-image: url(../_images/backgrounds/buttonYellowDark.svg);
}
a.buttonYellow.animate {
  margin: 10px auto;
  padding: 14px 30px 21px 29px;
  background-size: auto 100%;
}
a.buttonYellow:hover {
  background-image: url(../_images/backgrounds/buttonOrange.svg);
  color: #fffae6;
  background-size: auto 110%;
}
a.buttonBlue {
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 24px 30px 31px 29px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background: no-repeat center center;
  background-size: auto 100%;
  -webkit-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -moz-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -ms-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -o-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  background-image: url(../_images/backgrounds/buttonBlue.svg);
}
a.buttonBlue.animate {
  margin: 10px auto;
  padding: 14px 30px 21px 29px;
  background-size: auto 100%;
}
a.buttonBlue:hover {
  background-image: url(../_images/backgrounds/buttonBlueDark.svg);
  color: #e6f5fc;
  background-size: auto 110%;
}

h1 {
  margin: 0px auto 10px auto;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  color: #000;
}

h2 {
  margin: 10px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  color: #000;
}

h3 {
  margin: 40px 0 15px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
h3.noMargin {
  margin-bottom: 0;
  margin-top: 15px;
}

p {
  margin: 0 0 15px 0;
}

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

#content ul, .cke_editable ul {
  margin: 0 0 30px 0;
}
#content ul li, .cke_editable ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 24px;
}
#content ul li:before, .cke_editable ul li:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 1px;
  top: 5px;
  background: url(../_images/icons/list_orange.svg) no-repeat left top;
}

#content .greenLightTriangle ul li:before {
  background-image: url(../_images/icons/list_green.svg);
}

#content ol, .cke_editable ol {
  margin: 0 0 30px 0;
  padding-left: 12px;
  list-style-type: decimal;
}
#content ol li, .cke_editable ol li {
  margin-bottom: 15px;
  padding-left: 5px;
}

strong, b {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
}

em, i {
  font-style: italic;
}

.divider, hr {
  clear: both;
  position: relative;
  display: block;
  width: calc(100% - 30px);
  height: 1px !important;
  margin: 60px 15px 20px 15px;
  padding: 0 !important;
  border: 0;
  font-size: 0;
  line-height: 0;
  background: #666666;
}

address {
  margin: 0 0 15px 0;
  font-style: normal;
}

figure {
  margin: 0 0 10px 0;
}
figure figcaption {
  display: block;
  margin: 3px auto 10px auto;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
}

dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 25px 0;
}
dl dt {
  margin: 0 0 5px 0;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}
@media screen and (min-width: 320px) {
  dl dt {
    clear: both;
    float: left;
    width: 42%;
    margin-bottom: 0px;
    padding-right: 10px;
  }
}
dl dd {
  margin: 0 0 5px 0;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}
@media screen and (min-width: 320px) {
  dl dd {
    float: right;
    width: 58%;
    margin-bottom: 0px;
  }
}

.text-right, .ce-headline-right {
  text-align: right;
}

.text-center, .ce-headline-center, .center {
  text-align: center;
}

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

.selectWrapper {
  position: relative;
  margin: 15px 0;
  padding: 0;
}
.selectWrapper:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.selectWrapper:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.selectWrapper::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 17px;
  top: 18px;
  right: 28px;
  background: url(../_images/icons/arrow_grey.svg) no-repeat center center;
  background-size: auto 100%;
  pointer-events: none;
}
.selectWrapper select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 55px;
  margin: 0;
  padding: 15px 75px 17px 20px;
  background: url(../_images/backgrounds/a_more.svg) no-repeat left top;
  background-size: 100% 99%;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  cursor: pointer;
}
.selectWrapper select::-ms-expand {
  display: none;
}
.selectWrapper select:focus::-ms-value {
  background-color: transparent;
  color: #000;
}
.selectWrapper option {
  padding: 10px 20px;
  line-height: 1.5;
  background: #fff;
  color: #000 !important;
}
.selectWrapper:hover:before {
  background-image: url(../_images/icons/arrow_greenDark.svg);
}
.selectWrapper:hover select {
  background-image: url(../_images/backgrounds/a_more_hover.svg);
  color: #608d33;
}

ul.f3-widget-paginator {
  margin: 20px 0px;
}
ul.f3-widget-paginator li {
  display: inline-block;
  text-align: center;
  width: 28px;
  height: 28px;
  margin: 0 8px 0 0;
  padding: 0;
  background: #fff;
  text-align: center;
  padding-left: 0 !important;
}
ul.f3-widget-paginator li:before {
  display: none;
}
ul.f3-widget-paginator li a, ul.f3-widget-paginator li.current {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  padding-top: 3px;
  border: 1px solid #608d33;
  color: #000;
  font-size: 16px;
}
ul.f3-widget-paginator li.current {
  background-color: #89aa28;
  border-color: #89aa28;
  color: #fff;
}
ul.f3-widget-paginator li a:hover {
  border-color: #89aa28;
  color: #89aa28;
  background: #e6e6e6;
}
.visuallyHidden, .hiddenHeading, .sr-only {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
}

.navSkip {
  position: relative;
  z-index: 9;
}
.navSkip a {
  -webkit-transition: color 0 ease-out, background-color 0 ease-out, opacity 0 ease-out, border-color 0 ease-out, box-shadow 0 ease-out, margin 0 ease-out;
  -moz-transition: color 0 ease-out, background-color 0 ease-out, opacity 0 ease-out, border-color 0 ease-out, box-shadow 0 ease-out, margin 0 ease-out;
  -ms-transition: color 0 ease-out, background-color 0 ease-out, opacity 0 ease-out, border-color 0 ease-out, box-shadow 0 ease-out, margin 0 ease-out;
  -o-transition: color 0 ease-out, background-color 0 ease-out, opacity 0 ease-out, border-color 0 ease-out, box-shadow 0 ease-out, margin 0 ease-out;
  transition: color 0 ease-out, background-color 0 ease-out, opacity 0 ease-out, border-color 0 ease-out, box-shadow 0 ease-out, margin 0 ease-out;
}
.navSkip a:active, .navSkip a:focus {
  position: absolute;
  z-index: 9;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  margin: 0px;
  padding: 15px;
  overflow: visible;
  clip: auto;
  color: #fff;
  background: none repeat scroll 0 0 #89aa28;
}

header.wrap {
  z-index: 3;
}
@media screen and (max-width: 1279px) {
  header.wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
header.wrap .row {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: 1fr 1fr 1fr auto;
  grid-template-rows: 1fr 1fr 1fr auto;
  padding: 0;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@media screen and (min-width: 1024px) {
  header.wrap .row {
    -ms-grid-columns: 2fr 7fr 3fr;
    grid-template-columns: 2fr 7fr 3fr;
    -ms-grid-rows: 90px auto;
    grid-template-rows: 90px auto;
  }
}
header.wrap .logo {
  order: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  -ms-grid-column: 1;
  padding-top: 23px;
  padding-left: 30px;
  align-self: center;
}
@media screen and (min-width: 1024px) {
  header.wrap .logo {
    /*
    			-ms-grid-row: 1;
    			-ms-grid-row-span: 2;
    			grid-row: 1 / span 2;
    */
    padding-top: 34px;
    padding-left: 0;
  }
}
header.wrap .logo img {
  width: 187px;
}
@media screen and (min-width: 1024px) {
  header.wrap .logo img {
    width: 187px;
  }
}
header.wrap .logoDVL {
  order: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-right: 20px;
}
@media screen and (min-width: 1024px) {
  header.wrap .logoDVL {
    order: 3;
    -ms-grid-column: 3;
    padding-right: 0;
    text-align: right;
  }
}
header.wrap .logoDVL img {
  width: 75%;
  max-width: 240px !important;
  margin: 8px auto 0 auto;
}
@media screen and (min-width: 1024px) {
  header.wrap .logoDVL img {
    width: 193px;
    margin-top: 0px;
  }
}
header.wrap .navInfo {
  order: 3;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  padding: 5px 0 27px 0;
}
header.wrap .navInfo a.active {
  color: #666666;
}
@media screen and (max-width: 1023px) {
  header.wrap .navInfo {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    background: url(../_images/backgrounds/navInfo_mobil_content.png) no-repeat;
    background-size: auto 150px;
    padding-left: 18px;
  }
  #index header.wrap .navInfo {
    background-image: url(../_images/backgrounds/navInfo_mobil_index.png);
  }
  header.wrap .navInfo ul {
    display: none;
  }
}
@media screen and (min-width: 590px) {
  header.wrap .navInfo {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  header.wrap .navInfo {
    order: 2;
    padding-top: 30px;
    text-align: right;
  }
}
header.wrap .navInfo li {
  position: relative;
  display: inline-block;
  padding-right: 18px;
}
header.wrap .navInfo li:after {
  content: "|";
  position: absolute;
  top: -2px;
  right: 6px;
}
header.wrap .navInfo li:last-child {
  padding-right: 0;
}
header.wrap .navInfo li:last-child:after {
  display: none;
}
header.wrap .navInfo li a {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
header.wrap .navInfo li a:hover {
  color: #89aa28;
}
header.wrap .navMainToggle {
  position: relative;
  order: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  -ms-grid-row: 3;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  header.wrap .navMainToggle {
    order: 5;
    display: none;
  }
}
header.wrap .navMain {
  order: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  -ms-grid-row: 4;
}
@media screen and (min-width: 1024px) {
  header.wrap .navMain {
    order: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
    -ms-grid-row: 2;
  }
}

main {
  z-index: 1;
}
main .row {
  width: 1100px;
}
@media screen and (min-width: 1024px) {
  main {
    padding-top: 135px;
  }
  #index main {
    padding-top: 167px;
  }
}

@media screen and (max-width: 1279px) {
  footer.wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
footer.wrap .row {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  padding-top: 40px;
  background: url(../_images/backgrounds/footer_mobil.png) no-repeat right bottom;
}
@media screen and (min-width: 590px) {
  footer.wrap .row {
    background: url(../_images/backgrounds/footer_desktop.png) no-repeat right bottom;
  }
}
@media screen and (min-width: 768px) {
  footer.wrap .row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  footer.wrap .row {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (min-width: 768px) {
  footer.wrap .row .column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    padding-bottom: 15px;
  }
}
footer.wrap .row .column:nth-child(2) {
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer.wrap .row .column:nth-child(2) {
    padding-top: 40px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  footer.wrap .row .column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    display: grid;
    align-items: flex-end;
  }
}
footer.wrap .row .column:nth-child(2) a {
  display: block;
}
footer.wrap .row .column:nth-child(2) img {
  margin: 40px 23px 0 15px;
}
footer.wrap .row p {
  font-size: 12px;
}
footer.wrap .row a {
  color: #000;
}
footer.wrap .row a:hover {
  color: #89aa28;
}
footer.wrap .row .promoter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 174fr 254fr;
  grid-template-columns: 174fr 254fr;
}
footer.wrap .row .promoter a:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  padding-right: 8px;
  align-self: flex-end;
}
footer.wrap .row .promoter a:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  padding-left: 8px;
  align-self: flex-end;
}

/*
.toTop {
	position: fixed;
	display: none;
	bottom: 20px;
	right: 20px;

	@include x-large-min {
		bottom: 180px;
		right: 10px;
	}

	.scrollToTop {
		float: right;
		width: 40px;
		height: 40px;
		border: 1px solid $white;
		@include indent;
		background: $green url(../_images/icons/arrow_top_white.png) no-repeat center center;
		@include transition;

		&:hover {
			background-color: $greenDark;
			cursor: pointer;
		}
	}	
}
*/
.animateImage img, .animateImage .imagemap {
  transform: scale(1.02);
  margin: 0px 10px 0px -10px;
  -webkit-transition: all 1.2s ease-out 0.1s;
  -moz-transition: all 1.2s ease-out 0.1s;
  -ms-transition: all 1.2s ease-out 0.1s;
  -o-transition: all 1.2s ease-out 0.1s;
  transition: all 1.2s ease-out 0.1s;
}
.animateImage img.animate, .animateImage .imagemap.animate {
  transform: scale(1);
  margin: 0;
}

section.newsList:nth-child(4n+1) .animateImage img {
  -webkit-transition: all 0.5s ease-in 0.1s;
  -moz-transition: all 0.5s ease-in 0.1s;
  -ms-transition: all 0.5s ease-in 0.1s;
  -o-transition: all 0.5s ease-in 0.1s;
  transition: all 0.5s ease-in 0.1s;
}
section.newsList:nth-child(4n+2) .animateImage img {
  -webkit-transition: all 0.5s ease-in 0.3s;
  -moz-transition: all 0.5s ease-in 0.3s;
  -ms-transition: all 0.5s ease-in 0.3s;
  -o-transition: all 0.5s ease-in 0.3s;
  transition: all 0.5s ease-in 0.3s;
}
section.newsList:nth-child(4n+3) .animateImage img {
  -webkit-transition: all 0.5s ease-in 0.5s;
  -moz-transition: all 0.5s ease-in 0.5s;
  -ms-transition: all 0.5s ease-in 0.5s;
  -o-transition: all 0.5s ease-in 0.5s;
  transition: all 0.5s ease-in 0.5s;
}
section.newsList:nth-child(4n+4) .animateImage img {
  -webkit-transition: all 0.5s ease-in 0.6s;
  -moz-transition: all 0.5s ease-in 0.6s;
  -ms-transition: all 0.5s ease-in 0.6s;
  -o-transition: all 0.5s ease-in 0.6s;
  transition: all 0.5s ease-in 0.6s;
}

.ce-textpic .ce-gallery {
  width: 100%;
}
.ce-textpic .ce-gallery div {
  width: 100%;
}
.ce-textpic img[src$=".svg"] {
  width: 100% !important;
  height: auto !important;
}

.ce-textpic.ce-right.ce-intext.ce-nowrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 50px auto;
  padding: 0;
  grid-column-gap: 30px;
}
@media screen and (min-width: 720px) {
  .ce-textpic.ce-right.ce-intext.ce-nowrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
  order: 1;
}
@media screen and (min-width: 720px) {
  .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    order: 2;
    padding: 0 15px 0 0;
  }
}
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
  order: 2;
}
@media screen and (min-width: 720px) {
  .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    order: 1;
    padding: 0 30px 0 15px;
  }
}

.ce-textpic.ce-left.ce-intext.ce-nowrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 50px auto;
  padding: 0;
  grid-column-gap: 30px;
}
@media screen and (min-width: 720px) {
  .ce-textpic.ce-left.ce-intext.ce-nowrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
  order: 1;
}
@media screen and (min-width: 720px) {
  .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    order: 1;
    padding: 0 0 0 15px;
  }
}
.ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
  order: 2;
}
@media screen and (min-width: 720px) {
  .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    order: 2;
    padding: 0 15px 0 30px;
  }
}

.ce-gallery[data-ce-columns="2"] .ce-row {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 30px;
}
@media screen and (min-width: 720px) {
  .ce-gallery[data-ce-columns="2"] .ce-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .ce-gallery[data-ce-columns="2"] .ce-row .ce-column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="2"] .ce-row .ce-column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
}

.ce-gallery[data-ce-columns="3"] .ce-row {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 30px;
}
@media screen and (min-width: 720px) {
  .ce-gallery[data-ce-columns="3"] .ce-row {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .ce-gallery[data-ce-columns="3"] .ce-row .ce-column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="3"] .ce-row .ce-column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="3"] .ce-row .ce-column:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
}

.ce-gallery[data-ce-columns="4"] .ce-row {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 30px;
}
@media screen and (min-width: 720px) {
  .ce-gallery[data-ce-columns="4"] .ce-row {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }
}

.frame-space-before-extra-small {
  margin-top: 15px !important;
}

.frame-space-before-small {
  margin-top: 30px !important;
}

.frame-space-before-medium {
  margin-top: 45px !important;
}

.frame-space-before-large {
  margin-top: 60px !important;
}

.frame-space-before-extra-large {
  margin-top: 75px !important;
}

.frame-space-after-extra-small {
  margin-bottom: 15px !important;
}

.frame-space-after-small {
  margin-bottom: 30px !important;
}

.frame-space-after-medium {
  margin-bottom: 45px !important;
}

.frame-space-after-large {
  margin-bottom: 60px !important;
}

.frame-space-after-extra-large {
  margin-bottom: 75px !important;
}

img.partner {
  margin: 10px;
}

.twoCol-1-1.imageFluid img, .twoCol-1-1.imageFluid .imagemap {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.twoCol-1-1.imageFluid.imageLeft .medium-1-2:nth-child(1) {
  width: calc(100% + 90px);
  margin-left: -90px;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 720px) {
  .twoCol-1-1.imageFluid.imageLeft .medium-1-2:nth-child(2) {
    display: grid;
    align-items: center;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.twoCol-1-1.imageFluid.imageLeft img, .twoCol-1-1.imageFluid.imageLeft .imagemap {
  margin-left: -15px;
}
.twoCol-1-1.imageFluid.imageLeft figcaption {
  margin-left: 90px;
}
.twoCol-1-1.imageFluid.imageRight .medium-1-2:nth-child(1) {
  width: calc(100% + 90px);
  margin-right: -90px;
}
@media screen and (min-width: 720px) {
  .twoCol-1-1.imageFluid.imageRight .medium-1-2:nth-child(1) {
    order: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 720px) {
  .twoCol-1-1.imageFluid.imageRight .medium-1-2:nth-child(2) {
    display: grid;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    order: 1;
    align-items: center;
  }
}
.twoCol-1-1.imageFluid.imageRight img, .twoCol-1-1.imageFluid.imageRight .imagemap {
  margin-left: 15px;
}
.twoCol-1-1.imageFluid.imageRight figcaption {
  margin-right: 90px;
  text-align: right;
}
.twoCol-1-1.imageFluid.animate img, .twoCol-1-1.imageFluid.animate .imagemap {
  margin-left: 0;
}

.teaser a {
  display: block;
  margin-bottom: 30px;
  padding: 15px 15px 5px 15px;
  background-color: #fffae6;
}
.teaser a h2 {
  margin-top: 0;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}
.teaser a p {
  color: #000;
}
.teaser a .teaserImage {
  overflow: hidden;
  margin: 30px 0 10px 0;
}
.teaser a img {
  opacity: 0.1;
  -webkit-transition: all 0.4s ease-in 0.05s;
  -moz-transition: all 0.4s ease-in 0.05s;
  -ms-transition: all 0.4s ease-in 0.05s;
  -o-transition: all 0.4s ease-in 0.05s;
  transition: all 0.4s ease-in 0.05s;
}
.teaser a span {
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 24px 30px 31px 29px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  background: no-repeat center center;
  background-size: auto 100%;
  -webkit-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -moz-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -ms-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -o-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  background-image: url(../_images/backgrounds/buttonGreen.svg);
  padding-right: 50px;
  color: #fff;
  text-align: right;
  background-position: right center;
  background-size: 200px 80px;
}
.teaser a span.animate {
  margin: 10px auto;
  padding: 14px 30px 21px 29px;
  background-size: auto 100%;
}
.teaser a span:hover {
  background-size: auto 110%;
  background-image: url(../_images/backgrounds/buttonGreenDark.svg);
  color: #f3f7ea;
}
.teaser a.animate img {
  opacity: 1;
}
.teaser a.animate span {
  margin: 10px 0 0 0;
  padding: 14px 50px 21px 29px;
  background-position: right center;
  background-size: 180px 60px;
}
.teaser a:hover h2 {
  color: #608d33;
}
.teaser a:hover img {
  transform: scale(1.02);
}
.teaser a:hover span {
  color: #f3f7ea;
  background-image: url(../_images/backgrounds/buttonGreenDark.svg);
  background-size: 185px 70px;
}

.gallery {
  margin: 40px 0;
}
.gallery .slider figure {
  position: relative;
  margin: 0;
}
.gallery .slider figure figcaption {
  position: absolute;
  display: block;
  width: 100%;
  bottom: -10px;
  left: 0;
  padding: 5px 15px;
  background: rgba(255, 224, 102, 0.7);
}

.imagemap {
  position: relative;
}
.imagemap .svginside {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.imagemap .svginside canvas {
  display: block;
  width: 100% !important;
  visibility: hidden;
}
.imagemap .svginside svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.imagemap .svginside svg path {
  fill: transparent;
}
.imagemap .tooltip {
  position: absolute;
  display: none;
  padding: 2px 10px;
  opacity: 0;
  color: #000;
  background: #cede86;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.imagemap .tooltip.show {
  opacity: 1;
  display: block;
}
.imagemap .tooltip.tooltip01 {
  top: 31.5%;
  left: 40%;
}
.imagemap .tooltip.tooltip02 {
  top: 19%;
  left: 0%;
}
.imagemap .tooltip.tooltip03 {
  top: 61.5%;
  left: 24.5%;
}
.imagemap .tooltip.tooltip04 {
  top: 22%;
  left: 24%;
}
.imagemap .tooltip.tooltip05 {
  top: 22%;
  left: 34.5%;
}
.imagemap .tooltip.tooltip06 {
  top: 73%;
  left: 50%;
}
.imagemap .tooltip.tooltip07 {
  top: 61%;
  left: 32.5%;
}
.imagemap .tooltip.tooltip08 {
  top: 54%;
  left: 19%;
}
.imagemap .tooltip.tooltip09 {
  top: 52%;
  left: 48%;
}
.imagemap .tooltip.tooltip10 {
  top: 48%;
  left: 19.5%;
}
.imagemap .tooltip.tooltip11 {
  top: 67%;
  left: 40%;
}
.imagemap .tooltip.tooltip12 {
  top: 59%;
  left: 39.5%;
}
.imagemap .tooltip.tooltip13 {
  top: 49%;
  left: 37.5%;
}
.imagemap .tooltip.tooltip14 {
  top: 18%;
  left: 4%;
}
.imagemap .tooltip.tooltip15 {
  top: 74%;
  left: 38%;
}
.imagemap .tooltip.tooltip16 {
  top: 36.5%;
  left: 15%;
}
.imagemap .tooltip.tooltip17 {
  top: 73%;
  left: 44%;
}
.imagemap .tooltip.tooltip18 {
  top: 58%;
  left: 54.5%;
}
.imagemap .tooltip.tooltip19 {
  top: 46%;
  left: 46.5%;
}
.imagemap .tooltip.tooltip20 {
  top: 66.5%;
  left: 15.5%;
}
.imagemap .tooltip.tooltip21 {
  top: 58.1%;
  left: 22.9%;
}
.imagemap .tooltip.tooltip22 {
  top: 63.5%;
  left: 52.5%;
}
.imagemap .tooltip.tooltip23 {
  top: 60.8%;
  left: 4%;
}
.imagemap .tooltip.tooltip24 {
  top: 47.5%;
  left: 31.5%;
}
.imagemap .tooltip.tooltip25 {
  top: 63%;
  left: 17%;
}
.imagemap .tooltip.tooltip26 {
  top: 14.6%;
  left: 41.5%;
}
.imagemap .tooltip.tooltip27 {
  top: 80.5%;
  left: 10.5%;
}
.imagemap .tooltip.tooltip28 {
  top: 19%;
  left: 26.8%;
}
.imagemap .tooltip.tooltip29 {
  top: 64%;
  left: 47%;
}
.imagemap .tooltip.tooltip30 {
  top: 38%;
  left: 25%;
}

@media screen and (max-width: 1023px) {
  #navMainToggle {
    position: absolute;
    width: 50px;
    height: 36px;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #navMainToggle:before, #navMainToggle:after {
    content: ">";
    display: block;
    height: 6px;
    width: 100%;
    margin-top: 6px;
    background: #608d33;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 999em;
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
    -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
    -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
    -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  }
  #navMainToggle span {
    position: relative;
    display: block;
    height: 6px;
    width: 100%;
    margin-top: 6px;
    background: #608d33;
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
    -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
    -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
    -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  }
  #navMainToggle span:after {
    content: "Menü";
    position: absolute;
    top: -16px;
    left: 65px;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 37px;
    text-transform: uppercase;
    color: #608d33;
  }
  #navMainToggle:hover {
    cursor: pointer;
  }
  #navMainToggle:hover:before, #navMainToggle:hover:after, #navMainToggle:hover span {
    background: #f39200;
  }
  #navMainToggle:hover span:after {
    color: #f39200;
  }

  .navMain {
    max-height: 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    padding-bottom: 85px;
  }
  .navMainActive .navMain {
    max-height: 2000px;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) and (max-width: 719px) {
  .navMainActive .navMain {
    max-height: 1000px;
  }
}
@media screen and (max-width: 1023px) {
  .navMain ul {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 20px 0 0 0;
    background: #ffe066;
  }
  .navMain ul:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 1500px;
    height: 90px;
    background: url(../_images/backgrounds/triangle_yellow.svg) no-repeat center bottom;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1023px) {
  .navMain li {
    display: block;
  }
  .navMain li a {
    display: block;
    margin-bottom: 3px;
    padding: 8px 30px 8px 45px;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
  }
  .navMain li a:hover {
    color: #89aa28;
  }
  .navMain li.navInfoMobileFirst:before {
    content: "";
    display: block;
    width: 45px;
    height: 1px;
    margin: 15px 0px 20px 45px;
    background: #fff;
  }
  .navMain li span {
    display: none;
    /*
    				margin-bottom: 3px;
    				padding: 8px 30px 8px 45px;
    				color: $default;
    				@include fontSemibold;
    				font-size: 20px;
    				text-transform: uppercase;
    */
  }
}
@media screen and (max-width: 1023px) {
  .navMain ul ul {
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
  }
  .navMain ul ul li a {
    padding-left: 75px;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
  }
}
@media screen and (min-width: 1024px) {
  .navMain {
    position: relative;
    padding-right: 48px;
    text-align: right;
  }
  .navMain:after {
    content: "";
    position: absolute;
    z-index: -2;
    width: 1029px !important;
    max-width: calc(100vw - 230px) !important;
    height: 230px;
    top: 0;
    background: url(../_images/backgrounds/navMain_content.png) no-repeat right top;
    background-size: 100% auto;
  }
  #index .navMain:after {
    height: 230px;
    background-image: url(../_images/backgrounds/navMain_index.png);
  }
  .navMain .navInfoMobile {
    display: none;
  }
  .navMain li {
    position: relative;
    display: inline-block;
    margin: 9px 9px 0 9px;
  }
  .navMain li a {
    position: relative;
    display: block;
    min-width: 100px;
    padding: 26px 3px 31px 3px;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .navMain li a {
    min-width: 135px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .navMain li a:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 135px;
    height: 100px;
    top: 10px;
    left: -10px;
    background: url(../_images/backgrounds/navMain_li.svg) no-repeat right top;
    background-size: 100% auto;
    opacity: 0;
    transform: scale(0.85);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .navMain li a:after {
    width: 182px;
    top: 1px;
    left: -23px;
  }
}
@media screen and (min-width: 1024px) {
  .navMain li a:hover:after, .navMain li a.active:after {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .navMain li:hover a:after, .navMain li.active a:after {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .navMain li:nth-child(4n+3) a:after {
    width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .navMain li:nth-child(2) a:after {
    width: 267px;
    left: -22px;
    top: 5px;
    background-image: url(../_images/backgrounds/navMain_li_2.svg);
  }
}
@media screen and (min-width: 1024px) {
  .navMain li:nth-child(4n+1) a:hover:after, .navMain li.active:nth-child(4n+1) a:after, .navMain li:nth-child(4n+1):hover a:after {
    transform: scale(1) rotate(-6deg);
  }
}
@media screen and (min-width: 1024px) {
  .navMain li:nth-child(4n+2) a:hover:after, .navMain li.active:nth-child(4n+2) a:after, .navMain li:nth-child(4n+2):hover a:after {
    transform: scale(1) rotate(2deg);
  }
}
@media screen and (min-width: 1024px) {
  .navMain li:nth-child(4n+3) a:hover:after, .navMain li.active:nth-child(4n+3) a:after, .navMain li:nth-child(4n+3):hover a:after {
    transform: scale(1) rotate(-5deg);
  }
}
@media screen and (min-width: 1024px) {
  .navMain li:nth-child(4n+4) a:hover:after, .navMain li.active:nth-child(4n+4) a:after, .navMain li:nth-child(4n+4):hover a:after {
    transform: scale(1) rotate(4deg);
  }
}
@media screen and (min-width: 1024px) {
  .navMain li span {
    display: block;
    padding: 26px 3px 31px 3px;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .navMain li span {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .navMain ul ul {
    position: absolute;
    overflow: hidden;
    z-index: 990;
    min-width: 270px;
    max-height: 0;
    top: 71px;
    left: 0px;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease-out 0.001s;
    -moz-transition: all 0.5s ease-out 0.001s;
    -ms-transition: all 0.5s ease-out 0.001s;
    -o-transition: all 0.5s ease-out 0.001s;
    transition: all 0.5s ease-out 0.001s;
    text-align: left;
  }
  .navMain ul ul li {
    display: block;
    margin: 0 0 8px 0;
  }
  .navMain ul ul li a {
    padding: 5px 15px 6px 15px;
    background: #ffeea9;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    text-align: left;
  }
  .navMain ul ul li a:after {
    display: none;
  }
  .navMain ul ul li a:hover {
    background: #fffae6;
  }
}
@media screen and (min-width: 1024px) {
  .navMain li:hover > ul {
    max-height: 1000px;
    z-index: 999;
    -webkit-transition: max-height 2.5s ease-out 0.001s;
    -moz-transition: max-height 2.5s ease-out 0.001s;
    -ms-transition: max-height 2.5s ease-out 0.001s;
    -o-transition: max-height 2.5s ease-out 0.001s;
    transition: max-height 2.5s ease-out 0.001s;
  }
}
/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("http://www.natuerlichbayern.de/fileadmin/templates/_webfonts/flexslider-icon.eot");
  src: url("http://www.natuerlichbayern.de/fileadmin/templates/_webfonts/flexslider-icon.eot?") format("embedded-opentype"), url("http://www.natuerlichbayern.de/fileadmin/templates/_webfonts/flexslider-icon.woff") format("woff"), url("../_webfonts/flexslider-icon.ttf") format("truetype"), url("../_webfonts/flexslider-icon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 0px 0;
  position: relative;
  zoom: 1;
  overflow: hidden;
}
.flexslider li {
  padding-left: 0 !important;
}
.flexslider li:before {
  display: none;
}

.flexslider .slides {
  zoom: 1;
}

#content .flexslider ul {
  margin: 0 0 2px 0;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
#carousel {
  margin-bottom: 30px;
}
#carousel li img {
  opacity: 0.5;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}
#carousel li img:hover {
  opacity: 1;
}
#carousel li.flex-active-slide img {
  opacity: 1;
}

.flex-direction-nav {
  *height: 0;
}

#content ul.flex-direction-nav li {
  position: static;
  margin: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 45px;
  height: calc(100% - 15px);
  margin: 0;
  position: absolute;
  z-index: 999;
  top: 0;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: url(../_images/icons/arrow_white.svg) center center no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 999em;
}
.flex-direction-nav a:before {
  display: none;
}

.flex-direction-nav .flex-prev {
  left: 0px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 0px;
  background: #89aa28 url(../_images/icons/arrow_white.svg) center center no-repeat;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 0.9;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 0px;
  background: #89aa28 url(../_images/icons/arrow_white.svg) center center no-repeat;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 0.9;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  padding-left: 0 !important;
  bottom: 0;
  text-align: center;
}

.flex-control-nav li {
  margin: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0 0 6px 0 !important;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.5;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
/*
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 10px;
  top: 8px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 66px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 70px 0 5px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 70px;
  bottom: 5px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: none;
  background: transparent;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.newsLatest a {
  display: block;
}
.newsLatest a p {
  color: #000;
}
.newsLatest a span {
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 24px 30px 31px 29px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background: no-repeat center center;
  background-size: auto 100%;
  -webkit-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -moz-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -ms-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -o-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  background-image: url(../_images/backgrounds/buttonBlue.svg);
  display: inline-block;
  min-width: 182px;
  min-height: 78px;
  margin: 0px auto;
  padding: 24px 40px 31px 39px;
  background-size: 96% 90%;
  text-align: center;
}
.newsLatest a span.animate {
  margin: 10px auto;
  padding: 14px 30px 21px 29px;
  background-size: auto 100%;
}
.newsLatest a span:hover {
  background-image: url(../_images/backgrounds/buttonBlueDark.svg);
  color: #e6f5fc;
  background-size: auto 110%;
}
.newsLatest a span.animate {
  min-width: 162px;
  min-height: 58px;
  margin: 6px 10px;
  padding: 18px 30px 25px 29px;
  background-position: center center;
  background-size: 98% 90%;
}
.newsLatest a span:hover {
  background-size: 100% 100%;
}

.greenLightTriangle .newsLatest a span, .newsLatest.projectLatest a span {
  background-image: url(../_images/backgrounds/buttonGreenDark.svg);
}
.greenLightTriangle .newsLatest a:hover, .newsLatest.projectLatest a:hover {
  /*
  			img {
  				transform: scale(1.1);
  			}
  */
}
.greenLightTriangle .newsLatest a:hover span, .newsLatest.projectLatest a:hover span {
  background-image: url(../_images/backgrounds/buttonGrey.svg);
  color: #f3f7ea;
}

.newsList {
  margin-bottom: 60px;
}
@media screen and (min-width: 720px) {
  .newsList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 720px) {
  .newsList .newsListMedia {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    padding-right: 15px;
  }
}
.newsList .newsListMedia .slider figure {
  position: relative;
  margin: 0;
}
.newsList .newsListMedia .slider figure figcaption {
  position: absolute;
  display: block;
  width: 100%;
  bottom: -10px;
  left: 0;
  padding: 5px 15px;
  background: rgba(255, 224, 102, 0.7);
}
@media screen and (min-width: 720px) {
  .newsList .newsListText {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    padding-left: 15px;
  }
}
.newsList .newsListText h2 {
  color: #000;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}
@media screen and (min-width: 720px) {
  .newsList .newsListText h2 {
    margin-top: -5px;
  }
}
.newsList .newsListText h2 span {
  display: block;
  margin-bottom: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.3s ease-out;
}
.newsList .newsListText .accordionHeader span.buttonYellow {
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 24px 30px 31px 29px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  background: no-repeat center center;
  background-size: auto 100%;
  -webkit-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -moz-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -ms-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  -o-transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  transition: padding 0.9s ease-out, background-size 0.4s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out, margin 0.9s ease-out;
  background-image: url(../_images/backgrounds/buttonYellowDark.svg);
  padding-right: 55px !important;
  background-position: right center;
  text-align: right;
  background-size: auto 91% !important;
}
.newsList .newsListText .accordionHeader span.buttonYellow.animate {
  margin: 10px auto;
  padding: 14px 30px 21px 29px;
  background-size: auto 100%;
}
.newsList .newsListText .accordionHeader span.buttonYellow:hover {
  background-image: url(../_images/backgrounds/buttonOrange.svg);
  color: #fffae6;
  background-size: auto 110%;
}
.newsList .newsListText .accordionHeader span.buttonYellow:after {
  content: "mehr lesen";
}
.newsList .newsListText .accordionHeader span.buttonYellow:hover {
  cursor: pointer;
  background-size: auto 95% !important;
}
.newsList .newsListText .accordionHeader:focus {
  outline: none;
}
.newsList .newsListText .accordionHeader.ui-state-active span.buttonYellow {
  opacity: 0.5;
  margin-top: 0px;
  padding: 0 5px 8px 0 !important;
  font-size: 14px;
  background: none;
  color: #000;
}
.newsList .newsListText .accordionHeader.ui-state-active span.buttonYellow:before {
  content: "↑";
  margin-right: 5px;
}
.newsList .newsListText .accordionHeader.ui-state-active span.buttonYellow:after {
  content: "Text einklappen";
}
.newsList .newsListText .accordionContent .news-related-files-size {
  margin-left: 4px;
}

.page-navigation, .news .page-navigation {
  clear: both;
  padding-top: 10px;
  border-top: 1px solid #000;
  text-align: left;
}
.page-navigation p, .news .page-navigation p {
  float: none;
  margin-bottom: 5px;
}
.page-navigation ul.f3-widget-paginator, .news .page-navigation ul.f3-widget-paginator {
  float: none;
  margin: 20px 0;
}

/*# sourceMappingURL=styles.css.map */
