﻿/*! 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;
}

.clear,
.spacer,
.halfspacer,
.quarterspacer,
.minispacer,
.doublespacer,
.imgfspacer {
  clear:both;
  font-size:0;
  line-height:0;
  height:0;
  display:block;
}
.doublespacer   { height:24px; }
.spacer     { height:12px; }
.halfspacer   { height:6px; }
.quarterspacer   { height:3px; }
.minispacer   { height:2px; }
.imgfspacer { height:7px; }
.none,
.hide {
  display:none;
}
hr {
  clear: both; 
  height: 1px; 
  margin: 0;
  padding: 0;
  border: none; 
  background-color:#CCC;
  font-size: 0;
  line-height: 0;
}
figure {
    margin:0 0 13px;
}
img {
    vertical-align:bottom;
}
.left   { float:left; }
.right   { float:right; }
.even   { background-color:#CCC; }
.odd   { background-color:#EEE; }
figcaption {
 font-style:italic;
 font-size:15px;
 margin-top:7px;
}
.error {
  color:#e60003;
}
.errorlabel {
    display:block;
    margin-bottom:16px;
}
.searchword {
  background-color:#333;
  color:#fff;
}

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

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

/* ::: Imgleft/Imgright ::: */
figure.imgleft,
figure.imgright {
    display:table;
    padding-top:2px;
    width:250px;
}
figure.imgleft.auto-width {
    width: auto;
    min-width: 100px;
    max-width: 250px;
}
.img-aw-wr {
    margin-top: 15px;
}
figure.imgleft { /* display und width wegen gewuenschtem Caption-Verhalten */
  float:left;
  margin:0 20px 13px 0;
}
figure.imgleft + p {
  margin-bottom: 13px;
}
figure.imgright { /* display und width wegen gewuenschtem Caption-Verhalten */
  float:right;
  margin:0 0 5px 10px;
}
figure.imgleft img,
figure.imgright img {
    width:100%;
}
figure.gallery {
    width:250px;
}
figure.gallery > span.figurewrapper,
figure.gallery > span.figurewrapper img {
    width:100%;
}
figure.zoomable > span.figurewrapper,
figure.gallery > span.figurewrapper {
    position:relative;
    z-index:1;
    display:inline-block;
    cursor:pointer;
    max-width:100%;
}
figure.imgleft span.figurewrapper,
figure.imgright span.figurewrapper {
    display:block;
}
figure.zoomable img {
    max-width: 100%;
}
figure.zoomable > span.figurewrapper:after,
figure.gallery > span.figurewrapper:after {
    content:'';
    display:block;
    position:absolute;
    z-index:1;
    bottom:0;
    right:0;
    width:19px;
    height:19px;
    background:url(/img/system/icons/zoombox-overath.svg) 0 0 no-repeat;
}
.no-svg figure.zoomable > span.figurewrapper:after,
.no-svg figure.gallery > span.figurewrapper:after {
    background-image:url(/img/system/icons/zoombox-overath.gif);
}
figure.gallery > span.figurewrapper:after {
    background-image:url(/img/system/icons/gallery-overath.svg);
}
.no-svg figure.gallery > span.figurewrapper:after {
    background-image:url(/img/system/icons/gallery-overath.gif);
}


div.text p:last-child {
  margin-bottom:5px;
}
div.textnf {
  display:table;
}

/* :::  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;
}

/* :::  YouTube-Baustein ::: */
.youtube {
  position: relative; 
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.youtube iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/* :::  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 */
}/*! jQuery UI - v1.9.1 - 2012-11-15
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.tabs.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

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


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


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

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


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

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

/* Component containers
----------------------------------*/
.ui-widget { font-family: 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: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/img/system/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/img/system/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

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

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

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

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

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


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

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

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/img/system/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/img/system/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
 * jQuery UI Datepicker 1.9.2
 * http://jqueryui.com
 *
 * Copyright 2012 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}.mejs-offscreen{
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
	position: absolute !important;
	top: -10000px;
	left: -10000px;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

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

.mejs-container:focus { 
	outline: none; 
}

.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: dotted 1px #999;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 10px 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 a {
	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, .mejs-controls .mejs-time-rail a {
	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 a.mejs-horizontal-volume-slider {
	height: 26px;
	width: 56px;
	position: relative;
    display: block;
    float: left;
    vertical-align: middle;
}

.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: -51px;
	width: 85px;
	height: 100px;
	background: url(/img/system/mediaelementplayer/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px 10px 0 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: 55px;
	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: 20px;
	font-size: 16px;
	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: 35px;
}

.mejs-captions-text {
	padding: 3px 5px;
	background: url(/img/system/mediaelementplayer/background.png);
	background: rgba(20, 20, 20, 0.5);
	white-space: pre-wrap;
}
/* 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 */


/* Start: Speed */
div.mejs-speed-button {
	width: 46px !important;
	position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
	background: transparent;
	width: 36px;
	font-size: 11px;
	line-height: normal;
	color: #ffffff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
	display: none;
	position: absolute;
	top: -100px;
	left: -10px;
	width: 60px;
	height: 100px;
	background: url(/img/system/mediaelementplayer/background.png);
	background: rgba(50, 50, 50, 0.7);
	border: solid 1px transparent;
	padding: 0;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
	display: block;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
	color: rgba(33, 248, 248, 1);
}

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

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

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

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
	width: 60px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 11.5px;
	color: white;
	margin-left: 5px;
	cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
	background-color: rgb(200, 200, 200) !important;
	background-color: rgba(255,255,255,.4) !important;
}
/* End: Speed */

/* Start: Jump Forward */

.mejs-controls .mejs-button.mejs-jump-forward-button {
	background: transparent url(/img/system/mediaelementplayer/jumpforward.png) no-repeat;
	background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-jump-forward-button button {
	background: transparent;
	font-size: 9px;
	line-height: normal;
	color: #ffffff;
}

/* End: Jump Forward */

/* Start: Skip Back */

.mejs-controls .mejs-button.mejs-skip-back-button {
	background: transparent url(/img/system/mediaelementplayer/skipback.png) no-repeat;
	background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-skip-back-button button {
	background: transparent;
	font-size: 9px;
	line-height: normal;
	color: #ffffff;
}

/* End: Skip Back *//* ::: 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:#e8e8e8;
  font-weight:bold;
  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 p + p {
    margin-top:12px;
}/* ::: Formulare ::: */
fieldset {
  margin:0;
  padding:0;
  border:0;
  width:100%;
}
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;
}

div.infotext,
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:75.7%; 
}
input.text, 
textarea.text,
select.text {
  width:75.7%;
  border:1px solid #e1e1e3;
  background:#f9f9f9;
}

div.infotext {
  width:75.7%; 
  padding:5px;
  font-size: 0.95em;
}

div.infotext span {
    display: none;
}

input.text, 
textarea.text {
  padding:5px;
}
input.zipcode { float:left; width:24.3%; }
input.zipcodeen { float:left; width:75px; }
input.city { width:74.7%; }
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:10px;
  margin-right:4px;
}
div.captcha div {
    margin-bottom:6px;
}
div.captcha img {
  float:left;
  cursor:pointer;
}
div.captcha input {
  float:left;
  width:26.0%;
}

div.absenden {
    margin:-58px 0 0 0;
    float:right;
    position:relative;
}
div.absenden a {
    width:94px;
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color:#bfd1e5;
	/*border-radius:6px;*/
	border:1px solid #ffff;
	display:inline-block;
	cursor:pointer;
	color:#004996;
	/*font-family:arial;*/
	font-size:18px;
	/*font-weight:bold;*/
	padding:5px 24px;
	text-align:center;
	text-decoration:none;
	text-shadow:0px 1px 0px #fff;
}
div.absenden a:hover {
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
}
div.absenden a:active {
	position:relative;
	top:1px;
}
.form-splitter-r {
    width:75.7%;
    float:right;
}
fieldset div.button {
    position:relative;
    display:inline-block;
    float:right;
    margin-top:-48px;
    padding:8px 24px;
    cursor:pointer;
}
fieldset div.button.clean-button {
    margin-top:0;
}
fieldset div.button.clean-button p {
    display:inline-block;
}
fieldset.search div.button {
    margin-top:-3px;
}
fieldset.search input.text {
    width:45.7%;
}/* ::: Gallery ::: */
.gallery {
}
div.gallerybox {
}
div.gallnavi {
    float:right;
}
div.gallnavi a {
  float:left;
  margin-left:5px;
  color:#fff;
  background-color:#004996;
  text-align:center;
  min-width:22px;
  height:22px;
  padding:0 5px;
  border:1px solid #002b59;
}
div.gallnavi a.selected,
div.gallnavi a:hover {
    background-color: #002b59;
    transition: all 0.2s ease-out 0s;
}
div.gallerybox {
  margin-top:10px;
}
div.galleryrow {
  clear:both;
}
div.gallerybox a.gallery {
  display:block;
  float:left;
  width: 33.3%;
  height:140px;
  background-color:#ebebeb;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  margin: 0 0 20px 0;
  border-right:18px #fff solid;
  position:relative;
}
div.gallerybox a.last {
  border-right:none;
}

.gallerytitle {
    position:absolute;
    bottom:0;
    width: 100%;
    background-color:rgba(0,0,0,0.3);
    color:#fff;
    font-size: 14px;
    padding: 5px;
    pointer-events:none;
}/* ::: Pager ::: */
.pager {
  margin-bottom:16px;
  padding:4px 5px;
  border-top:1px solid #e6e6e6;
  border-bottom:1px solid #e6e6e6;
}
.pager-backward,
.pager-forward {
  float:left;
  width:30px;
}
.pager-forward {
  float:right;
}
.pager a {
  float:left;
  width:15px;
  text-align:center;
  text-decoration:none;
  font-size:18px;
}
.pager-info {
  text-align:center;
}
#wrapper-content .pager + h2 {
    margin-top:32px;
    display:inline-block;
}/* Search */
fieldset.search label.label {
  width:100px;
}
fieldset.search input.text {
  float:left;
}
a.search {
  float: left;
  display: block;
  margin: 1px 0 12px 16px;
  padding: 2px 10px;
  background-color: #1E276A;
  color: #FFFFFF;
  font-weight: bold;
}
.searchHighlight {
    font-style:italic;
}/**
 *
 * Main container
 *
 */
#addToHomeScreen {
	z-index:9999;
	-webkit-user-select:none;
	user-select:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-touch-callout:none;
	touch-callout:none;
	width:240px;
	font-size:15px;
	padding:12px 14px;
	text-align:left;
	font-family:helvetica;
	background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(0,#fff),color-stop(0.02,#eee),color-stop(0.98,#ccc),color-stop(1,#a3a3a3));
	border:1px solid #505050;
	-webkit-border-radius:8px;
	-webkit-background-clip:padding-box;
	color:#333;
	text-shadow:0 1px 0 rgba(255,255,255,0.75);
	line-height:130%;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.5);
}

#addToHomeScreen.addToHomeIOS7 {
	background:#f2f2f2 !important;
	-webkit-border-radius:1px !important;
	border:1px solid #ccc;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.2);
}

#addToHomeScreen.addToHomeIpad {
	width:268px;
	font-size:18px;
	padding:14px;
}

/**
 *
 * The 'wide' class is added when the popup contains the touch icon
 *
 */
#addToHomeScreen.addToHomeWide {
	width:296px;
}

