﻿/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

[hidden],
template {
  display: none;
}

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

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

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 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,
.spacer-half,
.spacer-small,
.spacer-double,
.spacer-24 {
  clear:both;
  font-size:0;
  line-height:0;
  height:0;
  display:block;
}
.spacer-double   { height:44px; }
.spacer     { height:22px; }
.spacer-half   { height:11px; }
.spacer-small   { height:4px; }
.spacer-24   { height:24px; }

.none,
.hide {
  display:none;
}

hr {
  clear: both; 
  height: 1px; 
  margin: 0;
  padding: 0;
  border: none; 
  background-color:#CCC;
  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;
}
input.error, textarea.error, select.error {
    color:#000;
}
.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 ::: */

.aside-accordion-group.ui-helper-reset {
  margin-bottom:2px;
}

.contentpage .aside-accordion-group.ui-helper-reset {
  margin-bottom:11px;
}

/* ::: Imgleft/Imgright ::: */
div.imgleft { /* display und width wegen gewuenschtem Caption-Verhalten */
  display:table;
  width:10px;
  float:left;
  margin:0 10px 5px 0;
  padding-top:2px;
}
div.imgright { /* display und width wegen gewuenschtem Caption-Verhalten */
  display:table;
  width:10px;
  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 */
}

/*Zoom Hover*/
@keyframes zoomie { /* CSS3 */
	0%   { transform:scale(1) }
	50%   { transform:scale(1.3) }
	100%   { transform:scale(1) }
}

a.anker, .contentleft a.anker, .margiblock a.anker {
    text-decoration: none;
    color: #000;
}/*! 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*/
  }
}/* ::: Formulare ::: */
fieldset {
  margin:0;
  padding:0;
  border:0;
  width:550px;
}
legend {
  display:none;
}
.row {
  margin-bottom:5px;
}
.row:after {
  content:"";
  display:block;
  clear:both;
}
.lt-ie9 .row:after { zoom:1; }
label {
  float:left;
  max-width:150px;
  padding-top:6px;
}

input.text, 
textarea.text,
select.text,
div.plzort,
div.radioButtonListWrapper,
div.captcha div,
div.captcha input {
  float:right;
}
div.radioButtonListWrapper,
div.plzort,
div.captcha div {
  width:300px; 
}
input.text, 
textarea.text,
select.text {
  width:288px;
  border:1px solid #CCC;
  background:#fff;
}
input.text, 
textarea.text {
  padding:5px;
}
input.zipcode { float:left; width:50px; }
input.zipcodeen { float:left; width:75px; }
input.city { width:216px; }
input.cityen { width:191px; }
textarea.text { height:150px; }
select.text { width:214px; }

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 {
    margin:20px 0;
}
div.captcha div {
    clear:both;
    margin-bottom:5px;
}
div.captcha img {
  float:left;
  cursor:pointer;
  border:1px solid #CCC !important;
  margin-bottom:5px;
}
div.captcha input {
  float:left;
  width:130px;
}

div.absenden {
    margin:-51px 0 0 0;
    float:right;
    position:relative;
}
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;
}/* WEBFONTS 
======================= */
@font-face {
    font-family: 'oxygen';
    src: url('fonts/Oxygen-Regular.eot');
    src: url('fonts/Oxygen-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Oxygen-Regular.woff') format('woff'),
         url('fonts/Oxygen-Regular.ttf') format('truetype'),
         url('fonts/Oxygen-Regular.svg#oxygen_regular') format('svg');
    font-weight: 400;    
    font-style: normal;
}
@font-face {
    font-family: 'oxygen';
    src: url('fonts/Oxygen-Bold.eot');
    src: url('fonts/Oxygen-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Oxygen-Bold.woff') format('woff'),
         url('fonts/Oxygen-Bold.ttf') format('truetype'),
         url('fonts/Oxygen-Bold.svg#oxygen_bold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'oxygen';
    src: url('fonts/Oxygen-Light.eot');
    src: url('fonts/Oxygen-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Oxygen-Light.woff') format('woff'),
         url('fonts/Oxygen-Light.ttf') format('truetype'),
         url('fonts/Oxygen-Light.svg#oxygen_light') format('svg');
    font-weight: 300;
    font-style: normal;
}

/* ICON FONT */
/*@font-face {
  font-family: 'icoroe';
  src: url('fonts/icoroe.eot?8905528');
  src: url('fonts/icoroe.eot?890552#iefix') format('embedded-opentype'),
       url('fonts/icoroe.woff?8905528') format('woff'),
       url('fonts/icoroe.ttf?8905528') format('truetype'),
       url('fonts/icoroe.svg?8905528#icoroe') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/* ICON FONT UPDATE 2016.08.03 WITH PLUS AND KLEINANZEIGEN (fontello-97eabd47) */
@font-face {
  font-family: 'icoroe';
  src: url('fonts/icoroe.eot?89560706');
  src: url('fonts/icoroe.eot?89560706#iefix') format('embedded-opentype'),
       url('fonts/icoroe.woff2?89560706') format('woff2'),
       url('fonts/icoroe.woff?89560706') format('woff'),
       url('fonts/icoroe.ttf?89560706') format('truetype'),
       url('fonts/icoroe.svg?89560706#icoroe') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
  font-family: 'icoroe';
  src: url('fonts/icoroe.eot?35031280');
  src: url('fonts/icoroe.eot?35031280#iefix') format('embedded-opentype'),
       url('fonts/icoroe.woff2?35031280') format('woff2'),
       url('fonts/icoroe.woff?35031280') format('woff'),
       url('fonts/icoroe.ttf?35031280') format('truetype'),
       url('fonts/icoroe.svg?35031280#icoroe') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icoroe";
  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%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.branchenbuch [class^="font-"]::before, .branchenbuch [class*=" font-"]::before, 
.branchenbuch .firmenimkreis_suchergebnis .eintrag .firmen_infowrapper div.web a::before, 
.branchenbuch .firmenimkreis_suchergebnis .eintrag .firmen_google a::before, 
.branchenbuch .map-infoWindow .wrap .web a::before {
    display: inline-block;
    font-family: "icoroe" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
}

.gflaechen [class^="font-"]::before, 
.gflaechen [class*=" font-"]::before {
    display: inline-block;
    font-family: "icoroe" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
}
/*
.icon-buerger:before { content: '\e800'; } 
.icon-download:before { content: '\e801'; } 
.icon-drucker:before { content: '\e802'; } 
.icon-e-mail:before { content: '\e803'; } 
.icon-externer-link:before { content: '\e804'; } 
.icon-imagebroschuere:before { content: '\e805'; } 
.icon-kalender:before { content: '\e806'; } 
.icon-kreis:before { content: '\e807'; } 
.icon-lupe:before { content: '\e808'; } 
.icon-megafone:before { content: '\e809'; } 
.icon-merken:before { content: '\e80a'; } 
.icon-merkzettel:before { content: '\e80b'; } 
.icon-minus:before { content: '\e80c'; } 
.icon-plus:before { content: '\e80d'; } 
.icon-papierkorb:before { content: '\e80e'; } 
.icon-pfeil:before { content: '\e80f'; } 
.icon-pfeil-2:before { content: '\e810'; } 
.icon-pfeil_oben:before { content: '\e811'; } 
.icon-pfeil_rechts:before { content: '\e812'; } 
.icon-pfeil_rechts_2:before { content: '\e813'; } 
.icon-pfeil_unten:before { content: '\e814'; } 
.icon-rechteck:before { content: '\e815'; } 
.icon-richtung:before { content: '\e816'; } 
.icon-stadtplan:before { content: '\e817'; } 
.icon-unterkunft:before { content: '\e818'; } 
.icon-schnell-zurueck-pfeil:before { content: '\e819'; } 
.icon-schnell-vor-pfeil:before { content: '\e820'; }*/


/* ICON FONT UPDATE 2016.08.02 WITH PLUS AND KLEINANZEIGEN (fontello-97eabd47)*/
/* ICON FONT UPDATE 2016.11.11 WITH PLUS AND KLEINANZEIGEN (fontello-584d2606)*/
.icon-drucker:before { content: '\e800'; } /* '?' */
.icon-e-mail:before { content: '\e801'; } /* '?' */
.icon-buerger:before { content: '\e802'; } /* '?' */
.icon-download:before { content: '\e803'; } /* '?' */
.icon-externer-link:before { content: '\e804'; } /* '?' */
.icon-imagebroschuere:before { content: '\e805'; } /* '?' */
.icon-kalender:before { content: '\e806'; } /* '?' */
.icon-kreis:before { content: '\e807'; } /* '?' */
.icon-lupe:before { content: '\e808'; } /* '?' */
.icon-megafone:before { content: '\e809'; } /* '?' */
.icon-merken:before { content: '\e80a'; } /* '?' */
.icon-merkzettel:before { content: '\e80b'; } /* '?' */
.icon-minus:before { content: '\e80c'; } /* '?' */
.icon-plus:before { content: '\e80d'; } /* '?' */
.icon-papierkorb:before { content: '\e80e'; } /* '?' */
.icon-pfeil:before { content: '\e80f'; } /* '?' */
.icon-pfeil-2:before { content: '\e810'; } /* '?' */
.icon-pfeil_oben:before { content: '\e811'; } /* '?' */
.icon-pfeil_rechts:before { content: '\e812'; } /* '?' */
.icon-pfeil_rechts_2:before { content: '\e813'; } /* '?' */
.icon-pfeil_unten:before { content: '\e814'; } /* '?' */
.icon-rechteck:before { content: '\e815'; } /* '?' */
.icon-richtung:before { content: '\e816'; } /* '?' */
.icon-stadtplan:before { content: '\e817'; } /* '?' */
.icon-unterkunft:before { content: '\e818'; } /* '?' */
.icon-schnell-zurueck-pfeil:before { content: '\e819'; } /* '?' */
.icon-notfallnummern_weiss:before { content: '\e81b'; } /* '?' */
.icon-kleinanzeigen_weiss:before { content: '\e81c'; } /* '?' */
.icon-schnell-vor-pfeil:before { content: '\e820'; } /* '?' *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}

/* Slick default CSS */ .slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/*! jQuery UI - v1.11.4 - 2015-09-11
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, accordion.css, tabs.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width: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;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.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}.ui-tabs{position:relative;padding:.2em}.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-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{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 .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url("/img/system/jquery-ui/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;color:#333}.ui-widget-content a/*{color:#33*/3}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url("/img/system/jquery-ui/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url("/img/system/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;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 #fbcb09;background:#fdf5ce url("/img/system/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url("/img/system/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url("/img/system/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top 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:#b81900 url("/img/system/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.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)}.ui-icon{width:16px;height:16px}.ui-icon,.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("images/ui-icons_ffffff_256x240.png")}.ui-state-default .ui-icon{background-image:url("/img/system/jquery-ui/ui-icons_ef8c08_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-active .ui-icon{background-image:url("/img/system/jquery-ui/ui-icons_ef8c08_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("images/ui-icons_228ef1_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/img/system/jquery-ui/ui-icons_ffd27a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.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{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}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url("/img/system/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url("/img/system/jquery-ui/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}

/* Um ein flackern zu vermeiden werden die dynamisch nachgeladenen Slide Bilder bzw. die Container erstmal versteckt */
/* Problem besteht vor allem im Chrome, Firefox rendert das ganze auch ohn das hier sauber */
.pre-content .slide-item:nth-last-child(-n+2) {
    display:none;
}

aside[role=complementary] .button-container{
	position:relative;
	height:40px;
}

footer aside[role=complementary] .icon-stadtplan:before{
    font-size: 32px;
    margin-right: 15px;
    position: absolute;
    top: 10px;
    left: 15px;
}
footer aside[role=complementary] .icon-imagebroschuere:before{
    font-size: 32px;
    margin-right: 15px;
    position: absolute;
    top: 15px;
    left: 15px;
}
footer aside[role=complementary] .icon-unterkunft:before{	
    font-size: 32px;
    margin-right: 15px;
    position: absolute;
    top: 11px;
    left: 15px;
}
/*.icon-kleinanzeige:before{
    background:transparent no-repeat center;
    content:'';
    display:inline-block;
    position:absolute;
    width:32px;
    height:32px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 50 50'%3E%3Cg style='fill:%23007D00'%3E%3Cpath id='Plus' d='M17.3 0h25C46.5 0 50 3.5 50 7.7v13.7c0 3.8-2.8 7-6.4 7.6l-.2 11.4L34.8 30v-9.8c0-4.2-3.5-7.7-7.7-7.7H9.6V7.7C9.6 3.5 13 0 17.3 0zm8.1 14.5l-18.3-.1C2.9 14.4 0 17.8 0 22v11c0 3.8 2.8 6.9 6.4 7.5l.2 9.2 9.3-9.1c3.5 0 7.6.5 10.9-.1 3.5-.6 6.1-4.2 6.1-7.5V21.6c0-5.5-4.1-7.1-7.5-7.1z' style='fill:%23fff'/%3E%3C/g%3E%3C/svg%3E");
    top: 11px;
    left: 15px;
}*/
/*footer.container-small a:focus .icon-kleinanzeige:before, 
footer.container-small a:active .icon-kleinanzeige:before,
footer aside a:focus .icon-kleinanzeige:before,
footer aside a:active .icon-kleinanzeige:before{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 50 50'%3E%3Cg style='fill:%23007D00'%3E%3Cpath id='Plus' d='M17.3 0h25C46.5 0 50 3.5 50 7.7v13.7c0 3.8-2.8 7-6.4 7.6l-.2 11.4L34.8 30v-9.8c0-4.2-3.5-7.7-7.7-7.7H9.6V7.7C9.6 3.5 13 0 17.3 0zm8.1 14.5l-18.3-.1C2.9 14.4 0 17.8 0 22v11c0 3.8 2.8 6.9 6.4 7.5l.2 9.2 9.3-9.1c3.5 0 7.6.5 10.9-.1 3.5-.6 6.1-4.2 6.1-7.5V21.6c0-5.5-4.1-7.1-7.5-7.1z' style='fill:%23000'/%3E%3C/g%3E%3C/svg%3E");
}*/
.button-container .icon-megafone:before,
.ui-accordion .icon-richtung:before,
.ui-accordion .icon-buerger:before{
	position:absolute;
	font-size:30px;
	left:19px;
	top:6px;
}
.button-container .icon-megafone:before{
	font-size:24px;
	margin-top:2px;
}
.search .icon-lupe{
	font-size:30px;
	line-height:38px;
}

.search-container .icon-lupe {
    font-size: 20px;
    display: block;
    line-height: 20px;
    padding: 4px;
}
.ui-accordion .icon-lupe,
.search-container .icon-lupe{
	color:#004c9f;
}
.ui-icon{text-indent:inherit;}

aside select{padding:0 4px;margin: 5px 0 0;}
.ui-accordion-header-icon.ui-icon.icon-pfeil_unten,
.ui-accordion-header-icon.ui-icon.icon-pfeil_oben,
.top .icon-pfeil_oben:before{
	font-size:20px;
}
.megamenu .icon-pfeil_rechts:before{
	float:right;
	font-size:12px;
	margin-top:6px;
}
.megamenu .icon-pfeil_unten:before{
	float:right;
	font-size:12px;
	margin-top:6px;
}
#breadcrumb .icon-pfeil_unten:before{
    background-color: #004c9f;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 8px;
    margin: 3px 2px 0px 8px;
    padding:3px 4px 3px 3px;
}
.ui-icon.icon-pfeil_oben:before,
.ui-icon.icon-pfeil_unten:before{
	font-size:7px;
	margin-left:3px;
}
.pagefunction .icon-megafone:before,
.pagefunction .icon-drucker:before{
	font-size:24px;
	display:block;
	color:#666;
}
.pagefunction a {
	display:inline-block;
}
.pagefunction a:hover,
.pagefunction a:focus,
.pagefunction a:active{
	text-decoration:none;
}
.pagefunction a:focus .icon-megafone:before, 
.pagefunction a:active .icon-megafone:before, 
.pagefunction a:focus .icon-drucker:before,
.pagefunction a:active .icon-drucker:before{
	color:#fff;
}
.pagefunction a:hover [class*=icon]:before{
    animation:zoomie 0.5s
}
.icon-download:before{
	color:#666;
}
.icon-download:before{
	display: inline-block;
    float: left;
    font-size: 24px;
    margin-right: 10px;
    /*margin-top: 5px;*/
}
.flag{
	background:url("/img/system/Flaggen_sprite.png") scroll no-repeat 0 0 transparent;
	width:29px;
	display:inline-block;
	text-indent:-9999px;
}
.flag-en{
	background-position:0 -50px;
}
.flag-fr{
	background-position:0 -100px;
}
/* CUSTOM 
======================= */
body{
    font-family: "oxygen",Arial,Helvetica,sans-serif;
	line-height:18px; /*1.333;*/
	font-size:15px;
    color:#000;
    overflow-y: scroll;
}
.size1of2{width:50%;}
#page{
	width:1240px;
	margin:0 auto;
	background-color:#fff;
}
.lst{}
.header {
    height: 100px;
    padding: 0 76px;
    position: relative;
    z-index: 15;
}
#logo{
	position:absolute;
	right:75px;
	top:17px;
}
.logos a,
#logo a{
	display:block;
}
#logo a:focus, #logo a:active, .logos a:focus, .logo a:active {
    background-color:#cfcfcf;
}

