/** Generated: Tuesday, 16th of March 2021, 03:31:01 AM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/**
 * ==============================================================================
 * Helpers and mixins
 * ==============================================================================
 */
/**
 * Site helper mixins
 */
/**
 * Global helper mixins
 */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**
 * ==============================================================================
 * Configurations / Colors
 * ==============================================================================
 */
/**
 * config.less
 *
 * Site config for less
 *
 */
/**
 * ==============================================================================
 * Global Layout
 * ==============================================================================
 */
/**
 * ==============================================================================
 * Base Typo
 * ==============================================================================
 */
/**
 * ==============================================================================
 * Global Base Colors
 * ==============================================================================
 */
/* links */
/**
 * ==============================================================================
 * Normalize
 * ==============================================================================
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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 {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * 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;
}
/**
 * ==============================================================================
 * Base Rules
 * ==============================================================================
 */
/*********************************************************************
 * Base General HTML tags
 *
 */
* {
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
  font-family: 'FFScalaSansWebRegular', sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  color: #444444;
}
section,
article {
  margin: 0 0 1.5em 0;
}
img {
  max-width: 100%;
}
h1 {
  font-size: 2.375em;
  font-weight: 400;
  line-height: 1.26315789em;
  margin-top: 0.63157895em;
  margin-bottom: 0.63157895em;
  color: #6f6f6f;
}
@media only screen and (max-width: 42em) {
  h1 {
    font-size: 1.58333333em;
  }
}
h2 {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.71428571em;
  margin-top: 0em;
  margin-bottom: 0.85714286em;
  color: #6f6f6f;
}
h3 {
  font-size: 1.3125em;
  font-weight: 400;
  line-height: 1.14285714em;
  margin-top: 0em;
  margin-bottom: 1.14285714em;
  color: #6f6f6f;
}
h4 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
  margin-top: 0em;
  margin-bottom: 1.4em;
  color: #6f6f6f;
}
h5 {
  font-size: 1.3125em;
  font-weight: 400;
  line-height: 1.14285714em;
  margin-top: 0em;
  margin-bottom: 1.14285714em;
  color: #797979;
  font-style: italic;
}
p {
  margin: 0 0 1.5em 0;
}
a {
  color: #797979;
  text-decoration: none;
  font-family: 'FFScalaSansWebBold', sans-serif;
  font-weight: normal;
}
a:hover {
  color: #cc0000;
  text-decoration: underline;
}
b,
strong {
  font-family: 'FFScalaSansWebBold', sans-serif;
  font-weight: normal;
}
blockquote {
  margin-left: 0;
  padding-left: 1.5em;
  padding-right: 2em;
  border-left: 4px solid #ddd;
  font-style: italic;
  color: #777;
}
pre,
code {
  background: #eee;
  border: 1px solid #ddd;
}
pre {
  font-size: 14px;
  line-height: 1.4;
  padding: 1em;
  border-left: 4px solid #ddd;
}
figure {
  margin: 0 0 1em 0;
}
figure img {
  width: auto;
  max-width: 100%;
}
figure figcaption {
  font-size: smaller;
}
figure figcaption p {
  margin-bottom: 0;
}
article ul {
  padding: 0 1.5em;
  list-style-type: square;
}
button,
input,
select,
textarea {
  font-family: 'FFScalaSansWebRegular', sans-serif;
}
time {
  font-style: italic;
  font-weight: 300;
  display: block;
  margin-bottom: 0.5em;
}
author {
  font-style: italic;
  font-weight: 300;
  display: block;
  margin-bottom: 0.5em;
}
/**
 * ==============================================================================
 * Utilities
 * ==============================================================================
 */