#addToHomeScreen.addToHomeIpad.addToHomeWide {
	width:320px;
	font-size:18px;
	padding:14px;
}

/**
 *
 * The balloon arrow
 *
 */
#addToHomeScreen .addToHomeArrow {
	position:absolute;
	background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(204,204,204,0)),color-stop(0.4,rgba(204,204,204,0)),color-stop(0.4,#ccc));
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#505050;
	width:16px; height:16px;
	-webkit-transform:rotateZ(45deg);
	bottom:-9px;
	left:50%;
	margin-left:-8px;
	-webkit-box-shadow:inset -1px -1px 0 #a9a9a9;
	-webkit-border-bottom-right-radius:2px;
}

#addToHomeScreen.addToHomeIOS7 .addToHomeArrow {
	background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(204,204,204,0)),color-stop(0.4,rgba(204,204,204,0)),color-stop(0.4,#f2f2f2)) !important;
	-webkit-box-shadow:inset -1px -1px 0 #fff !important;
	border-color:#ccc !important;
}

/**
 *
 * The balloon arrow for iPad
 *
 */
#addToHomeScreen.addToHomeIpad .addToHomeArrow {
	-webkit-transform:rotateZ(-135deg);
	background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(238,238,238,0)),color-stop(0.4,rgba(238,238,238,0)),color-stop(0.4,#eee));
	-webkit-box-shadow:inset -1px -1px 0 #fff;
	top:-9px; bottom:auto; left:50%;
}


/**
 *
 * Close button
 *
 */
#addToHomeScreen .addToHomeClose {
	-webkit-box-sizing:border-box;
	position:absolute;
	right:4px;
	top:4px;
	width:18px;
	height:18px; line-height:14px;
	text-align:center;
	text-indent:1px;
	-webkit-border-radius:9px;
	background:rgba(0,0,0,0.12);
	color:#888;
	-webkit-box-shadow:0 1px 0 #fff;
	font-size:16px;
}

#addToHomeScreen.addToHomeIOS7 .addToHomeClose {
	line-height:12px;
	padding-right:1px;
	background:transparent;
	border: 1px solid #888;
	-webkit-box-shadow:none;
}

/**
 *
 * The '+' icon, displayed only on iOS < 4.2
 *
 */
#addToHomeScreen .addToHomePlus {
	font-weight:bold;
	font-size:1.3em;
}


/**
 *
 * The 'share' icon, displayed only on iOS >= 4.2
 *
 */
#addToHomeScreen .addToHomeShare {
	display:inline-block;
	width:18px;
	height:15px;
	background-repeat:no-repeat;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAQAAADu6HTYAAADPElEQVR4Xq3TX2gcRRzA8e/M7mVv2+TSNpc/TZtrY6jUGqgaSAmEChKLrYK0YH0RFC2CSCkEfCghiKU04J8qNigq6os+iQV98MHWFwVBrQQRWs21lBw5cw3NNb1/udu72RGG5Y77IzXW77D7sAwf5scyYoL6BGXSDKFZwaGpLvIUaeoCkvX1MmsM0Ny6oRSQYOLuIS+YZOpfQdqslpUxcZrzTVAz4qPwW2O3CeIwC/RSzeY6Ow1QhUrkr+YOWfEKDkEP8Rij7CHKJmrFSDHBdwGEE5wiGChPN+PnT8VdRtEIl1d4gRj/1EVe5ZSBKGh8iqQpo/Fo5+3C/gz0MYg4zgwbqday1/Q4B8BGQ45d/Hi54lakCrU5obOcidJpu1+Lg9whjabyaOYLnrIBFFaRD+xe2ybMDWY66GmP/WA9cGfGp0CWhy0wkMN8inepFiH2rV1j0NQSNQbFLRQnS8/8YSDBBpadfv4CYDub2fmeHDNAsL1MBWUel0iA+Xik6eHcyvD3vAMSU1TGuA/YRS+dD7ovCQN43GKRFCU20Kd3V/avDVVyAZ5niTEuLA5/zBGWg9EEEhfJKN200Tat8CmRAQb9+wv7soPlHt2tQorsz1uPbr0HTY4sJwrH47zJZwABBAKLMBoQXepwgTwdHCo+fXMkQ4lrxEmQ5AaXipPqDY9V2vn09tgvTPI71EEGYxM+/uMJLJ4svpgaWGKOi/xKgmqLSUGSUd5f2vIVJ/CgBaTIUsZ7ZBsn0+NzfMOXLFCXQyTcybN6ep5ZZgUOHn7jpfUpsZshdugPGf+E5zjbyHTSRyQ8xfRPPM/s63RHeuknSoT22mjmmnAOIMkUZ6D1xSfPPAfd1WFKM3sO2CMaHx8M1NjnXKHaAGGkOW0C02WeYHUz4qMtx+w5gUDS8NckYe5lHsMYwCZEPyEEmjLDZFmAS7CDviMdxyTkMNVBKEmYLvbiQQBIBBbCQG04bGQvFWz6CfsCQLWCigILFwcfkGYBiOpbYuOizTAyYyDdCtrGaRG1LCkIgMYEFhI0WqQZoSlbGRyHKe4qOx7iv2bVQW9dp4dlM/x6kmwnWQcd/Q3FCqwTEiT5s+6D5v/pb0SSHyg7uhMWAAAAAElFTkSuQmCC);
	background-size:18px 15px;
	text-indent:-9999em;
	overflow:hidden;
}

#addToHomeScreen.addToHomeIOS7 .addToHomeShare {
	width:11px;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAA8CAYAAAAQTCjdAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAASCQAAEgkB80sG3AAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAKjSURBVGiB7dpPiFVVHMDxz7m9NCtMyI2bEJEC25WrEkzHUXCRraIwdNE8ZxfYIlcis1ZEbGEzT1QCF4XgH1CyWhUoJKIWNRGEiCNKmkSiYTzfcfGuOokx77x3ZlS8382959zfn+/invvn3RdijHIRBrwkOINCYXEcdjpb7VyiYdBsLScwt5y6IloYdzqXo36Ro0gY9IKWo+5JwmzBt2HQnBw9ehYNazyn5TBee8Dh+Vq+CWu92GufnkTDR6ab7gDeBNHouMM/l9tXTXM0fGBmL726Fg1Dam74EsvKqR8VNowL2Yzj5f7rnnE4DHq2235diYYhhTGfC94up35T0y+6di/ITU0rKVd+sEi0P7xr2pSJOu8zvF+OzqEv7vDH/WFxt7/cshy/ticsN8sXYUht0kXDOlsF9XJ4UaEvNoz9X3zc5bKaZThbyr5jzJ4wlNY7KTgM+ES0vhz+KeiPw36fKC/ucAF9uFBOrTZm26SJCtaV27+xIo7cXdkTEhvOoh+XyxprU1qnim7CQdGK2HAyKRexYVShT3RItDElN+mkjiP2Ym+S3f01hv2EVal5WW6hU0ElmptaqJuBpXg6MbeFH2LDpU6CQ93zWIKnEvs0cayGU3glMfkOo1jQYewZzOuyz7FC95Jwo5OgUFfgeg993hh/eTqCTxOSm/iuk8DY0Ap1b2GhtHXxsfZN4j/X0fOx4auEIknEhqv4OiUn1L13Z/+xWfWVaG4q0dxUormpRHNTieamEs1NJZqbJ1Q0jHvdiJo5S2cVjSNOCHZhn3/SnuYnIvl3yomIIz7MXZMn9hydRCrR3FSiualEc1OJ5qYSzU0lmptKNDePjWgwcPePT7/g+4cp8wCW4GXaryK3tL+mLdD5x62ppllgu7bso8q/2HIbzGWdNmWnSJwAAAAASUVORK5CYII=);
	background-size:11px 15px;
}

/**
 *
 * The touch icon (if available)
 *
 */
#addToHomeScreen .addToHomeTouchIcon {
	display:block;
	float:left;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5),
		inset 0 0 2px rgba(255,255,255,0.9);
	box-shadow:0 1px 3px rgba(0,0,0,0.5),
		inset 0 0 2px rgba(255,255,255,0.9);
	background-repeat:no-repeat;
	width:57px; height:57px;
	-webkit-background-size:57px 57px;
	background-size:57px 57px;
	margin:0 12px 0 0;
	border:1px solid #333;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}/* ::: uaWarning ::: */
#uaWarningWrapper {
    background-color:#ffe9af;
    border-bottom:1px solid #c0c0c0;
    position:fixed;
    z-index:500;
    width:100%;
}
#uaWarning {
    max-width:1132px;
    margin:0 auto;
}
#uaWarningClose {
    text-align:right;
    cursor:pointer;
}/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}/* bhl layer */
.bhl {
    
}

.bhl .bhlinput {
    position: relative;
    margin-bottom: 20px;
}

.bhl .bhlinput input {
    width: 100%;
    height: 46px;
    border: 0;
    outline: none;
    background: #fff;
    padding-right: 40px;
    color: #000;
}

.bhl .bhlinput a {
    color: #68b022;
    font-size: 20px;
    background: transparent;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
}

.bhl .bhlsort {
    font-size: 21px;
    margin-bottom: 20px;
    text-align: left;
    color: #fff;
    border: 0;
    text-align: center;
}