.margiblock .spacer{
	height:18px;
}
.margiblock .halfspacer{
	height:9px;
}

b, optgroup, strong{
	font-family:"oxygen";
	font-weight:700;
}
::-webkit-input-placeholder {  opacity: 1 !important}
::-moz-placeholder {  opacity: 1 !important} /* firefox 19+ */
:-ms-input-placeholder {  opacity: 1 !important} /* ie */
input:-moz-placeholder {  opacity: 1 !important}

.search-container input::-webkit-input-placeholder { color:#004c9f }
.search-container input::-moz-placeholder {  color:#004c9f } /* firefox 19+ */
.search-container input:-ms-input-placeholder {  color:#004c9f } /* ie */
.search-container input:-moz-placeholder {  color:#004c9f }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, input, select, body{
	font-family:"oxygen",Arial,Helvetica,sans-serif;
}

ul{
	margin:0;
	padding:0;
}
.contentleft ul{
	padding-left:20px;
}
.contentleft ul li{
    list-style-type:square;
}
h1,h2,h3,h4,h5{
	font-weight:400;
    margin-top:0;
}
h1{
	font-size:36px;
    line-height: 41px;
	color:#004c9f;
}
h2{
	font-size:24px;
	font-weight:300;
	line-height:29px;
	margin-bottom:10px;
}
h3{
    color:#855600;
    font-size: 18px;
    line-height: 23px;
    margin-bottom:5px;
}
p{
	margin:0;
}
a{
	text-decoration:none;
	color:#004c9f;
}
a

.hide{display:none;}
.shortteaser-group article a, .margiblock ul li a{
    color:#000;
}
.shortteaser-group article a:focus,.shortteaser-group article a:active, .margiblock ul li a:focus, .margiblock ul li a:active {
    color:#fff;
}
a:hover, a:focus, a:active {
	text-decoration:underline;
}
a:focus, a:active, .content-block a:focus, a.download:focus, a.download:active, a.news.link-more:active,a.news.link-more:focus{
	color:#fff;
    background-color:#004c9f;
}
a.imagelink:focus, a.imagelink:active, .content-block a.imagelink:focus, a.imagelink:hover {
	background-color:inherit;
	text-decoration:inherit;
}
img{
	width:100%;
}
a.tocontent {
    position: absolute;
    top: auto;
    left:-1000px;
    overflow:hidden;
    z-index: 100;
}
a.tocontent:focus, a.tocontent:active  {
    top: 0;
    left:0;
}
.read-more span,
.read-more-functions span{
	padding: 5px;
	width:28px;
	height:24px;
	box-sizing:border-box;
	display:inline-block;
	background-color: #004c9f;
	position:absolute;
	top:-1px;
	right:0;
}
.read-more,
.read-more-functions a{
	margin-right:32px;
	padding-right:34px;
	position:relative;
}
.read-more-functions .read-less{
	margin-right:0;
}
.read-more-functions .icon-pfeil_unten:before,
.read-more-functions .icon-merken:before,
.read-more-functions .icon-plus:before,
.read-more-functions .icon-minus:before,
.read-more .icon-plus:before{
    color: #fff;
    top:8px;
	position:absolute;
}
.read-more-functions .icon-pfeil_unten:before{
	font-size:10px;
	top:7px;
}
.read-more-functions .icon-merken:before{
	font-size:10px;
	top:7px;
	left:7px;
}
.read-more .icon-plus:before,
.read-more-functions .icon-plus:before{
	font-size:15px;
	top:4px;
	left:7px;
}
.read-more-functions .icon-minus:before{
	font-size:3px;
	top:11px;
	left:6px;
}
/* ACCORDION 
----------------------- */
.ui-accordion .ui-accordion-header,
.ui-accordion .ui-accordion-content{
	font-family:"oxygen";
	border-radius:0;
	border:none;
}

.ui-accordion .ui-accordion-header{
	font-size:17px;
	width:100%;
	border:none;
	color:#fff;
	font-weight:400;
	text-align:left;
}
.ui-accordion .ui-accordion-header{
	margin-top:0;
}
.content-block .ui-accordion-header,
.content-block .ui-accordion .ui-accordion-header:hover,
.content-block .ui-accordion-header.ui-accordion-header-active{
	color:#004c9f;
}
.content-block .ui-accordion .ui-accordion-header .ui-accordion-header-icon{
	margin-right:4px;
}
.content-block .ui-accordion .ui-accordion-content,
.content-block .ui-accordion .ui-accordion-icons{
	padding-left:12px;
}
.content-block .ui-accordion .ui-accordion-content.odd,
.content-block .ui-accordion .ui-accordion-header.ui-accordion-header-active.odd,
.content-block .ui-accordion .ui-accordion-header.odd:hover{
	background-color:#fff;
}
.content-block .ui-accordion-header.odd{
	background-color:#fff;
}
.content-block .ui-accordion-header{
	background-color:#f3f3f3;
}
.content-block .ui-accordion .ui-accordion-content,
.content-block .ui-accordion .ui-accordion-header.ui-accordion-header-active,
.content-block .ui-accordion .ui-accordion-header:hover{
	background-color:#f3f3f3;
}
.content-block .ui-accordion .ui-accordion-header.ui-state-focus.ui-state-default.ui-corner-all{
	background-color:#d1d1d1;
}
.ui-accordion .ui-accordion-header, aside .ui-accordion-content-active{
	margin-bottom:2px;
}
.content-block .ui-accordion .ui-accordion-header{
	margin-bottom:0;
}
.content-block .ui-accordion .ui-accordion-content.ui-accordion-content-active{
	border:1px solid #cfcfcf;
	border-bottom:none;
	border-top:none;
}
.content-block .ui-accordion-header.lst,
.content-block .ui-accordion .ui-accordion-content.ui-accordion-content-active.lst{
	border-bottom:1px solid #cfcfcf;
}
.content-block .ui-accordion-header.ui-corner-top,
.content-block .ui-accordion .ui-accordion-header.ui-state-active{
	margin-bottom:0;
}
.content-block .ui-accordion .ui-accordion-header.ui-state-active{
	border-bottom:none;
}
.content-block .ui-accordion-header{
	border:1px solid #cfcfcf;
	border-bottom:none;
}
.content-block .ui-accordion-header.ui-corner-top{
	border-bottom:none;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
	left:auto;
	right:0.5em;
}
.ui-accordion .ui-accordion-icons{
	padding-right: 36px;
	padding-left:66px;
}
.ui-accordion .ui-accordion-content{
	padding:12px;
	padding:10px 20px 17px;
	/* Fallback for web browsers that don't support RGBa */
    background-color:rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color:rgba(255, 255, 255, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff)";
	color:#000;
	font-size:15px;
}
.pre-content .ui-accordion .ui-accordion-header-active,
.ui-accordion .ui-accordion-header:hover,
.ui-accordion .ui-accordion-header-active{
	/* Fallback for web browsers that don't support RGBa */
    background-color:rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color:rgba(255, 255, 255, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff)";
	color:#000;
}
.pre-content .ui-accordion .ui-accordion-header-active,
.ui-accordion .ui-accordion-header-active{
    margin-bottom: 0;
}
.ui-accordion-header-active span {
    font-weight: 400;
}

.ui-accordion .ui-accordion-content select{
	width: 100%;
    height: 36px;
    line-height:23px;
    color:#000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border: 1px solid #ccc;
    background-image:url(/img/system/pfeil_unten_blau.png);
    background-position: right 10px center;
    background-size: 15px auto;
    background-repeat: no-repeat;
}
aside[role=complementary] .ui-accordion .ui-accordion-content select{
    border-color:#004c9f;
    color:#004c9f
}
/* TABELLE */
.tabelle{
	width:100%;
}
.tabelle tr{
	background-color:#f3f3f3;
	text-align:left;
}
.tabelle tr.odd{
	background-color:#fff;
}
.tabelle tr td,
.tabelle tr th{
	padding:1px 14px 2px;
	border:1px solid #cfcfcf;
}
.tabelle tr th{
	padding:9px 14px 8px;
	font-weight:400;
	color:#004c9f;
}
.tabelle tr:hover{
	background-color:#d1d1d1;
}

/* NAVIGATION 
----------------------- */
nav ul{
	list-style-type:none;
}
nav li{
	float:left;
}
nav li.lupe{
	padding:5px 0;
}
#nav{
	float:left;
	padding-top:43px;
	margin-right: 275px;
}
#nav > ul > li {
    margin: 0 30px 0 0;
}
#nav > ul > li > a{
	padding-bottom:15px;
}
#nav > ul > li.first-level > a {
    padding: 19px 0 10px 0;
}
#nav > ul > li.search > a {
    padding: 9px 0 6px 0;
}

