/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * 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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 0.875em;
  line-height: 1.5em;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*
    a[href]:not(.logo):after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    */
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #header .search,
  #header .font-sizes {
    display: none;
  }
  body > #teaser {
    display: none;
  }
  #main-nav {
    display: none !important;
  }
  #side-cont {
    border: none !important;
  }
  #side-cont #menu,
  #side-cont .mobile-search {
    display: none !important;
  }
  #content {
    float: left !important;
    width: 65% !important;
    margin-left: 0 !important;
  }
  #cont-wrap > #sidebar {
    float: right !important;
    width: 30% !important;
  }
  #sidebar .item,
  #sidebar-left .item {
    border: none !important;
  }
}
/* Color Definitions */
/* Width Definitions */
/* Font Definitions */
@font-face {
  font-family: 'FaktSoftSmConProNormal';
  src: url('../fonts/FaktSoftSmConPro-Normal.eot');
  src: url('../fonts/FaktSoftSmConPro-Normal.eot') format('embedded-opentype'), url('../fonts/FaktSoftSmConPro-Normal.woff') format('woff'), url('../fonts/FaktSoftSmConPro-Normal.ttf') format('truetype'), url('../fonts/FaktSoftSmConPro-Normal.svg#FaktSoftSmConProNormal') format('svg');
}
.borderbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
#header {
  height: 135px;
  border-bottom: 1px solid #C5C2C2;
  background: #FFFFFF;
  position: relative;
  z-index: 21;
}
#header .logo {
  position: absolute;
  z-index: 30;
  left: 0;
  /* top: 0; */
  top: 17px;
}
#header .logo > img {
  width: 206px;
  height: auto;
  /* border-bottom: 1px solid #c5c2c2; */
}
#header .lang-switch {
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 37px;
  right: 80px;
  font-size: 1.2em;
  text-decoration: none;
  line-height: 1em;
}
#header .lang-switch a {
  display: inline-block;
  margin-left: 0.3em;
  text-decoration: none;
}
#header .lang-switch a.active,
#header .lang-switch a:hover {
  color: #1384d3;
}
#header .font-sizes {
  position: absolute;
  z-index: 30;
  right: 0;
  top: 33px;
  font-weight: bold;
}
#header .font-sizes .small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.857em;
  line-height: 1.5em;
  text-decoration: none;
  margin: 0 2px 0 0;
}
#header .font-sizes .medium {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.143em;
  line-height: 1.125em;
  text-decoration: none;
  margin: 0 2px 0 0;
}
#header .font-sizes .large {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.429em;
  line-height: 0.9em;
  text-decoration: none;
}
#header .search {
  position: absolute;
  z-index: 30;
  right: 0;
  top: 62px;
}
#header .search input {
  height: 25px;
  width: 182px;
  margin: 0 2px 0 0;
  padding: 0 5px;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: inset 2px 2px 2px 1px rgba(204, 204, 204, 0.1);
  box-shadow: inset 2px 2px 2px 1px rgba(204, 204, 204, 0.1);
  display: block;
  float: left;
  background-image: linear-gradient(bottom, #ecf7fd 24%, #d2dade 100%);
  background-image: -o-linear-gradient(bottom, #ecf7fd 24%, #d2dade 100%);
  background-image: -moz-linear-gradient(bottom, #ecf7fd 24%, #d2dade 100%);
  background-image: -webkit-linear-gradient(bottom, #ecf7fd 24%, #d2dade 100%);
  background-image: -ms-linear-gradient(bottom, #ecf7fd 24%, #d2dade 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.24, #ecf7fd), color-stop(1, #d2dade));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6e1cc', endColorstr='#e4f1cc', GradientType=0);
}
#header .search button {
  background: none repeat scroll 0 0 #1384d3;
  border: 0 none;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 1em;
  line-height: 16px;
  margin: 0;
  text-transform: uppercase;
  width: 90px;
  padding-top: 2px;
  height: 27px;
}
@media only screen and (max-width: 767px) {
  #header {
    margin: 0;
  }
  #header .logo {
    width: 92.5%;
    text-align: left;
    padding: 0 0 0 7.5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header .logo img {
    /*width: 150px;
				height: 206px; */
  }
  #header .lang-switch {
    top: 70px;
    right: 7.5%;
    font-size: 1.4em;
  }
  #header .font-sizes {
    display: none;
  }
  #header .search {
    display: none;
  }
}
.teaser-home {
  border-bottom: 4px solid #1384d3;
  max-height: 460px;
  padding-top: 1px;
  background-position: center 1px;
}
.teaser-sub {
  max-height: 377px;
  overflow: hidden;
}
.teaser-sub .wrap {
  position: absolute;
  padding: 135px 0 0;
  top: 0;
  left: 3.5%;
  background-position: center top;
}
.teaser-home,
.teaser-sub .wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
#teaser {
  width: 100%;
  height: 100%;
  /*border-top: 1px solid @darkGray;*/
  /*padding: 1px 0 0 0;*/
  position: relative;
  z-index: 20;
  overflow: hidden;
}
#teaser .wrap-home {
  position: relative;
  padding: 190px 0 0;
  margin: auto;
  max-width: 1080px;
  width: 85%;
}
#teaser .wrap-home h2 {
  display: inline-block;
}
#teaser h2 {
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 3em;
  line-height: 1.143em;
  color: #FFFFFF;
  text-shadow: 2px 2px 2px #353535;
}
#teaser button {
  background: none;
  border: none;
  color: #FFFFFF;
  padding: 0;
  display: block;
  height: 38px;
}
#teaser button .text {
  display: inline-block;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  height: 38px;
  background: #1384d3;
  color: #FFFFFF;
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 1.571em;
  line-height: 42px;
  text-align: center;
  -webkit-box-shadow: 3px 4px 3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 3px 4px 3px rgba(50, 50, 50, 0.3);
  box-shadow: 3px 4px 3px rgba(50, 50, 50, 0.3);
}
#teaser button .arrow {
  display: block;
  float: left;
  height: 38px;
  background: #0c6899;
  color: #FFFFFF;
  margin-left: 2px;
  text-align: center;
  -webkit-box-shadow: 3px 4px 3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 3px 4px 3px rgba(50, 50, 50, 0.3);
  box-shadow: 3px 4px 3px rgba(50, 50, 50, 0.3);
}
#teaser.content {
  overflow: hidden;
  border-top: 0;
  background: #ecf7fd;
}
#teaser.content.empty-header {
  height: 164px;
}
#teaser.content .wrap {
  top: 0;
  padding: 17px 0 0 0;
  height: 360px;
}
#teaser #stoerer {
  position: absolute;
  top: 50px;
  right: 2.5%;
}
@media all and (min-width: 1080px) {
  #teaser.content .wrap {
    position: relative;
    z-index: 20;
    left: 0;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 601px) {
  .teaser-sub {
    height: 300px !important;
  }
  .teaser-home {
    height: 350px !important;
  }
  #teaser .wrap-home {
    margin: auto;
    max-width: 1080px;
    padding: 164px 0 0;
    position: relative;
    width: 93%;
  }
  #teaser #stoerer {
    right: -10px;
  }
  #teaser.empty-header {
    height: 164px !important;
  }
}
@media only screen and (max-width: 800px) {
  #teaser #stoerer {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .teaser-sub .wrap {
    border-top: 0 !important;
  }
  .teaser-home,
  .teaser-sub .wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
  #teaser .wrap-home {
    margin: 0 auto;
    padding: 126px 0 0;
    position: relative;
    width: 85%;
    z-index: 10;
  }
  #teaser h2 {
    font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
    font-size: 2.35em;
    line-height: 1.143em;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px #353535;
    margin-bottom: 7px;
  }
  #teaser button .text {
    font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
    font-size: 1.27em;
    line-height: 42px;
  }
  #teaser.content,
  #teaser.empty-header {
    height: 120px !important;
    border-bottom: 4px solid #1384d3;
  }
  #teaser.content .wrap,
  #teaser.empty-header .wrap {
    left: 0;
    background: none !important;
  }
  #teaser.content img,
  #teaser.empty-header img {
    width: 100%;
    height: auto;
    min-height: 364px;
    margin: 0 auto;
  }
  #main .content-wrap-sub {
    border-top: none !important;
  }
}
#breadcrumb {
  background: #EFEFEF;
  border-top: 4px solid #1384d3;
}
#breadcrumb .wrap {
  height: 33px;
  max-width: 1080px;
  border-bottom: 1px solid #FFFFFF;
}
#breadcrumb ul {
  display: block;
  margin: 0;
  padding: 8px 0 0 0;
}
#breadcrumb ul li {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.857em;
  line-height: 1.5em;
}
#breadcrumb ul li:first-child {
  color: #817E7E;
}
#breadcrumb ul li a {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
}
#breadcrumb ul li.active,
#breadcrumb ul li span {
  color: #1384d3;
}
@media only screen and (max-width: 767px) {
  #breadcrumb {
    display: none;
  }
}
#side-cont {
  float: left;
  width: 22.63%;
}
#side-cont #menu {
  display: none;
}
#side-cont .mobile-search {
  display: none;
}
#main-nav {
  width: 100%;
}
#main-nav ul {
  padding: 0;
  margin: 23px 0 0 0;
}
#main-nav ul li:hover {
  border-bottom: 1px solid #1384d3;
}
#main-nav ul li.sub-active,
#main-nav ul li.active {
  border-bottom: 1px solid #1384d3;
}
#main-nav ul li.active > a {
  color: #1384d3;
}
#main-nav ul li {
  border-bottom: 1px solid #C7C6C6;
}
#main-nav ul li a {
  display: block;
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 1.286em;
  line-height: 1.286em;
  text-decoration: none;
  color: #5B5A5A;
  padding: 8px 2px;
  text-transform: uppercase;
}
#main-nav ul li a:hover {
  color: #1384d3;
}
#main-nav ul li ul {
  list-style: none;
  margin: 0 0 0 12px;
}
#main-nav ul li ul li {
  border-bottom: 0 !important;
}
#main-nav ul li ul li :hover {
  border-bottom: 0 !important;
}
#main-nav ul li ul li a {
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 1.143em;
  line-height: 1.143em;
  padding: 8px 2px;
  text-transform: uppercase;
}
#main-nav ul li ul li .active {
  color: #1384d3;
  border-bottom: 0;
}
#main-nav ul li ul li .active :hover {
  border-bottom: 0;
}
#main-nav ul li .active {
  border-bottom: 1px solid #1384d3;
  color: #1384d3;
}
#main-nav ul li .active a {
  color: #1384d3;
}
#main-nav ul li .active ul {
  display: block;
  color: #5B5A5A;
}
#main-nav ul li .active ul a {
  color: #5B5A5A;
  text-transform: uppercase;
}
#main-nav ul li .active ul li:hover {
  border: none;
}
#main-nav ul li .active ul li:hover a.on,
#main-nav ul li .active ul li:hover a:hover {
  color: #1384d3;
}
@media all and (max-width: 1080px) {
  #side-cont {
    width: 30%;
  }
}
@media all and (max-width: 767px) {
  #side-cont {
    width: 100%;
    float: none;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #cbcbcb;
  }
  #side-cont #menu {
    float: left;
    display: block;
    border: 0;
    background: url(/system/img/menu.png) no-repeat left top;
    margin: 5px 0 13px 0;
    padding: 2px 0 0 25px;
    font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
    font-size: 1.125em;
    line-height: 14px;
    color: #5b5a5a;
    height: 15px;
  }
  #side-cont .mobile-search {
    float: right;
    display: block;
  }
  #side-cont .mobile-search input {
    background: #dedede;
    border: 1px solid #bfbfbf;
    font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
    font-size: 1.125em;
    line-height: 1.125em;
    padding: 0;
    margin: 0 5px 0 0;
  }
  #side-cont #main-nav {
    display: none;
  }
  #side-cont #main-nav ul {
    margin: 0;
  }
  #side-cont #main-nav ul li:first-child {
    border-top: 1px solid #C7C6C6;
  }
  #side-cont #main-nav ul li:last-child {
    border-bottom: none;
  }
  #side-cont #main-nav ul li.active:last-child {
    border-bottom: 1px solid #1384d3;
  }
  #side-cont #main-nav ul ul li:first-child {
    border-top: none;
  }
}
@media only screen and (max-width: 767px) {
  #side-cont {
    position: relative;
    z-index: 10;
    width: 85%;
    margin: 0 auto;
  }
}
#content {
  float: left;
  width: 47.12%;
  margin: 34px 3.71% 34px;
}
#content h1,
#content h2 {
  margin: 0 0 10px 0;
}
#content h1 {
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 1.714em;
  line-height: 1em;
}
#content h2 {
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
}
#content .desc {
  margin: 0 0 20px 0;
}
#content .desc p {
  margin: 0 0 10px 0;
}
#content #news-cont {
  margin: 30px 0 30px 0;
}
#content #news-cont h2 {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #FFFFFF;
}
#content #news-cont .news {
  border-top: 1px solid #CCCCCC;
  padding: 23px 0 24px 0;
}
#content #news-cont .news img {
  float: left;
  border: 1px solid #CCCCCC;
  width: 25.59%;
  height: auto;
}
#content #news-cont .news .desc {
  float: right;
  width: 70.47%;
  margin: 0;
}
#content #news-cont .news h3 {
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 1.429em;
  line-height: 1em;
  margin: 3px 0 3px 0;
}
#content #news-cont .news p {
  margin: 0 0 10px 0;
}
#content #news-cont .news a {
  display: block;
  text-decoration: none;
  color: #1384d3;
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.071em;
}
#content #news-cont .news a .greater {
  display: inline-block;
  vertical-align: middle;
  background-color: #0c6899;
  text-align: center;
  color: #FFFFFF;
  width: 16px;
  height: 15px;
  margin: 0 10px 0 0;
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 0.8em;
}
#content .services:not(.we-services) ul {
  list-style: none;
  padding: 0;
}
#content .services:not(.we-services) ul a {
  text-decoration: none;
}
#content .services:not(.we-services) > ul > li {
  width: 32.5%;
  float: left;
  margin-left: 1.25%;
}
#content .services:not(.we-services) > ul > li:first-child {
  margin-left: 0;
}
#content .services:not(.we-services) > ul > li > h3 {
  background: #fff;
  margin-bottom: 4px;
  text-align: center;
}
#content .services:not(.we-services) > ul > li > h3 > a {
  color: #5B5A5A;
  padding: 0.4em 0.1em 0.2em;
  font-size: 20px;
  display: block;
}
#content .services:not(.we-services) > ul > li > ul > li {
  display: block;
  background: #1384d3;
  margin-bottom: 4px;
}
#content .services:not(.we-services) > ul > li > ul > li a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 0.3em 0.2em;
}
#content .feedback-form label {
  width: 12%;
  display: inline-block;
  margin-right: -4px;
  margin-bottom: 1em;
}
#content .feedback-form label:nth-child(3) {
  margin-left: 4%;
}
#content .feedback-form label.error {
  display: none !important;
}
#content .feedback-form input {
  width: 36%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -4px;
  margin-bottom: 1em;
  border: 1px solid #C7C6C6;
  padding: 0.5em 0.25em;
}
#content .feedback-form textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 1em;
  padding: 0.5em;
  height: 150px;
  border: 1px solid #C7C6C6;
}
#content .feedback-form button {
  background: #1384d3;
  border: 0;
  color: #FFFFFF;
  display: block;
  font-size: 1em;
  line-height: 16px;
  margin: 0;
  text-transform: uppercase;
  padding: 2px 2em 0;
  height: 27px;
}
#content .feedback-form input.error,
#content .feedback-form textarea.error {
  border: 1px solid #d00;
}
#content .feedback-form .formerror {
  display: none;
  margin-bottom: 1em;
  color: #d00;
}
#content .feedback-form .captcha-wrapper > img {
  margin-bottom: 0.75em;
}
/*
#main .content-wrap-sub {
    border-top: 4px solid @green;
}
*/
#main.impression .wrap,
#main.career .wrap {
  max-width: 1080px;
}
#main.impression .content-wrap-sub {
  border-top: 1px solid #C5C2C2;
}
#main.impression a.fancybox {
  float: left;
  display: block;
  text-decoration: underline;
  padding: 1.96%;
  background: #FFFFFF;
  margin: 0 0 30px 5.9%;
  width: 25.39%;
  height: auto;
}
#main.impression a.fancybox.no-left-margin {
  margin: 0 0 30px 0;
}
#main.impression a.fancybox img {
  width: 100%;
  height: auto;
}
#main.team #member-cont .member {
  border-top: 1px solid #cbcbcb;
  padding: 19px 0 21px 0;
}
#main.team #member-cont .member:first-child {
  border-top: 0;
}
#main.team #member-cont .member img {
  float: left;
  border: 10px solid #FFFFFF;
  width: 21.65%;
  height: auto;
}
#main.team #member-cont .member .info {
  float: right;
  width: 70.47%;
  margin: 5px 0 0 0;
}
#main.team #member-cont .member .info .subline {
  margin: 0 0 25px 0;
}
#main.team #member-cont .member .info h3 {
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 1.429em;
  line-height: 1em;
  margin: 0 0 0 0;
}
#main.team #member-cont .member .info .subline {
  margin: 0 0 20px 0;
}
#main.team #member-cont .member .info p {
  margin: 0 0 20px 0;
}
#main.team #member-cont .member .info a {
  display: block;
  text-decoration: none;
  color: #1384d3;
}
#main.team #member-cont .member .info a .greater {
  display: inline-block;
  background-color: #0c6899;
  text-align: center;
  color: #FFFFFF;
  width: 16px;
  height: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.071em;
}
#main.career #job-list table {
  width: 100%;
}
#main.career #job-list table tr {
  padding: 8px 0;
  border-top: 1px solid #C5C2C2;
  border-bottom: 1px solid #C5C2C2;
}
#main.career #job-list table tr td:first-child {
  background: url('/system/img/plus.png') no-repeat left center;
  padding: 0 0 0 24px;
  margin: 0 0 0 0;
  text-align: left;
}
#main.career #job-list table tr td {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 2.214em;
  padding: 0 0 0 30px;
}
#main.career #job-list table tr td a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 2.214em;
  color: #1384d3;
  text-shadow: 1px 1px 1px #FFFFFF;
  text-decoration: none;
}
#main.career #job-list table tr td:last-child a {
  background: url('/system/img/pdf.png') no-repeat left center;
  padding: 0 0 0 30px;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 2.214em;
}
#main.career #job-list table tr:first-child {
  border-top: 0;
  border-bottom: 1px solid #C5C2C2;
}
.search section article:first-child {
  border-top: none !important;
}
@media only screen and (max-width: 1080px) {
  #content {
    width: 66.29%;
    margin: 34px 0 34px 3.71%;
  }
}
@media only screen and (max-width: 700px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #content #news-cont img {
    display: none;
  }
  #content #news-cont .news .desc {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #content {
    float: none;
    position: relative;
    z-index: 10;
    width: 85%;
    margin: 28px auto 0;
  }
  #main.impression .wrap,
  #main.team .wrap,
  #main.career .wrap {
    border-top: 0;
  }
  #main.impression .wrap #member-cont .member,
  #main.team .wrap #member-cont .member,
  #main.career .wrap #member-cont .member {
    border-top: 1px solid #cbcbcb;
    padding: 19px 0 21px 0;
  }
  #main.impression .wrap #member-cont .member img,
  #main.team .wrap #member-cont .member img,
  #main.career .wrap #member-cont .member img {
    display: none;
  }
  #main.impression .wrap #member-cont .member .info,
  #main.team .wrap #member-cont .member .info,
  #main.career .wrap #member-cont .member .info {
    width: 100%;
  }
  #main.impression .item-cont {
    width: 96.08%;
    margin: 0 0 30px 0;
    padding: 1.96%;
    background: #FFFFFF;
    height: 300px;
  }
  #main.impression .item-cont a.fancybox {
    float: none;
    margin: 0;
    width: 100%;
    height: 100%;
    background: none;
    padding: 0;
  }
  #main.impression .item-cont a.fancybox.no-left-margin {
    margin: 0;
  }
  #main.impression .item-cont a.fancybox img {
    margin: 0 !important;
    height: 100% !important;
    width: 100% !important;
  }
  #main.career #job-list {
    margin: 0 0 34px 0;
  }
}
@media only screen and (max-width: 480px) {
  #content .services:not(.we-services) > ul > li {
    float: none;
    width: 100%;
    margin-left: 0;
    display: block;
  }
  #content .feedback-form label {
    width: 20%;
  }
  #content .feedback-form label:nth-child(3) {
    margin-left: 0;
  }
  #content .feedback-form input {
    width: 80%;
  }
}
#sidebar {
  float: right;
  width: 22.63%;
  margin: 35px 0 0 0;
}
#sidebar .item,
#sidebar-left .item {
  width: 84%;
  background: #ecf7fd;
  border: 1px solid #cbcbcb;
  padding: 26px 7.79%;
  margin: 0 0 35px 0;
}
#sidebar .item h3,
#sidebar-left .item h3 {
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: 1.714em;
  line-height: 1em;
  margin: 0 0 18px 0;
}
#sidebar .item.downloads ul,
#sidebar-left .item.downloads ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar .item.downloads li,
#sidebar-left .item.downloads li {
  margin: 0 0 0 5px;
  padding: 0 0 0 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 2em;
  background: url('/system//img/pdf.png') no-repeat left center;
}
#sidebar .item img,
#sidebar-left .item img {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
}
#sidebar .item p,
#sidebar-left .item p {
  margin: 18px 0 0 0;
}
#sidebar .item.location a,
#sidebar-left .item.location a {
  margin: 16px 0 0 0;
  display: block;
  text-decoration: none;
  color: #1384d3;
  text-shadow: 1px 1px 1px #FFFFFF;
}
#sidebar .item.location a[href^="tel"],
#sidebar-left .item.location a[href^="tel"] {
  display: inline;
}
#sidebar .item.location a .greater,
#sidebar-left .item.location a .greater {
  display: inline-block;
  background-color: #0c6899;
  text-align: center;
  color: #FFFFFF;
  width: 16px;
  height: 15px;
  margin: 0 5px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.071em;
  text-shadow: none;
}
#sidebar-left {
  margin-top: 35px;
}
@media all and (max-width: 1080px) {
  #sidebar,
  #sidebar-left {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  /*	#sidebar {
		width: 100%;
		margin: 0;
	}

	#sidebar-left {
		width: 118%;
		margin: 0 -9%;
	}