.bhl .bhlsort a {
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.bhl .bhlsort a:first-child {
    margin: 0;
}
.bhl .bhlsort a:nth-child(2) {
    margin-left: 0;
}
.bhl .bhlsort a:last-child {
    margin-right: 0;
}

.bhl .bhlsort a:first-child:before {
    content: '|';
    margin: 0 5px 0;
    position: relative;
    top: -1px;
}

.bhl .bhlsort a:last-child:after {
    content: '|';
    margin: 0 0 0 5px;
    position: relative;
    top: -1px;
}

/*.bhl .bhl #themen {*/
/*    text-align: left;*/
/*    font-size: 21px;*/
/*}*/

/*.bhl .bhl a.plus:before,*/
/*.bhl .bhl a.minus:before  {*/
/*    content: '\e80c';*/
/*    font-size: 9px;*/
/*    vertical-align: top;*/
/*    color: #fff;*/
/*}*/

/*.bhl .bhl a.minus:before {*/
/*    transform: rotate(180deg);*/
/*}*/

/*.bhl .bhl #themen li {*/
/*    position: relative;*/
/*    padding: 0 5px 0 0;*/
/*}*/


/*.bhl .bhl #themen li a.plus,*/
/*.bhl #themen li a.minus {*/
/*    padding: 0 10px 0 0;*/
/*} */

/*.bhl .bhl #themen > li  {*/
/*    width: 33%;*/
/*    display: inline-block;*/
/*    padding: 0 0 10px;*/
/*    vertical-align: top;*/
/*}*/

/*.bhl .bhl #themen > li ul {*/
/*    display: none;*/
/*    padding-left: 20px;*/
/*    padding-top: 5px;*/
/*}*/

/*.bhl .bhl #themen > li a.minus ~ ul {*/
/*    display: block;*/
/*}*/

.bhl .themen li {
    float: left;
    width: 33.33%;
    margin: 20px 0 5px;
    text-align: left;
    font-size: 21px;
    cursor: pointer;
}

.bhl .themen:after {
    content: '';
    display: table;
    clear: both;
}

.bhl .themen li:before  {
    content: '\e80c';
    font-size: 9px;
    vertical-align: top;
    color: #fff;
    display: inline-block;
    margin: 0 10px 0 0;
}


/* Responsive */
@media screen and (max-width: 768px) {
    .bhl .themen li {
        width: 50%;
    }
    
    .bhl.side-hover-inner {
        padding-left: 11px;
        padding-right: 11px;
    }  
    
}

@media screen and (max-width: 560px) {
    .bhl .themen li {
        width: 100%;
    }


}

/* bhl - pages */
.dienstleistungssuche {
    margin: 20px 0;
}

.dienstleistungssuche input {
    width: 100%;
    height: 46px;
    border: 1px solid #68b022;
    outline: none;
    background: #fff;
    padding-right: 40px;
}

.dienstleistungssuche .sucheInput {
    position: relative;
    margin-bottom: 20px;
}

.dienstleistungssuche .send {
    color: #68b022;
    font-size: 30px;
    background: transparent;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
}

.dienstleistungssuche .send:hover a {
    color: #000;
}

.searchparameters {
    border-top: 1px dotted #68b022;
    border-bottom: 1px dotted #68b022;
    padding: 5px 0;
    text-align: center;
    color: #333;
}

.content .searchparameters a {
    display: inline-block;
    padding: 0 5px;
    color: #333;
    position: relative;
    top: 1px;
}

.content .searchparameters a:hover {
    color: #68b022;
    text-decoration: none
}

.content .dienstleistungsthemen .treeview ul li.treeitem {
    padding-left: 0;
}

.treeview ul.firstlevel > li {
    margin-bottom: 5px;
}

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

.content .dienstleistungsthemen .treeview ul > li > ul {
    padding-left: 30px;
    margin-top: 5px;
}

.dienstleistungsthemen ul li a.black_link {
    /*padding-left: 20px;*/
}

.ticon {
    display: inline-block;
    background: #68b022;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    text-align: center;
    margin: -5px 5px 0 0 ;
}

.ticon:before {
    margin: 0;
    padding: 0;
}

.plus:before {
    /*content: '\e807';*/
    content: '+';
    font-size: 22px;
    vertical-align: super;
}

.minus:before {
    content: '-';
    font-size: 26px;
    position: relative;
    top: -5px;
}

.back:before {
    content: '\e80a';
    text-decoration: none;
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 3px 0 0;
    transform: rotate(180deg);
}

/* */
.content .dienstleistungsliste-conatiner ul li {
    padding-left: 0;
}

.content .dienstleistungsliste-conatiner ul li {
    border-bottom: 1px dotted #68b022;
    margin-bottom: 16px;
}

/* pager */
.bhl-pager {
    border-top: 1px dotted #68b022;
    border-bottom: 1px dotted #68b022;
    padding: 5px 0;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    position: relative;
}

.bhl-pager input {
    margin: 0 5px;
    background: #f2f2f2;
    width: 35px;
    border: 0;
    outline: none;
    text-align: center;
}

.bhl-pager .pageafter {
    position: absolute;
    right: 10px;
    font-size: 32px;
    color: #000;
}

.bhl-pager .pageafter:after {
    content: '>';
    display: inline-block;
}

.bhl-pager .pageafter:hover,
.bhl-pager .pagebefore:hover {
    color: #68b022;
}

.bhl-pager .page:before {
    position: absolute;
    left: 10px;
    font-size: 32px;
    color: #000;
}

.bhl-pager .pagebefore {
    position: absolute;
    left: 10px;
    font-size: 32px;
    color: #000;
}

.bhl-pager .pagebefore:after {
    content: '<';
    display: inline-block;
}

/* dienststellen */
.dienststellen ul.firstlevel > li.treeitem:not(.lifix):before {
    content: '';
    display: inline-block;
    background: #fff;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    text-align: center;
    margin: -9px 0 0 0;
    border: 2px solid #68b022;
}

.dienststellen ul.firstlevel > li.treeitem:not(.lifix) > a {
    margin-left: 5px;
}

.dienststellen ul.firstlevel > li.treeitem ul {
    padding-left: 30px;
    margin-top: 5px;
}

.dienststellen ul.firstlevel > li.treeitem ul li.treeitem.lifix {
    padding-left: 0;
}

.dienststellen ul.firstlevel > li.treeitem ul li.treeitem:not(.lifix):before {
    content: '';
    display: inline-block;
    background: #fff;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    text-align: center;
    margin: -9px 0 0 0;
    border: 2px solid #68b022;
}

.dienststellen ul.firstlevel > li.treeitem ul li.treeitem:not(.lifix) > a {
    margin-left: 5px; 
}

.ds-view figure.imgleft,
figure.tinyHtmlEditorContentCssClass {
    width: auto;
}

#bewertung,
.kasten {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #68b022;
    clear: both;
}

#bewertung .lastupdate {
    font-size: 18px;
}

#bewertung h2 {
    margin: 25px 0 15px;
}

.content .kasten h2 {
    margin: 0 0 15px;
}

.content .kasten ul.firstlevel ul {
    padding-left: 30px;
}

/* teaser */
.ap-entry {
    margin-bottom: 10px;
    margin-top: 20px;
}

.clap-head {
    font-size: 20px;
    cursor: pointer;
}

.clap-head span.clap-icon {
    display: inline-block;
    margin-left: 10px;
}

.clap-head span.clap-icon:before {
    content: '\e802';
    font-size: 12px;
}

.clap-head.act span.clap-icon {
    transform: rotate(180deg);
    position: relative;
    top: 5px;
    left: 10px;
}

/* forms */
.callback .radioButtonListWrapper input[type=radio],
.suggest .radioButtonListWrapper input[type=radio]{
    margin-top: 7px;
}.cc_container .cc_logo {
    display:none !important;
}/* ::: Allgemeine Layoutelemente ::: */
body {
	margin:0 auto;
	max-width:1920px;
	background-color:#ededf2;
	position:relative;
	z-index:1;
	overflow:hidden;
}
#frame-content {
	position:relative;
	z-index:1;
}
#frame-navi {
	position:absolute;
	z-index:1;
	top:0;
	right:-311px;
	width:311px;
	min-height:100%;
	background-color:#ededf2;
	padding:107px 0 17px 20px;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
}
body,
body .ui-widget,
input, 
textarea,
select {
	font-family:'Quattrocento Sans',sans-serif;
	font-size:18px;
	color:#1a1a1a;
}
* {
	outline:medium none !important;
	box-sizing:border-box !important;
}
h1, .h1 {
	font-family: 'PT Serif';
	margin:0;
	font-size:27px;
	font-weight:normal;
	color:#014694;
}
h2 {
	margin:0;
	font-size:21px;
	font-weight:normal;
	color:#014694;
}
h3 {
	margin:0;
	font-size:18px;
	font-weight:normal;
	color:#014694;
}
p {
	margin:0;
	line-height:normal;
}
a {
	color:#014694;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {}
.owl-carousel .owl-item img.arrow {
	width:19px;
	height:19px;
	display:inline-block;
	vertical-align:unset;
	margin-left:10px;
}
.hl {
	height:1px;
	background-color:#cbcbcb;
	margin-bottom:20px;
}
.italic {
    font-style:italic;
}
.link a {
	background:transparent url("/img/system/arrow-b-s-next.svg") no-repeat scroll right 6px;
	display:inline-block;
	padding:0 13px 0 0;
}
.no-svg .link a{
    background-image:url("/img/system/arrow-b-s-next.png");
}
.link a:hover {
    text-decoration:underline;
    color:#014694;
}
.back-link {
	background:transparent url("/img/system/arrow-b-s-prev.svg") no-repeat scroll left 6px;
	display:inline-block;
	padding:0 0 0 13px;
}
.no-svg .back-link {
    background-image:url("/img/system/arrow-b-s-prev.png");
}
.back-link:hover {
    text-decoration:underline;
    color:#014694;
}
.link .pdflink,
.pdflink {
	background:transparent url("/img/system/arrow-b-s-down.svg") no-repeat scroll right 6px;
	display:inline-block;
	padding:0 13px 0 0;
}
.teaser-fast-lane-item.pdflink {
    background: none;
}
.teaser-fast-lane-item.pdflink .link {
    background-image: url(/img/system/arrow-b-s-down.svg)!important;
}
.no-svg .pdflink {
    background-image:url("/img/system/arrow-b-s-down.png");
}
.pdflink:hover {
    text-decoration:underline;
}
h2 .pdflink {
    background-position:right 9px;
}
.button {
	color:#fff;
	text-align:center;
	background-color:#004996;
	border:1px solid #002b59;
	display:block;
	padding:8px;
}
.button:hover {
	background-color:#002b59;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.button a {
	color:#fff;
}
.button p {
	background:transparent url("/img/system/arrow-w-s-next.svg") no-repeat scroll right 6px;
	display:inline;
	padding:0 13px 0 0;
}
.no-svg .button p {
    background-image:url("/img/system/arrow-w-s-next.png");
}
div.button > a,
div.button > span {
	background:transparent url("/img/system/arrow-w-s-next.svg") no-repeat scroll right 6px;
	display:inline;
	padding:0 13px 0 0;
}

.search div.button {
    padding: 0;
}

.search div.button > a {
    padding: 8px 34px 8px 24px;
    display: inline-block;
    background: transparent url(/img/system/arrow-w-s-next.svg) no-repeat scroll center right 13px;
}
.no-svg div.button > a {
    background-image:url("/img/system/arrow-w-s-next.png");
}
.pf-buttons {
    display:inline-block;
    padding:8px 24px;
}
.clean-block-button {
    display:inline-block;
    float:right;
    margin-top:0!important;
}
.clean-block-button p {
    display:inline-block;
}
.txt {
	margin-bottom:13px;
}
.txt:last-child,
table.tabelle:last-child,
audio:last-child,
video:last-child,
canvas:last-child,
.generate-ui-tab:last-child,
div.ui-accordion:last-child,
figure:last-child,
figure.imgleft + p:last-child,
#wrapper-content h2:last-child,
#wrapper-content h1:last-child {
	margin-bottom:0;
}
.mobile-only {
    display:none;
}
.pager-info input.paging {
    background-color:#f9f9f9;
    border:1px solid #e1e1e3;
    width:44px;
    text-align:center;
}
/* ::: header ::: */
#wrapper-header {
    background-color:#fafafc;
	position:fixed;
	width:100%;
	max-width:1920px;
	height:90px;
	z-index:3;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
}
.default #wrapper-header {
    background-color:rgba(250, 250, 252, 0.85);
    background:rgba(250, 250, 252, 0.85);
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -ms-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.top-no.default #wrapper-header {
    background-color:rgba(250, 250, 252, 1);
    background:rgba(250, 250, 252, 1);
}
header {
	margin:0 auto;
	max-width:1132px;
	height:90px;
	position:relative;
	left:0;
}
header > a {
	width:90px;
	height:90px;
	display:block;
	float:left;
	text-align:center;
	font-size:15px;
	line-height:15px;
	padding-top:54px;
	margin-right:20px;
}
header > a:hover {
    background-color:#65b32e!important;
    color:#fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#print-logo {
    display:none;
}
#logo {
	background:transparent url("/img/system/logo.svg") no-repeat scroll center center;
	background-size:cover;
	padding-top:0;
	width:172px;
	height:172px;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -ms-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.no-svg #logo {
    background-image:url("/img/system/logo.png");
}
.top-no #logo {
	width:75px;
	height:90px;
}
.top-yes #logo {
	width:172px;
	height: 203px;
}

#bus,#weather,#kontakt,#language,#text-to-speech{
    background-position:0 -6px !important;
}

