@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.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;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap {
  clear: both;
  position: relative;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.row {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  text-align: center;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row .row {
  width: calc(100% + 0px);
  margin: 0 -0px;
  padding: 0;
}

.column {
  *zoom: 1;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-right: 5px solid #ebebff;
  border-bottom: 5px solid #ebebff;
  background: #fff;
  text-align: left;
}
.column:before, .column:after {
  content: " ";
  display: table;
}
.column:after {
  clear: both;
}
.column .column {
  width: calc(100% - 0px);
  margin-right: 0px;
  margin-left: 0px;
}
.column.noBorder {
  border: none;
}

.column.col-1-2 {
  float: left;
  width: calc(50% - 0px);
}
.column.col-1-3 {
  float: left;
  width: calc(33.3% - 0px);
}
.column.col-2-3 {
  float: left;
  width: calc(66.7% - 0px);
}
@media screen and (min-width: 320px) {
  .column.xs-1-2 {
    float: left;
    width: calc(50% - 0px);
  }
  .column.xs-1-3 {
    float: left;
    width: calc(33.3% - 0px);
  }
  .column.xs-2-3 {
    float: left;
    width: calc(66.7% - 0px);
  }
  .column.xs-1-4 {
    float: left;
    width: calc(25% - 0px);
  }
  .column.xs-3-4 {
    float: left;
    width: calc(75% - 0px);
  }
}
@media screen and (min-width: 590px) {
  .column.small-1-2 {
    float: left;
    width: calc(50% - 0px);
  }
  .column.small-1-3 {
    float: left;
    width: calc(33.3% - 0px);
  }
  .column.small-2-3 {
    float: left;
    width: calc(66.7% - 0px);
  }
  .column.small-1-4 {
    float: left;
    width: calc(25% - 0px);
  }
  .column.small-3-4 {
    float: left;
    width: calc(75% - 0px);
  }
  .column.small-1-5 {
    float: left;
    width: calc(20% - 0px);
  }
}
@media screen and (min-width: 720px) {
  .column.flow-opposite {
    float: right !important;
  }
  .column.medium-1-2 {
    float: left;
    width: calc(50% - 0px);
  }
  .column.medium-1-3 {
    float: left;
    width: calc(33.3% - 0px);
  }
  .column.medium-2-3 {
    float: left;
    width: calc(66.7% - 0px);
  }
  .column.medium-1-4 {
    float: left;
    width: calc(25% - 0px);
  }
  .column.medium-3-4 {
    float: left;
    width: calc(75% - 0px);
  }
}
@media screen and (min-width: 960px) {
  .column.large-1-2 {
    float: left;
    width: calc(50% - 0px);
  }
  .column.large-1-3 {
    float: left;
    width: calc(33.3% - 0px);
  }
  .column.large-2-3 {
    float: left;
    width: calc(66.7% - 0px);
  }
  .column.large-1-4 {
    float: left;
    width: calc(25% - 0px);
  }
  .column.large-3-4 {
    float: left;
    width: calc(75% - 0px);
  }
  .column.large-offset-1-4 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .column.x-large-1-2 {
    float: left;
    width: calc(50% - 0px);
  }
  .column.x-large-1-3 {
    float: left;
    width: calc(33.3% - 0px);
  }
  .column.x-large-2-3 {
    float: left;
    width: calc(66.7% - 0px);
  }
  .column.x-large-1-4 {
    float: left;
    width: calc(25% - 0px);
  }
  .column.x-large-3-4 {
    float: left;
    width: calc(75% - 0px);
  }
}
@media screen and (min-width: 1410px) {
  .column.xx-large-1-2 {
    float: left;
    width: calc(50% - 0px);
  }
  .column.xx-large-1-3 {
    float: left;
    width: calc(33.3% - 0px);
  }
  .column.xx-large-2-3 {
    float: left;
    width: calc(66.7% - 0px);
  }
  .column.xx-large-1-4 {
    float: left;
    width: calc(25% - 0px);
  }
  .column.xx-large-3-4 {
    float: left;
    width: calc(75% - 0px);
  }
}

@media screen and (min-width: 960px) {
  .row.gutter {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
.row.gutter .large-1-2 {
  border: none;
}
@media screen and (min-width: 960px) {
  .row.gutter .large-1-2 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}

.greenDark {
  background-color: #aab203;
}

@media screen and (max-width: 719px) {
  .noMobile {
    display: none;
  }
}

@media screen and (min-width: 720px) {
  .onlyMobile {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .borderright {
    border-right: 5px solid #ebebff !important;
  }
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  color: #000;
  font-family: myriad-pro, arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.3889;
}
@media screen and (min-width: 720px) {
  html {
    font-size: 18px;
  }
}

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: 40px 0;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

::-moz-selection {
  color: #fff;
  background: #aab203;
}

::selection {
  color: #fff;
  background: #aab203;
}

.hiddenHeading {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

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

h1, h2.h1 {
  margin: 30px 0 28px 0;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  line-height: 1.2;
  color: #000;
}
@media screen and (min-width: 720px) {
  h1, h2.h1 {
    font-size: 32px;
  }
}
.mainContent .mainbar h1, .mainContent .mainbar h2.h1 {
  text-align: center;
}

h2 {
  margin: 30px 0 28px 0;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  line-height: 1.2;
  color: #000;
}
@media screen and (min-width: 720px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  margin: 43px 0 17px 0;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
@media screen and (min-width: 720px) {
  h3 {
    font-size: 20px;
  }
}
.mainContent h3 {
  margin: 32px 0 17px 0;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
@media screen and (min-width: 720px) {
  .mainContent h3 {
    font-size: 20px;
  }
}
h3.italic {
  margin-bottom: 8px;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 1.3889;
}
@media screen and (min-width: 720px) {
  h3.italic {
    font-size: 18px;
  }
}

h4 {
  margin: 35px 0 15px 0;
}

h5 {
  margin: 0;
}

p {
  margin: 0 0 12px 0;
}
p.largeItalic {
  font-size: 19px;
  line-height: 1.25;
  font-style: italic;
}
@media screen and (min-width: 720px) {
  p.largeItalic {
    font-size: 24px;
  }
}
.mainContent p.largeItalic {
  text-align: center;
}
p.grey, p span.grey {
  color: #808080;
}

a {
  color: #000;
  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: #aab203;
}
a:focus {
  outline: 0;
}
a.more {
  font-style: italic;
}
a.forward {
  display: block;
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
}
@media screen and (min-width: 720px) {
  a.forward {
    padding-left: 20px;
  }
}
a.forward:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 12px;
  left: 0px;
  top: 5px;
  background: url(../Icons/more_default.svg) no-repeat;
  background-size: 6px 9px;
}
@media screen and (min-width: 720px) {
  a.forward:before {
    top: 8px;
    background-size: 8px 12px;
  }
}
a.forward:hover:before {
  background-image: url(../Icons/more_green.svg);
}
a.forwardGrey {
  display: block;
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  color: #808080;
}
@media screen and (min-width: 720px) {
  a.forwardGrey {
    padding-left: 20px;
  }
}
a.forwardGrey:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 12px;
  left: 0px;
  top: 5px;
  background-image: url(../Icons/more_grey.svg);
  background-size: 6px 9px;
}
@media screen and (min-width: 720px) {
  a.forwardGrey:before {
    top: 8px;
    background-size: 8px 12px;
  }
}
a.forwardGrey:hover {
  color: #c2cb00;
}
a.forwardGrey:hover:before {
  background-image: url(../Icons/more_green.svg);
}
a.cat1 {
  color: #00349b;
}
a.cat1:hover {
  color: #c2cb00;
}
a.cat2 {
  color: #007eff;
}
a.cat2:hover {
  color: #c2cb00;
}
a.cat3 {
  color: #009d7a;
}
a.cat3:hover {
  color: #c2cb00;
}
a.cat4 {
  color: #30b52c;
}
a.cat4:hover {
  color: #c2cb00;
}
a.cat5 {
  color: #008700;
}
a.cat5:hover {
  color: #c2cb00;
}
a.cat6 {
  color: #00571f;
}
a.cat6:hover {
  color: #c2cb00;
}
a.areaWhite, a.areaGreen {
  display: block;
  padding: 25px 32px 19px 32px;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (min-width: 720px) {
  a.areaWhite, a.areaGreen {
    padding: 25px 40px 19px 40px;
    font-size: 18px;
    line-height: 1.667;
    text-align: center;
  }
}
a.areaWhite:hover, a.areaGreen:hover {
  background: #c2cb00;
  color: #000;
  border-color: #aab203;
}
a.areaGreen {
  background: #c2cb00;
  color: #fff;
  border-color: #aab203;
}
a.areaGreen:hover {
  border-color: #a5ac00;
}

span.more {
  font-style: italic;
}
span.more:focus {
  outline: 0;
}

button:focus {
  outline: 0;
}

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

.main ul {
  margin: 0 0 30px 0;
}
.main ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 16px;
  color: #000;
}
@media screen and (min-width: 720px) {
  .main ul li {
    padding-left: 20px;
  }
}
.main ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 12px;
  left: 0px;
  top: 5px;
  background: url(../Icons/more_default.svg) no-repeat;
  background-size: 6px 9px;
}
@media screen and (min-width: 720px) {
  .main ul li:before {
    top: 8px;
    background-size: 8px 12px;
  }
}

.main ol {
  margin-bottom: 1.5rem;
  padding-left: 12px;
  list-style-type: decimal;
}
.main ol li {
  margin-bottom: 0.75rem;
  padding-left: 5px;
  line-height: 1.52;
}

strong, b {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}

em, i {
  font-style: italic;
}

.divider, hr {
  clear: both;
  position: relative;
  display: block;
  width: 100%;
  height: 1px !important;
  margin: 40px 0px 40px 0px;
  padding: 0 !important;
  border: 0;
  font-size: 0;
  line-height: 0;
  background: #000;
}

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

figure {
  margin: 0 0 10px 0;
}
figure figcaption {
  display: block;
  margin: 10px auto 50px auto;
}

dl {
  margin: 30px 0 20px 0;
  *zoom: 1;
}
dl:before, dl:after {
  content: " ";
  display: table;
}
dl:after {
  clear: both;
}
dl dt {
  margin: 0 0 5px 0;
  font-size: 14px;
  -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: 120px;
    margin-bottom: 0px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 720px) {
  dl dt {
    margin-top: 3px;
  }
}
dl dd {
  margin: 1px -10px 0px 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: calc(100% - 110px);
  }
}

form {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
fieldset legend {
  margin: 0 0 10px 0;
  color: #000;
  float: left;
  width: 100%;
}
fieldset fieldset {
  margin-bottom: 0;
  padding: 15px 0px;
  background: none;
}
fieldset fieldset legend {
  margin-top: 0;
  float: none;
  margin-bottom: 0;
}

label {
  display: block;
  width: 100%;
}
@media screen and (min-width: 720px) {
  label {
    float: left;
    width: 25%;
    margin-right: 0%;
    clear: left;
  }
}

input, textarea, select, file {
  width: 100%;
  margin: 0px 0 24px 0;
  padding: 5px 12px 5px 12px;
  background: #e6e6e6;
  border: none;
  border-right: 5px solid #ebebff;
  border-bottom: 5px solid #ebebff;
  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) {
  input, textarea, select, file {
    float: left;
    width: 75%;
  }
}

input[type=radio], input[type=checkbox] {
  width: auto;
  width: 20px;
  height: 20px;
  margin: 3px 10px 10px 10px;
  padding: 0;
  background: none;
  border: none;
  vertical-align: middle;
  color: #000;
}

input[placeholder] {
  color: #000 !important;
  opacity: 1 !important;
}
input[placeholder]:focus, input[placeholder]:hover {
  color: #000 !important;
}

textarea {
  height: 145px;
}

input:focus, textarea:focus, input:hover, textarea:hover {
  outline: 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;
  background-color: #e1e1e1;
  border-color: #aab203;
}

input[type=submit], button[type=submit] {
  clear: both;
  width: 50%;
  margin-left: 25%;
  padding: 17px 40px;
  background: #c2cb00;
  color: #fff;
  border-color: #aab203;
  *zoom: 1;
  -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;
}
input[type=submit]:before, input[type=submit]:after, button[type=submit]:before, button[type=submit]:after {
  content: " ";
  display: table;
}
input[type=submit]:after, button[type=submit]:after {
  clear: both;
}

input[type=submit]:hover, button[type=submit]:hover {
  cursor: pointer;
  outline: 0;
  background: #aab203;
}

select {
  width: 100%;
  padding: 7px 20px 5px 20px;
  line-height: 1;
}

option {
  padding: 10px 20px;
  line-height: 1.5;
  background: #fff;
}

.mandatory {
  padding-left: 0.25rem;
}

.bgImage {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: url(../Images/body_background_xxl.jpg) no-repeat;
  background-size: cover;
}

.header {
  position: fixed;
  z-index: 99;
  height: 64px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  -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: 720px) {
  .header {
    height: 80px;
  }
}
@media screen and (min-width: 960px) {
  .header {
    height: 135px;
  }
}
.header #navMainToggle {
  float: left;
  width: calc(25% - 32px);
  height: 64px;
}
@media screen and (min-width: 590px) {
  .header #navMainToggle {
    width: calc(75% - 64px);
  }
}
@media screen and (min-width: 720px) {
  .header #navMainToggle {
    height: 80px;
  }
}
@media screen and (min-width: 960px) {
  .header #navMainToggle {
    width: calc(75% - 64px);
  }
}
.header #navMainToggle, .header .navMain, .header .navSearch, .header .logo {
  -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;
  height: 64px;
}
@media screen and (min-width: 720px) {
  .header #navMainToggle, .header .navMain, .header .navSearch, .header .logo {
    height: 80px;
  }
}
@media screen and (min-width: 960px) {
  .header #navMainToggle, .header .navMain, .header .navSearch, .header .logo {
    height: 135px;
  }
}
.header .navMain {
  width: 100%;
  border-color: #aab203;
  border-right: none;
}
@media screen and (min-width: 1280px) {
  .header .navMain {
    float: left;
    width: calc(75% - 64px);
  }
}
.header .navMain .navBreadcrumb {
  width: 100%;
  height: 20px;
  padding-left: 40px;
  background: #c2cb00;
  overflow: hidden;
}
.header .navMain .navBreadcrumb div {
  margin-top: -4px;
}
.header .navMain .navBreadcrumb span {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  padding-right: 12px;
}
.header .navMain .navBreadcrumb span:after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 8px;
  top: 11px;
  right: 0px;
  background: url(../Icons/more_white.svg) no-repeat right top;
  background-size: 100%;
}
.header .navMain .navBreadcrumb span:last-child:after {
  display: none;
}
.header .navMain .navBreadcrumb span:last-child a {
  color: #fff;
  cursor: default;
}
.header .navMain .navBreadcrumb a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.header .navMain .navBreadcrumb a:hover {
  color: #aab203;
}
@media screen and (max-width: 1279px) {
  .header .navMain .navBreadcrumb {
    display: none;
  }
}
.header .navSearch {
  float: left;
  width: 64px;
  border-color: #aab203;
}
.header .navSearch .navSearchOpen {
  width: 100%;
  height: 59px;
  background: #c2cb00;
  text-align: center;
  -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: 720px) {
  .header .navSearch .navSearchOpen {
    height: 75px;
  }
}
@media screen and (min-width: 960px) {
  .header .navSearch .navSearchOpen {
    height: 130px;
  }
}
.header .navSearch .navSearchOpen img {
  width: 31px;
  height: 18px;
  margin: 22px auto auto 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;
}
@media screen and (min-width: 720px) {
  .header .navSearch .navSearchOpen img {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .header .navSearch .navSearchOpen img {
    margin-top: 65px;
  }
}
.header .navSearch .navSearchOpen:hover img {
  opacity: 0.6;
}
.header .logo {
  float: left;
  width: calc(50% - 32px);
  text-align: right;
  -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: 590px) {
  .header .logo {
    width: 25%;
  }
}
@media screen and (min-width: 960px) {
  .header .logo {
    width: 25%;
  }
}
.header .logo img {
  max-height: 44px;
  margin-top: 12px;
  margin-right: 28px;
  -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: 720px) {
  .header .logo img {
    max-height: 54px;
    margin-top: 14px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .header .logo img {
    max-height: 88px;
    margin-top: 30px;
    margin-right: 47px;
  }
}
.header.smaller {
  height: 64px;
}
@media screen and (min-width: 720px) {
  .header.smaller {
    height: 80px;
  }
}
@media screen and (min-width: 960px) {
  .header.smaller {
    height: 95px;
  }
}
@media screen and (min-width: 960px) {
  .header.smaller #navMainToggle {
    height: 95px;
  }
}
@media screen and (min-width: 960px) {
  .header.smaller #navMainToggle:before {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .header.smaller .navMain, .header.smaller .navSearch, .header.smaller .logo {
    height: 95px;
  }
}
@media screen and (min-width: 1280px) {
  .header.smaller .navMain ul {
    margin-top: 16px;
  }
}
@media screen and (min-width: 960px) {
  .header.smaller .navSearchOpen {
    height: 90px;
  }
}
@media screen and (min-width: 960px) {
  .header.smaller .navSearchOpen img {
    margin-top: 25px;
  }
}
@media screen and (min-width: 960px) {
  .header.smaller .logo img {
    max-height: 66px;
    margin-top: 15px;
  }
}