#nav li a{
	color:#000;
	font-size:19px;
	line-height:24px;
	display:block;
}
#nav li a:hover,
#nav .megamenu .column-2 li a.selected{
	color:#004c9f;
	text-decoration:none;
}
#nav > ul > li.mhover > a:active,
#nav > ul > li.mhover > a:focus{
	color:#fff;
    background-color:#004c9f;
	text-decoration:none;
}


#nav > ul > li.first-level.mhover > a:active,
#nav > ul > li.first-level.mhover > a:focus,
#nav > ul > li.first-level > a:active,
#nav > ul > li.first-level > a:focus
{
    color:#004c9f;
    background-color:#fff;
	text-decoration:none;
	border-bottom:4px solid #004c9f;
}

#nav ul ul li a:active,
#nav ul ul li a:focus{
	background-color:#cfcfcf;
}
#nav > ul > li.mhover > a,
#nav > ul > li > a.selected{
	color:#004c9f;
	border-bottom:4px solid #004c9f;
	background-color: transparent;
    text-decoration: none;
}
#nav > ul > li.search.mhover > a{
	border-bottom:none;
	margin-bottom:4px;
}
#nav a.global-sprite.lupe{
	margin-top:2px;
	padding-bottom:13px;
}
.megamenu{
	display:none;
	position:absolute;
	width:100%;
	z-index:12;
	left:0;
	padding:58px 76px;
	box-sizing:border-box;
	border-top: 1px solid #ccc;
		
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfcfcf+0,f2f2fa+10,f2f2fa+90,cfcfcf+100 */
	background: #f2f2fa; /* Old browsers */
	background: -moz-linear-gradient(left, #cfcfcf 0%, #f2f2fa 10%, #f2f2fa 90%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cfcfcf), color-stop(10%,#f2f2fa), color-stop(90%,#f2f2fa), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #cfcfcf 0%,#f2f2fa 10%,#f2f2fa 90%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #cfcfcf 0%,#f2f2fa 10%,#f2f2fa 90%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #cfcfcf 0%,#f2f2fa 10%,#f2f2fa 90%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to right, #cfcfcf 0%,#f2f2fa 10%,#f2f2fa 90%,#cfcfcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2fa', endColorstr='#cfcfcf',GradientType=1 ); /* IE6-9 */
}
.megamenu ul{
	position:relative;
}
.megamenu > li{
	width:260px;
	margin-right:30px;
}
#nav .megamenu .column-2 li a{
	padding:4px 12px 5px 19px;
	color:#004c9f;
}
#nav a:focus, #nav a:active{
	color:#fff;
}
.megamenu .column-2 li.mhover > a,
.megamenu .column-2 li a:hover,.megamenu .column-2 li a.selected, .megamenu .column-2 li a:active, .megamenu .column-2 li a:focus{
	background-color:#cfcfcf;
}
.megamenu .column-2 li{
	float:none;
	border-top:1px solid #ccc;
	width:260px;
}
.megamenu .column-2 li.lst{
	border-bottom:1px solid #ccc;
}
#nav li.mhover > .megamenu{
	display:block;
}
.megamenu li.column-1{
	margin-right:90px;
}
.megamenu li.column-2{
	margin-right:60px;
}
.megamenu .column-1 > h1{
	margin:-11px 0 0;
}

.megamenu .column-1 > h2{
	margin:-11px 0 0;
	font-weight: 300;
    font-size: 36px;
    line-height: 41px;
    color: #004c9f;
}

.megamenu li.column-search{
	margin:0;
	position:relative;
	width:540px;
}
.megamenu li.column-search .search-container{
	float:none;
}

#nav .megamenu .has-children > ul{
	display:none;
}

#nav .megamenu .has-children.mhover > ul,
#nav .megamenu .has-children.tabbed > ul{
    display: block;
    margin-left: 320px;
    position: absolute;
    top: 0;
    background-color:#f2f2fa;
    height:100%;
}
#nav .shadow{
	display:none;
	background-color: #000;
    left: 0;
	top:100px;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 11;
}
#nav .active.shadow{
	display:block;
}
.mobile-search{
	display:none;
}
	#logo a:focus, #logo a:active {
	background-color:#a5a5a5;
}

.pagefunction {
	position:absolute;
	left:30px;
	top:80px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
    height: 11px;
    margin-right: 9px;
    margin-top: -7px;
    width: 18px;
}

#nav .search-container button {
    float: left;
    padding: 2px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding:0;
    border-left: none;
}
    
/* SLIDER
----------------------- */
.pre-content .slide-content {
    text-indent:-9999px;
}
.slick-slide{
	position:relative;
}
.slide-content{
	bottom: 58px;
    left: 76px;
    position: absolute;
	color:#fff;
}
.slide-content h1{
	font-size:45px;
	line-height:50px;
	margin:0 0 11px;
	color:#fff;
}
.slide-content p{
	font-size:24px;
	margin:0 0 18px;
}
.slick-dots{
	position:absolute;
	bottom:18px;
	right:46px;
	list-style-type:none;
}
.slick-dots li{
	float:left;
}
.slick-dots button{
	background-color:#fff;
	width:17px;
	height:16px;
	padding:0;
	text-indent:-9999px;
	border:none;
	margin-left:6px;
}
.slick-dots .slick-active button{
	background-color:#004c9f;
}
.slick-dots button:hover,
.slick-dots button:focus
{
	background-color:#004c9f;
}
.slick-arrow{
	width:22px;
	height:44px;
	padding:0;
	border:none;
	z-index:13;
	top:25%;
	position:absolute;
	left:-7px;
}

.slick-arrow.slick-next{
	right:-7px;
	left:inherit;
}

.slide-content .slide-more{
	display:inline-block;
	padding:0px;
	float:left;
	line-height:18px;
	font-size:15px;
}
.slide-content .slide-more ul{
	list-style-type:none;
}
.slide-content .slide-more ul li{
	float:left;
}
.slide-content .slide-more ul li.lst{
	border-right:none;
}
.slide-content .slide-more a{
	color:#fff;
	display:inline-block;
	line-height:17px;
    padding: 10px 10px;
}
.slide-more li:after{
	content:"\2223";
	
}
.slide-more li.lst:after{
	content:"";
}
.slide-content .slide-more ul li a.flag:hover, .slide-content .slide-more ul li a:active, .slide-content .slide-more ul li a:focus{
    background-color: #fff;
    }
.slide-content .slide-more ul li a:active, .slide-content .slide-more ul li a:focus {
    color:#000;
    }