/*! PocketGrid 1.1.0
* Copyright 2013 Arnaud Leray
* MIT License
*/
/* Border-box-sizing */
.block-group,
.block,
.block-group:after,
.block:after,
.block-group:before,
.block:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Clearfix */
.block-group {
  *zoom: 1;
}
.block-group:before,
.block-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.block-group:after {
  clear: both;
}
.block-group {
  /* ul/li compatibility */
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* Nested grid */
.block-group > .block-group {
  clear: none;
  float: left;
  margin: 0 !important;
}
/* Default block */
.block {
  float: left;
  width: 100%;
}
/**
 * ==============================================================================
 * Site specific
 * Pocket grid default grid paddings
 * can be overwritten
 * ==============================================================================
 */
.block-group {
  margin: -1.5em -1.5em;
}
.block {
  padding: 1.5em 1.5em;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.pw-editlink {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 5px;
  background-color: #80a159;
  color: #fff !important;
  z-index: 1;
}
/**
 * ==============================================================================
 * Layout Rules
 * ==============================================================================
 */
/**
 *  Main Layout Wrappers
 *
 */
.header,
.menu,
.meta,
.panel,
.main,
.footerarea,
.footer {
  padding: 1em;
  max-width: 75em;
  margin: 0 auto;
}
/**
 * avoid scrollbar with overflow with block-groups
 */
.main,
.footerarea {
  overflow: hidden;
}
.header {
  padding-top: 1em;
}
.menu {
  width: 100%;
  max-width: 100%;
  clear: both;
  padding-bottom: 0;
  padding: 0 1em;
  margin-bottom: 1.75em;
}
.menu .inner {
  max-width: 75em;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .menu .inner {
    padding: 0 1em 0 1em;
  }
}
.main {
  clear: both;
}
.content {
  width: 100%;
}
.sidebar {
  width: 100%;
  border-top: 2px solid #dddddd;
}
.sidebar section:first-child,
.sidebar .sidebar-editable:first-child .widget {
  margin-top: 1.5em;
}
.footerarea {
  /*width: 100%;
    max-width: 100%;*/
  clear: both;
  padding: 0;
  margin-top: 2.5em;
}
.footerarea .footerarea-container {
  padding: 0 1em;
  margin: 0 auto;
  max-width: 75em;
}
.footerarea .box-links,
.footerarea .box-address {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .footerarea .box-links {
    width: 65%;
  }
  .footerarea .box-address {
    width: 35%;
  }
}
.footer {
  clear: both;
  width: 100%;
  max-width: 100%;
  padding: 0 1em;
  margin-bottom: 0;
}
.footer .footer-container {
  padding: 0.2em 1em 0.2em 1em;
  margin: 0 auto;
  max-width: 75em;
}
.footer .footer-container .copyright {
  float: left;
  margin: 0.5em 0;
  width: 50%;
}
.footer .footer-container .social-links {
  float: right;
  margin: 0;
}
.footer .footer-container .social-links i:before {
  margin: 0 0 0 0.1em;
}
/**
 * ==============================================================================
 * Media Queries
 * ==============================================================================
 */
@media only screen and (min-width: 48em) {
  body.has-sidebar .content {
    width: 65%;
  }
  body.has-sidebar .sidebar {
    border-top: none;
    width: 35%;
  }
}
@media only screen and (min-width: 64em) {
  .menu {
    padding: 0;
    margin-bottom: 0;
  }
}
.grid-2col .block,
.grid-3col .block {
  width: 100%;
}
.grid-2col[min-width="41em"] .block {
  width: 50%;
}
.grid-2col[min-width="41em"] .block:nth-child(2n+1) {
  clear: left;
}
.grid-3col[min-width="41em"] .block {
  width: 33.333%;
}
.grid-3col[min-width="41em"] .block:nth-child(3n+1) {
  clear: left;
}
.grid-3col[max-width="41em"] .publication {
  width: 33.333%;
}
.grid-3col[max-width="41em"] .publication:nth-child(3n+1) {
  clear: left;
}
/**
 * ==============================================================================
 *  Module Rules
 * ==============================================================================
 */
/**
 * Version Alert
 * ------------------------------------------------------------------------------
 */
.devVersionAlert {
  width: 100%;
  background-color: transparent;
  position: -webkit-sticky;
  position: sticky;
  top: 3px;
  text-align: center;
}
.devVersionAlert p {
  margin: 0;
  border: 3px solid #f00;
  width: 200px;
  color: #f00;
  font-weight: bold;
  font-size: 1em;
}
/**
 * Logo
 * ------------------------------------------------------------------------------
 */
.logo {
  display: inline;
  float: left;
  width: 40%;
}
.logo img {
  max-width: 225px;
}
.region-header .logo {
  width: 100%;
}
p.region-name {
  font-family: 'FFScalaSansWebBold', sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  padding-bottom: 0.2em;
  margin-bottom: 0;
}
/**
 * Metanavigation
 * ------------------------------------------------------------------------------
 */
.metanav {
  display: none;
  list-style-type: none;
  margin: 0 0 1em 1em;
  padding: 0;
  float: right;
}
.metanav li {
  display: block;
  padding: 0;
  margin: 0;
  float: left;
  line-height: 1;
  border-right: 1px solid #aaaaaa;
}
.metanav li a {
  color: #797979;
  display: inline-block;
  padding: 0.2em 0.7em;
  line-height: 1;
}
.metanav li a:hover {
  color: black;
}
.metanav li:last-child {
  border-right: none;
}
.metanav li.current a {
  color: #000000;
}
/**
 * Langauge Switch
 * ------------------------------------------------------------------------------
 */
.langnav {
  list-style-type: none;
  margin: 0 0 1em 1em;
  padding: 0;
  float: right;
}
.langnav li {
  display: block;
  padding: 0;
  margin: 0;
  float: left;
  line-height: 1;
  background-image: url("/site/templates/img/handlinie_sprache.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 4px 35px;
}
.langnav li a {
  color: #797979;
  display: inline-block;
  padding: 0.6em 1em;
  line-height: 1;
  text-transform: lowercase;
}
.langnav li a:hover {
  color: black;
}
.langnav li:last-child {
  background-image: none;
}
.langnav li.current a {
  font-family: 'FFScalaSansWebBold', sans-serif;
  font-weight: normal;
  color: black;
}
/**
 * Shortnavigation
 * ------------------------------------------------------------------------------
 */
.shortnav {
  display: none;
  clear: right;
  list-style-type: none;
  margin: 1.5em 0 0.5em 1em;
  padding: 0;
  float: right;
  font-size: 1.15em;
}
.shortnav li {
  display: block;
  padding: 0;
  margin: 0;
  float: left;
  line-height: 1;
}
.shortnav li a {
  color: #cc0000;
  display: inline-block;
  padding: 0.2em 0.75em;
  line-height: 1;
  text-transform: lowercase;
}
.shortnav li a:hover {
  color: #000000;
}
.shortnav li:last-child a {
  padding: 0.2em 0 0.2em 0.75em;
}
.shortnav li.current a {
  color: #000000;
}
/**
 * --------------------------------------------------------------------------------
 * Region Header
 * --------------------------------------------------------------------------------
 */
.region {
  padding: 0 1em;
}
.region-header {
  padding: 1em 1.5em;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 50%, #f8f8f8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%, #f8f8f8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%, #f8f8f8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0);
  /* IE6-9 */
}
/**
 * --------------------------------------------------------------------------------
 * Media Queries
 * --------------------------------------------------------------------------------
 */
@media only screen and (min-width: 48em) {
  .metanav,
  .shortnav {
    display: block;
    margin: 1.3em 0 0.5em 1em;
  }
  .logo {
    width: 35%;
  }
  .logo img {
    max-width: 250px;
  }
  .region-header .logo {
    width: 70%;
  }
  .region-header .shortnav {
    margin: 0.5em 0 0.5em 1em;
  }
}
@media only screen and (min-width: 64em) {
  .metanav,
  .shortnav {
    display: block;
    margin: 1.75em 0 0.5em 1em;
  }
  .logo {
    width: 40%;
  }
  .logo img {
    max-width: 275px;
  }
  .region-header .logo {
    width: 40%;
  }
  .region-header .shortnav {
    margin: 1.85em 0 0.5em 1em;
  }
}
figure {
  margin: 0 0 1em 0;
}
figure img {
  width: auto;
  max-width: 100%;
}
figure figcaption {
  padding-bottom: 0.75em;
  font-size: smaller;
}
figure figcaption p {
  margin-bottom: 0em;
}
article .summary,
article .lead {
  font-weight: bold;
}
.align_left {
  /* for images placed in rich text editor */
  float: left;
  margin: 0 1.5em 0.5em 0;
  position: relative;
  top: 0.4em;
  max-width: 50% !important;
}
@media only screen and (max-wdith: 30em) {
  .align_left {
    display: block;
    float: none;
    margin: 1em auto;
    max-width: 100%;
  }
}
.align_right {
  /* for images placed in rich text editor */
  float: right;
  margin: 0 0 0.5em 1.5em;
  max-width: 50% !important;
}
@media only screen and (max-wdith: 30em) {
  .align_right {
    display: block;
    float: none;
    margin: 1em auto;
    max-width: 100%;
  }
}
.align_center {
  /* for images placed in rich text editor */
  display: block;
  margin: 1em auto;
  position: relative;
  top: 0.4em;
  max-width: 100%;
}
@media only screen and (max-wdith: 30em) {
  .align_center {
    display: block;
    float: none;
    margin: 1em auto;
    max-width: 100%;
  }
}
.sidebar-image {
  margin-top: -1em !important;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.content-blocks {
  clear: both;
}
.block-text {
  float: left;
  width: 55%;
}
@media only screen and (max-width: 40em) {
  .block-text {
    display: block;
    width: 100%;
  }
}
.block-infobox {
  float: right;
  width: 45%;
}
.block-infobox > .inner {
  background-color: #f3f3f3;
  padding: 0.6em 1em 1em 1em;
  margin-left: 2em;
}
@media only screen and (max-width: 40em) {
  .block-infobox > .inner {
    margin-left: 0;
  }
}
.block-infobox > .inner figure {
  margin-top: 0;
  border-bottom: 0;
}
.block-infobox > .inner h2,
.block-infobox > .inner h3,
.block-infobox > .inner h4 {
  margin-bottom: 0.5em;
}
.block-infobox > .inner ul {
  margin: -0.8em 0 0.8em -0.5em;
}
@media only screen and (max-width: 40em) {
  .block-infobox {
    display: block;
    width: 100%;
  }
}
.petition-form {
  width: 100%;
  padding: 1em 1em 0.01em 1em;
  margin-bottom: 2em;
  background-color: #f3f3f3;
}
.TextformatterVideoEmbed {
  margin: 0 0 1.5em 0;
}
h3.search-list {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.search-path {
  font-size: 0.9em;
  font-family: 'FFScalaSansWebRegular', sans-serif;
  font-weight: normal;
}
.form-error {
  margin-top: -15px;
  margin-bottom: 2em;
  padding: 10px;
  width: 100%;
  color: #000;
  font-size: 1.2em;
  background-color: #f00;
  filter: alpha(opacity=70);
  /* internet explorer */
  -khtml-opacity: 0.7;
  /* khtml, old safari */
  -moz-opacity: 0.7;
  /* mozilla, netscape */
  opacity: 0.7;
  /* fx, safari, opera */
}
.form-confirm {
  margin-bottom: 2em;
  padding: 10px;
  width: 100%;
  color: #000;
  font-size: 1.2em;
  background-color: #00CC00;
  filter: alpha(opacity=70);
  /* internet explorer */
  -khtml-opacity: 0.7;
  /* khtml, old safari */
  -moz-opacity: 0.7;
  /* mozilla, netscape */
  opacity: 0.7;
  /* fx, safari, opera */
}
.footerarea {
  background-color: transparent;
  background-image: url("/site/templates/img/handlinie.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 5px;
}
.footerarea h4 {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 125%;
  text-transform: lowercase;
}
.footerarea .box-links > .inner,
.footerarea .box-address > .inner {
  font-size: 90%;
  padding-top: 1.5em;
}
.footer {
  background-color: white;
  color: #ffffff;
}
.footer a {
  color: #eeeeee;
}
.footer a:hover {
  color: #cccccc;
}
.footer .footer-container {
  background-color: #cc0000;
}
.footer .footer-container .copyright {
  font-size: 90%;
}
.footer .footer-container .social-links {
  line-height: 1;
  font-size: 2.2em;
}
.footernav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footernav > li > a {
  color: #444444;
  display: inline-block;
  margin-bottom: 0.5em;
  font-family: 'FFScalaSansWebRegular', sans-serif;
  font-weight: normal;
  font-size: 125%;
  text-transform: lowercase;
}
.searchform {
  display: none;
  clear: right;
  float: right;
  margin: 0 0 1em 1em;
  width: 20%;
}
.searchform input {
  margin: 0;
  padding: 0.45em 0.5em;
  border: 1px solid #fff;
  width: 100%;
  background-image: url("/site/templates/img/handlinie.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 5px;
}
.searchform button {
  display: none;
}
.region-header .searchform input {
  border: 1px solid #f9f9f9;
  background-color: #f9f9f9;
}
.mob-search-button {
  display: block;
  padding: 0.3em 0.3em 0.2em 0.3em;
  float: right;
  color: white;
}
.mob-search-button i.icon-search {
  padding: 0;
  line-height: 1em;
  font-size: 2em;
}
.mob-search-button:hover {
  color: #cc0000;
  background-color: #ffcccc;
}
.searchform-mob {
  display: none;
  float: none;
  clear: both;
  width: 100%;
  padding: 0.5em;
}
.searchform-mob input {
  margin: 0;
  padding: 0.25em 0.5em;
  border: 1px solid #ccc;
  width: 100%;
}
.searchform-mob button {
  display: none;
}
@media screen and (min-width: 48em) {
  .searchform {
    display: block;
    width: 10em;
    clear: none;
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .region-header .searchform {
    margin: 0.2em 0 2em 1em;
  }
  .mob-search-button {
    display: none;
  }
}
.mood {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 200px;
  z-index: 0;
}
.mood .inner {
  position: relative;
  z-index: 1;
  padding: 1em;
  margin: 0 auto;
  max-width: 75em;
  height: 200px;
}
.mood .inner .text {
  position: absolute;
  bottom: 0;
  margin: 0 0 0.5em 0;
  width: 80%;
  font-size: 1em;
  line-height: 1.1;
  color: #fff;
}
.mood .image {
  width: 100%;
  position: relative;
  top: -100%;
  height: 200px;
  background: url("/site/templates/img/header1200.jpg") center top no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 30em) {
  .mood .inner .text {
    width: 60%;
    font-size: 1.2em;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 48em) {
  .mood {
    height: 300px;
    padding: 0;
    background-color: #cc0000;
  }
  .mood .inner {
    height: 300px;
  }
  .mood .inner .text {
    width: 50%;
    font-size: 1.5em;
    line-height: 1.2;
  }
  .mood .image {
    width: 100%;
    padding: 0;
    height: 300px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64em) {
  .mood {
    height: 400px;
  }
  .mood .inner {
    height: 400px;
  }
  .mood .inner .text {
    width: 50%;
    font-size: 2.2em;
    line-height: 1.2;
  }
  .mood .image {
    height: 400px;
  }
}
/**
 * Breadcrumb Module
 */
.breadcrumbs {
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  float: left;
  margin: 0;
  padding: 0;
}
.breadcrumbs li:after {
  content: ">";
  color: #999;
  padding-left: 0.25em;
  padding-right: 0.5em;
}
.breadcrumbs li:last-child:after {
  content: " ";
  display: none;
}
/**
 * MarkupPagerNav default styles
 *
 * Copy and paste into your own stylesheet, because this file is not actually used by anything
 * it is just here for reference.
 *
 */
.MarkupPagerNav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 1em 0;
}
.MarkupPagerNav li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  padding: 10px 0;
  background: none;
}
.MarkupPagerNav li a {
  padding: 6px 10px;
  margin: 0;
  text-decoration: none;
  border: none;
  background: #f3f3f3;
  color: ;
  font-size: 14px;
}
.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
  color: #fff;
  background: #bfbfbf;
}
.MarkupPagerNav li.MarkupPagerNavOn a {
  background: #666666;
}
.MarkupPagerNav li.MarkupPagerNavSeparator {
  border: none;
}
/**
 * ====================================================================================
 * Mobile Menu Button
 * ====================================================================================
 */
.mob-navigation-button {
  display: inline-block;
  float: left;
  color: white;
  background-color: #cc0000;
  padding: 0.5em 1em;
  margin-top: 2px;
}
.mob-navigation-button i.icon-menu {
  padding: 0;
  line-height: 1;
  font-size: 2em;
}
.mob-navigation-button:hover {
  color: #cc0000;
  background-color: white;
}
@media only screen and (min-width: 64em) {
  .mob-navigation-button {
    display: none;
  }
}
/** Metanav and Shortnav overwrite for mobile inside .menu */
.menu .shortnav,
.menu .metanav {
  border-bottom: 1px solid #aaaaaa;
  display: block;
  float: none;
  margin: 0 0 1em 0;
  padding: 0;
  clear: both;
}
@media only screen and (min-width: 48em) {
  .menu .shortnav,
  .menu .metanav {
    display: none;
  }
}
.menu .shortnav li a,
.menu .metanav li a {
  padding: 0.5em 0.9em;
  font-size: 90%;
}
/**
 * ====================================================================================
 * Main Navigation Top Level (mobile first)
 * ====================================================================================
 */
#navigation-container {
  display: none;
  background-color: white;
  position: relative;
  clear: both;
}
.navigation {
  display: block;
  clear: both;
  position: relative;
  width: 100%;
  max-width: 75em;
  margin: 0 0 1em 0;
  padding: 0;
  border-top: 1px solid white;
}
.navigation > li {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1;
  float: left;
}
.navigation > li a {
  background-color: #cc0000;
  color: white;
  font-size: 1.5em;
  font-weight: 400;
  display: block;
  width: 100%;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  border-top: 1px solid white;
}
.navigation > li a > .item_label {
  display: inline-block;
  padding: 0.8em 0.25em 0.8em 0.75em;
  line-height: 1;
}
.navigation > li a > .children_toggle {
  display: inline-block;
  float: right;
  background-color: #cc0000;
  padding: 0.8em 0.6em;
}
.navigation > li a > .children_toggle i {
  line-height: 1;
  display: inline-block;
  padding: 0;
  position: relative;
  top: -0.2em;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
}
.navigation > li a:hover > a,
.navigation > li a:focus > a,
.navigation > li a:active > a,
.navigation > li.current a {
  background-color: #cc0000;
  color: white;
}
.navigation > li a:hover > .children_toggle,
.navigation > li a:focus > .children_toggle,
.navigation > li a:active > .children_toggle,
.navigation > li.current a > .children_toggle,
.navigation > li.open > a > .children_toggle,
.navigation > li.parent > a > .children_toggle {
  background-color: #cc0000;
  color: white;
}
.navigation > li a:hover > .children_toggle i,
.navigation > li a:focus > .children_toggle i,
.navigation > li a:active > .children_toggle i,
.navigation > li.current a > .children_toggle i,
.navigation > li.open > a > .children_toggle i,
.navigation > li.parent > a > .children_toggle i {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
}
.navigation > li a:hover,
.navigation > li a:focus,
.navigation > li a:active,
.navigation > li.current a {
  background-color: #cc0000;
  color: white;
}
.navigation > li.open > a,
.navigation > li.parent > a {
  background-color: #cc0000;
  color: white;
}
/**
 * ====================================================================================
 * Subnav Levels
 * ====================================================================================
 */
.navigation ul {
  display: none;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 3147483647 !important;
}
.navigation li.parent > ul {
  display: block;
}
.navigation ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.navigation ul li a {
  display: block;
  width: 100%;
  font-size: 1em;
  overflow: hidden;
  text-transform: none;
}
.navigation ul li a .item_label {
  display: block;
  float: left;
  padding: 0.8em 0.8em 0.8em 1.5em;
  color: white;
  width: 80%;
}
.navigation ul li a .children_toggle {
  padding: 0.8em 0.73em;
  background-color: #cc0000;
  color: black;
}
.navigation ul li a .children_toggle:focus,
.navigation ul li a .children_toggle:hover,
.navigation ul li a .children_toggle:active {
  background-color: white;
}
.navigation ul li a .children_toggle:focus i,
.navigation ul li a .children_toggle:hover i,
.navigation ul li a .children_toggle:active i {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #cc0000 transparent transparent transparent;
}
.navigation ul li a .children_toggle i {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
}
.navigation ul li a:hover,
.navigation ul li a:hover span {
  background-color: white;
  color: #cc0000;
}
.navigation ul li.current > a,
.navigation ul li.current > a span {
  background-color: white;
  color: #cc0000;
}
.navigation ul ul {
  position: static;
}
.navigation ul li.parent > ul {
  display: block;
}
.navigation ul li.current > ul {
  display: block;
}
.navigation ul ul li a .item_label {
  padding-left: 2em;
}
.navigation ul ul ul li a .item_label {
  padding-left: 3em;
}
/**
 * --------------------------------------------------------------------------------
 * Media Queries
 * --------------------------------------------------------------------------------
 */
@media only screen and (min-width: 64em) {
  /**
     * Desktop Menu overwrite
     */
  #navigation-container {
    display: block !important;
  }
  .navigation {
    margin: 0 0 0 0;
  }
  .navigation li a {
    background-color: white;
    color: #cc0000;
    font-size: 1.4em;
    display: inline-block;
    border-top: 1px solid white;
  }
  .navigation ul li a {
    background-color: #cc0000;
    color: white;
  }
  .navigation > li {
    position: relative;
    display: inline;
    width: auto;
  }
  .navigation > li > a {
    border-bottom: 0;
  }
  .navigation ul li a {
    font-size: 1em;
  }
  .navigation > li > a > .item_label {
    padding: 0.6em 0.25em 0.6em 0.75em ;
  }
  .navigation > li > a > .children_toggle {
    padding: 0.4em 1em 0.4em 0.25em;
    background-color: white;
  }
  .navigation > li ul {
    display: none;
  }
  .navigation > li > ul {
    position: absolute;
    z-index: 11;
    top: 100%;
    width: 298px;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  }
  .navigation > li.parent > ul {
    display: none;
  }
}
@media only screen and (min-width: 75em) {
  .navigation > li a {
    font-size: 1.5em;
  }
  .navigation > li a > .item_label {
    padding: 0.6em 0.5em 0.6em 1em;
  }
}
.teaser {
  margin-bottom: 1.5em;
}
.teaser .inner > figure {
  border-bottom: none;
  float: left;
  width: 100%;
  margin: 0 2.5em 1em 0;
}
.teaser .inner > figure img {
  width: 100%;
  max-width: auto;
}
.teaser .inner > figure.image_big img {
  width: 100%;
}
.teaser time {
  color: #888888;
}
.teaser header > h3,
.teaser header > h4 {
  margin: 0 0 0 0;
  font-size: 1.2em;
}
.teaser .body img.align_left,
.teaser .body img.align_right {
  max-width: 100%;
}
.teaser .teaser-link {
  float: right;
}
.teaser.block {
  margin: 0;
}
.teaser[min-width="25em"] figure {
  width: 45%;
}
.teaser[min-width="25em"] figure.image_big {
  width: 100%;
}
/*
______________________________________________________________________________________
  PUBLICATION TEASERS
______________________________________________________________________________________
*/
.publication figure {
  margin-left: 2.5em;
}
.publication.top-content .publication-content {
  margin-left: 50%;
}
.publication-content header > h4 {
  font-size: 1.2em;
  font-family: 'FFScalaSansWebBold', sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  margin-top: 0em;
  margin-bottom: 0.5em;
  color: #6f6f6f;
}
/*  PUBLICATION PopUp
__________________________________________*/
.publication-content-fancybox {
  width: 100%;
  padding: 0.75em;
}
.publication-image-fancybox {
  max-width: 275px;
  float: none;
}
.publication-contentlist-fancybox {
  margin-left: 0px;
}
.publication-contentlist-fancybox ul {
  padding: 0 1.5em;
  list-style-type: square;
}
.publication-contentlist-fancybox h2 {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.25em;
  margin-top: 0em;
  margin-bottom: 0.85em;
  color: #6f6f6f;
}
.publication-contentlist-fancybox h4 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4em;
  margin-top: -0.75em;
  margin-bottom: 1em;
  color: #6f6f6f;
}
@media only screen and (min-width: 58em) {
  .publication-image-fancybox {
    float: left;
  }
  .publication-contentlist-fancybox {
    margin-left: 300px;
  }
}
.widget {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.widget > .inner > header {
  margin: 0px 0px 1.5em;
  badding-bottom: 1em;
  background-image: url("/site/templates/img/handlinie.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 5px;
}
.widget > .inner > header h3 {
  text-transform: uppercase;
  margin: 0px 0px 0.75em;
  padding: 0px 0.125em 0.5em;
}
.widget > .inner .body h3,
.widget > .inner .body h4 {
  font-size: 1.2em;
  margin: 0;
}
.widget header.widget-header-content {
  background-image: none;
}
/**
 *______________________________________________________________________________________
 *  PUBLICATION SIDEBAR
 *______________________________________________________________________________________
 */
.widget.sidebar_publicationsbox figure {
  max-width: 50%;
  float: left;
  margin-right: 1.5em;
}
.widget.sidebar_publicationsbox h3 {
  margin-top: -0.5em;
}
/**
 *______________________________________________________________________________________
 *  PUBLICATIONS FRONTSITE
 *______________________________________________________________________________________
 */
.frontpage .grid-2col.content-typ-publication figure {
  width: 30%;
}
.frontpage .grid-2col.content-typ-publication[min-width="41em"] figure {
  width: 40%;
  margin-right: 5%;
}
.frontpage .grid-2col.content-typ-publication[min-width="41em"] footer {
  margin-left: 45%;
}
.frontpage .content-typ-publication header > h4 {
  margin: 0 0 0.5em 0;
  font-size: 1.2em;
  font-family: 'FFScalaSansWebBold', sans-serif;
  font-weight: normal;
}
.frontpage .grid-1col.content-typ-publication figure {
  width: 30%;
  float: left;
}
.frontpage .grid-1col.content-typ-publication .body {
  margin-left: 33.33%;
}
.frontpage .grid-1col.content-typ-publication footer {
  text-align: right;
}
/**
 *______________________________________________________________________________________
 *  TAG CLOUSD
 *______________________________________________________________________________________
 */
.sidebar_html .body {
  background-color: #f3f3f3;
  padding: 1em 0.75em 0.25em;
  text-align: center;
}
.sidebar_html .inner header {
  border-bottom: 1px solid #dddddd;
  margin: 0;
}
.tag {
  padding-right: 1em;
  line-height: 1.5em;
  font-weight: 700;
}
.tag_small {
  font-size: 1.25em;
}
.tag_medium {
  font-size: 1.375em;
}
.tag_large {
  font-size: 1.5em;
}
.tag_xlarge {
  font-size: 1.625em;
}
.tag a {
  color: #cc0000;
  text-decoration: none;
}
.tag a:hover {
  color: #666666;
  text-decoration: underline;
}
/**
 *______________________________________________________________________________________
 *  NEWS
 *______________________________________________________________________________________
 */
.news-link {
  margin-top: -20px;
  padding-top: 0;
  width: 100%;
  text-align: right;
}
/**
 * Horizontal List
 */
.hlist {
  margin: 0 0 1.5em -0.5em;
  padding: 0;
  list-style-type: none;
}
.hlist li {
  line-height: 1;
  float: left;
  padding: 0.2em 0.5em;
}
.hlist.sep-lines li {
  padding: 0em 0.5em;
  margin: 0 0 0.5em 0;
  border-right: 1px solid #5e5394;
}
.hlist.sep-lines li:last-child {
  border-right: 0;
}
.social-links {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.social-links li {
  float: left;
}
.content-nav {
  margin: 0 0 1.5em 0;
  padding: 0;
  list-style-type: none;
}
.content-nav li {
  margin-bottom: 0.75em;
}
.content-nav h3 {
  margin-bottom: 0.75em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #797979;
}
.content-nav .link {
  float: right;
}
.link-list {
  margin: 0 0 1.5em 0;
  padding: 0;
  list-style-type: none;
  display: table;
}
.link-list li {
  display: table-row;
  /* aha! */
}
.link-list li i[class^='icon'] {
  display: table-cell;
  /* aha! */
}
.link-list li .label {
  display: table-cell;
  /* aha! */
}
.downloads {
  width: 100%;
  background-color: #f3f3f3;
  padding: 0.5em;
  margin: 0 0 1.5em 0;
}
.downloads caption,
.downloads th {
  font-weight: 700;
  text-align: left;
  padding: 0.5em 0.5em;
  border-bottom: 2px solid #fff;
}
.downloads tr td {
  vertical-align: top;
  padding: 0.5em 0.5em;
  border-bottom: 1px solid #fff;
}
.downloads tr td:nth-child(1) {
  width: 20%;
}
.downloads tr td:nth-child(2) {
  width: 50%;
}
.downloads tr td:nth-child(3) {
  width: 30%;
  text-align: right;
}
.downloads tr td a {
  display: table-row;
}
.downloads tr td a i {
  display: table-cell;
}
.downloads tr td a .label {
  display: table-cell;
}
.widget.social .social-links li {
  font-size: 3em;
  line-height: 1;
}
.widget.social .social-links li i:before {
  margin: 0;
}
.person {
  margin-bottom: 1.5em;
}
.person h3 {
  margin-bottom: 0.5em;
}
.person h4 {
  margin-bottom: 0.4em;
  font-weight: bold;
}
.person figure {
  border-bottom: none;
}
.grid-1col .person figure,
.grid-2col[max-width="41em"] .person figure,
.grid-3col[max-width="41em"] .person figure {
  float: left;
  margin-right: 1em;
  width: 30%;
}
.grid-1col .person .person-info,
.grid-2col[max-width="41em"] .person .person-info,
.grid-3col[max-width="41em"] .person .person-info {
  overflow: hidden;
}
/**
 * Colors for Table Calendar
 */
/* List Style Calendar ----------- */
.calendar-list {
  padding-top: 1.5em;
  border-top: 1px solid #6f6f6f;
}
.calendar-list .calendar-entry {
  margin-bottom: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #b5b5b5;
}
.calendar-list .calendar-entry .calendar-entry-date {
  width: 100%;
  font-size: 1.2em;
}
.calendar-list .calendar-entry .date-time-separator {
  display: none;
}
.calendar-list .calendar-entry .calendar-entry-title {
  width: 100%;
  position: relative;
}
.calendar-list .calendar-entry .calendar-entry-text {
  display: none;
  width: 100%;
}
.calendar-list .calendar-entry .icon-toggle {
  font-size: 1.5em;
  position: absolute;
  right: 0;
  top: -0.2em;
  cursor: pointer;
}
.calendar-list .calendar-entry h3 {
  margin-bottom: 0;
  width: 80%;
}
.calendar-list .calendar-entry p {
  margin-bottom: 0.75em;
}
.calendar-list .calendar-entry .MarkupGoogleMap {
  margin-bottom: 1.5em;
}
.calendar-list .calendar-entry footer {
  text-align: right;
  width: 100%;
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 48em) {
  .calendar-list .calendar-entry .date-time-separator {
    display: inline;
  }
  .calendar-list .calendar-entry .calendar-entry-date {
    width: 25%;
    float: left;
  }
  .calendar-list .calendar-entry .calendar-entry-date {
    font-size: 1.2em;
  }
  .calendar-list .calendar-entry .calendar-entry-title {
    width: 70%;
    margin-left: 5%;
    float: left;
  }
  .calendar-list .calendar-entry .calendar-entry-text {
    width: 70%;
    margin-left: 30%;
  }
}
.calendar-list .calendar-entry:first-child {
  border-top: none;
  padding-top: 0;
}
.calendar-list.no-border-lines {
  padding-top: 0;
  border-top: none;
}
.calendar-list.no-border-lines .calendar-entry {
  border-bottom: none;
}
/* Table CALENDAR styles (sidebar) ---------------------------------------------- */
#calendarbox {
  position: relative;
}
.calendar {
  margin: 0 0 1em 0;
  border: 1px solid #333333;
  border-collapse: collapse;
  background-color: #ffffff;
}
.calendar th,
.calendar td {
  border: 1px solid #333333;
  text-align: center;
  padding: 0.2em;
  color: #666666;
}
.calendar th {
  font-weight: 700;
}
.calendar tr td:last-child {
  background-color: #ffffff;
  color: #666666;
}
.calendar td.event {
  font-weight: 700;
  background-color: #ffcccc;
  color: #cc0000;
}
.calendar td.event a {
  color: #cc0000;
}
.calendar td.current {
  font-weight: 700;
  background-color: #cccccc;
  color: #333333 !important;
}
.calendar td.current a {
  color: #333333 !important;
}
.calendar .head .head_prev,
.calendar .head .head_next,
.calendar .head .head_caption {
  padding: 0.3em 0;
  background-color: #cc0000;
  color: #ffffff;
}
.calendar .head_prev > div {
  display: block;
  width: 100%;
  height: 1em;
}
.calendar .head_next > div {
  display: block;
  width: 100%;
  height: 1em;
}
.calendar a#next {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -20000px;
}
.calendar a#next span {
  display: block;
  margin: 0.5em auto;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #ffffff;
  border-bottom: 5px solid transparent;
}
.calendar a#next:hover span {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #000000;
  border-bottom: 5px solid transparent;
}
.calendar a#prev {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -20000px;
}
.calendar a#prev span {
  display: block;
  margin: 0.5em auto;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #ffffff;
  border-bottom: 5px solid transparent;
}
.calendar a#prev:hover span {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #000000;
  border-bottom: 5px solid transparent;
}
.calendar td.event a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.calendar td.event:hover,
.calendar td.event:hover a {
  background-color: #cc0000;
  color: #ffffff !important;
}
.calendar td a,
.calendar td a:visited {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.eventinfo {
  display: none;
}
.qtip-content {
  font-size: 0.9em;
}
.qtip-content span.date {
  margin: 0;
  padding: 0;
  color: #555555;
  font-weight: 700;
}
.qtip-content h4 {
  margin: 0.5em 0;
  padding: 0;
  font-size: 1.1em;
  color: #222222;
  font-weight: 700;
  line-height: 1.3em;
}
.qtip-content p {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.3em;
  color: #777777;
}
.qtip-content hr {
  margin: 0 0 1em 0;
}
/* List CALENDAR styles (sidebar) ---------------------------------------------- */
#calendarlist-sidebar {
  position: relative;
}
#calendarlist-sidebar .calendar-list {
  border-top: 1px solid transparent;
  padding-top: 0;
}
#calendarlist-sidebar .calendar-entry {
  margin-bottom: 1.5em;
  padding-top: 0;
  border-top: 1px solid transparent;
}
#calendarlist-sidebar .calendar-entry:first-child {
  margin-top: 0;
  border-bottom: 1px solid transparent;
}
#calendarlist-sidebar .calendar-entry-date {
  width: 100%;
  float: left;
  font-size: 1em;
  line-height: 1em;
  font-weight: 300;
  font-style: italic;
  color: #888;
}
#calendarlist-sidebar .calendar-entry-title {
  width: 100%;
  margin-left: 0;
}
#calendarlist-sidebar .calendar-entry h3 {
  width: 100%;
  margin: 0 0 0.15em;
  padding: 0;
}
#calendarlist-sidebar .calendar-entry h3 a {
  font-size: 1em;
  line-height: 1.25em;
  color: #797979;
}
#calendarlist-sidebar .calendar-entry h3 a:hover {
  color: #c00;
}
#calendarlist-sidebar .calendar-entry .calendar-entry-text {
  width: 100%;
  margin-left: 0;
}
#calendarlist-sidebar .calendar-entry .icon-toggle {
  position: relative;
}
/*
Colors for Table Calendar
--------------------------------------------------------------------------------------*/
/* List Style Resort Overview 
--------------------------------------------------------------------------------------*/
.ressort-list {
  margin: -1em -1em 1em;
}
.ressort-entry {
  width: 100%;
  float: left;
  margin: 0;
}
.ressort-list .tile {
  box-sizing: border-box;
  position: relative;
}
.tile.block {
  padding: 0.5em;
  float: left;
}
body.tiling h1 {
  color: #333333;
  font-size: 2.375em;
  font-weight: 400;
  line-height: 1.26316em;
  margin-bottom: 0;
  margin-top: 0.631579em;
}
.tile {
  box-sizing: border-box;
  width: 100%;
}
.tile a,
.tile a:hover {
  text-decoration: none;
  font-weight: 400;
}
.tile_inner {
  position: relative;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #fff;
  color: #797979;
}
.bg_img {
  position: static;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.3;
}
.bg_img img {
  padding-top: 0.125em;
}
.tile_inner .bg_img.border {
  background-image: url("/site/templates/img/wimmel/kachel_border.png");
  position: absolute;
  top: -1px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #fff;
  opacity: 1;
  z-index: 100;
}
.tile_inner:hover .bg_img img {
  opacity: 0;
}
.tile_inner .content {
  position: absolute;
  bottom: 1.5em;
  left: 1.5em;
  padding-right: 3em;
}
.tile_inner .content h3 {
  padding: 0;
  margin: 0;
}
.tile_inner .content p {
  padding: 0.75em 0;
  margin: 0;
}
.tile_inner .content header p,
.tile_inner .content footer p {
  padding: 0;
}
.tile_inner .content footer {
  text-align: right;
}
.tile_inner:hover .bg_img.border {
  background-image: url("/site/templates/img/wimmel/kachel_border_rot.png");
  border: 1px solid #fff;
  opacity: 1;
  z-index: 111;
}
.tile_inner:hover h3,
.tile_inner:hover p {
  color: #c00;
}
body.tiling .footerarea {
  margin-top: 1.5em;
}
/*
Screen width 36em oder 
--------------------------------------------------------------------------------------*/
@media only screen and (min-width: 36em) {
  .ressort-entry {
    width: 50%;
  }
}
/*
Screen Width 64em oder 1024 Pixel
--------------------------------------------------------------------------------------*/
@media only screen and (min-width: 64em) {
  .ressort-entry {
    width: 33.33%;
  }
}
/*
 * qTip2 - Pretty powerful tooltips - v2.2.0
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Sun Dec 15 2013 10:12 EST-0500
 * Plugins: None
 * Styles: None
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  direction: ltr;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  padding: 0;
}
.qtip-content {
  position: relative;
  padding: 10px 15px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: 700;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}
/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}
.qtip-icon,
.qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #660000;
  background-color: #ffe0e0;
  color: #555;
}
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}
/**
 * ==============================================================================
 * Inputfields for PW Forms
 * ==============================================================================
 */