#bus {
	background:transparent url("/img/system/bus-off.svg") no-repeat scroll center center;
	background-size:cover;

}
.no-svg #bus {
    background-image: url("/img/system/bus-off.png");
}
#bus:hover {
	background:transparent url("/img/system/bus-on.svg") no-repeat scroll center center;
}
.no-svg #bus:hover {
    background-image: url("/img/system/bus-on.png");
}
#weather {
	background:transparent url("/img/system/weather-off.svg") no-repeat scroll center center;
	background-size:cover;
}
.no-svg #weather {
    background-image: url("/img/system/weather-off.png");
}
#weather:hover {
	background:transparent url("/img/system/weather-on.svg") no-repeat scroll center center;
}
.no-svg #weather:hover {
    background-image: url("/img/system/weather-on.png");
}
.mail-icon {
    display: block !important;
    margin-bottom: 4px !important;
    font-size: 26px !important;
}

#kontakt,
#text-to-speech, 
#head-newsletter,
#MobileSearch {
	background:none;
	background-size:cover;
	padding-top: 22px;
}

.mob-only {
    display: none;
}

@media (max-width : 1024px) {
    .mob-only {
        display: inline-block;
    }
}
    

@media only screen and (max-width: 767px) {
    #kontakt,
    #text-to-speech, 
    #head-newsletter,
    #MobileSearch  {
        text-indent: 0 !important;
        /*padding-top: 15px;*/
        padding-top: 10px;
        content: "Lol" !important;
    }
    
    #kontakt > i,
    #text-to-speech > i, 
    #head-newsletter > i,
    #MobileSearch > i {
        /*font-size: 14px !important;*/
        font-size: 22px !important;
    }
    
    #kontakt > .link-text,
    #text-to-speech > .link-text, 
    #head-newsletter > .link-text,
    #MobileSearch > .link-text {
        display: none;
    }
}
.no-svg #kontakt {
    background-image: none;
}

#logo:hover {
    background-color: transparent!important;
}
#kontakt:hover,
#text-to-speech:hover, 
#head-newsletter:hover,
#MobileSearch:hover {
	background: none;
}
.no-svg #kontakt:hover {
    background-image: none;
}
#language {
	background:transparent url("/img/system/language-off.svg") no-repeat scroll center center;
	background-size:cover;
	padding-top:56px;
}
.no-svg #language {
    background-image: url("/img/system/language-off.png");
}
#language:hover {
	background:transparent url("/img/system/language-on.svg") no-repeat scroll center center;
}
.no-svg #language:hover {
    background-image: url("/img/system/language-on.png");
}
/*#text-to-speech {*/
/*	background:transparent url("/img/system/text-to-speech-off.svg") no-repeat scroll center center;*/
/*	background-size:cover;*/
/*}*/
/*.no-svg #text-to-speech {*/
/*    background-image: url("/img/system/text-to-speech-off.png");*/
/*}*/
/*#text-to-speech:hover {*/
/*	background:transparent url("/img/system/text-to-speech-on.svg") no-repeat scroll center center;*/
/*}*/
/*.no-svg #text-to-speech:hover {*/
/*    background-image: url("/img/system/text-to-speech-on.png");*/
/*}*/
#wrapper-search {
    float:left;
	margin:24px 0 0 28px;
    padding:10px 0 10px 0;
    background: transparent url(/img/system/hl-dot-b.svg) repeat-x scroll left bottom;
    text-align: left;
    position: relative;
    width: 100%;
    max-width: 200px;
}
#search {
	border:none;
	font-size:18px;
	line-height:18px;
	color:#014694;
	background-color:transparent;
	width:calc(100% - 35px);
}
#search::-webkit-input-placeholder {
    color:#014694;
}
#search:-moz-placeholder {
    color:#014694;  
}
#search::-moz-placeholder {
    color:#014694;  
}
#search:-ms-input-placeholder {  
    color:#014694;  
}
#search-click {
    cursor:pointer;
    margin-right:5px;
    float:right;
    width: 24px;
    color: #014694;
    font-size: 24px;
}
#wrapper-content .suche-inner h2 {
    margin-bottom:0;
}
#wrapper-content .suche-inner p a.pdflink {
    background:none;
    padding:0;
}
#spacer-header {
	height:90px;
}
.suche-item p a {
    color:#1a1a1a;
}
.suche-item .pdflink:hover {
    text-decoration:none;
}
.default #spacer-header {
    display:none;
}
/* ::: content ::: */
#wrapper-content {
	margin:0 auto 50px;
	max-width:1132px;
	position:relative;
	z-index:2;
}
#wrapper-content h1, #wrapper-content .h1 {
	background:transparent url("/img/system/hl-dot-b.svg") repeat-x scroll left bottom;
	padding-bottom:10px;
	margin-bottom:15px;
	text-align:left;
}
#wrapper-content section h1, #wrapper-content section .h1 {
    background:none;
    margin-bottom: 0px;
}
.no-svg #wrapper-content h1, .no-svg #wrapper-content .h1 {
    background-image:url("/img/system/hl-dot-b.png");
}
#wrapper-content h2 {
	margin-bottom:7px;
}
/* ::: content section ::: */
#wrapper-content section {
	float:left;
	width:70.8%;
	margin-right:1.8%
}
#wrapper-content section > article:last-child {
    margin-bottom:0;
}
#home-news {
	background-color:#fefefe;
	margin-bottom:20px;
	padding:20px 20px 10px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
}
#home-news article {
	width:48.6%;
	float:left;
	margin-right:2.8%;
}
#home-news article:nth-child(2n+1) {
	margin-right:0;
}
#home-news article .home-news-img {
    display: block;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
}
#home-news article img {
    /*width:100%;*/
    /*max-height:247px;*/
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
    /*font-family: 'object-fit: cover;';*/
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.home-news-txt {
	background-color:#f5f5f7;
	opacity:0.95;
	margin:-27px 5.8% 30px;
	padding:16px 5px 45px;
	width:88.4%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
	text-align:center;
	position:relative;
	z-index:1;
}
.home-news-txt .button {
    position:absolute;
    z-index:1;
    bottom:5px;
    left:5px;
}
.home-news-txt > div {
	margin-bottom:13px;
}
.home-infos {
	background-color:#fefefe;
	margin-bottom:20px;
	padding:20px 20px 10px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
}
.home-infos-l {
	float:left;
	width:77.1%;
	padding-right:8px;
}
.home-infos-l .link {
	margin-bottom:24px;
}
.home-infos-r {
	float:right;
	width:22.9%;
	padding-left:8px;
	border-left:1px solid #cbcbcb;
}
.home-infos-r ul {
	margin:0;
	padding:0;
	list-style:none;
}
.home-infos-r ul li {
	background:transparent url("/img/system/arrow-b-s-next.svg") no-repeat scroll right 6px;
	padding:0 13px 0 0;
}
.no-svg .home-infos-r ul li {
    background-image:url("/img/system/arrow-b-s-next.png");
}
.home-infos article:last-child .hl{
	display:none;
}
.home-dates-owl-item {
	float:left;
	position:relative;
	z-index:1;
	padding:30px 0 5px 0;
}
.home-dates-owl-item h2 .pdflink {
    padding: 0;
    background: none;
    text-decoration: none!important;
}

#home-dates-owl > .home-dates-owl-item:last-child {
    margin-bottom:30px;
}
#home-dates-owl article {
	background-color:#fafafc;
	border-right:1px solid #d9d9de;
	border-left:1px solid #d9d9de;
	padding:20px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
    min-height:288px;
}
#home-dates-owl img {
	width: 25px;
    height: auto;
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 12px;
}
.plan {
    border-bottom:1px solid #cbcbcb;
    padding:25px 0 22px;
}
:not(.plan) + .plan {
    padding-top:0;
}
.plan:last-child {
    border:none;
    padding-bottom:0;
}
.plan-l {
    float:left;
    width:35%;
    position:relative;
    z-index:1;
}
.plan-l img {
    width:100%;
}
.plan-l h2 {
    width:100%;
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    background-color:#63b32e;
    opacity:0.9;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    padding:1px 9px 2px;
}
.plan-r {
    float:left;
    width:62.2%;
    margin-left:2.8%;
}
#wrapper-content .txt ul {
    margin:0;
    padding:0;
    list-style:none;
}
#wrapper-content .txt ul li {
    background:transparent url("/img/system/list-dot.svg") no-repeat scroll left 7px;
    padding:0 0 7px 14px;
}
.no-svg #wrapper-content .txt ul li {
    background-image:url("/img/system/list-dot.png");
}
/* ::: content owl-carousel ::: */
#wrapper-content .owl-controls {
	text-align:center;
	margin:3px 0 21px;
}
#wrapper-content .owl-nav {
	margin-bottom:-26px;
}
#wrapper-content .owl-prev {
	width:10px;
	height:10px;
	background:transparent url("/img/system/arrow-b-s-prev.svg") no-repeat scroll center center;
	display:inline-block;
	padding:10px;
	margin-right:40px;
}
.no-svg #wrapper-content .owl-prev {
    background-image:url("/img/system/arrow-b-s-prev.png");
}
#wrapper-content .owl-next {
	width:10px;
	height:10px;
	background:transparent url("/img/system/arrow-b-s-next.svg") no-repeat scroll center center;
	display:inline-block;
	padding:10px;
}
.no-svg #wrapper-content .owl-next {
    background-image:url("/img/system/arrow-b-s-next.png");
}
#wrapper-content .owl-dot {
	display:inline-block;
	padding:5px;
}
/*#wrapper-content .owl-dot span {*/
/*	width:10px;*/
/*	height:10px;*/
/*	padding:10px;*/
/*	background:transparent url("/img/system/owl-dot.png") no-repeat scroll center center;*/
/*	display:block;*/
/*}*/
/*#wrapper-content .owl-dot.active span,*/
/*#wrapper-content .owl-dot:hover span {*/
/*	background-image:url("/img/system/owl-dot-active.png");*/
/*}*/
#wrapper-content .owl-dot span {
	width:10px;
	height:10px;
	display:block;
    border:1px solid #0e3661;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