.slide-content .slide-more .slide-more-link{
	margin:0;
}
.pre-content{
	position:relative;
	margin-bottom:-1px;
	/*z-index:14;*/
	/*height:auto;*/
}
.picture-group .slick-list{left:10px}
.picture-group .slick-dots li{
	display: inline-block;
    float: inherit;
    margin-right: 10px;
    position: relative;
    width: 20px;
}
.picture-group .slick-dots li button{
	margin-left:0;
}
.picture-group .slick-dots{
    bottom: -30px;
    list-style-type: none;
    right: inherit;
    text-align: center;
    width: 100%;
	margin:0;
	padding:0;
	display:none;
}
.pre-content aside  {
    bottom: 58px;
    overflow: hidden;
    position: absolute;
	right:76px;
	width:270px;
	z-index:10;
	display:none;
}
.pre-content aside .button-container{
	margin-top:2px;
}
/* CONTENT 
----------------------- */
/* breadcrumb */
#breadcrumb{
	color:#004c9f;
    float: left;
    padding: 11px 0 23px;
}
#breadcrumb a{
	display:inline-block;
	text-decoration:none;
}
#breadcrumb .sub a {
    padding:6px 0;
}
#breadcrumb ul{
	list-style-type:none;
}
#breadcrumb ul li{
	float:left;
    font-family: "oxygen";
    font-weight:300;
    font-size: 14px;
    padding:0 6px;
    position: relative;
}
#breadcrumb > ul > li:not(.last)::after {
    content: "\2223";
    display: inline-block;
    padding: 0 10px 0 8px;
    color: #cfcfcf;
}
#breadcrumb li.lst::after{
	content: "";
}
#breadcrumb .mhover .sub{
    display: block;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    margin-right: 23px;
    margin-top: 4px;
    left: auto;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    width:100%;
    min-width:140px;
    z-index:1;
}

#breadcrumb .last.mhover .sub {
    margin-right:2px;    
    width:auto;
}

#breadcrumb .sub{
	display:none;
}
#breadcrumb .sub li {
	float:none;
	border-bottom:1px solid #ccc;
}
#breadcrumb .sub li.lst{
	border:none;
}
#breadcrumb .sub li::after{
	content: "";
}
#breadcrumb .mhover .sub a{
	color:#000;
}
#breadcrumb .mhover .sub a:hover, #breadcrumb .mhover .sub a.active{
	color:#004c9f;
}
#breadcrumb .mhover .sub a:focus{
	color:#fff;
}
.contentpage #content .contentleft{
	/*width:66%;*/
	width: calc(100% - 310px);
	float:left;
}

pre {
	margin:0;
	font-family:"oxygen";
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
a:focus > img{
	transition: 0.3s;
	-webkit-filter: opacity(0.5) blur(1px);
	filter: opacity(0.5) blur(1px);
}
.no-cssfilters a:focus > img{
	transition: 0.3s;
	opacity:0.5;
}
.float-right{
	float:right
}
.float-left{
	float:left;
}
.read-less,
.read-more{
  float:right;
  color:#000;
}
.read-more a,
.read-more-functions a{
	float:right;
	color:#000;
}
.pager{text-align:center;padding:4px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;background:#FFF;}
.pager .prev{float:left;}
.pager .next{float:right;}
.pager .pager-label{font-size:17px;line-height:17px;}
.hr{
	border-bottom:1px solid #ccc;
	margin:10px 0;
}
.hr-dotted{
	border-bottom:1px dotted #ccc;
	margin:10px 0;
}
.bg-grey .hr{
	border-color:#666666;
}
.btn{
	padding:10px 16px;
	color:#fff;
	display:inline-block;
}
.btn.bg-blue:hover, .btn.bg-blue:active, .btn.bg-blue:focus{
	background-color:#a5a5a5;
	color:#FFF;
	text-decoration:none;
}
.clear{
	clear:both;
}
#content{    
	float: left;
    position: relative;
    width: 100%;
}
.contentpage #content.container{
	padding-top:0;
}
.container{
	padding:58px 76px;
	box-sizing:border-box;
	clear:both;
}

.contentpage aside {
    width:270px;
    float: right;
}

.contentpage footer aside {
    width: 270px;
    float: right;
}

.homepage footer aside {
    float: left;
    width: 270px;
    margin-left: 40px;
}

 #news .teaser-group {
    float: left;
    max-width: calc(100% - 270px);
}

 #news .teaser-group .teaser {
     margin-bottom: 10px;
     display: inline-block;
     vertical-align: top;
     float: none;
 }

@media (min-width: 1024px) and (max-width: 1241px){
    #news .teaser-group .teaser {
        width: calc(33% - 30px);
    }
}

@media (min-width: 769px) and (max-width: 1023px){
     #news .teaser-group {
         max-width: 73%;
     }
    #news .teaser-group .teaser {
        width: calc(33% - 15px);
    }
}

@media (min-width: 640px) and (max-width: 768px){
     #news .teaser-group {
         max-width: 73%;
     }
    #news .teaser-group .teaser {
        width: calc(50% - 15px);
    }
}

@media (max-width: 639px) {
     #news .teaser-group {
         max-width: 100%;
     }
}


 #news .shortteaser-group{
    width: 270px;
    float:right;
}
select{
	border:1px solid #afc5dc;
	/*color:#004c9f;*/
	margin-bottom:4px;
	padding: 0 4px;
}
select option{
	/*padding:7px;*/
}
input,
select,
textarea{
	border:1px solid #ccc;
/*	line-height:32px;*/
	font-size:15px;
	padding:5px;
}

.button-container a{
	padding:11px 20px 11px 70px;
	display:block;
	color:#fff;
	font-size:17px;
}
.button-container a:focus{
	color:#000;
    background-color:#fff;
}
.bg-white{
	background-color:#fff;
}
.bg-lightgrey{
	background-color:#f3f3f3;
}
.bg-grey{
	background-color:#424242;color:#fff;
}
.bg-darkgrey{
	background-color:#333;color:#fff;
}
.bg-blue{
	background-color:#004c9f;
}
.pre-content aside .ui-state-default{background-color: rgba(0, 76, 159, 0.8)!important;}
.pre-content .bg-blue{
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 76, 159);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 76, 159, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#004c9f, endColorstr=#004c9f);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#004c9f, endColorstr=#004c9f)";
}
.no-margin{
	margin:0;
}
.teaser{
	float:left;
}
.search-container input{
	float:left;
	box-sizing:border-box;
	padding:0 0 0 8px;
	height:36px;
	width:100%;
	margin-right:-41px;
	border: 1px solid #004c9f;
	color:#004c9f;
}
#nav .search-container input + button{border:none;margin:5px 0 1px 0}
.search-container button.global-sprite.lupe-small{
	background-position:10px -93px;
}
.search-container button.global-sprite.lupe-small-black{
	background-position:10px -1793px;
}
.search-container button{
    float: left;
    border: 1px solid #004c9f;
    border-right:none;
    background-color: #fff;
    width: 40px;
    /*position:absolute;*/
    border-left: none;
    padding:0;
}
.teaser-group .teaser{
	margin-right:30px;
	/*width:240px;*/
}
.teaser-group > a{
	display:inline;
	color:inherit;
}
.teaser-group > a:hover *{
	text-decoration:underline;
}
.teaser{
	width:240px;
}
.teaser img{
	margin-bottom:13px;
}
.teaser h2{
	color:#004c9f;
	font-family:"oxygen";
	font-weight:400;
	font-size:20px;
	margin-bottom: 3px;
    line-height: 22px;
}
.teaser p{
	font-family:inherit;
	font-weight:700;
}

/* homepage events */

.event-group {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    margin-bottom: 30px;
    width: 100%;
    /*display: inline-block;*/
    display:flex;
}

.event-group a{
	color:#000;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1*/
    /*display:inline;*/
    margin-right:30px;
    flex:1;
    background:#FFF;
    border:1px solid #CCC;
    padding-bottom:18px;
}

.event-group a:hover .event, .event-group a:active .event, .event-group a:focus .event{
	/*background-color:#a5a5a5;*/
	color:#fff;
}
.event-group a:hover .event small, .event-group a:active .event small, .event-group a:focus .event small,
.event-group a:hover .event h1, .event-group a:active .event h1, .event-group a:focus .event h1{
	color:#fff;
}


.event {
    /*float:left;*/
    padding:18px;
    margin-right: 2%;
    /*background-color: #fff;*/
    /*-webkit-box-flex:1;
    -webkit-flex:1;
      -ms-flex:1;
          flex:1;*/
    /*width:23%;*/
    box-sizing: border-box;
    /*border: 1px solid #ccc;*/
}

.event .date{
	background-color: #a5a5a5;
    color: #fff;
    float: left;
    font-family: "oxygen";
    font-weight:300;
	padding: 2px 0;
    text-align: center;
	margin-right:10px;
	margin-bottom: 10px;
	width:33px;
	box-sizing:border-box;
	border:1px solid #ccc;
}
.event .date .day{
	display: block;
    font-size: 24px;
    line-height: 24px;
}
.event-group a:hover .event .date, .event-group a:active .event .date, .event-group a:focus .event .date{
	background-color:#e5e5e5;
	color:#424242;
}

.event small{
    color: #333333;
    font-size: 14px;
    line-height: 13px;
}
.event .content{
	width: 75%;
	line-height: 16px;	
}
.event h1 {
    font-size: 15px;
    color: #004c9f;
    line-height: 16px;
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: 700;
}
.event-group a:hover {
    background:#A5A5A5;
}
.event span.time {
    color: #000;
}
/* /homepage events */

.logos{
	list-style-type:none;
}
.logos li {
	float: left;
	margin-right: 30px;
	height: 70px;    
	text-align: center;
	width: 240px;
}
.logos li img{
	width:100%;
	max-width:150px;
}
.logos li.lst{
	margin-right:0;
}
.logo-container.container{
	padding-bottom:30px;
	padding-top:30px;
}
.picture-group{
	list-style-type:none;
	display:inline-block;
}

.picture-group li {
    float: left;
    margin-right: 24px;
    width: 135px;
}
.picture-group .slick-list li{
	width:135px;
	float:left;
	margin-right:24px;
}
.picture-group li.lst{
	margin-right:0;
}

/* Footer */
footer  a{
	color:#fff;
}
footer aside a{
    display: block;
    position: relative;
    font-size: 17px;
    border-bottom: 1px solid #686868;
    padding: 20px 70px;
}
footer aside a.last {
    border: none;
}
footer.container-small{
	padding:19px 76px;
}
footer.container-small .support a{
	padding:0;
	margin-right:25px;
}
footer.container-small a:focus,footer.container-small a:active,
footer aside a:focus,footer aside a:active{
	color:#000;
	background-color:#fff;
}
footer.container-small .support .top a{
	margin-right:0;
}
footer.container-small .support{ 
	float: right;
}