/* this css is also used as theme for FormBuilder and included in
 /site/templates/FormBuilder/themes/default/inputfields.css
 */
.FormBuilderFormContext {
  font: 400 1em/1.3em 'FFScalaSansWebRegular', sans-serif;
}
#wrap_Inputfield- {
  /* hp */
  display: none;
}
/**
 * API Formular ProcessWire Basic Styles Example
 * -----------------------------------------------------------------------------
 */
.ui-widget-content,
.InputfieldContent {
  background-color: transparent;
}
.InputfieldForm {
  margin-bottom: 20px;
}
.InputfieldForm input[type=text],
.InputfieldForm input[type=email],
.InputfieldForm input[type=password],
.InputfieldForm textarea {
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #bbbbbb;
  color: #666666;
  font-size: 1em;
  border-radius: 2px;
  width: 100%;
  padding: 0.3em 0.4em;
  margin: 0 0 0.4em 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}
.InputfieldForm .InputfieldRadios input[type="radio"] {
  margin-right: 10px !important;
}
.InputfieldForm input[type=text]:hover,
.InputfieldForm input[type=email]:hover,
.InputfieldForm input[type=password]:hover,
.InputfieldForm textarea:hover {
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  color: #444444;
}
.InputfieldForm input[type=text]:focus,
.InputfieldForm input[type=email]:focus,
.InputfieldForm input[type=password]:focus,
.InputfieldForm textarea:focus {
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  color: #444444;
}
.InputfieldForm select {
  font-size: 14px;
}
.InputfieldForm select {
  -moz-transform: scale(1) !important;
}
/** fix FFox select bug with transform **/
.InputfieldForm button:disabled,
.InputfieldForm input:disabled,
.InputfieldForm textarea:disabled {
  opacity: 0.6;
}
.InputfieldForm button:readonly,
.InputfieldForm input:readonly,
.InputfieldForm textarea:readonly {
  opacity: 0.6;
}
/**
 * Clearfixes
 * -----------------------------------------------------------------------------
 */
