@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ 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 8+.
 * 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.
 */
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; }

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

/**
 * 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 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 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; }

/**
 * Strips the unit from a given number-unit-combination and returns the number.
 * @link: http://stackoverflow.com/a/12335841/1779999
 * @usage: parse-int(10px) => 10
 */
/**
 * Simply adds the em unit to a given number. This is used twice in the 
 * function underneath, thus the need for a separate function.
 */
/**
 * Calculates em values for a given list of (px or em) values and a given em 
 * base. Multiply base values for nested em structures (last @usage example).
 * @usage: em(10px, 1.125) => .55556em
 *         em(24px, .875em) => 1.71429em
 *         em(12px 0 7em rgba(0, 0, 0, .7), 1.75) => .42857em 0 4em rgba(0, 0, 0, 0.7)
 *         em(12px) + em(3em) => 3.75em
 *         em(23px, em(53px)) => .43396em
 *         em(24px, 1.5 * 1.125) => .88889em
 */
.site-footer:before, .images-container:before, .image-100:before, .vrst-teaser:before, .site-footer:after, .video-wrap:after, .images-container:after, .image-100:after, .vrst-teaser:after {
  content: "";
  display: table; }

.site-footer:after,  .images-container:after, .image-100:after, .vrst-teaser:after {
  clear: both; }



.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */


@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?20658869");
  src: url("../font/fontello.eot?20658869#iefix") format("embedded-opentype"), url("../font/fontello.woff?20658869") format("woff"), url("../font/fontello.ttf?20658869") format("truetype"), url("../font/fontello.svg?20658869#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?20658869#fontello') format('svg');
  }
}
*/
[class^="fa-"]:before, [class*=" fa-"]: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); */ }

.fa-gplus-1:before {
  content: '\e800'; }

/* '' */
.fa-print:before {
  content: '\e801'; }

/* '' */
.fa-angle-double-left:before {
  content: '\e802'; }

/* '' */
.fa-angle-double-right:before {
  content: '\e803'; }

/* '' */
.fa-mail:before {
  content: '\e804'; }

/* '' */
.fa-youtube-1:before {
  content: '\e805'; }

/* '' */
.fa-twitter-1:before {
  content: '\e806'; }

/* '' */
.fa-angle-double-up:before {
  content: '\e807'; }

/* '' */
.fa-facebook-1:before {
  content: '\e808'; }

/* '' */
.fa-angle-double-down:before {
  content: '\e809'; }

/* '' */
.fa-menu:before {
  content: '\e80a'; }

/* '' */
.site-header {
  background: #4C4C4C;
  width: 100%; }

.site-header-h1 {
  margin: 0;
  clear: both;
  padding: 0.4em 0 0.4em 0; }
  @media screen and (min-width: 990px) {
    .site-header-h1 {
      padding: 0 0 0.9375em 0; } }
 
.logo-link {
  display: block;
  background: transparent url("i/logo-desktop.png") no-repeat right center;
  background-size: contain;
  width: 90%;
  height: 35px;
  float: right; }
  .logo-link span {
    display: none; }
  @media screen and (min-width: 768px) {
    .logo-link {
      height: 53px; } }
  @media screen and (min-width: 990px) {
    .logo-link {
      float: right;
      width: 550px;
      height: 73px;
      display: block; } }

.page-title {
  background: #E87C2D;
  clear: both;
  text-align: left; }
  .page-title p {
    padding: 0;
    line-height: 2.4375em; }
  .page-title strong {
    font-size: 1em;
    display: block; }
@media screen and (min-width: 667px) { 
   .page-title p {
      line-height: 2.9em; 
    }
}
    @media screen and (min-width: 990px) {
      .page-title strong {
        display: block;
        font-size: 1.375em;
        line-height: 2.9375em;
        margin: 0 0 0 31%; } }
  .page-title .site-container {
    position: relative; }
  .page-title .fa-icon {
    font-size: 0.75em;
    line-height: 1.375em; }
    .page-title .fa-icon:before {
      margin-right: 0;
      vertical-align: 10%; }
  .page-title .toggle-nav-mobile {
    font-size: .9em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: baseline;
    line-height: 2.9375em;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    text-transform: uppercase; }
    .page-title .toggle-nav-mobile img {
      line-height: 1em;
      height: 1em;
      vertical-align: baseline; }