.top {
  margin-bottom: 128px;
}
@media screen and (min-width: 720px) {
  .top {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 960px) {
  .top {
    margin-bottom: 270px;
  }
}
.top.largeDistance {
  margin-bottom: 520px;
}
@media screen and (min-width: 960px) {
  .top.largeDistance {
    margin-bottom: 560px;
  }
}

#searchLightbox {
  width: 960px;
  max-width: calc(100% - 80px);
  padding: 40px 10px;
}
@media screen and (min-width: 590px) {
  #searchLightbox {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 720px) {
  #searchLightbox {
    padding: 40px;
  }
}
#searchLightbox fieldset {
  position: relative;
  padding: 0;
}
#searchLightbox fieldset label {
  width: 100%;
  padding: 30px 0 45px 0;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #808080;
  text-align: center;
}
@media screen and (min-width: 720px) {
  #searchLightbox fieldset label {
    font-size: 32px;
  }
}
#searchLightbox fieldset input[type=text] {
  float: left;
  width: calc(100% - 60px);
  height: 60px;
  margin: 0;
  padding: 20px 10px;
  border-right: none;
  background: #b4b4b4;
  border-color: #9c9cab;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  -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) {
  #searchLightbox fieldset input[type=text] {
    width: calc(100% - 80px);
    height: 80px;
    padding: 20px;
    font-size: 32px;
  }
}
#searchLightbox fieldset input[type=text]:focus {
  background: #e1e1e1;
}
#searchLightbox fieldset button {
  float: left;
  clear: none;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  background: #c2cb00 url(../Icons/loupe_white.svg) no-repeat center center;
  background-size: 33px auto;
  border: none;
  border-right: 5px solid #aab203;
  border-bottom: 5px solid #aab203;
  -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;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 999em;
}
@media screen and (min-width: 720px) {
  #searchLightbox fieldset button {
    width: 80px;
    height: 80px;
  }
}
#searchLightbox fieldset button:hover {
  background-color: #aab203;
}

.main div.areaWhite {
  padding: 30px 40px 20px 40px;
}
@media screen and (min-width: 720px) {
  .main .auto2Col {
    width: 100%;
    column-count: 2;
  }
}
.main .mainContent {
  display: flex;
}
@media screen and (max-width: 959px) {
  .main .mainContent {
    flex-direction: column;
    border: none;
    background: none;
  }
}
@media screen and (min-width: 960px) {
  .main .mainContent {
    padding: 0;
  }
}
@media screen and (max-width: 959px) {
  .main .mainContent .sidebarLeft, .main .mainContent .mainbar, .main .mainContent .sidebarRight {
    margin-bottom: 80px;
    padding: 30px 40px 20px 40px;
    border-right: 5px solid #ebebff;
    border-bottom: 5px solid #ebebff;
    background: #fff;
  }
}
@media screen and (max-width: 959px) {
  .main .mainContent .sidebarLeft {
    order: 2;
  }
}
@media screen and (min-width: 960px) {
  .main .mainContent .sidebarLeft {
    width: 25%;
    padding: 0px 35px 20px 40px;
    border-right: 5px solid #ebebff;
  }
}
@media screen and (max-width: 959px) {
  .main .mainContent .sidebarLeft.calSingleTime {
    order: 1;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .main .mainContent .sidebarLeft.calSingleTime {
    width: 12.5%;
    padding-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .main .mainContent .mainbar {
    order: 1;
  }
}
@media screen and (min-width: 960px) {
  .main .mainContent .mainbar {
    width: 75%;
    padding: 0px 35px 20px 40px;
  }
}
@media screen and (min-width: 960px) {
  .main .mainContent .sidebarLeft + .mainbar {
    width: 50%;
    padding-left: 35px;
  }
}
@media screen and (max-width: 959px) {
  .main .mainContent .sidebarLeft.calSingleTime + .mainbar {
    order: 2;
  }
}
@media screen and (min-width: 960px) {
  .main .mainContent .sidebarLeft.calSingleTime + .mainbar {
    width: 62.5%;
  }
}
@media screen and (max-width: 959px) {
  .main .mainContent .sidebarRight {
    order: 3;
  }
}
@media screen and (min-width: 960px) {
  .main .mainContent .sidebarRight {
    width: 25%;
    padding: 0px 40px 20px 35px;
    border-left: 5px solid #ebebff;
  }
}
.main .mainContent .sidebarRight h2.greenBar {
  width: calc(100% + 85px);
  margin: -30px -45px 30px -40px;
  padding: 20px 35px 20px 40px;
  border-right: 5px solid #aab203;
  border-bottom: 5px solid #aab203 !important;
  font-family: myriad-pro, arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.667;
  background: #c2cb00;
  color: #fff;
  border-bottom: 5px;
}
@media screen and (min-width: 960px) {
  .main .mainContent .sidebarRight h2.greenBar {
    width: calc(100% + 80px);
    margin-left: -35px;
    margin-top: 0px;
    padding-left: 35px;
  }
}
.main .mainContent .sidebarRight h2.greenBar a {
  display: block;
  color: #fff;
}
.main .mainContent .sidebarRight h2.greenBar a:hover {
  color: #000;
}
.main .mainContent .sidebarRight a.greenBar {
  display: block;
  width: calc(100% + 85px);
  margin: -30px -45px 0px -40px;
  padding: 20px 35px 20px 40px;
  border-right: 5px solid #aab203;
  border-bottom: 5px solid #aab203 !important;
  font-family: myriad-pro, arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.667;
  background: #c2cb00;
  color: #fff;
  border-bottom: 5px;
}
@media screen and (min-width: 960px) {
  .main .mainContent .sidebarRight a.greenBar {
    width: calc(100% + 80px);
    margin-left: -35px;
    margin-top: 0px;
    padding-left: 35px;
  }
}
.main .mainContent .sidebarRight a.greenBar:hover {
  color: #000;
}
@media screen and (min-width: 960px) {
  .main .mainContent .mainbarHalf, .main .mainContent .sidebarRightHalf {
    width: 50%;
  }
}
@media screen and (min-width: 590px) {
  .main .mainContent .mainbarHalf .twoColWrap, .main .mainContent .sidebarRightHalf .twoColWrap {
    display: flex;
  }
}
@media screen and (min-width: 590px) {
  .main .mainContent .mainbarHalf .twoColWrap .colLeft, .main .mainContent .sidebarRightHalf .twoColWrap .colLeft {
    width: 50%;
    padding-right: 15px;
  }
}
@media screen and (min-width: 590px) {
  .main .mainContent .mainbarHalf .twoColWrap .colRight, .main .mainContent .sidebarRightHalf .twoColWrap .colRight {
    width: 50%;
    padding-left: 15px;
  }
}

.imagemap {
  position: relative;
}
.imagemap h3 {
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .imagemap h3 {
    top: 33px;
  }
}
.imagemap img {
  max-width: 100% !important;
  height: auto;
}
.imagemap #map_bg {
  z-index: 0;
}
.imagemap #map_bg img {
  margin-top: 0px;
}
.imagemap #map_clickable {
  position: absolute;
  z-index: 3;
}
.imagemap #map_clickable img {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
  width: 1280px;
  height: auto;
}
.imagemap .country_hover {
  position: absolute;
  z-index: 2;
  width: 1280px;
  height: auto;
  top: 0;
}

.footer .footerILE, .footer .footerSponsors {
  background: #fff;
  border-right: 5px solid #ebebff;
  border-bottom: 5px solid #ebebff;
}
.footer .footerILE .column, .footer .footerSponsors .column {
  padding: 30px 40px 20px 40px;
  border: none;
}
.footer .footerILE .column .column, .footer .footerSponsors .column .column {
  padding: 0;
}
.footer .footerILE h3 {
  margin: 0;
}
@media screen and (min-width: 960px) {
  .footer .footerILE .large-1-2 .large-1-2:nth-child(2) {
    padding-left: 40px;
  }
}
@media screen and (min-width: 960px) {
  .footer .footerSponsors .column:nth-child(1) {
    border-right: 5px solid #ebebff;
  }
}
.footer .footerSponsors .row .column:nth-child(1) {
  border: none;
}
@media screen and (min-width: 960px) {
  .footer .footerSponsors .row .column.large-1-2 {
    padding-left: 40px;
  }
}
.footer .footerBottom .column {
  padding-top: 35px;
  padding-bottom: 20px;
  border-color: #aab203;
  background: #c2cb00;
  text-align: center;
}
.footer .footerBottom p {
  color: #fff;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
@media screen and (min-width: 720px) {
  .footer .footerBottom p {
    font-size: 20px;
  }
}

.frame-type-text p a, .frame-type-textpic p a, .news-single p a {
  border-bottom: 1px solid #c2cb00;
}

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

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

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

.ce-textpic .ce-gallery {
  width: 100%;
}
.ce-textpic .ce-gallery div {
  width: 100%;
}
.ce-textpic .ce-bodytext > p:first-child {
  margin-top: -3px;
}
.ce-textpic.ce-below .ce-gallery {
  margin-top: 60px;
}
.ce-textpic img[src$=".svg"] {
  width: 100% !important;
  height: auto !important;
}
.ce-textpic figure.image {
  display: block;
}
@media screen and (max-width: 319px) {
  .ce-textpic .ce-gallery {
    float: none !important;
    margin-bottom: 30px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.ce-textpic.ce-left.ce-intext {
  *zoom: 1;
}
.ce-textpic.ce-left.ce-intext:before, .ce-textpic.ce-left.ce-intext:after {
  content: " ";
  display: table;
}
.ce-textpic.ce-left.ce-intext:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .ce-textpic.ce-left.ce-intext {
    /*
    			.ce-bodytext {
    				> p:first-child {
    					//margin-top: 5px;
    					margin-top: -2px;
    				}
    			}
    */
  }
  .ce-textpic.ce-left.ce-intext .ce-gallery {
    float: left;
    width: calc(30% - 15px);
    margin-right: 30px;
    margin-left: 0;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 320px) {
  .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
    float: right;
    width: calc(70% - 15px);
    margin-right: 0;
    margin-left: 0;
  }
  .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext h2:first-of-type {
    margin-top: 0;
  }
}
.ce-textpic.ce-right.ce-intext {
  margin-top: 60px;
  *zoom: 1;
}
.ce-textpic.ce-right.ce-intext:before, .ce-textpic.ce-right.ce-intext:after {
  content: " ";
  display: table;
}
.ce-textpic.ce-right.ce-intext:after {
  clear: both;
}
@media screen and (min-width: 720px) {
  .ce-textpic.ce-right.ce-intext .ce-gallery {
    float: right;
    width: 50%;
    margin-top: 5px;
  }
}
@media screen and (min-width: 720px) {
  .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
    float: left;
    width: 50%;
    padding-right: 40px;
  }
}
@media screen and (max-width: 719px) {
  .mainbar .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
    margin-top: 40px;
  }
}
@media screen and (min-width: 720px) {
  .mainbar .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
    width: calc(50% + 35px);
    margin-right: -35px;
  }
}

.ce-image.ce-center figure {
  text-align: center;
}
.ce-image .ce-column {
  margin-bottom: 30px;
}

figure.image, figure.video {
  position: relative;
}
figure.image img, figure.video img {
  width: auto;
  max-width: 100%;
  -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;
}
figure.image a:hover img, figure.video a:hover img {
  opacity: 0.8;
}
figure.image a:hover + figcaption, figure.video a:hover + figcaption {
  background: #fff;
}

