﻿/*! normalize.css v3.0.2 | 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,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

[hidden],
template {
  display: none;
}

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

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

a {
  background-color: transparent;
}

/**
 * Improve readability 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"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

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

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

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

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

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

input {
  line-height: normal;
}

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (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: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

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

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

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

td,
th {
  padding: 0;
}/* ::: Basis-Elemente ::: */
form {
  /* opacity: 0; einkommentieren, wenn Fade-In gewünscht */
}
.clear,
.spacer,
.halfspacer,
.quarterspacer,
.minispacer,
.doublespacer,
.imgfspacer {
  clear:both;
  font-size:0;
  line-height:0;
  height:0;
  display:block;
}
.doublespacer   { height:24px; }
.spacer     { height:12px; }
.halfspacer   { height:6px; }
.quarterspacer   { height:3px; }
.minispacer   { height:2px; }
.imgfspacer { height:7px; }
.none,
.hide {
  display:none;
}
.navigation_clear{
    height:82px;
}
hr {
  clear: both; 
  height: 1px; 
  margin: 10px 0 30px;
  padding: 0;
  border: none; 
  background-color:#cacaca;
  font-size: 0;
  line-height: 0;
}
.lt-ie8 hr {
  display: block;
  margin: -7px 0;
}
img {
    vertical-align:bottom;
}
.left   { float:left; }
.right   { float:right; }
.even   { background-color:#CCC; }
.odd   { background-color:#EEE; }
.caption {
 font-style:italic;
 font-size:10px;
}
.error {
  color:#e60003;
}
.errorlabel {
    display:block;
    margin-bottom:16px;
}
.searchword {
  background-color:#333;
  color:#fff;
}

/* ::: onpublix-Textausrichtung ::: */
.textleft    { text-align:left; }
.textcenter  { text-align:center; }
.textright   { text-align:right; }
.textjustify { text-align:justify; }

/* ::: Abstände ::: */
table.tabelle,
audio,
video,
canvas,
.generate-ui-tab,
div.ui-accordion {
  margin-bottom:16px;
}

/* ::: Imgleft/Imgright ::: */
div.imgleft { /* display und width wegen gewuenschtem Caption-Verhalten */
  display:table;
  max-width:30%;
  float:left;
  margin:0 10px 5px 0;
  padding-top:2px;
}
div.imgleft.max150 {
    max-width:150px;
}
div.imgright { /* display und width wegen gewuenschtem Caption-Verhalten */
  display:table;
  width:30%;
  float:right;
  margin:0 0 5px 10px;
  padding-top:2px;
}
.lt-ie8 div.imgleft,
.lt-ie8 div.imgright { /* weiteres für IE7 via JS */
  display:block;
  width:auto; 
}
div.text p:last-child {
  margin-bottom:5px;
}
div.textnf {
  display:table;
}

/* ::: Zoombox und Gallery hervorheben ::: */
a.fancybox,
a.gallery {
  position:relative;
  display:block;
  float:left;
  font-size:0;
  line-height:0;
}
img.zoomboxicon,
img.galleryicon {
  position:absolute;
  bottom:0;
  right:0;
}
.lt-ie8 img.galleryicon {
  bottom:2px;
}

/* :::  Quicknav ::: */
a.tocontent, 
a.tonavigation {
  display:block; 
  position:absolute; 
  top:6px; 
  left:-1000px; 
  z-index:100; 
  padding:10px; 
  font-size:16px; 
  font-weight:bold; 
  color:#000;
  background-color:#FFFF8D; 
}
a.tocontent:focus, 
a.tocontent:active, 
a.tonavigation:focus, 
a.tonavigation:active {
  left:0;
}

/* :::  Korrekturen ::: */
body .ui-widget {
  font-size:1em;
}
.ui-tabs .ui-tabs-nav li a,
.ui-state-default a 
{ 
  outline:none;  /* Mix aus normalize und jquery-ui */
}@font-face {
  font-family: 'fontello';
  src: url('/fonts/fontello.eot?20292385');
  src: url('/fonts/fontello.eot?20292385#iefix') format('embedded-opentype'),
       url('/fonts/fontello.woff?20292385') format('woff'),
       url('/fonts/fontello.ttf?20292385') format('truetype'),
       url('/fonts/fontello.svg?20292385#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?20292385#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before,
 .content .ui-accordion-header:after,
 .mobilenav-li1-backarrow:after,
 .wrapper .ui-accordion-header:after,
 div.checkbox label:after{
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-menu:before { content: '\e804'; } /* '?' */
.icon-boehringer_logo_icon:before { content: '\e801';} /* '?' */
.icon-kompass_icon:before { content: '\e805';} /* '?' */
.icon-suche_icon:before { content: '\e803';font-size: 20px;top: 1px!important; } /* '?' */
.icon-newsletter_icon:before { content: '\e802';font-size:19px; } /* '?' */
.icon-tiergesundheitundmehr:before { content: '\e806'; font-size:39px!important; } /* '?' */

.icon-ansprechpartner:before { content: '\e811'; font-size:39px!important; } /* '?' */

.icon-telefon:before { content: '\e812'; } /* '?' */
.icon-email:before { content: '\e810'; } /* '?' */

.icon-vetmedica:before { content: '\e807'; } /* '?' */
.icon-lock-filled:before { content: '\e808'; } /* '?' */
.icon-site-published:before { content: '\e809'; } /* '?' */
.icon-checkbox:before { content: '\e80a'; } /* '?' */
.icon-angle-up:before { content: '\e80b'; } /* '?' */
.icon-left-open:before { content: '\e80c'; } /* '?' */
.icon-right-open:before { content: '\e80d'; } /* '?' */
.icon-angle-left:before { content: '\e80e'; } /* '?' */
.icon-angle-right-1:before { content: '\e80f'; } /* '?' */

.icon-down-open-big:before,
.icon-newsletter-signup-button,
.mobilenav-li1-backarrow:after{ content: '\e800'; } /* '?' */
.newsletter-signup-button:before {
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 24px;
    top: 0;
    bottom: 0;
    right: -6px;
    position: absolute;
    z-index:5;
    /*color:#dc0a2e;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=3.061616997868383e-16, M12=1, M21=-1, M22=3.061616997868383e-16, SizingMethod='auto expand')";
}
.mobilenav-li1-backarrow:after{
    font-size: 40px;
    position: absolute;
    z-index:7;
    right: 10px;
    top: 10px;
    display:none;
    opacity:0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #FFF;
}
    .open > .mobilenav-li1-backarrow:after{
        display:block;
        opacity:1;
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
 .wrapper .ui-accordion-header:after {
    content: '\e800';
    float:right;
    font-size:28px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
 .wrapper .ui-accordion-header.ui-state-active:after{
    transform:rotateX(180deg);
    transform:-ms-rotate(180deg);
 }
.metabar-input:before{
    position: absolute;
    z-index: 5;
    top: 11px;
    right: 15px;
}
.mobilenav .metabar-input:before{
    top:8px;
}
.sidebar-navigator-li:before{
    right: 0;
    color: #FFF;
    position: absolute;
    width: 75px;
    height: auto;
    line-height: 75px; 
    font-size: 50px;
    margin-right:0;
}
    .sidebar-navigator-li:hover a{
        background:#DD0B2F;
    }

.icon-suche_icon {
position: absolute;
z-index: 5;
right: 10px;
top: 10px;
}
.mobilenav .icon-suche_icon{
    right:26px;
    top:9px;
}
.mobilenav .icon-suche_icon:before{
    font-size: 25px;
}
.mobilenav .metabar-input:hover .icon-suche_icon{
    color:#FFF;
}.mainnav {
  height: 70px;
  background: #003870;
  position: absolute;
  top: 746px;
  z-index: 21;
  width: 100%;
}
.loginlink {
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  float: right;
  padding-right: 10px;
}
.loginlink:hover {
  text-decoration: underline;
  color: #fff;
}
.inhaltpage .mainnav {
  top: 160px !important;
  position: fixed !important;
}
.mainnav.affix {
  position: fixed;
  top: 160px;
  width: 100%;
}
.mainnav.sticky-bottom {
  position: fixed;
  top: auto;
  bottom: 0;
  width: 100%;
  border-top: 5px solid #fff;
}
.mobilenav {
  display: none;
}
.navlayer-wrap {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  padding-top: 5px;
}
.startpage .opentop .navlayer-wrap {
  top: auto;
  bottom: 70px;
}
.startpage .mainnav.opentop {
  z-index: 999;
}
.navlayer {
  background: #FFF;
  padding: 15px 20px;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.navlayer.hover {
  display: block;
}
.navlayer-column {
  float: left;
  margin-right: 40px;
}
.navlayer-column:last-child {
  margin-right: 0;
}
.navlayer-video {
  width: 900px;
  padding: 15px 20px 45px;
}
.navlayer-video-alllink {
  clear: both;
  padding: 9px 0;
  text-transform: uppercase;
  text-align: right;
}
.flexboxwrap {
  width: 1065px;
  margin: auto;
  position: relative;
}
.slogowrap {
  position: absolute;
  left: auto;
  right: auto;
}
.affix-top .slogowrap {
  display: none;
}
.affix .slogowrap {
  display: block;
}
img.nav-logo {
  height: 50px;
  width: 118px;
  position: absolute;
  right: 37px;
  top: 9px;
}
.mainnav-ul1 {
  width: 1065px;
  height: 70px;
  display: flex;
  display: ms-flex;
  display: ms-flexbox;
  display: -webkit-flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display:flexbox;
    display:box;
    
    text-align:justify;
    
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    
    -ms-flex-pack:justify;
    flex-pack:justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    */
}
.mainnav-li1 {
  position: relative;
  z-index: 5;
}
.mainnav-li1:hover .mainnav-a1 {
  color: #333;
}
.mainnav-li1:first-child .mainnav-a1 {
  padding-left: 20px;
}
.mainnav-li1:last-child .mainnav-a1 {
  padding-right: 20px;
}
.mainnav-li1[data-type='shop'] .mainnav-a1 {
  padding-left: 50px;
}
.mainnav-li1[data-type='shop'] .mainnav-a1 i {
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 18px;
}
.mainnav-a1 {
  background: linear-gradient(to Bottom, #003870 50%, #ffffff 50%);
  background-size: 100% 200%;
  display: block;
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
  padding: 24px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainnav-li1:last-child .mainnav-a1 {
  margin-right: 0;
}
.mainnav-li1.hover .mainnav-a1,
.mainnav-li1.selected .mainnav-a1 {
  background-position: 0 100%;
  /*color:#dc0a2e;*/
}
.mainnav-li1.selected .mainnav-a1 {
  /*color:#dc0a2e;*/
}
.mainnav-ul2 {
  border-bottom: 1px solid #000;
}
.navlayer-column .mainnav-ul2:last-child {
  border: 0;
}
li.mainnav-li2 {
  padding-bottom: 8px;
  border-bottom: 1px #cacaca solid;
  margin-bottom: 10px;
  padding-right: 7px;
}
li.mainnav-li2:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mainnav-a2 {
  margin-bottom: 2px;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 300;
}
.mainnav-a2:hover,
.mainnav-a2:active,
.mainnav-a2:focus,
.mainnav-a2.selected {
  margin-bottom: 2px;
  display: block;
  /*color:#dc0a2e;*/
}
.mainnav-a2 > i {
  float: right;
}
.mainnav-a3 {
  margin-left: -5px;
  padding: 1px 0 1px 5px;
  display: block;
  padding-right: 10px;
  font-size: 14px;
  line-height: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #4c4c4c;
  text-transform: uppercase;
  font-weight: 300;
}
.mainnav-a3:hover,
.mainnav-a3:active,
.mainnav-a3:focus,
.mainnav-a3.selected {
  background: #003870;
  color: #FFF;
  margin: 0 -28px 0 -20px;
  padding-left: 20px;
}
.nav-right .navlayer-wrap {
  left: auto;
  right: 0;
}
.nav-center {
  position: static;
}
.nav-center .navlayer-wrap {
  left: 0;
  right: 0;
}
.nav-center .navlayer {
  margin: auto;
}
/*Videonav*/
.navlayer-column-video {
  width: 220px;
  padding-bottom: 12px;
}
.navlayer-column.last {
  margin-right: 0;
}
.mainnav-li2-videos {
  width: 225px;
  overflow: hidden;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 18px;
  padding-top: 16px;
}
.mainnav-videos-thumb {
  display: block;
  float: left;
  margin-right: 5px;
  width: 80px;
  height: 80px;
}
.mainnav-videos-info {
  width: 140px;
  float: left;
}
.mainnav-videos-h1 {
  font-size: 16px;
  /*color: #000;*/
  font-weight: 600;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mainnav-videos-p {
  margin: 0;
  margin-top: 3px;
  margin-bottom: 5px;
  height: 30px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 140px;
  line-height: 14px;
  font-size: 14px;
}
.mainnav-videos-detail {
  display: block;
  background: #191919;
  color: #FFF;
  font-size: 12px;
  width: 115px;
  line-height: 23px;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainnav-videos-detail:hover {
  /*background:#dc0a2e;*/
  color: #FFF;
}
/*Metanav*/
.metanav-bottom {
  float: right;
}
.metanav-bottom-li {
  float: left;
  padding-right: 7px;
  margin-left: 6px;
  border-right: 2px #4f4e4e solid;
  line-height: 14px;
}
.metanav-bottom-li:last-child {
  border: 0;
  padding-right: 0;
}
.metanav-bottom a {
  font-size: 14px;
  color: #fff;
}
.metanav-bottom-a:hover {
  color: #FFF;
}
/*Subnav*/
.subnav-head {
  margin-bottom: 0;
}
li.subnav-li {
  /*color: #000;*/
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-left: 18px;
}
a.subnav-a {
  display: block;
  position: relative;
  z-index: 5;
  padding: 15px 0;
}
a.subnav-a:after {
  content: "";
  display: block;
  right: 0;
  bottom: 0;
  height: 4px;
  position: absolute;
  width: 100%;
  background: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
li.subnav-li:hover a.subnav-a:after,
li.subnav-li:active a.subnav-a:after,
li.subnav-li:focus a.subnav-a:after,
li.subnav-li.selected a.subnav-a:after {
  /*background: #dc0a2e;*/
}
/*Mobilenav*/
.mobile-overlay {
  display: none;
  height: 100%;
  width: 100%;
  background: rgba(0, 56, 112, 0.54);
  position: absolute;
  z-index: 30;
  top: 0;
}
.mobilenav {
  width: 100%;
  position: absolute;
  top: 80px;
  z-index: 99;
  background: #003870;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.mobilenav.submenu {
  background: #FFF;
}
.mobilenav.submenu > div {
  display: none!important;
}
.mobilenav-ul1 {
  margin: 0;
  border-bottom: 1px solid #FFF;
}
.mobilenav-li1,
.mobile-metanav-li {
  text-transform: uppercase;
}
.mobilenav-a1 {
  display: block;
  font-weight: 300;
  padding: 16px 20px;
  padding-right: 50px;
  font-size: 23px;
  color: #FFF;
  -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.mobilenav-a1:hover {
  background: #FFF;
  color: #003870;
}
.mobilenav-li1.open {
  padding: 0;
  margin-top: 0 !important;
  position: relative;
}
.open .mobilenav-a1 {
  padding: 16px 20px;
  background: #003870;
  padding-right: 60px;
  color: #FFF!important;
}
.mobilenav-ul2 {
  display: block;
  padding: 0 10px;
}
.mobilenav-li2 {
  font-size: 22px;
  text-transform: uppercase;
}
.mobilenav-a2 {
  display: block;
  position: relative;
  z-index: 5;
  padding: 15px 10px;
  /*color: #000;*/
  border-bottom: 1px solid #000;
}
.mobilenav-a2:after {
  content: "";
  display: block;
  left: 10px;
  right: 0;
  bottom: 0;
  height: 4px;
  position: absolute;
  margin-right: 20px;
  background: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobilenav-li2.open .mobilenav-a2:after {
  /*background:#dc0a2e;    */
}
/*.open > .mobilenav-ul2{*/
/*    display:block;*/
/*}*/
.open > .mobilenav-ul3 {
  display: block;
}
.mobilenav-a3 {
  padding: 5px 15px;
  display: block;
  text-transform: none;
  font-size: 20px;
}
.mobilenav-li2-videos {
  clear: left;
  margin: 15px 0;
  padding: 0 10px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  overflow: hidden;
}
.mobilenav-videos-detail {
  display: block;
  overflow: hidden;
}
.mobilenav-videos-thumb {
  height: 50px;
  float: left;
}
.mobilenav-videos-h1 {
  padding: 0 10px 10px 85px;
  font-size: 17px;
}
.mobile-metanav-a {
  font-size: 23px;
  color: #948f8f;
  padding: 20px 20px;
  display: block;
  transition: color 0.3s ease-in-out;
}
.mobile-metanav-a:hover {
  color: #FFF;
}
.submenu .mobile-metanav-a:hover {
  color: #003870;
}
.mobilenav-bottom {
  background: #FFF;
  padding: 10px;
}
.mobilenav-ul2,
.mobilenav-ul3 {
  display: none;
}
.mobilenav .navlayer-column {
  display: none;
}
.mobile-buttons {
  display: none;
  position: absolute;
  z-index: 900;
  top: -10px;
  right: 20px;
}
.mobile-buttons a {
  background: #FFF;
  width: 38px;
  height: 38px;
  display: block;
  color: #003870!important;
  float: left;
  box-sizing: border-box;
  padding: 5px 0 0 0;
}
.mobile-buttons a:before {
  font-size: 27px;
}
.metanavi-layer {
  font-size: 27px;
  color: #FFF;
  font-weight: 300;
  position: fixed;
  top: 160px;
  left: 0;
  z-index: 30;
  background: #003870;
  width: 100%;
  height: 90px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12.5px 0;
  line-height: 40px;
  text-transform: uppercase;
  display: none;
}
.metanavi-layer.mn-search {
  height: 69px;
}
.layer-input {
  border: 0;
  font-size: 18px;
  line-height: 21px;
  float: right;
  width: 72%;
  color: #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 60px 11px 10px;
}
.layer-search-glass {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  background: url(/img/system/search.png) no-repeat center center;
  top: 16px;
  right: 14px;
  cursor: pointer;
}
.mobilenav .metanavi-layer.mn-search {
  display: block;
  padding: 0;
  height: auto;
  position: relative;
  top: auto;
  bottom: auto;
  margin-bottom: 20px;
  padding-top: 35px;
}
.mobilenav .metanavi-layer.mn-search span {
  display: none;
}
.mobilenav .metanavi-layer.mn-search .layer-input {
  width: 100%;
}
.mobile-login {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  font-weight: 300;
  margin-bottom: 20px;
}
.mobile-login a {
  background: #FFF;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 11px 10px;
  text-transform: uppercase;
}
.mobile-login i.icon-lock-filled {
  position: absolute;
  top: 1px;
  right: 25px;
  font-size: 30px;
  color: #003870;
}
.mobile-login .metanavi-layer.mn-login {
  display: none;
  position: relative;
  top: auto;
  bottom: auto;
  padding-bottom: 0;
  padding-top: 6px;
  height: auto;
}
.mobile-login .metanavi-layer.mn-login .inner {
  padding: 0;
}
.mobile-login .metanavi-layer.mn-login .login-layer-col {
  width: 100%;
  margin-bottom: 6px;
  padding: 0;
}/*! jQuery UI - v1.9.1 - 2012-11-15
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.tabs.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }*/
/*.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }*/
/*.ui-accordion .ui-accordion-noicons { padding-left: .7em; }*/
/*.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }*/
/*.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }*/
/*.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }

/* Component containers
----------------------------------*/
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/img/system/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/img/system/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/img/system/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(/img/system/jquery-ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/img/system/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(/img/system/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/img/system/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/img/system/jquery-ui/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/img/system/jquery-ui/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/img/system/jquery-ui/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/img/system/jquery-ui/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/img/system/jquery-ui/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/img/system/jquery-ui/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/img/system/jquery-ui/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/img/system/jquery-ui/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/img/system/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/img/system/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('/img/system/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/img/system/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/img/system/fancybox/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/img/system/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/img/system/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('/img/system/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}.tabelle {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.tabelle td,
.tabelle th {
  background: #e7e6e2;
}
.tabelle td {
  padding: 5px 0;
  border: 3px solid #FFF;
  font-weight: 300;
}
.tabelle th {
  padding: 13px 0;
}
.tabelle th p {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.tabelle th.first {
  border-left: 3px solid #FFF;
}
.tabelle th.last {
  border-right: 3px solid #FFF;
}
.inner .tabelle p,
.inner .tabelle p:last-child {
  margin-bottom: 0;
  margin-top: 0;
}.wrapper .ui-accordion-header {
    background: 0;
    border: 0;
    border-top: 1px solid #4c4c4c;
    border-radius: 0;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 300!important;
    cursor:pointer;
    transition:0.3s all ease-in-out;
    text-transform:uppercase;
    color:#000;
    padding-left: 20px;
}

.wrapper .ui-accordion{
    border-bottom: 1px solid #4c4c4c;
    max-width:1065px;
    margin:auto;
    width:100%;
    margin-bottom:25px;
}
    

.wrapper .ui-icon{
    display:none;
}
.wrapper .onAccordionContent {
    padding: 10px 0;
    border:0;
    border-radius:0;
}
.wrapper .ui-widget-content{
    font-size:16px;
    padding:10px 20px;
}
.wrapper .ui-widget-content .inner{
    width:100%;
    overflow:hidden;
}/* ::: Formulare ::: */
.newsletter-form{
    padding:20px;}
fieldset {
  margin:0;
  padding:0;
  border:0;
  width:100%;
  float:left;
    
    padding-left: 20px;
    box-sizing: border-box;
}

.veranstaltungsform .DropDownCheckboxListWrapper,
.veranstaltungsform .radioButtonListWrapper { 
    padding-top:10px;
    padding-left:20px;
}

.content-wide fieldset,
#contactform{
   width:56%; 
}
#unsubscribeForm{
    width:60%;
    margin:auto;
    float: none;
    padding: 0;
}
.content-wide fieldset.search { width:100%; } 

.content-wide fieldset.search .content-button { margin-top:10px; }

legend {
  display:none;
}
.row {
  margin-bottom:10px;
  text-align:left!important;
}
.row:after {
  content:"";
  display:block;
  clear:both;
}
.lt-ie9 .row:after { zoom:1; }
label {
  display:none;
  float:left;
  max-width:150px;
  padding-top:6px;
}

span.label { font-weight:bold; }

input.text, 
textarea.text,
select.text,
div.plzort,
div.radioButtonListWrapper,
div.captcha div,
div.captcha input {
  float:left;
}
div.radioButtonListWrapper,
div.plzort,
div.captcha div {
  width:100%; 
}
input.text, 
textarea.text,
select.text {
  width:100%;
  border:0;
  background:#e7e6e2;
  box-sizing:border-box;
  line-height:18px;
  padding:10px 15px;
  font-size:16px;
}
input.text, 
textarea.text {

}
input.zipcode { float:left; width:30%; }
input.city { width:100%; }
textarea.text { height:170px; }
select.text { width:100%; }

div.radioButtonWrapper {
  float:left;
  margin-right: 20px;
}
div.radioButtonWrapper label,
label.labelradio {
  width:auto;
}
input.radio { 
  float:left;
  margin-top:6px;
  margin-right:4px;
}

div.captcha {
}
div.captcha div {
    clear:both;
}
div.captcha img {
  float:left;
  cursor:pointer;
  border:1px solid #CCC !important;
  margin-bottom:5px;
}
div.captcha input {
  float:left;
  width:100%;
}

div.absenden {
    margin:0;
    float:right;
    position:relative;
}
.content-button.absenden{
    font-size:18px;
    color:#333;
    background:#000;
    transition:all 0.3s ease-in-out;
}
.content-button.absenden:after{
    content:"";
}
.mobilenav .metabar-input {
position:relative;
margin: 30px 0 30px 0;
padding: 0 20px;
width: 100%;
box-sizing: border-box;
display: block;
}
.mobilenav .metabar-input input {
    border: 0;
    border-radius: 1px;
    padding: 10px 10px;
    padding-right: 40px;
    font-size: 20px;
    width: 100%;
    background:#f3f2f2;
}
.mobilenav .icon-newsletter_icon{
    margin:0;
    padding:0;
    background:#f3f2f2;
}
.mobilenav .icon-newsletter_icon a{
    padding:10px;
    display:block;
}
.mobilenav .icon-newsletter_icon:hover{
    background:#a9a9a9;
}
.mobilenav .icon-newsletter_icon:hover a{
    color:#FFF;
}
/*div.absenden a {*/
/*    width:94px;*/
/*	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);*/
/*	background-color:#f9f9f9;*/
/*	border-radius:6px;*/
/*	border:1px solid #dcdcdc;*/
/*	display:inline-block;*/
/*	cursor:pointer;*/
/*	color:#666666;*/
/*	font-family:arial;*/
/*	font-size:15px;*/
/*	font-weight:bold;*/
/*	padding:5px 24px;*/
/*	text-align:center;*/
/*	text-decoration:none;*/
/*	text-shadow:0px 1px 0px #ffffff;*/
/*}*/
/*div.absenden a:hover {*/
/*	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);*/
/*	background-color:#e9e9e9;*/
/*}*/
/*div.absenden a:active {*/
/*	position:relative;*/
/*	top:1px;*/
/*}*/

.row.halfinput input{
    width:50%;
}
.row.halfinput  input.inputleft{
    width:49%;
    margin-right:1%;
}
.searchdiv .layer-input {
  float: right;
  width: 40%;
  margin-right: 10px;
}
.searchdiv .submit{
    color:#FFF;
    float:right;
}

/* ::: onTicket #36044 ::: */
#infos-v2 input.city {
    border-left: 1px solid #e7e6e2;
    width: 70%;
}
#check-order-quantity #check-order-button {
    display:none;
}/* ::: Pager ::: */
.pager {
    clear:both;
  margin-bottom:16px;
  padding:7px 5px;
    background: #E7E6E2;
}
.pager-backward,
.pager-forward {
  float:left;
  width:30px;
}
.pager-forward {
  float:right;
}
.pager a {
  float:left;
  width:15px;
  text-align:center;
  text-decoration:none;
  font-size:18px;
}
.pager-info {
  text-align:center;
  font-size: 15px;
  line-height: 21px;
}/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}

/* 
 *  Core Owl Carousel CSS File
 */
.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;
}
.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  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 - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  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;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: 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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel[data-state="first"] .owl-prev{ display:none!important;}
.owl-carousel[data-state="last"] .owl-next{ display:none!important;}/* Search */
fieldset.search label.label {
  width: 100px;
}
fieldset.search input.text {
  float: left;
}
a.search {
  float: left;
  display: block;
  margin: 1px 0 12px 16px;
  padding: 2px 10px;
  background-color: #1E276A;
  color: #FFFFFF;
  font-weight: bold;
}
div.search {
  padding: 20px 0;
}
.search-result {
  padding: 20px;
  border-bottom: 1px solid #e7e6e2;
  transition: background 0.3s ease-in-out;
}
.search-result:hover {
  background: #e7e6e2;
}
.search-result p {
  margin-bottom: 0!important;
}body {
  font-family: 'Lato', sans-serif;
  color: #4c4c4c;
  font-size: 16px;
}
.owl-caption h1.special-news {
  font-size: 16px;
  line-height: 27px;
  margin-top: -11px;
  font-weight: bold;
}
.content50wrap {
  clear: both;
}
.content50wrap .content50 {
  float: left;
  width: 50%;
}
.detailinfo {
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 10px;
}
.yellow-nl {
  color: #F18700;
  font-weight: 600;
  text-decoration: none;
}
.headline-nl {
  font-weight: 600;
  font-size: 16px;
}
.smalltext {
  font-size: 14px;
  line-height: 14px!important;
  text-align: left !important;
  padding-top: 20px;
  margin-bottom: 0 !important;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}
.clear {
  height: 0;
  line-height: 0;
  clear: both;
}
.right {
  float: right!important;
}
.noflowwrap {
  overflow: hidden;
}
.gm-style .gm-style-iw {
  overflow: visible !important;
}
.kreiseback {
  background: url(/img/system/hintergrund_kreise.png) center top repeat-y;
}
.noMb {
  margin-bottom: 0!important;
}
.lazy {
  background: url(/img/system/loader.gif) center center no-repeat;
  background-size: 32px 32px;
}
img.imgloaded {
  background: none;
}
.imgleft img,
.imgright img {
  width: 100%;
}
.text ul {
  display: table;
}
input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #4c4c4c;
  text-decoration: none;
}
a:hover {
  /*color:#dc0a2e;*/
}
p,
ul {
  font-size: 18px;
}
.homepage {
  font-size: 16px;
}
h1,
h2,
h3 {
  font-weight: normal;
  margin: 0;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h2 span {
  padding: 0 !important;
  border: 0 !important;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.inner {
  margin: auto;
  width: 1065px;
}
.inner:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.contentcontact.inner {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 600px;
}
.contentcontact input.text,
.contentcontact textarea.text {
  background: #FFF;
}
.inner p {
  text-align: center;
  line-height: 35px;
}
.inner.noc p,
.search p {
  text-align: left;
}
.inner ul {
  line-height: 35px;
}
.inner p:last-child {
  margin-bottom: 40px;
}
.inner #contactform p:last-child {
  margin-bottom: 0;
}
.onAccordion .inner p:last-child {
  margin-bottom: 20px;
}
header {
  padding-top: 0;
  z-index: 40;
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 6px solid #fff;
}
.header-inside {
  background: #003870;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzg3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzJiNTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #003870 0%, #132b51 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003870), color-stop(100%, #132b51));
  background: -webkit-linear-gradient(top, #003870 0%, #132b51 100%);
  background: -o-linear-gradient(top, #003870 0%, #132b51 100%);
  background: -ms-linear-gradient(top, #003870 0%, #132b51 100%);
  background: linear-gradient(to bottom, #003870 0%, #132b51 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003870', endColorstr='#132b51', GradientType=0);
  padding-top: 10px;
  height: 145px;
}
header .inner {
  position: relative;
  z-index: 5;
  height: 145px;
}
.header-circle-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}
.header-circle {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -666px;
  margin-top: -90px;
  z-index: 0;
}
.logo {
  float: left;
  position: relative;
  z-index: 900;
}
.logo img {
  display: block;
  width: 122px;
  height: 50px;
}
.lt-ie9 .logo img {
  height: auto;
}
.header-image {
  position: absolute;
  right: 0;
  left: 0;
  top: auto;
  bottom: -21px;
  margin: auto auto;
  text-align: center;
  display: block;
  width: 181px;
}
.metanavi {
  position: absolute;
  width: 100%;
  height: 45px;
  bottom: 0;
  left: 0;
}
.metanavi > ul li {
  padding: 0 20px;
  line-height: 40px;
  float: left;
}
.metanavi > ul li:hover {
  background: #003870;
}
.metanavi > ul li a {
  font-size: 16px;
  color: #FFF;
  float: none;
  padding-left: 10px;
  padding-left: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.metanavi > ul li i {
  position: static;
}
.metanavi > ul li i:before {
  color: #FFF;
  font-size: 21px;
  margin-right: 0;
  margin-left: 0;
}
.metabar {
  float: right;
  position: relative;
  bottom: 0;
  top: 30px;
  z-index: 5;
}
.metabar-input {
  height: 40px;
  width: 255px;
  display: block;
  float: left;
  line-height: 19px;
  font-size: 16px;
  background: #f3f2f2;
  margin-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.mobilenav .metabar-input.top {
  background: transparent !important;
}
.metabar input {
  padding: 10px 0 11px 10px;
  padding-right: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  background: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.metabar a {
  cursor: pointer;
  text-transform: uppercase;
  color: #a9a9a9;
}
.metabar-input:hover,
.metabar-input.focus {
  color: #FFF;
  background: #4f4e4e;
}
.metabar-input:hover a {
  color: #FFF;
}
.metabar-input input:hover,
.metabar-input input:active,
.metabar-input input:focus,
.metabar a:hover {
  background: #4f4e4e;
  color: #FFF;
  border: 0;
  outline: 0;
}
main {
  margin-top: 160px;
  position: relative;
  overflow: hidden;
}
.sidebar-navigator {
  position: fixed;
  right: 0;
  top: 237px;
  z-index: 999;
}
.sidebar-navigator.affix {
  position: fixed;
  top: 80px;
}
.sidebar-navigator-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-navigator-li {
  display: block;
  margin-bottom: 6px;
  position: relative;
  z-index: 9;
  padding-left: 20px;
  cursor: pointer;
}
.sidebar-navigator-li.icon-ansprechpartner .sidebar-navigator-layer {
  top: auto;
  bottom: 0;
}
.sidebar-navigator-li.icon-ansprechpartner .sidebar-navigator-layer:after {
  top: auto;
  bottom: 27px;
}
.sidebar-navigator-a {
  display: block;
  width: 75px;
  height: 75px;
  background: #4f4e4e;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.sidebar-navigator-li:hover .sidebar-navigator-a {
  /*background:#dc0a2e;*/
}
.sidebar-navigator-layer {
  display: none;
  position: absolute;
  z-index: 9;
  background: #4f4e4e;
  right: 90px;
  top: 0;
  color: #FFF;
  padding: 29px 20px;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}
.sidebar-navigator-layer:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #858585;
  position: absolute;
  right: -10px;
  top: 27px;
}
footer {
  background: url("/img/system/kreise.png") no-repeat scroll center 34px transparent;
}
.footer-blackbar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  z-index: 5;
  background: #003870;
  color: #fff;
}
.copyright {
  float: left;
}
.footer-logo {
  position: absolute;
  z-index: 5;
  bottom: -8px;
  right: 0;
  left: 0;
  margin: auto;
}
.social-link {
  margin: 0 7.5px;
  display: block;
  float: left;
  position: relative;
}
.social-link:before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #111;
  opacity: 0;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.social-link:hover:before {
  opacity: 0.5;
}
.footer-blackbar .inner {
  clear: both;
  position: relative;
  z-index: 20;
}
.footer-third {
  width: 33%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.footer-top {
  padding: 31px 0 20px 0;
  border-bottom: 1px solid #FFF;
}
.footer-top h2 {
  font-size: 20px;
  font-weight: 300;
}
.footer-middle {
  padding: 20px 0;
  padding-bottom: 60px;
}
.footer-middle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-middle li {
  margin-bottom: 2px;
}
.footer-middle li a {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
}
.footer-middle li a:hover,
.footer-middle li a:focus,
.footer-middle li a:active {
  text-decoration: underline;
}
.footer-bottom {
  padding: 10px 0 30px 0;
  font-size: 14px;
  font-weight: 300;
}
/*Homepage Kacheln*/
.homepage-content-wrap-sw,
.homepage-content-wrap-ws {
  margin-bottom: 5px;
}
.homepage-content-wide {
  width: 58%;
  float: left;
}
.homepage-content-wrap-ws .tile-wrap:first-child {
  margin-right: 1%;
  width: 58%;
}
.homepage-content-small {
  width: 41%;
  float: left;
}
.homepage-content-wrap-sw .tile-wrap:first-child {
  margin-right: 1%;
  width: 41%;
}
.tile {
  width: 100%;
  margin-bottom: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
  overflow: hidden;
  cursor: pointer;
}
.tile a {
  color: #FFF;
}
.tile a:hover {
  color: #FFF;
}
.tile img {
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 100%;
}
.tile:hover > img,
.tile:hover > a > img {
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.tile .tile-caption {
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.tile-icon img {
  width: 51px;
  height: 51px;
  /*background:#dc0a2e;*/
}
.tile:hover .tile-caption {
  background: rgba(0, 0, 0, 0.9);
}
.tile-wrap .tile:last-child {
  margin-bottom: 0;
}
.tile-big {
  height: 570px;
}
.tile-medium {
  height: 282.5px;
}
.tile-small {
  height: 170px;
}
.tile-caption {
  text-transform: uppercase;
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 25px;
  background: rgba(0, 0, 0, 0.7);
  padding: 7px 15px 10px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tile-caption-left {
  right: auto;
  left: 0;
}
.tile-caption-first {
  bottom: 70px;
}
.tile-caption-second {
  height: 40px;
}
.tile-caption-solo {
  padding: 11px 15px 11px 15px;
}
.tile-icon {
  width: 51px;
  height: 51px;
  /*background:#dc0a2e;*/
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 100%;
}
.tile-h1 {
  font-size: 48px;
  /*color:#dc0a2e;*/
  font-weight: 300;
}
.tile-big .tile-h1 .tile-medium .tile-h1-big {
  font-size: 48px;
}
.tile-medium .tile-h1-solo,
.tile-medium .tile-h1 {
  font-size: 30px;
  font-weight: 300;
}
.tile-medium .tile-h1-icon,
.tile-small .tile-h1 {
  font-size: 24px;
  font-weight: 300;
}
.tile-text {
  color: #FFF;
  margin: 0;
  font-size: 14px;
}
.tile-text-second {
  font-size: 20px;
  font-weight: 500;
}
.newsletter-signup {
  /*background:#dc0a2e;*/
  padding: 22px 25px 25px 62px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  overflow: visible;
}
.newsletter-signup-h1 {
  font-size: 40px;
  line-height: 40px;
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.newsletter-signup-input {
  width: 392px;
  height: 70px;
  border: 0;
  font-size: 14px;
  padding: 25px 20px;
  background: #e9e9e6;
  text-align: center;
  float: left;
}
.newsletter-signup-button {
  width: 70px;
  height: 70px;
  background: #d3d2ca;
  display: block;
  float: left;
  cursor: pointer;
  position: relative;
}
/*--------------*/
.contentpage {
  /*color:#000;*/
  margin-top: 76px;
}
.contentpage.morespace {
  margin-top: 76px;
}
.contentpage.subhomepage {
  margin-top: 76px;
}
.content {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 76%;
  min-height: 600px;
  padding-right: 20px;
}
.content.content-wide {
  margin-bottom: 30px;
  float: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  padding-right: 0;
}
.content-button {
  background: #191919;
  text-transform: uppercase;
  color: #FFF;
  font-size: 14px;
  line-height: 35px;
  display: block;
  padding: 0 18px;
  float: right;
  text-align: center;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}
.kategorie .content-button {
  float: left;
}
.content-button a {
  color: #FFF;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.content-button:after {
  content: ">";
  padding-left: 5px;
}
.content-button:hover {
  /*background:#dc0a2e;*/
  color: #FFF;
}
.aside {
  float: left;
  width: 24%;
}
.aside-box {
  margin-bottom: 50px;
  background: #f3f2f2;
}
.aside-header,
.grey-header {
  /*color: #dc0a2e;*/
  font-size: 18px;
  padding: 14px 0;
  padding-left: 18px;
  background: #191919;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.aside-header a {
  /*color: #dc0a2e;    */
}
aside img {
  width: 100%;
  margin-bottom: 5px;
}
.content-h1,
.kontakt-h1 {
  font-size: 30px;
  text-transform: uppercase;
  /*color: #000;*/
  padding-left: 20px;
  margin-bottom: 30px;
}
.content-h1 span {
  padding: 0 2px 1px 2px;
  border-bottom: 4px solid #dc0a2e;
}
.kontakt-h1 span {
  font-size: 28px;
}
.contentpage img,
.contentpage ul,
.contentpage p {
  margin-bottom: 1px;
  margin-top: 0;
}
.contentpage p {
  margin-bottom: 15px;
}
.content ul.numbers {
  list-style: initial;
  list-style-type: decimal;
}
.content ul.numbers li {
  padding-left: 0;
  margin-bottom: 10px;
}
.content ul.numbers li:before {
  content: "";
}
.sitemap li {
  margin-bottom: 5px !important;
}
.content > img {
  width: 100%;
}
.content > img.nosize {
  width: auto;
  max-width: 100%;
}
img.noMargin {
  margin: 0;
  margin-bottom: 3px !important;
}
.content h1 {
  text-transform: uppercase;
}
.content h2 {
  font-weight: 600;
}
.content ul li {
  padding-left: 20px;
  font-weight: 700;
  position: relative;
  z-index: 5;
}
.content ul li:before {
  content: ">";
  /*color: #dc0a2e;*/
  position: absolute;
  left: 5px;
  z-index: 5;
}
.imagebox,
.small-imagebox-wrap {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.imagebox-wrap,
.small-imagebox-wrap,
.small-imagebox-wrap-wide {
  overflow: hidden;
}
.imagebox.first {
  padding-right: 1%;
}
.imagebox.last {
  padding-left: 1%;
}
.small-imagebox {
  float: left;
  width: 25%;
  padding: 0 1%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.small-imagebox.first {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 23%;
  padding-right: 2%;
  padding-left: 0;
}
.small-imagebox.last {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 23%;
  padding-left: 2%;
  padding-right: 0;
}
.imagebox-video {
  width: 100%;
  float: none;
}
.video-overview {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 32%;
  float: left;
  padding-right: 1%;
  padding-left: 1%;
  margin-bottom: 50px;
}
.video-overview p {
  margin: 15px 0;
  line-height: 25px;
}
.imagebox.video-overview.first {
  padding-left: 0;
  clear: left;
}
.imagebox.video-overview.last {
  padding-right: 0;
}
.imagebox img,
.small-imagebox img {
  margin-bottom: 10px !important;
  width: 100%;
}
.imagebox .mejs-container {
  margin-bottom: 10px !important;
}
.imagebox-header {
  padding-left: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
}
.imagebox-header > h1 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: auto;
  padding: 0;
}
.imagebox-header > span {
  font-size: 14px;
  color: #FFF;
}
.imagebox .content-button,
.aside .imagebox-header > span {
  display: none;
}
.aside .imagebox .content-button,
.imagebox.video-overview .content-button {
  display: block;
}
.aside .imagebox-header > h1,
.video-overview .imagebox-header > h1 {
  font-size: 18px;
}
.aside .imagebox-content {
  padding-left: 20px;
}
.small-imagebox .imagebox-header {
  padding: 5px 20px;
}
.small-imagebox .imagebox-header span {
  font-size: 16px;
  /*color:#dc0a2e;*/
  line-height: 18px;
  display: block;
}
.map-kontakt-wrap {
  float: right;
  width: 40%;
}
.content .kontakt-h1 {
  font-size: 24px;
  text-transform: none;
  margin-bottom: 30px;
}
.content .kontakt-text p {
  margin-bottom: 15px;
  text-align: left;
}
.kontakt-text p {
  text-align: left;
}
#map {
  height: 390px;
  width: 100%;
  margin-bottom: 15px;
}
#map-content {
  padding: 15px !important;
  background: #003870;
}
#map-content:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #000000 transparent transparent;
  position: absolute;
  left: -12px;
  top: 17px;
}
.map-content-img {
  margin: 0 !important;
  padding: 0;
}
.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.owl-slide {
  position: relative;
  overflow: hidden;
  height: 580px;
  opacity: 0.3;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.active .owl-slide {
  opacity: 1;
}
.owl-slide img {
  width: 100%;
}
.owl-caption {
  position: absolute;
  z-index: 10;
  border: 4px solid #003870;
  border-width: 4px 0 4px 0;
  background: rgba(255, 255, 255, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 490px;
  height: 150px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto auto;
  margin-top: 160px;
}
.owl-slide:hover .owl-caption {
  background: #ffffff;
}
.owl-caption.blau {
  border-color: #0097dc;
}
.owl-caption.lila {
  border-color: #9a569d;
}
.owl-caption.pink {
  border-color: #ba9dca;
}
.owl-caption.gruen {
  border-color: #69b636;
}
.owl-caption.gelb {
  border-color: #fdc316;
}
.owl-caption h1 {
  color: #333;
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 42px;
}
.owl-nav > div {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  color: #FFF;
  font-size: 70px;
}
.owl-nav > div i {
  text-shadow: 1px 1px 10px rgba(0, 56, 112, 0.55);
}
.owl-nav .owl-prev {
  left: -17px;
}
.owl-nav .owl-next {
  right: -17px;
}
.produkte-slider .owl-nav .owl-prev {
  background: url(/img/system/arrows2.png) 0 0 no-repeat;
}
.produkte-slider .owl-nav .owl-next {
  background: url(/img/system/arrows2.png) 0 -46px no-repeat;
}
.container-3columns {
  margin-bottom: 5px;
}
.columns3-box {
  width: 33%;
  height: 577px;
  float: left;
  position: relative;
  cursor: pointer;
}
.columns3-box.middle {
  margin: 0 0.5%;
}
.columns3-box img {
  min-width: 100%;
  height: 100%;
}
.columns3-more {
  font-size: 24px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.6) center center repeat;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: -482px;
  margin: auto auto;
  padding: 8px 8px;
  width: 100px;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 24px;
  color: #333;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.columns3-more a {
  color: #333;
}
.columns3-overlay h2 {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 45px;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 4px solid #003870;
}
.columns3-box.katze .columns3-overlay h2 {
  border-color: #9a569d;
}
.columns3-box.pferd .columns3-overlay h2 {
  border-color: #0097dc;
}
.columns3-box.rind .columns3-overlay h2 {
  border-color: #69b636;
}
.columns3-box.schwein .columns3-overlay h2 {
  border-color: #fdc316;
}
.columns3-box.hund .columns3-overlay h2 {
  border-color: #ba9dca;
}
.columns3-overlay {
  opacity: 0;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 7px;
  background: url(/img/system/transparentBg.png) center center repeat;
  padding: 20px;
  color: #333;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.columns3-box:hover .columns3-more {
  color: #FFF;
  background: #003870;
}
.columns3-box:hover .columns3-more a {
  color: #FFF;
}
.columns3-box:hover .columns3-overlay {
  opacity: 1;
}
.columns3-text p {
  font-size: 18px;
  line-height: 38px;
}
.box3-box {
  float: left;
  width: 33%;
  background: #E7E6E2;
  position: relative;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #E7E6E2;
}
.whitebackground .box3-box {
  background: #E7E6E2;
  border: 1px solid #E7E6E2;
}
.greybackground .box3-box {
  background: #FFF;
  border: 1px solid #FFF;
}
.box3-box.middle {
  margin: 0 0.5%;
}
.box3-img {
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
  background: #FFF;
}
.box3-img img {
  height: 100%;
}
.box3-box-narrow img {
  height: 350px;
}
.box3-box h2 {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.box3-box h2 span {
  border-bottom: 4px solid #d3d2ca !important;
  padding: 0 0 !important;
  padding-bottom: 12px !important;
  color: #333;
}
.box3-box.rind h2 span {
  border-color: #69b636 !important;
}
.box3-box.schwein h2 span {
  border-color: #fdc316 !important;
}
.box3-box.pferd h2 span {
  border-color: #0097dc !important;
}
.box3-box.hund h2 span {
  border-color: #ba9dca !important;
}
.box3-box.katze h2 span {
  border-color: #9a569d !important;
}
.box3-text p {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  color: #333;
  margin-bottom: 15px !important;
  line-height: 24px;
}
.box3-more {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: uppercase;
  padding: 8px 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 24px;
  color: #333;
  background: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box3-box-narrow-section .box3-more {
  bottom: -575px;
}
.box3-more a {
  color: #333;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box3-box:hover .box3-more {
  background: #003870;
  color: #FFF;
}
.box3-box:hover .box3-more a {
  color: #FFF;
}
.newsletter-section {
  padding: 30px 0;
  height: 565px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f2f1ef;
  margin-bottom: 30px;
}
.box3-box-narrow-section {
  padding: 30px 0;
  height: 625px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f2f1ef;
  margin-bottom: 30px;
}
.n-column {
  float: left;
  width: 25%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  text-align: center;
  position: relative;
  height: 535px;
}
.n-column.c3 {
  width: 33.3%;
}
.n-column.middle {
  width: 50%;
}
.n-headline {
  font-size: 32px;
  text-transform: uppercase;
}
.n-text p {
  font-size: 18px;
  line-height: 38px;
}
.n-more {
  font-size: 24px;
  text-transform: uppercase;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: -435px;
  margin: auto auto;
  padding: 8px 8px;
  width: 100px;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 24px;
  color: #333;
  background: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.n-more:hover {
  background: #003870;
  color: #FFF;
}
.n-newsletter {
  height: 180px;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 25px;
  margin-bottom: 25px;
}
.n-newsletter h2 {
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.js-backgroundfill {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bigbg-top .wrap {
  padding-top: 250px;
  padding-bottom: 10px;
}
.bigbg-bottom .wrap {
  padding-top: 45px;
  padding-bottom: 200px;
}
.bigbg-imgrow .wrap,
.bigbg-3cols .wrap {
  padding-top: 45px;
  padding-bottom: 30px;
}
.text-bigbg {
  text-align: center;
  margin-bottom: 40px;
}
.text-transparentbg {
  background: rgba(255, 255, 255, 0.6);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px;
}
.text-transparentbg.nobg {
  background: none;
}
.content-headline {
  font-size: 38px;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.content-subheadline {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.text-bigbg p {
  line-height: 38px;
}
.text-more {
  font-size: 24px;
  text-transform: uppercase;
  padding: 8px 8px;
  width: 100px;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 24px;
  color: #333;
  background: transparent;
  text-align: center;
  margin: auto;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.text-more a {
  color: #333;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.text-more:hover {
  background: #003870;
  color: #FFF;
}
.text-more:hover a {
  color: #FFF;
}
.bg-container {
  padding-top: 50px;
}
.round-img {
  clear: both;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.round-img img {
  width: 21%;
  height: 21%;
  border-radius: 50%;
  margin-right: 3%;
  margin-left: 6%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.round-left img {
  float: left;
}
.round-right img {
  float: right;
  margin-right: 6%;
  margin-left: 3%;
}
.round-text {
  width: 70%;
}
.round-left .round-text {
  float: left;
}
.round-right .round-text {
  float: right;
}
.round-text h2 {
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
}
.round-left h2 {
  float: left;
}
.round-right h2 {
  float: right;
}
.round-left p {
  text-align: left;
}
.round-right p {
  text-align: right;
}
.round-img .round-text img {
  max-width: 100px;
  width: auto;
  height: auto;
  border-radius: 0;
  margin-right: 0;
  margin-left: 0;
  box-shadow: none;
}
.round-left .round-text img {
  display: block;
  position: absolute;
  bottom: -5px;
  right: 0;
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  margin-bottom: 0;
}
.round-right .round-text img {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  -o-transform: translateX(-110%);
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  margin-bottom: 0;
}
.headline-mb {
  margin-bottom: 20px;
}
.bigbg-imagerow {
  overflow: hidden;
  padding-bottom: 30px;
  margin: auto;
  width: 1100px;
}
.imagerow-image {
  float: left;
  width: 19%;
  margin: 0 0.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.imagerow-image img {
  height: 160px;
  width: 100%;
}
.imagerow-layer {
  position: absolute;
  top: 0;
  height: 100%;
  background: url(/img/system/blueBg.png) repeat;
  font-size: 24px;
  color: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 46px 10px;
  font-weight: 300;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.imagerow-image:hover .imagerow-layer {
  opacity: 1;
}
.bigbg-block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33%;
  padding: 0 10px;
}
.two-images > div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.two-images .left {
  padding-right: 2.5px;
}
.two-images .right {
  padding-left: 2.5px;
}
.two-images img {
  width: 100%;
}
.column-5 {
  float: left;
  width: 20%;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.columns-4-wrap .column-5 {
  width: 25%;
}
.column-5:hover {
  cursor: pointer;
}
.columns-5-wrap {
  overflow: hidden;
  padding: 40px 0;
}
.column-5 .column-5-inner {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.column-5 .column-5-inner > div:first-child {
  height: 170px;
  overflow: hidden;
}
.column-5.hund .column-5-inner {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 20px 0;
}
.column-5.hund:hover .column-5-inner {
  border-color: #ba9dca;
}
.column-5.hundkatze .column-5-inner {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 20px 0;
}
.column-5.hundkatze:hover .column-5-inner {
  border-color: #c66cc0;
}
.column-5.schwein .column-5-inner {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 20px 0;
}
.column-5.schwein:hover .column-5-inner {
  border-color: #fbcc3b;
}
.column-5.katze .column-5-inner {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 20px 0;
}
.column-5.katze:hover .column-5-inner {
  border-color: #a2559d;
}
.column-5.pferd .column-5-inner {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 20px 0;
}
.column-5.pferd:hover .column-5-inner {
  border-color: #0097dc;
}
.column-5.rind .column-5-inner {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 20px 0;
}
.column-5.rind:hover .column-5-inner {
  border-color: #63b32e;
}
.column-5 img {
  width: 100%;
}
h2.column-5-headline {
  font-size: 25px;
  margin-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 4px solid #c9c8c1;
  text-transform: uppercase;
}
.column-5-inner p {
  line-height: 24px;
}
.column-5-link {
  background: transparent;
  padding: 5px 5px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.column-5-link a {
  color: #333;
}
.column-5:hover .column-5-link {
  background: #c9c8c1;
}
.headline-image {
  text-align: center;
}
.headline-image img {
  max-height: 100px;
}
.col-2-text {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  float: left;
}
.col-2-text ul:not([class]) {
  padding: 0 40px !important;
}
.inner.kacheln,
.inner.kacheln > div {
  overflow: hidden;
  height: 800px;
}
.inner.kacheln.one,
.inner.kacheln.one > div {
  height: auto;
  min-height: 310px;
}
.inner.kacheln {
  margin-bottom: 5px;
}
.kacheln-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 49.75%;
  text-align: center;
  position: relative;
}
.kacheln-wrap img {
  margin-bottom: 0;
}
.kacheln-wrap.left {
  margin-right: 0.25%;
}
.kacheln-wrap.right {
  margin-left: 0.25%;
}
.kacheln-headline-image {
  text-align: center;
  height: 110px;
  position: relative;
}
.kacheln-headline-image img {
  text-align: center;
  position: absolute;
  width: 150px;
  margin: auto auto;
  top: 0;
  bottom: -10px;
  left: 0;
  right: 0;
}
.kacheln-headline {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 38px;
}
.kacheln-headline > span {
  padding-bottom: 10px;
}
.kacheln-img-small {
  margin-bottom: 5px;
}
.kacheln-img-small img {
  height: 295px;
  width: 100%;
}
.kacheln-img-big img {
  height: 500px;
  width: 100%;
}
.inner.kacheln p:last-child {
  margin-bottom: 1em;
}
.kacheln-link {
  text-transform: uppercase;
  font-size: 24px;
}
.kacheln-slide {
  width: 100%;
  height: 155px;
  background: #e9e8e4;
  position: absolute;
  bottom: 0;
}
.kacheln-text {
  padding: 0 15px;
}
.kacheln-text p {
  font-size: 16px;
  line-height: 32px;
}
.kacheln-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.kacheln-li {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 20px;
}
.kacheln-li > a {
  color: #4c4c4c;
}
.kacheln-li:hover > a {
  color: #003870;
}
.produkte.dual .kacheln-ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 50%;
  float: left;
}
.produkt-buttons {
  text-align: center;
}
.produkt-button {
  color: #FFF !important;
  background: #003870;
  padding: 3px 10px;
  cursor: pointer;
}
.produkt-grey {
  background: #e7e6e2;
  height: 365px;
  margin: 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 0;
  text-align: center;
}
.produkt-grey img {
  height: 300px;
}
.produkt-slide {
  width: 210px;
  height: 160px;
  position: relative;
}
.produkt-slide:hover .produkt-slide-layer {
  display: block;
  color: #FFF;
}
.produkt-slide-layer {
  display: none;
  background: rgba(0, 56, 112, 0.85);
  color: #FFF;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 57px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
}
.produkt-headline {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.produkt-headline span {
  border-bottom: solid 3px #d3d2ca;
  display: inline-block;
  padding-bottom: 15px;
}
.produkt-h1 {
  padding-top: 40px;
}
.customload img {
  max-width: 100%;
}
.quizz-column.right .radioButtonListWrapper label {
  margin-bottom: 10px;
}
.spaceEdit {
  padding-bottom: 37px;
}
.labelAndere {
  display: block;
  margin-top: 20px;
}
.inputAndere {
  width: 70%;
  border: 0;
  box-sizing: border-box;
  line-height: 18px;
  padding: 10px 15px;
  font-size: 16px;
  float: right;
  margin-top: 20px;
  border-color: #858585;
}
.inputAndere2 {
  margin-top: 0;
}
.labelAndere2 {
  margin-top: 0;
}
.abmelden {
  display: none;
}
.angemeldet .abmelden {
  display: block;
}
.angemeldet .login {
  display: none;
}
.showStatus {
  display: none;
}
li.showStatus:hover {
  background: none !important;
}
.angemeldet .showStatus {
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 0;
  padding-right: 5px;
  font-weight: 100;
  letter-spacing: 0.1px;
  position: relative;
  top: 2px;
}
.login-page .error {
  color: #e60003;
  word-wrap: break-word;
  padding-bottom: 20px;
  display: block;
}
.error_class {
  font-weight: bold;
  color: #f00;
  margin-bottom: 20px;
  clear: both;
  display: block;
  font-size: 22px;
}
.button-link a {
  color: #FFF;
  background: #003870;
  display: block;
  padding: 9px 20px;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.button-link a:hover {
  color: #FFF;
  background: #132b51;
}
.four-button {
  margin: 20px 0;
}
.headline-bgimage img {
  max-height: 220px;
}
.wrapper .ui-widget-content .inner a {
  color: #003870;
}
.tiersparten img {
  width: 150px;
}
.bgimage h1.headline-mb {
  margin-top: 20px;
}
.four-button .button-link a {
  background-color: #cccccc;
  color: #000000;
  border: 2px solid #949494;
}
div.tier-img {
  height: 130px!important;
}
.tiersparten .column-5.hundkatze:hover .column-5-inner,
.tiersparten .column-5.schwein:hover .column-5-inner,
.tiersparten .column-5.rind:hover .column-5-inner {
  border-color: #c66cc0;
}
.tiersparten .column-5.pferd:hover .column-5-inner {
  border-color: #24a454;
}
/*Bewerbung*/
.application {
  padding: 0;
}
.application p {
  text-align: inherit;
}
.upload {
  margin-bottom: 15px;
}
.upload label {
  display: block;
  padding-top: 0;
  max-width: none;
  margin-bottom: 5px;
}
.upload input {
  border-color: #858585;
  color: #858585;
  background: #e7e6e2;
  width: 100%;
  padding: 5px 0;
}
.privacy {
  margin: 20px 0;
}
.privacy input {
  float: none;
  display: inline-block;
  margin: 0 5px 5px 0;
  position: relative;
  top: 1px;
}
.privacy label {
  float: none;
  width: auto;
  max-width: none;
  display: inline;
}.whitebackground {
  background: #FFF;
  padding: 65px 0 40px 0;
}
.greybackground {
  background: #e7e6e2;
  padding: 65px 0 40px 0;
}
.imgleft-new {
  overflow: hidden;
}
.imgleft-new img {
  width: 30%;
  margin-right: 2%;
  float: left;
}
.imglefttext p {
  text-align: left;
}
.imgleft-text {
  float: left;
  width: 68%;
}
.imgleft-text h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.imgleft-text h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.imgleft-text p {
  margin-top: 0;
  text-align: left;
}
.text-more.white {
  float: left;
  background: #FFF;
}
.text-more.white:hover {
  background: #003870;
}
.spacergrey {
  background: #e7e6e2;
  height: 35px;
  clear: both;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.special .ui-accordion-header {
  border-top: 1px solid #FFF;
  padding: 42px 0;
  font-weight: 400 !important;
}
.special .ui-accordion-header:first-child {
  border-top: 0;
}
.special .ui-accordion-header:after {
  content: "";
  height: 37px;
  width: 24px;
  background: url(/img/system/arrow-down.png);
  position: relative;
  top: -6px;
}
.wrapper .special.ui-accordion {
  border-bottom: 0;
}
.wrapper .ui-widget-content {
  background: transparent;
}
.wrapper .ui-widget-content .inner p {
  text-align: left;
}
.wrapper .special .ui-widget-content {
  overflow: hidden;
  padding: 0;
}
.inner ul:not([class]) {
  padding: 0;
  list-style: none;
}
.inner ul:not([class]) ul {
  margin-bottom: 0;
}
.inner ul:not([class]) li:not([class]) {
  position: relative;
  z-index: 20;
  padding-left: 20px;
}
.inner ul:not([class]) li:not([class]):before {
  content: "";
  display: block;
  background: #333;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 15px;
}
.contentcolumnwrap {
  overflow: hidden;
}
.contentcolumn {
  width: 50%;
  float: left;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contentcolumn .inner p,
.contentcolumn .inner h1,
.contentcolumn .inner h2,
.contentcolumn .inner img {
  text-align: left;
}
.contentcolumn .text p {
  text-align: left;
}
.inner .inner {
  width: auto;
  margin: 0;
}
.imgleft.notcenter {
  margin-right: 0;
  width: 13%;
  display: block;
}
.notcenter .text {
  float: left;
  width: 87%;
  padding-left: 20px;
  box-sizing: border-box;
}
.notcenter .text p {
  text-align: left;
}
.contentcolumnwrap .imgleft.notcenter img {
  width: 100%;
}
.produkte-img-left {
  float: left;
  width: 30%;
}
.produkte-img img {
  width: 100%;
  margin-bottom: 10px;
}
.produkte-liste-ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
.produkte-liste-ul.smaller {
  width: 70%;
  padding-left: 20px;
}
.produkte-liste-li {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 300;
}
.produkte-liste-li a {
  font-weight: 400;
}
.produkt-detail-img {
  float: left;
  width: 30%;
  border: 1px solid #e7e6e2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
.produkt-detail-img img {
  width: 100%;
  margin: 0;
}
.produkt-detail-text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  float: left;
  padding-left: 20px;
}
.produkt-detail-text p,
.produkt-detail-text .content-headline {
  text-align: left;
}
.produkt-detail-text p {
  line-height: normal;
}
.produkt-detail-text .content-headline {
  padding-top: 0;
}
.produkt-detail-text h2 {
  margin-bottom: 10px;
}
.produkte-suche h2 {
  text-align: center;
  margin-bottom: 25px;
}
.produkte-suche-wrap {
  background: #e7e6e2;
  padding: 10px 20px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.produkte-suche-wrap span {
  font-size: 24px;
  line-height: 50px;
}
.produkte-suche-wrap input {
  line-height: 21px;
  border: 0;
  float: right;
  width: 80%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 20px;
}
.produkte-suche-action {
  position: absolute;
  right: 33px;
  top: 23px;
  cursor: pointer;
}
.produkte-suche-action .icon-suche_icon {
  position: relative;
  right: auto;
  top: auto;
}
.produkte-suche-action .icon-suche_icon:before {
  top: auto !important;
  font-size: 24px;
}
.news {
  padding: 20px 0;
}
.news .imgleft {
  margin-right: 0;
}
.news .text {
  float: left;
  width: 70%;
  padding-left: 10px;
  box-sizing: border-box;
}
.news > h1 {
  margin-bottom: 15px;
}
.news h2 {
  margin-bottom: 8px;
}
.news h2 span {
  border-bottom: 3px solid #003870 !important;
  -moz-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}
.news h2 span a {
  color: #333;
  padding-bottom: 2px;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.news h2 span.Pferd {
  border-color: #0097dc !important;
}
.news h2 span.Katze {
  border-color: #9a569d !important;
}
.news h2 span.Hund {
  border-color: #ba9dca !important;
}
.news h2 span.Rind {
  border-color: #69b636 !important;
}
.news h2 span.Schwein {
  border-color: #fdc316 !important;
}
.news p {
  text-align: left;
  line-height: 1.8rem;
  margin-bottom: 5px !important;
}
.news img {
  margin-bottom: 5px;
}
.news article {
  padding: 20px;
  border-bottom: 1px solid #E7E6E2;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.news article:hover {
  background: #E7E6E2;
}
.table.transparent {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px 2px;
}
.table.transparent thead {
  display: none;
}
.table.transparent tr td {
  width: 50%;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
.table.transparent tr td.first {
  border-right: 1px solid transparent;
}
.table.transparent tr td.last {
  border-left: 1px solid transparent;
}
.table.transparent tr td p {
  margin-bottom: 0;
}
.tableheader {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 25px;
  text-transform: uppercase;
  margin-bottom: 2px;
  text-align: center;
  margin: 0 2px 0px 2px;
}
.mn-search .inner {
  position: relative;
}
.mn-search .icon-suche_icon {
  top: 1px;
  color: #003870;
}
.mn-search .icon-suche_icon:before {
  font-size: 30px;
}
.text-transparentbg.login-page {
  max-width: 550px;
  margin: auto;
}
.text-transparentbg.login-page .row input {
  width: 100%;
  background: #FFF;
}
.form-button {
  color: #FFF;
  background: #003870;
  display: block;
  float: right;
  text-transform: uppercase;
  padding: 9px 20px;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.form-button:hover {
  color: #FFF;
  background: #132b51;
}
.quizz-column {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.quizz-column.left {
  padding-right: 1px;
}
.quizz-column.right {
  padding-left: 1px;
}
.quizz-box {
  background: #E7E6E2;
  padding: 15px 20px;
  border-bottom: 2px solid #FFF;
  clear: both;
  line-height: 1.7rem;
  overflow: hidden;
}
.quizz-box h2 {
  text-transform: uppercase;
}
.quizz-box input {
  background: #FFF;
}
.quizz-minheight {
  min-height: 187px;
}
.quiz-half {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
div.checkbox input {
  display: none;
}
div.checkbox label {
  display: block;
  padding-top: 0;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  position: relative;
  z-index: 20;
  cursor: pointer;
}
div.checkbox label:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: #003870;
  float: right;
  border-radius: 3px;
  position: absolute;
  right: 0;
  bottom: 1px;
  color: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0 0 0;
  font-size: 9px;
}
div.checkbox input:checked + label:after {
  content: '\e80a';
}
input[type='radio'] {
  float: right;
  width: auto;
}
div.radioButtonWrapper {
  float: none;
  overflow: hidden;
}
div.radioButtonWrapper input {
  display: none;
}
div.radioButtonWrapper label {
  display: block;
  padding-top: 0;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  position: relative;
  z-index: 20;
  cursor: pointer;
}
div.radioButtonWrapper label:after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background: #003870;
  float: right;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 1px;
  color: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 0 0 0;
  font-size: 12px;
}
div.radioButtonWrapper input:checked + label:after {
  background: #FFF;
  border: 3px solid #003870;
}
.radiobuttons > label {
  display: block;
  padding-top: 0;
  width: auto;
  max-width: none;
  font-weight: 600;
  margin-bottom: 5px;
}
.form-info {
  margin-bottom: 0;
  font-size: 15px;
  float: left;
}
a.toptop {
  height: 57px;
  width: 57px;
  z-index: 10;
  background-color: #E7E6E2;
  display: block;
  box-sizing: border-box;
  border: 1px solid #FFF;
  color: #333;
  text-align: center;
  font-size: 50px;
  position: absolute;
  right: 0;
  transform: translate(50%);
  top: -65px;
}
a.toptop i {
  position: absolute;
  z-index: 10;
  top: -7px;
  left: -7px;
}
.contentpage {
  position: relative;
  z-index: 5;
}
.breadcrumb {
  position: absolute;
  top: 0;
  right: 75px;
  padding: 4px 10px;
}
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li:last-child a {
  padding-right: 0;
  border-right: 0;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li a {
  color: #333;
  font-size: 14px;
  padding: 0 7px;
  border-right: 1px solid #333;
  display: block;
}
.login-layer-col {
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
  width: 41%;
}
.login-layer-col.col-button {
  width: 18%;
}
.login-layer-col.col-button .form-button {
  background: #FFF;
  color: #333;
  padding: 2px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.login-layer-col.col-button .form-button:hover {
  color: #FFF;
  background: #132b51;
}
.login-layer-col input.text {
  background: #FFF;
  padding: 11px 15px 11px 15px;
  color: #333;
  line-height: 21px;
  font-size: 18px;
}
.loggedin {
  font-size: 20px;
  float: left;
  text-transform: none;
}.content.single-item{
    width:73%;
    padding-left:9%;}
    .aside-left {
float: left;
width: 27%;
}
h2.node-name{
    margin-bottom:20px;
    clear:both;
}

.order-item {
    float:left;
width: 25%;
margin: 0 4%;
margin-bottom:30px;
}
.item-wrap .order-item:nth-of-type(3n+4){
    clear:left;
}
.aside-left .order-item {
margin: 0;
width: 100%;
padding-left: 20px;
box-sizing: border-box;
}
.order-item.first{
clear: left;
margin-left: 2%;
margin-right: 6%;    
}
.order-item.last{
margin-left: 6%;
margin-right: 2%;    
}
.order-item-imgwrap{
  height: 368px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  margin-bottom:10px;
    background: #E7E6E2;
      box-sizing: border-box;
  padding: 10px;
}
.order-item-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.order-item-img{
  max-height: 100%;
  width: auto;
  max-width: 100%;
  margin: auto;
  margin-bottom:0!important;
  vertical-align: middle;
}
.order-item-header{
    margin-bottom:0;
    padding: 14px 18px;
}
.order-item-h1{
    margin-bottom: 0!important;
    padding-left: 0!important;
    font-size: 18px!important;
    color:#333;
    
}
.order-item-text {
    border: 1px solid #000;
    padding: 10px 10px;
}
.order-item-text p{
    text-align:left;
    margin-bottom:5px;
    padding:0;
    font-size:16px;
    line-height:20px;
}
.order-item-label{
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    border: 1px solid #000;
    width: 75%;
    padding: 0 10px;
    text-align: right;
    border-width: 0 1px 1px 1px;
    float: left;
}
.order-item-count {
    float: left;
    width: 25%;
}
.order-item-count input {
    border-width: 0 1px 1px 0;
    height: 45px;
    width: 100%;
    box-sizing: border-box;
}.no-flexbox .mainnav-li1,
.lt-ie11 .mainnav-li1{
    float:left;
    padding-right:23px;
}
.no-cssgradients .mainnav-li1.selected .mainnav-a1,
.no-cssgradients .mainnav-li1.hover .mainnav-a1{
    background:#FFF;
}
.no-csstransitions .tile:hover img{
    transform:none;
}
.no-csstransforms3d .wrapper .ui-accordion-header.ui-state-active:after{
    transform: rotate(180deg);        
}
.no-csstransforms .newsletter-signup-button:before{
    content:"";
}
.no-csstransforms .newsletter-signup-button{
    background:url(/img/system/news-arrow.png) center center no-repeat #FFF;
}

.no-rgba .tile-caption{
    background:url(/img/system/grey-bg.png);
}

.lt-ie9 .owl-caption { background:#fff; }
.lt-ie8 .owl-caption { left:50%; margin-left:-245px; }
.lt-ie8 .header-image { left:50%; margin-left:-90px; }#navigatorlayer { padding:37px 70px 33px; /*display:block !important;*/ }
#navigatorlayer.open{ display:block!important; }
#navigatorlayer > ul { height:100%; transition:all 1.0s ease; position:relative; z-index:1; background:url(/img/system/navigator/kreis.png) center center transparent no-repeat; background-size:contain; }
#navigatorlayer > ul > li { position:absolute; z-index:1; transition:all 1.0s ease; text-align:center; width:130px; overflow:hidden;}
#navigatorlayer > ul > li > a { display:block; text-decoration:none; background:transparent; }
#navigatorlayer * { outline:none; }
#navigatorlayer > ul > li.active > a { /*background-color:#dc0a31; box-shadow:1px 1px 5px #fff;*/ }

#navigatorlayer ul { list-style:none; }

.icon-ansprechpartner .sidebar-navigator-layer { padding:14px; }
.icon-ansprechpartner .sidebar-navigator-layer:hover { color:#fff; }
.icon-ansprechpartner .sidebar-navigator-layer h1 { font-size:20px; margin-bottom:8px; }
.icon-ansprechpartner .sidebar-navigator-layer img { width:70px; }
.icon-ansprechpartner .sidebar-navigator-layer p { font-size:16px; margin:0; margin-bottom:6px; position:relative; z-index:1; }
.icon-ansprechpartner .sidebar-navigator-layer p a { color:#fff; font-size:16px; }
.icon-ansprechpartner .sidebar-navigator-layer p a:hover,
.icon-ansprechpartner .sidebar-navigator-layer p a:active,
.icon-ansprechpartner .sidebar-navigator-layer p a:focus { text-decoration:underline; }

.icon-ansprechpartner .sidebar-navigator-layer p.tel span,
.icon-ansprechpartner .sidebar-navigator-layer p.email a { display:block; padding-left:28px; background:transparent; }

.icon-ansprechpartner .sidebar-navigator-layer p.tel:before,
.icon-ansprechpartner .sidebar-navigator-layer p.email:before { position:absolute; top:3px; width:16px; z-index:1; }

.icon-ansprechpartner .sidebar-navigator-layer p.email:before { font-size:13px; }

.icon-ansprechpartner .sidebar-navigator-layer { min-width:370px; }
.icon-ansprechpartner .sidebar-navigator-layer .imgleft { float:left; padding-right:14px; }
.icon-ansprechpartner .sidebar-navigator-layer .text { float:left; }
.icon-ansprechpartner .sidebar-navigator-layer .person { clear:both; overflow:hidden; margin-bottom:15px; width:350px; }
.icon-ansprechpartner .sidebar-navigator-layer .person.personmulti { width:450px; }

.icon-ansprechpartner .sidebar-navigator-layer .person:last-child { margin-bottom:0; }

#navigatorlayer ul ul { transition:all 0.5s ease; opacity:0; visibility:hidden; display:block; z-index:1; padding:5px 20px; }
.ulwrap{
    position:absolute;
    right:138px; top:0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEFGNjZDMzM4NTAwMTFFNEE2RDY4NUFBQjU4RkNDMjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEFGNjZDMzQ4NTAwMTFFNEE2RDY4NUFBQjU4RkNDMjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQUY2NkMzMTg1MDAxMUU0QTZENjg1QUFCNThGQ0MyNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQUY2NkMzMjg1MDAxMUU0QTZENjg1QUFCNThGQ0MyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt+pvugAAAAaSURBVHjaYvz//z8DMYCJgUgwqpA6CgECDADVEgMRar6RXAAAAABJRU5ErkJggg==');
}

#navigatorlayer ul ul:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #4f4e4e;
    position: absolute;
    right: 11px;
    top: 20px;
}

#navigatorlayer ul ul li { background-color:#4e4e4e; }
#navigatorlayer ul ul li.first { padding-top:10px; }
#navigatorlayer ul ul li.last { padding-bottom:10px; }
#navigatorlayer ul ul li a { font-size:14px;padding:5px 10px; display:block; color:#fff; text-transform:uppercase; text-decoration:none; background:#4e4e4e; text-align:left; }
#navigatorlayer ul ul li a:hover,
#navigatorlayer ul ul li a:active,
#navigatorlayer ul ul li a:focus { color:#dc0a31; }
#navigatorlayer ul li.active { z-index:99; overflow:visible; }
#navigatorlayer ul li.active ul { display:block; opacity:1; visibility:visible; z-index:99; }

#navigatorlayer .Hund img { width:100px; }

#navigatorlayer .Katze img { width:90px; }

#navigatorlayer .Schwein img { width:85px; }

#navigatorlayer .Pferd img { width:130px; }

#navigatorlayer .Rind img { width:105px; }.gewinnspiel #teilnehmer .row { margin-bottom:10px; }
.gewinnspiel #teilnehmer h1 { margin-bottom:20px; }
.gewinnspiel .nextbutton { cursor:pointer; margin-right:250px;}
.gewinnspiel .row { margin-bottom:0; background-color:#DDD; }
.gewinnspiel .quizz-box { position:relative; z-index:1; width:50%; }
.gewinnspiel .quizz-box h1 { /*text-transform:uppercase;*/ margin-bottom:10px; }
.gewinnspiel .quizz-box .video { width:480px; margin:0 auto; }
.gewinnspiel .quizz-box label {
    display: block;
    padding-top: 0;
    padding-right: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    position: relative;
    z-index: 20;
    cursor: pointer;
}
.gewinnspiel .radiobutton input { display:none; }

.gewinnspiel div.checkbox input.text,
.gewinnspiel .radiobutton input.text { display:block; margin-top:10px; }

.gewinnspiel .row.odd { background-color:#ccc; }
.gewinnspiel .row.rowpad { padding:5px 10px; background-color:#DDD; }

.gewinnspiel .radiobutton label:after {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    background: #003870;
    float: right;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 5px;
    color: #FFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 0 0 0;
    font-size: 12px;
}

.gewinnspiel .radiobutton input:checked + label:after {
    background: #FFF;
    border: 3px solid #003870;
}

.gewinnspiel .checkbox input:checked + label:after {
    content: '\e80a';
}@media only screen and (max-width: 1105px) {
  a.toptop {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .inner {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .header-image {
    width: 123px;
  }
  .header-image img {
    width: 100%;
  }
  header {
    height: 95px;
  }
  header .inner,
  header .header-inside {
    height: 95px;
  }
  .metanavi {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .mainnav.affix {
    top: 110px;
  }
  main {
    margin-top: 110px;
  }
  .metanavi-layer {
    top: 110px;
  }
  .icon-suche_icon {
    right: 20px;
  }
  .inhaltpage .mainnav {
    top: 110px !important;
  }
  .flexboxwrap,
  .mainnav-ul1 {
    width: 100%;
  }
  .columns3-text p {
    line-height: 25px;
  }
  .columns3-box {
    height: auto;
  }
  .columns3-box img {
    height: auto;
    width: 100%;
  }
  .columns3-box h2 {
    font-size: 23px;
    line-height: 35px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .columns3-more {
    bottom: -80%;
  }
  .owl-slide {
    height: auto;
  }
  .box3-img img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
  }
}
@media only screen and (max-width: 1023px) {
  iframe {
    width: 100% !important;
    height: auto !important;
  }
  .mainnav,
  .metanavi > ul,
  .footer-top,
  .footer-middle,
  .metanav-bottom,
  .breadcrumb,
  .sidebar-navigator {
    display: none;
  }
  .loginlink {
    display: none !important;
  }
  .mobile-buttons {
    display: block;
  }
  header,
  header .header-inside {
    height: 80px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 900;
  }
  header .inner {
    height: 70px;
  }
  .metanavi {
    top: 0;
  }
  .metanavi .header-image {
    width: 100px;
    top: -7px;
  }
  main {
    margin-top: 86px;
  }
  .contentpage,
  .contentpage.subhomepage {
    margin-top: 0;
  }
  .navigation_clear {
    height: 6px;
  }
  .footer-bottom {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100px;
    padding: 25px 0 10px 0;
  }
  .footer-bottom .inner {
    height: 100%;
    text-align: center;
  }
  .footer-bottom img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
    margin: auto;
    margin-bottom: 16px;
  }
  .footer-bottom .copyright {
    font-size: 11px;
    float: none;
  }
  .onAccordion {
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contentpage.morespace {
    margin-top: 0;
  }
  .special .ui-accordion-header {
    padding: 22px 5px;
  }
}
@media only screen and (max-width: 768px) {
  .gewinnspiel .nextbutton {
    margin-right: 0;
  }
  .inner p,
  .inner ul {
    line-height: 25px;
  }
  .col-2-text {
    width: 100%;
    padding: 0 20px;
  }
  .column-5 {
    width: 50% !important;
  }
  .column-5 img {
    width: auto;
    height: 100%;
  }
  .column-5:nth-child(2n+3) {
    clear: left;
  }
  .content-headline {
    font-size: 30px;
  }
  h2 {
    font-size: 22px;
  }
  p,
  ul {
    font-size: 16px;
  }
  .order-item {
    width: 29%;
    margin: 0 1% 15px 1%;
  }
  .news article {
    padding: 20px 0;
  }
  .news .text {
    padding-left: 0;
  }
  .columns3-box {
    width: 300px;
  }
  .owl-caption {
    height: 115px;
    width: 380px;
    padding: 20px 10px;
    margin-top: 60px;
  }
  .owl-caption h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .owl-caption h1.special-news {
    font-size: 16px;
    line-height: 22px;
  }
  .box3-box {
    width: 300px;
  }
  .quizz-column,
  .quiz-half {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .quizz-column .quizz-box,
  .quiz-half .quizz-box {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 600px) {
  .whitebackground,
  .greybackground {
    padding-top: 30px;
  }
  .contentcontact.inner {
    width: 100%;
  }
  .bigbg-top .wrap {
    padding-top: 30px;
  }
  fieldset,
  #contactform,
  .map-kontakt-wrap,
  .produkt-detail-text {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .produkte-img-left,
  .produkte-img-right,
  .produkte-liste-ul,
  .produkte-liste-ul.smaller {
    float: none;
    width: 100%;
    padding: 0;
  }
  .produkt-detail-img {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .contentpage p {
    margin-bottom: 10px;
  }
  .round-text h2 {
    font-size: 23px;
  }
  .order-item {
    width: 48%;
  }
  .item-wrap .order-item:nth-of-type(2n+3) {
    clear: left;
  }
  .item-wrap .order-item:nth-of-type(3n+4) {
    clear: none;
  }
  article.news .imgleft {
    float: none;
    width: 100%;
    display: block;
    max-width: none;
  }
  article.news .imgleft img {
    max-width: 100%;
    width: auto;
  }
  article.news .text {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 415px) {
  .logo img {
    height: auto;
    width: 82px;
  }
  .content-headline {
    font-size: 28px;
  }
  .tabelle th p {
    -ms-word-break: break-all;
    word-break: break-all;
  }
  .produkte-liste-li {
    -ms-word-break: break-word;
    word-break: break-word;
  }
  .produkt-detail-img {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .produkt-detail-text {
    padding-left: 0;
    width: 100%;
    float: none;
  }
  div.imgleft {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .imgleft-text,
  .imgleft-new img {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .order-item {
    float: none;
    width: 100%;
    margin: 0;
  }
  .produkte-suche-wrap input {
    width: 100%;
  }
  .search-result {
    padding: 0;
  }
  .round-img {
    text-align: center;
  }
  .round-img img {
    width: 50%;
    height: 50%;
    margin: 0;
    display: inline !important;
    float: none;
    margin-bottom: 10px;
  }
  .round-text {
    width: 100%;
    float: none !important;
  }
  .round-text h2,
  .round-text p {
    text-align: center;
    float: none !important;
  }
  .owl-caption {
    height: 90px;
    width: 300px;
    margin-top: 30px;
  }
  .owl-caption h1 {
    font-size: 22px;
    line-height: 22px;
  }
  .row {
    font-size: 16px;
  }
  .quizz-box h2 {
    font-size: 20px;
  }
}.mejs-container {
	position: relative;
	background: #000;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
}

.me-plugin {
	position: absolute;
}

.mejs-offscreen { display:none !important; }

.mejs-embed, .mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}

.mejs-fullscreen {
	/* set it to not show scroll bars so 100% will work */
	overflow: hidden !important;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

.mejs-clear {
	clear: both;
}

/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain ;
	background-position: 50% 50% ;
	background-repeat: no-repeat ;
}
:root .mejs-poster img {
	display: none ;
}

.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
}

.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-overlay-play {
	cursor: pointer;
}

.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(/img/system/mediaelementplayer/bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button { 
	background-image: url(/img/system/mediaelementplayer/bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0 -100px ;
}

.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url(/img/system/mediaelementplayer/background.png);
	background: rgba(0, 0, 0, 0.9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}

.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(/img/system/mediaelementplayer/loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: url(/img/system/mediaelementplayer/background.png);
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 	
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 	
	height: 30px;
	width: 100%;
}
.mejs-container .mejs-controls  div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	font-family: Helvetica, Arial;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(/img/system/mediaelementplayer/controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button { 
	background-image: url(/img/system/mediaelementplayer/controls.png);
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
	outline: solid 1px yellow;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 8px 3px 0 3px ;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time span {
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}
/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
	background-position: 0 0;
}

.mejs-controls .mejs-pause button {
	background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
/* Start: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
	padding-top: 5px;
}

.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 5px;
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8)); 
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	-moz-animation: buffering-stripes 2s linear infinite;
	-ms-animation: buffering-stripes 2s linear infinite;
	-o-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3caac8;
	background: rgba(60,170,200,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8))); 
	background: -webkit-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -o-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -ms-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8)); 
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 15px;
	left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}
/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
	background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
	background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(/img/system/mediaelementplayer/background.png);
	background: rgba(50, 50, 50, 0.7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0;
}

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
	height: 26px;
	width: 60px;
	position: relative;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8)); 
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8)); 
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
	position: relative;
}

.mejs-controls .mejs-captions-button button {
	background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(/img/system/mediaelementplayer/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}

.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}

.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);		
	overflow: hidden;
	border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102,102,102, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);		
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align:center;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}

.mejs-captions-layer  a {
	color: #fff;
	text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}

.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

.mejs-captions-position-hover {
	bottom: 45px;
}

.mejs-captions-text {
	padding: 3px 5px;
	background: url(/img/system/mediaelementplayer/background.png);
	background: rgba(20, 20, 20, 0.8);

}
/* End: Track (Captions and Chapters) */

/* Start: Error */
.me-cannotplay {
}

.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}

.me-cannotplay span {
	padding: 15px;
	display: block;
}
/* End: Error */


/* Start: Loop */
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}

/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
/* End: backlight */

/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}
/* End: Picture Controls */


/* context menu */
.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001; /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;	
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;	
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2C7C91;
	color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(/img/system/mediaelementplayer/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}
/* End: Source Chooser */

/* Start: Postroll */
.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/img/system/mediaelementplayer/background.png);
	background: rgba(50,50,50,0.7);
	z-index: 1000;
	overflow: hidden;
}
.mejs-postroll-layer-content {
	width: 100%;
	height: 100%;
}
.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(/img/system/mediaelementplayer/background.png);
	background: rgba(50,50,50,0.7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}
/* End: Postroll */

.testy{color:red;}
.testy:after{color:green;}/*Schriftfarbe*/
body {
  color: #333;
  font-size: 18px;
}
.boeringer-blau {
  border-bottom: 4px solid #003870;
  padding-bottom: 15px;
  display: inline-block;
}
.blaue-ueberschrift,
.blau .kacheln-headline,
.produkt-blau {
  border-bottom: 4px solid #0097dc;
  padding-bottom: 15px;
  display: inline-block;
}
.lila-ueberschrift,
.lila .kacheln-headline,
.produkt-lila {
  border-bottom: 4px solid #9a569d;
  padding-bottom: 15px;
  display: inline-block;
}
.pink-ueberschrift,
.pink .kacheln-headline,
.produkt-pink {
  border-bottom: 4px solid #ba9dca;
  padding-bottom: 15px;
  display: inline-block;
}
.gruen-ueberschrift,
.gruen .kacheln-headline,
.produkt-gruen {
  border-bottom: 4px solid #69b636;
  padding-bottom: 15px;
  display: inline-block;
}
.gelb-ueberschrift,
.gelb .kacheln-headline,
.produkt-gelb {
  border-bottom: 4px solid #fdc316;
  padding-bottom: 15px;
  display: inline-block;
}
.hundkatze-ueberschrift,
.hundkatze .kacheln-headline,
.produkt-hundkatze {
  border-bottom: 4px solid #c66cc0;
  padding-bottom: 15px;
  display: inline-block;
}
.kacheln-headline {
  margin-bottom: 25px;
}
section.login {
  max-width: 405px;
  overflow: hidden;
  padding: 24px 30px 34px;
  background: #0071ce;
  color: #fff;
  margin: 0 auto;
}
.loginpage.nologin .mainnav {
  height: 1px;
}
.loginpage.nologin header {
  min-height: 130px;
}
.loginpage main {
  margin-bottom: 0;
}
.loginpage main > .inner {
  width: 100%;
  max-width: 1209px;
}
.loginwrapper {
  min-height: 370px;
  padding-top: 100px;
  background: url(/img/system/katze01.png) center bottom no-repeat;
  background-size: contain;
  margin-bottom: 0;
}
.login h1 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 39px;
}
.login input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  color: #000;
  margin-bottom: 8px;
}
.login .submit {
  display: block;
  text-transform: uppercase;
  float: left;
  padding: 0 20px;
  line-height: 40px;
  background: #fff;
  color: #000;
}
.login .submit:hover {
  color: #1998cd;
}
.login .error {
  font-size: 14px;
  color: #fff;
}
.login input.text.error {
  color: #000;
}
.login p a {
  color: #fff;
  text-decoration: underline;
}
a {
  color: #003870;
}
.content ul li:before {
  color: #003870 !important;
}
.content ul li {
  font-weight: normal;
}
.aside-header,
.grey-header,
.tile-h1 {
  color: #fff;
}
.metanav-bottom-li {
  border-right-color: #fff;
}
.tile .tile-caption {
  background: rgba(240, 137, 177, 0.7);
}
.tile:hover .tile-caption {
  background: rgba(240, 137, 177, 0.9);
}
.footer-logo {
  width: 119px;
}
.metabar-input {
  background: #e0eef9;
  color: #0071ce;
}
.aside-box {
  background: #fff;
}
img.nav-logo {
  top: 6px;
}
.metanav-bottom a:hover,
.metanav-bottom a:focus,
.metanav-bottom a:active {
  text-decoration: underline;
}
input.text,
textarea.text,
select.text {
  border-color: #858585;
}
.contentcontact input.text,
.contentcontact textarea.text,
.contentcontact select.text {
  border: 0;
}
#navigatorlayer ul ul:after,
.sidebar-navigator-layer:after {
  border-color: transparent transparent transparent #858585;
}
#map-content:before {
  border-color: transparent #003870 transparent transparent;
}
#navigatorlayer ul .Hund ul li a:hover,
#navigatorlayer ul .Hund ul li a:active,
#navigatorlayer ul .Hund ul li a:focus {
  color: #9a569d;
}
#navigatorlayer ul .Katze ul li a:hover,
#navigatorlayer ul .Katze ul li a:active,
#navigatorlayer ul .Katze ul li a:focus {
  color: #ba9dca;
}
#navigatorlayer ul .Schwein ul li a:hover,
#navigatorlayer ul .Schwein ul li a:active,
#navigatorlayer ul .Schwein ul li a:focus {
  color: #fdc316;
}
#navigatorlayer ul .Rind ul li a:hover,
#navigatorlayer ul .Rind ul li a:active,
#navigatorlayer ul .Rind ul li a:focus {
  color: #69b636;
}
#navigatorlayer ul .Pferd ul li a:hover,
#navigatorlayer ul .Pferd ul li a:active,
#navigatorlayer ul .Pferd ul li a:focus {
  color: #0097dc;
}
.sidebar-navigator-li:hover .sidebar-navigator-a {
  background: #003870;
}
/*Akzent Farbe 0071ce*/
a:hover,
.small-imagebox .imagebox-header span,
.mainnav-li1.selected .mainnav-a1,
.mainnav-a2:hover,
.mainnav-a2:active,
.mainnav-a2:focus,
.mainnav-a2.selected,
.aside-header a,
.content ul li:before,
.newsletter-signup-button:before,
.sidebar-navigator-layer:hover {
  color: #003870;
}
.mainnav-li1.selected .mainnav-a1 {
  /*color:#fff;*/
}
.sidebar-navigator-a,
.sidebar-navigator-layer,
#navigatorlayer ul ul li a,
#navigatorlayer ul ul li,
.tile-icon img,
.tile-icon,
.newsletter-signup,
.content-button:hover,
.mainnav-videos-detail:hover,
li.subnav-li:hover a.subnav-a:after,
li.subnav-li:active a.subnav-a:after,
li.subnav-li:focus a.subnav-a:after,
li.subnav-li.selected a.subnav-a:after {
  background: #858585;
}
.social-h1,
.content-h1 span,
.kontakt-h1 span {
  border-color: #003870;
}
/*Farbe 2 000*/
.social-h1,
.content-h1,
.kontakt-h1,
.mainnav-videos-h1,
.contentpage,
.mainnav-a2,
li.subnav-li {
  color: #333;
}
#map-content,
.mainnav,
.aside-header,
.grey-header .content-h1,
.kontakt-h1,
.mainnav-ul2 {
  border-color: #0071ce;
}
.order-item-text,
.order-item-label,
.order-item-count input.text {
  border-color: #e7e6e2;
}
.order-item-header {
  background: #e7e6e2;
}
.content-button a {
  color: #FFF;
}
.content-button.absenden {
  background: #d3d2ca;
  color: #333;
}
.content-button.absenden:hover {
  color: #FFF;
  background: #003870;
}
.content-button.absenden.white {
  background: #FFF;
}
.content-button.absenden.white a {
  color: #000;
}
.content-button.absenden.white:hover {
  background: #003870;
}
.content-button.absenden.white:hover a {
  color: #FFF;
}
fieldset div.plz {
  width: 30%;
}
fieldset div.ort {
  width: calc(65%);
  float: right;
}.tierwohl2018 .special .ui-accordion-header {
    background: #e7e6e2;
    padding: 18px 10px;
    font-size:18px;
    margin-bottom: 10px;
}

.tierwohl2018 .wrapper .ui-accordion {
    margin-bottom: 40px;
}

.tierwohl2018 .inner ul li {
    max-width:90%;
}

.tierwohl2018 .wrapper .ui-widget-content .inner {
    padding: 10px 20px;
}.cc_container .cc_logo {
    display:none !important;
}