*/
  #sidebar,
  #sidebar-left {
    float: none;
    width: 100%;
    margin: 0;
  }
  #sidebar .item,
  #sidebar-left .item {
    width: 85%;
    padding: 26px 7.5%;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    border-left: 0;
    border-right: 0;
  }
}
.site-footer {
  background: #FFFFFF;
  height: 202px;
  border-top: 1px solid #C5C2C2;
  clear: both;
}
.site-footer .units {
  background: #ecf7fd;
  font-family: 'FaktSoftSmConProNormal', Helvetica, Arial, sans-serif;
  font-size: "18px";
  line-height: "1em";
  color: #1384d3;
}
.site-footer .units > div {
  font-size: 18px;
  padding-top: 25px;
}
.site-footer .units > div h3 {
  font-size: 1em;
  text-transform: uppercase;
  float: left;
  text-shadow: none;
}
.site-footer .units > div > div {
  float: right;
  font-size: 1em;
}
.site-footer .units > div > div > a {
  font-size: 1em;
  color: #1384d3;
  margin-left: 0.9em;
  text-decoration: none;
}
.site-footer .units > div > div > a.active,
.site-footer .units > div > div > a:hover {
  text-decoration: underline;
}
.site-footer .vcard {
  position: absolute;
  left: 0;
  top: 21px;
  width: 26.3%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.929em;
  line-height: 1.462em;
}
.site-footer .vcard h4 {
  font-weight: bold;
  margin: 0;
  color: #353535;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.462em;
}
.site-footer .right {
  position: absolute;
  right: -1px;
  top: 21px;
  width: 73.7%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.929em;
  line-height: 1.385em;
  text-align: right;
}
.site-footer .right .vamed {
  margin: 0 13px 0 0;
}
.site-footer .right p {
  margin-right: 1px;
}
.site-footer .right .logos > a > img,
.site-footer .right .logos > img {
  margin-left: 1em;
  margin-bottom: 10px;
}
/* cookies hint: */
.cookies-hint {
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #c5c2c2;
  display: none;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.cookies-hint > div {
  max-width: 1080px;
  width: 93%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.cookies-hint > div > div {
  float: left;
  width: 85%;
}
.cookies-hint > div > a.cookies-accept,
.cookies-hint > div > a.cookies-decline {
  display: inline-block;
  margin-left: 1.2em;
  float: right;
}
.cookies-hint a {
  white-space: nowrap;
  text-decoration: underline;
  color: #1384d3;
}
@media only screen and (max-width: 767px) {
  .cookies-hint > div {
    width: 85%;
  }
  /* from main.less: */
  .site-footer .vcard {
    padding: 1em 0;
  }
  .site-footer .vcard,
  .site-footer .right {
    position: static !important;
  }
  .site-footer .right {
    text-align: left !important;
  }
  .site-footer .right img {
    display: block !important;
    margin-bottom: 1em !important;
  }
  .site-footer {
    height: 248px;
    position: relative;
    margin: 0 auto;
  }
  .site-footer .wrap {
    padding: 20px 0;
    width: 85%;
    max-width: 1080px;
  }
  .site-footer .units > div {
    font-size: 18px;
  }
  .site-footer .units > div h3 {
    float: none;
  }
  .site-footer .units > div > div {
    float: none;
    font-size: 1em;
  }
  .site-footer .units > div > div > a {
    margin: 0 0.9em 0.3em 0;
    display: inline-block;
  }
  .site-footer .vcard {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.929em;
    line-height: 1.462em;
    left: auto;
    top: auto;
    margin: 0 0 30px 0;
    width: 100%;
  }
  .site-footer h4 {
    font-weight: bold;
    margin: 0;
    color: #353535;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.462em;
  }
  .site-footer .right {
    position: relative;
    right: auto;
    top: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.929em;
    line-height: 1.385em;
    width: 100%;
  }
  .site-footer .right .vamed {
    margin: 0 13px 0 0;
  }
  .site-footer .right .logos img {
    max-width: 100%;
    height: auto !important;
    margin: 0 0 15px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .site-footer .units > div {
    padding-bottom: 15px;
  }
  .site-footer .units > div h3 {
    float: none;
    margin-bottom: 16px;
  }
  .site-footer .units > div > div {
    float: none;
  }
  .site-footer .units > div > div > a {
    margin: 0 0.9em 0.3em 0;
    display: inline-block;
  }
}
@media only screen and (min-width: 1080px) {
  .cookies-hint > div {
    width: 85%;
  }
}
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  position: relative;
  direction: ltr;
}
.royalSlider > * {
  float: left;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: none !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  /*left: 0;
	top: 0;
	position: absolute;*/
  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
.grab-cursor {
  cursor: url(/system/plugins/royalsider/grab.png) 8 8, move;
}
.grabbing-cursor {
  cursor: url(/system/plugins/royalsider/grabbing.png) 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(/system/plugins/royalsider/blank.gif);
}
/******************************
*
*  RoyalSlider Universal Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-universal.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
  background: #222;
  color: #FFF;
}
/***************
*
*  1. Arrows
*
****************/
.rsUni .rsArrow {
  height: 100%;
  width: 60px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsUni.rsVer .rsArrow {
  width: 100%;
  height: 60px;
}
.rsUni.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsUni.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsUni.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsUni.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.rsUni .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url('/system/plugins/royalsider/skins/universal/rs-universal.png');
  opacity: 0.5;
  border-radius: 2px;
}
.rsUni .rsArrow:hover .rsArrowIcn {
  opacity: 1;
}
.rsUni.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}
.rsUni.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}
.rsUni.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.rsUni.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
.rsUni .rsArrowDisabled .rsArrowIcn {
  opacity: 0.1 !important;
  filter: alpha(opacity=20);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsUni .rsBullets {
  position: relative;
  z-index: 35;
  padding-top: 4px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 5px;
  overflow: hidden;
}
.rsUni .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px;
}
.rsUni .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #BBB;
}
.rsUni .rsBullet.rsNavSelected span {
  background-color: #383838;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsUni .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsUni .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsUni.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsUni.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsUni .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsUni .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsUni .rsThumb.rsNavSelected {
  background: #333;
}
.rsUni .rsThumb.rsNavSelected img {
  opacity: 0.7;
  filter: alpha(opacity=30);
}
.rsUni .rsThumb.rsNavSelected .thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden;
}
.rsUni .rsTmb {
  display: block;
}
/* Thumbnails with text */
.rsUni .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
.rsUni .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
/* Thumbnails arrow icons */
.rsUni .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsUni.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsUni.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsUni.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsUni.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsUni.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsUni .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('/system/plugins/royalsider/skins/universal/rs-universal.png') transparent;
}
.rsUni.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsUni.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsUni.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsUni.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsUni .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsUni .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsUni .rsThumbsHor {
    height: 44px;
  }
  .rsUni .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsUni .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsUni .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  text-decoration: none;
  background: #FFF;
  border-right: none;
  *display: inline;
  *zoom: 1;
  *border-right: 1px solid #d9d9d9;
}
.rsUni .rsTab:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.rsUni .rsTab:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-right: 1px solid #D9D9DD;
}
.rsUni .rsTab:active {
  background-color: #f4f4f4;
}
.rsUni .rsTab.rsNavSelected {
  color: #FFF;
  background: #383838;
  border-color: #383838;
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsUni .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsUni .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('/system/plugins/royalsider/skins/universal/rs-universal.png') 0 0 transparent;
  opacity: 0.7;
  border-radius: 2px;
}
.rsUni .rsFullscreenBtn:hover .rsFullscreenIcn {
  opacity: 1;
}
.rsUni.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsUni .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsUni .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: url(rs-universal.png) no-repeat 0 -32px;
  background-color: #383838;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #383838;
}
.rsUni .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsUni .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}
.rsUni .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsUni .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsUni .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('/system/plugins/royalsider/skins/universal/rs-universal.png') -64px 0;
  background-color: #383838;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #383838;
}
.rsUni .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsUni .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/***************
*
*  8. Global caption
*
****************/
.rsUni .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #222;
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
/*! 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('/system/plugins/fancybox/source/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('/system/plugins/fancybox/source/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('/system/plugins/fancybox/source/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('/system/plugins/fancybox/source/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, 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('/system/plugins/fancybox/source/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('/system/plugins/fancybox/source/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Custom Definitions */
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
body {
  color: #353535;
  min-width: 320px;
  font-family: Arial, sans-serif;
}
.page-wrap {
  min-height: 60%;
  margin-bottom: -137px;
  background: #EFEFEF;
}
.page-wrap:after {
  content: "";
  display: block;
}
.wrap {
  position: relative;
  width: 93%;
  margin: 0 auto;
  max-width: 1080px;
}
/* Headline Definitions */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'FaktSoftSmConProNormal';
  margin: 0 0 20px 0;
  font-weight: normal;
  color: #1384d3;
  text-shadow: 1px 1px 1px #FFFFFF;
}
h3 {
  margin: 1em 0 10px;
}
p {
  margin: 0 0 10px 0;
}
ul {
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}
a {
  color: #353535;
  text-decoration: underline;
}
hr {
  color: #FFFFFF;
  margin: 0 0 1px 0;
  background: #FFFFFF;
  width: 100%;
  margin: 0;
  border: 0;
  height: 1px;
  border-bottom: 1px solid #EFEFEF;
  clear: both;
}
@media all and (min-width: 1080px) {
  .wrap {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    width: 100%;
  }
  .page-wrap {
    min-height: 0;
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */