@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/*
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
*/
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

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

td,
th {
  padding: 0; }

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

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

html {
  overflow-y: scroll;
  background: #959595;
  color: #363636;
  font-family: arial,helvetica,sans-serif;
  line-height: 1.4;
  color: #363636;
  font-size: 12px;
  font-size: 75%; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

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

iframe {
  max-width: 100%; }

::-moz-selection {
  color: #fff;
  background: #00692a; }

::selection {
  color: #fff;
  background: #00692a; }

h1, h1 a {
  margin: 3px 0 0 0;
  padding: 10px 0 0px 0;
  font-size: 20px;
  font-size: 1.66667rem;
  font-weight: bold;
  color: #686a69;
  text-transform: uppercase;
  font-weight: bold; }

.contentLeft h1, .contentLeft h1 a {
  margin: 7px 0 10px 0;
  margin: 11px 0 17px 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.33333rem;
  text-align: right; }
  @media screen and (max-width: 561px) {
    .contentLeft h1, .contentLeft h1 a {
      position: absolute;
      clip: rect(1px, 1px, 1px, 1px); } }

h2 {
  margin: 16px 0 18px 0;
  font-size: 16px;
  font-size: 1.33333rem;
  font-weight: bold;
  color: #444;
  text-transform: uppercase; }
  @media screen and (min-width: 562px) {
    h2 {
      margin-top: 11px; } }

p {
  margin: 0; }

a {
  color: #00692a;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out; }
  a:hover {
    color: #eb1d2a; }

.internal-link:before {
  content: '\21D7\FE0E';
  color: #00692a;
  font-size: 150%; }

.internal-link:hover:before {
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  color: #eb1d2a; }

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

.content ul {
  margin-bottom: 15px; }
  .content ul li {
    margin-bottom: 0.5em;
    padding-left: 1.25em;
    line-height: 1.4; }
  .content ul li:before {
    position: absolute;
    content: url(../_images/list.png);
    margin-top: -0.125em;
    margin-left: -1.0em; }

.content p + ul {
  margin-top: 0.75em; }

.content ol {
  margin-bottom: 15px;
  padding-left: 15px;
  list-style-type: decimal; }

strong, b {
  font-weight: 700; }

em, i {
  font-style: italic; }

table, blockquote {
  margin-bottom: 15px; }

table {
  width: 100%;
  max-width: 100% !important;
  margin: 20px 0;
  border-collapse: collapse; }
  table th {
    color: #686a69;
    font-weight: 700;
    vertical-align: top;
    text-transform: uppercase; }
  table th, table td {
    padding: 0.75rem 0px;
    vertical-align: top;
    text-align: left; }

.divider, hr {
  clear: both;
  display: block;
  height: 2px !important;
  margin: 2px 0px 12px 0px;
  padding: 0 !important;
  background: #7d7d7d;
  border: 0;
  font-size: 0;
  line-height: 0; }

form {
  margin: 30px 0; }

fieldset {
  padding: 0; }
  fieldset .column.half {
    padding: 0; }
  @media screen and (min-width: 562px) {
    fieldset .column.half:first-child {
      padding-right: 20px; }
    fieldset .column.half:nth-child(2) {
      padding-left: 20px; } }

legend {
  display: none; }

label {
  width: 100%;
  font-weight: 700; }
  @media screen and (min-width: 562px) {
    label {
      clear: both;
      float: left;
      width: 30%;
      padding-right: 20px; } }

input, textarea, select, file {
  width: 100%;
  padding: 5px 14px;
  margin: 0 0 10px 0;
  border: 1px solid #7d7d7d;
  background: #fff;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  color: #363636;
  font-size: 11px;
  font-size: 0.91667rem; }
  @media screen and (min-width: 562px) {
    input, textarea, select, file {
      float: right;
      width: 70%; } }

input[type='radio'], input[type='checkbox'] {
  width: auto;
  margin: 1px 10px 10px 10px;
  background: none;
  border: none; }

input[type='submit'] {
  clear: both;
  width: auto;
  float: right;
  margin-top: 10px;
  padding: 10px 30px;
  background: #46bb00;
  border: none;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700; }
  input[type='submit']:hover {
    background: #eb1d2a; }

textarea {
  height: 10em; }

input:focus, textarea:focus {
  -moz-box-shadow: 3px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 2px 3px 0px rgba(0, 0, 0, 0.1);
  outline: 0; }

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

select:focus {
  outline: none; }

select::-ms-expand {
  display: none; }

select:-moz-focusring, select::-moz-focus-inner {
  color: transparent;
  text-shadow: 0 0 0 #000;
  border: 0; }

option {
  padding: 5px 14px;
  line-height: 1.5;
  color: #363636;
  border: none; }

.browsehappy {
  width: 80%;
  margin: 10px auto;
  padding: 10px;
  border: 1px solid #eb1d2a; }

.wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.row {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  background: #fff; }
  @media screen and (min-width: 990px) {
    .row {
      max-width: 1140px; } }

.column {
  padding: 0 20px;
  text-align: left; }

@media screen and (min-width: 562px) {
  .column {
    float: left; }
  .column.full {
    width: 100%; }
  .column.two-thirds {
    width: 66.7%; }
  .column.half {
    width: 50%; }
  .column.third {
    width: 33.3%; }
  .column.contentLeft {
    width: 42.1%; }
  .column.contentRight {
    float: right;
    width: 54.9%; }
  .column.flow-opposite {
    float: right; } }

.topGallery .flexslider {
  border-top: 20px solid #fff; }

.topGallery p {
  margin-top: 1.0rem;
  color: #7d7d7d;
  font-size: 16px;
  font-size: 1.33333rem;
  font-weight: bold;
  text-align: center; }
  @media screen and (min-width: 562px) {
    .topGallery p {
      font-size: 20px;
      font-size: 1.66667rem; } }

.topGallery .flexslider {
  border-top: 0px solid #fff;
  display: block;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  margin: 0 auto;
  background: #fff;
  text-align: center; }

.topGallery .slides {
  width: 100% !important;
  height: 100% !important; }
  .topGallery .slides li {
    width: 100% !important;
    height: 100% !important; }
  .topGallery .slides img {
    display: block;
    width: auto !important;
    height: 100% !important; }
  .topGallery .slides p {
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
    color: #363636;
    font-size: 16px;
    font-size: 1.33333rem;
    text-align: center; }
    @media screen and (min-width: 562px) {
      .topGallery .slides p {
        font-size: 20px;
        font-size: 1.66667rem; } }

.topGallery .flex-control-nav {
  bottom: 10px; }

@media screen and (min-width: 990px) {
  .mainWrapper {
    margin-top: 20px; } }

@media screen and (min-width: 990px) {
  #flexzelt .mainWrapper {
    margin-top: 0px; } }

@media screen and (min-width: 990px) {
  #traktorurlaub .mainWrapper {
    margin-top: 0px; } }

@media screen and (min-width: 990px) {
  #index .mainWrapper, #pollenried .mainWrapper {
    margin-top: 0px; } }

.navMain {
  padding: 10px 20px; }
  .navMain .column {
    padding: 0; }
    @media screen and (min-width: 990px) {
      .navMain .column {
        padding: 0 0px; } }

#index .navMain, #pollenried .navMain {
  border-top: none; }
  @media screen and (min-width: 990px) {
    #index .navMain, #pollenried .navMain {
      background: #959595; } }

.headerimage {
  position: relative; }
  .headerimage .column {
    padding: 0; }
    @media screen and (min-width: 990px) {
      .headerimage .column {
        padding: 0 20px; } }
  .headerimage .searchbar {
    position: absolute;
    z-index: 10;
    bottom: 15px;
    right: 15px; }
    @media screen and (min-width: 562px) {
      .headerimage .searchbar {
        bottom: 34px;
        right: 25px; } }
    .headerimage .searchbar input.search {
      width: 100px;
      background: #6dc833;
      color: #fff;
      padding: 6px 4px 6px 4px;
      border: 1px solid #ffffff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      @media screen and (min-width: 562px) {
        .headerimage .searchbar input.search {
          width: 140px; } }
    .headerimage .searchbar input.submit {
      position: absolute;
      width: 25px;
      height: 26px;
      top: 1px;
      right: 1px;
      padding: 0;
      border: none;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px; }

.content {
  padding-bottom: 1.0rem; }
  .content .contentLeft {
    margin-top: 20px; }
  .content .contentRight {
    position: relative;
    margin-top: 20px; }
    .content .contentRight #since {
      float: right;
      max-width: 35%;
      margin-top: 1px;
      margin-bottom: 0.5rem;
      margin-left: 20px; }
  .content .navSub {
    display: none;
    margin: 0;
    padding: 0;
    text-align: right; }
    @media screen and (min-width: 562px) {
      .content .navSub {
        display: block; } }
    .content .navSub li {
      margin: 0;
      padding: 0; }
    .content .navSub li:before {
      display: none; }
    .content .navSub a {
      display: block;
      padding: 0.125rem 0px;
      color: #7d7d7d;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: bold;
      text-align: right; }
      .content .navSub a:hover {
        color: #f73429; }
    .content .navSub .active > a {
      color: #f73429; }
    .content .navSub ul {
      margin-top: 0.5rem; }
      .content .navSub ul a {
        font-weight: normal; }
    .content .navSub ul ul a {
      text-transform: none; }
      .content .navSub ul ul a:hover {
        color: #46bb00; }
    .content .navSub ul ul .active a {
      color: #46bb00; }

.footer {
  padding: 10px 0px 20px 0px; }
  .footer a {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #7d7d7d;
    font-weight: bold;
    text-transform: uppercase; }
    .footer a:first-child {
      margin-left: -1.0rem; }
    @media screen and (min-width: 562px) {
      .footer a {
        margin-right: 5px;
        padding: 0; } }
    .footer a:hover {
      opacity: 0.8;
      color: #eb1d2a;
      text-decoration: none; }
  @media screen and (min-width: 562px) {
    .footer .footerCol.infolinks {
      width: 350px;
      max-width: 33%; } }
  .footer .footerCol.infolinks a {
    display: inline-block;
    margin-left: 0; }
    @media screen and (min-width: 562px) {
      .footer .footerCol.infolinks a {
        margin-right: 15px; }
        .footer .footerCol.infolinks a:first-child {
          margin-left: 0; }
        .footer .footerCol.infolinks a:last-child {
          margin-right: 0; } }
  .footer .footerCol.icons {
    padding-right: 5px; }
    @media screen and (min-width: 562px) {
      .footer .footerCol.icons {
        width: 185px;
        max-width: 33%;
        text-align: right; } }
  @media screen and (min-width: 562px) {
    .footer .footerCol.socialmedia {
      width: 33%;
      max-width: 33%;
      text-align: right; } }

/* Flexnav Base Styles */
.flexnav {
  position: relative;
  z-index: 200;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 100%;
  max-height: 0; }
  .flexnav.opacity {
    opacity: 0; }
  .flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px; }
  .flexnav li {
    position: relative;
    z-index: 100;
    overflow: hidden; }
    .flexnav li:last-child {
      border-bottom: none; }
  .flexnav li a {
    position: relative;
    z-index: 100;
    display: block;
    overflow: hidden;
    padding: 10px 0px;
    border-top: 1px solid #f6f6f6;
    text-decoration: none;
    -webkit-transition: color 0s ease-out, background-color 0s ease-out, opacity 0s ease-out, content 0s ease-out;
    -moz-transition: color 0s ease-out, background-color 0s ease-out, opacity 0s ease-out, content 0s ease-out;
    -o-transition: color 0s ease-out, background-color 0s ease-out, opacity 0s ease-out, content 0s ease-out;
    transition: color 0s ease-out, background-color 0s ease-out, opacity 0s ease-out, content 0s ease-out;
    text-transform: uppercase;
    color: #7d7d7d;
    font-size: 14px;
    font-size: 1.16667rem; }
  .flexnav li a.active, .flexnav li a:hover {
    color: #eb1d2a !important; }
  .flexnav li ul {
    width: 100%; }
    .flexnav li ul li {
      position: relative;
      z-index: 100;
      overflow: hidden;
      border-bottom: none; }
  .flexnav li ul.flexnav-show li {
    overflow: visible; }
  .flexnav li ul li a {
    display: block;
    padding-left: 40px;
    border: none; }
  .flexnav ul li ul li a {
    padding-left: 60px;
    text-transform: none; }
  .flexnav ul li ul li ul li a {
    padding-left: 80px;
    font-style: italic; }
  .flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: auto;
    display: inline-block;
    text-align: center;
    color: #fff; }
    .flexnav .touch-button:hover {
      cursor: pointer; }
    .flexnav .touch-button .navicon {
      position: relative;
      top: 0.8em;
      font-size: 12px;
      font-size: 1rem;
      color: #7d7d7d;
      padding: 1.5em 1em; }
  .flexnav .touch-button.active {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .flexnav .touch-button.active .navicon {
      top: -1.0rem; }
  .flexnav ul .touch-button .navicon {
    color: #7d7d7d; }

.navButton {
  position: relative;
  display: block;
  padding: 21px 20px 18px 40px;
  background: url(../_images/_icons/start.png) no-repeat 0px 1.375em;
  color: #eb1d2a;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.16667rem; }
  .navButton:hover {
    cursor: pointer; }
  .navButton.active {
    color: #eb1d2a; }
  .navButton:after {
    content: "Menü ▼"; }
  .navButton.active:after {
    content: "Menü ▲"; }
  .navButton .touch-button {
    display: none;
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center; }
    .navButton .touch-button .navicon {
      font-size: 16px;
      font-size: 0.8rem;
      position: relative;
      top: 1em;
      color: #7d7d7d; }

@media screen and (max-width: 989px) {
  .openActive > ul {
    display: block !important; } }

@media screen and (min-width: 990px) {
  body.one-page {
    padding-top: 70px; }
  .flexnav {
    overflow: visible;
    z-index: 100; }
    .flexnav.opacity {
      opacity: 1; }
    .flexnav.one-page {
      top: 0;
      right: auto;
      max-width: 990px; }
    .flexnav li {
      position: relative;
      z-index: 100;
      list-style: none;
      float: left;
      display: block;
      overflow: visible;
      width: auto;
      border-bottom: none; }
    .flexnav li a {
      display: block;
      width: 100% !important;
      padding: 21px 30px 11px 0px;
      line-height: 1;
      font-weight: bold;
      border: none;
      font-size: 15px;
      font-size: 1.25rem; }
    .flexnav > li:first-child a {
      padding-left: 38px;
      background: url(../_images/_icons/start.png) no-repeat left 1.125em; }
    .flexnav > li:last-child a {
      padding-right: 0px; }
    .flexnav > li:hover > a {
      color: #eb1d2a; }
    .flexnav li > ul {
      position: absolute;
      z-index: 400;
      top: auto;
      left: -20px;
      width: 240px;
      padding: 0.75rem 0px;
      background: rgba(253, 253, 253, 0.9); }
      .flexnav li > ul li {
        width: 100%;
        z-index: 300; }
        .flexnav li > ul li a {
          display: block;
          padding: 0.375rem 20px;
          background: transparent;
          font-size: 12px;
          font-size: 1rem;
          font-weight: bold;
          line-height: 1.25; }
    .flexnav > li.item-with-ul:hover > a {
      background: url(../_images/flexnav_ul_ul_before.png) no-repeat 0px bottom; }
    .flexnav li ul li > ul {
      margin-left: 100%;
      top: -0.75em;
      left: 0px;
      border-left: 1px solid white; }
      .flexnav li ul li > ul a {
        padding-left: 20px;
        text-transform: uppercase;
        font-size: 11px;
        font-size: 0.91667rem;
        font-weight: normal; }
    .flexnav li ul li ul li > ul {
      display: none !important; }
      .flexnav li ul li ul li > ul a {
        padding-left: 20px;
        font-style: normal;
        text-transform: none; }
    .flexnav li ul.open {
      display: block;
      opacity: 1;
      visibility: visible;
      z-index: 201; }
      .flexnav li ul.open li {
        overflow: visible; }
      .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0; }
  .navButton {
    display: none; }
  .navicon {
    display: none; }
  ul ul .navicon {
    display: block;
    top: -1.375em !important;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  ul ul ul .navicon {
    display: none;
    top: -1.375em !important;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@media screen and (min-width: 990px) {
  #index .flexnav li a, #pollenried .flexnav li a {
    color: #fff; }
    #index .flexnav li a:hover, #index .flexnav li a.active, #pollenried .flexnav li a:hover, #pollenried .flexnav li a.active {
      color: #a5a5a5; }
  #index .flexnav ul, #pollenried .flexnav ul {
    background: rgba(149, 149, 149, 0.9); }
  #index .flexnav .navicon, #pollenried .flexnav .navicon {
    color: #fff; } }

/*
 * jQuery FlexSlider v2.3.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristimäki (@villeristi)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../_fonts/flexslider-icon.eot");
  src: url("../_fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../_fonts/flexslider-icon.woff") format("woff"), url("../_fonts/flexslider-icon.ttf") format("truetype"), url("../_fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

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

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

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

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

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

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

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

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

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

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 40px;
  padding-bottom: 8px;
  background: url(../_images/flexslider_shadow.png) no-repeat center bottom;
  background-size: 100% auto;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 562px) {
    .flexslider {
      padding-bottom: 22px; } }
  @media screen and (min-width: 990px) {
    .flexslider {
      padding-bottom: 32px; } }

.flexslider .slides {
  zoom: 1; }

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

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

.carousel li {
  margin-right: 5px; }

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

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  position: absolute;
  top: 30%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #46bb00;
  text-shadow: 1px 1px 2px #686a69;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(253, 253, 253, 0.9);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  @media screen and (min-width: 562px) {
    .flex-direction-nav a {
      top: 40%; } }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1.3;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: 0px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }

.flex-direction-nav .flex-next {
  right: 0px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.75; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1.0; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.75; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1.0; }

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

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

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

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

.flex-pauseplay a .flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center; }
  @media screen and (min-width: 562px) {
    .flex-control-nav {
      bottom: -20px; } }

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

.flex-control-paging li a {
  width: 13px;
  height: 13px;
  margin: 0px 5px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #a5a5a5;
  /*
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #eb1d2a; }

.flex-control-paging li a.flex-active {
  background: #eb1d2a;
  cursor: default; }

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

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

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

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

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

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1; }
  .flex-direction-nav .flex-next {
    opacity: 1; } }

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

.rsImg {
  margin: 0 !important; }

.rsArrow {
  position: absolute;
  display: block;
  z-index: 21;
  top: 40%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: rgba(253, 253, 253, 0.9);
  cursor: pointer;
  opacity: 0.7; }
  .rsArrow:hover {
    opacity: 1; }
  .rsArrow .rsArrowIcn {
    width: 60px;
    height: 60px;
    background: url("../_images/royalSlider_controls.png") transparent; }

.rsArrowLeft {
  left: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }
  .rsArrowLeft .rsArrowIcn {
    background-position: 0px -55px; }

.rsArrowRight {
  right: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }
  .rsArrowRight .rsArrowIcn {
    background-position: 0px 5px; }

.rsItem {
  position: relative; }
  .rsItem .topLayer {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0; }

#flexzelt .rsItem {
  background: #fff; }
  #flexzelt .rsItem:before {
    content: '';
    z-index: 99;
    position: absolute;
    width: 53%;
    height: 6%;
    top: 0;
    left: -1px;
    background: url(../_images/_icons/slider_top.svg) no-repeat left top;
    background-size: 100%; }
  #flexzelt .rsItem:after {
    content: '';
    z-index: 99;
    position: absolute;
    width: calc(100% + 4px);
    height: 22%;
    bottom: 5px;
    left: -2px;
    background: url(../_images/_icons/slider_bottom.svg) no-repeat right bottom;
    background-size: 100%; }

#traktorurlaub .rsItem {
  background: #fff; }
  #traktorurlaub .rsItem:before {
    content: '';
    z-index: 99;
    position: absolute;
    width: 53%;
    height: 6%;
    top: 0;
    left: -1px;
    background: url(../_images/_icons/slider_top.svg) no-repeat left top;
    background-size: 100%; }
  #traktorurlaub .rsItem:after {
    content: '';
    z-index: 99;
    position: absolute;
    width: calc(100% + 4px);
    height: 22%;
    bottom: 5px;
    left: -2px;
    background: url(../_images/_icons/slider_bottom_blank.svg) no-repeat right bottom;
    background-size: 100%; }

#index .rsItem {
  background: #fff; }
  #index .rsItem:before {
    content: '';
    z-index: 99;
    position: absolute;
    width: 53%;
    height: 6%;
    top: 0;
    left: -1px;
    background: url(../_images/_icons/slider_top.svg) no-repeat left top;
    background-size: 100%; }
  #index .rsItem:after {
    content: '';
    z-index: 99;
    position: absolute;
    width: calc(100% + 4px);
    height: 22%;
    bottom: 5px;
    left: -2px;
    background: url(../_images/_icons/slider_bottom.svg) no-repeat right bottom;
    background-size: 100%; }

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none; }

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0; }

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }

.nivo-box img {
  display: block; }

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.nivo-caption p {
  padding: 5px;
  margin: 0; }

.nivo-caption a {
  display: inline !important; }

.nivo-html-caption {
  display: none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer; }

.nivo-prevNav {
  left: 0px; }

.nivo-nextNav {
  right: 0px; }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0; }

.nivo-controlNav a {
  cursor: pointer; }

.nivo-controlNav a.active {
  font-weight: bold; }

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.theme-default .nivoSlider {
  position: relative;
  background: #fff url(../_images/_icons/loading.gif) no-repeat 50% 50%;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a; }

.theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none; }

.theme-default .nivoSlider a {
  border: 0;
  display: block; }

.theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0; }

.theme-default .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../_images/_icons/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px; }

.theme-default .nivo-controlNav a.active {
  background-position: 0 -22px; }

.theme-default .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../_images/_icons/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.theme-default:hover .nivo-directionNav a {
  opacity: 1; }

.theme-default a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px; }

.theme-default a.nivo-prevNav {
  left: 15px; }

.theme-default .nivo-caption {
  font-family: Helvetica, Arial, sans-serif; }

.theme-default .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff; }

.theme-default .nivo-caption a:hover {
  color: #fff; }

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%; }

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px; }

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto; }

.topLayer {
  position: absolute;
  display: block !important;
  z-index: 10;
  width: 100%;
  top: 0px;
  left: 0; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  padding: 0 20px;
  -ms-touch-action: pan-y; }
  .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -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-wrapper:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }
    .owl-carousel .owl-wrapper-outer.autoHeight {
      -webkit-transition: height 500ms ease-in-out;
      -moz-transition: height 500ms ease-in-out;
      -ms-transition: height 500ms ease-in-out;
      -o-transition: height 500ms ease-in-out;
      transition: height 500ms ease-in-out; }
  .owl-carousel .owl-item {
    float: left;
    -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-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }
  .owl-controls .owl-buttons div {
    position: absolute;
    top: 28%;
    cursor: pointer;
    color: #cecece;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.66667rem;
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
    -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
    -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out; }
    .owl-controls .owl-buttons div:hover {
      color: #eb1d2a; }
    .owl-controls .owl-buttons div.owl-prev {
      left: 0; }
    .owl-controls .owl-buttons div.owl-next {
      right: 0; }

.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

@font-face {
  font-family: 'footable';
  src: url("../_fonts/footable.eot");
  src: url("../_fonts/footable.eot?#iefix") format("embedded-opentype"), url("../_fonts/footable.woff") format("woff"), url("../_fonts/footable.ttf") format("truetype"), url("../_fonts/footable.svg#footable") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'footable';
    src: url("../_fonts/footable.svg#footable") format("svg");
    font-weight: normal;
    font-style: normal; } }

.footable {
  width: 100%; }

.footable.breakpoint > tbody > tr.footable-detail-show > td {
  border-bottom: none; }

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e001"; }

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer; }

.footable.breakpoint > tbody > tr > td.footable-cell-detail {
  background: #eee;
  border-top: none; }

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 8px;
  font-size: 14px;
  font-size: 1.16667rem;
  color: #00692a; }

.footable.breakpoint > tbody > tr > td > span.footable-toggle:hover {
  color: #eb1d2a; }

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e009"; }

.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "\e008"; }

/*
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
	content: "\e000";
}
.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e005";
}
.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
	content: "\e004";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e003";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
	content: "\e002";
}
.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
content: "\e007";
}
.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
	content: "\e006";
}
.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e009";
}
.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
	content: "\e008";
}
.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e00f";
}
.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
	content: "\e011";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e013";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
	content: "\e015";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e01b";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
	content: "\e01d";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e00b";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
	content: "\e00d";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e01f";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
	content: "\e021";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	content: "\e017";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
	content: "\e019";
}
*/
.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
  font-size: 18px;
  font-size: 1.5rem; }

.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
  font-size: 24px;
  font-size: 2rem; }

.footable > thead > tr > th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none; }

.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer; }

.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  content: "\e013"; }

.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  content: "\e012"; }

.footable > thead > tr > th > span.footable-sort-indicator {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 5px; }

.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: "\e022"; }

.footable > tfoot .pagination {
  margin: 0; }

.footable.no-paging .hide-if-no-paging {
  display: none; }

.footable-row-detail-inner {
  display: table; }

.footable-row-detail-row {
  display: table-row;
  line-height: 1.5em; }

.footable-row-detail-group {
  display: block;
  line-height: 2em;
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: bold; }

.footable-row-detail-name {
  display: table-cell;
  font-weight: bold;
  padding-right: 0.5em; }

.footable-row-detail-value {
  display: table-cell; }

.footable-odd {
  background-color: rgba(253, 253, 253, 0.9); }

@media screen and (max-width: 561px) {
  .footable tr {
    border-top: 1px solid rgba(253, 253, 253, 0.9);
    border-bottom: 1px solid rgba(253, 253, 253, 0.9); }
    .footable tr.footable-detail-show {
      border-bottom: none; }
    .footable tr.footable-row-detail {
      border-top: none; } }

.footable tr.footable-detail-show {
  background: #f6f6f6; }
  .footable tr.footable-detail-show td {
    color: black; }
  .footable tr.footable-detail-show:hover td {
    background: rgba(253, 253, 253, 0.9); }

.footable tr.footable-row-detail {
  background: rgba(253, 253, 253, 0.9);
  color: black; }
  .footable tr.footable-row-detail td {
    padding-left: 50px; }

.footable td {
  padding: 0.5em 0px 0.5em 0px;
  color: #444;
  vertical-align: top; }

.footable tr:hover td, .footable tr:hover th {
  background: rgba(253, 253, 253, 0.9);
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  color: black; }

.tx-wecmap-map {
  width: 100% !important; }
  .tx-wecmap-map img {
    max-width: none !important; }

.gridTwoCol .column {
  padding: 10px 0; }

@media screen and (min-width: 562px) {
  .gridTwoCol .column.half {
    width: 100%; } }

@media screen and (min-width: 990px) {
  .gridTwoCol .column.half {
    width: 50%; }
  .gridTwoCol .column.half:first-child {
    padding-right: 20px; }
  .gridTwoCol .column.half:last-child {
    padding-left: 20px; } }

.csc-textpic-imagewrap, .csc-textpic-imagewrap figure {
  max-width: 100% !important; }

figure.csc-textpic-image {
  max-width: 100% !important;
  display: block !important; }
  figure.csc-textpic-image figcaption {
    width: 100%;
    display: block;
    padding: 5px 5px;
    font-size: 12px;
    font-size: 1rem;
    text-align: center; }

.csc-textpic-imagewrap[data-csc-images='1'] {
  margin-bottom: 20px; }

.csc-textpic-imagewrap[data-csc-cols='2'] .csc-textpic-imagerow {
  margin-bottom: 10px; }

.csc-textpic-imagewrap[data-csc-cols='2'] .csc-textpic-firstcol {
  width: 50%;
  padding-right: 5px; }

.csc-textpic-imagewrap[data-csc-cols='2'] .csc-textpic-lastcol {
  width: 50%;
  padding-right: 0px;
  padding-left: 5px; }

.csc-textpic-imagewrap[data-csc-cols='3'] .csc-textpic-imagerow {
  margin-bottom: 10px; }

.csc-textpic-imagewrap[data-csc-cols='3'] .csc-textpic-imagecolumn {
  width: 33.3%; }

.csc-textpic-imagewrap[data-csc-cols='4'] .csc-textpic-imagerow {
  margin-bottom: 10px; }

.csc-textpic-imagewrap[data-csc-cols='4'] .csc-textpic-imagecolumn {
  width: 25%; }

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0px; }

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image {
  margin-bottom: 0; }

div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
  margin: 0;
  padding-right: 10px; }

.sidebar div.csc-textpic-imagecolumn.csc-textpic-lastcol, .sidebar td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image {
  padding-right: 20px; }

.csc-textpic-firstcol {
  clear: both; }

div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-top: 1.5rem;
  margin-right: 0px; }

div.csc-textpic-intext-right .csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  margin-left: 20px; }

@media screen and (max-width: 989px) {
  div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    float: left;
    margin-right: 20px; }
  div.csc-textpic-intext-left-nowrap .csc-textpic-text {
    margin-left: 0 !important; } }

div.csc-textpic-intext-left .csc-textpic-imagewrap {
  margin-top: 1.3rem; }

div.csc-textpic-intext-left .csc-textpic-imagewrap[data-csc-cols='1'] {
  margin-right: 20px; }

div.csc-textpic-intext-right .csc-textpic-imagewrap {
  margin-top: 1.3rem; }

.csc-menu-def {
  margin: 2.0em 0; }
  .csc-menu-def li {
    padding-left: 2.25em !important; }
  .csc-menu-def li:before {
    content: '\2192' !important;
    margin-top: -0.35em !important;
    margin-left: -1.75em !important;
    font-size: 16px;
    font-size: 1.33333rem;
    font-weight: 700;
    color: #00692a; }
  .csc-menu-def a {
    font-weight: 700; }

.references {
  overflow: hidden;
  position: relative;
  margin-top: 4.5em; }
  .references .column {
    padding: 0;
    border-top: 1px solid #7d7d7d; }
  .references h3 {
    color: #7d7d7d; }

.teaserWrap div.teaser, .teaserWrap a.teaser {
  position: relative;
  display: block;
  margin-bottom: 12px;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  line-height: 1; }
  @media screen and (min-width: 440px) and (max-width: 561px) {
    .teaserWrap div.teaser, .teaserWrap a.teaser {
      float: left;
      width: calc(50% - 12px); }
      .teaserWrap div.teaser:nth-child(odd), .teaserWrap a.teaser:nth-child(odd) {
        clear: left;
        margin-right: 12px; }
      .teaserWrap div.teaser:nth-child(even), .teaserWrap a.teaser:nth-child(even) {
        margin-left: 12px; } }
  @media screen and (min-width: 800px) {
    .teaserWrap div.teaser, .teaserWrap a.teaser {
      float: left;
      width: calc(50% - 12px); }
      .teaserWrap div.teaser:nth-child(odd), .teaserWrap a.teaser:nth-child(odd) {
        clear: left;
        margin-right: 12px; }
      .teaserWrap div.teaser:nth-child(even), .teaserWrap a.teaser:nth-child(even) {
        margin-left: 12px; } }
  .teaserWrap div.teaser .teaserImage, .teaserWrap a.teaser .teaserImage {
    overflow: hidden;
    line-height: 1; }
    .teaserWrap div.teaser .teaserImage img, .teaserWrap a.teaser .teaserImage img {
      transition: all 0.3s ease-out;
      line-height: 1; }
  .teaserWrap div.teaser p, .teaserWrap a.teaser p {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 12px 12px 12px;
    background: rgba(70, 187, 0, 0.8);
    color: #fff;
    font-style: normal;
    line-height: 1.4;
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
    -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
    -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out; }

.teaserWrap a.teaser:hover {
  background: #6dc833; }
  .teaserWrap a.teaser:hover img {
    transform: scale(1.05); }
  .teaserWrap a.teaser:hover p {
    background: #eb1d2a; }

div.csc-default {
  *zoom: 1; }
  div.csc-default:before, div.csc-default:after {
    content: " ";
    display: table; }
  div.csc-default:after {
    clear: both; }

/* 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: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

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

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

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

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

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

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

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

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

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

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

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

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.powermail_form h3 {
  display: none; }

@media screen and (min-width: 562px) {
  #powermail_fieldwrap_2, #powermail_fieldwrap_3 {
    float: left;
    width: 50%; } }

@media screen and (min-width: 562px) {
  #powermail_fieldwrap_2 {
    padding-right: 20px; } }

@media screen and (min-width: 562px) {
  #powermail_fieldwrap_3 {
    padding-left: 20px; } }

.tx-powermail .powermail_fieldwrap_text {
  clear: both; }

.powermail_field_error,
.parsley-error,
.powermail_form .parsley-error:focus,
div.error {
  color: #eb1d2a; }

.mandatory {
  color: #eb1d2a; }

.tx-powermail .powermail_fieldset .parsley-errors-list {
  display: none;
  margin-top: -0.5em;
  padding: 0.25em 0;
  list-style-type: none;
  width: 100%;
  float: right;
  clear: left;
  color: #eb1d2a;
  background-color: #f6f6f6;
  border-bottom: 1px solid #eb1d2a;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, content 0.3s ease-out; }
  .tx-powermail .powermail_fieldset .parsley-errors-list:hover {
    background-color: #686a69; }
  @media screen and (min-width: 562px) {
    .tx-powermail .powermail_fieldset .parsley-errors-list {
      margin-left: 30%;
      width: 70%; } }

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

.powermail_fieldwrap_radio .parsley-errors-list,
.powermail_fieldwrap_check .parsley-errors-list {
  width: 100% !important;
  margin-top: 0.0em !important; }

.tx-powermail .powermail_fieldwrap_radio,
.tx-powermail .powermail_fieldwrap_check {
  clear: both;
  margin: 0;
  padding: 0.75em 0;
  border: 0; }
  .tx-powermail .powermail_fieldwrap_radio fieldset,
  .tx-powermail .powermail_fieldwrap_check fieldset {
    border: 0;
    padding: 0;
    margin: 0; }
  .tx-powermail .powermail_fieldwrap_radio legend,
  .tx-powermail .powermail_fieldwrap_check legend {
    font-weight: 700;
    width: 100%; }
    @media screen and (min-width: 562px) {
      .tx-powermail .powermail_fieldwrap_radio legend,
      .tx-powermail .powermail_fieldwrap_check legend {
        float: left;
        width: 30%;
        display: block; } }
  .tx-powermail .powermail_fieldwrap_radio .powermail_radio_outer,
  .tx-powermail .powermail_fieldwrap_radio .powermail_check_outer,
  .tx-powermail .powermail_fieldwrap_check .powermail_radio_outer,
  .tx-powermail .powermail_fieldwrap_check .powermail_check_outer {
    width: 100%; }
    @media screen and (min-width: 562px) {
      .tx-powermail .powermail_fieldwrap_radio .powermail_radio_outer,
      .tx-powermail .powermail_fieldwrap_radio .powermail_check_outer,
      .tx-powermail .powermail_fieldwrap_check .powermail_radio_outer,
      .tx-powermail .powermail_fieldwrap_check .powermail_check_outer {
        float: left;
        width: 70%; } }
  .tx-powermail .powermail_fieldwrap_radio input,
  .tx-powermail .powermail_fieldwrap_check input {
    float: left;
    max-width: 15%;
    margin: 0.15rem 3% 0 0;
    padding: 0;
    vertical-align: top; }
  .tx-powermail .powermail_fieldwrap_radio label,
  .tx-powermail .powermail_fieldwrap_check label {
    float: left;
    clear: none;
    width: 82%;
    margin: 0 0 0.5em 0;
    padding: 0;
    vertical-align: top;
    line-height: 1.286; }
  .tx-powermail .powermail_fieldwrap_radio .powermail_radio_inner,
  .tx-powermail .powermail_fieldwrap_radio .powermail_check_inner,
  .tx-powermail .powermail_fieldwrap_check .powermail_radio_inner,
  .tx-powermail .powermail_fieldwrap_check .powermail_check_inner {
    clear: both; }

.tx-kesearch-pi1 {
  background: #ffffff;
  border: 0px solid black;
  padding: 5px; }

/* Clearer */
.tx-kesearch-pi1 .clearer {
  display: block;
  height: 1px;
  line-height: 1px;
  clear: both; }

/* Results */
.tx-kesearch-pi1 #kesearch_results {
  margin: 0 10px 0 10px; }

.tx-kesearch-pi1 #kesearch_results .teaser_icon img {
  float: left;
  margin-top: 2px;
  margin-right: 5px; }

.tx-kesearch-pi1 #kesearch_results li {
  margin-bottom: 20px;
  list-style-type: none;
  list-style-position: inside;
  margin: 0 0 20px 0; }

.tx-kesearch-pi1 #kesearch_results li .hit {
  color: red;
  font-weight: bold; }

.tx-kesearch-pi1 #kesearch_results li .add-info {
  font-size: 80%;
  background: #EEE; }

/* Query time */
.tx-kesearch-pi1 #kesearch_query_time {
  font-style: italic;
  text-align: center;
  font-size: 80%; }

/* Searchbox */
.tx-kesearch-pi1 .searchbox {
  float: left;
  margin-bottom: 5px;
  margin-bottom: 10px;
  width: 100%;
  border: 0px solid red; }

.tx-kesearch-pi1 .searchbox input {
  margin-left: 0;
  width: 145px; }

.tx-kesearch-pi1 .searchbox input.submit {
  width: 18px;
  height: 18px;
  border: none;
  background: none;
  vertical-align: middle; }

.tx-kesearch-pi1 form.static .searchbox input.submit {
  margin-top: -12px; }

.tx-kesearch-pi1 form.ajax .searchbox input.submit {
  margin-top: -4px; }

.tx-kesearch-pi1 .searchbox .search_input {
  float: left;
  margin-right: 5px; }

/* Filters */
.tx-kesearch-pi1 #kesearch_filters {
  margin-top: 10px; }

.tx-kesearch-pi1 #kesearch_filters select {
  width: 100px; }

.tx-kesearch-pi1 #kesearch_filters .list {
  margin-bottom: 10px; }

.tx-kesearch-pi1 #kesearch_filters .list .head {
  background: url(img/list-head-bgrnd.gif);
  display: block;
  border: 1px solid #CFCFCF;
  padding: 5px; }

.tx-kesearch-pi1 #kesearch_filters .list .head img {
  margin-right: 3px; }

.tx-kesearch-pi1 #kesearch_filters .list ul {
  padding: 5px;
  border-style: solid;
  border-color: #CFCFCF;
  border-width: 0 1px 1px 1px;
  list-style-type: none;
  margin-top: 0; }

.tx-kesearch-pi1 #kesearch_filters .list ul.expanded {
  display: block; }