footer .btn {
    font-size: 17px;
    /* margin: 0 20%; */
    padding: 18px 40px;
    text-align: center;
}
footer .btn-explore {
    margin-top:30px;
    width: 771px;
    text-align: center;
}
footer .footer-content{
	width:771px;
	float:left;
}
.ui-accordion .contact {
    font-size:15px;
}
.homepage .ui-accordion .contact {
    font-size:14px;
}
footer.container-small a,
footer.container-small{
	font-size:14px;
}
#homepage .container.bg-white{
	padding-top:30px;
}
.fullwidth{
	width:100%;
}
/* Content Block */
.content-block h1{
	margin-bottom:15px;
}

.content-block.seperator{
	border-bottom: 1px solid #ccc;
}
.content-block .plntxt{
	float:left;
}
.content-block.media .plntxt{
    float: inherit;
}
.content-block.media figure.float-right{
    margin: 12px 0 0 35px;
}
.content-block.media figure.float-left{
	margin: 12px 35px 0 0;
}
.content-block.media figure.float-left.no-margin{
    margin: 0;
}
.contentleft .content-block.media figure.float-left{
	margin:0 30px 5px 0;
}
.contentleft .content-block.media figure.float-right{
	margin:5px 0 5px 29px;
}
.pre-content .content-block.media figure{
	max-width:550px;
}
.contentleft .content-block.media figure.fullwidth{
	max-width:100%;
}

.contentleft .content-block.media figure,
.contentleft .imgright,
.contentleft .imgleft{
	max-width:240px;
}
.contentleft .content-block.media p{
	overflow:hidden;
}
.contentleft .content-block.seperator{
	margin-bottom:29px;
	border:none;
	padding-bottom:0;
}
.content-block a,
.content-block,
.contentleft {
	font-size:17px;
    line-height: 22px;
}
/* Marginalie */
.margiblock figure{
	margin:0;
}
.margiblock.bg-white{
	padding:11px 18px 20px 20px;
	border:1px solid #ccc;
}
.margiblock.bg-white h1{
	font-size:23px;
	margin-bottom:7px;
}
.margiblock.bg-white img{
	margin-bottom:12px;
}
.margiblock.bg-white h2{
	font-size:18px;
	margin:0 0 7px;
	font-family:"oxygen";
}
.margiblock .hr{
	margin:16px 0;
}
a.download{
	color: #004c9f;
    line-height: 18px;
}
a.download small{
	font-size:11px;
	color:#666666;
	display:block;
}

.download-info {
   	font-size:12px;
    line-height: 15px; 
	color:#666666;
	display:block;
}

.content-block .icon-download:before{
	margin-top:7px;
}
.content-block a.download small{
	font-size:12px;
    line-height: 15px;
}

/* --- Sitemap ------------------- */
.sitemap ul{list-style-type:none;}
/*.sitemap > div > ul*/ .sitemap > div > ul > li{margin-bottom:18px;}
.sitemap ul ul{padding-left:36px;}
.sitemap ul ul ul{padding-left:24px;}
.sitemap div > ul > li > ul > li {margin-bottom:2px;}
.sitemap ul ul ul li:before{content:"- ";color:#1d1d1b;}
.sitemap ul ul ul li a{color:#1d1d1b}
.sitemap ul > li > a{font-size:24px;}
.sitemap ul > li li > a{color:#000;font-size:14px;}
.sitemap ul > li li > a:active,.sitemap ul > li li > a:focus { color:#FFF; }

/* --- Kontaktformular ------------------- */
/*.form{width:90%;}*/
.form .label.error,
.form .label.error span{color:red;}
.form .control-group {margin-bottom:6px;width:100%;}
.form .control-group > label{display:block;width:33%;float:left;padding:6px 0; max-width: none;}
.form .control-group .input-large{width:66%;
    float:right;
    box-sizing:border-box;
    padding-left:5px;
}
.form .control-group.small > label{padding-right:8px;}

.form .control-group textarea.input-large{display:block;height:150px;}

.form input[type=submit]{width:auto;border:inherit;}
.form input,.form textarea{border-color:#ccc;}
.form .radioButtonWrapper label{display:inline;margin-right:15px;}
.form .radioButtonWrapper input[type=radio]{float:left;width:auto;margin:5px 8px 0 0;}
.form .radioButtonWrapper{float:left;}
.form .control-group:after{clear:both;}
.form .control-group:after,
.form .control-group:before{display:table;content: "";}
.form label > span, small > span{color:#004c9f;}

.contentleft .search-container{width:100%;}
.contentleft .search-container input{width:91%;font-size:28px;border-color:#ccc;}
.contentleft .search-container button{width:68px;border-color:#ccc;}
.contentleft .search-container .icon-lupe{font-size:42px;}
.search-container button:focus,
.search-container button:active{color:#004c9f;}
/* --- Mobile ------------------- */
#mobile-menue {
  display:none;
  position:absolute;
  z-index:1;
  width:65px;
  height:47px;
  cursor:pointer;
  top:27px;
  left:38px;
}
#mobile-menue span {
  margin-top: 10px;
  position: absolute;
  z-index:1;
  top: 9px;
  left:7px;
  display: block;
  width: 51px;
  height: 9px;
  background-color: #06509d;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#mobile-menue.active span {
  background-color: transparent;
}
#mobile-menue span:before, #mobile-menue span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  opacity:1;
}
#mobile-menue span:before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  background: #06509d;
}
#mobile-menue span:after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  background: #06509d;
}
#mobile-menue.active span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
#mobile-menue.active span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.megamenu-mobile-sub {
	display:none;	
}
#nav li a.mega-submenu {
    color: #000;
    font-size: 15px;
    line-height: 19px;
    display: block;
}

#nav .megamenu-mobile-sub {
	border-top: 4px solid #004c9f;
	margin: 0 0 0 -20px;
	padding:20px 0 0 20px;
	width: 100%;
}

#nav .megamenu-mobile-sub li {
	margin: 0;
}

#nav .search{
	display:block;
}

.button-container a {
    padding: 11px 20px 11px 70px;
}
.slick-slide img{width:100%;}

.teaser {
		width: 20%;
}

.slick-dots {    
    right: 76px;    
}
.contentleft a, .margiblock a, .contentleft a .link-external, .margiblock a .link-external {
    text-decoration: underline;
}
.contentleft a:hover, .margiblock a:hover, .contentleft a:hover .link-external, .margiblock a:hover .link-external{
    text-decoration: none;
}
.contentpage .contentleft .content-block.media p {
    overflow: visible; 
}

.homepage .aside-fast-entry, .contentpage .aside-fast-entry {
    width:252px;    
}

.aside-fast-entry {
	overflow:visible;
}

.footer-links {
	list-style:none;
}

.shortteaser-group h2 {
    display:none;
}

div.imgleft {
    width: auto;
    /*max-width:240px;*/
}

div.imgright {
    width: auto;
}

section.news > article {
    margin: 20px 0;
    border-bottom: 1px solid #cfcfcf !important;
}
section.news h2 a{text-decoration:none;}
section.news h2 a:hover{text-decoration:underline;}
.pager-forward {
    float: right;
}

.pager-backward {
    float: left;
}

.contentpage .megamenu .search-container {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

/*li.first-level {
    width: 20%;
}*/

li.last {
    padding: 7px 0;
}
li.has-children.last {
    padding:0;
}

#breadcrumb .sub li:last-child {
	float:none;
	border:none;
}
    
.teaser p.menu-layer-image-caption {
    color: #004c9f;
    font-family:"oxygen";
    font-weight:300;
    font-size: 20px;
    line-height: 22px;
    margin-bottom:3px;
}
.megamenu .search-container > button {
    padding:0;
    width: 40px;
}

.slick-arrow {
    color: white;
    background-color: #004c9f;	
}

div.radioButtonListWrapper {
    width:auto;
    float:left;
    margin-left: 1.5%;
}

div.control-group.captcha {
    margin: 6px 0;
    width:100%;
}

div.captcha div {
    width:auto;
    margin-bottom: 2px;
}

.form .control-group.captcha .input-large {
    width:66%;
}

.control-group.captcha div label {
    width:33%;
    max-width:none;
}

#inputmaincontent_PlaceholderLinks_getKontakt_Captcha {
    float:left;
    width: 100%;
}

.control-group .buttons {
    margin-right: 1px;
}

.form .radioButtonWrapper input[type="radio"] {
    margin: 10px 5px 0 0;
}

.top a:hover {
    text-decoration:none;
}

.hidden nav#breadcrumb {
    visibility: hidden;
}

aside .hidden {
    display:none;
}

.contentleft .ui-accordion .ui-accordion-header {
    width:auto;
}
.contentleft .ui-accordion .ui-accordion-header {
    background: #fff;
}
.contentleft .ui-accordion .ui-accordion-header:nth-child(4n+3) {
    background: #f3f3f3 none repeat scroll 0 0;
}
.contentleft .ui-accordion .ui-accordion-content:nth-child(4n+4) {
    background: #f3f3f3 none repeat scroll 0 0;
}
/*.contentleft>.ui-accordion:nth-child(even)>.ui-accordion-header{
    background-color:#f3f3f3
}*/
aside .ui-icon.icon-pfeil_oben:before {
    color: #FFF !important;
    font-size: 12px !important;
    font-weight: normal !important;
    width: 20px;
}
.pre-content aside .ui-icon.icon-pfeil_oben:before,
.pre-content aside .ui-accordion .ui-accordion-header:hover .ui-icon.icon-pfeil_unten:before{
    color:#000!important;
}
aside .ui-icon.icon-pfeil_unten:before {
    color: #FFF !important;
    font-size: 12px !important;
    font-weight: normal !important;
    width: 20px; 
}

aside .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    height: 21px !important;
    margin-right: 0px !important;
    margin-top: -15px !important;
    width: 21px !important;
}


.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, ui-state-default a:hover{
    color: #004c9f;
    text-decoration: none;
    font-size:17px;
}

.contentleft .ui-accordion .ui-accordion-header {
    margin-bottom:0;
}
.contentleft .ui-accordion .ui-accordion-icons{
	padding-left:10px;
}
.contentleft .ui-accordion .ui-accordion-content{
	padding:5px;   
	padding:10px 20px 17px;
}

.contentleft .ui-accordion + .ui-accordion>h2{border-top:none!important;}

div.onAccordionContent {
    border: 1px solid #CCC !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
}   

h2.ui-accordion-header {
    border: 1px solid #CCC !important;
    border-bottom: 0 !important;
}

h2.ui-accordion-header:last-child {
    border-bottom: 1px solid #CCC !important;
}

div.onAccordion {
    border-bottom: 1px solid #ccc;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    height:24px !important;
}

.ui-accordion span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s {
    background:none;
}

.ui-accordion span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e {
    background:none;
}

.contentleft .ui-accordion span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s:before {
    content: "\e811";
    height: 30px;
    font-family:"icoroe";
    padding: 0;
    margin-top: 0;
    margin-left:1px;
    line-height: 24px;
    font-size: 20px;
    color: #004c9f;
}

.contentleft .ui-accordion span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e:before {
    content: "\e814";
    height: 30px;
    font-family:"icoroe";
    padding: 0;
    margin-top: 0;
    margin-left:1px;
    line-height: 24px;
    font-size: 20px;
    color: #004c9f;
}

.contentleft .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    width:25px;
    margin-right:0;
    margin-top:-11px;

}

aside .ui-state-default {
    background:#004c9f !important;
}

aside .ui-state-default .ui-icon {
    background-image: none;
}

.pre-content aside .ui-accordion .ui-accordion-header-active,
.pre-content aside .ui-accordion .ui-accordion-content,
.pre-content aside .ui-accordion .ui-accordion-header:hover{background-color:rgba(255, 255, 255, 0.9)!important}
aside .ui-accordion .ui-accordion-header-active, 
aside .ui-accordion .ui-accordion-header:hover{
    background:#FFF !important;
}

aside .ui-accordion .ui-accordion-content {
    background:#FFF;
}

.contentleft .ui-accordion .ui-accordion-content {
    background:#FFF;
}

/* ::: Imgleft/Imgright ::: */
div.imgleft { /* display und width wegen gewuenschtem Caption-Verhalten */
  margin:0 30px 5px 0;
}
div.imgright { /* display und width wegen gewuenschtem Caption-Verhalten */
  margin:0 0 5px 30px;
}

.aufzaehlung li:before {
    content: "- ";
}

.aufzaehlung li {
    list-style-type: none;
}

.contentleft .download-container {
    background:none;
}

/*aside .download-container {
    padding: 11px 20px 20px;
}
*/
/*aside .download-container {
    background:#FFF;
    border: 1px solid #ccc;
}*/

/*footer .btn {
    margin: 0 33%;
}*/
.pager-backward, .pager-forward {
    font-size: 12px;
}
.contentpage .fast-entry-text.vorlesen {
    display:none;
}

.contentpage.hidebreadcrumb .pagefunction {
    top:32px;
}

/*.news-detail-zurueck::before:hover{
    text-decoration:none;
}
.news-detail-zurueck:before {
    background-color: #004c9f;
    color: #fff;
    content: '\e810';
    font-family: "icoroe";
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 1px;
    padding: 0 2px;
    left:0;
    text-decoration:none;
}
.news-detail-zurueck {
    position: relative;
    padding-left: 20px;
    margin-top: 22px;
    display: inline-block;
}*/

.sitemap .col {
    float: left;
    width: 50%;
}

#content .pagefunction {
    left: 30px;
}
 
.ui-accordion-header a:active, .ui-accordion-header a:focus {
    color: #fff ;
}


.pager-backward > a {
    float: left;
    text-indent: -9999px;
    width: 15px;
}
.pager-forward > a {
    float: left;
    text-indent: -9999px;
    width: 15px;
}

.pager-forward a:nth-child(1):after {
    content: "\e813";
    font-family: "icoroe";
    text-indent:0;
    width:15px;
    float:left;
}

.pager-forward a:nth-child(2):after {
    content: "\e820";
    font-family: "icoroe";
    text-indent:0;
    width:15px;
    float:left;
}

.pager-backward a:nth-child(2):before {
    content: "\e810";
    font-family: "icoroe";
    text-indent:0;
    width:15px;
    float:left;
}

.pager-backward a:nth-child(1):before {
    content: "\e819";
    font-family: "icoroe";
    text-indent:0;
    width:15px;
    float:left;
}


.search h2 + p {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.search h2 + p:last-child {
    border:none;
}
.search h2 {
    margin-top: 20px;
}

/*.news .link-more {
    float: right;
    margin-right: 25px;
    margin-top:22px;
    position: relative;
    color: #000;                        
}*/
.link-more {
    float: right;
    margin-right: 25px;
    margin-top:22px;
    position: relative;
    color: #000;                        
}
.link-more:after {
    background-color: #004c9f;
    color: #fff;
    content: '\e813';
    font-family: "icoroe";
    font-size: 12px;
    line-height: 20px;
    margin-left: 6px;
    position: absolute;
    top: 0px;
    padding: 1px 2px;
}
.contentleft a.link-more{text-decoration:none;}
.contentleft a.link-more:hover{text-decoration:underline;}
.link-back::before {
    background: #004c9f none repeat scroll 0 0;
    color: #fff;
    content: "\e810";
    font-family: "icoroe";
    font-size: 12px;
    left: 0;
    line-height: 20px;
    padding: 0 2px;
    position: absolute;
    text-decoration: none !important;
    top: 0;
}
.link-back:focus, .link-back:active {
    text-decoration: underline;
    color:#FFF;
}
.link-back {
    padding-left: 20px;
    position: relative;
    color:#000;
    margin-top:20px;
    display:inline-block;
}
.contentleft a.link-back{text-decoration:none;}
.contentleft a.link-back:hover{text-decoration:underline;}
.link-external {
    display: inline-block;
}

.link-external:after {
    content:"\e804";
    font-family:"icoroe";
    margin-left:4px;
    color:#004c9f;
}
a .link-external{position:relative;padding-right:20px;}
a .link-external:after{position:absolute;top:1px;}

#content .button-container {
    display:none;
}

div#maincontent_PlaceholderLinks_getKontakt {
    margin-right: 60px;
}

div.captcha img {
    float: left;
    cursor: pointer;
    border: 1px solid #CCC !important;
    margin-bottom: 5px;
    box-sizing: border-box;
}
.caption{padding-top:4px;color:#004c9f;font-style:normal;font-size:12px;line-height:15px}

/*Emergency Call Homepage */
.emergency-call .icon-notfallnummern_weiss,
.emergency-call .icon-kalender{
    position: absolute;
    left: 26px;
}
.emergency-call .icon-pfeil_rechts {
    position: absolute;
    right: 12px;
    font-size: 12px;
    top: 14px;
    line-height: 16px;
}
#page .vrweb_hover_player {
    z-index: 1;
}
.homepage .vrweb_player_main {position:initial;height:0;}
.homepage #vrweb_icon_1 {
    position: absolute;
    z-index: 1;
    color: #FFF;
    top: auto;
    left: 28px;
    bottom: 150px;
}
.homepage .pre-content #vrweb_icon_1 .icon-megafone:before {
    font-size: 28px;
    line-height: 30px;
}
.homepage .icon-notfallnummern_weiss:before {
    font-size: 21px;
    left: -4px;
    position: absolute;
    top: -2px;
}
footer .icon-kleinanzeigen_weiss:before {
    position: absolute;
    left: 18px;
    font-size: 30px;
    top: 14px;
}
.button-container a.emergency-call {
    padding: 11px 20px 11px 66px;
}



@media (min-width: 861px) {
    .button-container.terminbtn {
        margin-bottom: 2px;
    }
    
    .button-container.terminbtn a.emergency-call {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    
    .button-container.terminbtn a.emergency-call .icon-kalender {
        top: 50%;
        transform: translateY(-50%);
        font-size: 27px;
        left: 20px;
    } 
}

@media (max-width: 860px) {
        .button-container.terminbtn a.emergency-call .icon-kalender {
            transform: none;
            position: static;
            font-size: 20px;
        }
        
        .button-container.terminbtn + .ui-accordion {
            display: inline-block;
            vertical-align: top;
        }
        .button-container.terminbtn ~ .button-container {
            margin-top: 0!important;
        }
}

.download-container p {
    margin-left: 36px;
}#maincontent_PlaceholderLinks_Suche .label {
    float:left;
    display:none;
}

#maincontent_PlaceholderLinks_Suche input.text {
    padding:5px 0 6px 5px;
    border-right:none;
    float:left;
    width: 50%;
    font-size:17px;
    line-height:23px;
}
#maincontent_PlaceholderLinks_Suche fieldset {
    padding:0;
}

#maincontent_PlaceholderLinks_Suche fieldset {
    width:auto;
    border:none;
}

#maincontent_PlaceholderLinks_Suche label {
    margin-right: 10px;    
}


#maincontent_PlaceholderLinks_Suche_suchen {
    text-indent:-9999px;
    display: inline-block;
    height: 34px;
    padding: 0;
    line-height:34px;
    text-decoration:none;
}

#maincontent_PlaceholderLinks_Suche_suchen:before {
    content:'\e808';
    float: left;
    font-family: "icoroe";
    font-size: 24px;
    line-height: 34px;
    padding: 0 10px 0 5px;
    text-indent: 0;
    border:1px solid #CCC;
    border-left:none;
    background:#FFF;
    text-decoration:none;
}
aside .search-container button {
    height: 36px;
}/**** MEDIA QUERIES ****/

@media only screen and (max-width:1249px) {
    footer .footer-content {
        width: 67%;
    }
    .picture-group {
        width:100%;
    }
    .picture-group li {
        float: left;
        margin-right: 3.113%;
        width: 17.442%;
    }
    .homepage footer aside, .contentpage footer aside {
        width: 25%;
    }
    footer .btn-explore {
        width:100%;
    }

}

@media (max-width:1250px) {
    .container {
        padding: 58px 46px;
    }
    .pre-content aside {
        right:46px;
    }
    
    .slide-content {
        left:46px;
    }
    .event-group  {
        width:92%;
    }
    .logos li {
        width:22%;
    }
    #content .pagefunction {
        left: 10px;
    }
	.homepage a#vrweb_a_1 {
        top: auto;
        left: 10px;
        bottom: 150px;
    }
}

@media (min-width:1242px) {
    .teaser-group .teaser {
        width:240px;   
    }
}


@media (max-width:1241px) {
	#logo {  
        right: 46px;
	}
	.header {
        padding: 0 46px;
	}
	.slide-content {
        bottom: 58px;
        left: 46px;
        position: absolute;
        color: #fff;
	}
	.pre-content aside {
        bottom: 58px;
        overflow: hidden;
        position: absolute;
        right: 46px;
	}
	.slick-dots {    
        right: 46px;    
	}
	
}

@media (min-width:1024px) {

    input:-moz-placeholder {
      color: green;
    }
	#page {
	    max-width:100%;
	}
	.megamenu > li .teaser {
		width:auto;
	}
	.megamenu li.column-1 {
        margin-right: 30px;
	}
	/*.megamenu li.column-2 {
		margin-right:30px;
	}*/
	.megamenu li.column-3 {
		margin-right:0px;
	}

	#nav > ul > li.first-level > a span{
	    display:block;
	}
    #nav > ul > li.first-level > a span:before{
	    content:'\A';
	}

}

@media (max-width: 1023px) {
    
	#nav > ul > li.first-level > a span{
	    display:inline;
	}
    #nav > ul > li.first-level > a span:before{
	    content:'';
	}
	.megamenu-mobile-sub {
		display:inline-block;		
	}
	.mega-submenu {
		font-size: 15px;
	}
	.megamenu li.column-search input {
        width: 84%;
    }
	.megamenu li.column-search{
	    width:100%;
	}
	.megamenu{
		position:relative;
		background:none;
		padding:0;
		border:none;
	}
	.search .megamenu{
	    float:left;
	}
	.megamenu .has-children.mhover > ul{
		position:relative;
		margin-left: 30px;
	}
	.megamenu .column-2 ul li ul li,
	.megamenu .column-2 ul li ul li.lst{
		border:none;
	}
	.search .megamenu{
	    display:block
	}
	.megamenu .column-2 li{
		border-top:none;
		border-bottom:1px solid #ccc;
	}
	.megamenu .column-2 > ul{
		margin-left:20px;
	}
	#nav > ul > li {
		margin: 0 20px 0 0;
	}
	#nav{
		display:none;
		position:absolute;
		top:100px;
		padding: 10px 0;
		float:inherit;
		background:rgba(0, 0, 0, 0) linear-gradient(to right, #cfcfcf 0%, #f2f2fa 10%, #f2f2fa 90%, #cfcfcf 100%) repeat scroll 0 0;
		padding-left:20px;
		width:100%;
	}
	#nav .shadow {
	    z-index:-1;top:0;
	}
	#nav .column-1, 
	#nav .column-3{
	    display:none !important
	} 
	#nav a.global-sprite.lupe{
	    display:none;
	}
	.header{
		padding:0;
	}
	#nav > ul > li.mhover > a{
		border:none;
	}
	#nav > ul > li{
		margin:0 0 15px;
	}
	#nav .megamenu li a{
		font-size:17px;
	}
	#nav .megamenu .has-children > a{
		background-position:237px -1888px;
	}
	#nav .search{
	    display:inline-block;width:100%;
	}
	#nav.active{
		display:block;
	}
	#nav li{
		float:inherit;
	}
	#nav .megamenu .has-children.mhover > ul{
		margin-left:0;
		position:relative;
	}
	#nav .megamenu .column-2 li a{
		padding-left:0;
	}
    #mobile-menue {
		display:block;
	}
	#nav > ul > li > a.selected{border-bottom:none;}
	#page {
	    max-width:100%;
	}
	#page .megamenu .column-2 .has-children.mhover ul li a{
		padding-left:20px;
	}

	a .icon-lupe {
		display:none;
	}
	.ui-accordion .ui-accordion-icons{
		padding:12px 0 12px 65px;
	}
	.ui-accordion-content select {
		width:172px;
	}
	.mobile-search{
		display:block;
		width:100%;
	}
	/*li.first-level {
        width: 19%;
    }*/
	.container{
		padding:58px 40px;
	}

	.slide-content p{
		font-size:22px;
	}
	.slide-content h1{
		font-size:40px;
	}
    .slide-content {
        bottom: 18px;
        left: 46px;
        position: absolute;
        color: #fff;
    }

	.pre-content aside {    
		overflow: visible;
		position: absolute;
		right: 46px;
		top: 30px;
		width: 240px;
	}
	.slick-dots {
		position: absolute;
		bottom: 18px;
		right: 46px;
		list-style-type: none;
	}
	.slick-slide img{
	    width:100%
	}
	.teaser-group .teaser {
		width: 21%;
		margin-right: 15px;
	}
	
	
    .has-children.mhover > a span:before {
        content: "\e814";
    }
    
    .event-group a {
        margin-right:15px;
    }
    
    #news .shortteaser-group {
        width:27%
    }
    .homepage a#vrweb_a_1 {
        bottom: 110px;
        left: 10px;
        top: auto;
    }
}

@media (max-width:860px){
    
    aside select {
        margin: 0;
    }
    
    .contentpage #content .contentleft {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
   
	.homepage .ui-accordion .ui-accordion-content {			
		padding: 10px 20px 17px;
		margin: 0 -112px;
	}	

	.aside-fast-entry button {
		float:left;
	}
	
	.aside-fast-entry .button-container {
		float:left;
	}
	.homepage .ui-accordion-content {
        position: absolute;
        top: 44px;
	}
	.homepage .ui-accordion-content {
		clear:left;
	}
	.homepage span.fast-entry-text {
        display: none;
	}
	
	.aside-fast-entry {
		width:auto;
	}
	.pre-content aside {
		top:0;
	}
	.homepage .pre-content aside {
        right: 46px;
        width:auto;
    }
	.homepage div .ui-accordion-content {
		width:180px;
	}
	.pre-content aside .button-container {
        margin-top: 2px;
        padding: 11px 0;
	}

	.homepage .aside-fast-entry {    
        overflow: visible;
        position: absolute;
        width: auto;
	}
	.button-container .icon-megafone:before, 
	.ui-accordion .icon-richtung:before, 
	.ui-accordion .icon-buerger:before {
        position: absolute;
        font-size: 30px;
        left: 9px;
        top: 5px;
	}
	
	.contentpage .ui-accordion .ui-accordion-content select {
        /*width: 50%;*/
        float: right;
        margin-top: 5px;
    }
    
    /*.contentpage .search-container {
        float: left;
        width: 50%;
        margin-bottom: 5px;
    }*/
    /*.contentpage .search-container input {
        width: 98%;
    }*/
	.megamenu .search-container input {
        width: 135px;
	}
	.homepage .ui-accordion .ui-accordion-icons {
        padding: 12px 0 32px 49px;
	}
	.homepage .ui-accordion .ui-accordion-header {    
        width: auto;    
		margin: 0 0 0 5px;
		float: left;
	}
	.button-container a {
        padding: 11px 20px 11px 29px;
	}
	.logos li {
        float: left;
        margin-right: 4%;
        height: 70px;
        /*width: 22%;*/
    }
	.slick-dots {
		right: 46px;
	}
	.homepage .button-container {
        display:none;
	}
    #content .pagefunction {
        display:none;
    }
    #content .fullwidth figure {
        width:100%;
        margin-bottom: 15px;
    }
    .form {
        width:100%;
    }
    
    .contentpage aside {
        float:left;
        margin-left: -20px;
    }
    #content .aside-accordion-group.ui-accordion.ui-widget.ui-helper-reset {
        width:252px;
        padding-left:20px;
        float:left;
    }
    #content aside[role="complementary"] {
        width:100%;
    }
    
    #content aside[role="complementary"] .spacer-half {
        display:none;
    }
    
    .margiblock {
        float: left;
        width: 252px;
        margin-left: 20px;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .event-group {
        width: 100%;
    }
    .event-group a {
        /*width: 22%;*/
    }
}

@media (min-width:640px) and (max-width:767px) {
	
	.slide-content{
		left:46px;
	}
	.slide-content h1{
		font-size:30px;
	}
	.slide-content p{
		font-size:18px;
	}
	
	.logos li img{
		width:100%;
	}
	.event .content{
		width:100%;
	}
    .homepage .event-group .event .content small + br {
        display: none;
    }
    .homepage .event-group .event .content small {
        display: none;
    }
	#content .pagefunction{
		left:6px;
	}
    .event {
        padding: 5px;
    }
    .contentpage footer aside a, .homepage footer aside a {
        font-size:14px;
    }

}

@media (max-width: 639px) {
    
    footer aside a {
        display:block;
    }

   .shortteaser-group h2 {
        font-size: 20px;
        line-height: 22px;
        display:block;
        color: #004c9f;
        font-family: "oxygen";
        font-weight:300;
    }
    .homepage .pre-content aside {
        right: 16px;width:auto;
    }

	.homepage .pre-content .slick-slide img{
	    width:auto;
	    max-height:250px;
	}
	#nav{
	    box-sizing:border-box;
	}
	.picture-group.slick-initialized{
		margin-bottom:40px;
	}
	
	.picture-group img{
		width:100px;
	}
	.logos li img{
		margin:0 auto;
	}
	.event-group{
		display:block;
	} 
	.event-group .event{
		margin: 0 5px 0 5px;
	}
	.teaser-group .teaser {
		margin: 0 5px 0 5px;
	}
	.teaser, .logos li{
		margin-right:20px;
	}
	.teaser, .logos li{
		margin-right:20px;
		width:300px;
	}
	.support, .slick-dots, .slide-content p { /* #events .btn,*/
		display:none;
	}
	.slide-content{
		left:16px;
		bottom:5px;
		/*display:none;*/
	}
	.slide-content h1{
		font-size:24px;
		line-height:28px;
	}
	.picture-group img{
		width: 100px;
	}

    footer .footer-content {
        width: 100%;
        float:none;
    }
    
	.shortteaser-group { 
		width:25%;
	}
	
	.container, #homepage .container.bg-white{
		padding:20px 10px;
	}
	h1{
		font-size:20px;
		line-height:22px;
	}
	.teaser img{
		width:100%;
	}
	.picture-group img{
		width:100%;
	}
	.footer-content{
		margin-bottom:44px;
		box-sizing:border-box;
	}
	footer.container-small{
		padding:10px;
	}
	.pre-content .slick-dots{
		bottom:4px;
		right:16px;
	}
	#logo{
		top: 17px;
		position: absolute;
		right: 15px;
	}
	.header{
		padding:0;
	}
	.contentpage main aside{
		float:left;
	}
	.contentpage #content .contentleft{
		width:100%;
	}
    #breadcrumb {
        margin-left: 0;
        min-height: 0;
    }
	#content .pagefunction{
		left:10px;
		top:15px;
	}
	.content-block h1{
		line-height:45px;
	}
	.pagefunction .global-sprite.speaker{
		margin-bottom:5px;
	}
	.event-group .event {
	    display:flex;
		margin: 0 1%;
	}
	.event {
		width: 100%;
	}
	#news .shortteaser-group {
        width: 100%;
        float: left;
        margin: 10px 5px;
    }
    
	.footer-links {		
        width: 100%;
	}
	.footer-links li{
		float: left;
        text-align: center;
        width: 50%;
	}
	.footer-links li a{border:none}
	.footer-links li:nth-child(even) > a{
	    border-left:1px solid #686868
	}
	.footer-links li:nth-child(1),
	.footer-links li:nth-child(2){
	    margin-bottom:16px;
	}
	footer aside p.left{
		text-align:left;
	}
	footer aside p.center{
		text-align:center;		
	}
	footer aside p.right{
		text-align:right;		
	}	
	.lnk-wrap > div {
		float: left;
        text-align: center;
        width: 32%;
	}
	.homepage footer aside, footer aside {
	    margin:0;
	}
	footer aside a {
        display: block;
        font-size: 14px; 
        border-right: 1px solid #686868;
        border-bottom:0;
        padding: 24px 0 0 0;
	}
	footer aside[role=complementary] .icon-stadtplan,
	footer aside[role=complementary] .icon-imagebroschuere,
	footer aside[role=complementary] .icon-unterkunft,
	footer aside[role=complementary] .icon-kleinanzeigen_weiss{
	    position:relative;
	    font-size: 32px;
	}
	footer aside[role=complementary] .icon-stadtplan:before {
        position: absolute;
        top: -14px;
        left: 18px;
        margin:0;
	}
	footer aside .footer-links .icon-stadtplan:after {
        position: absolute;
        top: -14px;
        right: 18px;
        margin:0;
    }
	footer aside[role=complementary] .icon-unterkunft:before {
	    position: absolute;
        margin:0;
        top: -10px;
        left: 22px;
	}
	footer aside[role=complementary] .icon-imagebroschuere:before {
	    position: absolute;
        top: -10px;
        left: 36px;
        margin:0;
	}	
	footer aside[role=complementary] .icon-kleinanzeigen_weiss:before {
	    position: absolute;
        top: -10px;
        left: 30px;
        margin:0;
	}
	
	footer aside[role=complementary] .hr {
		display:none;
	}
	
	footer aside + div {
		margin:0 auto;
	}
	.slide-content .slide-more a {
	    margin:0;
	    padding:5px 8px;
    }
    .homepage .pre-content aside {
        width:auto;
    }
    
    #mobile-menue {
        left: 4px;
    }
    
    .homepage footer aside, .contentpage footer aside {
        width:100%;
    }
    .event-group {
        width: 100%;
    }
    
    .homepage .teaser-group .slick-slide img {
        margin: 0 auto;
        max-width: 240px;
    }
    .teaser h2 {
        margin-top: 22px;
    }
    #content .imagelink {
        background:#f3f3f3;
    }
    
    /*Kontakt Form*/
    .form .control-group {
        width:100%;
    }
    .form .control-group > label {
        width: 100px;
    }
    div#maincontent_PlaceholderLinks_getKontakt {
        margin-right:0;
    }
    .form .control-group.captcha .input-large {
        width: 100%;
    }
    
    div.control-group.captcha {
        width:100%;
    }
    input#maincontent_PlaceholderLinks_getKontakt_Captcha {
        width:100%;
    }
    .form .control-group .input-large {
        width:100%;
    }
    .homepage .pre-content .slick-slide {
        overflow: hidden;
    }
    .slide-item img {
        height: 250px;
        margin-left: -18%;
        width: auto !important;
    }
    .homepage a#vrweb_a_1 {
        top: 8px;
        left: 16px;
    }
}