#wrapper-content .owl-dot.active span,
#wrapper-content .owl-dot:hover span {
	background-color:#014694;
}
/* ::: content aside ::: */
#wrapper-content aside {
	float:left;
	width:27.4%;
}
#wrapper-content aside .link {
	background-image:url("/img/system/arrow-black-s-next.svg");
	display:block;
    background-repeat: no-repeat;
    background-position: right 6px;
    padding: 0 13px 0 0;
}
.no-svg #wrapper-content aside .link {
    background-image:url("/img/system/arrow-black-s-next.png");
}
#wrapper-content aside .link:hover {
    text-decoration:none;
}
#teaser-fast-lane, .teaser-box {
	background-color:#fefefe;
	margin-bottom:20px;
	padding:20px 20px 10px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
    overflow:hidden;
}
.teaser-fast-lane-item, .teaser-linklist-item, .teaser-item {
    display:block;
	border-bottom:1px solid #cbcbcb;
	padding:12px 0 10px;
	color:#1a1a1a;
}
#wrapper-content aside .teaser-fast-lane-item:first-child,
#wrapper-content aside .teaser-linklist-item:first-child,
.teaser-item:first-child {
    margin-top:-10px;
}
#wrapper-content aside .teaser-fast-lane-item:last-child,
.teaser-item:last-child {
	border-bottom:none;
}
.teaser-fast-lane-item:hover,
.teaser-linklist-item:hover {
    background-image: -moz-linear-gradient( 0deg, rgba(237,237,242,0) 0%, rgb(237,237,242) 50%, rgba(237,237,242,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(237,237,242,0) 0%, rgb(237,237,242) 50%, rgba(237,237,242,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(237,237,242,0) 0%, rgb(237,237,242) 50%, rgba(237,237,242,0) 100%);
}
.teaser-fast-click {
	/*width:26px;*/
	width:23px;
	height:23px;
	background-color:#ededf2;
	color:#1a1a1a;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	float:left;
	margin:0 1px 1px 0;
}
#teaser-fast-lane .teaser-fast-click:hover {
	background-color:#004996;
	color:#fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#teaser-dates-wrapper,
#teaser-dates-search-wrapper {
	background-color:#fefefe;
	margin-bottom:20px;
	padding:20px 5px 5px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
}
#teaser-dates,
#teaser-dates-search {
	padding:0 15px;
}
#teaser-dates-title {
    border-bottom:1px solid #cbcbcb;
    padding-bottom:10px;
    position:relative;
    z-index:1;
}
#teaser-dates-title input {
    width:100%;
    padding:0 29px 0 0;
    border:none;
	/*background:transparent url("/img/system/magnifying-b.svg") no-repeat scroll right center;*/
}
.no-svg #teaser-dates-title input {
    /*background-image:url("/img/system/magnifying-b.png");*/
}
#submit_termin_search_icon {
    	background:transparent url("/img/system/magnifying.svg") no-repeat scroll center center;
    	display:block;
    	width:22px;
    	height:22px;
    	position:absolute;
    	z-index:1;
    	top:0;
    	right:0;
    	cursor:pointer;
}
.no-svg #submit_termin_search_icon {
    	background:transparent url("/img/system/magnifying.png") no-repeat scroll center center;
}
#teaser-dates-calendar {
    border-bottom:1px solid #cbcbcb;
    padding-bottom:10px;
}
#teaser-dates-calendar input {
    border:none;
    padding:6px 0 0;
    width:33%;
    font-weight:bold;
}
#teaser-dates-calendar label {
    width:37%;
}
#teaser-dates-calendar img {
    float:right;
    cursor:pointer;
    margin-top:7px;
}
#teaser-dates-dd {
    padding-bottom:10px;
}
#teaser-dates-dd select {
    border:none;
    padding:6px 0 0;
    width:63%;
}
#teaser-dates-dd label {
    width:37%;
}
.dates-list-item {
    border-bottom:1px solid #cbcbcb;
    padding-bottom:30px;
    margin-bottom:30px;
}

.dates-list-item p{
    margin-bottom:15px;
}

.dates-list-item:last-child {
    border-bottom:none;
    padding-bottom:0;
}
.dates-list-item + time {
    margin-top:-30px;
}
.dates-list-item.dates-detail {
    margin-bottom:0;
}
.dates-list-item-l {
    float:left;
    position:relative;
    z-index:1;
    width:35%;
}
.dates-list-item-l img {
    width:100%;
}
.dates-list-item-l a:not(.gallery) {
    background: none;
    padding: 0;
}
.dates-list-item-l a.gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.dates-list-item-l a.gallery:after {
    /*content: '+';*/
    /*z-index: 2;*/
    /*position: absolute;*/
    /*right: 5px;*/
    /*bottom: 5px;*/
    /*font-weight:36px;*/
    /*color: #fff;*/
    /*line-height: 1em;*/
    /*font-weight: bold;*/
    /*font-family: Verdana;*/
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 3px;
    right: 3px;
    width: 19px;
    height: 19px;
    background: url(/img/system/icons/zoombox-overath.svg) 0 0 no-repeat;
}


figure.zoomable > span.figurewrapper:after, 
figure.gallery > span.figurewrapper:after {
    bottom: 3px;
    right: 3px;
    pointer-events: none;
}


figure.zoomable > span.figurewrapper:before, 
figure.gallery > span.figurewrapper:before,
.dates-list-item-l a.gallery:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: #014694;
    z-index: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.dates-list-item-l time {
    background-color:#63b32e;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    opacity:0.9;
    padding:1px 9px 2px;
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    width:100%;
}
#dates-list > time {
    background-color:#63b32e;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    opacity:0.9;
    padding:1px 9px 2px;
    width:100%;
    display:block;
    text-align:right;
    margin-bottom:30px;
}
.dates-list-item-r {
    float:left;
    margin-left:2.8%;
    width:62.2%;
}
.dates-list-item-r a,
.dates-list-item-r .link {
    background: none;
    padding: 0;
}
.dates-list-item-r .link a:not(.pdflink) {
    background: transparent url(/img/system/arrow-b-s-next.svg) no-repeat scroll right 6px;
    display: inline-block;
    padding: 0 13px 0 0;
}

.dates-list-item-r .link a.pdflink {
    background: transparent url(/img/system/arrow-b-s-down.svg) no-repeat scroll right 6px;
    display: inline-block;
    padding: 0 13px 0 0;
}

.teaser-dates-item {
    display:block;
	border-bottom:1px solid #cbcbcb;
	padding:12px 0 10px;
	color:#1a1a1a;
}
.dates-list-row-l {
    float:left;
    width:16.6%;
}
.dates-list-row-r {
    float:left;
    width:83.4%;
}
.dates-detail-float .dates-list-item-l {
    margin:0 15px 15px 0;
}
#wrapper-content aside .teaser-dates-item:first-child {
    margin-top:-10px;
}
#wrapper-content aside .teaser-dates-item:last-child {
	border-bottom:none;
}
#wrapper-content aside > article:last-child {
    margin-bottom:0;
}
.teaser-dates-item:hover {
    background-image: -moz-linear-gradient( 0deg, rgba(237,237,242,0) 0%, rgb(237,237,242) 50%, rgba(237,237,242,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(237,237,242,0) 0%, rgb(237,237,242) 50%, rgba(237,237,242,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(237,237,242,0) 0%, rgb(237,237,242) 50%, rgba(237,237,242,0) 100%);
}
.teaser-dates-item-l {
	width:22.2%;
	float:left;
	padding-right:13px;
}
.teaser-dates-item-r {
	width:77.8%;
	float:left;
}
.teaser-content-wrapper {
	background-color:#fefefe;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
	margin-bottom:20px;
	padding:20px 5px 5px;
}
.teaser-content-wrapper h1 {
	margin:0 15px 15px;
}
.teaser-content-wrapper .txt {
	padding:0 15px;
}
.teaser-content-wrapper h2 {
	margin:0 15px 0;
}
/* ::: teaser-content owl-carousel ::: */
#teaser-owl-wrapper {
	background-color:#fefefe;
	margin-bottom:20px;
	padding:20px 20px 10px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
	text-align:center;
}
#teaser-owl {
	margin:13px 0 34px;
	display:inline-block;
}
#teaser-owl .owl-item > * {
	width:66.1%;
	margin:0 auto;
	display:block;
}
#wrapper-content #teaser-owl .owl-controls {
	margin:0;
}
#wrapper-content #teaser-owl .owl-nav {
	margin:0;
}
#wrapper-content #teaser-owl .owl-prev {
	margin:0;
	position:absolute;
	z-index:1;
	top:73px;
	left:0;
}
#wrapper-content #teaser-owl .owl-next {
	margin:0;
	position:absolute;
	z-index:1;
	top:73px;
	right:0;
}
/* ::: footer ::: */
#wrapper-footer {
	background-color:#004996;
}
footer {
	margin:0 auto;
	max-width:1132px;
	font-size:15px;
}
#footer-navi {
	padding:8px 0;
	color:#fff;
}
#footer-navi-l {
	float:left;
}
#footer-navi-l img {
	width:74px;
	height:74px;
	float:left;
	margin-right:119px;
}
#footer-navi-r {
	float:right;
}
#metanavi {
	margin-top:30px;
}
#metanavi a {
    color:#fff;
}
#metanavi a:hover {
    text-decoration:underline;
}
#metanavi ul {
	margin:0;
	padding:0;
	list-style:none;
}
#metanavi ul li {
	float:left;
	border-right:1px solid #4d80b6;
	margin-right:8px;
	padding-right:8px;
}
#metanavi ul li:last-child {
	border-right:none;
	margin-right:0;
	padding-right:0;
}
.footer-icons {
	width:74px;
	height:74px;
	display:block;
	float:left;
	text-align:center;
	padding-top:47px;
	cursor:pointer;
}


#footer-maps {
	background:transparent url("/img/system/footer-maps.svg") no-repeat scroll center center;
	background-size:cover;
}
.no-svg #footer-maps {
	background-image:url("/img/system/footer-maps.png");
}
#footer-sitemap {
	background:transparent url("/img/system/footer-sitemap.svg") no-repeat scroll center center;
	background-size:cover;
}
.no-svg #footer-sitemap {
	background-image:url("/img/system/footer-sitemap.png");
}
#footer-contact {
	background:transparent url("/img/system/footer-contact.svg") no-repeat scroll center center;
	background-size:cover;
}
.no-svg #footer-contact {
	background-image:url("/img/system/footer-contact.png");
}
#footer-navi-l .footer-icons {
    opacity:0.8;
    /*opacity:1;*/
}
#footer-navi-l .footer-icons.active,
#footer-navi-l .footer-icons:hover {
    opacity:1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.footer-separator {
	width:1px;
	height:36px;
	display:block;
	float:left;
	margin:19px 12px;
	background-color:#4d80b6;
}
.footer-layer {
	color:#fff;
	padding:0 5px 30px;
	display:none;
}
.footer-layer a {
	color:#fff;
}
.footer-layer-l {
	float:left;
	margin-right:1.8%;
	width:66%;
}
.footer-layer-close {
	text-align:right;
	cursor:pointer;
}
.footer-layer-close:hover {
    text-decoration:underline;
}
.footer-layer-l #google-maps {
	width:100%;
	height:310px;
	margin-top:3px;
}
.footer-layer-r .frame {
	width:100%;
	height:310px;
	color:#1a1a1a;
	background-color:#f2f6fa;
	margin-top:22px;
	padding:16px 20px;
	overflow:auto;
}
.footer-layer-r .frame a {
    color:#014694;
}
.footer-layer-r .frame h2 {
    font-size:18px;
    margin-bottom:5px;
}
#footer-maps-layer .footer-layer-r .frame h2 {
    cursor:pointer;
}
#footer-maps-layer .footer-layer-r .frame h2:hover,
#footer-maps-layer .footer-layer-r .frame h2.active {
    text-decoration:underline;
}
.footer-layer-r {
	float:left;
	width:32.2%;
}
.maps-txt {
    border-bottom:1px solid #cbcbcb;
    padding-bottom:2px;
    margin-bottom:6px;
}
.maps-txt:last-child {
    border-bottom:none;
}
.maps-txt p {
    margin-bottom:6px;
}
.maps-txt a {
	background:transparent url("/img/system/arrow-b-s-next.svg") no-repeat scroll right 6px;
	display:inline;
	padding:0 13px 0 0;
}
.no-svg .maps-txt a {
    background-image:url("/img/system/arrow-b-s-next.png");
}
#footer-sitemap-layer .footer-layer-close {
    padding-bottom:30px;
}
#footer-sitemap-layer .footer-layer-l {
	margin-right:0;
	width:100%;
}
#footer-sitemap-layer ul {
    margin:0;
    padding:0 0 0 14px;
    -moz-column-width: 210px;
    -webkit-column-width: 210px;
    -ms-column-width: 210px;
    column-width: 210px;
}