@media screen and (min-width: 667px) { 

  .page-title .toggle-nav-mobile {
      font-size: 1em;
    }
}
.site-header .navigation-service ul {
  margin: 0;
  padding: 1.6875em 0 1.5em 0;
  float: right; }

.site-header .navigation-service li {
  display: inline-block;
  margin-left: 20px; }

.site-header .navigation-service a {
  color: #fff;
  text-decoration: none; }
  .site-header .navigation-service a span {
    display: none; }

@media screen and (min-width: 990px) {
  .mobile-only {
    display: none; } }

.site-container {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin: 0 4%; }
  .site-container:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (min-width: 768px) {
    .site-container {
      margin: 0 2%; } }
  @media screen and (min-width: 990px) {
    .site-container {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
      .site-container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media screen and (min-width: 1160px) {
    .site-container {
      max-width: 1140px;
      margin-left: auto;
      margin-right: auto;
      margin: 0 auto; }
      .site-container:after {
        content: " ";
        display: block;
        clear: both; } }

.site-header .navigation-service {
  display: none; }
  @media screen and (min-width: 990px) {
    .site-header .navigation-service {
      display: block; } }

.page-content-container {
  padding-top: 0.75em;
  position: relative; }
  @media screen and (max-width: 992px) {
    .page-content-container {
      padding-top: 0;
      margin: 0; } }

.navigation-wrap {
  width: 29%;
  margin-right: 2%;
  float: left; }

.content {
  padding-bottom: 3.75em; }
  @media screen and (min-width: 990px) {
    .content {
      margin: 0; } }

.content-wrap {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
  clear: both; }
  @media screen and (min-width: 990px) {
    .content-wrap {
      width: 69%;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      float: left; }
      .content-wrap.full-content-size {
        width: 69%; } }

.navigation-wrap {
  padding-top: 1.125em;
  display: none; }
  @media screen and (min-width: 990px) {
    .navigation-wrap {
      display: block; } }
  .navigation-wrap.open {
    display: block; }
  .navigation-wrap ul {
    margin: 0;
    padding: 0; }
  .navigation-wrap a {
    text-decoration: none;
    font-weight: bold; }
  .navigation-wrap li {
    list-style: none;
    padding: 0; }
  .navigation-wrap .nav-ul-l1 {
    padding: 0 0 1.5em 0; }
  .navigation-wrap .nav-ul-l2 {
    margin: 0.875em 0 1.125em 0; }
  .navigation-wrap .nav-ul-l3 {
    margin: 0.375em 0 0.25em 1em; }
  .navigation-wrap .nav-li-l1 {
    margin-bottom: 0.8125em; }
    .navigation-wrap .nav-li-l1.mb-1 {
      margin-bottom: 2.5em; }
  .navigation-wrap .nav-a-l1 {
    font-size: 1.5625em;
    color: #000; }
    .navigation-wrap .nav-a-l1.active {
      color: #E87C2D; }
  .navigation-wrap .nav-li-l2 {
    margin-bottom: 0.3125em; }
    .navigation-wrap .nav-li-l2.mb-1 {
      margin-bottom: 1.375em; }
    .navigation-wrap .nav-li-l2 .fa-icon {
      font-size: 0.875em; }
      .navigation-wrap .nav-li-l2 .fa-icon:before {
        margin-right: 0; }
    .navigation-wrap .nav-li-l2 a {
      color: #666; }
    .navigation-wrap .nav-li-l2 a.active {
      color: #FF9933; }
  .navigation-wrap .nav-li-l3 {
    margin-bottom: .3em; }

@media screen and (max-width: 992px) {
  .navigation-wrap {
    width: 100%;
    float: left;
    margin: 0;
    padding: 1.5625em 0 0 0;
    border-bottom: 3px solid #E87C2D;
    background: #eee; }
    .navigation-wrap .nav-a-l1 {
      font-size: 1.125em; }
    .navigation-wrap .nav-li-l2 {
      margin-bottom: .3em; } }

@media screen and (max-width: 992px) {
  .navigation-wrap .navigation {
    margin: 0 0 0 3%;
    float: left;
    width: 47%; } }

@media screen and (max-width: 768px) {
  .navigation-wrap .navigation {
    float: none;
    width: 92%;
    margin: 0 4%; } }

.navigation-wrap .mobile-service-navigation {
  margin-bottom: 1.25em; }
  @media screen and (max-width: 992px) {
    .navigation-wrap .mobile-service-navigation {
      float: left;
      width: 47%;
      margin-right: 3%; } }
  @media screen and (max-width: 768px) {
    .navigation-wrap .mobile-service-navigation {
      float: none;
      width: 92%;
      clear: both;
      margin-left: 4%;
      margin-right: 4%; } }

.breadcrumb {
  margin-bottom: 1em;
  font-size: 0.9375em; }
  .breadcrumb ul {
    margin: 0;
    padding: 0; }
  .breadcrumb li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline; }
  .breadcrumb a {
    color: #666;
    text-decoration: none;
    display: inline-block;
    margin-right: 0.375em; }
    .breadcrumb a:hover {
      color: #E87C2D; }
  .breadcrumb .fa-icon {
    font-size: 13px; }
    .breadcrumb .fa-icon:before {
      margin-right: 0.0625em;
      vertical-align: 10%; }
  @media screen and (max-width: 992px) {
    .breadcrumb {
      display: none; } }

.site-footer {
  background: #4C4C4C;
  min-height: 100px;
  border-top: 10px solid #FF9933;
  padding: 3.125em 0;
  color: #ccc;
  line-height: 1.5em; }
  .site-footer h4 {
    color: #FF9933;
    margin-top: 0;
    margin-bottom: .6em;
    font-size: 1em; }
  .site-footer h5 {
    color: #ccc;
    font-size: 16px;
    margin-bottom: 1em; }
  .site-footer p {
    font-size: 16px; }
  .site-footer .less-top-margin {
    margin-top: .4em; }
  .site-footer strong {
    color: #FF9933;
    font-weight: normal; }
  .site-footer .more-margin {
    margin-bottom: 2.5em; }
  .site-footer a {
    color: #FF9933;
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline; }
    .site-footer a.invisible-link {
      color: #ccc;
      text-decoration: underline; }
  .site-footer .img-svg {
    vertical-align: text-bottom;
    line-height: 1em;
    display: inline-block;
    margin-right: 0.125em; }
  .site-footer .g-map {
    width: 80%;
    height: 200px;
    margin-top: 1.625em; }

.footer-col-service {
  width: 96%;
  margin: 0 2%; }
  @media screen and (min-width: 768px) {
    .footer-col-service {
      width: 48%;
      margin: 0 1%;
      float: left; } }
  @media screen and (min-width: 990px) {
    .footer-col-service {
      width: 28%;
      min-height: 200px;
      margin: 0; }
      .footer-col-service.footer-col-service-2 {
        width: 38%;
        margin: 0 3%; } }

a, a:focus {
  outline: none; }

.back-to-top {
  position: fixed;
  bottom: 1.5em;
  right: 6%;
  text-decoration: none;
  color: #fff;
  background-color: rgba(135, 135, 135, 0.8);
  font-size: 34px;
  padding: 0.1875em 0.25em;
  display: none;
  line-height: 1em; }

.back-to-top:hover {
  background-color: rgba(135, 135, 135, 0.5); }

.fa-angle-double-up:before {
  margin-right: 0; }

.content {
  padding-top: .8em;
  padding-bottom: 2.2em;
  line-height: 1.5em; }
  .content p {
    margin-top: 0;
    margin-bottom: 1.4em; }
  .content .border-bottom {
    border-bottom: 3px solid #ccc;
    padding-bottom: 1.5em; }
  .content a {
    color: #E87C2D;
    text-decoration: none; }
    .content a:hover {
      text-decoration: underline; }
  .content img {
    max-width: 100%;
    height: auto; }
  .content h2 {
    font-size: 1.25em;
    margin: 0 0 .8em 0; }
  .content h3 {
    color: #E87C2D;
    font-size: 1em;
    margin: .4em 0 .4em 0; }
  .content h4 {
    margin: .4em 0 .8em 0; }

.content .astg-teaser {
  border-top: 1px solid #666;
  margin-bottom: 2em;
  padding-top: 2em; }
  .content .astg-teaser:first-child {
    border-top: none;
    padding-top: .6em; }

.content .astg-headline {
  margin: 0 0 .4em 0;
  font-size: 1.125em; }

.content .astg-subheadline {
  margin: 0.875em 0 0.625em 0;
  font-size: 1.125em;
  color: #111; }

.content .astg-cat {
  color: #333;
  margin: 1.125em 0 0.875em 0;
  font-weight: normal; }

.content .astg-hint {
  color: #E87C2D;
  margin: 0.875em 0 1.25em 0; }

.content .astg-image {
  display: block; }

.content .astg-teaser .astg-image {
  margin-right: 20%; }

.video-wrap {
  /*margin-left: 1%;
  margin-right: 1%;*/
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 2em;
  width: 100%;
  /* 16:9 */
   }
  .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%; 
    border:0;}

.caption {
  font-size: 0.875em;
  color: #333;
  padding-top: .3em;
  line-height: 1.1em; }

.images-container {
  margin-left: -1%;
  margin-right: -1%; }

.image {
  float: left;
  margin: 1.2em 1%; }

.single-image {
  padding-bottom: 1.5em; }

.image-100 {
  width: 90%; }

.image-66 {
  width: 63%;
  margin-right: 1%; }

.image-50 {
  width: 47%; }
  .image-50:first-child {
    margin-right: 2%; }

.image-33 {
  width: 31.5%;
  margin-left: 1.5%; }

.vrst-teaser {
  margin-bottom: 1.25em; }
  .vrst-teaser .vrst-image {
    width: 30%;
    float: right;
    background: #ccc; }
    .vrst-teaser .vrst-image img {
      width: auto;
      margin: 0 auto;
      max-width: 100%;
      display: block; }
  .vrst-teaser .vrst-content {
    width: 64%;
    margin-right: 6%;
    float: left; }
    .vrst-teaser .vrst-content h2 {
      font-size: 1em;
      margin: 0 0 .2em 0; }
    .vrst-teaser .vrst-content p {
      margin-bottom: .1em; }
    .vrst-teaser .vrst-content .vrst-more {
      margin: .2em 0 1.2em 0; }
  .vrst-teaser .vrst-date {
    color: #E87C2D;
    margin: 0 0 .1em 0; }
  .vrst-teaser:after {
    content: ' ';
    display: block;
    border-bottom: 1px solid #666;
    margin-right: 36%;
    padding-top: 0.9375em; }

.home {
  background: url("i/bg-start.jpg") no-repeat center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.home .page-content-container {
  padding-top: 0; }

.home .navigation-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  
  margin-right: 0;
  float: none;
  background: rgba(255, 255, 255, 0.8); }

@media screen and (min-width: 990px) {
  .home .navigation-wrap {
    padding-top: 0;
  }
  .home .navigation .nav-ul-l1 {
    padding: 1.875em 0 30px 0; }
    .home .navigation .nav-wrap.open {
      max-height: 500px; }

  .home .navigation {
  float: none;
  width: 100%;
  padding-top: 0; }


  .home .start-burger {
  width: 5em;
  display: block;
  position: absolute;
  top: -4.75em; }
  .home .start-burger span {
    display: block;
    border-bottom: solid 4px #fff;
    margin-bottom: 0.375em; }
  .home .start-burger:hover span {
    border-color: #ccc; }
  
}


  
    

.home .content-wrap {
  padding-top: 10%; }
  @media screen and (min-width: 768px) {
    .home .content-wrap {
      margin: 0 10%;
      width: 80%;
      padding-top: 6.25em; } }
  @media screen and (min-width: 990px) {
    .home .content-wrap {
      margin-left: 36%;
      width: 44%; } }

.bg-trans-white {
  background: rgba(255, 255, 255, 0.8); }

.content-home {
  padding: 20px 20px; }
  .content-home .astg-headline,
  .content-home h2 {
    font-size: 1.0625em;
    margin-bottom: .2em; }
  .content-home .astg-subheadline,
  .content-home h3 {
    margin-top: 0;
    font-size: 1.0625em;
    margin-bottom: .2em; }
  .content-home .astg-cat,
  .content-home h4 {
    margin-top: 0;
    margin-bottom: .2em;
    font-size: 1.0625em; }
  .content-home .astg-hint,
  .content-home p {
    margin-top: 0;
    margin-bottom: .2em; }
  .content-home .astg-more-link {
    margin-top: .5em;
    margin-bottom: 1em; }

.go-to-mainpage {
  padding: 16px 20px;
  margin-top: 2px;
  margin-bottom: 1.875em; }
  .go-to-mainpage a {
    color: #E87C2D;
    text-decoration: none; }
    .go-to-mainpage a:hover {
      text-decoration: underline; }

.btn {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  border: none;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #4fbfa5;
  padding: 10px 20px 10px 20px;
  text-decoration: none; }

.btn:hover {
  background: #E87C2D;
  text-decoration: none; }

fieldset {
  margin: 0;
  padding: 1em 0;
  border: none; }

.type-text {
  margin-bottom: .6em; }
  .type-text label {
    display: block;
    margin-bottom: .1em; }
  .type-text input {
    font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
    display: block;
    border: 3px solid #fff;
    width: 90%;
    padding: .6em .3em;
    font-size: 1.3em;
    color: #333; }
    .type-text input.with-error {
      border-color: #e33; }

.type-textarea label {
  display: block;
  margin-bottom: .1em; }

.type-textarea textarea {
  font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
  display: block;
  border: 3px solid #fff;
  width: 90%;
  padding: .6em .3em;
  font-size: 1.1em;
  color: #333;
  height: 6em; }
  .type-textarea textarea.with-error {
    border-color: #e33; }

.type-button {
  padding-top: 1.5em; }

html {
  height: 100%;
  padding: 0; }

body {
  height: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #111;
  padding: 0; }

.site-wrap {
  width: 100%; }

[class^="fa-"]:before, [class*=" fa-"]:before {
  margin-left: 0; }


body .cc_container {
  padding-left: 5%;
  padding-right: 5%;
}

body .cc_container .cc_message{
  
  line-height: 1.2em;
  font-size: .9em !important;
  
}

body .cc_container .cc_btn {
  margin-top: 1.5em;
  float: none;
  display: block;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 760px) {
  body .cc_container .cc_message{
    width: 75%;
    float: left;
  }
  .botton-wrap {
    width: 20%;
    float: right;
  }
  body .cc_container .cc_btn {
      max-width: 100%;
  }
}

.home .page-title strong {
  width: 10px;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
}
@media screen and (min-width: 990px) {
  .home .page-title{
    display: none; 
  }
  .home .navigation .nav-wrap {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s; }
}
.image {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .size-30 {
      min-width: 100%;
      max-width: 100%;
    }
    .size-30 {
      width: 30%;
      min-width: 30%;
      max-width: 30%;
    }
    .size-20 {
      width: 48%;
      min-width: 48%;
      max-width: 48%;
    }
    .images-container {
      display: flex;
      flex-wrap: wrap;
    }
}


/*start*/

.static {
  position: static; 
}
.navigation-wrap {
  z-index: 100;
}
 
.item {
  /*background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
  height: 100%;
  width: 100%;
  overflow:hidden;
  position:relative;

}
  .content-home {
    padding: 0;
  }
  .slider-container {
    width: 100%;
    height: 100%;
    min-height: 400px;
  }
  .tns-controls {
    display: none;
  }
  .tns-nav {
    position: absolute;
    z-index: 99;
    bottom: 1em;
    width: 100%;
    text-align: center;
  }
  .tns-nav-active {
    background-color: #FF9933;
  }
  .tns-nav button{
    border-radius: 50%;
    height: 1em;
    width: 1em;
    border: solid 1px #ddd;
    display: inline-block;
    margin: 0 .2em;
  }
  .tns-nav button:focus {outline:0;}
  .tns-nav button span {
    display: none;
  }
  #base-iw {
    margin: 0 !important;
  }

/*Horizontal*/

.item.cover img {
    /*object-fit: cover;
    object-position: 50% 50%;*/
    /*height: 100%;
    width: 100%;*/
    
    z-index: 5;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
  
    /*height: 100%;*/
  /*  width: 100%;    */
    height: 100%;
    display: block;
    width: auto;
    max-width: none;
}
.item.cover .height-auto {
  height: auto;
  width: 100%;
}

/*Vertical*/
.vert .item.cover img {
  height: 100%;
  width: auto;
  max-width: 10000%;
}





.slider-container  .caption {
    position: absolute;
    top: 0;
    left: 2%;
    right: 2%;
    z-index : 10;
  
    margin: 0;
    height: 90%;
    display: flex;
    flex-direction:column;
    
    justify-content: center;
    text-align: left;
    font-size: 1.1em;
    text-align: center;
  }
.slider-container    .caption br{
      display: none;
    }
 .slider-container .caption .main-headline {   
    font-size: 1.5em;
 
    line-height: 1.25em;
    margin-bottom: .8em;
  }
 .slider-container .caption .sub-headline {  
    font-size: 1em;
 
    line-height: 1.25em;
    font-weight: bold;
  }
 .slider-container .caption p{
    font-size: 1em;
    margin-bottom: 1em;
    line-height: 1.3em;
  }

  @media screen and (min-width: 360px) {
    
    
  .slider-container  .caption .main-headline {   
      font-size: 1.8em;
    }
 .slider-container   .caption .sub-headline {  
      font-size: 1.2em;
    }
  }
  @media screen and (min-width: 667px) {
 .slider-container   .caption p{
      font-size: 1.2em;
    }
 .slider-container   .caption {
      left: 20%;
      right: 20%;
    }
.slider-container    .caption br{
      display: block;
    }
 .slider-container   .caption .main-headline {   
      font-size: 3em;
    }
  .slider-container  .caption .sub-headline {  
      font-size: 1.8em;
    }
  .slider-container .caption-orange-l,
.slider-container .caption-white-l,
.slider-container .caption-black-l {
  text-align: left;
  left: 10%;
  right: 10%;
  
}
  }

.slider-container .caption,
.slider-container .caption a,
.slider-container .caption-orange-l,
.slider-container .caption-orange-l a {
    color: #E36923;
  }

.slider-container .caption.caption-black,
.slider-container .caption.caption-black a,
.slider-container .caption-black-l,
.slider-container .caption-black-l a {
    color: #111;
  }
  .slider-container .caption.caption-white,
.slider-container .caption.caption-white a,
.slider-container .caption-white-l,
.slider-container .caption-white-l a {
    color: #fff;
  }
.slider-container  .caption a:hover {
    text-decoration: none;
    opacity: .8;
  }
 .slider-container .caption h3{
    margin-bottom: 1em;
    line-height: 1.3em;
  }
  