@media (max-width: 459px) {
    
	footer aside {
	    margin:0;
	}
	#page{
		width:auto;
		max-width:459px;
	}
	.footer-content{
		margin-bottom:20px;
		padding:32px;
		box-sizing:border-box;
	}

	.teaser-group .teaser {
        margin: 0;
	}	

	#logo{
		width:60%;
		top:17px;
	}

	.event .content {
        width: auto;
    }

    .contentleft .content-block.media figure{
        width:100%;
    }

    .plntxt {
        width:100%;
    }

    .slide-content {
        left: 10px;
        bottom: 5px;
    }
    
    .pre-content .slick-dots{
		bottom:4px;
		right:10px;
	}
	
	.homepage .pre-content aside {
        right: 10px;width:auto;
    }
    
    #news .shortteaser-group {
        margin:10px 0;
    }
    
    div.imgleft, div.imgright {
        width:100%;
        margin-bottom:22px;
    }
    div.imgleft img, div.imgright img{
        width:240px;
    }
    figure.float-right img, figure.float-left img {
        max-width: 240px;
    }
    .fullwidth figure.float-right img,
    .fullwidth figure.float-left img{max-width:100%;}
    .contentleft .content-block.media figure {
        max-width:none;
    }
    figure.float-left.fullwidth, .fullwidth .float-right {
        width:100%;
    }
    figure.float-left.fullwidth img, .fullwidth .float-right img {
        max-width:600px;
    }
    .slide-item img {
        height: 250px;
        margin-left: -50%;
    }  
    
}

@media (max-width: 639px){
    footer aside[role=complementary] .icon-kleinanzeige:before {
        margin: 0;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width:563px) {
    .margiblock {
        width:100%;
    }
    #content .aside-accordion-group.ui-accordion.ui-widget.ui-helper-reset {
        width:100%;
    }
}
/*footer aside[role=complementary] li a.last{padding-top:44px}
}*//* ::: Druckversion ::: */
@media print {
    
    aside, #breadcrumb, footer,
    .gflaechen .gflaechen_suchergebnis article .clapcontrol,
    .clapcontrol, /* "mehr Details einblenden" ausblenden */
    .switcher.ng-scope, 
    .branchenbuch article.eintrag a, /* Verlinkungen in der Detailansicht "Firmen in Rösrath" */
    #event-list .link-more,
    .news a, /* "Mehr" Link News */
    article p > a, /* News Detailseite */
    nav.pager {
        display:none;
    }
   
    /* Details einblenden */
    article.eintrag.ng-scope div.ng-hide {
        display: block !important;
    }
   
   /* Erweiterung vom 2016-11-14 */
    .onAccordion h2+div {
        display: block!important;
    }
    span.ui-accordion-header-icon {
        display: none;
    }
    .contentleft .ui-accordion .ui-accordion-content:nth-child(4n+4) {
        background: #fff none repeat scroll 0 0;
    }
    .contentleft .ui-accordion .ui-accordion-header:nth-child(4n+3) {
        background: #fff none repeat scroll 0 0;
    }
    
    h1 {
        margin: 0.67em 0;
    }
    .bg-lightgrey {
        background-color: #FFF;
    }       
    
    aside {
        display:block;
    }
    .aside-accordion-group .bg-blue {
        display:none;
    }
    .contentpage .aside-accordion-group.ui-helper-reset {
        margin-bottom: 2px;
    }
    .margiblock {
        display: block;
        max-width: 252px;
        page-break-before: always;
        page-break-after: always;
        page-break-inside: avoid;
    }

    .download + p a::after{
        content: " [" attr(href) "] ";
    }

}.mejs-container {
	position: relative;
	background: #000;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
}

.me-plugin {
	position: absolute;
}

.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 */
/* ::: Tabelle ::: */
.tabelle {
  width:100%;
  border:1px solid #ccc;
  border-collapse:collapse;
}
.tabelle thead tr {
}
.tabelle thead tr th,
.tabelle tbody tr.headline td {
  padding:5px;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
  background:#F3F3F3;
  font-weight:normal;
  text-align:left;
  vertical-align:top;
}
.tabelle tbody tr td {
  padding:5px;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
  vertical-align:top;
}

.tabelle p {
    margin:0;
}

.tabelle tbody tr:nth-child(even) {
    background:#F3F3F3;
}

.tabelle tbody tr:nth-child(odd) {
    background:#FFF;
}li.treeitem {
    position: relative;
    list-style:none;
}
.treeview ul > li > ul{
    padding:0;
    margin:0;
    padding-left:20px;
}

.treeview ul > li > ul > li  a{
    padding-left:0;
}



li.treeitem span:not(.VR15S){
    width:20px;
    height:20px;
    /*background:yellow;*/
    margin-right:20px;
    display:inline-block;
}

.treeview ul li:after{
    display:none;
}

li.treeitem a.tabplaceholder {
    padding-left: 25px;
}


li.treeitem span:not(.VR15S) {
    width: 20px;
    height: 20px;
    /*background: #00a989;*/
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    text-align:center;
    line-height:20px;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    cursor:pointer;
}

/*li.treeitem span:hover{*/
/*        background: rgba(61, 61, 63, 0.9);*/
/*}*/

li.treeitem span.plus:after,
li.treeitem span.minus:after{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    color:#fff;
    font-size:15px;
}

li.treeitem span.plus:after{
    content: url("/img/system/plus.gif"); 
}


li.treeitem span.minus:after{
       content: url("/img/system/minus.gif");  
}

li.treeitem a.last{
    position:relative;

}

li.treeitem a.last:hover:after{
        background: rgba(61, 61, 63, 0.9);


}

li.treeitem a.last:after{
content: "\e806";
    font-family: 'fontello';
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: 10px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #00a989;
    left: -10px;
    top: 0;
    text-align: center;
        -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


li.treeitem > ul > li:after{
    content:"";
    display:none;
}

li.treeitem a.last:after{
    display:none;
}#news .imagelink {
    position: relative;
    overflow: hidden;
    max-height:155px;
}
#news .imagelink:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
    background:#FFF;
}
#news .imagelink > img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
video {
    width:100%!important;
    
    max-width:730px;
}
iframe {
    /*width: 100%;*/
}
.youtube {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.youtube iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
 /* width: 100%; 
  height: 100%; */
}
.slick-slider {
    max-height: 410px;
}

/* behoerdenlotse .bildoben style */
.contentleft .content-block.media figure.float-left.bildoben {
    float: none;
    margin: 10px 0;
    max-width: 550px;
    max-height: 314px;
    overflow: hidden;
}
.contentleft .content-block.media figure.float-left.bildoben img {
    width: auto;
}


@media (max-width: 860px) {
    .homepage .button-container {
        display: inline-block;
    }
    .homepage .emergency-call .icon-pfeil_rechts {
        display:none;
    }
    .homepage .emergency-call .icon-notfallnummern_weiss {
        position:static;
        
    }
    .homepage .emergency-call .icon-notfallnummern_weiss:before {
        position:static;
    }
    .homepage .button-container a.emergency-call {
        padding: 10px 6px;
    }
    .homepage .pre-content aside .button-container{
        padding:2px 7px;
    }
    .homepage .pre-content aside .button-container {
        margin-left:5px;
        margin-top:-2px;
    }
    .homepage .pre-content aside {
        width:165px;
    }
    .homepage .pre-content aside .icon-pfeil_unten {
        display:none;
    }
}.cc_container .cc_logo {
    display:none !important;
}.privacy {
  margin: 20px 0!important;
}
.privacy input {
    float: none;
    display: inline-block;
    margin: 0 5px 5px 0;
    position: relative;
    top: 1px;
}
.privacy label {
    float: none!important;
    width: auto!important;
    max-width: none!important;
    display:inline!important;
}.adhoc-layer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.adhoc-layer .adhoc-layer-inner {
  width: 1240px;
  max-width: 100%;
  min-height: 300px;
  background: #fdd653;
  max-height: 100vh;
  overflow-y: auto;
}
.adhoc-layer .adhoc-layer-inner h2 {
  margin: 0 0 40px;
  font-weight: bold;
}
.adhoc-layer .adhoc-layer-inner .adhoc-layer-inner-wr {
  position: relative;
  padding: 50px;
}
@media (max-width: 767px) {
  .adhoc-layer .adhoc-layer-inner .adhoc-layer-inner-wr {
    padding: 50px 50px 20px 20px;
  }
}
.adhoc-layer .adhoc-layer-inner .adhoc-layer-inner-wr .close {
  position: absolute;
  right: 0;
  top: 0;
  background: #004c9f;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}
.adhoc-layer .adhoc-layer-inner .adhoc-layer-inner-wr .close:before {
  content: "\00d7";
  color: #fff;
  font-size: 30px;
}