.ce-gallery[data-ce-columns="2"] {
  margin-bottom: 65px;
  clear: both;
  *zoom: 1;
}
.ce-gallery[data-ce-columns="2"]:before, .ce-gallery[data-ce-columns="2"]:after {
  content: " ";
  display: table;
}
.ce-gallery[data-ce-columns="2"]:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .ce-gallery[data-ce-columns="2"] .ce-row {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
}
@media screen and (min-width: 960px) {
  .ce-gallery[data-ce-columns="2"] .ce-row {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
@media screen and (min-width: 320px) {
  .ce-gallery[data-ce-columns="2"] .ce-row .ce-column {
    float: left;
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  .ce-gallery[data-ce-columns="2"] .ce-row .ce-column:nth-of-type(2n+1) {
    clear: both;
  }
  .ce-gallery[data-ce-columns="2"] .ce-row .ce-column:nth-of-type(2n+2) {
    clear: none;
  }
}
@media screen and (min-width: 960px) {
  .ce-gallery[data-ce-columns="2"] .ce-row .ce-column {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}

.ce-gallery[data-ce-columns="3"] {
  *zoom: 1;
  margin-bottom: 65px;
}
.ce-gallery[data-ce-columns="3"]:before, .ce-gallery[data-ce-columns="3"]:after {
  content: " ";
  display: table;
}
.ce-gallery[data-ce-columns="3"]:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .ce-gallery[data-ce-columns="3"] .ce-row {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
}
@media screen and (min-width: 960px) {
  .ce-gallery[data-ce-columns="3"] .ce-row {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
@media screen and (min-width: 320px) {
  .ce-gallery[data-ce-columns="3"] .ce-row .ce-column {
    float: left;
    width: calc(33.3% - 10px);
    margin: 0 5px;
  }
  .ce-gallery[data-ce-columns="3"] .ce-row .ce-column:nth-of-type(3n+1) {
    clear: both;
  }
  .ce-gallery[data-ce-columns="3"] .ce-row .ce-column:nth-of-type(3n+2) {
    clear: none;
  }
  .ce-gallery[data-ce-columns="3"] .ce-row .ce-column:nth-of-type(3n+3) {
    clear: none;
  }
}
@media screen and (min-width: 960px) {
  .ce-gallery[data-ce-columns="3"] .ce-row .ce-column {
    width: calc(33.3% - 30px);
    margin: 0 15px;
  }
}

.ce-gallery[data-ce-columns="4"] .ce-row {
  width: calc(100% + 40px);
  margin: 0 -20px;
}
@media screen and (min-width: 320px) {
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column {
    float: left;
    width: calc(50% - 40px);
    margin: 0 20px;
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-of-type(4n+1) {
    clear: both;
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-of-type(4n+2) {
    clear: none;
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-of-type(4n+3) {
    clear: both;
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-of-type(4n+3) {
    clear: none;
  }
}
@media screen and (min-width: 960px) {
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column {
    width: calc(25% - 40px);
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-of-type(4n+3) {
    clear: none;
  }
}

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

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

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

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

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

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

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

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

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

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

h3.italic.cat0 {
  color: #00349b;
}
h3.italic.cat1 {
  color: #007eff;
}
h3.italic.cat2 {
  color: #009d7a;
}
h3.italic.cat3 {
  color: #30b52c;
}
h3.italic.cat4 {
  color: #008700;
}
h3.italic.cat5 {
  color: #00571f;
}

#c9 .areaWhite {
  padding: 0;
}

.enlargeWrap {
  max-height: 320px;
  position: relative;
  overflow: hidden;
  padding-top: 0 !important;
  -webkit-transition: max-height 1s ease-out 0.001s;
  -moz-transition: max-height 1s ease-out 0.001s;
  -ms-transition: max-height 1s ease-out 0.001s;
  -o-transition: max-height 1s ease-out 0.001s;
  transition: max-height 1s ease-out 0.001s;
}
.enlargeWrap .enlarge {
  padding: 0 50px 80px 50px;
  text-align: center;
}
.enlargeWrap .readmore {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 90px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 40%);
  text-align: center;
}
.enlargeWrap .readmore span {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 45px;
  text-align: center;
}
.enlargeWrap .readmore span:before {
  content: "";
  position: static;
  display: inline;
  width: 9px;
  height: 23px;
  margin-top: 4px;
  margin-right: 12px;
  background: url(../Icons/more_default.svg) no-repeat left center;
  background-size: 100%;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.enlargeWrap .readmore span:after {
  content: "weiterlesen";
}
.enlargeWrap .readmore span:hover {
  color: #c2cb00;
}
.enlargeWrap .readmore span:hover:before {
  background-image: url(../Icons/more_green.svg);
}
.enlargeWrap.fullsize {
  max-height: 2000px;
  -webkit-transition: max-height 3.5s ease-out 0.001s;
  -moz-transition: max-height 3.5s ease-out 0.001s;
  -ms-transition: max-height 3.5s ease-out 0.001s;
  -o-transition: max-height 3.5s ease-out 0.001s;
  transition: max-height 3.5s ease-out 0.001s;
}
.enlargeWrap.fullsize .readmore span:before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.enlargeWrap.fullsize .readmore span:after {
  content: "weniger";
}

.teaser {
  position: relative;
  display: block;
  float: 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;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .teaser {
    overflow: hidden;
    height: 400px;
  }
}
.teaser:after {
  content: "... weiterlesen";
  font-style: italic;
  width: 100%;
  padding-top: 20px;
  display: block;
  background: #fff;
  text-align: center;
  -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:after:focus {
  outline: 0;
}
@media screen and (min-width: 720px) {
  .teaser:after {
    position: absolute;
    height: 60px;
    bottom: 0;
    left: 0;
  }
}
.teaser h2 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (min-width: 720px) {
  .teaser h2 {
    font-size: 20px;
  }
}
.teaser h2 span {
  display: block;
  margin-bottom: 30px;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  line-height: 1.3889;
}
@media screen and (min-width: 720px) {
  .teaser h2 span {
    font-size: 18px;
  }
}
.teaser h2 span.filled:before, .teaser h2 span.filled:after, .teaser h2 span.cat1:before, .teaser h2 span.cat1:after, .teaser h2 span.cat2:before, .teaser h2 span.cat2:after, .teaser h2 span.cat3:before, .teaser h2 span.cat3:after, .teaser h2 span.cat4:before, .teaser h2 span.cat4:after, .teaser h2 span.cat5:before, .teaser h2 span.cat5:after, .teaser h2 span.cat6:before, .teaser h2 span.cat6:after {
  content: "—";
  padding: 0 5px;
}
.teaser h2 span.cat1 {
  color: #00349b;
}
.teaser h2 span.cat2 {
  color: #007eff;
}
.teaser h2 span.cat3 {
  color: #009d7a;
}
.teaser h2 span.cat4 {
  color: #30b52c;
}
.teaser h2 span.cat5 {
  color: #008700;
}
.teaser h2 span.cat6 {
  color: #00571f;
}
.teaser h2, .teaser p {
  color: #000;
}
.teaser img {
  width: calc(100% + 35px) !important;
  max-width: calc(100% + 35px) !important;
  margin: 8px -10px 0 -15px;
}
.teaser.areaGreen:after, .teaser:hover:after {
  background: #c2cb00;
}

.teaserActivities {
  padding-top: 5px;
  padding-left: 5px;
  text-align: center;
  -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;
}
.teaserActivities h2 {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 17px;
  line-height: 1.3889;
  -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) {
  .teaserActivities h2 {
    font-size: 19px;
  }
}
.teaserActivities h2:before, .teaserActivities h2:after {
  content: "—";
  padding: 0 5px;
}
.teaserActivities .teaserActivitiesIcon {
  height: 196px;
}
.teaserActivities p {
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  line-height: 1.3;
  margin: 0 auto 50px auto;
  -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) {
  .teaserActivities p {
    font-size: 32px;
  }
}
.teaserActivities p span {
  -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: 960px) {
  .teaserActivities p span {
    display: block;
  }
}
.teaserActivities.cat1 h2, .teaserActivities.cat1 p {
  color: #00349b;
}
.teaserActivities.cat1 img {
  max-width: 164px !important;
}
.teaserActivities.cat2 h2, .teaserActivities.cat2 p {
  color: #007eff;
}
.teaserActivities.cat2 img {
  max-width: 158px !important;
  margin-top: 26px;
}
.teaserActivities.cat3 h2, .teaserActivities.cat3 p {
  color: #009d7a;
}
.teaserActivities.cat3 img {
  max-width: 112px !important;
  margin-top: 19px;
}
.teaserActivities.cat4 h2, .teaserActivities.cat4 p {
  color: #30b52c;
}
.teaserActivities.cat4 img {
  max-width: 160px !important;
  margin-top: 20px;
}
.teaserActivities.cat5 h2, .teaserActivities.cat5 p {
  color: #008700;
}
.teaserActivities.cat5 img {
  max-width: 124px !important;
}
.teaserActivities.cat6 h2, .teaserActivities.cat6 p {
  color: #00571f;
}
.teaserActivities.cat6 img {
  max-width: 196px !important;
  margin-top: 9px;
}
.teaserActivities:hover {
  padding-top: 0px;
  padding-left: 0px;
  border-top: 5px solid #ebebff;
  border-left: 5px solid #ebebff;
}
.teaserActivities:hover h2, .teaserActivities:hover p {
  opacity: 0.5;
}
.teaserActivities:hover.cat1 {
  border-color: #00349b;
}
.teaserActivities:hover.cat2 {
  border-color: #007eff;
}
.teaserActivities:hover.cat3 {
  border-color: #009d7a;
}
.teaserActivities:hover.cat4 {
  border-color: #30b52c;
}
.teaserActivities:hover.cat5 {
  border-color: #008700;
}
.teaserActivities:hover.cat6 {
  border-color: #00571f;
}

.member {
  position: relative;
  text-align: center;
}
.member h2 {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
@media screen and (min-width: 720px) {
  .member h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .member h2 {
    padding-top: 10px;
  }
}
.member img {
  border-left: 5px solid #fff;
  margin-bottom: -5px;
}
@media screen and (max-width: 719px) {
  .member img {
    display: none;
  }
}
.member .emblem {
  position: absolute;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  top: 0;
  left: 0;
  border: 5px solid #c2cb00;
  background: rgba(255, 255, 255, 0.5);
  opacity: 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 (max-width: 719px) {
  .member .emblem {
    display: none;
  }
}
.member .emblem img {
  position: absolute;
  width: 55%;
  height: auto;
  top: 15%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: none;
  opacity: 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 (max-width: 719px) {
  .member:hover {
    background: #c2cb00;
  }
  .member:hover h2 {
    color: #fff;
  }
}
.member:hover .emblem {
  opacity: 1;
}
.member:hover .emblem img {
  opacity: 1;
}

h1.activities, h2.activities.h1 {
  position: relative;
  margin-bottom: 30px;
}
h1.activities:before, h2.activities.h1:before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 50px;
  top: 0;
  left: -20px;
  background: no-repeat left top;
  background-size: auto 35px;
}
@media screen and (min-width: 590px) {
  h1.activities:before, h2.activities.h1:before {
    background-size: auto 50px;
    left: 0;
  }
}
@media screen and (min-width: 720px) {
  h1.activities:before, h2.activities.h1:before {
    width: 150px;
    height: 95px;
    background-size: auto 95px;
  }
}
h1.activities.cat1, h2.activities.cat1.h1 {
  color: #00349b;
}
h1.activities.cat1:before, h2.activities.cat1.h1:before {
  background-image: url(../Icons/icon_innenentwicklung.svg);
}
h1.activities.cat2, h2.activities.cat2.h1 {
  color: #007eff;
}
h1.activities.cat2:before, h2.activities.cat2.h1:before {
  background-image: url(../Icons/icon_demografie_soziales.svg);
}
h1.activities.cat3, h2.activities.cat3.h1 {
  color: #009d7a;
}
h1.activities.cat3:before, h2.activities.cat3.h1:before {
  background-image: url(../Icons/icon_heimat.svg);
}
h1.activities.cat4, h2.activities.cat4.h1 {
  color: #30b52c;
}
h1.activities.cat4:before, h2.activities.cat4.h1:before {
  background-image: url(../Icons/icon_naherholung_freizeit.svg);
}
h1.activities.cat5, h2.activities.cat5.h1 {
  color: #008700;
}
h1.activities.cat5:before, h2.activities.cat5.h1:before {
  background-image: url(../Icons/icon_kommunale_zusammenarbeit.svg);
}
h1.activities.cat6, h2.activities.cat6.h1 {
  color: #00571f;
}
h1.activities.cat6:before, h2.activities.cat6.h1:before {
  background-image: url(../Icons/icon_verkehr.svg);
}
h1.activities span.topic, h2.activities.h1 span.topic {
  display: block;
  margin-bottom: 34px;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 17px;
  line-height: 1.3889;
}
@media screen and (min-width: 720px) {
  h1.activities span.topic, h2.activities.h1 span.topic {
    font-size: 19px;
  }
}
h1.activities span.topic:before, h2.activities.h1 span.topic:before, h1.activities span.topic:after, h2.activities.h1 span.topic:after {
  content: "—";
  padding: 0 5px;
}
h1.activities span.default, h2.activities.h1 span.default {
  color: #000;
}
h1.activities:before, h2.activities.h1:before {
  content: "";
}

.catselect span.cat1 {
  color: #00349b;
}
.catselect span.cat2 {
  color: #007eff;
}
.catselect span.cat3 {
  color: #009d7a;
}
.catselect span.cat4 {
  color: #30b52c;
}
.catselect span.cat5 {
  color: #008700;
}
.catselect span.cat6 {
  color: #00571f;
}
.catselect span.catAll {
  color: #808080;
}
.catselect span:hover, .catselect span.cat1:hover, .catselect span.cat2:hover, .catselect span.cat3:hover, .catselect span.cat4:hover, .catselect span.cat5:hover, .catselect span.cat6:hover, .catselect span.catAll:hover {
  color: #c2cb00;
  cursor: pointer;
}

.catselect {
  margin: 40px 0 30px 0;
}
.catselect button {
  float: left;
  display: block;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 15px 44px;
  background: #fff;
  font-weight: 400;
  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;
}
.catselect button.active {
  cursor: pointer;
  padding: 13px 42px;
  border-width: 4px;
  color: #000;
}
.catselect button:hover {
  color: #000;
  border-color: #000;
  background: transparent;
  cursor: pointer;
}
.catselect button:focus {
  outline: 0;
}
.catselect button:last-child {
  clear: both;
  margin-right: 0;
  border: none;
  background: url("../Images/svg/close.svg") no-repeat 0 15px;
  background-size: 23px 23px;
}
.catselect button:last-child:hover, .catselect button:last-child.active {
  color: #000;
}

#categorySelect {
  /*
  	@include small-min {
  		width: calc(100% + 30px);
  		margin: 0 -15px;
  	}
  */
}

#filteredListEmpty {
  display: none;
  margin: 60px 0;
  padding: 15px 30px;
  font-weight: 400;
}

.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 #000;
}

.navMain ul {
  margin: 0;
  padding: 0;
}
.navMain ul li {
  margin: 0;
  padding: 0;
}
.navMain ul li a {
  display: block;
  color: #000;
}
.navMain ul li a.active, .navMain ul li a:hover, .navMain ul li a:focus {
  color: #c2cb00;
}
.navMain ul ul ul li a {
  color: #fff;
}
.navMain ul ul ul li a.active, .navMain ul ul ul li a:hover {
  color: #aab203;
}

@media screen and (max-width: 1279px) {
  #navMainToggle {
    padding-left: 20px;
    -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;
    background: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 5px solid #ebebff;
  }
  #navMainToggle:before, #navMainToggle:after {
    content: ">";
    display: block;
    width: 80px;
    height: 10px;
    margin-top: 9px;
    background: #c2cb00;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 999em;
    -webkit-transition: background-color 0.3s ease-out 0.1s;
    -moz-transition: background-color 0.3s ease-out 0.1s;
    -ms-transition: background-color 0.3s ease-out 0.1s;
    -o-transition: background-color 0.3s ease-out 0.1s;
    transition: background-color 0.3s ease-out 0.1s;
    /*
    			-webkit-transition: background-color 0.3s ease-out 0.1s, margin-top 0.3s ease-out 0.1s;
    			-moz-transition: background-color 0.3s ease-out 0.1s, margin-top 0.3s ease-out 0.1s;
    			-ms-transition: background-color 0.3s ease-out 0.1s, margin-top 0.3s ease-out 0.1s;
    			-o-transition: background-color 0.3s ease-out 0.1s, margin-top 0.3s ease-out 0.1s;
    			transition: background-color 0.3s ease-out 0.1s, margin-top 0.3s ease-out 0.1s;
    */
  }
}
@media screen and (max-width: 1279px) and (max-width: 719px) {
  #navMainToggle:before, #navMainToggle:after {
    width: 32px;
    height: 6px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 959px) {
  #navMainToggle:before {
    margin-top: 13px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 719px) {
  #navMainToggle:before {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1279px) {
  #navMainToggle span {
    display: block;
    height: 10px;
    width: 80px;
    margin-top: 9px;
    background: #c2cb00;
    -webkit-transition: background-color 0.3s ease-out 0.1s;
    -moz-transition: background-color 0.3s ease-out 0.1s;
    -ms-transition: background-color 0.3s ease-out 0.1s;
    -o-transition: background-color 0.3s ease-out 0.1s;
    transition: background-color 0.3s ease-out 0.1s;
    /*
    			-webkit-transition: background-color 0.3s ease-out 0.1s, margin-top 0.3s ease-out 0.1s;
    			-moz-transition: background-color 0.3s ease-out 0.1s, margin-top 0.3s ease-out 0.1s;
    			-ms-transition: background-color 0.3s ease-out 0.1s, margin-top 0.3s ease-out 0.1s;
    			-o-transition: background-color 0.3s ease-out 0.1s, margin-top 0.3s ease-out 0.1s;
    			transition: background-color 0.3s ease-out 0.1s, margin-top 0.3s ease-out 0.1s;
    */
  }
}
@media screen and (max-width: 1279px) and (max-width: 719px) {
  #navMainToggle span {
    width: 32px;
    height: 6px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 1279px) {
  #navMainToggle:hover, #navMainToggle:focus {
    cursor: pointer;
  }
  #navMainToggle:hover:before, #navMainToggle:hover:after, #navMainToggle:hover span, #navMainToggle:focus:before, #navMainToggle:focus:after, #navMainToggle:focus span {
    background: #000 !important;
  }
}
@media screen and (max-width: 1279px) {
  .navMainActive #navMainToggle:before {
    display: none;
  }
  .navMainActive #navMainToggle:after {
    content: "";
    width: 36px;
    height: 5px;
    margin-top: -6px;
    background: #c2cb00;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 999em;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: background-color 0.3s ease-out 0.1s;
    -moz-transition: background-color 0.3s ease-out 0.1s;
    -ms-transition: background-color 0.3s ease-out 0.1s;
    -o-transition: background-color 0.3s ease-out 0.1s;
    transition: background-color 0.3s ease-out 0.1s;
    /*
    			-webkit-transition: background-color 0.3s ease-out 0.1s, margin-top 0.3s ease-out 0.1s;
    			-moz-transition: background-color 0.3s ease-out 0.1s, margin-top 0.3s ease-out 0.1s;
    			-ms-transition: background-color 0.3s ease-out 0.1s, margin-top 0.3s ease-out 0.1s;
    			-o-transition: background-color 0.3s ease-out 0.1s, margin-top 0.3s ease-out 0.1s;
    			transition: background-color 0.3s ease-out 0.1s, margin-top 0.3s ease-out 0.1s;
    */
  }
  .navMainActive #navMainToggle span {
    width: 36px;
    height: 5px;
    margin-top: -20px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navMainActive #navMainToggle:hover span, .navMainActive #navMainToggle:hover:after {
    background: #000;
  }
}
@media screen and (max-width: 1279px) {
  .navMain {
    position: fixed;
    z-index: 5;
    width: 100%;
    min-height: calc(100vh - 80px);
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    overflow: scroll;
    background: rgba(255, 255, 255, 0.96);
  }
}
@media screen and (max-width: 1279px) and (max-width: 719px) {
  .navMain {
    min-height: calc(100vh - 64px);
    top: 64px;
  }
}
@media screen and (max-width: 1279px) {
  .navMainActive .navMain {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 1279px) {
  .navMain ul {
    margin: 0px;
  }
  .navMain ul:before {
    content: "";
    position: absolute;
    width: 64px;
    min-height: 180%;
    top: 0;
    left: 0;
    background: #ebebff;
  }
  .navMain ul li {
    display: block;
    margin-bottom: 15px;
  }
  .navMain ul li a {
    display: block;
    padding: 8px 10px 10px 80px;
    font-size: 25px;
    line-height: 1.2;
  }
  .navMain ul li a:active {
    color: #c2cb00;
  }
  .navMain ul li.hasSub {
    position: relative;
  }
  .navMain ul li.hasSub span.arrow {
    position: absolute;
    z-index: 501;
    display: block;
    width: 64px;
    height: 48px;
    background: url(../Icons/more_default.svg) no-repeat center center;
    background-size: auto 17px;
    top: 0px;
    left: 0px;
    -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;
  }
  .navMain ul li.hasSub span.arrow:hover {
    background-color: #c2cb00;
  }
  .navMain ul li:hover a, .navMain ul li.open a {
    color: #c2cb00;
  }
  .navMain ul li:hover span.arrow, .navMain ul li.open span.arrow {
    width: 48px;
    height: 64px;
    top: -8px;
    left: 8px;
    background-color: #c2cb00;
    background-image: url(../Icons/more_white.svg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 1279px) {
  .navMain ul[role=menu] {
    height: auto !important;
    overflow: visible !important;
  }
}
@media screen and (max-width: 1279px) {
  .navMain ul li.hasSub ul {
    margin: -2px 0 0 0;
    padding: 5px 0;
    display: none;
    background: #c2cb00;
  }
  .navMain ul li.hasSub ul:before {
    display: none;
  }
  .navMain ul li.hasSub ul li {
    margin-bottom: 0;
  }
  .navMain ul li.hasSub ul li a {
    font-size: 16px;
    color: #fff;
  }
  .navMain ul li.hasSub ul li a:hover {
    color: #aab203;
  }
  .navMain ul li.hasSub ul li.hasSub span.arrow {
    width: 64px;
    height: 36px;
    top: 0;
    left: 0;
    background-image: url(../Icons/more_white.svg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .navMain ul li.hasSub ul li.hasSub span.arrow:hover {
    background-color: #aab203;
  }
  .navMain ul li.hasSub ul li:hover a, .navMain ul li.hasSub ul li.open a {
    color: #aab203;
  }
  .navMain ul li.hasSub ul li:hover span.arrow, .navMain ul li.hasSub ul li.open span.arrow {
    width: 36px;
    height: 64px;
    top: -14px;
    left: 14px;
    background-color: #aab203;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 1279px) {
  .navMain ul li.hasSub ul li.hasSub ul {
    display: none;
    background: #aab203;
  }
  .navMain ul li.hasSub ul li.hasSub ul li a {
    color: #fff;
  }
  .navMain ul li.hasSub ul li.hasSub ul li a:hover, .navMain ul li.hasSub ul li.hasSub ul li a.active {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1279px) {
  .navMainActive .logo {
    /*
    			position: absolute;
    			z-index: 6;
    			width: auto;
    			top: 0px;
    			left: 0px;
    */
  }
}
@media screen and (min-width: 1280px) {
  #navMainToggle {
    display: none !important;
  }

  .navMain ul {
    margin-top: 56px;
    padding-left: 35px;
    -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;
  }
  .navMain ul li {
    position: relative;
    display: inline-block;
  }
  .navMain ul li:after {
    content: "";
    position: absolute;
    display: block;
    height: 18px;
    width: 1px;
    top: 13px;
    right: 0;
    background: #000;
  }
  .navMain ul li:last-child:after {
    display: none;
  }
  .navMain ul li a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 5px 12px 19px 5px;
    font-size: 18px;
    line-height: 1.6667;
    white-space: nowrap;
  }
  .navMain ul li.hasSub {
    position: relative;
    background: transparent !important;
  }
  .navMain ul li.hasSub span.arrow.menuLevel1 {
    position: absolute;
    z-index: 501;
    display: block;
    width: 25px;
    height: 100%;
    background: transparent no-repeat center center;
    background-size: auto 8px;
    top: 0px;
    right: 0px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navMain ul li:hover > a {
    color: #c2cb00;
  }
  .navMain ul ul {
    float: none;
    position: absolute;
    overflow: hidden;
    z-index: 990;
    min-width: 100%;
    max-height: 0;
    top: 54px;
    left: -35px;
    margin: 0;
    padding: 0;
    border-right: 0px solid #c2cb00;
    border-bottom: 0px solid #c2cb00;
    background: #c2cb00;
    -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;
  }
  .smaller .navMain ul ul {
    top: 38px;
  }
  .navMain ul ul li {
    margin: 0;
  }
  .navMain ul ul li:after {
    display: none;
  }
  .navMain ul ul li.hasSub span.arrow.menuLevel2 {
    position: absolute;
    z-index: 501;
    display: block;
    width: 25px;
    height: 100%;
    background: url(../Icons/more_green.svg) no-repeat right top;
    background-size: 9px 16px;
    top: 13px;
    right: 30px;
  }
  .navMain ul ul li a {
    display: block;
    width: 360px;
    padding-left: 40px;
    background: #fff;
  }
  .navMain ul ul:nth-child(2) {
    z-index: 990;
  }
  .navMain li:hover > ul,
.navMain li:focus-within > ul {
    max-height: 1000px;
    z-index: 999;
    padding-bottom: 15px;
    border-right: 5px solid #aab203;
    border-bottom: 5px solid #aab203;
    -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;
  }
  .navMain ul ul ul {
    display: none;
    z-index: 1;
    max-width: 0;
    top: 0px;
    /*
    			top: 0;
    			left: 360px;
    */
    background: #c2cb00;
  }
  .navMain ul ul ul li a {
    background: #c2cb00;
  }
  .navMain ul ul li:hover > ul,
.navMain ul ul li:focus-within > ul {
    position: absolute;
    max-width: 500px;
    left: 360px;
    left: 0;
    padding-left: 360px;
  }
  .navMain ul ul li:hover > ul li a,
.navMain ul ul li:focus-within > ul li a {
    background: #c2cb00;
  }
}
/* Submenüs per JS öffnen */
.navMain ul li.hasSub.open > ul[role=menu],
.navMain ul[role=menu][aria-hidden=false] {
  display: block;
}

/* Level 2 / 3 ebenfalls */
.navMain ul li.hasSub ul li.hasSub.open > ul[role=menu] {
  display: block;
}

/* Allgemein Klickfläche klarstellen */
.navMain .arrow {
  cursor: pointer;
}

/* Wenn der Pfeil (span.arrow) aria-expanded=true hat, optisch ‚offen‘ darstellen */
.navMain .arrow[aria-expanded=true] {
  /* selbes Styling wie bisher bei &:hover / .open */
  background-color: #c2cb00;
  background-image: url(../Icons/more_white.svg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Für Sub-Sub-Navigation in Mobildarstellung (grün/dunkelgrün) */
.navMain ul li.hasSub ul .arrow[aria-expanded=true] {
  background-color: #aab203;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Pfeil-Drehung/Optik am Desktop über ARIA */
@media (min-width: 1280px) {
  .navMain .arrow[aria-expanded=true] {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    /* wenn du für Desktop eine andere Richtung möchtest */
  }
}
@media screen and (max-width: 1279px) {
  /* Basis: Submenüs zu */
  .navMain [role=menu] {
    display: none;
  }

  /* Auf: durch JS */
  .navMain li.hasSub.open > [role=menu],
.navMain [role=menu][aria-hidden=false] {
    display: block;
  }

  /* Level 2+ */
  .navMain li.hasSub ul li.hasSub.open > [role=menu] {
    display: block;
  }

  /* Arrow klickbar + Zustand über ARIA */
  .navMain .arrow {
    cursor: pointer;
  }

  .navMain .arrow[aria-expanded=true] {
    background-color: #c2cb00;
    /* deine Optik */
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .navMain li.hasSub ul .arrow[aria-expanded=true] {
    background-color: #aab203;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  /* Safety gegen evtl. Inline-Styles */
  .navMain [role=menu] {
    height: auto !important;
    overflow: visible !important;
  }
}
@media screen and (min-width: 1280px) {
  /* Submenüs standardmäßig zu */
  .navMain li.hasSub > [role=menu] {
    display: none;
  }

  /* Auf per Hover oder Tastaturfokus */
  .navMain li.hasSub:hover > [role=menu],
.navMain li.hasSub:focus-within > [role=menu] {
    display: block;
    /* deine bisherigen Styles z. B.: */
    max-height: 1000px;
    padding-bottom: 15px;
    border-right: 5px solid #aab203;
    border-bottom: 5px solid #aab203;
    -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;
  }

  /* Flyout-Level seitlich */
  .navMain ul ul li:hover > [role=menu],
.navMain ul ul li:focus-within > [role=menu] {
    position: absolute;
    left: 0;
    max-width: 500px;
    padding-left: 360px;
    /* wie bisher */
  }

  /* Optional: Pfeil dreht sich bei offenem Zustand (rein optisch) */
  .navMain .arrow[aria-expanded=true] {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 1280px) {
  #navMain .arrow {
    display: none !important;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-nav {
  z-index: 11;
  width: 100%;
  height: 30px;
  left: 0;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .owl-carousel .owl-nav {
    height: 100%;
    top: calc(-100% - 90px);
    margin-bottom: 0px;
  }
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  z-index: 11;
  width: 30px;
  height: 100%;
  bottom: 0px;
  margin: 0;
  background: #c2cb00 url(../Icons/more_white.svg) no-repeat center center;
  background-size: 17px 31px !important;
  display: inline-block;
  cursor: pointer;
  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;
}
@media screen and (min-width: 960px) {
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
  background-color: #fff !important;
}
.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.2;
  cursor: default;
}
.owl-carousel .owl-nav .owl-prev {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0px;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  height: 35px;
  right: 0;
  left: 0;
  bottom: 0px;
  margin: 0 auto;
  display: block;
  text-align: center;
  background: #c2cb00;
  line-height: 1.2;
}
.owl-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  margin: 8px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 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;
}
.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover {
  background: #fff;
}

/* 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: 0 0 8px rgba(0, 0, 0, 0.6);
  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: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  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;
  }
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.newsLatest {
  height: 320px;
  border-color: #aab203;
}
.newsLatest a {
  display: block;
  height: 320px;
  margin-top: -35px;
  padding: 35px 10px 0 10px;
  text-align: center;
}
.newsLatest a:hover {
  background: #c2cb00;
}
.newsLatest a:hover h2, .newsLatest a:hover p, .newsLatest a:hover span {
  color: #000;
}

#index .newsLatest.owl-carousel {
  display: block;
}

.calList {
  display: flex;
}
@media screen and (min-width: 960px) {
  .calList {
    height: 240px;
  }
}
.calList .calListTime {
  width: 40%;
  padding: 34px 15px 30px 15px;
  border-right: 5px solid #ebebff;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .calList .calListTime {
    width: 25%;
    padding-top: 40px;
  }
}
.calList .calListTime span {
  display: block;
}
.calList .calListTime span.calDay {
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 38px;
}
@media screen and (min-width: 720px) {
  .calList .calListTime span.calDay {
    font-size: 48px;
  }
}
.calList .calListText {
  width: 60%;
  padding: 0 32px 30px 32px;
}
@media screen and (min-width: 720px) {
  .calList .calListText {
    width: 75%;
    padding: 0 40px 30px 40px;
  }
}
.calList:hover {
  border-color: #aab203;
}
.calList:hover h2 {
  color: #aab203;
}

.news-single h1 + p.largeItalic + div.auto2Col, .news-single h2.h1 + p.largeItalic + div.auto2Col {
  margin-top: 40px;
}
.news-single .newsSingleDate {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.news-single .newsSingleImage {
  margin: 70px 0 -22px 0;
}

.calSingleTime {
  text-align: center;
}
.calSingleTime span {
  display: block;
}
.calSingleTime span.calDay {
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 38px;
}
@media screen and (min-width: 720px) {
  .calSingleTime span.calDay {
    font-size: 48px;
  }
}

.main .mainContent.eventDetailWrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .main .mainContent.eventDetailWrap .mainbar {
    padding-top: 0;
    border: none !important;
    background: none !important;
  }
}

.eventDetail {
  display: flex;
  margin: 0 -40px -20px -40px;
}
@media screen and (max-width: 959px) {
  .eventDetail {
    flex-direction: column;
  }
}
@media screen and (max-width: 959px) {
  .eventDetail .eventDetailLeft {
    margin-bottom: 40px;
    padding: 30px 40px 20px 40px;
    border-right: 5px solid #ebebff;
    border-bottom: 5px solid #ebebff;
    background: #fff;
  }
}
@media screen and (min-width: 960px) {
  .eventDetail .eventDetailLeft {
    width: 16.5%;
    padding: 32px 35px 20px 40px;
    border-right: 5px solid #ebebff;
  }
}
@media screen and (max-width: 959px) {
  .eventDetail .eventDetailMainbar {
    padding: 30px 40px 20px 40px;
    border-right: 5px solid #ebebff;
    border-bottom: 5px solid #ebebff;
    background: #fff;
  }
}
@media screen and (min-width: 960px) {
  .eventDetail .eventDetailMainbar {
    width: 83.5%;
    padding: 0px 40px 20px 35px;
  }
}

.pagebrowser .column {
  background: transparent;
  border-color: transparent;
}
.pagebrowser .page-navigation ul.f3-widget-paginator {
  display: flex;
  justify-content: center;
  margin: 0;
}
.pagebrowser .page-navigation ul.f3-widget-paginator li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  padding: 0;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .pagebrowser .page-navigation ul.f3-widget-paginator li {
    width: 80px;
    height: 80px;
    margin: 0 20px;
  }
}
.pagebrowser .page-navigation ul.f3-widget-paginator li:before {
  display: none;
}
.pagebrowser .page-navigation ul.f3-widget-paginator li a, .pagebrowser .page-navigation ul.f3-widget-paginator li.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding-top: 1px;
  border-right: 5px solid #ebebff;
  border-bottom: 5px solid #ebebff;
  color: #000;
  font-size: 18px;
}
@media screen and (min-width: 720px) {
  .pagebrowser .page-navigation ul.f3-widget-paginator li a, .pagebrowser .page-navigation ul.f3-widget-paginator li.current {
    width: 80px;
    height: 80px;
  }
}
.pagebrowser .page-navigation ul.f3-widget-paginator li.current {
  color: #808080;
}
.pagebrowser .page-navigation ul.f3-widget-paginator li a:hover {
  border-color: #aab203;
  background: #c2cb00;
}
.pagebrowser .page-navigation ul.f3-widget-paginator li.previous a, .pagebrowser .page-navigation ul.f3-widget-paginator li.next a {
  border-color: #aab203;
  background: #c2cb00 url(../Icons/more_white.svg) no-repeat 25px 18px;
  background-size: auto 19px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 999em;
}
@media screen and (min-width: 720px) {
  .pagebrowser .page-navigation ul.f3-widget-paginator li.previous a, .pagebrowser .page-navigation ul.f3-widget-paginator li.next a {
    background-position: 34px 31px;
  }
}
.pagebrowser .page-navigation ul.f3-widget-paginator li.previous a:hover, .pagebrowser .page-navigation ul.f3-widget-paginator li.next a:hover {
  background-image: url(../Icons/more_default.svg);
}
.pagebrowser .page-navigation ul.f3-widget-paginator li.previous a {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: 24px 22px;
}
@media screen and (min-width: 720px) {
  .pagebrowser .page-navigation ul.f3-widget-paginator li.previous a {
    background-position: 34px 31px;
  }
}

.tx-powermail {
  margin-top: 50px;
}
.tx-powermail label {
  display: block;
  margin-bottom: 10px;
}
.tx-powermail .powermail_fieldwrap {
  margin-bottom: 0px;
}
.tx-powermail .powermail_fieldwrap_type_radio,
.tx-powermail .powermail_fieldwrap_type_check {
  margin: 0;
  clear: both;
}
@media screen and (min-width: 720px) {
  .tx-powermail .powermail_fieldwrap_type_radio,
.tx-powermail .powermail_fieldwrap_type_check {
    width: 75%;
    margin-left: 25%;
  }
}
.tx-powermail .powermail_fieldwrap_type_radio .radio label,
.tx-powermail .powermail_fieldwrap_type_radio .checkbox label,
.tx-powermail .powermail_fieldwrap_type_check .radio label,
.tx-powermail .powermail_fieldwrap_type_check .checkbox label {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 27px;
  font-weight: 400;
  color: #000;
}
.tx-powermail .powermail_fieldwrap_type_radio .radio label input[type=radio],
.tx-powermail .powermail_fieldwrap_type_radio .radio label input[type=checkbox],
.tx-powermail .powermail_fieldwrap_type_radio .checkbox label input[type=radio],
.tx-powermail .powermail_fieldwrap_type_radio .checkbox label input[type=checkbox],
.tx-powermail .powermail_fieldwrap_type_check .radio label input[type=radio],
.tx-powermail .powermail_fieldwrap_type_check .radio label input[type=checkbox],
.tx-powermail .powermail_fieldwrap_type_check .checkbox label input[type=radio],
.tx-powermail .powermail_fieldwrap_type_check .checkbox label input[type=checkbox] {
  position: absolute;
  z-index: 999999;
  opacity: 0;
  width: 18px;
  height: 18px;
  top: -2px;
  left: 1px;
}
.tx-powermail .powermail_fieldwrap_type_radio .radio label .checkmark,
.tx-powermail .powermail_fieldwrap_type_radio .checkbox label .checkmark,
.tx-powermail .powermail_fieldwrap_type_check .radio label .checkmark,
.tx-powermail .powermail_fieldwrap_type_check .checkbox label .checkmark {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 3px;
  left: 0px;
  border: 1px solid #808080;
  opacity: 1;
  background: url(../Icons/form_check.png) no-repeat center center;
  background-size: 100% 100%;
}
.tx-powermail .powermail_fieldwrap_type_radio .radio label input[type=radio]:checked ~ .checkmark,
.tx-powermail .powermail_fieldwrap_type_radio .checkbox label input[type=radio]:checked ~ .checkmark,
.tx-powermail .powermail_fieldwrap_type_check .radio label input[type=radio]:checked ~ .checkmark,
.tx-powermail .powermail_fieldwrap_type_check .checkbox label input[type=radio]:checked ~ .checkmark {
  background-image: url(../Icons/form_radio_checked.svg);
}
.tx-powermail .powermail_fieldwrap_type_radio .radio label input[type=checkbox]:checked ~ .checkmark,
.tx-powermail .powermail_fieldwrap_type_radio .checkbox label input[type=checkbox]:checked ~ .checkmark,
.tx-powermail .powermail_fieldwrap_type_check .radio label input[type=checkbox]:checked ~ .checkmark,
.tx-powermail .powermail_fieldwrap_type_check .checkbox label input[type=checkbox]:checked ~ .checkmark {
  background-image: url(../Icons/form_checkbox_checked.svg);
}
.tx-powermail .powermail_fieldwrap_type_text, .tx-powermail .powermail_fieldwrap_type_html {
  clear: both;
  width: 75%;
  margin-left: 25%;
  margin-top: 15px;
  font-size: 19px;
  line-height: 1.2;
}
.powermail_field_error,
.parsley-error,
.powermail_form .parsley-error:focus,
div.error {
  color: #ebebff;
}

.mandatory {
  padding-left: 3px;
  color: #000;
}

.tx-powermail .powermail_fieldset .parsley-errors-list {
  display: none;
  padding: 0.25em 0;
  list-style-type: none;
  width: 100%;
  float: right;
  clear: left;
  color: #ebebff;
  -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;
}
.tx-powermail .powermail_fieldset .parsley-errors-list li:before {
  content: "✗";
}
@media screen and (min-width: 720px) {
  .tx-powermail .powermail_fieldset .parsley-errors-list {
    margin-left: 30%;
    width: 70%;
  }
}

.tx-powermail .powermail_fieldset .parsley-errors-list.filled {
  display: block;
}

.powermail_fieldwrap_type_radio .parsley-errors-list,
.powermail_fieldwrap_type_check .parsley-errors-list {
  width: 100% !important;
  margin-top: 0em !important;
}

.tx-indexedsearch-searchbox {
  margin-bottom: 40px;
}
.tx-indexedsearch-searchbox fieldset {
  border: none;
}
.tx-indexedsearch-searchbox legend {
  display: none;
}
@media screen and (min-width: 720px) {
  .tx-indexedsearch-searchbox .tx-indexedsearch-form {
    width: 75%;
  }
}
@media screen and (min-width: 960px) {
  .tx-indexedsearch-searchbox .tx-indexedsearch-form {
    width: 50%;
  }
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form label {
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .tx-indexedsearch-searchbox .tx-indexedsearch-form label {
    float: left;
    width: auto;
  }
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form input.tx-indexedsearch-searchbox-sword {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 1em;
  margin-bottom: 8px !important;
}
@media screen and (min-width: 720px) {
  .tx-indexedsearch-searchbox .tx-indexedsearch-form input.tx-indexedsearch-searchbox-sword {
    float: right;
    width: 300px !important;
  }
}
@media screen and (min-width: 720px) {
  .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
    width: 75%;
  }
}
@media screen and (min-width: 960px) {
  .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
    width: 50%;
  }
}
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input[type=submit] {
  float: none;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: auto;
  padding-left: auto;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input[type=submit] {
    float: right;
    width: 300px !important;
  }
}

.tx-indexedsearch-browsebox {
  clear: both;
  margin-bottom: 15px;
  *zoom: 1;
}
.tx-indexedsearch-browsebox:before, .tx-indexedsearch-browsebox:after {
  content: " ";
  display: table;
}
.tx-indexedsearch-browsebox:after {
  clear: both;
}
.tx-indexedsearch-browsebox ul {
  padding: 0 !important;
}
.tx-indexedsearch-browsebox li {
  display: inline-block;
  padding: 4px 12px 5px 0px !important;
  background: none;
}
.tx-indexedsearch-browsebox li:before {
  display: none;
}
.tx-indexedsearch-browsebox li a {
  color: #000;
  text-decoration: none;
}
.tx-indexedsearch-browsebox li a:hover {
  color: #808080;
}
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  color: #808080;
}

.tx-indexedsearch-res {
  clear: both;
  margin: 0 0 30px 0;
  *zoom: 1;
}
.tx-indexedsearch-res:before, .tx-indexedsearch-res:after {
  content: " ";
  display: table;
}
.tx-indexedsearch-res:after {
  clear: both;
}
.tx-indexedsearch-res .tx-indexedsearch-redMarkup {
  color: #a5ac00 !important;
  font-weight: 700 !important;
}
.tx-indexedsearch-res h3 a {
  color: #000;
  text-decoration: none;
}
.tx-indexedsearch-res h3 a:hover {
  color: #808080;
}
.tx-indexedsearch-res h3 span {
  display: block;
  float: left;
}
.tx-indexedsearch-res h3 .tx-indexedsearch-icon {
  width: 30px;
  margin-top: -2px;
}
.tx-indexedsearch-res h3 .tx-indexedsearch-title {
  width: calc(100% - 90px);
}
@media screen and (max-width: 719px) {
  .tx-indexedsearch-res h3 .tx-indexedsearch-title {
    margin-bottom: 5px;
  }
}
.tx-indexedsearch-res h3 .tx-indexedsearch-percent {
  width: 60px;
}
@media screen and (min-width: 960px) {
  .tx-indexedsearch-res h3 .tx-indexedsearch-percent {
    float: right;
  }
}
.tx-indexedsearch-res .tx-indexedsearch-description {
  clear: both;
  display: block;
  padding: 12px 0px 7px 0px;
}
.tx-indexedsearch-res .tx-indexedsearch-info {
  clear: both;
  *zoom: 1;
  margin-bottom: 24px;
  padding: 0px 20px 0px 20px;
  font-size: 12px;
}
.tx-indexedsearch-res .tx-indexedsearch-info:before, .tx-indexedsearch-res .tx-indexedsearch-info:after {
  content: " ";
  display: table;
}
.tx-indexedsearch-res .tx-indexedsearch-info:after {
  clear: both;
}
.tx-indexedsearch-res .tx-indexedsearch-info dt {
  float: left;
  width: 25%;
  margin: 0px 0px 5px 0px;
  font-size: 12px;
}
.tx-indexedsearch-res .tx-indexedsearch-info dd {
  float: left;
  width: 75%;
  margin: 0 0 5px 0;
  font-size: 12px;
}
.tx-indexedsearch-res .tx-indexedsearch-info dd p {
  margin: 0;
  font-size: 12px;
}

.tx-indexedsearch-res + .tx-indexedsearch-browsebox {
  margin-top: 1.5em;
}

.regioDetailBack {
  margin-top: -30px;
  margin-bottom: 40px;
}

.regioSearch {
  padding: 0;
  background: #c2cb00;
  border: none;
  z-index: 9999;
}
@media screen and (min-width: 960px) {
  .regioSearch {
    height: 225px;
    padding: 30px 40px;
    border-right: 5px solid #aab203;
    border-bottom: 5px solid #aab203;
  }
}
@media screen and (max-width: 959px) {
  .regioSearch .regioFilter {
    order: 1;
  }
}
.regioSearch .regioFilter form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}
@media screen and (min-width: 960px) {
  .regioSearch .regioFilter form {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 100px);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 100px);
    column-gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .regioSearch .regioFilter form {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 120px);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 120px);
    column-gap: 40px;
  }
}
.regioSearch .regioFilter form div:first-child {
  display: none;
}
.regioSearch h2 {
  margin: 0px auto 40px auto;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .regioSearch h2 {
    font-size: 16px;
    text-align: left;
    margin: 0px;
    padding: 15px 40px 15px 40px;
    border-right: 5px solid #aab203;
  }
}
.regioSearch label {
  display: none;
}
@media screen and (max-width: 959px) {
  .regioSearch .select1 {
    order: 2;
  }
}
@media screen and (max-width: 959px) {
  .regioSearch .select2 {
    order: 3;
  }
}
.regioSearch .custom-select {
  position: relative;
  /* Hide the items when the select box is closed: */
}
.regioSearch .custom-select select {
  display: none;
}
.regioSearch .custom-select .select-selected {
  position: relative;
  display: grid;
  align-items: center;
  height: 33px;
  padding: 5px 90px 2px 40px;
  background-color: #fff;
  border-bottom: 5px solid #d9e2df;
  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;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .regioSearch .custom-select .select-selected {
    height: 60px;
    padding-left: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .regioSearch .custom-select .select-selected {
    height: 80px;
    padding-left: 40px;
    font-size: 20px;
  }
}
.regioSearch .custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 33px;
  height: 33px;
  background: #d9e2df url(../Icons/arrow_select.svg) center center no-repeat;
  background-size: 50%;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width: 960px) {
  .regioSearch .custom-select .select-selected:after {
    width: 60px;
    height: 60px;
    background-size: 50%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 1280px) {
  .regioSearch .custom-select .select-selected:after {
    width: 80px;
    height: 80px;
  }
}
.regioSearch .custom-select .select-selected.select-arrow-active {
  background: #d9e2df;
}
.regioSearch .custom-select .select-selected.select-arrow-active:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (min-width: 960px) {
  .regioSearch .custom-select .select-selected.select-arrow-active:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.regioSearch .custom-select .select-selected:hover {
  background: #fff;
}
.regioSearch .custom-select .select-items {
  position: absolute;
  max-height: calc(50vh - 0px);
  overflow-y: scroll;
  top: 30px;
  left: 0;
  right: 0;
  padding-top: 15px;
  padding-bottom: 25px;
  z-index: 99;
  background: #d9e2df;
  color: #000;
  border-bottom: 5px solid #a8c5bb;
}
@media screen and (min-width: 960px) {
  .regioSearch .custom-select .select-items {
    top: 55px;
  }
}
@media screen and (min-width: 1280px) {
  .regioSearch .custom-select .select-items {
    top: 75px;
  }
}
.regioSearch .custom-select .select-items div {
  padding: 4px 40px 4px 40px;
  cursor: pointer;
  -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: 960px) {
  .regioSearch .custom-select .select-items div {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .regioSearch .custom-select .select-items div {
    padding-left: 40px;
  }
}
.regioSearch .custom-select .select-items div:hover {
  background: #fff;
}
.regioSearch .custom-select .select-hide {
  display: none;
}
.regioSearch .custom-select .select-items div:hover, .regioSearch .custom-select .same-as-selected {
  background-color: #fff;
}
.regioSearch .inputText {
  position: relative;
  height: 60px;
}
@media screen and (min-width: 1280px) {
  .regioSearch .inputText {
    height: 80px;
  }
}
@media screen and (max-width: 959px) {
  .regioSearch .inputText {
    order: 4;
    height: 33px;
  }
}
.regioSearch .inputText input[type=text] {
  width: 100%;
  height: 33px;
  padding: 5px 50px 2px 40px;
  border-bottom: 5px solid #d9e2df;
  background: #fff;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #000;
}
@media screen and (min-width: 960px) {
  .regioSearch .inputText input[type=text] {
    height: 60px;
    padding: 5px 70px 2px 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .regioSearch .inputText input[type=text] {
    height: 80px;
    padding: 5px 90px 2px 40px;
    font-size: 20px;
  }
}
.regioSearch .inputText label {
  position: absolute;
  pointer-events: none;
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 5px 90px 7px 40px;
  color: #000;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  transition: 0.2s ease all;
}
@media screen and (min-width: 960px) {
  .regioSearch .inputText label {
    padding-left: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .regioSearch .inputText label {
    padding-left: 40px;
    font-size: 20px;
  }
}
.regioSearch .inputText input[type=text]:focus ~ label, .regioSearch .inputText label.floating {
  top: -10px;
  font-size: 10px;
  opacity: 0;
  color: #9c9cab;
  font-family: myriad-pro, arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .regioSearch .inputText input[type=text]:focus ~ label, .regioSearch .inputText label.floating {
    top: -22px;
    font-family: myriad-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 11px;
    opacity: 1;
  }
}
.regioSearch .inputText button[type=submit] {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 33px;
  height: 33px;
  padding: 0;
  background: #d9e2df url(../Icons/loupe_white.svg) center center no-repeat;
  background-size: 22px 13px;
  border: none;
}
@media screen and (min-width: 960px) {
  .regioSearch .inputText button[type=submit] {
    width: 60px;
    height: 60px;
    background-size: 30px 18px;
  }
}
@media screen and (min-width: 1280px) {
  .regioSearch .inputText button[type=submit] {
    width: 80px;
    height: 80px;
    background-size: 40px 24px;
  }
}
.regioSearch .inputText button[type=submit]:hover {
  background-color: #aab203;
}
.regioSearch .regioReset {
  display: grid;
  align-items: center;
  padding-bottom: 5px;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  border-bottom: 5px solid #fff;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  .regioSearch .regioReset {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .regioSearch .regioReset {
    order: 1;
    padding: 2px 40px 5px 40px;
    border-right: 5px solid #aab203;
    border-bottom: 5px solid #aab203;
  }
  .regioSearch .regioReset span {
    display: block;
    border-bottom: 3px solid #fff;
    font-size: 16px;
  }
}
.regioSearch .regioReset a {
  color: #fff;
}
.regioSearch .regioReset a:hover {
  color: #808080;
}

.regioOverview {
  background: none !important;
  border: none !important;
}
@media screen and (min-width: 960px) {
  .regioOverview {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 3fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  }
}
.regioOverview .regioList {
  order: 1;
  padding: 40px 40px;
  border-right: 5px solid #ebebff;
  border-bottom: 5px solid #ebebff;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .regioOverview .regioList {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}
.regioOverview .regioList section {
  margin: 0 0 40px 0;
}
.regioOverview .regioList section h3 {
  margin: 0;
}
.regioOverview .regioList section address {
  margin: 8px 0 8px 0;
  color: #000;
}
.regioOverview .regioList section p {
  margin: 0;
}
.regioOverview .regioList section a {
  display: block;
}
.regioOverview .regioList section a[href^=http] {
  display: inline-block;
  border-bottom: 1px solid #c2cb00;
}
.regioOverview .regioList section .regioLink h3 {
  position: relative;
}
.regioOverview .regioList section .regioLink h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 20px;
  top: 2px;
  left: -24px;
  opacity: 0;
  background: url(../Icons/icon_marker.png) no-repeat;
  -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;
  background-size: 100%;
}
@media screen and (min-width: 720px) {
  .regioOverview .regioList section .regioLink h3:after {
    top: 6px;
  }
}
.regioOverview .regioList section .regioLink:hover {
  color: #a5ac00;
  cursor: pointer;
}
.regioOverview .regioList section .regioLink:hover h3:after {
  opacity: 1;
}
.regioOverview .regioList section.active h3, .regioOverview .regioList section.active a {
  color: #a5ac00;
}
.regioOverview .regioMapWrap {
  order: 2;
}
@media screen and (max-width: 959px) {
  .regioOverview .regioMapWrap {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .regioOverview .regioMapWrap {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
}
.regioOverview .regioMapWrap .regioMap {
  z-index: 1;
  width: 100%;
  height: 1060px;
  max-height: calc(100vh - 225px);
  border-right: 5px solid #ebebff;
  border-bottom: 5px solid #ebebff;
}
@media screen and (min-width: 960px) {
  .regioDetail {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 2fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    -ms-grid-rows: minmax(0, auto) minmax(0, 1fr);
    grid-template-rows: minmax(0, auto) minmax(0, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .regioDetail {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 3fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  }
}
.regioDetail .regioDetailLogo {
  padding: 30px 40px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .regioDetail .regioDetailLogo {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    align-self: center;
  }
}
.regioDetail .regioDetailTitle {
  padding: 30px 40px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .regioDetail .regioDetailTitle {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    align-self: center;
  }
}
.regioDetail .regioDetailTitle h2 {
  margin: 0;
}
.regioDetail .regioDetailInfo {
  padding: 0 40px 30px 40px;
  border-top: 5px solid #ebebff;
}
@media screen and (min-width: 960px) {
  .regioDetail .regioDetailInfo {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    border-right: 5px solid #ebebff;
  }
}
.regioDetail .regioDetailInfo h3 {
  margin-bottom: 12px;
}
.regioDetail .regioDetailInfo h3.first {
  margin-top: 0;
}
.regioDetail .regioDetailInfo h4 {
  margin: 0;
}
.regioDetail .regioDetailInfo dl {
  margin: 12px 0 12px 0;
}
.regioDetail .regioDetailInfo dl dt {
  margin: 0 0 0px 0;
}
@media screen and (min-width: 320px) {
  .regioDetail .regioDetailInfo dl dt {
    width: 40px;
  }
}
.regioDetail .regioDetailInfo dl dd {
  margin: 0px 0px 0px 0;
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .regioDetail .regioDetailInfo dl dd {
    width: calc(100% - 45px);
  }
}
.regioDetail .regioDetailInfo a[href^=mailto], .regioDetail .regioDetailInfo a[href^=javascript], .regioDetail .regioDetailInfo [href^=http], .regioDetail .regioDetailInfo [href^="#"] {
  display: inline-block;
  border-bottom: 1px solid #c2cb00;
}
.regioDetail .regioDetailInfo a[href^=mailto], .regioDetail .regioDetailInfo a[href^=javascript], .regioDetail .regioDetailInfo [href^="#"] {
  margin-top: 12px;
}
.regioDetail .regioDetailInfo .regioProducts {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding-left: 16px;
}
.regioDetail .regioDetailInfo .regioProducts:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 12px;
  left: 0px;
  top: 5px;
  background: url(../Icons/more_default.svg) no-repeat;
  background-size: 6px 9px;
}
@media screen and (min-width: 720px) {
  .regioDetail .regioDetailInfo .regioProducts:before {
    top: 8px;
    background-size: 8px 12px;
  }
}
.regioDetail .regioDetailInfo .regioProducts span {
  display: block;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.regioDetail .regioDetailInfo .regioZertifikate {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  justify-items: center;
  align-items: center;
  gap: 10px;
}
.regioDetail .regioDetailText {
  padding: 0 40px 30px 40px;
}
@media screen and (min-width: 960px) {
  .regioDetail .regioDetailText {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    border-top: 5px solid #ebebff;
  }
}
@media screen and (min-width: 590px) {
  .regioDetail .regioDetailText {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 40px;
    padding-right: 0;
  }
}
.regioDetail .regioDetailText .regioPartner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  justify-items: center;
  align-items: center;
  gap: 20px;
}
.regioDetail .regioDetailText .regioMap {
  z-index: 1;
  width: 100vw;
  min-height: 360px;
  margin-top: 40px;
  margin-bottom: 15px;
  margin-left: -40px;
  background: #e1e1e1;
}
@media screen and (min-width: 590px) {
  .regioDetail .regioDetailText .regioMap {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}
.regioDetail .regioDetailText .regioPics {
  width: 100vw;
  margin-left: -40px;
}
@media screen and (min-width: 590px) {
  .regioDetail .regioDetailText .regioPics {
    width: 100%;
    margin-left: 0;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}
.regioDetail .regioDetailText .regioPics img {
  margin-bottom: 10px;
}

.map-preview {
  display: block;
  margin-bottom: 20px;
  padding: 30px 40px 30px 40px;
  background: #d9e2df;
}
.map-preview h3 {
  -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;
  text-align: left;
  margin-top: 17px;
}
.map-preview h3 svg {
  display: inline-block;
  height: 20px;
  margin-right: 10px;
}
.map-preview h3 svg path {
  fill: #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;
}
.map-preview p {
  text-align: left;
}
.map-preview form {
  margin-bottom: 0;
}
.map-preview input[type=submit], .map-preview button[type=submit], .map-preview button[type=reset] {
  all: unset !important;
  display: block !important;
  padding: 17px 40px !important;
  background: #aab203 !important;
  color: #fff !important;
  font-weight: 600 !important;
  *zoom: 1;
  -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;
  border: 2px solid #aab203 !important;
}
.map-preview input[type=submit]:before, .map-preview input[type=submit]:after, .map-preview button[type=submit]:before, .map-preview button[type=submit]:after, .map-preview button[type=reset]:before, .map-preview button[type=reset]:after {
  content: " ";
  display: table;
}
.map-preview input[type=submit]:after, .map-preview button[type=submit]:after, .map-preview button[type=reset]:after {
  clear: both;
}
.map-preview input[type=submit]:hover, .map-preview button[type=submit]:hover, .map-preview button[type=reset]:hover {
  cursor: pointer !important;
  border-color: #c2cb00 !important;
}