#footer-sitemap-layer ul li {
    list-style:disc;
    
}

#footer-sitemap-layer ul ul{
    padding-left:30px;
}

#footer-sitemap-layer .footer-layer-l > ul > li {
    /*float:left;*/
    /*width:25%;*/
    margin-bottom:40px;
    padding-right:30px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
#footer-sitemap-layer a:hover {
    text-decoration:underline;
}
.maps-txt-l {
    float:left;
    width:50%;
    padding-right:8px;
}
.maps-txt-r {
    float:left;
    width:50%;
    padding-left:8px;
}
#footer-maps-layer .geo {
    display:none;
}
.footer-layer-l .footer-layer-close {
    font-size:15px;
}
#footer-contact-layer .footer-layer-l .footer-layer-close {
    width:74.3%;
}
.footer-layer-l {
    font-size:18px;
}
.footer-layer-l fieldset .row {
    width:74.3%;
}
.footer-layer-l fieldset input.text,
.footer-layer-l fieldset textarea.text,
.footer-layer-l fieldset select.text {
    background:#336dab none repeat scroll 0 0;
    border:1px solid #4d80b6;
    color:#fff;
    width:65.5%;
}
.footer-layer-l fieldset input.text.zipcode {
    width:24.3%;
}
.footer-layer-l fieldset input.text.city {
    width:74.7%;
}
.footer-layer-l fieldset div.radioButtonListWrapper,
.footer-layer-l fieldset div.plzort,
.footer-layer-l fieldset div.captcha div {
    width:65.5%;
}
.footer-layer-l fieldset div.absenden {
    float:left;
    margin-top:-44px;
}
.footer-layer-l fieldset div.absenden a {
    float:right;
    background:none;
    background-color:#bfd1e5;
    border:1px solid #fff;
    width:auto;
}
.footer-layer-l fieldset .captcha input {
    width:140px;
    position:relative;
    z-index:9999;
}
/* ::: showcase ::: */
#showcase {
	position:relative;
	z-index:1;
	margin-bottom:-130px;
}
#empty-showcase {
    height:100px;
    display:block;
}
.showcase-item {
	width:100%;
}
.showcase-item-img {
	width:100%;
	height:773px;
	display:block;
	background:transparent url("/img/nicht-loeschen/keyvisual-01.jpg") no-repeat scroll center center;
	background-size:cover;
}
.wrapper-showcase-item-txt {
	margin:0 auto;
	max-width:1132px;
	position:relative;
	z-index:1;
}
.showcase-item-txt {
	position:absolute;
	z-index:1;
	right:0;
	bottom:220px;
	width:459px;
	padding:13px 21px 21px;
    background-color:rgba(99, 179, 46, 0.85);
    background:rgba(99, 179, 46);
	color:#fff;
	font-size:22px;
}
.showcase-item-txt a {
	display:block;
	color:#fff;
}
.showcase-item-txt h1, .showcase-item-txt h2 {
	color:#fff;
	font-size:33px;
	background:transparent url("/img/system/hl-dot-w.svg") repeat-x scroll left bottom;
	padding-bottom:10px;
	margin-bottom:15px;
	font-weight:normal;
}
.showcase-item-txt p {
    font-size:21px;
    line-height: 24px;
}
.no-svg .showcase-item-txt h1, .no-svg .showcase-item-txt h2 {
    background-image:url("/img/system/hl-dot-w.png");
}
#showcase .owl-controls {
	margin:0 auto;
	max-width:1132px;
	position:relative;
	z-index:1;
}
#showcase .owl-prev {
	width:36px;
	height:25px;
	display:block;
	position:absolute;
	z-index:1;
	right:40px;
	bottom:191px;
	background:#63b32e url("/img/system/arrow-w-s-prev.svg") no-repeat scroll center center;
    /*background-color:rgba(99, 179, 46, 0.85);*/
    /*background:rgba(99, 179, 46);*/
}
.no-svg #showcase .owl-prev {
    background-image:url("/img/system/arrow-w-s-prev.png");
}
#showcase .owl-prev:hover {
    background-color:rgba(75, 136, 35, 0.85);
    /*background:rgba(75, 136, 35);*/
    	/*background:#63b32e url("/img/system/arrow-w-s-prev.svg") no-repeat scroll center center;*/
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#showcase .owl-next {
	width:36px;
	height:25px;
	display:block;
	opacity:0.93;
	position:absolute;
	z-index:1;
    right:0;
	bottom:191px;
	background:#63b32e url("/img/system/arrow-w-s-next.svg") no-repeat scroll center center;
}
.no-svg #showcase .owl-next {
    background-image:url("/img/system/arrow-w-s-next.png");
}
#showcase .owl-next:hover {
    background-color:#4b8823;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/* ::: keyvisual ::: */
#wrapper-keyvisual {
    margin:0 auto 13px;
    max-width:1132px;
}
#wrapper-keyvisual img {
    width:100%;
}
/* ::: burger ::: */
#wrapper-burger {
	position:absolute;
	z-index:1;
	top:5px;
	right:235px;
	width:76px;
	height:80px;
	background-color:#014694;
	border:1px solid #002b59;
	cursor:pointer;
}
#wrapper-burger:hover {
    background-color:#002b59;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#burger-txt {
	color:#fff;
	text-align:center;
	font-size:15px;
	margin-top:54px;
}
#burger {
	position:absolute;
	z-index:1;
	width:40px;
	height:29px;
	top:24px;
	left:18px;
}
#burger span {
	margin-top: 0;
	position: absolute;
	z-index:1;
	top: 5px;
	left: 0;
	display: block;
	width: 40px;
	height: 6px;
	background-color: #fff;
	-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;
}
#burger.active span {
	background-color: transparent;
}
#burger span:before,
#burger 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;
}
#burger span:before {
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
	background: #fff;
}
#burger span:after {
	-webkit-transform: translateY(200%);
	transform: translateY(200%);
	background: #fff;
}
#burger.active span:before {
	-webkit-transform: translateY(0) rotate(135deg);
	transform: translateY(0) rotate(135deg);
}
#burger.active span:after {
	-webkit-transform: translateY(0) rotate(225deg);
	transform: translateY(0) rotate(225deg);
}
/* ::: navi ::: */
#navi {
	margin-bottom:91px;
}
#navi ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navi a {
	color:#1a1a1a;
	font-size:21px;
	font-family: 'PT Serif';
	display:inline-block;
	padding:8px 21px 7px 0;
	width:258px;
	cursor:pointer;
}
#navi a.pdflink {
	background-position:right 14px;
	background-image:url("/img/system/arrow-b-s-down-spacer.svg");
	padding-right:31px;
}
.no-svg #navi a.pdflink {
	background-image:url("/img/system/arrow-b-s-down-spacer.png");
}
#navi li.selected > a,
#navi li a:hover {
	color:#014694;
}
#navi > ul {
	background:transparent url("/img/system/bg-navi.svg") repeat-y scroll right center;
}
.no-svg #navi > ul {
    background-image:url("/img/system/bg-navi.png");
}
#navi > ul > li {
	border-bottom:1px solid #adadb1;
}
#navi > ul > li:last-child {
	border-bottom:none;
}
#navi ul ul {
	display:none;
}
#navi ul ul a {
	font-size:17px;
	padding-left:21px;
}
#navi ul ul ul a {
	font-size:14px;
	padding:7px 21px 6px 21px;
	font-family: 'Quattrocento Sans',sans-serif;
}
#navi ul ul ul {
    margin-bottom:15px;
}
#navi .expand-navi {
    background:transparent url("/img/system/bg-navi-arrow-down.svg") no-repeat scroll center;
    width:33px;
    height:41px;
    display:none;
    float:right;
    cursor:pointer;
}
.no-svg #navi .expand-navi {
    background-image:url("/img/system/bg-navi-arrow-down.png");
}
#navi li.has-child > .expand-navi {
    display:inline-block;
}
#navi li.has-child.active > .expand-navi {
    background-image:url("/img/system/bg-navi-arrow-up.svg");
}
.no-svg #navi li.has-child.active > .expand-navi {
    background-image:url("/img/system/bg-navi-arrow-up.png");
}
#skyscraper img {
	width:120px;
	height:auto;
	max-width:100%;
}
/* ::: contentpage ::: */
#contentpage {
	background-color:#fefefe;
	margin-bottom:20px;
	padding:20px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
}
/* ::: breadcrumb ::: */
#breadcrumb {
    margin:0 auto 14px;
    max-width:1132px;
    font-size:15px;
}
#breadcrumb a:hover {
    text-decoration:underline;
}
#breadcrumb ol {
    margin:0;
    padding:0;
    list-style:none;
}
#breadcrumb ol li {
    float:left;
    margin-right:8px;
    padding-right:8px;
    border-right:1px solid #1a1a1a;
}
#breadcrumb ol li:last-child {
    margin-right:0;
    padding-right:0;
    border-right:none;
}
#breadcrumb-txt {
	background:transparent url("/img/system/icon-logo.svg") no-repeat scroll right center;
	float:left;
	padding-right:41px;
	margin-right:5px;
}
.no-svg #breadcrumb-txt {
    background-image:url("/img/system/icon-logo.png");
}
/* ::: familien-netz ::: */
#familien-netz-form input.text {
    float:left;
}
.familien-netz-check {
    float:left;
    width:50%;
}
.familien-netz-check label {
    padding-top:0;
    margin:0 20px 0 0;
}
.familien-netz-check input {
    float:left;
    margin:3px 10px 0 0;
    width:auto;
}
.familien-netz-item .list-img {
    width:25%;
    margin-bottom:0;
    text-align:right;
}
.familien-netz-item .list-img img {
    width:auto;
    max-width:100%;
}
/* ::: termine ::: */
#suggest-date div.button {
    display:inline-block;
    float:right;
    padding:8px 24px;
}
#suggest-date-image .form-splitter-r {
    overflow:hidden;
}
#suggest-date .ui-datepicker-trigger {
    margin:5px 0 0 10px;
    cursor:pointer;
}
/* ::: custom ui ::: */
.generate-ui-tab,
.generate-ui-tab * {
    border-radius:initial;
}
.generate-ui-tab {
    padding:0;
    border:none;
}
.ui-tabs .ui-tabs-nav {
    padding:0;
    border:none;
    background:none;
}
.ui-tabs .ui-tabs-nav li {
    margin:0;
}
.ui-widget-content {
    color:#1a1a1a;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
    background:none;
    border-color:#e0e0e5;
}
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header 
.ui-state-active {
    background:#f9f9fa none repeat scroll 0 0;
    border-color:#e0e0e5;
}
.ui-tabs .ui-tabs-panel {
    background-color:#f9f9fa;
    border:1px solid #e0e0e5;
    padding:25px 30px;
}
.ui-state-default a, 
.ui-state-default a:link, 
.ui-state-default a:visited {
    color:#878787;
}
.ui-state-active a, 
.ui-state-active a:link, 
.ui-state-active a:visited {
    color:#1a1a1a;
}
.ui-tabs .ui-tabs-nav li a {
    padding:2px 30px 0;
}
.ui-accordion * {
    border-radius:initial;
}
.ui-accordion .ui-state-default, 
.ui-accordion .ui-widget-content .ui-state-default, 
.ui-accordion .ui-widget-header .ui-state-default {
    border-color:#e0e0e5;
    background-color:#f9f9fa;
}
.ui-accordion .ui-state-active, 
.ui-accordion .ui-widget-content .ui-state-active, 
.ui-accordion .ui-widget-header .ui-state-active {
    border-bottom-color:#f9f9fa;
}
.ui-accordion .ui-accordion-header {
    padding:23px 78px 21px 30px;
    background:transparent url("/img/system/bg-accordion-arrow-down.svg") no-repeat scroll right center;
}
.no-svg .ui-accordion .ui-accordion-header {
    background-image:url("/img/system/bg-accordion-arrow-down.png");
}
.ui-accordion .ui-accordion-header.ui-state-active {
    background-image:url("/img/system/bg-accordion-arrow-up.png");
}
.no-svg .ui-accordion .ui-accordion-header.ui-state-active {
    background-image:url("/img/system/bg-accordion-arrow-up.png");
}
.ui-accordion .ui-accordion-header a {
    color:#014694;
    font-size:21px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display:none;
}
#wrapper-content .ui-accordion h2.ui-accordion-header {
    margin:10px 0 0 0;
    background-color:#f9f9fa;
}
.ui-accordion .ui-accordion-content {
    border-color:#e0e0e5;
    background:none;
    background-color:#f9f9fa;
    padding:0 30px 21px;
}
#contentpage > .onAccordion.ui-accordion .ui-accordion-content,
#familien-netz-form .ui-accordion .ui-accordion-content {
    padding-top:21px;
}