.tx-kesearch-pi1 #kesearch_filters .list ul.closed {
  display: none; }

.tx-kesearch-pi1 #kesearch_filters .list li {
  line-height: 1.1em;
  padding-bottom: 4px; }

.tx-kesearch-pi1 #kesearch_filters .list li:hover {
  cursor: pointer; }

.tx-kesearch-pi1 #kesearch_filters .list li.selected {
  font-weight: bold;
  text-decoration: underline; }

.tx-kesearch-pi1 #kesearch_filters .list li.parent0,
.tx-kesearch-pi1 #kesearch_filters .list li.level0 {
  margin-left: 14px; }

.tx-kesearch-pi1 #kesearch_filters .list li.parent1,
.tx-kesearch-pi1 #kesearch_filters .list li.level1 {
  margin-left: 21px; }

.tx-kesearch-pi1 #kesearch_filters .list li.parent2,
.tx-kesearch-pi1 #kesearch_filters .list li.level2 {
  margin-left: 28px; }

.tx-kesearch-pi1 #kesearch_filters .list li.parent3,
.tx-kesearch-pi1 #kesearch_filters .list li.level3 {
  margin-left: 35px; }

.tx-kesearch-pi1 #kesearch_filters .list li.parent0,
.tx-kesearch-pi1 #kesearch_filters .list li.parent1,
.tx-kesearch-pi1 #kesearch_filters .list li.parent2,
.tx-kesearch-pi1 #kesearch_filters .list li.parent3 {
  font-weight: bold;
  list-style-image: url(img/list-bullet-cat.gif);
  list-style-position: outside; }