.Inputfields > .Inputfield > .InputfieldContent:before,
.Inputfields > .Inputfield > .InputfieldContent:after,
.Inputfields > .Inputfield > .ui-widget-content:before,
.Inputfields > .Inputfield > .ui-widget-content:after,
.InputfieldForm:after {
  /* @soma clearfix */
  content: " ";
  display: table;
}
.Inputfields > .Inputfield > .InputfieldContent:after,
.Inputfields > .Inputfield > .ui-widget-content:after,
.InputfieldForm:after {
  /* @soma clearfix  */
  clear: both;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-helper-clearfix {
  display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-clearfix {
  display: block;
}
/**
 * Inputfields
 * -----------------------------------------------------------------------------
 */
.Inputfields {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.Inputfields p {
  margin: 0 0 0.2em;
  font-size: 15px;
  padding: 0em;
}
.Inputfields .Inputfield {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  zoom: 1;
  padding: 4px 0 4px;
  clear: both;
}
.Inputfields .Inputfield .InputfieldHeader,
.Inputfields .Inputfield .ui-widget-header,
.Inputfields .Inputfield label {
  font-weight: 700;
}
.Inputfields .Inputfield label {
  cursor: pointer;
}
.Inputfields .Inputfield .ui-widget-header,
.Inputfields .Inputfield .InputfieldHeader {
  margin: 0 0 0.3em 0;
  padding: 0;
  display: inline-block;
  color: #444444;
}
.Inputfields .Inputfield .InputfieldHeaderHidden {
  display: none !important;
}
.Inputfields .Inputfield ul li label {
  font-weight: normal;
}
.Inputfields .Inputfield .InputfieldContent:after,
.Inputfields .Inputfield .ui-widget-content {
  padding: 0;
}
.Inputfields .InputfieldHidden {
  display: none;
}
.Inputfields .InputfieldColumnWidth {
  float: left;
  clear: none;
  margin-left: 1%;
}
.Inputfields .InputfieldColumnWidthFirst {
  clear: both;
  margin-left: 0;
}
.Inputfields hr {
  height: 1px;
  border: 0;
  border-bottom: 1px dashed #ccc;
}
.Inputfields .InputfieldFieldset {
  margin: 0 0 1em;
}
.Inputfields .InputfieldFieldset > .InputfieldHeader,
.Inputfields .InputfieldFieldset > .ui-widget-header {
  display: block !important;
  font-family: 'FFScalaSansWebRegular', sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 22px;
  color: #444444;
}
.Inputfields .InputfieldHeaderHidden {
  display: none;
}
.Inputfields .description {
  color: #444444;
  margin: 0 0 0.5em 0;
}
.Inputfields .notes {
  color: #999999;
  font-style: italic;
  margin: 0 0 0.5em 0;
}
.ui-state-error .InputfieldContent,
.ui-state-error .ui-widget-content {
  position: relative;
  padding: 0 0 0.5em;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-state-error .InputfieldContent p,
.ui-state-error .ui-widget-content p {
  position: relative;
  display: block;
}
.ui-state-error .InputfieldContent p span.ui-state-error,
.ui-state-error .ui-widget-content p span.ui-state-error {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4em;
  display: inline-block !important;
  background-color: #e04554;
  padding: 0.5em 0.8em;
  border: 1px solid #ff0052;
  margin-top: 0.6em;
  -webkit-text-stroke: 0.4px;
}
.ui-state-error .InputfieldContent p span.ui-state-error:before,
.ui-state-error .ui-widget-content p span.ui-state-error:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #e04554 transparent;
  position: absolute;
  top: 0px;
  left: 5px;
}
.ui-state-error .InputfieldContent input[type=text],
.ui-state-error .ui-widget-content input[type=text],
.ui-state-error .InputfieldContent input[type=email],
.ui-state-error .ui-widget-content input[type=email],
.ui-state-error .InputfieldContent textarea,
.ui-state-error .ui-widget-content textarea {
  border: 1px solid #ff0052;
}
p.ui-state-highlight,
span.ui-state-highlight {
  color: #ffffff;
  background-color: #8fb82c;
  padding: 5px 10px;
  margin-bottom: 10px;
}
p.ui-state-error,
span.ui-state-error {
  color: #ffffff;
  background-color: #e04554;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.ui-state-error-text {
  color: #ffffff;
}
.error-text {
  color: #e04554;
}
p.ui-state-highlight a,
p.ui-state-error a {
  color: #fff;
  text-decoration: underline;
}
.InputfieldCheckbox .InputfieldContent label,
.InputfieldCheckbox .ui-widget-content label {
  font-weight: normal;
}
.InputfieldCheckbox input[type="checkbox"] {
  margin-right: 7px !important;
}
.InputfieldRadios ul,
.InputfieldCheckboxes ul {
  /* we don't need checkboxes/radios to have bullets, etc. */
  list-style: none !important;
  /* no need for top/bottom margins in a group of checkboxes or radios */
  margin: 0;
  padding-left: 0 !important;
}
.InputfieldCheckboxes table input,
.InputfieldCheckboxes li input {
  margin-right: 0.5em;
}
ul.InputfieldRadiosColumns,
ul.InputfieldCheckboxesColumns,
ul.InputfieldRadiosFloated {
  width: 100%;
  margin: 0 0 5px 0;
}
.Inputfields .InputfieldCheckboxesColumns li,
.Inputfields .InputfieldRadiosColumns li,
.Inputfields .InputfieldRadiosFloated li {
  display: block;
  float: left;
}
.Inputfields .InputfieldCheckboxesFloated li,
.Inputfields .InputfieldRadiosFloated li {
  padding-right: 1em;
}
.Inputfields .InputfieldCheckboxesColumns li,
.Inputfields .InputfieldRadiosColumns li {
  padding-right: 1%;
  padding-bottom: 1%;
}
.InputfieldForm .Inputfields .InputfieldColumnWidthFirstTmp,
.InputfieldForm .Inputfields .InputfieldColumnWidthFirst.InputfieldStateHidden + .Inputfield {
  /* for support of inputfield dependencies */
  clear: both;
  margin-left: 0;
}
.InputfieldStateRequired > .InputfieldHeader:first-child:after,
.InputfieldStateRequired > .ui-widget-header:first-child:after {
  /* Add asterisk to indicate field is required */
  content: ' *';
  color: #b50e60;
}
button[type=submit],
input.ui-button,
.ui-button {
  background-color: #cc0000;
  border: 0;
  color: #fff;
  padding: 0.4em 0.8em;
  margin-right: 0.3em;
  font-size: 1em;
  cursor: pointer;
}
button[type=submit]:hover,
input.ui-button:hover,
.ui-button:hover {
  background-color: #999999;
}
/**
 * UI Sliders
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.25em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-slider.ui-slider-horizontal {
  background-color: #ddd;
  box-shadow: inset 0px 0px 5px #aaa;
}
.ui-slider-handle {
  width: 10px;
  height: 10px;
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 50%;
}
.ui-slider-handle.ui-state-hover {
  cursor: pointer;
  background-color: #bbb;
  border: 1px solid #666;
}
/*
.Inputfields .InputfieldStateToggle span.ui-icon {
    float: right;
    padding-right: 0.25em;
}
*/
.Inputfields > .InputfieldStateCollapsed.InputfieldFieldset {
  padding-bottom: 5px;
}
.Inputfields > .InputfieldStateCollapsed .ui-widget-header {
  /* collapsed Inputfields appear sightly faded */
  opacity: 0.6;
}
.Inputfields > .InputfieldStateCollapsed .ui-widget-header:hover {
  /* when hovering, they are no longer faded */
  opacity: 1.0;
}
.Inputfields > .InputfieldStateCollapsed .ui-widget-content {
  /* collapsed Inputfields don't show their content (only header) */
  display: none;
}
.InputfieldCheckboxesColumns li {
  white-space: nowrap;
}
.Inputfield_form_apprenticeship {
  height: 50px !important;
}
.Inputfield_form_apprenticeship label {
  font-weight: 700 !important;
}
/* added by ko / 21.01.2021 */
.InputfieldMarkup label {
  display: none !important;
}
.InputfieldSelect select {
  width: 100%;
}
/**
 * Make some responsive
 * -----------------------------------------------------------------------------
 */
@media only screen and (max-width: 29.938em) {
  .Inputfield {
    clear: both !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .InputfieldCheckboxesColumns li {
    width: 100% !important;
  }
  .InputfieldRadiosColumns li {
    width: 100% !important;
  }
}
@font-face {
  font-family: 'fontello';
  src: url('/site/templates/css/fontello/font/fontello.eot?84419344');
  src: url('/site/templates/css/fontello/font/fontello.eot?84419344#iefix') format('embedded-opentype'),
       url('/site/templates/css/fontello/font/fontello.woff2?84419344') format('woff2'),
       url('/site/templates/css/fontello/font/fontello.woff?84419344') format('woff'),
       url('/site/templates/css/fontello/font/fontello.ttf?84419344') format('truetype'),
       url('/site/templates/css/fontello/font/fontello.svg?84419344#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/site/templates/css/fontello/font/fontello.svg?84419344#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-menu:before { content: '\e800'; } /* '' */
.icon-search:before { content: '\e801'; } /* '' */
.icon-facebook-squared:before { content: '\e802'; } /* '' */
.icon-twitter-squared:before { content: '\e803'; } /* '' */
.icon-youtube-squared:before { content: '\e804'; } /* '' */
.icon-xing-squared:before { content: '\e805'; } /* '' */
.icon-angle-double-left:before { content: '\e806'; } /* '' */
.icon-angle-double-right:before { content: '\e807'; } /* '' */
.icon-angle-double-up:before { content: '\e808'; } /* '' */
.icon-angle-double-down:before { content: '\e809'; } /* '' */
.icon-doc:before { content: '\e80a'; } /* '' */
.icon-doc-text:before { content: '\e80b'; } /* '' */
.icon-file-pdf:before { content: '\e80c'; } /* '' */
.icon-file-word:before { content: '\e80d'; } /* '' */
.icon-file-excel:before { content: '\e80e'; } /* '' */
.icon-file-powerpoint:before { content: '\e80f'; } /* '' */
.icon-file-image:before { content: '\e810'; } /* '' */
.icon-file-archive:before { content: '\e811'; } /* '' */
.icon-file-audio:before { content: '\e812'; } /* '' */
.icon-file-video:before { content: '\e813'; } /* '' */
.icon-tag:before { content: '\e814'; } /* '' */
.icon-calendar:before { content: '\e815'; } /* '' */
.icon-down-open-mini:before { content: '\e816'; } /* '' */
.icon-left-open-mini:before { content: '\e817'; } /* '' */
.icon-right-open-mini:before { content: '\e818'; } /* '' */
.icon-up-open-mini:before { content: '\e819'; } /* '' */
.icon-down-open-big:before { content: '\e81a'; } /* '' */
.icon-left-open-big:before { content: '\e81b'; } /* '' */
.icon-right-open-big:before { content: '\e81c'; } /* '' */
.icon-up-open-big:before { content: '\e81d'; } /* '' */
.icon-gplus-squared:before { content: '\e81e'; } /* '' */
.icon-vimeo-squared:before { content: '\e81f'; } /* '' */
.icon-linkedin-squared:before { content: '\e820'; } /* '' */
.icon-tumblr-squared:before { content: '\e821'; } /* '' */
.icon-rss-squared:before { content: '\e822'; } /* '' */
.icon-phone-squared:before { content: '\e823'; } /* '' */
.icon-pinterest-squared:before { content: '\e824'; } /* '' */
.icon-newspaper:before { content: '\e825'; } /* '' */
.icon-instagram-squared:before { content: '\f16d'; } /* '' */
/**
 * MarkupSocialShareButtons default theme example CSS
 * Use this theme as a start to create your own and copy it to your CSS and edit
 */

.MarkupSocialShareButtons{
    list-style-type: none;
    overflow: hidden;
    padding: 0px;
    margin: 0;
    display: inline-block;
}
.MarkupSocialShareButtons li{
    list-style-type: none;
    float: left;
    margin: 0 10px 0 0;
}
.MarkupSocialShareButtons li:last-child{
    margin: 0 0 0 0;
}
.MarkupSocialShareButtons li a{
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    border: none;
    width: 40px;
    height: 40px;
    opacity: 0.66;
}
.MarkupSocialShareButtons li a:hover{
    opacity: 1;
}

.MarkupSocialShareButtons img{
    width: 100%;
    height: auto;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/site/templates/js/vendors/fancybox/fancybox_sprite.png');
}

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

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

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

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

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

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

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

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

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

/* Title helper */

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

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

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

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

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

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

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

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

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

	#fancybox-loading div {
		background-image: url('/site/templates/js/vendors/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