#contentpage > .onAccordion.ui-accordion .ui-accordion-content a{
    color: #014694;
}
/* ::: iframe-wetter-com ::: */
#iframe-wetter-com {
    margin-bottom:20px;
}
/* ::: tabelle ::: */
.tabelle,
.tabelle * {
    border-color:#e0e0e5!important;
}
.tabelle thead tr th,
.tabelle tbody tr.headline td {
    background:#f9f9fa;
    padding:5px 30px;
    font-weight:normal;
}
.tabelle tbody tr td {
    padding:5px 30px;
}
.familien-netz-check label{
        max-width: none;
}
/* ::: advertisement ::: */
#kleinanzeigen-merkzettel .doublespacer:last-child {
    display:none;
}
#kleinanzeigen-merkzettel .delete.button {
    cursor:pointer;
}
#kleinanzeigen-merkzettel .delete.button p {
    background-image:url("/img/system/arrow-w-s-close.svg");
}
.no-svg #kleinanzeigen-merkzettel .delete.button p {
    background-image:url("/img/system/arrow-w-s-close.png");
}
.advertisement-img figure.imgleft {
    width:33.3%;
    margin:0;
    padding:0 10px 13px;
}
figure.tinyHtmlEditorContentCssClass {
    width:250px;
}
.advertisement-buttons div.button {
    display: inline-block;
    padding: 8px 24px;
    cursor: pointer;
}
div.button > div.advertisement-add {
    background: transparent url("/img/system/arrow-w-s-add.svg") no-repeat scroll right 6px;
    display: inline;
    padding: 0 13px 0 0;
}
.no-svg div.button > div.advertisement-add {
    background-image:url("/img/system/arrow-w-s-add.png");
}
.advertisement-buttons div.link {
    background-image:url("/img/system/arrow-b-s-prev.svg");
}
.no-svg .advertisement-buttons div.link {
    background-image:url("/img/system/arrow-b-s-prev.png");
}
/* ::: Behoerdenlotse ::: */
#bewertung,
.kasten {
    border-top:1px solid #cbcbcb;
}
.dienststellen > ul,
.formulare > ul,
.zielgruppen > ul {
    margin:0;
    padding:0;
    list-style:none;
}
.dienststellen ul.firstlevel > li.treeitem:not(.lifix)::before,
.dienststellen ul.firstlevel > li.treeitem ul li.treeitem:not(.lifix)::before {
    display:none;
}
.ticon {
    background-color:#004996;
}
.plus::before {
    font-size:initial;
}
.minus::before {
    font-size:initial;
    line-height:31px;
}
.dienststellen ul.firstlevel > li.treeitem ul li.treeitem:not(.lifix) > a {
    margin-left:2px;
}
.dienststellen ul.firstlevel > li.treeitem:not(.lifix) > a.last {
    margin-left:32px;
}
.dienstleistungsthemen ul.firstlevel > li.treeitem ul {
    padding-left: 31px;
    margin-top: 5px;
}
.dienstleistungsthemen ul.firstlevel > li.treeitem ul li.treeitem ul {
    padding-left: 26px;
}
.treeitem.has-child {
    list-style:none;
}
.clap-head {
    font-size:18px;
}
/* ::: Overath intern ::: */
#familienAccordion>div>label {
	cursor: pointer;
	display: block;
	margin-bottom: .125em;
	padding: .25em 1em;
	z-index: 20;
	font-weight:bold;
}
#familienAccordion input:checked + label {
	margin-bottom: 0;
}
#familienAccordion section {
	height:0px;
	overflow:hidden;
	z-index:10;
}
#familienAccordion section p {
	padding: 1em;
}
#familienAccordion input:checked ~ section {
	height: auto;
	margin-bottom: .125em;
}
.upload input.text {
    border:none;
    padding:0;
    background:none;
}
.upload a {
    display:none;
}
.upload-img {
    width:75.7%;
    float:right;
}
.upload-img img {
    max-width:25%;
}
.upload input + br + label {
    display:none;
}
.link.delete-institution a {
    cursor:pointer;
}
.institution-item {
    border-bottom:1px solid #cbcbcb;
    padding:12px 0 10px;
}
.institution-item:last-child {
    border-bottom:none;
}
.institution-item-l,
.institution-detail-l {
    float:left;
    width:75%;
}
.institution-item-r,
.institution-detail-r {
    float:left;
    width:25%;
    text-align:right;
}
.institution-item-r img,
.institution-detail-r img {
    max-width:100%;
}
#imgmap {
    width:100%;
}
/* ::: voice-reader ::: */
#voice-reader {
    position:absolute;
    z-index:1;
}
.vrweb_icon {
    display:none;
}
.vrweb_settings_wrapper {
    z-index:4!important;
}
/* ::: service ::: */
#service-abc .teaser-fast-click:hover {
	background-color:#004996;
	color:#fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/* ::: Vereinsuche ::: */
.vereinsuche fieldset.search label.label,
.vereinsuche fieldset.search label {
    width:250px;
}
.vereinsuche fieldset.search input,
.vereinsuche fieldset.search select {
    width:300px;
}
.vereinsuche .suche-item p a {
    color:#014694;
}
.logo-verein {
    float:right;
    margin-left:10px;
    max-width:25%;
}

.privacy {
  margin: 20px 0;
}
.privacy input {
    float: none;
    display: inline-block;
    margin: 0 5px 5px 0;
    position: relative;
    top: 1px;
}
.privacy label {
    float: none;
    width: auto;
    max-width: none;
    display:inline;
}

.mapModule {
    width: 100%;
    height: 200px;
    position: relative;
}
#mapBaustein {
    height: 100%;
}
/* Stellenagebote */
.safari-fix:not(.show) {
    display: none;
}

.safari-fix.show ~ iframe {
    display: none!important;
}

iframe {
    max-width: 100%;
}


/* News-Ticker */
.news-ticker {
    background: rgba(99, 179, 46,1);
    color: #000!important;
    font-size: 18px;
    line-height: 22px;
    /*padding: 7px;*/
    margin: 0 0 10px;
    height: 40px;
    line-height: 28px;
    width: calc(100% - 1px)!important;
}


.news-ticker a {
    color: #000;
    text-decoration: underline;
}

.news-ticker ul {
    margin: 0;
    /*overflow: hidden;*/
    padding: 0;
    padding: 7px;
}

.news-ticker ul li {
    display: inline-block;
    list-style: none;
}

.news-ticker ul li:before {
    content: '+++';
    margin: 0 10px;
    display: inline-block;
}

.news-ticker ul li:last-child:after {
    content: '+++';
    margin: 0 10px;
    display: inline-block;
}

.cmplazypreviewmsginner label {
    float:inherit;
}

.youtube .cmplazypreviewiframe {
    position: absolute;
}

.newsletter-form{
    margin-top:30px;
}

.newsletter-form select.text{
    width: 75.7%;
    height:32px;
}

.newsletter-form .button-group{
    margin-bottom:30px;
}

/*.newsletter-form .button-group a{*/
/*    margin-right:30px;*/
/*}*/
.newsletter-form .button-group a:last-child{
    margin-right:0;
}

.abmelden-link {
    margin-top: 30px;
}
.abmelden-link:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .newsletter-form select.text{
        width: 100%;
        height:32px;
    }
 
}

.newsletter-form  .button{
    display:inline-block;
}

.newsletter-form .button-s {
    text-align:right;
}