.tx-kesearch-pi1 #kesearch_filters .list li.optionCheckBox {
  float: left;
  margin: 2px 0;
  width: 200px; }

.tx-kesearch-pi1 #kesearch_filters .list li.clearer {
  clear: left; }

.tx-kesearch-pi1 #kesearch_filters .resetlink {
  cursor: pointer;
  border-top: 1px solid black;
  display: block;
  padding-top: 5px; }

.tx-kesearch-pi1 #kesearch_filters .list li.region {
  font-weight: bold;
  margin-top: 5px; }

.tx-kesearch-pi1 #kesearch_filters .list li.noclick {
  cursor: default !important; }

.tx-kesearch-pi1 #kesearch_filters .list li.country {
  margin-left: 7px; }

.tx-kesearch-pi1 .resetButton {
  margin-top: 10px;
  cursor: pointer;
  border: 1px solid #CFCFCF;
  background: url("img/list-head-bgrnd.gif") repeat scroll 0 0 transparent;
  padding: 5px;
  text-align: center; }

.tx-kesearch-pi1 .resetButton:hover {
  text-decoration: underline; }

/* SPECIAL CSS CLASS */
.tx-kesearch-pi1 #kesearch_filters .small {
  display: block;
  height: 65px;
  max-height: 65px;
  overflow-y: auto;
  overflow-x: hidden; }

.tx-kesearch-pi1 #kesearch_filters .larger {
  display: block;
  height: 130px;
  max-height: 130px;
  overflow-y: auto;
  overflow-x: hidden; }

/* Spinner / updating */
.tx-kesearch-pi1 #kesearch_updating_filters,
.tx-kesearch-pi1 #kesearch_updating_results {
  display: none;
  margin: 20px 0 20px 0; }

.tx-kesearch-pi1 #testbox {
  margin-top: 100px;
  /* margin-bottom: 50px; */
  border: 1px solid red; }

/* General Message */
.tx-kesearch-pi1 .general-message {
  /* border: 2px dashed red; */
  padding: 5px; }

.tx-kesearch-pi1 .general-message .image {
  float: left;
  vertical-align: middle;
  margin-right: 10px; }

.tx-kesearch-pi1 .general-message .message {
  /* font-weight: bold; */ }

/*Pagebrowser*/
.tx-kesearch-pi1 #kesearch_pagebrowser_top,
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom {
  clear: both;
  text-align: center;
  padding: 10px; }

.tx-kesearch-pi1 #kesearch_pagebrowser_top .pages_total {
  border-bottom: 1px dashed #666;
  margin-bottom: 20px; }

.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total {
  border-top: 1px dashed #666; }

.tx-kesearch-pi1 #kesearch_pagebrowser_top a,
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom a {
  padding: 3px; }

.tx-kesearch-pi1 #kesearch_pagebrowser_top a:hover,
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom a:hover {
  cursor: pointer; }

.tx-kesearch-pi1 #kesearch_pagebrowser_top a.current,
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom a.current {
  font-weight: bold;
  color: #000;
  text-decoration: none; }

.tx-kesearch-pi1 #kesearch_pagebrowser_top .browser,
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .browser {
  border: 1px solid; }

.tx-kesearch-pi1 #kesearch_pagebrowser_top .pages_total,
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total {
  height: 55px;
  padding-top: 10px;
  background: none repeat scroll 0 0 #F5F6F6; }

.tx-kesearch-pi1 #kesearch_pagebrowser_top table,
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom table {
  margin: 0 auto 5px; }

.tx-kesearch-pi1 .next, .tx-kesearch-pi1 .prev {
  display: inline-block;
  width: 24px;
  height: 29px;
  color: transparent;
  text-decoration: none; }

.tx-kesearch-pi1 .next {
  background: transparent url("img/arrow-next.gif") no-repeat left 5px; }

.tx-kesearch-pi1 .prev {
  background: transparent url("img/arrow-prev.gif") no-repeat right 5px; }

/*Ordering*/
.tx-kesearch-pi1 #kesearch_ordering span.down {
  display: inline-block;
  width: 0;
  height: 0;
  border-color: #FF0000 transparent;
  border-style: solid solid none;
  border-width: 4px 4px 0; }

.tx-kesearch-pi1 #kesearch_ordering span.up {
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent transparent #FF0000;
  border-style: none solid solid;
  border-width: 0 4px 4px; }

.tx-kesearch-pi1 #kesearch_ordering div.ordering {
  text-align: right; }

.tx-kesearch-pi1 #kesearch_ordering ul {
  display: inline-block;
  height: 20px;
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0; }

.tx-kesearch-pi1 #kesearch_ordering ul li {
  float: left;
  margin-right: 10px; }

.tx-kesearch-pi1 #kesearch_ordering div.clearer {
  clear: left; }

.listenansicht {
  border: 0px solid red;
  margin-top: 0px; }
  .listenansicht .top {
    height: 65px;
    margin-top: -2px;
    background-image: url(/fileadmin/template/images/news-header.gif);
    background-repeat: no-repeat;
    background-position: -2px top; }
  .listenansicht .bottom {
    clear: both;
    height: 31px;
    border: 0px solid blue;
    background-image: url(/fileadmin/template/images/news-footer.gif);
    background-repeat: no-repeat; }
  .listenansicht .allnews, .listenansicht .ttnewsLatest .allnews {
    clear: both;
    font-weight: bold;
    font-size: 12px;
    color: #444; }
    .listenansicht .allnews:hover, .listenansicht .ttnewsLatest .allnews:hover {
      color: #eb1d2a; }
    @media screen and (min-width: 562px) {
      .listenansicht .allnews, .listenansicht .ttnewsLatest .allnews {
        float: right;
        width: 64%; } }

.uebersicht {
  clear: both;
  margin: 18px 3px 10px 3px; }
  .uebersicht .uebersichtBild {
    width: 100%; }
    @media screen and (min-width: 562px) {
      .uebersicht .uebersichtBild {
        float: left;
        width: 32%;
        margin-bottom: 16px; } }
  .uebersicht .uebersichtText {
    width: 100%;
    margin-bottom: 16px; }
    @media screen and (min-width: 562px) {
      .uebersicht .uebersichtText {
        float: right;
        width: 64%; } }
  .uebersicht a {
    color: #eb1d2a;
    font-weight: bold; }
    .uebersicht a:hover {
      color: green; }
  .uebersicht p {
    font-style: italic; }

.news-list-browse {
  clear: both; }

.teaser {
  font-style: italic;
  font-weight: bold;
  margin: 10px 0px; }

.newsback {
  margin-top: 10px; }
  .newsback a {
    color: #eb1d2a;
    font-weight: bold; }

.ttnewsLatest .column.half {
  padding: 0; }

.ttnewsLatest .column.two-thirds {
  padding: 0; }

.ttnewsLatest .top {
  margin-top: 3.0rem; }

.ttnewsLatest .column.full {
  padding: 10px 0; }

.ttnewsLatest .bottom {
  margin-top: 18px; }

.ttnewsLatest .uebersichtBild {
  width: 100%; }
  @media screen and (min-width: 990px) {
    .ttnewsLatest .uebersichtBild {
      float: left;
      width: 32%;
      margin-bottom: 16px; } }

.ttnewsLatest .uebersichtText {
  width: 100%;
  margin-bottom: 16px; }
  @media screen and (min-width: 990px) {
    .ttnewsLatest .uebersichtText {
      float: right;
      width: 64%; } }

.newsListLink {
  position: relative; }
  .newsListLink a {
    position: absolute;
    display: block;
    top: -38px;
    left: 0;
    font-weight: bold;
    font-size: 12px;
    color: #444; }
    @media screen and (min-width: 990px) {
      .newsListLink a {
        padding-left: 92px; } }
    .newsListLink a:hover {
      color: green; }

.news-single-img {
  float: none;
  width: 100%;
  margin: 10px 0px; }
  @media screen and (max-width: 989px) {
    .news-single-img {
      *zoom: 1; }
      .news-single-img:before, .news-single-img:after {
        content: " ";
        display: table; }
      .news-single-img:after {
        clear: both; }
      .news-single-img a {
        float: left;
        width: 50%;
        padding-bottom: 5px; }
      .news-single-img a:nth-child(odd) img {
        padding-right: 5px; }
      .news-single-img a:nth-child(even) img {
        padding-left: 5px; } }
  @media screen and (min-width: 990px) {
    .news-single-img {
      float: right;
      width: 40.0%;
      padding-left: 20px; }
      .news-single-img img {
        margin-bottom: 5px; } }

.news-single-imgcaption {
  display: none; }