.form--anmeldung .row--label{
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.form--anmeldung .row--checkbox label{
    width:100%;
    max-width:250px;
    float:left;
}

.form--anmeldung .row--checkbox{
    
}

.form--anmeldung .row--label label{
    float:none;
    max-width:100%;
    width:100%;
    display:block;
    margin-bottom:10px;
}

.form--anmeldung .row--label p{
    font-weight:normal;
}

/*@media only screen and (max-width: 360px) {*/
    .form--anmeldung .row--checkbox label{
        float:none;
        margin-left:20px;
    }
    .form--anmeldung .row--checkbox{
            display: flex;
            justify-content: flex-end;
            flex-direction: row-reverse;
                align-items: center;
                width:100%;
                max-width:100%;
    }
    
/*}*//* desktop sd */
@media only screen and (max-width : 1132px) {
    
.dates-list-row-l,
.dates-list-row-r {
    float:none;
    width:100%;
}
#wrapper-burger {
    right:10px;
}
header {
	margin:0 10px;
}
#wrapper-content {
    margin:0 10px 50px;
}
#breadcrumb {
    margin:0 10px 14px
}
footer {
	margin:0 10px;
}
#frame-navi {
    padding-right:10px;
}
#navi a {
    width:248px;
}
.showcase-item-txt {
    right:10px;
    padding:3px 21px;
}
#showcase .owl-prev {
    right:50px;
}
#showcase .owl-next {
    right:10px;
}
.owl-carousel .owl-item img.arrow {
    width:13px;
    height:13px;
}
    
}@media only screen and (max-width: 1024px) {
  #wrapper-search {
    display: none;
  }
  .mobile-only {
    display: block;
    width: 90px;
    height: 90px;
    float: left;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    margin-right: 20px;
    background: transparent url(/img/system/magnifying.svg) no-repeat scroll center center;
    background-size: 28px;
    background-position: 30px 23px;
  }
  .mobile-only:hover {
    background: transparent url(/img/system/magnifying-w.svg) no-repeat scroll center center;
    background-size: 28px;
    background-position: 30px 23px;
  }
}
@media only screen and (max-width: 930px) {
  header > a {
    margin-right: 5px;
  }
  #wrapper-search {
    margin: 30px 5px 0px;
    max-height: 100%;
    padding: 0;
  }
  #wrapper-search input {
    height: 40px;
  }
  #search-click {
    margin-top: 10px;
  }
}
/* tablet */
@media only screen and (max-width: 767px) {
  /*.desktop-only{*/
  /*    display:none;*/
  /*}*/
  #bus,
  #weather,
  #language,
  #text-to-speech {
    background-position: center center !important;
  }
  .mobile-only {
    text-indent: 0px;
    background-size: 17px !important;
    background-position: center center;
  }
  .mobile-only:hover {
    background-size: 21px !important;
    background-position: center center;
  }
  .mobile-only img {
    float: none;
  }
  .mobile-only,
  .mob-only,
  .desktop-only {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    padding-top: 45px;
    background-size: initial;
    margin-right: 5px;
  }
  #wrapper-search {
    float: none;
    margin: 0 auto;
    max-height: 40px;
  }
  body,
  body .ui-widget,
  input,
  textarea,
  select {
    font-size: 17px;
  }
  h1,
  .h1,
  #wrapper-content .h1 {
    font-size: 21px;
  }
  h2 {
    font-size: 20px;
  }
  #burger-txt,
  #showcase .owl-controls,
  .showcase-item-txt p,
  #footer-navi-l .footer-icons,
  .footer-separator,
  .footer-layer {
    display: none!important;
  }
  #wrapper-content section,
  #wrapper-content aside,
  #footer-navi-l,
  #footer-navi-r,
  #teaser-dates-calendar label,
  #teaser-dates-dd label,
  #teaser-dates-dd select,
  .institution-item-l,
  .institution-detail-l,
  .institution-item-r,
  .institution-detail-r,
  .upload-img {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .upload-img {
    text-align: center;
  }
  .upload-img img {
    max-width: 100%;
  }
  .institution-item-r,
  .institution-detail-r,
  .familien-netz-item .list-img {
    text-align: center;
  }
  .familien-netz-item .list-img {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .home-infos-l {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #cbcbcb;
  }
  .home-infos-r {
    width: 100%;
    float: none;
    padding-left: 0;
    border-left: none;
    margin-bottom: 20px;
  }
  .home-infos-l .link {
    margin-bottom: 0;
  }
  .mobile-only {
    display: block;
  }
  #logo {
    width: 55px;
    height: 55px;
    margin-right: 10px;
  }
  .top-no #logo {
    width: 45px;
    height: 45px;
  }
  .top-yes #logo {
    width: 55px;
    height: 55px;
  }
  #wrapper-header {
    height: 45px;
  }
  #spacer-header {
    height: 45px;
  }
  #wrapper-burger {
    height: 35px;
    width: 42px;
  }
  #burger {
    height: 21px;
    width: 29px;
    left: 6px;
    top: 9px;
  }
  #burger span {
    height: 5px;
    width: 29px;
  }
  /*#wrapper-search {*/
  /*    margin:2px 0 0;*/
  /*}*/
  #search {
    font-size: 18px;
  }
  #search-click {
    vertical-align: text-top;
  }
  .showcase-item-txt {
    width: 100%;
    bottom: 0;
  }
  .showcase-item-txt h1,
  .showcase-item-txt h2 {
    background: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px;
  }
  #showcase {
    margin-bottom: 12px;
  }
  .showcase-item-img {
    height: 170px;
  }
  #home-news {
    padding-top: 4px;
  }
  .home-news-txt {
    margin: -27px 3% 30px;
    width: 94%;
  }
  footer {
    font-size: 17px;
  }
  #metanavi {
    margin-top: 0;
  }
  #metanavi ul li {
    float: none;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #4d80b6;
    margin: 0;
    padding: 9px 0 7px;
  }
  #metanavi ul li:last-child {
    border: none;
  }
  label {
    float: none;
    max-width: 100%;
    display: block;
  }
  div.infotext,
  input.text,
  textarea.text,
  select.text,
  .form-splitter-r,
  fieldset.search input.text,
  .familien-netz-check {
    float: none;
    width: 100%;
  }
  div.radioButtonListWrapper,
  div.plzort,
  div.captcha div,
  div.captcha input {
    width: 100%;
  }
  div.radioButtonWrapper {
    float: none;
  }
  fieldset div.button {
    margin-top: 0;
  }
  #suggest-date .ui-datepicker-trigger {
    margin-left: 0;
  }
  #frame-navi {
    padding-top: 45px;
  }
  fieldset.search div.button {
    margin-top: 7px;
  }
  figure.imgleft,
  figure.tinyHtmlEditorContentCssClass {
    float: none;
    margin: 0 auto 13px;
    max-width: 100%;
  }
  #wrapper-content section > article:last-child {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 550px) {
  #wrapper-search {
    max-width: 180px;
  }
  #home-news article {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .home-news-txt {
    height: auto!important;
  }
}
@media only screen and (max-width: 400px) {
  .dates-list-item-l {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .dates-list-item-l {
    margin-bottom: 15px;
  }
  .dates-list-item-r {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .dates-list-item-l .pdflink {
    display: inline;
  }
  .dates-list-item-l img {
    max-height: 174px;
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 359px) {
  #wrapper-search {
    display: none;
  }
}/**
 * @license
 * MyFonts Webfont Build ID 3144582, 2015-12-22T03:40:56-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: ITCStoneInformalCom-Med by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/itc-stone-informal/stone-inf-itc-medium/
 * Copyright: Part of this font software is copyrighted &#x00A9; 2006 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH. (c) Copyright
 * Licensed pageviews: 250,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3144582
 * 
 * © 2015 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2ffb86");

  
@font-face {font-family: 'ITCStoneInformalCom-Med';src: url('/webfonts/2FFB86_0_0.eot');src: url('/webfonts/2FFB86_0_0.eot?#iefix') format('embedded-opentype'),url('/webfonts/2FFB86_0_0.woff2') format('woff2'),url('/webfonts/2FFB86_0_0.woff') format('woff'),url('/webfonts/2FFB86_0_0.ttf') format('truetype');}/* ::: Druckversion ::: */
@media print {

#wrapper-header,
#spacer-header,
#frame-navi,
#wrapper-keyvisual,
#breadcrumb,
#wrapper-footer,
#wrapper-content aside,
#showcase,
#wrapper-content .owl-controls {
    display:none!important;
}
#print-logo {
    display:block;
}
#wrapper-content {
    margin-bottom:0;
}
#wrapper-content section {
    float:none;
    width:100%;
    margin-right:0;
}
#frame-content {
    left:0!important;
}
body {
    background-color:#fff;
}
#contentpage,
#home-news,
#home-dates-owl article,
.home-infos {
    padding-right:0;
    padding-left:0;
}
.home-news-txt .button {
    width:auto!important;
}

}.checkboxList label {
       clear:both;
       float:left;
}
.checkboxList input {
       float:left;
       margin-top:10px;
}

@media only screen and (max-width : 1130px) {
    #home-news article img {
        /*max-height: 200px;*/
        /*min-height: 200px;*/
    }
    .owl-carousel .owl-stage {
        display: flex;
    }
    
    .owl-carousel .owl-item .home-dates-owl-item,
    .owl-carousel .owl-item article {
        width: auto;
        height: 100%;
    }
}

/*@media only screen and (max-width: 767px) {*/
    
/*    #home-news article img {*/
/*        max-height: 300px;*/
/*    }*/
    
/*}*/body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;text-align:center;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
  url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
  url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
  url('/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
  url('/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}.protect_info {
  position: relative;
}
.protect_info .pi_text {
  position: absolute;
  background: #e2e2e2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  overflow: auto;
}
.protect_info .pi_text p {
  max-width: 100% !important;
  margin: 0 auto;
  text-align: center;
  width: auto !important;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.protect_info .pi_text .loaddata,
.protect_info .pi_text .loaddataa,
.protect_info .pi_text .loaddataa-no {
  display: block;
  width: 260px;
  border: none;
  border-radius: 0;
  background: #008854;
  color: #fff;
  font-weight: 100;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 25px;
  text-shadow: none;
  margin: 0 auto;
  margin-top: 10px;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.1em;
}
.protect-info-wr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
}
.protect-info-wr .protect_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.protect-info-wr .protect_info .pi_text {
  position: static;
  padding: 20px;
  max-width: 600px;
}
.protect-info-wr .protect_info .pi_text .loaddataa-no {
  background: #B8B8B8;
}
.protect-info-wr .protect_info .pi_text .loaddataa,
.protect-info-wr .protect_info .pi_text .loaddataa-no {
  display: inline-block;
}
#vrweb_hover_player_0 {
  z-index: 100;
}/* pt-serif-regular - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/pt-serif-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Serif'), local('PTSerif-Regular'),
       url('/fonts/pt-serif-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/pt-serif-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/pt-serif-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/pt-serif-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/pt-serif-v12-latin-regular.svg#PTSerif') format('svg'); /* Legacy iOS */
}

/* pt-serif-italic - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/pt-serif-v12-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('PT Serif Italic'), local('PTSerif-Italic'),
       url('/fonts/pt-serif-v12-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/pt-serif-v12-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/pt-serif-v12-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/pt-serif-v12-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/pt-serif-v12-latin-italic.svg#PTSerif') format('svg'); /* Legacy iOS */
}

/* pt-serif-700 - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/pt-serif-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local('PT Serif Bold'), local('PTSerif-Bold'),
       url('/fonts/pt-serif-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/pt-serif-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/pt-serif-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/pt-serif-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/pt-serif-v12-latin-700.svg#PTSerif') format('svg'); /* Legacy iOS */
}

/* pt-serif-700italic - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/pt-serif-v12-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('PT Serif Bold Italic'), local('PTSerif-BoldItalic'),
       url('/fonts/pt-serif-v12-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/pt-serif-v12-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/pt-serif-v12-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/pt-serif-v12-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/pt-serif-v12-latin-700italic.svg#PTSerif') format('svg'); /* Legacy iOS */
}

/* quattrocento-sans-regular - latin */
@font-face {
  font-family: 'Quattrocento Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/quattrocento-sans-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Quattrocento Sans'), local('QuattrocentoSans'),
       url('/fonts/quattrocento-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/quattrocento-sans-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/quattrocento-sans-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/quattrocento-sans-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/quattrocento-sans-v13-latin-regular.svg#QuattrocentoSans') format('svg'); /* Legacy iOS */
}

/* quattrocento-sans-italic - latin */
@font-face {
  font-family: 'Quattrocento Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/quattrocento-sans-v13-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Quattrocento Sans Italic'), local('QuattrocentoSans-Italic'),
       url('/fonts/quattrocento-sans-v13-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/quattrocento-sans-v13-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/quattrocento-sans-v13-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/quattrocento-sans-v13-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/quattrocento-sans-v13-latin-italic.svg#QuattrocentoSans') format('svg'); /* Legacy iOS */
}

/* quattrocento-sans-700 - latin */
@font-face {
  font-family: 'Quattrocento Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/quattrocento-sans-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Quattrocento Sans Bold'), local('QuattrocentoSans-Bold'),
       url('/fonts/quattrocento-sans-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/quattrocento-sans-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/quattrocento-sans-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/quattrocento-sans-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/quattrocento-sans-v13-latin-700.svg#QuattrocentoSans') format('svg'); /* Legacy iOS */
}

/* quattrocento-sans-700italic - latin */
@font-face {
  font-family: 'Quattrocento Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/quattrocento-sans-v13-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Quattrocento Sans Bold Italic'), local('QuattrocentoSans-BoldItalic'),
       url('/fonts/quattrocento-sans-v13-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/quattrocento-sans-v13-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/quattrocento-sans-v13-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/quattrocento-sans-v13-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/quattrocento-sans-v13-latin-700italic.svg#QuattrocentoSans') format('svg'); /* Legacy iOS */
}.marquee {
  color: #fff;
  overflow: hidden;
  cursor: default;
}