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

body, form {
    margin: 0;
}

.ipo-stoerer {
    display: none !important;
}

.stadler-logo-new img {
    width: 100%;
}

.stadler-logo-new img {
    width: 100%;
}

.ipo-stoerer {
    /*display: none;*/
}

.ckx table td {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding-bottom: 1.5em !important;
    padding-top: 1.5em !important;
    padding-left: 0 !important;
    color: white;
}

.content table.ebitda {
    margin-bottom: 2em;
}

@font-face {
    font-family: Icons;
    src: url(/static/fonts/Icons/Icons.eot);
    src: url(/static/fonts/Icons/Icons.woff2) format("woff2"), url(/static/fonts/Icons/Icons.woff) format("woff"), url(/static/fonts/Icons/Icons.ttf) format("truetype"), url(/static/fonts/Icons/Icons.eot?#iefix) format("woff"), url(/static/fonts/Icons/Icons.svg#Icons) format("svg");
    font-weight: 400;
    font-style: normal
}

.cke-block a {
    color: #0B3F75;
    text-decoration: none;
    cursor: pointer;
}

.cke-block {
    position: fixed;
    z-index: 300;
    top: 90px;
    left: 31px;
    /* color: #fff; */
    font-weight: 700;
    line-height: 2em;
    background: #13ff00;
    padding: 1px 11px 0;
    text-transform: uppercase;
}

.icon-arrow-back:before, .icon-arrow-down:before, .icon-arrow-hint:before, .icon-arrow-left-big:before, .icon-arrow-left:before, .icon-arrow-right-big:before, .icon-arrow-right-down:before, .icon-arrow-right:before, .icon-arrow-up:before, .icon-chat:before, .icon-close:before, .icon-economy:before, .icon-flexibility:before, .icon-globe:before, .icon-group:before, .icon-home:before, .icon-independent:before, .icon-linkedin:before, .icon-mail:before, .icon-map-marker:before, .icon-menu:before, .icon-partnership:before, .icon-play:before, .icon-plus:before, .icon-print:before, .icon-reliable:before, .icon-search:before, .icon-share:before, .icon-stadler_logo:before, .icon-technology:before, .icon-twitter:before, .open .icon-menu:before {
    font-family: Icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

/** Scroll To Top
 **************************************************************** **/
#toTop {
    background-color: rgba(132, 132, 132, 0.13);
    bottom: 10px;
    color: #ffffff;
    display: none;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    opacity: 0.6;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 40px;
    z-index: 1000;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    /* z-index: 100000000; */
    /* position: absolute; */
    /* text-shadow: 1px 1px 1px white; */
}

#toTop:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

#toTop:before {
    font-family: Icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    content: ""
}

img[id^='plugin_obj_'] {
    display: none;
}

.has-danger li {
    color: #C80000;
}

.content.blue .has-danger li {
    color: #ffcc00;
}

.content .news-teaser-container .news-teaser .news-teaser-inner h2 {
    font-size: 1.25em;
    word-wrap: break-word;
    padding-left: 20px;
}

.hide_full {
    display: none;
}

.show_full {
    display: block !important;
}

body:before {
    content: '';
    position: absolute;
    top: 80px;
    bottom: 0;
    background: #00ff0d;
    width: 100%;
    z-index: 10000;
    height: 1px;
    display: none;
}

#data-protection .mob-only {
    display: none;
}

a.data-protection-ok:hover {
    background: rgba(255, 255, 255, 0.23);
}

a.data-protection-ok {
    background: rgba(255, 255, 255, 0.13);
    padding: .5em 1em;
    margin-left: 1.5em;
    cursor: pointer;
}

#data-protection span {
    text-align: left;
}

@media (max-width: 768px) {
    #data-protection span {
        font-size: 88%;
    }
}

@media screen and (min-width: 630px) AND (max-width: 1250px) {
    #data-protection .mob-only {
        display: block;
        background-color: red;
    }
}

#data-protection a {
    color: #555;
}

#data-protection {
    background: rgba(204, 204, 204, 0.84);
    position: fixed;
    bottom: -15em;
    padding: 1em 1.5em;
    width: 100%;
    font-size: 12px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: 10000000;
    color: white;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#data-protection.show {
    bottom: 0 !important;
}

[hidden], section.map .address-overlay .flyout-location, template, .hidden {
    display: none
}

dl, h4, menu, ol, p, pre, ul {
    margin: 1.5em 0
}

img, legend {
    border: 0
}

.header-container header.wrapper:after, .header-container:after {
    clear: both;
    content: "";
    display: table
}

.icon-arrow-back:before {
    content: ""
}

.icon-arrow-down:before {
    content: ""
}

.icon-arrow-hint:before {
    content: ""
}

.icon-arrow-left-big:before {
    content: ""
}

.icon-arrow-left:before {
    content: ""
}

.icon-arrow-right-big:before {
    content: ""
}

.icon-arrow-right:before {
    content: ""
}

.icon-arrow-up:before {
    content: ""
}

.icon-chat:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-economy:before {
    content: ""
}

.icon-flexibility:before {
    content: ""
}

.icon-globe:before {
    content: ""
}

.icon-group:before {
    content: ""
}

.icon-home:before {
    content: ""
}

.icon-independent:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

.icon-mail:before {
    content: ""
}

.icon-map-marker:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-partnership:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-print:before {
    content: ""
}

.icon-reliable:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-share:before {
    content: ""
}

.icon-stadler_logo:before {
    content: ""
}

.icon-technology:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

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

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

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

a {
    background-color: transparent;
}

a.citelink {
    font-size: 80% !important;
    font-style: italic;
    text-decoration: none;
    color: white !important;
    opacity: .7;
}

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

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

b, optgroup, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

h2 {
    font-size: 1.5em;
    margin: 1em 0
}

h3 {
    font-size: 1.17em;
    margin: 1.28205em 0
}

h4 {
    font-size: 1em
}

h5 {
    font-size: .83em;
    margin: 1.80723em 0
}

h6 {
    font-size: .67em;
    margin: 2.23881em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    -ms-interpolation-mode: bicubic
}

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

dd {
    margin: 0 0 0 40px
}

menu, ol, ul {
    padding: 0 0 0 40px
}

.container-fluid, legend, td, th {
    padding: 0
}

nav ol, nav ul {
    list-style: none
}

blockquote, figure {
    margin: 1.5em 40px
}

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

pre, textarea {
    overflow: auto
}

body.mobile-menu-open, button {
    overflow: visible
}

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

body, section.map .gm-style {
    font-family: Akkurat-Pro, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto
}

button, select {
    text-transform: none;
    border-radius: 0;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal;
    background: transparent;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.container-fluid:after, .row:after {
    content: "";
    display: table;
    clear: both
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding: 0 10px;
    float: left
}

.container {
    /*width: 1024px;*/
    max-width: 1200px
}

.col-xl-1 {
    width: 12.5%
}

.col-xl-pull-1 {
    right: 12.5%
}

.col-xl-push-1 {
    left: 12.5%
}

.col-xl-offset-1 {
    margin-left: 12.5%
}

.col-xl-2 {
    width: 25%
}

.col-xl-pull-2 {
    right: 25%
}

.col-xl-push-2 {
    left: 25%
}

.col-xl-offset-2 {
    margin-left: 25%
}

.col-xl-3 {
    width: 37.5%
}

.col-xl-pull-3 {
    right: 37.5%
}

.col-xl-push-3 {
    left: 37.5%
}

.col-xl-offset-3 {
    margin-left: 37.5%
}

.col-xl-4 {
    width: 50%
}

.col-xl-pull-4 {
    right: 50%
}

.col-xl-push-4 {
    left: 50%
}

.col-xl-offset-4 {
    margin-left: 50%
}

.col-xl-5 {
    width: 62.5%
}

.col-xl-pull-5 {
    right: 62.5%
}

.col-xl-push-5 {
    left: 62.5%
}

.col-xl-offset-5 {
    margin-left: 62.5%
}

.col-xl-6 {
    width: 75%
}

.col-xl-pull-6 {
    right: 75%
}

.col-xl-push-6 {
    left: 75%
}

.col-xl-offset-6 {
    margin-left: 75%
}

.col-xl-7 {
    width: 87.5%
}

.col-xl-pull-7 {
    right: 87.5%
}

.col-xl-push-7 {
    left: 87.5%
}

.col-xl-offset-7 {
    margin-left: 87.5%
}

.col-xl-8 {
    width: 100%
}

.col-xl-pull-8 {
    right: 100%
}

.col-xl-push-8 {
    left: 100%
}

.col-xl-offset-8 {
    margin-left: 100%
}

.visible-xl {
    display: block !important
}

table.visible-xl {
    display: table
}

tr.visible-xl {
    display: table-row !important
}

td.visible-xl, th.visible-xl {
    display: table-cell !important
}

.visible-xl-block {
    display: block !important
}

.visible-xl-inline {
    display: inline !important
}

.visible-xl-inline-block {
    display: inline-block !important
}

.hidden-xl {
    display: none !important
}

@media (max-width: 1200px) {
    .container {
        width: 1024px
    }

    .col-lg-1 {
        width: 12.5%
    }

    .col-lg-pull-1 {
        right: 12.5%
    }

    .col-lg-push-1 {
        left: 12.5%
    }

    .col-lg-offset-1 {
        margin-left: 12.5%
    }

    .col-lg-2 {
        width: 25%
    }

    .col-lg-pull-2 {
        right: 25%
    }

    .col-lg-push-2 {
        left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 25%
    }

    .col-lg-3 {
        width: 37.5%
    }

    .col-lg-pull-3 {
        right: 37.5%
    }

    .col-lg-push-3 {
        left: 37.5%
    }

    .col-lg-offset-3 {
        margin-left: 37.5%
    }

    .col-lg-4 {
        width: 50%
    }

    .col-lg-pull-4 {
        right: 50%
    }

    .col-lg-push-4 {
        left: 50%
    }

    .col-lg-offset-4 {
        margin-left: 50%
    }

    .col-lg-5 {
        width: 62.5%
    }

    .col-lg-pull-5 {
        right: 62.5%
    }

    .col-lg-push-5 {
        left: 62.5%
    }

    .col-lg-offset-5 {
        margin-left: 62.5%
    }

    .col-lg-6 {
        width: 75%
    }

    .col-lg-pull-6 {
        right: 75%
    }

    .col-lg-push-6 {
        left: 75%
    }

    .col-lg-offset-6 {
        margin-left: 75%
    }

    .col-lg-7 {
        width: 87.5%
    }

    .col-lg-pull-7 {
        right: 87.5%
    }

    .col-lg-push-7 {
        left: 87.5%
    }

    .col-lg-offset-7 {
        margin-left: 87.5%
    }

    .col-lg-8 {
        width: 100%
    }

    .col-lg-pull-8 {
        right: 100%
    }

    .col-lg-push-8 {
        left: 100%
    }

    .col-lg-offset-8 {
        margin-left: 100%
    }

    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }
}

@media (max-width: 1024px) {
    .container {
        width: 100%
    }

    .col-md-1 {
        width: 12.5%
    }

    .col-md-pull-1 {
        right: 12.5%
    }

    .col-md-push-1 {
        left: 12.5%
    }

    .col-md-offset-1 {
        margin-left: 12.5%
    }

    .col-md-2 {
        width: 25%
    }

    .col-md-pull-2 {
        right: 25%
    }

    .col-md-push-2 {
        left: 25%
    }

    .col-md-offset-2 {
        margin-left: 25%
    }

    .col-md-3 {
        width: 37.5%
    }

    .col-md-pull-3 {
        right: 37.5%
    }

    .col-md-push-3 {
        left: 37.5%
    }

    .col-md-offset-3 {
        margin-left: 37.5%
    }

    .col-md-4 {
        width: 50%
    }

    .col-md-pull-4 {
        right: 50%
    }

    .col-md-push-4 {
        left: 50%
    }

    .col-md-offset-4 {
        margin-left: 50%
    }

    .col-md-5 {
        width: 62.5%
    }

    .col-md-pull-5 {
        right: 62.5%
    }

    .col-md-push-5 {
        left: 62.5%
    }

    .col-md-offset-5 {
        margin-left: 62.5%
    }

    .col-md-6 {
        width: 75%
    }

    .col-md-pull-6 {
        right: 75%
    }

    .col-md-push-6 {
        left: 75%
    }

    .col-md-offset-6 {
        margin-left: 75%
    }

    .col-md-7 {
        width: 87.5%
    }

    .col-md-pull-7 {
        right: 87.5%
    }

    .col-md-push-7 {
        left: 87.5%
    }

    .col-md-offset-7 {
        margin-left: 87.5%
    }

    .col-md-8 {
        width: 100%
    }

    .col-md-pull-8 {
        right: 100%
    }

    .col-md-push-8 {
        left: 100%
    }

    .col-md-offset-8 {
        margin-left: 100%
    }

    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }

    .hidden-md {
        display: none !important
    }
}

@media (max-width: 1080px) {
    .container {
        width: 100%;
        padding: 0 30px
    }

    .col-sm-1 {
        width: 12.5%
    }

    .col-sm-pull-1 {
        right: 12.5%
    }

    .col-sm-push-1 {
        left: 12.5%
    }

    .col-sm-offset-1 {
        margin-left: 12.5%
    }

    .col-sm-2 {
        width: 25%
    }

    .col-sm-pull-2 {
        right: 25%
    }

    .col-sm-push-2 {
        left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 25%
    }

    .col-sm-3 {
        width: 37.5%
    }

    .col-sm-pull-3 {
        right: 37.5%
    }

    .col-sm-push-3 {
        left: 37.5%
    }

    .col-sm-offset-3 {
        margin-left: 37.5%
    }

    .col-sm-4 {
        width: 50%
    }

    .col-sm-pull-4 {
        right: 50%
    }

    .col-sm-push-4 {
        left: 50%
    }

    .col-sm-offset-4 {
        margin-left: 50%
    }

    .col-sm-5 {
        width: 62.5%
    }

    .col-sm-pull-5 {
        right: 62.5%
    }

    .col-sm-push-5 {
        left: 62.5%
    }

    .col-sm-offset-5 {
        margin-left: 62.5%
    }

    .col-sm-6 {
        width: 75%
    }

    .col-sm-pull-6 {
        right: 75%
    }

    .col-sm-push-6 {
        left: 75%
    }

    .col-sm-offset-6 {
        margin-left: 75%
    }

    .col-sm-7 {
        width: 87.5%
    }

    .col-sm-pull-7 {
        right: 87.5%
    }

    .col-sm-push-7 {
        left: 87.5%
    }

    .col-sm-offset-7 {
        margin-left: 87.5%
    }

    .col-sm-8 {
        width: 100%
    }

    .col-sm-pull-8 {
        right: 100%
    }

    .col-sm-push-8 {
        left: 100%
    }

    .col-sm-offset-8 {
        margin-left: 100%
    }

    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }

    .hidden-sm {
        display: none !important
    }
}

@media (max-width: 500px) {
    .container {
        width: 100%;
        padding: 9px 25px
    }

    .col-xs-1 {
        width: 12.5%
    }

    .col-xs-pull-1 {
        right: 12.5%
    }

    .col-xs-push-1 {
        left: 12.5%
    }

    .col-xs-offset-1 {
        margin-left: 12.5%
    }

    .col-xs-2 {
        width: 25%
    }

    .col-xs-pull-2 {
        right: 25%
    }

    .col-xs-push-2 {
        left: 25%
    }

    .col-xs-offset-2 {
        margin-left: 25%
    }

    .col-xs-3 {
        width: 37.5%
    }

    .col-xs-pull-3 {
        right: 37.5%
    }

    .col-xs-push-3 {
        left: 37.5%
    }

    .col-xs-offset-3 {
        margin-left: 37.5%
    }

    .col-xs-4 {
        width: 50%
    }

    .col-xs-pull-4 {
        right: 50%
    }

    .col-xs-push-4 {
        left: 50%
    }

    .col-xs-offset-4 {
        margin-left: 50%
    }

    .col-xs-5 {
        width: 62.5%
    }

    .col-xs-pull-5 {
        right: 62.5%
    }

    .col-xs-push-5 {
        left: 62.5%
    }

    .col-xs-offset-5 {
        margin-left: 62.5%
    }

    .col-xs-6 {
        width: 75%
    }

    .col-xs-pull-6 {
        right: 75%
    }

    .col-xs-push-6 {
        left: 75%
    }

    .col-xs-offset-6 {
        margin-left: 75%
    }

    .col-xs-7 {
        width: 87.5%
    }

    .col-xs-pull-7 {
        right: 87.5%
    }

    .col-xs-push-7 {
        left: 87.5%
    }

    .col-xs-offset-7 {
        margin-left: 87.5%
    }

    .col-xs-8 {
        width: 100%
    }

    .col-xs-pull-8 {
        right: 100%
    }

    .col-xs-push-8 {
        left: 100%
    }

    .col-xs-offset-8 {
        margin-left: 100%
    }

    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }

    .hidden-xs {
        display: none !important
    }
}

@font-face {
    font-family: Akkurat-Pro;
    src: url(/static/fonts/AkkuratPro/lineto-akkurat-pro-regular.eot#iefix) format("eot"), url(/static/fonts/AkkuratPro/lineto-akkurat-pro-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Akkurat-Pro;
    src: url(/static/fonts/AkkuratPro/lineto-akkurat-pro-Italic.eot#iefix) format("eot"), url(/static/fonts/AkkuratPro/lineto-akkurat-pro-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Akkurat-Pro;
    src: url(/static/fonts/AkkuratPro/lineto-akkurat-pro-bold.eot#iefix) format("eot"), url(/static/fonts/AkkuratPro/lineto-akkurat-pro-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Akkurat-Pro;
    src: url(/static/fonts/AkkuratPro/lineto-akkurat-pro-bolditalic.eot#iefix) format("eot"), url(/static/fonts/AkkuratPro/lineto-akkurat-pro-bolditalic.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Akkurat-Pro;
    src: url(/static/fonts/AkkuratPro/lineto-akkurat-pro-light.eot#iefix) format("eot"), url(/static/fonts/AkkuratPro/lineto-akkurat-pro-light.woff) format("woff");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Akkurat-Pro;
    src: url(/static/fonts/AkkuratPro/lineto-akkurat-pro-lightitalic.eot#iefix) format("eot"), url(/static/fonts/AkkuratPro/lineto-akkurat-pro-lightitalic.woff) format("woff");
    font-weight: 200;
    font-style: italic
}

body {
    background-color: #fff;
    font-weight: 400;
    line-height: 1.375;
    color: #0B3F75;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 15px;
    }
}

/*@media screen and (min-width: 1024px) {*/
@media screen and (min-width: 1180px) {
    body {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    a.data-protection-ok {
        margin-top: 1.2em;
        margin-left: 0;
        display: block;
        text-align: center;
    }

    .slides-container section.slide.first-slide .cs-indented {
        padding-top: 55px !important;
    }

    body {
        font-size: 12px;
    }
}

.home .inner-slide.text-color-blue h1, .home .inner-slide.text-color-blue p {
    color: #1e5a9a !important
}

.home .content h1, .home .slide h1 {
    margin: 0 0 .5em;
    padding-left: 67px;
    font-size: 3em;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
    max-width: 500px;
}

.home .slide h1.no-number {
    padding-left: 46px;
}

@media screen and (min-width: 800px) {
    .home .slide h1.no-number {
        padding-left: 67px;
    }
}

@media screen and (max-width: 800px) {
    .home .slide h1.no-number {
        padding-left: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .home .content h1, .home .slide h1 {
        font-size: 3.75em;
    }
}

.content h1, .slide h1 {
    position: relative;
    margin: 0 0 .25em;
    font-size: 2.625em;
    line-height: 1.15;
    font-weight: 700;
    text-transform: uppercase;
    color: #1E5A9A;
}

@media (max-width: 1080px) {
    .content h1, .slide h1 {
        font-size: 1.875em
    }
}

@media (max-width: 500px) {
    .content h1, .slide h1 {
        font-size: 1.5em
    }
}

@media (min-width: 1050px) {
    .content h1[data-heading-number]:before, .slide h1[data-heading-number]:before {
        font-size: .6667em;
    }
}

.content h1[data-heading-number], .slide h1[data-heading-number] {
    margin: 0 0 .25em;
    padding-left: 1.5em;
    padding-right: 80px;
}

@media (max-width: 700px) {
    .content h1[data-heading-number], .slide h1[data-heading-number] {
        margin: 0 0 1.25em;
    }
}

.content h1[data-heading-number]:before, .slide h1[data-heading-number]:before {
    position: absolute;
    left: 0;
    content: attr(data-heading-number) " –";

    line-height: 2;
    font-weight: 400;
    color: #FFBD00;
    text-decoration: none !important;
}

.content a.cite {
    color: #fbc325 !important;
    text-decoration: none;
    font-style: italic;
}

.content h1 span, .slide h1 span {
    text-decoration: underline;
    /*margin-bottom: 1em;*/
    display: block;
}

.content h2, .slide h2 {
    margin: 0 0 .5em;
    font-size: 1.36em;
    line-height: 1.19;
    font-weight: 700;
}

@media (max-width: 500px) {
    .content h2, .slide h2 {
        font-size: 1.125em
    }
}

.content h2.border-upper, .slide h2.border-upper {
    margin-bottom: 1.5em;
    padding-bottom: .50em;
    /*border-bottom: 2px solid rgba(11, 63, 117, 0.71);*/
    text-transform: uppercase;
    /*color: rgba(11, 63, 117, 0.71);*/
}

.content h3, .slide h3 {
    margin: 0 0 .25em;
    font-size: 1em;
    font-weight: 700
}

.content p, .slide p {
    margin: 0 0 1.5em
}

.ebitda p {
    margin: 0 0 .5em;
}

.content dl, .content menu, .content ol, .content ul, .slide dl, .slide menu, .slide ol, .slide ul {
    margin: 0 0 1.5em;
    padding-left: 20px
}

.content ol, .slide ol {
    padding-left: 30px
}

.content table, .slide table {
    margin: 0 0 3.5em;
    width: 100%;
    border: 0;
    border-collapse: collapse
}

.content table td, .content table th, .slide table td, .slide table th {
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #ccc
}

.content table th, .slide table th {
    background-color: #dedede
}

.content a, .content a:link, .content a:visited, .slide a, .slide a:link, .slide a:visited, .mobile-header-container a, .content .teaser-inner-container .teaser.static-box .teaser-inner .teaser-content .teaser-text p a.yellow {
    color: #FFBD04;
}

.collect-teaserbox a {
    margin: 0 0 12px;
    display: inline-block;
}

.content a:hover, .slide a:hover {
    /* color: inherit */
}

.content a:active, .slide a:active {
    color: #FFBD00
}

.content * .white-text, .content.blue .separator-text, .content.blue h1, .content.blue h2, .slide * .white-text, .slide.blue .separator-text, .slide.blue h1, .slide.blue h2 {
    color: #fff
}

.content.blue h2.border-upper, .slide.blue h2.border-upper {
    border-color: #fff
}

.content.blue .download-container ul.download-list li span, .slide.blue .download-container ul.download-list li span {
    color: #fff;
    border-color: #fff
}

.content.cke_editable * .white-text, .slide.cke_editable * .white-text {
    color: #0B3F75
}

.content .yellow-text, .slide .yellow-text {
    margin: 0;
    font-size: 1.875em;
    color: #FFBD00
}

@media (max-width: 500px) {
    .content .yellow-text, .slide .yellow-text {
        margin-bottom: .5em;
        font-size: 1.1875em
    }
}

.content .button a, .slide .button a {
    float: left;
    padding: 11px 22px;
    border: 0;
    border-radius: 0;
    background: url(/static/img/bg_pattern.png) #FFBD00;
    font-size: 1.375em;
    line-height: 1.4;
    color: #0B3F75;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none
}

.icon {
    text-decoration: none
}

.icon:before {
    color: #FFBD00;
    text-decoration: none
}

.icon-stadler_logo:before {
    display: block;
    padding-top: 1px;
    font-size: 27px;
    line-height: 1;
    position: absolute;
}

@media (max-width: 1080px) {
    .icon-stadler_logo:before {
        font-size: 18px
    }
}

@media (max-width: 500px) {
    .icon-stadler_logo:before {
        font-size: 12px;
    }
}

.icon-home:before {
    font-size: 24px;
    line-height: 1
}

.icon-menu:before {
    font-size: 20px;
    line-height: 1
}

.icon-close:before, .open .icon-menu:before {
    font-size: 22px;
    line-height: 1.3
}

.open .icon-menu:before {
    content: ""
}

.icon-plus:before {
    font-size: 25px;
    line-height: 1
}

.icon-arrow-left:before, .icon-arrow-right:before {
    font-size: 1.85em;
    line-height: 1em;
}

.icon-arrow-right-down:before {
    content: "";
    line-height: 1em
}

.icon-arrow-down:before {
    font-size: .5909em;
    line-height: 1;
}

.icon-arrow-up:before {
    line-height: 1
}

.icon-arrow-back:before {
    font-size: 1.5em;
    line-height: 1
}

.icon-share:before {
    font-size: 2.2em;
    line-height: 1
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.teaser-shadow {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    height: 100%;
}

.ipo-content ul {
    list-style-type: none;
}

ul.ul-small:before {
    display: none;
}

.ipo-content ul > li {
    text-indent: -10px;
    padding-bottom: 1em;
    font-weight: 700;
}

.ul-small li {
    font-size: 12px;
    font-weight: 500 !important;
    position: relative;
    left: -10px;
    text-indent: initial !important;
}

.ipo-content ul > li:before {
    content: "–";
    left: -12px;
    position: relative;
}

.ipo-content ul.ul-small > li:before {
    display: none;
}

.radio-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.radio-flex label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 1em;

}

.radio-flex label input {
    position: relative;
    top: -1px;
    margin-right: .3em;
}

.mobile-first-arrow {
    bottom: 0;
    position: absolute;
    font-family: Icons, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    color: white;
    font-size: 1.2em;
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 20px 0;
    left: 0;
    right: 0;
}

.mobile-first-arrow:before {
    content: ""
}

.desktop-only, .mobile-hidden {
    display: block !important;
}

.mobile-only, .tablet-only {
    display: none !important;
}

.header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: top .5s ease-in-out;
    -o-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out;
    max-width: 2000px;
    margin: 0 auto;
}

.home .header-container {
    max-width: 100%;
}


.header-container.lang-open {
    z-index: 20;
    -webkit-transition: z-index .5s ease-in-out;
    -o-transition: z-index .5s ease-in-out;
    transition: z-index .5s ease-in-out;
}

.header-container header.wrapper {
    padding: 30px 100px 30px 50px;
    min-height: 157px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.header-container header.wrapper .logo {
    float: left;
    padding-bottom: 30px;
}

.header-container header.wrapper .logo a {
    display: block;
    /*height: 25px;*/
    overflow: hidden;
    width: 250px;
}

@media screen and (min-width: 1180px) {
    .header-container header.wrapper .logo a {
        width: 300px;
    }
}

.header-container header.wrapper nav .dropdown-style, .header-container header.wrapper nav ul li {
    display: inline-block
}

.header-container header.wrapper nav ul li.active {
    text-decoration: underline;
}

.header-container header.wrapper .logo a.icon:before {
    color: #1E5A9A;
    -webkit-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
}

.header-container header.wrapper nav {
    float: right;
    margin-top: -5px;
}

.header-container header.wrapper nav div.meta-nav-wrapper {
    float: right;
    padding-right: 10px
}

.header-container header.wrapper nav ul {
    float: right;
    clear: right;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-container header.wrapper nav ul li a {
    padding: 0 9px;
    text-decoration: none;
    font-weight: 700;
}

.header-container header.wrapper nav ul.main-nav li a:hover, .header-container header.wrapper nav ul.main-nav li.ancestor a, .header-container header.wrapper nav ul.main-nav li.selected a, .header-container header.wrapper nav ul.meta-nav li a:hover {
    text-decoration: underline
}

.header-container header.wrapper nav ul li:first-child a {
    padding-left: 0 !important
}

.header-container header.wrapper nav ul.meta-nav {
    float: none;
    display: inline-block;
    padding-top: 5px;
    vertical-align: top;
    -webkit-transition: margin .5s ease-in-out;
    -o-transition: margin .5s ease-in-out;
    transition: margin .5s ease-in-out
}

.header-container header.wrapper nav ul.meta-nav li a {
    color: #0B3F75;
    -webkit-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.header-container header.wrapper nav ul.meta-nav li.active a, .header-container header.wrapper nav ul.meta-nav li.ancestor a, .header-container header.wrapper nav ul.meta-nav li.selected a {
    color: #0B3F75;
    text-decoration: underline
}

.header-container header.wrapper nav ul.meta-nav li:last-child:after {
    content: '|';
    color: #0B3F75
}

.header-container header.wrapper nav ul.lang-nav li.lang a {
    padding: 0 5px 0 10px
}

.header-container header.wrapper nav ul.lang-nav li.lang + .lang a {
    padding: 0 10px 0 5px
}

.header-container header.wrapper nav ul.main-nav {
    margin: 12px 0 0;
    font-size: 1.875em;
    -webkit-transition: font-size .5s ease-in-out, margin .5s ease-in-out;
    -o-transition: font-size .5s ease-in-out, margin .5s ease-in-out;
    transition: font-size .5s ease-in-out, margin .5s ease-in-out;
}

@media (max-width: 1550px) {
    .header-container header.wrapper nav ul.main-nav {
        margin: 12px 0 0;
        font-size: 1.375em;
    }
}


.header-container header.wrapper nav ul.main-nav li a {
    padding-left: 22px;
    text-transform: uppercase;
    color: #1E5A9A;
    -webkit-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
}

@media (max-width: 1205px) {
    .header-container header.wrapper nav ul.main-nav li a {
        padding-left: 0px;
        font-size: .91em;
    }
}

.header-container header.wrapper nav .dropdown-style .filteroption {
    margin-left: 1em;
    margin-bottom: 0
}

.header-container header.wrapper nav .dropdown-style .filteroption .radiobuttonselect label.main {
    font-size: 1em;
    color: #0B3F75
}

.header-container header.wrapper nav .dropdown-style .filteroption .radiobuttonselect label.main:before {
    top: 1.1em
}

.header-container header.wrapper nav .dropdown-style .filteroption .radiobuttonselect ul.fancy {
    min-width: 50px
}

.header-container header.wrapper nav .dropdown-style .filteroption .radiobuttonselect ul.fancy li {
    display: block
}

.header-container header.wrapper nav .dropdown-style .filteroption .radiobuttonselect ul.fancy li a {
    padding: 0;
    color: #0B3F75
}

.header-container header.wrapper nav .dropdown-style .filteroption .radiobuttonselect ul.fancy li span {
    padding: 15px 10px 10px;
    font-size: 1em;
    line-height: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.header-container header.wrapper nav .dropdown-style .filteroption .radiobuttonselect ul.fancy li.active span {
    background: url(/static/img/bg_pattern.png) #FFBD00
}

.header-container header.wrapper .triangle {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    width: 70px;
    height: 175px;
    overflow: hidden;
    -webkit-transition: right .5s ease-in-out;
    -o-transition: right .5s ease-in-out;
    transition: right .5s ease-in-out
}

.header-container header.wrapper .triangle .inner {
    position: relative;
    left: 36px;
    width: 175px;
    height: 175px;
    background-color: #FFBD00;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-container.white-logo {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 37, 75, .4)), to(rgba(23, 37, 75, 0)));
    background-image: -webkit-linear-gradient(rgba(23, 37, 75, .4), rgba(23, 37, 75, 0));
    background-image: -o-linear-gradient(rgba(23, 37, 75, .4), rgba(23, 37, 75, 0));
    background-image: linear-gradient(rgba(23, 37, 75, .4), rgba(23, 37, 75, 0));
}

.header-container.white-logo header.wrapper .dropdown-style .filteroption .radiobuttonselect label.main, .header-container.white-logo header.wrapper .logo a.icon:before, .header-container.white-logo header.wrapper nav ul.main-nav li a, .header-container.white-logo header.wrapper nav ul.meta-nav li a, .header-container.white-logo header.wrapper nav ul.meta-nav li.active a, .header-container.white-logo header.wrapper nav ul.meta-nav li.ancestor a, .header-container.white-logo header.wrapper nav ul.meta-nav li.selected a, .header-container.white-logo header.wrapper nav ul.meta-nav li:last-child:after {
    color: #fff;
}

.header-container.hidden-top {
    top: -100%
}

.header-container.blue header.wrapper .logo a.icon::before, .header-container.blue header.wrapper nav .dropdown-style .filteroption .radiobuttonselect label.main, .header-container.blue header.wrapper nav ul.main-nav li a, .header-container.blue header.wrapper nav ul.meta-nav li a, .header-container.blue header.wrapper nav ul.meta-nav li:last-child::after {
    color: #0B3F75 !important
}

.header-container.sticky {
    top: -110px
}

.header-container.sticky.front {
    z-index: 100
}

.header-container.sticky.show {
    top: 0
}

.header-container.sticky header.wrapper {
    padding: 30px 30px 0;
    min-height: 105px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, .2)
}

section.map .map-controlls li, section.map .use-my-location {
    background: url(/static/img/bg_pattern.png) #FFBD00;
    text-align: center
}

.header-container.sticky header.wrapper .logo a.icon:before {
    color: #1E5A9A
}

.header-container.sticky header.wrapper nav {
    margin-top: -11px
}

.header-container.sticky header.wrapper nav ul.meta-nav {
    margin-top: -6px;
    padding-top: 11px
}

.header-container.sticky header.wrapper nav ul.meta-nav li a, .header-container.sticky header.wrapper nav ul.meta-nav li.active a, .header-container.sticky header.wrapper nav ul.meta-nav li.ancestor a, .header-container.sticky header.wrapper nav ul.meta-nav li.selected a, .header-container.sticky header.wrapper nav ul.meta-nav li:last-child:after {
    color: #0B3F75
}

.header-container.sticky header.wrapper nav ul.main-nav {
    margin-top: 3px;
    font-size: 1.375em
}

.header-container.sticky header.wrapper nav ul.main-nav li a {
    color: #1E5A9A
}

.header-container.sticky header.wrapper nav .dropdown-style .filteroption .radiobuttonselect label.main {
    color: #0B3F75
}

.header-container.sticky header.wrapper .triangle {
    right: -70px
}

.main-container, .main-wrapper {
    height: 100%;
}

.main-wrapper:after {
    content: '';
    display: block;
    height: 1px
}

section.map {
    position: relative;
    min-height: 500px;
    z-index: 10;
    overflow-x: hidden
}

a.activate-maps p {
    color: white;
}

a.activate-maps {
    display: block;
    padding: 3em 0 0 3em;
    cursor: pointer;
    background: rgba(124, 167, 33, 0.35) url("/static/img/gmaps/westeuropa.jpg") center center;
    height: 730px;
}

.content a.activate-maps .button {
    float: left;
    padding: 11px 22px;
    border: 0;
    border-radius: 0;
    background: url(/static/img/bg_pattern.png) #FFBD00;
    font-size: 1em;
    line-height: 1.4;
    color: #0B3F75;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.button.maps-error {
    margin-top: 2em;
    clear: both;
    background: #005a9f !important;
    color: white !important;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out .25s;
    -o-transition: opacity .5s ease-in-out .25s;
    transition: opacity .5s ease-in-out .25s
}

.button.maps-error.show {
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out .25s;
    -o-transition: opacity .5s ease-in-out .25s;
    transition: opacity .5s ease-in-out .25s
}

@media screen AND (max-width: 768px) {
    a.activate-maps {
        background: rgba(124, 167, 33, 0.35) url("/static/img/gmaps/westeuropa.jpg") 45% 162%;
        padding: 2em;
    }

    .content a.activate-maps .button {
        max-width: 305px;
    }
}

section.map .use-my-location {
    display: none;
}

@media screen AND (max-width: 768px) and (min-device-width: 768px) {
    a.activate-maps {
        background: rgba(124, 167, 33, 0.35) url("/static/img/gmaps/westeuropa.jpg") 55% 162%;
        padding: 2em;
    }

    .content a.activate-maps .button {
        max-width: 305px;
    }
}

section.map .map-controlls {
    z-index: 10;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    list-style-type: none
}

section.map .map-controlls li {
    margin-bottom: 3px;
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 50px;
    color: #0B3F75;
    cursor: pointer
}

section.map .use-my-location {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 10px 20px 8px;
    border: 0;
    border-radius: 0;
    font-size: 1.375em;
    text-transform: uppercase;
    font-weight: 700;
    color: #0B3F75
}

section.map #google-maps-container {
    height: 730px
}

section.map .address-overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 8%;
    width: 302px;
    height: 710px;
    background-color: #fff;
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

section.map .address-overlay .main-address {
    padding: 20px;
}

section.map .address-overlay .main-address:hover {
    padding: 20px;
    cursor: pointer;
    background: rgba(24, 255, 12, 0.25);
}

section.map .address-overlay .main-address .address-item {
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out .25s;
    -o-transition: opacity .5s ease-in-out .25s;
    transition: opacity .5s ease-in-out .25s
}

section.map .address-overlay address {
    font-style: normal
}

section.map .address-overlay address p {
    margin: 0
}

section.map .address-overlay .marker {
    margin-bottom: 5px;
    width: 31px;
    height: 36px;
    background-position: 0 0;
    background-repeat: no-repeat
}

section.map .address-overlay .marker-red .marker {
    background-image: url(/static/img/marker_red.png)
}

section.map .address-overlay .marker-orange .marker {
    background-image: url(/static/img/marker_orange.png)
}

section.map .address-overlay .marker-yellow .marker {
    background-image: url(/static/img/marker_yellow.png)
}

section.map .address-overlay .marker-blue .marker {
    background-image: url(/static/img/marker_blue.png)
}

section.map .address-overlay .button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: url(/static/img/bg_pattern.png) #FFBD00
}

section.map .address-overlay .button a {
    display: block;
    padding: 0;
    float: none;
    height: 30px;
    background: 0 0;
    text-align: center;
    font-size: 1em
}

section.map .address-overlay .button a:before {
    display: block;
    color: #0B3F75;
    font-size: .8em;
    line-height: 30px;
    transition: -webkit-transform .5s ease-in-out;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}

section.map .address-list-container .dropdown-style .filteroption .radiobuttonselect label.main, section.map .address-list-container .dropdown-style .filteroption .radiobuttonselect ul.fancy li input:checked + label {
    font-size: 1em
}

section.map .address-overlay.closed {
    height: 79px;
    overflow: hidden
}

section.map .address-overlay.closed .address-list-container, section.map .address-overlay.closed .main-address .address-item {
    opacity: 0
}

.home .slides-container #slide-indicator ul[data-active="1"] li:nth-child(1):before, .home .slides-container #slide-indicator ul[data-active="2"] li:nth-child(2):before, .home .slides-container #slide-indicator ul[data-active="3"] li:nth-child(3):before, .home .slides-container #slide-indicator ul[data-active="4"] li:nth-child(4):before, .home .slides-container #slide-indicator ul[data-active="5"] li:nth-child(5):before, .home .slides-container #slide-indicator ul[data-active="6"] li:nth-child(6):before, .home .slides-container #slide-indicator ul[data-active="7"] li:nth-child(7):before, .home .slides-container #slide-indicator ul[data-active="8"] li:nth-child(8):before, .home .slides-container #slide-indicator ul[data-active="9"] li:nth-child(9):before, .home .slides-container #slide-indicator ul[data-active="10"] li:nth-child(10):before, .home .slides-container #slide-indicator ul[data-active="11"] li:nth-child(11):before, .home .slides-container #slide-indicator ul[data-active="12"] li:nth-child(12):before, .home .slides-container #slide-indicator ul[data-active="13"] li:nth-child(13):before, .home .slides-container #slide-indicator ul[data-active="14"] li:nth-child(14):before, .home .slides-container #slide-indicator ul[data-active="15"] li:nth-child(15):before, .home .slides-container #slide-indicator ul[data-active="16"] li:nth-child(16):before, .home .slides-container #slide-indicator ul[data-active="17"] li:nth-child(17):before, .home .slides-container #slide-indicator ul[data-active="18"] li:nth-child(18):before, .home .slides-container #slide-indicator ul[data-active="19"] li:nth-child(19):before, .home .slides-container #slide-indicator ul[data-active="20"] li:nth-child(20):before, .home .slides-container #slide-indicator ul[data-active="21"] li:nth-child(21):before, .home .slides-container #slide-indicator ul[data-active="22"] li:nth-child(22):before, .home .slides-container #slide-indicator ul[data-active="23"] li:nth-child(23):before, .home .slides-container #slide-indicator ul[data-active="24"] li:nth-child(24):before, .home .slides-container #slide-indicator ul[data-active="26"] li:nth-child(26):before, .home .slides-container #slide-indicator ul[data-active="27"] li:nth-child(27):before, .home .slides-container #slide-indicator ul[data-active="28"] li:nth-child(28):before, .home .slides-container #slide-indicator ul[data-active="29"] li:nth-child(29):before, .home .slides-container #slide-indicator ul[data-active="30"] li:nth-child(30):before, .home .slides-container #slide-indicator ul[data-active="31"] li:nth-child(31):before, .home .slides-container #slide-indicator ul[data-active="32"] li:nth-child(32):before, .home .slides-container #slide-indicator ul[data-active="33"] li:nth-child(33):before, .home .slides-container #slide-indicator ul[data-active="34"] li:nth-child(34):before, .home .slides-container #slide-indicator ul[data-active="35"] li:nth-child(35):before, .home .slides-container #slide-indicator ul[data-active="36"] li:nth-child(36):before, .home .slides-container #slide-indicator ul[data-active="37"] li:nth-child(37):before, .home .slides-container #slide-indicator ul[data-active="38"] li:nth-child(38):before, .home .slides-container #slide-indicator ul[data-active="39"] li:nth-child(39):before, .home .slides-container #slide-indicator ul[data-active="40"] li:nth-child(40):before, .home .slides-container #slide-indicator ul[data-active="41"] li:nth-child(41):before, .home .slides-container #slide-indicator ul[data-active="42"] li:nth-child(42):before, .home .slides-container #slide-indicator ul[data-active="43"] li:nth-child(43):before, .home .slides-container #slide-indicator ul[data-active="44"] li:nth-child(44):before, .home .slides-container #slide-indicator ul[data-active="45"] li:nth-child(45):before, .home .slides-container #slide-indicator ul[data-active="46"] li:nth-child(46):before, .home .slides-container #slide-indicator ul[data-active="47"] li:nth-child(47):before, .home .slides-container #slide-indicator ul[data-active="48"] li:nth-child(48):before, .home .slides-container #slide-indicator ul[data-active="49"] li:nth-child(49):before, .home .slides-container #slide-indicator ul[data-active="50"] li:nth-child(50):before, section.map .address-list-container {
    opacity: 1
}

section.map .address-overlay.closed .button a:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: -webkit-transform .5s ease-in-out;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}

section.map .address-overlay[data-active-division="1"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="1"] .address-list-container .address-item[data-division="1"] {
    display: block
}

section.map .address-overlay[data-active-division="2"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="2"] .address-list-container .address-item[data-division="2"] {
    display: block
}

section.map .address-overlay[data-active-division="3"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="3"] .address-list-container .address-item[data-division="3"] {
    display: block
}

section.map .address-overlay[data-active-division="4"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="4"] .address-list-container .address-item[data-division="4"] {
    display: block
}

section.map .address-overlay[data-active-division="5"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="5"] .address-list-container .address-item[data-division="5"] {
    display: block
}

section.map .address-overlay[data-active-division="6"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="6"] .address-list-container .address-item[data-division="6"] {
    display: block
}

section.map .address-overlay[data-active-division="7"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="7"] .address-list-container .address-item[data-division="7"] {
    display: block
}

section.map .address-overlay[data-active-division="8"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="8"] .address-list-container .address-item[data-division="8"] {
    display: block
}

section.map .address-overlay[data-active-division="9"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="9"] .address-list-container .address-item[data-division="9"] {
    display: block
}

section.map .address-overlay[data-active-division="10"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="10"] .address-list-container .address-item[data-division="10"] {
    display: block
}

section.map .address-overlay[data-active-division="11"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="11"] .address-list-container .address-item[data-division="11"] {
    display: block
}

section.map .address-overlay[data-active-division="12"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="12"] .address-list-container .address-item[data-division="12"] {
    display: block
}

section.map .address-overlay[data-active-division="13"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="13"] .address-list-container .address-item[data-division="13"] {
    display: block
}

section.map .address-overlay[data-active-division="14"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="14"] .address-list-container .address-item[data-division="14"] {
    display: block
}

section.map .address-overlay[data-active-division="15"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="15"] .address-list-container .address-item[data-division="15"] {
    display: block
}

section.map .address-overlay[data-active-division="16"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="16"] .address-list-container .address-item[data-division="16"] {
    display: block
}

section.map .address-overlay[data-active-division="17"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="17"] .address-list-container .address-item[data-division="17"] {
    display: block
}

section.map .address-overlay[data-active-division="18"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="18"] .address-list-container .address-item[data-division="18"] {
    display: block
}

section.map .address-overlay[data-active-division="19"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="19"] .address-list-container .address-item[data-division="19"] {
    display: block
}

section.map .address-overlay[data-active-division="20"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="20"] .address-list-container .address-item[data-division="20"] {
    display: block
}

section.map .address-overlay[data-active-division="21"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="21"] .address-list-container .address-item[data-division="21"] {
    display: block
}

section.map .address-overlay[data-active-division="22"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="22"] .address-list-container .address-item[data-division="22"] {
    display: block
}

section.map .address-overlay[data-active-division="23"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="23"] .address-list-container .address-item[data-division="23"] {
    display: block
}

section.map .address-overlay[data-active-division="24"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="24"] .address-list-container .address-item[data-division="24"] {
    display: block
}

section.map .address-overlay[data-active-division="25"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="25"] .address-list-container .address-item[data-division="25"] {
    display: block
}

section.map .address-overlay[data-active-division="26"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="26"] .address-list-container .address-item[data-division="26"] {
    display: block
}

section.map .address-overlay[data-active-division="27"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="27"] .address-list-container .address-item[data-division="27"] {
    display: block
}

section.map .address-overlay[data-active-division="28"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="28"] .address-list-container .address-item[data-division="28"] {
    display: block
}

section.map .address-overlay[data-active-division="29"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="29"] .address-list-container .address-item[data-division="29"] {
    display: block
}

section.map .address-overlay[data-active-division="30"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="30"] .address-list-container .address-item[data-division="30"] {
    display: block
}

section.map .address-overlay[data-active-division="31"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="31"] .address-list-container .address-item[data-division="31"] {
    display: block
}

section.map .address-overlay[data-active-division="32"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="32"] .address-list-container .address-item[data-division="32"] {
    display: block
}

section.map .address-overlay[data-active-division="33"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="33"] .address-list-container .address-item[data-division="33"] {
    display: block
}

section.map .address-overlay[data-active-division="34"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="34"] .address-list-container .address-item[data-division="34"] {
    display: block
}

section.map .address-overlay[data-active-division="35"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="35"] .address-list-container .address-item[data-division="35"] {
    display: block
}

section.map .address-overlay[data-active-division="36"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="36"] .address-list-container .address-item[data-division="36"] {
    display: block
}

section.map .address-overlay[data-active-division="37"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="37"] .address-list-container .address-item[data-division="37"] {
    display: block
}

section.map .address-overlay[data-active-division="38"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="38"] .address-list-container .address-item[data-division="38"] {
    display: block
}

section.map .address-overlay[data-active-division="39"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="39"] .address-list-container .address-item[data-division="39"] {
    display: block
}

section.map .address-overlay[data-active-division="40"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="40"] .address-list-container .address-item[data-division="40"] {
    display: block
}

section.map .address-overlay[data-active-division="41"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="41"] .address-list-container .address-item[data-division="41"] {
    display: block
}

section.map .address-overlay[data-active-division="42"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="42"] .address-list-container .address-item[data-division="42"] {
    display: block
}

section.map .address-overlay[data-active-division="43"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="43"] .address-list-container .address-item[data-division="43"] {
    display: block
}

section.map .address-overlay[data-active-division="44"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="44"] .address-list-container .address-item[data-division="44"] {
    display: block
}

section.map .address-overlay[data-active-division="45"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="45"] .address-list-container .address-item[data-division="45"] {
    display: block
}

section.map .address-overlay[data-active-division="46"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="46"] .address-list-container .address-item[data-division="46"] {
    display: block
}

section.map .address-overlay[data-active-division="47"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="47"] .address-list-container .address-item[data-division="47"] {
    display: block
}

section.map .address-overlay[data-active-division="48"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="48"] .address-list-container .address-item[data-division="48"] {
    display: block
}

section.map .address-overlay[data-active-division="49"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="49"] .address-list-container .address-item[data-division="49"] {
    display: block
}

section.map .address-overlay[data-active-division="50"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="50"] .address-list-container .address-item[data-division="50"] {
    display: block
}

section.map .address-overlay[data-active-division="51"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="51"] .address-list-container .address-item[data-division="51"] {
    display: block
}

section.map .address-overlay[data-active-division="52"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="52"] .address-list-container .address-item[data-division="52"] {
    display: block
}

section.map .address-overlay[data-active-division="53"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="53"] .address-list-container .address-item[data-division="53"] {
    display: block
}

section.map .address-overlay[data-active-division="54"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="54"] .address-list-container .address-item[data-division="54"] {
    display: block
}

section.map .address-overlay[data-active-division="55"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="55"] .address-list-container .address-item[data-division="55"] {
    display: block
}

section.map .address-overlay[data-active-division="56"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="56"] .address-list-container .address-item[data-division="56"] {
    display: block
}

section.map .address-overlay[data-active-division="57"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="57"] .address-list-container .address-item[data-division="57"] {
    display: block
}

section.map .address-overlay[data-active-division="58"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="58"] .address-list-container .address-item[data-division="58"] {
    display: block
}

section.map .address-overlay[data-active-division="59"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="59"] .address-list-container .address-item[data-division="59"] {
    display: block
}

section.map .address-overlay[data-active-division="60"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="60"] .address-list-container .address-item[data-division="60"] {
    display: block
}

section.map .address-overlay[data-active-division="61"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="61"] .address-list-container .address-item[data-division="61"] {
    display: block
}

section.map .address-overlay[data-active-division="62"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="62"] .address-list-container .address-item[data-division="62"] {
    display: block
}

section.map .address-overlay[data-active-division="63"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="63"] .address-list-container .address-item[data-division="63"] {
    display: block
}

section.map .address-overlay[data-active-division="64"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="64"] .address-list-container .address-item[data-division="64"] {
    display: block
}

section.map .address-overlay[data-active-division="65"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="65"] .address-list-container .address-item[data-division="65"] {
    display: block
}

section.map .address-overlay[data-active-division="66"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="66"] .address-list-container .address-item[data-division="66"] {
    display: block
}

section.map .address-overlay[data-active-division="67"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="67"] .address-list-container .address-item[data-division="67"] {
    display: block
}

section.map .address-overlay[data-active-division="68"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="68"] .address-list-container .address-item[data-division="68"] {
    display: block
}

section.map .address-overlay[data-active-division="69"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="69"] .address-list-container .address-item[data-division="69"] {
    display: block
}

section.map .address-overlay[data-active-division="70"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="70"] .address-list-container .address-item[data-division="70"] {
    display: block
}

section.map .address-overlay[data-active-division="71"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="71"] .address-list-container .address-item[data-division="71"] {
    display: block
}

section.map .address-overlay[data-active-division="72"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="72"] .address-list-container .address-item[data-division="72"] {
    display: block
}

section.map .address-overlay[data-active-division="73"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="73"] .address-list-container .address-item[data-division="73"] {
    display: block
}

section.map .address-overlay[data-active-division="74"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="74"] .address-list-container .address-item[data-division="74"] {
    display: block
}

section.map .address-overlay[data-active-division="75"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="75"] .address-list-container .address-item[data-division="75"] {
    display: block
}

section.map .address-overlay[data-active-division="76"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="76"] .address-list-container .address-item[data-division="76"] {
    display: block
}

section.map .address-overlay[data-active-division="77"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="77"] .address-list-container .address-item[data-division="77"] {
    display: block
}

section.map .address-overlay[data-active-division="78"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="78"] .address-list-container .address-item[data-division="78"] {
    display: block
}

section.map .address-overlay[data-active-division="79"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="79"] .address-list-container .address-item[data-division="79"] {
    display: block
}

section.map .address-overlay[data-active-division="80"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="80"] .address-list-container .address-item[data-division="80"] {
    display: block
}

section.map .address-overlay[data-active-division="81"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="81"] .address-list-container .address-item[data-division="81"] {
    display: block
}

section.map .address-overlay[data-active-division="82"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="82"] .address-list-container .address-item[data-division="82"] {
    display: block
}

section.map .address-overlay[data-active-division="83"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="83"] .address-list-container .address-item[data-division="83"] {
    display: block
}

section.map .address-overlay[data-active-division="84"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="84"] .address-list-container .address-item[data-division="84"] {
    display: block
}

section.map .address-overlay[data-active-division="85"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="85"] .address-list-container .address-item[data-division="85"] {
    display: block
}

section.map .address-overlay[data-active-division="86"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="86"] .address-list-container .address-item[data-division="86"] {
    display: block
}

section.map .address-overlay[data-active-division="87"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="87"] .address-list-container .address-item[data-division="87"] {
    display: block
}

section.map .address-overlay[data-active-division="88"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="88"] .address-list-container .address-item[data-division="88"] {
    display: block
}

section.map .address-overlay[data-active-division="89"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="89"] .address-list-container .address-item[data-division="89"] {
    display: block
}

section.map .address-overlay[data-active-division="90"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="90"] .address-list-container .address-item[data-division="90"] {
    display: block
}

section.map .address-overlay[data-active-division="91"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="91"] .address-list-container .address-item[data-division="91"] {
    display: block
}

section.map .address-overlay[data-active-division="92"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="92"] .address-list-container .address-item[data-division="92"] {
    display: block
}

section.map .address-overlay[data-active-division="93"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="93"] .address-list-container .address-item[data-division="93"] {
    display: block
}

section.map .address-overlay[data-active-division="94"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="94"] .address-list-container .address-item[data-division="94"] {
    display: block
}

section.map .address-overlay[data-active-division="95"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="95"] .address-list-container .address-item[data-division="95"] {
    display: block
}

section.map .address-overlay[data-active-division="96"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="96"] .address-list-container .address-item[data-division="96"] {
    display: block
}

section.map .address-overlay[data-active-division="97"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="97"] .address-list-container .address-item[data-division="97"] {
    display: block
}

section.map .address-overlay[data-active-division="98"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="98"] .address-list-container .address-item[data-division="98"] {
    display: block
}

section.map .address-overlay[data-active-division="99"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="99"] .address-list-container .address-item[data-division="99"] {
    display: block
}

section.map .address-overlay[data-active-division="100"] .address-list-container .address-item {
    display: none
}

section.map .address-overlay[data-active-division="100"] .address-list-container .address-item[data-division="100"] {
    display: block
}

section.map .address-list-container {
    padding: 20px 0;
    -webkit-transition: opacity .5s ease-in-out .25s;
    -o-transition: opacity .5s ease-in-out .25s;
    transition: opacity .5s ease-in-out .25s
}

section.map .address-list-container h2 {
    margin-left: 20px;
    margin-right: 20px
}

section.map .address-list-container .border-line {
    margin: 0 20px;
    height: 15px;
    border-top: 2px solid #0B3F75
}

section.map .address-list-container .address-list {
    max-height: 300px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

section.map .address-list-container .address-list .address-item {
    padding: .5em 20px
}

section.map .address-list-container .address-list .address-item .marker {
    float: left;
    margin-top: 3px
}

section.map .address-list-container .address-list .address-item .marker + p {
    margin-left: 45px
}

section.map .address-list-container .address-list .address-item strong {
    text-transform: uppercase
}

section.map .address-list-container .address-list .address-item.active {
    background-color: rgba(30, 90, 154, 0.11);
    cursor: pointer;
}

section.map .address-list-container .address-list .address-item:hover {
    background-color: rgb(202, 225, 243);
    cursor: pointer;
}

section.map .address-list-container .address-list + .border-line {
    border-top: 0;
    border-bottom: 2px solid #0B3F75
}

section.map .address-list-container .dropdown-style .filteroption .radiobuttonselect ul.fancy li label {
    font-size: 1em;
    white-space: normal
}

section.map .filter-container {
    padding: 0 20px
}

section.map .dropdown-style .filteroption .radiobuttonselect ul.fancy {
    left: -20px
}

section.map .flyout-location {
    position: absolute;
    z-index: 15;
    min-width: 404px;
    min-height: 183px;
    padding: 20px;
    background-color: #fff
}

section.map .flyout-location .location-image {
    float: left
}

section.map .flyout-location .location-image + address {
    margin-left: 180px
}

section.map .flyout-location address {
    font-style: normal
}

section.map .flyout-location address p {
    margin: 0;
    line-height: 1.25
}

section.map .gm-style {
    font-weight: 400;
    font-size: 16px
}

@media (max-width: 1080px) {
    section.map .gm-style {
        font-size: 15px
    }
}

@media (max-width: 500px) {
    section.map .gm-style {
        font-size: 13px
    }
}

section.map .gm-style .gm-style-iw {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.25
}

section.map .gm-style .gm-style-iw .location-image {
    float: left;
    padding-top: 5px
}

section.map .gm-style .gm-style-iw .location-image + address {
    margin-left: 170px;
    padding-top: 8px
}

section.map .gm-style .gm-style-iw address {
    font-style: normal
}

section.map .gm-style .gm-style-iw address p {
    margin: 0
}

.touch section.map {
    padding: 0 3%
}

.touch section.map .map-controlls {
    right: 3%
}

.touch section.map .use-my-location {
    left: calc(3% + 40px)
}

.touch section.contactform ul.display-controls {
    margin: 0 3%
}

section.content {
    position: relative;
    background-color: #fff;
    min-height: 500px;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow-x: hidden;
}

section.content.blue {
    background: #007BC0;
    background: -webkit-linear-gradient(315deg, #007BC0 66%, #0B3F75 100%) #1E5A9A;
    background: -o-linear-gradient(315deg, #007BC0 66%, #0B3F75 100%) #1E5A9A;
    background: linear-gradient(135deg, #007BC0 66%, #0B3F75 100%) #1E5A9A
}

section.content.blue[style^=background-image] {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

section.content:first-child {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    z-index: 1;
    padding: 200px 0 0;
    overflow: hidden;
    max-width: 2000px;
    margin: 0 auto;
}

section.content:nth-child(2) {
    margin-top: 500px
}

section.content:last-child {
    /* margin-bottom: 260px; */
    -webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, .2);
}

section.content.sub-page {
    background: #fff
}

section.content.sub-page:first-child {
    height: 200px;
    min-height: 200px
}

.home, .home .main-container {
    height: auto;
}

section.content.sub-page:nth-child(2) {
    margin-top: 200px;
    min-height: calc(100% - 200px);
}

section.content.sub-page:last-child {
    -webkit-box-shadow: none;
    box-shadow: none
}

.home .header-container {
    z-index: 150 !important
}

.home .main-container .main-wrapper:after {
    display: none
}

.home .main-container .main-wrapper section.content:first-child {
    padding: 0
}

.home .main-container .main-wrapper section.content:last-child {
    margin-bottom: 0
}

.home .main-container .main-wrapper section.content .content-inner {
    position: absolute;
    top: 350px;
    left: 53%;
    max-width: 620px;
    z-index: 10
}

.home .main-container .main-wrapper section.content .content-inner .separator-text {
    margin-left: calc(5.625em - 22px);
    color: #fff
}

.home .main-container .main-wrapper section.content .container {
    max-width: 100%;
    width: auto
}

.home .main-container .main-wrapper section.content .container .row:first-child {
    padding-top: 0
}

.home.fancy-home .header-container header.wrapper .logo a.icon:before {
    color: #0B3F75
}

.home.fancy-home .mobile-header-container {
    z-index: 150
}

.home .slides-container {
    position: relative;
    overflow: hidden;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.home .slides-container.fast * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.home .slides-container.zoomed-bg section.slide .background-container {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute !important;
    z-index: 1;
}

.home .slides-container.zoomed-bg section.slide .background-container .split {
    width: calc(50% + 1px);
}

.home .slides-container #slide-indicator {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    z-index: 150
}

.home .slides-container #slide-indicator ul {
    list-style-type: none
}

.home .slides-container #slide-indicator ul[data-active="1"] li:nth-child(1) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="2"] li:nth-child(2) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="3"] li:nth-child(3) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="4"] li:nth-child(4) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="5"] li:nth-child(5) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="6"] li:nth-child(6) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="7"] li:nth-child(7) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="8"] li:nth-child(8) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="9"] li:nth-child(9) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="10"] li:nth-child(10) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="11"] li:nth-child(11) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="12"] li:nth-child(12) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="13"] li:nth-child(13) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="14"] li:nth-child(14) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="15"] li:nth-child(15) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="16"] li:nth-child(16) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="17"] li:nth-child(17) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="18"] li:nth-child(18) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="19"] li:nth-child(19) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="20"] li:nth-child(20) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="21"] li:nth-child(21) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="22"] li:nth-child(22) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="23"] li:nth-child(23) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="24"] li:nth-child(24) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="25"] li:nth-child(25) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="25"] li:nth-child(25):before {
    opacity: 1
}

.home .slides-container #slide-indicator ul[data-active="26"] li:nth-child(26) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="27"] li:nth-child(27) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="28"] li:nth-child(28) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="29"] li:nth-child(29) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="30"] li:nth-child(30) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="31"] li:nth-child(31) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="32"] li:nth-child(32) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="33"] li:nth-child(33) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="34"] li:nth-child(34) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="35"] li:nth-child(35) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="36"] li:nth-child(36) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="37"] li:nth-child(37) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="38"] li:nth-child(38) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="39"] li:nth-child(39) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="40"] li:nth-child(40) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="41"] li:nth-child(41) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="42"] li:nth-child(42) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="43"] li:nth-child(43) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="44"] li:nth-child(44) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="45"] li:nth-child(45) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="46"] li:nth-child(46) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="47"] li:nth-child(47) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="48"] li:nth-child(48) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="49"] li:nth-child(49) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul[data-active="50"] li:nth-child(50) {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    background: #FFBD00
}

.home .slides-container #slide-indicator ul li {
    position: relative;
    height: 4px;
    width: 20px;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    background-color: #fff;
    margin-bottom: 6px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.home .slides-container #slide-indicator ul li:before {
    position: absolute;
    content: attr(data-count);
    left: -20px;
    width: 15px;
    text-align: right;
    top: -7px;
    font-size: 12px;
    color: #FFBD00;
    font-weight: 700;
    opacity: 0
}

.home .slides-container .hotspots .hotspot .hotspot-content .hotspot-text p, .home .slides-container section.slide h1.blue {
    color: #1E5A9A
}

.home .slides-container section.content, .home .slides-container section.slide {
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.home .slides-container section.content, .home .slides-container section.slide {
    position: absolute;
}

.home .slides-container section.content:not(.reverse), .home .slides-container section.slide:not(.reverse) {
    -webkit-transition: top 1s cubic-bezier(.85, .24, .56, 1);
    -o-transition: top 1s cubic-bezier(.85, .24, .56, 1);
    transition: top 1s cubic-bezier(.85, .24, .56, 1)
}

.home .slides-container section.hotspot-slide .hotspots {
    transition: opacity .3s ease-in, -webkit-transform .4s ease-in;
    -webkit-transition: opacity .3s ease-in, -webkit-transform .4s ease-in;
    -o-transition: transform .4s ease-in, opacity .3s ease-in;
    transition: transform .4s ease-in, opacity .3s ease-in;
    transition: transform .4s ease-in, opacity .3s ease-in, -webkit-transform .4s ease-in;
    -webkit-transform-origin: center 0;
    -ms-transform-origin: center 0;
    transform-origin: center 0;
    opacity: 1
}

.home .slides-container .hotspots.hidden-hotspots .hotspot, .home .slides-container section.hotspot-slide.hide-hotspots .hotspots {
    opacity: 0
}

.home .slides-container section.hotspot-slide .hotspots.hotspot-open {
    z-index: 11
}

.home .slides-container section.hotspot-slide .background-container {
    transition: -webkit-transform .85s .3s cubic-bezier(.85, .24, .56, 1);
    -webkit-transition: -webkit-transform .85s .3s cubic-bezier(.85, .24, .56, 1);
    -o-transition: transform .85s .3s cubic-bezier(.85, .24, .56, 1);
    transition: transform .85s .3s cubic-bezier(.85, .24, .56, 1);
    transition: transform .85s .3s cubic-bezier(.85, .24, .56, 1), -webkit-transform .85s .3s cubic-bezier(.85, .24, .56, 1);
    -webkit-transform-origin: center 0;
    -ms-transform-origin: center 0;
    transform-origin: center 0
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots {
    left: -15%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(1) {
    -webkit-transition: top .3s .35s ease, opacity .3s .35s ease;
    -o-transition: top .3s .35s ease, opacity .3s .35s ease;
    transition: top .3s .35s ease, opacity .3s .35s ease
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(2) {
    -webkit-transition: top .3s .5s ease, opacity .3s .5s ease;
    -o-transition: top .3s .5s ease, opacity .3s .5s ease;
    transition: top .3s .5s ease, opacity .3s .5s ease
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(3) {
    -webkit-transition: top .3s .65s ease, opacity .3s .65s ease;
    -o-transition: top .3s .65s ease, opacity .3s .65s ease;
    transition: top .3s .65s ease, opacity .3s .65s ease
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(4) {
    -webkit-transition: top .3s .8s ease, opacity .3s .8s ease;
    -o-transition: top .3s .8s ease, opacity .3s .8s ease;
    transition: top .3s .8s ease, opacity .3s .8s ease
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(5) {
    -webkit-transition: top .3s .95s ease, opacity .3s .95s ease;
    -o-transition: top .3s .95s ease, opacity .3s .95s ease;
    transition: top .3s .95s ease, opacity .3s .95s ease
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(6) {
    -webkit-transition: top .3s 1.1s ease, opacity .3s 1.1s ease;
    -o-transition: top .3s 1.1s ease, opacity .3s 1.1s ease;
    transition: top .3s 1.1s ease, opacity .3s 1.1s ease
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(7) {
    -webkit-transition: top .3s 1.25s ease, opacity .3s 1.25s ease;
    -o-transition: top .3s 1.25s ease, opacity .3s 1.25s ease;
    transition: top .3s 1.25s ease, opacity .3s 1.25s ease
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(8) {
    -webkit-transition: top .3s 1.4s ease, opacity .3s 1.4s ease;
    -o-transition: top .3s 1.4s ease, opacity .3s 1.4s ease;
    transition: top .3s 1.4s ease, opacity .3s 1.4s ease
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(9) {
    -webkit-transition: top .3s 1.55s ease, opacity .3s 1.55s ease;
    -o-transition: top .3s 1.55s ease, opacity .3s 1.55s ease;
    transition: top .3s 1.55s ease, opacity .3s 1.55s ease
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(10) {
    -webkit-transition: top .3s 1.7s ease, opacity .3s 1.7s ease;
    -o-transition: top .3s 1.7s ease, opacity .3s 1.7s ease;
    transition: top .3s 1.7s ease, opacity .3s 1.7s ease
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(11) {
    -webkit-transition: top .3s 1.85s ease, opacity .3s 1.85s ease;
    -o-transition: top .3s 1.85s ease, opacity .3s 1.85s ease;
    transition: top .3s 1.85s ease, opacity .3s 1.85s ease
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(12) {
    -webkit-transition: top .3s 2s ease, opacity .3s 2s ease;
    -o-transition: top .3s 2s ease, opacity .3s 2s ease;
    transition: top .3s 2s ease, opacity .3s 2s ease
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(13) {
    -webkit-transition: top .3s 2.15s ease, opacity .3s 2.15s ease;
    -o-transition: top .3s 2.15s ease, opacity .3s 2.15s ease;
    transition: top .3s 2.15s ease, opacity .3s 2.15s ease
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(14) {
    -webkit-transition: top .3s 2.3s ease, opacity .3s 2.3s ease;
    -o-transition: top .3s 2.3s ease, opacity .3s 2.3s ease;
    transition: top .3s 2.3s ease, opacity .3s 2.3s ease
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(15) {
    -webkit-transition: top .3s 2.45s ease, opacity .3s 2.45s ease;
    -o-transition: top .3s 2.45s ease, opacity .3s 2.45s ease;
    transition: top .3s 2.45s ease, opacity .3s 2.45s ease
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(16) {
    -webkit-transition: top .3s 2.6s ease, opacity .3s 2.6s ease;
    -o-transition: top .3s 2.6s ease, opacity .3s 2.6s ease;
    transition: top .3s 2.6s ease, opacity .3s 2.6s ease
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(17) {
    -webkit-transition: top .3s 2.75s ease, opacity .3s 2.75s ease;
    -o-transition: top .3s 2.75s ease, opacity .3s 2.75s ease;
    transition: top .3s 2.75s ease, opacity .3s 2.75s ease
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(18) {
    -webkit-transition: top .3s 2.9s ease, opacity .3s 2.9s ease;
    -o-transition: top .3s 2.9s ease, opacity .3s 2.9s ease;
    transition: top .3s 2.9s ease, opacity .3s 2.9s ease
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(19) {
    -webkit-transition: top .3s 3.05s ease, opacity .3s 3.05s ease;
    -o-transition: top .3s 3.05s ease, opacity .3s 3.05s ease;
    transition: top .3s 3.05s ease, opacity .3s 3.05s ease
}

.home .slides-container section.hotspot-slide[data-zoom=true] .hotspots .hotspot:nth-child(20) {
    -webkit-transition: top .3s 3.2s ease, opacity .3s 3.2s ease;
    -o-transition: top .3s 3.2s ease, opacity .3s 3.2s ease;
    transition: top .3s 3.2s ease, opacity .3s 3.2s ease
}

.home .slides-container section.hotspot-slide.zoom-in .background-container {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
    z-index: -1
}

.home .slides-container section.hotspot-slide .inner-slide .split:not(:empty) {
    z-index: 11
}

.home .slides-container .hotspots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.home .slides-container .hotspots.hidden-hotspots .hotspot:not([data-style=map-marker]) {
    top: -10% !important
}

.home .slides-container .hotspots .hotspot {
    position: absolute;
    margin: -25px 0 0 25px;
    -webkit-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0);
    -webkit-transition: top .3s .1s ease;
    -o-transition: top .3s .1s ease;
    transition: top .3s .1s ease;
    opacity: 1
}

.home .slides-container .hotspots .hotspot:nth-child(1) {
    -webkit-transition: top .3s .15s ease, opacity .3s .15s ease;
    -o-transition: top .3s .15s ease, opacity .3s .15s ease;
    transition: top .3s .15s ease, opacity .3s .15s ease
}

.home .slides-container .hotspots .hotspot:nth-child(2) {
    -webkit-transition: top .3s .3s ease, opacity .3s .3s ease;
    -o-transition: top .3s .3s ease, opacity .3s .3s ease;
    transition: top .3s .3s ease, opacity .3s .3s ease
}

.home .slides-container .hotspots .hotspot:nth-child(3) {
    -webkit-transition: top .3s .45s ease, opacity .3s .45s ease;
    -o-transition: top .3s .45s ease, opacity .3s .45s ease;
    transition: top .3s .45s ease, opacity .3s .45s ease
}

.home .slides-container .hotspots .hotspot:nth-child(4) {
    -webkit-transition: top .3s .6s ease, opacity .3s .6s ease;
    -o-transition: top .3s .6s ease, opacity .3s .6s ease;
    transition: top .3s .6s ease, opacity .3s .6s ease
}

.home .slides-container .hotspots .hotspot:nth-child(5) {
    -webkit-transition: top .3s .75s ease, opacity .3s .75s ease;
    -o-transition: top .3s .75s ease, opacity .3s .75s ease;
    transition: top .3s .75s ease, opacity .3s .75s ease
}

.home .slides-container .hotspots .hotspot:nth-child(6) {
    -webkit-transition: top .3s .9s ease, opacity .3s .9s ease;
    -o-transition: top .3s .9s ease, opacity .3s .9s ease;
    transition: top .3s .9s ease, opacity .3s .9s ease
}

.home .slides-container .hotspots .hotspot:nth-child(7) {
    -webkit-transition: top .3s 1.05s ease, opacity .3s 1.05s ease;
    -o-transition: top .3s 1.05s ease, opacity .3s 1.05s ease;
    transition: top .3s 1.05s ease, opacity .3s 1.05s ease
}

.home .slides-container .hotspots .hotspot:nth-child(8) {
    -webkit-transition: top .3s 1.2s ease, opacity .3s 1.2s ease;
    -o-transition: top .3s 1.2s ease, opacity .3s 1.2s ease;
    transition: top .3s 1.2s ease, opacity .3s 1.2s ease
}

.home .slides-container .hotspots .hotspot:nth-child(9) {
    -webkit-transition: top .3s 1.35s ease, opacity .3s 1.35s ease;
    -o-transition: top .3s 1.35s ease, opacity .3s 1.35s ease;
    transition: top .3s 1.35s ease, opacity .3s 1.35s ease
}

.home .slides-container .hotspots .hotspot:nth-child(10) {
    -webkit-transition: top .3s 1.5s ease, opacity .3s 1.5s ease;
    -o-transition: top .3s 1.5s ease, opacity .3s 1.5s ease;
    transition: top .3s 1.5s ease, opacity .3s 1.5s ease
}

.home .slides-container .hotspots .hotspot:nth-child(11) {
    -webkit-transition: top .3s 1.65s ease, opacity .3s 1.65s ease;
    -o-transition: top .3s 1.65s ease, opacity .3s 1.65s ease;
    transition: top .3s 1.65s ease, opacity .3s 1.65s ease
}

.home .slides-container .hotspots .hotspot:nth-child(12) {
    -webkit-transition: top .3s 1.8s ease, opacity .3s 1.8s ease;
    -o-transition: top .3s 1.8s ease, opacity .3s 1.8s ease;
    transition: top .3s 1.8s ease, opacity .3s 1.8s ease
}

.home .slides-container .hotspots .hotspot:nth-child(13) {
    -webkit-transition: top .3s 1.95s ease, opacity .3s 1.95s ease;
    -o-transition: top .3s 1.95s ease, opacity .3s 1.95s ease;
    transition: top .3s 1.95s ease, opacity .3s 1.95s ease
}

.home .slides-container .hotspots .hotspot:nth-child(14) {
    -webkit-transition: top .3s 2.1s ease, opacity .3s 2.1s ease;
    -o-transition: top .3s 2.1s ease, opacity .3s 2.1s ease;
    transition: top .3s 2.1s ease, opacity .3s 2.1s ease
}

.home .slides-container .hotspots .hotspot:nth-child(15) {
    -webkit-transition: top .3s 2.25s ease, opacity .3s 2.25s ease;
    -o-transition: top .3s 2.25s ease, opacity .3s 2.25s ease;
    transition: top .3s 2.25s ease, opacity .3s 2.25s ease
}

.home .slides-container .hotspots .hotspot:nth-child(16) {
    -webkit-transition: top .3s 2.4s ease, opacity .3s 2.4s ease;
    -o-transition: top .3s 2.4s ease, opacity .3s 2.4s ease;
    transition: top .3s 2.4s ease, opacity .3s 2.4s ease
}

.home .slides-container .hotspots .hotspot:nth-child(17) {
    -webkit-transition: top .3s 2.55s ease, opacity .3s 2.55s ease;
    -o-transition: top .3s 2.55s ease, opacity .3s 2.55s ease;
    transition: top .3s 2.55s ease, opacity .3s 2.55s ease
}

.home .slides-container .hotspots .hotspot:nth-child(18) {
    -webkit-transition: top .3s 2.7s ease, opacity .3s 2.7s ease;
    -o-transition: top .3s 2.7s ease, opacity .3s 2.7s ease;
    transition: top .3s 2.7s ease, opacity .3s 2.7s ease
}

.home .slides-container .hotspots .hotspot:nth-child(19) {
    -webkit-transition: top .3s 2.85s ease, opacity .3s 2.85s ease;
    -o-transition: top .3s 2.85s ease, opacity .3s 2.85s ease;
    transition: top .3s 2.85s ease, opacity .3s 2.85s ease
}

.home .slides-container .hotspots .hotspot:nth-child(20) {
    -webkit-transition: top .3s 3s ease, opacity .3s 3s ease;
    -o-transition: top .3s 3s ease, opacity .3s 3s ease;
    transition: top .3s 3s ease, opacity .3s 3s ease
}

.home .slides-container .hotspots .hotspot .hotspot-point {
    position: relative;
    text-decoration: none;
    display: inline-block;
    z-index: 10;
    text-align: center;
}

.home .slides-container .hotspots .hotspot.active {
    z-index: 2
}

.home .slides-container .hotspots .hotspot.active .hotspot-content {
    width: 400px;
    height: 290px;
    padding: 50px;
    -webkit-transition: padding .5s .3s ease, width .5s .3s ease, height .5s .3s ease;
    -o-transition: padding .5s .3s ease, width .5s .3s ease, height .5s .3s ease;
    transition: padding .5s .3s ease, width .5s .3s ease, height .5s .3s ease
}

.home .slides-container .hotspots .hotspot.active .hotspot-content .close-hotspot {
    position: absolute;
    top: 10px;
    right: 15px;
    text-decoration: none
}

.home .slides-container .hotspots .hotspot.active[data-open=open-bottom-left] .hotspot-content .close-hotspot {
    right: auto;
    left: 20px
}

.home .slides-container .hotspots .hotspot.closing .hotspot-content {
    width: 0;
    height: 0;
    padding: 0 !important
}

.home .slides-container .hotspots .hotspot[data-style=plus] .hotspot-point {
    width: 50px;
    height: 50px;
    background: #fff;
    line-height: 62px;
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    margin-right: 400px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
}

.home .slides-container .hotspots .hotspot[data-style=plus][data-open=open-bottom-left] .hotspot-content {
    top: 0;
    left: auto;
    right: calc(100% - 50px)
}

.home .slides-container .hotspots .hotspot[data-style=plus].active .hotspot-point {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-box-shadow: none;
    box-shadow: none
}

.home .slides-container .hotspots .hotspot[data-style=plus].active .close-hotspot {
    display: none
}

.home .slides-container .hotspots .hotspot[data-style=map-marker] {
    margin: 25px 0 0 -16px
}

.home .slides-container .hotspots .hotspot[data-style=map-marker] .hotspot-point {
    width: 30px;
    height: 36px;
}

.home .slides-container .hotspots .hotspot[data-style=instandhaltung] .hotspot-point, .home .slides-container .hotspots .hotspot[data-style=modernisierung] .hotspot-point, .home .slides-container .hotspots .hotspot[data-style=ersatzteile] .hotspot-point, .home .slides-container .hotspots .hotspot[data-style=reparaturen] .hotspot-point, .home .slides-container .hotspots .hotspot[data-style=support] .hotspot-point, .home .slides-container .hotspots .hotspot[data-style=fullservice] .hotspot-point {
    width: 85px;
    height: 85px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.home .slides-container .hotspots .hotspot[data-style=instandhaltung] .hotspot-point img, .home .slides-container .hotspots .hotspot[data-style=modernisierung] .hotspot-point img, .home .slides-container .hotspots .hotspot[data-style=ersatzteile] .hotspot-point img, .home .slides-container .hotspots .hotspot[data-style=reparaturen] .hotspot-point img, .home .slides-container .hotspots .hotspot[data-style=support] .hotspot-point img, .home .slides-container .hotspots .hotspot[data-style=fullservice] .hotspot-point img {
    margin-top: 17px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.home .slides-container .hotspots .hotspot[data-style=instandhaltung][data-open=open-top-right].active .hotspot-content, .home .slides-container .hotspots .hotspot[data-style=modernisierung][data-open=open-top-right].active .hotspot-content, .home .slides-container .hotspots .hotspot[data-style=ersatzteile][data-open=open-top-right].active .hotspot-content, .home .slides-container .hotspots .hotspot[data-style=reparaturen][data-open=open-top-right].active .hotspot-content, .home .slides-container .hotspots .hotspot[data-style=support][data-open=open-top-right].active .hotspot-content, .home .slides-container .hotspots .hotspot[data-style=fullservice][data-open=open-top-right].active .hotspot-content {
    padding: 20px 50px 75px 20px
}

.home .slides-container .hotspots .hotspot[data-style=instandhaltung][data-open=open-bottom-left].active .hotspot-content, .home .slides-container .hotspots .hotspot[data-style=modernisierung][data-open=open-bottom-left].active .hotspot-content, .home .slides-container .hotspots .hotspot[data-style=ersatzteile][data-open=open-bottom-left].active .hotspot-content, .home .slides-container .hotspots .hotspot[data-style=reparaturen][data-open=open-bottom-left].active .hotspot-content, .home .slides-container .hotspots .hotspot[data-style=support][data-open=open-bottom-left].active .hotspot-content, .home .slides-container .hotspots .hotspot[data-style=fullservice][data-open=open-bottom-left].active .hotspot-content {
    top: 0;
    left: auto;
    right: calc(100% - 85px);
    padding: 75px 20px 20px
}

.home .slides-container .hotspots .hotspot[data-style=instandhaltung].active .hotspot-point, .home .slides-container .hotspots .hotspot[data-style=instandhaltung].active .hotspot-point img, .home .slides-container .hotspots .hotspot[data-style=modernisierung].active .hotspot-point, .home .slides-container .hotspots .hotspot[data-style=modernisierung].active .hotspot-point img, .home .slides-container .hotspots .hotspot[data-style=ersatzteile].active .hotspot-point, .home .slides-container .hotspots .hotspot[data-style=ersatzteile].active .hotspot-point img, .home .slides-container .hotspots .hotspot[data-style=reparaturen].active .hotspot-point, .home .slides-container .hotspots .hotspot[data-style=reparaturen].active .hotspot-point img, .home .slides-container .hotspots .hotspot[data-style=support].active .hotspot-point, .home .slides-container .hotspots .hotspot[data-style=support].active .hotspot-point img, .home .slides-container .hotspots .hotspot[data-style=fullservice].active .hotspot-point, .home .slides-container .hotspots .hotspot[data-style=fullservice].active .hotspot-point img {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.home .slides-container .hotspots .hotspot .hotspot-content {
    position: absolute;
    height: 0;
    width: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 9;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.home .slides-container .hotspots .hotspot .hotspot-content .hotspot-text {
    width: 300px;
    height: 200px;
    overflow-y: auto
}

@media (max-width: 500px) {
    .hotspots {
        display: none;
    }
}

.home .slides-container section.content {
    top: 0
}

.home .slides-container[data-active-index="0"] section.slide:nth-child(1), .home .slides-container[data-active-index="1"] section.slide:nth-child(2), .home .slides-container[data-active-index="2"] section.slide:nth-child(3), .home .slides-container[data-active-index="3"] section.slide:nth-child(4), .home .slides-container[data-active-index="4"] section.slide:nth-child(5), .home .slides-container[data-active-index="5"] section.slide:nth-child(6), .home .slides-container[data-active-index="6"] section.slide:nth-child(7), .home .slides-container[data-active-index="7"] section.slide:nth-child(8), .home .slides-container[data-active-index="8"] section.slide:nth-child(9), .home .slides-container[data-active-index="9"] section.slide:nth-child(10), .home .slides-container[data-active-index="10"] section.slide:nth-child(11), .home .slides-container[data-active-index="11"] section.slide:nth-child(12), .home .slides-container[data-active-index="12"] section.slide:nth-child(13), .home .slides-container[data-active-index="13"] section.slide:nth-child(14), .home .slides-container[data-active-index="14"] section.slide:nth-child(15), .home .slides-container[data-active-index="15"] section.slide:nth-child(16), .home .slides-container[data-active-index="16"] section.slide:nth-child(17), .home .slides-container[data-active-index="17"] section.slide:nth-child(18), .home .slides-container[data-active-index="18"] section.slide:nth-child(19), .home .slides-container[data-active-index="19"] section.slide:nth-child(20), .home .slides-container[data-active-index="20"] section.slide:nth-child(21) {
    z-index: 100
}

.home .slides-container section.slide {
    overflow: hidden
}

.home .slides-container section.slide:first-child {
    top: 0
}

.home .slides-container section.slide:first-child [data-anim-pos=bottom-left], .home .slides-container section.slide:first-child [data-anim-pos=bottom-left][data-anim=false] {
    bottom: 100px !important
}

.home .slides-container section.slide.split-out {
    top: -100% !important;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.home .slides-container section.slide.split-out .split:first-child, .home .slides-container section.slide.split-out.split-in .split:first-child {
    -webkit-transform: translateY(100%) !important;
    -ms-transform: translateY(100%) !important;
    transform: translateY(100%) !important
}

.home .slides-container section.slide.split-out .split:nth-child(2), .home .slides-container section.slide.split-out.split-in .split:nth-child(2) {
    -webkit-transform: translateY(-100%) !important;
    -ms-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important
}

.home .slides-container section.slide.split-out [data-anim-pos=bottom-left].fade-out {
    bottom: 290px !important
}

.home .slides-container section.slide.split-out [data-anim-pos=bottom-right].fade-out {
    bottom: 170px !important
}

.home .slides-container section.slide.split-out [data-anim-pos=top-left].fade-out, .home .slides-container section.slide.split-out [data-anim-pos=top-right].fade-out {
    top: 70px !important
}

.home .slides-container section.slide.split-out .fade-out {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-transition-duration: .3s !important;
    -o-transition-duration: .3s !important;
    transition-duration: .3s !important
}

.home .slides-container section.slide.split-in .split:first-child, .home .slides-container section.slide.split-in .split:nth-child(2) {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.home .slides-container section.slide.split-ready {
    top: 0
}

.home .slides-container section.slide.split-ready .split:first-child {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.home .slides-container section.slide.split-ready .split:nth-child(2), .home .slides-container section.slide.split-ready.reverse .split:first-child {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.home .slides-container section.slide.split-ready.reverse .split:nth-child(2) {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.home .slides-container section.slide.no-split-animation {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.home .slides-container section.slide.no-split-animation .split {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.home .slides-container section.slide.first-slide.hide-tablet-hint:before {
    opacity: 0;
}

.home .slides-container section.slide h1 {
    max-width: initial;
}

.home .slides-container section.slide h1.no-number + .separator-text {
    margin-left: 0;
    padding-left: 67px;
}

@media screen and (min-width: 800px) {
    .home .slides-container section.slide h1.no-number + .separator-text {
        margin-left: 0;
        padding-left: 67px;
    }
}

.home .slides-container section.slide .separator-text {
    margin-left: calc(5.625em - 22px);
    max-width: 600px;
    padding: 20px 15px 20px 20px;
    font-weight: 700;
}

@media screen and (max-width: 800px) {
    .home .slides-container section.slide h1.no-number + .separator-text {
        padding-left: 29px;
    }

    .home .slides-container section.slide .separator-text {
        margin-left: 0;
    }
}

.home .slides-container section.slide .separator-text .btn-default {
    margin-top: 20px;
}

.home .slides-container section.slide .cs-indented .separator-text {
    border-left: 2px solid #FFBD00;
    font-weight: 700;
    margin-left: calc(5.625em - 22px);
    max-width: 600px;
}

.home .slides-container section.slide .cs-default_blue {
    background-color: rgba(255, 255, 255, .7);
    -webkit-box-shadow: 0 0 70px 70px rgba(255, 255, 255, .7);
    box-shadow: 0 0 70px 70px rgba(255, 255, 255, .7);
    z-index: 2;
}

.home .slides-container section.slide .cs-default_blue h1, .home .slides-container section.slide .cs-default_blue p {
    color: #1E5A9A !important
}

.home .slides-container section.slide .background-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.home .slides-container section.slide .background-container .split-inner {
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 800px) {
    .home .slides-container section.slide .background-container .split-inner.pos-minus-100 {
        background-position: -100px;
    }

    .home .slides-container section.slide .background-container .split-inner.pos-right {
        background-position: right;
    }
}

@media screen and (min-width: 1000px) {
    .home .slides-container section.slide .background-container .split-inner {
        background-position: initial;
    }
}

.home .slides-container section.slide .background-container .split:nth-child(2) .split-inner {
    right: 0;
    left: auto;
}

.home .slides-container section.slide .split {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background-size: cover;
    overflow: hidden;
    transition: -webkit-transform 1s cubic-bezier(.85, .24, .56, 1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.85, .24, .56, 1);
    -o-transition: transform 1s cubic-bezier(.85, .24, .56, 1);
    transition: transform 1s cubic-bezier(.85, .24, .56, 1);
    transition: transform 1s cubic-bezier(.85, .24, .56, 1), -webkit-transform 1s cubic-bezier(.85, .24, .56, 1);
}

.home .slides-container section.slide .split:first-child {
    left: 0
}

.home .slides-container section.slide .split:nth-child(2) {
    right: 0;
}

.home .slides-container section.slide .inner-slide {
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transition: top 1s ease;
    -o-transition: top 1s ease;
    transition: top 1s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    z-index: 3;
    padding: 50px;
}

.home .slides-container section.slide .inner-slide h2 {
    margin: 0
}

.home .slides-container section.slide .inner-slide [data-anim=true] {
    opacity: .3;
}

.home .slides-container section.slide .inner-slide [data-anim=true].fade-in {
    opacity: 1;
}

.home .slides-container section.slide .inner-slide [data-anim=true].fade-out {
    opacity: .5
}

.home .slides-container section.slide .inner-slide [data-anim=false] {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.home .slides-container section.slide .inner-slide [data-anim-pos=bottom-left] {
    position: fixed;
    -webkit-transition: bottom 1.2s .3s cubic-bezier(.37, .35, .16, .94), opacity .5s .4s ease;
    -o-transition: bottom 1.2s .3s cubic-bezier(.37, .35, .16, .94), opacity .5s .4s ease;
    transition: bottom 1.2s .3s cubic-bezier(.37, .35, .16, .94), opacity .5s .4s ease;
    max-width: 600px;
    margin-top: 3em;
}

.home .slides-container section.slide .inner-slide [data-anim-pos=bottom-left] {
    bottom: -100%;
    position: absolute;
    left: 0;
    margin-top: initial;
}

@media (min-width: 768px) {
    .home .slides-container section.slide .inner-slide [data-anim-pos=bottom-left] {
        left: 65px;
    }
}

.home .slides-container section.slide .inner-slide [data-anim-pos=bottom-left].fade-in, .home .slides-container section.slide .inner-slide [data-anim-pos=bottom-left][data-anim=false] {
    bottom: 290px;
    z-index: 100;
}

@media screen and (max-width: 700px) {
    .home .slides-container section.slide .inner-slide [data-anim-pos=bottom-left].fade-in, .home .slides-container section.slide .inner-slide [data-anim-pos=bottom-left][data-anim=false] {
        bottom: 40px
    }
}

.home .slides-container section.slide .inner-slide [data-anim-pos=bottom-left].fade-out {
    bottom: 100%
}

.home .slides-container section.slide .inner-slide [data-anim-pos=bottom-right] {
    position: fixed;
    -webkit-transition: bottom 1.2s .2s cubic-bezier(.37, .35, .16, .94), opacity .3s .5s ease;
    -o-transition: bottom 1.2s .2s cubic-bezier(.37, .35, .16, .94), opacity .3s .5s ease;
    transition: bottom 1.2s .2s cubic-bezier(.37, .35, .16, .94), opacity .3s .5s ease;
    max-width: 540px;
    bottom: -100%;
    right: 90px;
}

.home .slides-container section.slide .inner-slide [data-anim-pos=bottom-right].fade-in, .home .slides-container section.slide .inner-slide [data-anim-pos=bottom-right][data-anim=false] {
    bottom: 170px;
}

@media screen and (max-width: 400px) {
    .home .slides-container section.slide .inner-slide [data-anim-pos=bottom-right].fade-in, .home .slides-container section.slide .inner-slide [data-anim-pos=bottom-right][data-anim=false] {
        bottom: 20px;
    }

    .home .slides-container section.slide .inner-slide [data-anim-pos=bottom-left].fade-in, .home .slides-container section.slide .inner-slide [data-anim-pos=bottom-left][data-anim=false] {
        bottom: 20px;
    }
}

@media screen and (max-width: 700px) {
    .home .slides-container section.slide .inner-slide [data-anim-pos=bottom-right].fade-in, .home .slides-container section.slide .inner-slide [data-anim-pos=bottom-right][data-anim=false] {
        bottom: 50px;
    }

    .home .slides-container section.slide .inner-slide [data-anim-pos=bottom-left].fade-in, .home .slides-container section.slide .inner-slide [data-anim-pos=bottom-left][data-anim=false] {
        bottom: 50px;
    }
}

.home .slides-container section.slide .inner-slide [data-anim-pos=bottom-right].fade-out {
    bottom: 100%
}

.home .slides-container section.slide .inner-slide [data-anim-pos=top-right] {
    position: absolute;
    right: 50px;
    top: 100%;
    -webkit-transition: top 1.2s .4s cubic-bezier(.37, .35, .16, .94), opacity .3s .5s ease;
    -o-transition: top 1.2s .4s cubic-bezier(.37, .35, .16, .94), opacity .3s .5s ease;
    transition: top 1.2s .4s cubic-bezier(.37, .35, .16, .94), opacity .3s .5s ease;
    text-align: right;
    max-width: 540px;
}

.home .slides-container section.slide .inner-slide [data-anim-pos=top-right] h1.no-number + .separator-text {
    padding-right: 0;
}

@media screen and (min-width: 1024px) {

}

.home .slides-container section.slide .inner-slide [data-anim-pos=top-right].fade-in, .home .slides-container section.slide .inner-slide [data-anim-pos=top-right][data-anim=false] {
    top: 150px
}

.home .slides-container section.slide .inner-slide [data-anim-pos=top-right].fade-out {
    top: -100%
}

.home .slides-container section.slide .inner-slide [data-anim-pos=top-left] {
    position: absolute;
    left: 65px;
    top: 100%;
    -webkit-transition: top 1.2s .4s cubic-bezier(.37, .35, .16, .94), opacity .3s .5s ease;
    -o-transition: top 1.2s .4s cubic-bezier(.37, .35, .16, .94), opacity .3s .5s ease;
    transition: top 1.2s .4s cubic-bezier(.37, .35, .16, .94), opacity .3s .5s ease;
    max-width: 740px;
}

.home .slides-container section.slide .inner-slide [data-anim-pos=top-left].fade-in, .home .slides-container section.slide .inner-slide [data-anim-pos=top-left][data-anim=false] {
    top: 150px
}

@media screen and (min-width: 801px) {
    .home .slides-container section.slide .inner-slide [data-anim-pos=bottom-right] {
        position: absolute;
    }
}

@media screen and (max-width: 1024px) {

    .cs-default_blue, .cs-default_white {
        width: 85%;
    }

    .home .slides-container section.slide .inner-slide [data-anim-pos=bottom-right] {
        left: 30px;
    }

    .home .slides-container section.slide .inner-slide [data-anim-pos=bottom-left] {
        left: 30px;
    }

}

@media screen and (max-width: 500px) {

    .cs-default_blue, .cs-default_white {
        width: 85%;
    }

    .home .slides-container section.slide .inner-slide [data-anim-pos=bottom-right] {
        left: 15px;
    }

    .home .slides-container section.slide .inner-slide [data-anim-pos=bottom-left] {
        left: 15px;
    }

}

@media screen and (max-width: 1080px) {
    .home .slides-container section.slide .inner-slide [data-anim-pos=top-left] {
        left: 0;
    }

    .home .slides-container section.slide .inner-slide [data-anim-pos=top-left].fade-in, .home .slides-container section.slide .inner-slide [data-anim-pos=top-left][data-anim=false] {
        top: 0;
    }
}

.home .slides-container section.slide .inner-slide [data-anim-pos=top-left].fade-out {
    top: -100%
}

.home .slides-container section.slide .inner-slide [data-anim-pos=middle-left] {
    position: absolute;
    left: 250px;
    top: 350px;
    -webkit-transition: top .3s cubic-bezier(.37, .35, .16, .94);
    -o-transition: top .3s cubic-bezier(.37, .35, .16, .94);
    transition: top .3s cubic-bezier(.37, .35, .16, .94);
    max-width: 540px
}

.home .slides-container section.slide .inner-slide [data-anim-pos=middle-right] {
    position: absolute;
    right: 90px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: top .3s cubic-bezier(.37, .35, .16, .94);
    -o-transition: top .3s cubic-bezier(.37, .35, .16, .94);
    transition: top .3s cubic-bezier(.37, .35, .16, .94);
    max-width: 540px
}

.home .slides-container section.slide .inner-slide .split [data-anim-pos=top-left] {
    max-width: 50vw;
    left: 0;
    padding-left: 65px;
    background-color: purple;
}

.home .slides-container section.slide[data-inner="1"] .inner-slide:nth-child(0), .home .slides-container section.slide[data-inner="1"] .inner-slide:nth-child(1) {
    top: -100%;
}

.home .slides-container section.slide[data-inner="1"] .inner-slide:nth-child(1) {
    top: 0;
    z-index: 10;
}

.home .slides-container section.slide[data-inner="2"] .inner-slide:nth-child(1) {
    top: -100%
}

.home .slides-container section.slide[data-inner="2"] .inner-slide:nth-child(2) {
    top: 0;
    z-index: 10
}

.home .slides-container section.slide[data-inner="3"] .inner-slide:nth-child(1), .home .slides-container section.slide[data-inner="3"] .inner-slide:nth-child(2) {
    top: -100%
}

.home .slides-container section.slide[data-inner="3"] .inner-slide:nth-child(3) {
    top: 0;
    z-index: 10
}

.home .slides-container section.slide[data-inner="4"] .inner-slide:nth-child(1), .home .slides-container section.slide[data-inner="4"] .inner-slide:nth-child(2), .home .slides-container section.slide[data-inner="4"] .inner-slide:nth-child(3) {
    top: -100%
}

.home .slides-container section.slide[data-inner="4"] .inner-slide:nth-child(4) {
    top: 0;
    z-index: 10
}

.home .slides-container section.slide[data-inner="5"] .inner-slide:nth-child(1), .home .slides-container section.slide[data-inner="5"] .inner-slide:nth-child(2), .home .slides-container section.slide[data-inner="5"] .inner-slide:nth-child(3), .home .slides-container section.slide[data-inner="5"] .inner-slide:nth-child(4) {
    top: -100%
}

.home .slides-container section.slide[data-inner="5"] .inner-slide:nth-child(5) {
    top: 0;
    z-index: 10
}

.home .slides-container section.slide[data-inner="6"] .inner-slide:nth-child(1), .home .slides-container section.slide[data-inner="6"] .inner-slide:nth-child(2), .home .slides-container section.slide[data-inner="6"] .inner-slide:nth-child(3), .home .slides-container section.slide[data-inner="6"] .inner-slide:nth-child(4), .home .slides-container section.slide[data-inner="6"] .inner-slide:nth-child(5) {
    top: -100%
}

.home .slides-container section.slide[data-inner="6"] .inner-slide:nth-child(6) {
    top: 0;
    z-index: 10
}

.home .slides-container section.slide[data-inner="7"] .inner-slide:nth-child(1), .home .slides-container section.slide[data-inner="7"] .inner-slide:nth-child(2), .home .slides-container section.slide[data-inner="7"] .inner-slide:nth-child(3), .home .slides-container section.slide[data-inner="7"] .inner-slide:nth-child(4), .home .slides-container section.slide[data-inner="7"] .inner-slide:nth-child(5), .home .slides-container section.slide[data-inner="7"] .inner-slide:nth-child(6) {
    top: -100%
}

.home .slides-container section.slide[data-inner="7"] .inner-slide:nth-child(7) {
    top: 0;
    z-index: 10
}

.home .slides-container section.slide[data-inner="8"] .inner-slide:nth-child(1), .home .slides-container section.slide[data-inner="8"] .inner-slide:nth-child(2), .home .slides-container section.slide[data-inner="8"] .inner-slide:nth-child(3), .home .slides-container section.slide[data-inner="8"] .inner-slide:nth-child(4), .home .slides-container section.slide[data-inner="8"] .inner-slide:nth-child(5), .home .slides-container section.slide[data-inner="8"] .inner-slide:nth-child(6), .home .slides-container section.slide[data-inner="8"] .inner-slide:nth-child(7) {
    top: -100%
}

.home .slides-container section.slide[data-inner="8"] .inner-slide:nth-child(8) {
    top: 0;
    z-index: 10
}

.home .slides-container section.slide[data-inner="9"] .inner-slide:nth-child(1), .home .slides-container section.slide[data-inner="9"] .inner-slide:nth-child(2), .home .slides-container section.slide[data-inner="9"] .inner-slide:nth-child(3), .home .slides-container section.slide[data-inner="9"] .inner-slide:nth-child(4), .home .slides-container section.slide[data-inner="9"] .inner-slide:nth-child(5), .home .slides-container section.slide[data-inner="9"] .inner-slide:nth-child(6), .home .slides-container section.slide[data-inner="9"] .inner-slide:nth-child(7), .home .slides-container section.slide[data-inner="9"] .inner-slide:nth-child(8) {
    top: -100%
}

.home .slides-container section.slide[data-inner="9"] .inner-slide:nth-child(9) {
    top: 0;
    z-index: 10
}

.home .slides-container section.slide[data-inner="10"] .inner-slide:nth-child(1), .home .slides-container section.slide[data-inner="10"] .inner-slide:nth-child(2), .home .slides-container section.slide[data-inner="10"] .inner-slide:nth-child(3), .home .slides-container section.slide[data-inner="10"] .inner-slide:nth-child(4), .home .slides-container section.slide[data-inner="10"] .inner-slide:nth-child(5), .home .slides-container section.slide[data-inner="10"] .inner-slide:nth-child(6), .home .slides-container section.slide[data-inner="10"] .inner-slide:nth-child(7), .home .slides-container section.slide[data-inner="10"] .inner-slide:nth-child(8), .home .slides-container section.slide[data-inner="10"] .inner-slide:nth-child(9) {
    top: -100%
}

.home .slides-container section.slide[data-inner="10"] .inner-slide:nth-child(10) {
    top: 0;
    z-index: 10
}

.home .slides-container section.slide .inner-slide p {
    color: #fff;
    margin: 0
}

.home .slides-container section.slide .teaser-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1080px;
    height: 110px;
    z-index: 10;
}

.home .slides-container section.slide .teaser-container .teaser-switch {
    display: none;
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    text-decoration: none
}

.home .slides-container section.slide .teaser-container .teaser-switch[data-dir=prev] {
    left: -30px
}

.home .slides-container section.slide .teaser-container .teaser-switch[data-dir=next] {
    right: -30px
}

.home .slides-container section.slide .teaser-container article {
    position: absolute;
    /*top: calc(100% - 80px);*/
    bottom: 0;
    min-height: 80px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .9);
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
    padding: 10px 20px 25px 10px;
    cursor: pointer;
    width: 250px;
}

.teaser-1 article {
    left: calc(50% - 150px);
}

.home .slides-container section.slide .teaser-container article:hover {
    top: -10%
}

.home .slides-container section.slide .teaser-container article.active {
    top: -100%
}

.home .slides-container section.slide .teaser-container article.height-check {
    opacity: 0;
    top: auto;
    bottom: 0
}

.home .slides-container section.slide .teaser-container article .title {
    font-weight: 700;
    min-height: 345x;
    line-height: 1.375;
}

.home .slides-container section.slide .teaser-container article:after {
    position: absolute;
    content: ' ';
    height: 2px;
    width: 100%;
    background-color: #FFBD00;
    top: calc(100% - 2px);
    left: 0
}

.home .slides-container section.slide .teaser-container.teaser-3 article:nth-child(2) {
    left: calc(33.333333% + 10px);
}

.home .slides-container section.slide .teaser-container.teaser-3 article:nth-child(3) {
    right: 30px;
}

.home .slides-container section.slide .teaser-container.teaser-2 {
    width: 540px;
}

.home .slides-container section.slide .teaser-container.teaser-2 article {
    max-width: 50%;
}

.home .slides-container section.slide .teaser-container.teaser-2 article:first-child {
    left: -5px;
}

.home .slides-container section.slide .teaser-container.teaser-2 article:nth-child(2) {
    right: -5px;
}

.home .slides-container section.slide .teaser-container {
    width: 600px;
}

@media screen and (min-width: 1080px) {
    .home .slides-container section.slide .teaser-container {
        width: 920px;
    }
}

.home .slides-container section.slide .teaser-container.teaser-1 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home .slides-container section.slide .counting-slide .counting-slide-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90%;
    margin: 0 auto;
}

.home .slides-container section.slide .counting-slide h1 {
    font-size: 50px;
    text-align: center;
    padding-left: 0;
    text-decoration: underline;
    margin: 0 auto;
}

@media screen and (max-width: 500px) {
    .home .slides-container section.slide .counting-slide h1 {
        font-size: 40px;
    }
}

.home .slides-container section.slide .counting-slide .counting-number {
    text-align: center;
    font-size: 89px;
    color: #FFBD00;
    line-height: 1;
    margin: 100px 0 0;
}

@media screen and (max-width: 500px) {
    .home .slides-container section.slide .counting-slide .counting-number {
        font-size: 41px;
        margin: 70px 0 0;
    }
}

@media screen and (min-width: 800px) {
    .home .slides-container section.slide .counting-slide .counting-number {
        font-size: 130px;
    }
}

.home .slides-container section.slide .counting-slide p {
    margin: 60px auto 0 !important;
    text-align: center;
    font-size: 36px;
    width: 700px;
    max-width: 100%;
    font-weight: 700;
}

@media screen and (max-width: 500px) {
    .home .slides-container section.slide .counting-slide p {
        margin: 40px auto 0 !important;
        font-size: 20px;
    }
}

.home .slides-container section.slide.footer-slide .middle-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transition: top .5s .1s ease;
    -o-transition: top .5s .1s ease;
    transition: top .5s .1s ease;
    z-index: 3;
    width: 85%;
    margin: 0 auto;
}

.home .slides-container section.slide.footer-slide .middle-content h2 {
    font-size: 50px
}

.home .slides-container section.slide.footer-slide .footer-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 260px;
    padding: 30px 115px 0;
    -webkit-transition: top .4s ease;
    -o-transition: top .4s ease;
    transition: top .4s ease;
    z-index: 12;
    background: -webkit-linear-gradient(315deg, #007BC0 66%, #0B3F75 100%) #1E5A9A;
    background: -o-linear-gradient(315deg, #007BC0 66%, #0B3F75 100%) #1E5A9A;
    background: linear-gradient(135deg, #007BC0 66%, #0B3F75 100%) #1E5A9A;
}

@media screen and (max-width: 800px) {
    .home .slides-container section.slide.footer-slide .footer-content {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 260px;
        padding: 30px 25px 0;
    }
}

.home .slides-container section.slide.footer-slide .footer-content .footer-text {
    float: left;
    color: #fff;
    max-width: 100%;
}

@media screen and (min-width: 800px) {
    .home .slides-container section.slide.footer-slide .footer-content .footer-text {
        float: left;
        height: 160px;
        color: #fff;
        max-width: 100%;
    }
}

.home .slides-container section.slide.footer-slide .footer-content ul.short-links {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none
}

@media screen and (min-width: 800px) {
    .home .slides-container section.slide.footer-slide .footer-content ul.short-links {
        float: right;
        margin: 0;
        padding: 0;
        list-style-type: none
    }

    .home .slides-container section.slide.footer-slide .footer-content ul.short-links li {
        display: inline-block;
        float: left;
        margin-left: 50px
    }

}

.home .slides-container section.slide.footer-slide .footer-content ul.short-links li a {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700
}

.home .slides-container section.slide.footer-slide .footer-content ul.short-links li a:hover {
    text-decoration: underline
}

.home .slides-container section.slide.footer-slide.footer-visible .middle-content {
    top: calc(50% - 184px);
}

.home .slides-container section.slide.footer-slide.footer-visible .footer-content {
    top: calc(100% - 260px);
}

.container .row:first-child {
    padding-top: 50px
}

.container .row:last-child {
    padding-bottom: 60px
}

.sub-page .container .row:first-child {
    padding-top: 0
}

.overlay {
    position: fixed;
    z-index: 0;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    background: -webkit-linear-gradient(315deg, #007BC0 66%, #0B3F75 100%) #1E5A9A;
    background: -o-linear-gradient(315deg, #007BC0 66%, #0B3F75 100%) #1E5A9A;
    background: linear-gradient(135deg, #007BC0 66%, #0B3F75 100%) #1E5A9A;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.overlay a.close-overlay {
    position: absolute;
    z-index: 30;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 2em
}

.overlay a.close-overlay:before {
    float: right;
    padding-left: .5em
}

.overlay.open {
    z-index: 50;
    top: 0
}

.reference-gallery nav.second-level {
    position: absolute;
    z-index: 30;
    top: 50px;
    left: 35px
}

.reference-gallery nav.second-level .counter-wrapper {
    position: absolute;
    margin-top: 26px;
    height: 24px;
    overflow: hidden;
    top: 0;
    -webkit-transition: top .5s ease-in-out;
    -o-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out
}

.reference-gallery nav.second-level .counter-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.reference-gallery nav.second-level .counter-wrapper .col-number {
    margin: 0;
    padding: 0;
    float: left;
    font-weight: 400;
    font-size: 30px;
    line-height: 24px;
    color: #FFBD00;
    -webkit-transition: margin-top .4s ease-in-out .1s;
    -o-transition: margin-top .4s ease-in-out .1s;
    transition: margin-top .4s ease-in-out .1s
}

.reference-gallery nav.second-level .counter-wrapper .col-number li {
    padding: 2px 0;
    display: block
}

.reference-gallery nav.second-level ul.col-nav {
    position: relative;
    margin: 0;
    padding: 0 0 0 80px
}

.reference-gallery nav.second-level ul.col-nav li {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.reference-gallery nav.second-level ul.col-nav li a {
    text-decoration: none;
    color: #fff
}

.reference-gallery .slide {
    position: absolute;
    z-index: 1;
    top: -100%;
    height: 100%;
    left: 0;
    right: 0;
    -webkit-transition: top 1s ease-in-out;
    -o-transition: top 1s ease-in-out;
    transition: top 1s ease-in-out
}

.reference-gallery .slide .reference-detail-container, .reference-gallery .slide .reference-image-container {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: top left, 0 0, center center;
    background-size: auto, auto auto, cover
}

.reference-gallery .slide .reference-detail-container {
    position: absolute;
    left: 0;
    top: 0
}

.reference-gallery .slide .bottom-wrapper {
    z-index: 5;
    position: absolute;
    left: 0;
    bottom: 260px;
    right: 0;
    -webkit-transition: bottom 1s ease-in-out;
    -o-transition: bottom 1s ease-in-out;
    transition: bottom 1s ease-in-out
}

.reference-gallery .slide .bottom-wrapper .link {
    position: relative;
    z-index: 1;
    margin-bottom: .75em;
    font-size: 1.375em;
    color: #0B3F75;
    font-weight: 700;
    text-align: center
}

.reference-gallery .slide .bottom-wrapper .link a {
    color: #FFBD00
}

.reference-gallery .slide .white-stripe {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 150px;
    background-color: #fff
}

.reference-gallery .slide .teaser-container {
    position: relative;
    z-index: 10;
    margin: 0 auto
}

.reference-gallery .slide .teaser-container button.icon-arrow-left {
    left: 0
}

.product-content .product-detail-references .teaser-inner-container .teaser, .reference-gallery .slide .teaser-inner-container .teaser {
    width: 212px
}

.product-content .product-detail-references .teaser-inner-container .teaser .teaser-inner .teaser-content a.teaser-link, .reference-gallery .slide .teaser-inner-container .teaser .teaser-inner .teaser-content a.teaser-link {
    font-size: 1em
}

.reference-image-container {
    overflow: hidden
}

.reference-image-container .reference-detail-container {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    will-change: opacity;
    z-index: 1
}

.reference-image-container .reference-detail-container.new {
    z-index: 2
}

.reference-image-container .reference-detail-container.loaded {
    opacity: 1
}

.reference-image-container .reference-detail-container .reference-detail-description {
    display: block;
    position: absolute;
    max-width: 550px;
    width: 100%;
    padding-left: 105px;
    left: 0;
    bottom: 150px;
    z-index: 10
}

@media screen and (max-width: 500px) {
    .reference-image-container .reference-detail-container .reference-detail-description {
        padding-left: 70px
    }
}

.reference-image-container .reference-detail-container .reference-detail-description-content {
    display: block;
    color: #fff;
    padding: 20px 20px 150px;
    background: rgba(0, 0, 0, .65);
    font-weight: 700
}

.reference-image-container .reference-detail-container .reference-detail-description-content p {
    margin: 0 0 4px
}

.reference-image-container .reference-detail-container .reference-detail-description-content a {
    color: #FFBD00
}

.reference-image-container .reference-detail-container .reference-detail-hotspots {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.reference-image-container .reference-detail-container .reference-detail-hotspots.hidden {
    opacity: 0
}

.reference-image-container .reference-detail-container .reference-detail-hotspots .hotspot {
    width: 0;
    height: 0;
    position: absolute;
    z-index: 4
}

.reference-image-container .reference-detail-container .reference-detail-hotspots .hotspot.active {
    z-index: 5
}

.reference-image-container .reference-detail-container .reference-detail-hotspots .hotspot.active .hotspot-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.reference-image-container .reference-detail-container .reference-detail-hotspots .hotspot.top .hotspot-content {
    top: auto;
    bottom: 5px;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.reference-image-container .reference-detail-container .reference-detail-hotspots .hotspot.left .hotspot-content {
    left: auto;
    right: 5px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.reference-image-container .reference-detail-container .reference-detail-hotspots .hotspot.top.left .hotspot-content {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.reference-image-container .reference-detail-container .reference-detail-hotspots .hotspot-point {
    width: 40px;
    height: 40px;
    left: -20px;
    top: -20px;
    display: block;
    position: absolute;
    z-index: 10
}

.reference-image-container .reference-detail-container .reference-detail-hotspots .hotspot-point:after, .reference-image-container .reference-detail-container .reference-detail-hotspots .hotspot-point:before {
    content: "";
    display: block;
    background: #FFBD00;
    position: absolute
}

.reference-image-container .reference-detail-container .reference-detail-hotspots .hotspot-point:before {
    top: 50%;
    left: 0;
    margin-top: -2px;
    height: 4px;
    width: 100%
}

.reference-gallery[data-active="0"] nav.second-level .counter-wrapper .col-number:nth-child(1), .reference-gallery[data-active="0"] nav.second-level .counter-wrapper .col-number:nth-child(2), .reference-gallery[data-active="1"] nav.second-level .counter-wrapper .col-number:nth-child(1) {
    margin-top: 0
}

.reference-image-container .reference-detail-container .reference-detail-hotspots .hotspot-point:after {
    left: 50%;
    top: 0;
    margin-left: -2px;
    width: 4px;
    height: 100%
}

.reference-image-container .reference-detail-container .reference-detail-hotspots .hotspot-content {
    overflow: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: opacity .4s, -webkit-transform .4s;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    -o-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    will-change: transform, opacity;
    position: absolute;
    z-index: 5;
    top: 5px;
    left: 5px
}

.reference-image-container .reference-detail-container .reference-detail-hotspots .hotspot-content .hotspot-text {
    background: #fff;
    width: 330px;
    padding: 45px 20px 40px;
    position: relative
}

.reference-image-container .reference-detail-container .reference-detail-hotspots .hotspot-content .hotspot-text p {
    margin: 0
}

.reference-image-container .reference-detail-container .reference-detail-hotspots .hotspot-content .hotspot-text .icon-close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    color: #FFBD00;
    text-align: center
}

.reference-gallery[data-active="0"] nav.second-level ul.col-nav li:nth-child(1), .reference-gallery[data-active="1"] nav.second-level ul.col-nav li:nth-child(2), .reference-gallery[data-active="2"] nav.second-level ul.col-nav li:nth-child(3), .reference-gallery[data-active="3"] nav.second-level ul.col-nav li:nth-child(4), .reference-gallery[data-active="4"] nav.second-level ul.col-nav li:nth-child(5), .reference-gallery[data-active="5"] nav.second-level ul.col-nav li:nth-child(6), .reference-gallery[data-active="6"] nav.second-level ul.col-nav li:nth-child(7), .reference-gallery[data-active="7"] nav.second-level ul.col-nav li:nth-child(8), .reference-gallery[data-active="8"] nav.second-level ul.col-nav li:nth-child(9), .reference-gallery[data-active="9"] nav.second-level ul.col-nav li:nth-child(10), .reference-gallery[data-active="11"] nav.second-level ul.col-nav li:nth-child(12), .reference-gallery[data-active="12"] nav.second-level ul.col-nav li:nth-child(13), .reference-gallery[data-active="13"] nav.second-level ul.col-nav li:nth-child(14), .reference-gallery[data-active="14"] nav.second-level ul.col-nav li:nth-child(15), .reference-gallery[data-active="15"] nav.second-level ul.col-nav li:nth-child(16), .reference-gallery[data-active="16"] nav.second-level ul.col-nav li:nth-child(17), .reference-gallery[data-active="17"] nav.second-level ul.col-nav li:nth-child(18), .reference-gallery[data-active="18"] nav.second-level ul.col-nav li:nth-child(19), .reference-gallery[data-active="19"] nav.second-level ul.col-nav li:nth-child(20), .reference-gallery[data-active="20"] nav.second-level ul.col-nav li:nth-child(21) {
    font-size: 42px;
    line-height: 84px;
    text-decoration: underline
}

.reference-gallery .slide:nth-child(1) {
    z-index: 20
}

.reference-gallery .slide:nth-child(2) {
    z-index: 19
}

.reference-gallery .slide:nth-child(3) {
    z-index: 18
}

.reference-gallery .slide:nth-child(4) {
    z-index: 17
}

.reference-gallery .slide:nth-child(5) {
    z-index: 16
}

.reference-gallery .slide:nth-child(6) {
    z-index: 15
}

.reference-gallery .slide:nth-child(7) {
    z-index: 14
}

.reference-gallery .slide:nth-child(8) {
    z-index: 13
}

.reference-gallery .slide:nth-child(9) {
    z-index: 12
}

.reference-gallery .slide:nth-child(10) {
    z-index: 11
}

.reference-gallery .slide:nth-child(11) {
    z-index: 10
}

.reference-gallery .slide:nth-child(12) {
    z-index: 9
}

.reference-gallery .slide:nth-child(13) {
    z-index: 8
}

.reference-gallery .slide:nth-child(14) {
    z-index: 7
}

.reference-gallery .slide:nth-child(15) {
    z-index: 6
}

.reference-gallery .slide:nth-child(16) {
    z-index: 5
}

.reference-gallery .slide:nth-child(17) {
    z-index: 4
}

.reference-gallery .slide:nth-child(18) {
    z-index: 3
}

.reference-gallery .slide:nth-child(19) {
    z-index: 2
}

.reference-gallery .slide:nth-child(20) {
    z-index: 1
}

.reference-gallery .slide:nth-child(21) {
    z-index: 0
}

.reference-gallery[data-active="0"] nav.second-level .counter-wrapper {
    top: 0
}

.reference-gallery[data-active="0"] .slide-container .slide:nth-child(1) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="0"] .slide-container .slide:nth-child(1) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="0"] .slide-container .slide:nth-child(1) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="0"] .slide-container .slide:nth-child(1) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="1"] nav.second-level .counter-wrapper {
    top: 24px
}

.reference-gallery[data-active="1"] nav.second-level .counter-wrapper .col-number:nth-child(2) {
    margin-top: -28px
}

.reference-gallery[data-active="1"] .slide-container .slide:nth-child(2) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="1"] .slide-container .slide:nth-child(2) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="1"] .slide-container .slide:nth-child(2) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="1"] .slide-container .slide:nth-child(2) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="2"] nav.second-level .counter-wrapper {
    top: 48px
}

.reference-gallery[data-active="2"] nav.second-level .counter-wrapper .col-number:nth-child(1) {
    margin-top: 0
}

.reference-gallery[data-active="2"] nav.second-level .counter-wrapper .col-number:nth-child(2) {
    margin-top: -56px
}

.reference-gallery[data-active="2"] .slide-container .slide:nth-child(3) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="2"] .slide-container .slide:nth-child(3) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="2"] .slide-container .slide:nth-child(3) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="2"] .slide-container .slide:nth-child(3) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="3"] nav.second-level .counter-wrapper {
    top: 72px
}

.reference-gallery[data-active="3"] nav.second-level .counter-wrapper .col-number:nth-child(1) {
    margin-top: 0
}

.reference-gallery[data-active="3"] nav.second-level .counter-wrapper .col-number:nth-child(2) {
    margin-top: -84px
}

.reference-gallery[data-active="3"] .slide-container .slide:nth-child(4) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="3"] .slide-container .slide:nth-child(4) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="3"] .slide-container .slide:nth-child(4) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="3"] .slide-container .slide:nth-child(4) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="4"] nav.second-level .counter-wrapper {
    top: 96px
}

.reference-gallery[data-active="4"] nav.second-level .counter-wrapper .col-number:nth-child(1) {
    margin-top: 0
}

.reference-gallery[data-active="4"] nav.second-level .counter-wrapper .col-number:nth-child(2) {
    margin-top: -112px
}

.reference-gallery[data-active="4"] .slide-container .slide:nth-child(5) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="4"] .slide-container .slide:nth-child(5) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="4"] .slide-container .slide:nth-child(5) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="4"] .slide-container .slide:nth-child(5) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="5"] nav.second-level .counter-wrapper {
    top: 120px
}

.reference-gallery[data-active="5"] nav.second-level .counter-wrapper .col-number:nth-child(1) {
    margin-top: 0
}

.reference-gallery[data-active="5"] nav.second-level .counter-wrapper .col-number:nth-child(2) {
    margin-top: -140px
}

.reference-gallery[data-active="5"] .slide-container .slide:nth-child(6) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="5"] .slide-container .slide:nth-child(6) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="5"] .slide-container .slide:nth-child(6) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="5"] .slide-container .slide:nth-child(6) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="6"] nav.second-level .counter-wrapper {
    top: 144px
}

.reference-gallery[data-active="6"] nav.second-level .counter-wrapper .col-number:nth-child(1) {
    margin-top: 0
}

.reference-gallery[data-active="6"] nav.second-level .counter-wrapper .col-number:nth-child(2) {
    margin-top: -168px
}

.reference-gallery[data-active="6"] .slide-container .slide:nth-child(7) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="6"] .slide-container .slide:nth-child(7) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="6"] .slide-container .slide:nth-child(7) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="6"] .slide-container .slide:nth-child(7) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="7"] nav.second-level .counter-wrapper {
    top: 168px
}

.reference-gallery[data-active="7"] nav.second-level .counter-wrapper .col-number:nth-child(1) {
    margin-top: 0
}

.reference-gallery[data-active="7"] nav.second-level .counter-wrapper .col-number:nth-child(2) {
    margin-top: -196px
}

.reference-gallery[data-active="7"] .slide-container .slide:nth-child(8) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="7"] .slide-container .slide:nth-child(8) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="7"] .slide-container .slide:nth-child(8) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="7"] .slide-container .slide:nth-child(8) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="8"] nav.second-level .counter-wrapper {
    top: 192px
}

.reference-gallery[data-active="8"] nav.second-level .counter-wrapper .col-number:nth-child(1) {
    margin-top: 0
}

.reference-gallery[data-active="8"] nav.second-level .counter-wrapper .col-number:nth-child(2) {
    margin-top: -224px
}

.reference-gallery[data-active="8"] .slide-container .slide:nth-child(9) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="8"] .slide-container .slide:nth-child(9) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="8"] .slide-container .slide:nth-child(9) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="8"] .slide-container .slide:nth-child(9) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="9"] nav.second-level .counter-wrapper {
    top: 216px
}

.reference-gallery[data-active="9"] nav.second-level .counter-wrapper .col-number:nth-child(1) {
    margin-top: -28px
}

.reference-gallery[data-active="9"] nav.second-level .counter-wrapper .col-number:nth-child(2) {
    margin-top: -252px
}

.reference-gallery[data-active="9"] .slide-container .slide:nth-child(10) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="9"] .slide-container .slide:nth-child(10) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="9"] .slide-container .slide:nth-child(10) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="9"] .slide-container .slide:nth-child(10) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="10"] nav.second-level ul.col-nav li:nth-child(11) {
    font-size: 42px;
    line-height: 84px;
    text-decoration: underline
}

.reference-gallery[data-active="10"] nav.second-level .counter-wrapper {
    top: 240px
}

.reference-gallery[data-active="10"] nav.second-level .counter-wrapper .col-number:nth-child(1) {
    margin-top: -28px
}

.reference-gallery[data-active="10"] nav.second-level .counter-wrapper .col-number:nth-child(2) {
    margin-top: 0
}

.reference-gallery[data-active="11"] nav.second-level .counter-wrapper .col-number:nth-child(1), .reference-gallery[data-active="11"] nav.second-level .counter-wrapper .col-number:nth-child(2), .reference-gallery[data-active="12"] nav.second-level .counter-wrapper .col-number:nth-child(1) {
    margin-top: -28px
}

.reference-gallery[data-active="10"] .slide-container .slide:nth-child(11) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="10"] .slide-container .slide:nth-child(11) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="10"] .slide-container .slide:nth-child(11) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="10"] .slide-container .slide:nth-child(11) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="11"] nav.second-level .counter-wrapper {
    top: 264px
}

.reference-gallery[data-active="11"] .slide-container .slide:nth-child(12) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="11"] .slide-container .slide:nth-child(12) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="11"] .slide-container .slide:nth-child(12) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="11"] .slide-container .slide:nth-child(12) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="12"] nav.second-level .counter-wrapper {
    top: 288px
}

.reference-gallery[data-active="12"] nav.second-level .counter-wrapper .col-number:nth-child(2) {
    margin-top: -56px
}

.reference-gallery[data-active="12"] .slide-container .slide:nth-child(13) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="12"] .slide-container .slide:nth-child(13) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="12"] .slide-container .slide:nth-child(13) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="12"] .slide-container .slide:nth-child(13) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="13"] nav.second-level .counter-wrapper {
    top: 312px
}

.reference-gallery[data-active="13"] nav.second-level .counter-wrapper .col-number:nth-child(1) {
    margin-top: -28px
}

.reference-gallery[data-active="13"] nav.second-level .counter-wrapper .col-number:nth-child(2) {
    margin-top: -84px
}

.reference-gallery[data-active="13"] .slide-container .slide:nth-child(14) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="13"] .slide-container .slide:nth-child(14) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="13"] .slide-container .slide:nth-child(14) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="13"] .slide-container .slide:nth-child(14) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="14"] nav.second-level .counter-wrapper {
    top: 336px
}

.reference-gallery[data-active="14"] nav.second-level .counter-wrapper .col-number:nth-child(1) {
    margin-top: -28px
}

.reference-gallery[data-active="14"] nav.second-level .counter-wrapper .col-number:nth-child(2) {
    margin-top: -112px
}

.reference-gallery[data-active="14"] .slide-container .slide:nth-child(15) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="14"] .slide-container .slide:nth-child(15) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="14"] .slide-container .slide:nth-child(15) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="14"] .slide-container .slide:nth-child(15) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="15"] nav.second-level .counter-wrapper {
    top: 360px
}

.reference-gallery[data-active="15"] nav.second-level .counter-wrapper .col-number:nth-child(1) {
    margin-top: -28px
}

.reference-gallery[data-active="15"] nav.second-level .counter-wrapper .col-number:nth-child(2) {
    margin-top: -140px
}

.reference-gallery[data-active="15"] .slide-container .slide:nth-child(16) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="15"] .slide-container .slide:nth-child(16) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="15"] .slide-container .slide:nth-child(16) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="15"] .slide-container .slide:nth-child(16) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="16"] nav.second-level .counter-wrapper {
    top: 384px
}

.reference-gallery[data-active="16"] nav.second-level .counter-wrapper .col-number:nth-child(1) {
    margin-top: -28px
}

.reference-gallery[data-active="16"] nav.second-level .counter-wrapper .col-number:nth-child(2) {
    margin-top: -168px
}

.reference-gallery[data-active="16"] .slide-container .slide:nth-child(17) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="16"] .slide-container .slide:nth-child(17) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="16"] .slide-container .slide:nth-child(17) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="16"] .slide-container .slide:nth-child(17) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="17"] nav.second-level .counter-wrapper {
    top: 408px
}

.reference-gallery[data-active="17"] nav.second-level .counter-wrapper .col-number:nth-child(1) {
    margin-top: -28px
}

.reference-gallery[data-active="17"] nav.second-level .counter-wrapper .col-number:nth-child(2) {
    margin-top: -196px
}

.reference-gallery[data-active="17"] .slide-container .slide:nth-child(18) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="17"] .slide-container .slide:nth-child(18) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="17"] .slide-container .slide:nth-child(18) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="17"] .slide-container .slide:nth-child(18) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="18"] nav.second-level .counter-wrapper {
    top: 432px
}

.reference-gallery[data-active="18"] nav.second-level .counter-wrapper .col-number:nth-child(1) {
    margin-top: -28px
}

.reference-gallery[data-active="18"] nav.second-level .counter-wrapper .col-number:nth-child(2) {
    margin-top: -224px
}

.reference-gallery[data-active="18"] .slide-container .slide:nth-child(19) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="18"] .slide-container .slide:nth-child(19) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="18"] .slide-container .slide:nth-child(19) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="18"] .slide-container .slide:nth-child(19) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="19"] nav.second-level .counter-wrapper {
    top: 456px
}

.reference-gallery[data-active="19"] nav.second-level .counter-wrapper .col-number:nth-child(1) {
    margin-top: -56px
}

.reference-gallery[data-active="19"] nav.second-level .counter-wrapper .col-number:nth-child(2) {
    margin-top: -252px
}

.reference-gallery[data-active="19"] .slide-container .slide:nth-child(20) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="19"] .slide-container .slide:nth-child(20) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="19"] .slide-container .slide:nth-child(20) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="19"] .slide-container .slide:nth-child(20) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.reference-gallery[data-active="20"] nav.second-level .counter-wrapper {
    top: 480px
}

.reference-gallery[data-active="20"] nav.second-level .counter-wrapper .col-number:nth-child(1) {
    margin-top: -56px
}

.reference-gallery[data-active="20"] nav.second-level .counter-wrapper .col-number:nth-child(2) {
    margin-top: 0
}

.reference-gallery[data-active="20"] .slide-container .slide:nth-child(21) {
    top: 0;
    z-index: 20
}

.reference-gallery[data-active="20"] .slide-container .slide:nth-child(21) .bottom-wrapper {
    bottom: 0;
    -webkit-transition: bottom .75s ease-in-out .35s;
    -o-transition: bottom .75s ease-in-out .35s;
    transition: bottom .75s ease-in-out .35s
}

.reference-gallery[data-active="20"] .slide-container .slide:nth-child(21) ~ .slide {
    top: 100%
}

.reference-gallery[data-active="20"] .slide-container .slide:nth-child(21) ~ .slide .bottom-wrapper {
    bottom: -260px
}

.content .intro-text {
    font-size: 1.375em !important;
    font-weight: 700 !important;
}

.cke_editable {
    outline: 5px dashed lawngreen;
    padding: 9px 15px;
}

/*.cke_editable:after {*/
/*content: '';*/
/*position: absolute;*/
/*top: -10px;*/
/*left: -10px;*/
/*bottom: -10px;*/
/*right: -10px;*/
/*outline: 5px #26dc26 dashed;*/
/*display: none;*/
/*}*/

.content .intro-text + .section-headline {
    margin-top: 5em
}

.content .section-headline {
    margin-bottom: 2em;
}

.content .section-headline:after {
    content: "";
    display: table;
    clear: both;
}

.content .section-headline h1 {
    float: left;
    margin-left: -1.5em;
    margin-top: 16px;
    width: calc(37% + 1.5em);
    width: calc(54% + 1.5em);
}

.content .section-headline h1.full-width {
    width: calc(100% + 1.5em)
}

.content .section-headline .separator-text {
    float: right;
    width: 46%;
    padding: 20px 20px 20px 50px;
    border-left: 2px solid #FFBD00;
    font-weight: 700;
}

.content .section-headline .separator-text :last-child {
    margin-bottom: 0
}

.content .teaser-container {
    position: relative;
    z-index: 0;
    /*0 0 0 -10px*/
    margin: 0 0 3em -10px;
}

.content .teaser-container button {
    position: absolute;
    z-index: 5;
    top: calc(50% - 10px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 72px;
    height: 140px;
    outline: 0;
    opacity: 1;
    overflow: hidden;
    background-color: transparent
}

.content .teaser-container button[disabled] {
    display: none
}

.content .teaser-container button:after {
    content: '';
    position: relative;
    z-index: 0;
    display: block;
    width: 100px;
    height: 100px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.content .teaser-container button.icon-arrow-left {
    left: 10px
}

.content .teaser-container button.icon-arrow-left:after {
    left: -50px
}

.content .teaser-container button.icon-arrow-left:before {
    left: 12px
}

.content .teaser-container button.icon-arrow-right {
    right: 0
}

.content .teaser-container button.icon-arrow-right:after {
    left: 22px
}

.content .teaser-container button.icon-arrow-right:before {
    left: auto;
    right: 12px
}

.content .teaser-container button:before {
    position: absolute;
    top: calc(50% - .5em);
    z-index: 1;
    display: block;
    font-size: 26px
}

.content .teaser-container button.disabled {
    opacity: 0
}

.content .teaser-container-hider {
    width: 100%;
    overflow: hidden;
    position: relative
}

.content .teaser-container-hider:before {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 10px;
    height: 100%;
    background-color: #fff
}

.content .teaser-inner-container {
    margin: 0 auto;
    position: relative;
}

.content .teaser-inner-container:after {
    content: "";
    display: table;
    clear: both
}

.content .teaser-inner-container .teaser {
    float: left;
    width: 282px;
    padding: 0 10px 20px
}

.content .teaser-inner-container .teaser .teaser-inner {
    position: relative;
    width: 100%;
    padding-top: 100%
}

.content .teaser-inner-container .teaser .teaser-inner .teaser-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* cursor: pointer; */
}

.content .teaser-inner-container .teaser .teaser-inner .teaser-content:before {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.content .teaser-inner-container .teaser .teaser-inner .teaser-content a.teaser-link {
    position: absolute;
    top: calc(100% - 23px);
    left: calc(100% - 20px);
    right: 20px;
    bottom: 23px;
    overflow: hidden;
    display: block;
    background: url(/static/img/bg_pattern.png) #FFBD00;
    font-size: 1.375em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    color: #0B3F75;
    background-image: none;
}

.content .teaser-inner-container .teaser .teaser-inner .teaser-content a.teaser-link[href=""] {
    cursor: default
}

.content .teaser-inner-container .teaser .teaser-inner .teaser-content a.teaser-link.small span {
    font-size: 16px
}

.content .teaser-inner-container .teaser .teaser-inner .teaser-content a.teaser-link span {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 100%;
    padding: 0 8.5%;
    opacity: 0
}

.content .teaser-inner-container .teaser .teaser-title-static,
.content .teaser-inner-container .teaser .teaser-title {
    margin: 5px 0;
    font-weight: 700
}

.content .teaser-inner-container .teaser a.teaser-link {
    -webkit-transition: all .5s ease-in-out .25s;
    -o-transition: all .5s ease-in-out .25s;
    transition: all .5s ease-in-out .25s
}

.content .teaser-inner-container .teaser a.teaser-link span {
    -webkit-transition: all .25s ease-in-out 0s;
    -o-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s
}

.content .teaser-inner-container .teaser.open a.teaser-link {
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}

.content .teaser-inner-container .teaser.open a.teaser-link span {
    -webkit-transition: all .25s ease-in-out .5s;
    -o-transition: all .25s ease-in-out .5s;
    transition: all .25s ease-in-out .5s
}

.content .teaser-inner-container .teaser.bottom-top a.teaser-link {
    -webkit-transition: all .5s ease-in-out .25s;
    -o-transition: all .5s ease-in-out .25s;
    transition: all .5s ease-in-out .25s
}

.content .teaser-inner-container .teaser.bottom-top a.teaser-link span {
    -webkit-transition: all .25s ease-in-out 0s;
    -o-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s
}

.content .teaser-inner-container .teaser.bottom-top.open a.teaser-link {
    -webkit-transition: all .5s ease-in-out .25s;
    -o-transition: all .5s ease-in-out .25s;
    transition: all .5s ease-in-out .25s
}

.content .teaser-inner-container .teaser.bottom-top.open a.teaser-link span {
    -webkit-transition: all .25s ease-in-out .75s;
    -o-transition: all .25s ease-in-out .75s;
    transition: all .25s ease-in-out .75s
}

.content .teaser-inner-container .teaser.bottom-top .teaser-inner .teaser-content a.teaser-link {
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}

.content .teaser-inner-container .teaser.bottom-top .teaser-inner .teaser-content a.teaser-link span {
    opacity: 0;
    top: 40%
}

.content .teaser-inner-container .teaser.bottom-top .teaser-title,
.content .teaser-inner-container .teaser.bottom-top .teaser-title-static {
    margin: 0;
    height: 78px;
    padding: 10px 0 8px;
    font-size: 1.375em;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    vertical-align: bottom;
    background: -webkit-linear-gradient(bottom, #FFBD00 0, #FFBD00 2px, transparent 2px, transparent 100%);
    background: -o-linear-gradient(bottom, #FFBD00 0, #FFBD00 2px, transparent 2px, transparent 100%);
    background: linear-gradient(to top, #FFBD00 0, #FFBD00 2px, transparent 2px, transparent 100%);
    -webkit-transition: all .25s ease-in-out .75s;
    -o-transition: all .25s ease-in-out .75s;
    transition: all .25s ease-in-out .75s
}

.content .teaser-inner-container .teaser.bottom-top .teaser-title-static span,
.content .teaser-inner-container .teaser.bottom-top .teaser-title span {
    display: block;
    position: relative;
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.content .teaser-inner-container .teaser.bottom-top.open .teaser-title {
    height: 0;
    padding: 0;
    margin-bottom: 78px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.content .teaser-inner-container .teaser.open .teaser-inner .teaser-content a.teaser-link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.content .teaser-inner-container .teaser.open .teaser-inner .teaser-content a.teaser-link span {
    opacity: 1;
    top: 50%
}

.content .teaser-inner-container .teaser.static-box .teaser-inner {
    padding-top: 100%
}

.content .teaser-inner-container .teaser.static-box .teaser-inner .teaser-content .teaser-text {
    position: relative;
    padding: 30px 20px;
    height: 100%;
    border-bottom: 2px solid #FFBD00;
    overflow: hidden;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}


.content .teaser-container.blue .teaser-inner-container .teaser.static-box .teaser-inner .teaser-content .teaser-text {
    background-color: rgba(0, 107, 177, 0.6705882352941176);
}

.content .teaser-inner-container .teaser.static-box .teaser-inner .teaser-content .teaser-text h2 {
    margin-bottom: .75em;
    text-transform: uppercase;
    color: #0B3F75;
}

.content .teaser-container.blue .teaser-inner-container .teaser.static-box .teaser-inner .teaser-content .teaser-text h2 {
    margin-bottom: .75em;
    text-transform: uppercase;
    color: #fff;
    min-height: 46px;
}

.content .teaser-inner-container .teaser.static-box .teaser-inner .teaser-content .teaser-text p {
    margin: 0;
}

.content .teaser-inner-container .teaser.static-box .teaser-inner .teaser-content .teaser-text a {
    text-decoration: none;
}

.content .teaser-inner-container .teaser.static-box .teaser-inner .teaser-content .teaser-text a[href^="mailto"] {
    text-decoration: underline;
}

.content .teaser-inner-container .teaser.static-box .teaser-inner .teaser-content .teaser-text a h2 {
    color: #FFBD00;
    /* min-height: 46px; */
}

.content .teaser-inner-container .teaser.static-box .teaser-inner .teaser-content .teaser-text p a,
.content .teaser-inner-container .teaser.static-box .teaser-inner .teaser-content .teaser-text a p {
    color: #0B3F75;
}

.content .teaser-inner-container .teaser.static-box.long .teaser-inner {
    padding-top: 170%;
    padding-bottom: 2em;
}

.content .teaser-inner-container .teaser.rectangle {
    width: 510px
}

.content .teaser-inner-container .teaser.rectangle .teaser-inner {
    padding-top: 66.6667%
}

.content .teaser-inner-container.only-two .teaser {
    width: 418px
}

.content .teaser-inner-container.only-two .teaser .teaser-inner {
    padding-top: 50%
}

.content .teaser-filter-container {
    position: relative
}

.content .teaser-filter-container:after {
    content: "";
    display: table;
    clear: both
}

.content .teaser-filter-container aside {
    position: absolute;
    top: 0;
    left: 0;
    width: 37%
}

.content .teaser-filter-container[data-active="0"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: 0
}

.content .teaser-filter-container[data-active="1"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -380px
}

.content .teaser-filter-container[data-active="2"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -760px
}

.content .teaser-filter-container[data-active="3"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -1140px
}

.content .teaser-filter-container[data-active="4"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -1520px
}

.content .teaser-filter-container[data-active="5"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -1900px
}

.content .teaser-filter-container[data-active="6"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -2280px
}

.content .teaser-filter-container[data-active="7"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -2660px
}

.content .teaser-filter-container[data-active="8"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -3040px
}

.content .teaser-filter-container[data-active="9"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -3420px
}

.content .teaser-filter-container[data-active="10"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -3800px
}

.content .teaser-filter-container[data-active="11"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -4180px
}

.content .teaser-filter-container[data-active="12"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -4560px
}

.content .teaser-filter-container[data-active="13"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -4940px
}

.content .teaser-filter-container[data-active="14"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -5320px
}

.content .teaser-filter-container[data-active="15"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -5700px
}

.content .teaser-filter-container[data-active="16"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -6080px
}

.content .teaser-filter-container[data-active="17"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -6460px
}

.content .teaser-filter-container[data-active="18"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -6840px
}

.content .teaser-filter-container[data-active="19"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -7220px
}

.content .teaser-filter-container[data-active="20"] .teaser-container-wrapper .teaser-container:first-child {
    margin-top: -7600px
}

.content .teaser-filter-container .teaser-container-wrapper, .content .teaser-filter-container .teaser-container-wrapper .teaser-container {
    height: 380px
}

.content .teaser-filter-container .teaser-container-wrapper {
    position: relative;
    margin-left: calc(37% + 12px);
    margin-right: 0;
    overflow: hidden
}

.content .teaser-filter-container .teaser-container-wrapper .teaser-container {
    width: 100%
}

.content .teaser-filter-container .teaser-container-wrapper .teaser-container:first-child {
    -webkit-transition: margin-top 1s cubic-bezier(.075, .82, .165, 1);
    -o-transition: margin-top 1s cubic-bezier(.075, .82, .165, 1);
    transition: margin-top 1s cubic-bezier(.075, .82, .165, 1)
}

.content .teaser-list-container {
    margin: 0 -10px
}

.content .teaser-list-container .teaser-inner-container {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.content .teaser-list-container .teaser-inner-container .teaser {
    float: none;
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding-bottom: 3em;
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner {
    padding: 0
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content {
    position: static
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon {
    min-height: 1.3em;
    font-size: 2.3em
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-arrow-back {
    background: url(/static/img/icons/icon-arrow-back.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-arrow-down {
    background: url(/static/img/icons/icon-arrow-down.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-arrow-hint {
    background: url(/static/img/icons/icon-arrow-hint.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-arrow-left-big {
    background: url(/static/img/icons/icon-arrow-left-big.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-arrow-left {
    background: url(/static/img/icons/icon-arrow-left.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-arrow-right-big {
    background: url(/static/img/icons/icon-arrow-right-big.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-arrow-right {
    background: url(/static/img/icons/icon-arrow-right.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-arrow-up {
    background: url(/static/img/icons/icon-arrow-up.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-chat {
    background: url(/static/img/icons/icon-chat.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-close {
    background: url(/static/img/icons/icon-close.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-economy {
    background: url(/static/img/icons/icon-economy.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-flexibility {
    background: url(/static/img/icons/icon-flexibility.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-globe {
    background: url(/static/img/icons/icon-globe.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-group {
    background: url(/static/img/icons/icon-group.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-home {
    background: url(/static/img/icons/icon-home.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-independent {
    background: url(/static/img/icons/icon-independent.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-responsibility {
    background: url(/static/img/icons/icon-responsibility.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-linkedin {
    background: url(/static/img/icons/icon-linkedin.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-mail {
    background: url(/static/img/icons/icon-mail.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-map-marker {
    background: url(/static/img/icons/icon-map-marker.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-menu {
    background: url(/static/img/icons/icon-menu.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-partnership {
    background: url(/static/img/icons/icon-partnership.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-play {
    background: url(/static/img/icons/icon-play.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-plus {
    background: url(/static/img/icons/icon-plus.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-print {
    background: url(/static/img/icons/icon-print.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-reliable {
    background: url(/static/img/icons/icon-reliable.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-search {
    background: url(/static/img/icons/icon-search.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-share {
    background: url(/static/img/icons/icon-share.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-stadler_logo {
    background: url(/static/img/icons/icon-stadler_logo.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-technology {
    background: url(/static/img/icons/icon-technology.png) no-repeat;
    background-size: auto 38px;
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-twitter {
    background: url(/static/img/icons/icon-twitter.png) no-repeat;
    background-size: auto 38px
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon:before {
    display: none
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content div.png-icon.icon-innovation {
    background: url(/static/img/icon_innovation.jpg) no-repeat;
    background-size: auto 110px;
    height: 110px;
    margin: 30px 0;
    background-position: center;
}

.icon-performance {
    background: url(/static/img/icon_performance.jpg) no-repeat;
    background-size: auto 110px;
    height: 110px;
    margin: 30px 0;
    background-position: center;
}

.icon-check {
    background: url(/static/img/icon_check.jpg) no-repeat;
    background-size: auto 110px;
    height: 110px;
    margin: 30px 0;
    background-position: center;
}

.content .back-link:after, .content nav.second-level:after {
    display: table;
    content: "";
    clear: both
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content .teaser-text h2 {
    color: #0B3F75;
    text-transform: uppercase
}

.content .teaser-list-container .teaser-inner-container .teaser .teaser-inner .teaser-content .teaser-text p {
    margin-bottom: 0;
    font-weight: 400
}

.content .reference-overview-container {
    min-height: 545px
}

.content nav.second-level ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 100px 70px rgba(0, 0, 0, .11);
    box-shadow: 0 0 100px 70px rgba(0, 0, 0, .11)
}

.content nav.second-level ul li {
    padding: 1px 0;
    text-transform: uppercase;
    font-weight: 700
}

.content nav.second-level ul li a {
    text-decoration: none;
    color: #fff
}

.content .testimonial {
    margin: 7em 0;
    max-width: 400px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FFBD00;
    font-size: 1.875em;
    font-weight: 200;
    text-transform: uppercase;
    color: #fff
}

.content .back-link {
    margin-bottom: 3em
}

.content .back-link a {
    position: relative;
    display: block;
    float: left;
    margin-left: -2.5em;
    padding-left: 2.5em;
    color: #0B3F75;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 2
}

.content .back-link a:before {
    position: absolute;
    left: 0;
    top: .25em
}

.content .download-container {
    padding-bottom: 2em
}

.content .download-container .filter-container {
    margin-bottom: 2em
}

.content .download-container .content-container {
    min-height: 500px
}

.content .download-container ul.download-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: table;
    width: 100%
}

.content .download-container ul.download-list li {
    display: table-row
}

.content .download-container ul.download-list li:after {
    content: "";
    display: table;
    clear: both
}

.content .download-container ul.download-list li span {
    display: table-cell;
    padding: 12px 0 10px;
    border-bottom: 1px solid #1E5A9A
}

.content .accordion .accordion-content ul li:after, .content .accordion:after, .content .image-teaser-container:after {
    content: "";
    display: table;
    clear: both
}

.content .download-container ul.download-list li span.dl-links {
    white-space: nowrap;
    text-align: right
}

.content .download-container ul.download-list li span.dl-links a {
    font-weight: 700;
    text-decoration: none;
    padding: 0 .5em
}

.content .accordion {
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: 2px solid #0B3F75;
    -webkit-transition: padding-bottom .5s ease-in-out;
    -o-transition: padding-bottom .5s ease-in-out;
    transition: padding-bottom .5s ease-in-out
}

.content .accordion h2 {
    margin-left: -35px;
    margin-bottom: .5em;
    padding-left: 35px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer
}

.content .accordion h2:before {
    position: absolute;
    left: .5em;
    top: -1px;
    padding: 0;
    font-size: 1.2em;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #0B3F75
}

.content .accordion .accordion-content {
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out
}

.content .accordion .accordion-content h3 {
    margin: 1.5em 0 0;
    padding-bottom: 7px;
    text-transform: uppercase;
    border-bottom: 2px solid #0B3F75
}

.content .accordion .accordion-content ul {
    margin: 0;
    padding: 0 0 1.5em;
    list-style-type: none
}

.content .accordion .accordion-content ul li {
    padding: 12px 0 10px;
    border-bottom: 1px solid #1E5A9A
}

.content .accordion .accordion-content ul:nth-last-of-type(1) {
    padding-bottom: 0
}

.content .accordion .accordion-content ul:nth-last-of-type(1) li:last-child {
    border-bottom: 0
}

.content .accordion.open {
    padding-bottom: 40px
}

.content .accordion.open h2:before {
    left: .2em;
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.content .accordion.open .accordion-content {
    max-height: 20000px
}

.content .image-teaser-container ul {
    margin: 0 -10px;
    padding: 0;
    list-style-type: none
}

.content .image-teaser-container ul li {
    display: inline-block;
    width: 49%;
    padding: 0 10px 25px;
    vertical-align: top;
}

.content .image-teaser-container ul li .title {
    margin-bottom: 1em;
    padding-bottom: .25em;
    border-bottom: 2px solid #0B3F75;
    font-size: 1.375em;
    height: 2.75em;
    text-transform: uppercase;
    font-weight: 700
}

.content .image-teaser-container ul li .title span {
    position: relative;
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    display: block
}

@media (max-width: 500px) {
    .content .image-teaser-container ul li .title {
        font-size: 1.1538em
    }
}

.content .image-teaser-container ul li .image {
    width: 100%;
    margin-bottom: 1em
}

.content .image-teaser-container ul li .image img {
    display: block;
    width: 100%;
    height: auto
}

.content .news-teaser-container:after, .content .share-links-container:after {
    display: table;
    content: "";
    clear: both
}

.content .image-teaser-container ul li .name {
    margin-bottom: 1em;
    font-weight: 700;
    text-transform: uppercase
}

.content .news-teaser-container {
    min-height: 500px;
    margin: 0 -10px
}

.content .news-teaser-container .news-teaser {
    float: left;
    width: 33.3%;
    padding: 0 10px 20px
}

.content .news-teaser-container .news-teaser .news-teaser-inner {
    padding: 0 20px 50px 0;
    background-color: #fff;
    /* background-position: center top; */
    /* background-repeat: no-repeat; */
    /* background-size: 100.3% auto; */
    border-bottom: 2px solid #FFBD00;
    /* background-clip: border-box; */
}

.content .news-teaser-container .news-teaser .news-teaser-inner.image {
    /* padding-top: 74.8%; */
}

.content .news-teaser-container .news-teaser a {
    text-decoration: none
}

.content .news-teaser-container .news-teaser a .date {
    padding-top: 20px;
    color: #0B3F75;
    padding-left: 20px;
}

.content .news-teaser-container .news-teaser a h2 {
    color: #FFBD00;
    text-transform: uppercase
}

.content .news-teaser-container .news-teaser a p {
    margin-bottom: 0;
    color: #0B3F75;
    padding-left: 22px;
    padding-right: 22px;
}

.content .news-teaser-container .news-teaser-column {
    float: left;
    width: 33.3%
}

.content .news-teaser-container .news-teaser-column .news-teaser {
    float: none;
    width: 100%
}

.content .news-media-container {
    margin-bottom: 1em
}

.content .news-media-container > img {
    width: 100%;
    height: auto;
}

.content .news-media-container .image-container {
    float: left;
    padding: 0 10px;
    width: 848px
}

.content .news-media-container .image-container img {
    width: 100%;
    height: auto
}

.content .news-media-container.video {
    position: relative;
    padding-top: 56.25%
}

.content .news-media-container.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.content .share-links-container {
    margin: 1em 0
}

.content .share-links-container .share-links-wrapper {
    position: relative;
    float: right;
    padding: 0 0 5px;
    overflow: hidden
}

.content .share-links-container .share-links-wrapper span.share-title {
    float: left;
    padding-right: 3em;
    text-transform: uppercase;
    color: #0B3F75;
    font-weight: 700;
    line-height: 2em;
    -webkit-transition: padding-right .5s ease-in-out;
    -o-transition: padding-right .5s ease-in-out;
    transition: padding-right .5s ease-in-out
}

.content .share-links-container .share-links-wrapper a.opener {
    position: absolute;
    right: 0;
    display: block;
    width: 2.5em;
    height: 2.2em;
    background-color: #fff
}

.content .share-links-container .share-links-wrapper a.opener:before {
    display: none
}

.content .share-links-container .share-links-wrapper a.opener.icon-share {
    background: url(/static/img/icons/icon-share.png) right 0 no-repeat #fff;
    background-size: auto 35px
}

.content .share-links-container .share-links-wrapper a.opener.icon-close:before {
    position: absolute;
    right: 0;
    display: block;
    line-height: 1.5
}

.content .share-links-container .share-links-wrapper ul.share-links {
    overflow: hidden;
    list-style-type: none;
    margin: 0 -100px 0 0;
    padding: 0;
    float: left;
    -webkit-transition: margin-right .5s ease-in-out;
    -o-transition: margin-right .5s ease-in-out;
    transition: margin-right .5s ease-in-out
}

.content .share-links-container .share-links-wrapper ul.share-links li {
    float: left;
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px
}

.content .share-links-container .share-links-wrapper ul.share-links li a {
    display: block;
    height: auto;
    font-size: 1.2em;
    line-height: 1
}

.content .share-links-container .share-links-wrapper ul.share-links li a.icon-mail {
    width: 1.8em;
    height: 1.5em;
    line-height: 1;
    background: url(/static/img/icons/icon-mail.png) center 0 no-repeat #fff;
    background-size: auto 25px
}

.content .share-links-container .share-links-wrapper ul.share-links li a.icon-mail:before {
    display: none
}

.content .share-links-container .share-links-wrapper ul.share-links li a.icon-twitter:before {
    position: relative;
    top: -8px
}

.content .share-links-container .share-links-wrapper.open span.share-title {
    padding-right: .5em
}

.content .share-links-container .share-links-wrapper.open ul.share-links {
    margin-right: 40px
}

.content .news-content-container {
    float: right;
    width: 64%;
    margin-bottom: 2em;
    padding: 1em 0 1em 20px;
    border-left: 2px solid #FFBD00
}

.content .news-content-container .date {
    font-size: 1.875em;
    color: #FFBD00
}

.content aside.related-news-teaser.left {
    float: left;
    width: 36%;
    padding-right: 35px
}

.content aside.related-news-teaser .news-teaser-container {
    min-height: 0;
    margin: 0
}

.content aside.related-news-teaser .news-teaser-container .news-teaser {
    width: 100%;
    padding: 1.25em 0
}

.content aside.related-news-teaser .news-teaser-container .news-teaser .date {
    padding-top: 0;
    padding-bottom: .25em
}

.content .iframe-container iframe {
    background-color: #fff
}

.content aside.right {
    float: right;
    width: 35%;
    padding-left: 20px
}

.content .contact-form-container {
    float: left;
    width: 65%;
    margin-bottom: 2em
}

.career_iframe {
    width: 100%;
    border: 0;
    min-height: 500px
}

.home .content .section-headline {
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .27);
    -webkit-box-shadow: 0 0 100px 70px rgba(0, 0, 0, .3);
    box-shadow: 0 0 100px 70px rgba(0, 0, 0, .3)
}

.home .content .section-headline h1 {
    float: none;
    margin-left: 0;
    margin-top: 0;
    width: auto
}

.home .content .section-headline .separator-text {
    float: none;
    width: auto
}

.srts-container {
    -webkit-transition: margin-left .5s cubic-bezier(.215, .61, .355, 1);
    -o-transition: margin-left .5s cubic-bezier(.215, .61, .355, 1);
    transition: margin-left .5s cubic-bezier(.215, .61, .355, 1)
}

.footer-container {
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(315deg, #007BC0 66%, #0B3F75 100%) #1E5A9A;
    background: -o-linear-gradient(315deg, #007BC0 66%, #0B3F75 100%) #1E5A9A;
    background: linear-gradient(135deg, #007BC0 66%, #0B3F75 100%) #1E5A9A;
    z-index: 1000000;
    /* position: unset; */
    /* top: 0; */
}

.footer-container footer.wrapper {
    text-align: center;
    padding-bottom: 1em;
    padding-top: .71em;
}

.footer-container footer.wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-container footer.wrapper ul li {
    display: inline;
    padding: 5px 13px;
    text-align: center;
    display: inline-block;
}

.footer-container footer.wrapper ul li a {
    font-weight: 700;
    text-decoration: none
}

.footer-container footer.wrapper ul.footer-nav {
    margin: 22px auto;
}

.footer-container footer.wrapper ul.footer-nav li {
    font-size: 1.375em;
    text-transform: uppercase
}

.footer-container footer.wrapper ul.footer-nav li a {
    color: #FFBD00
}

.footer-container footer.wrapper ul.social-nav {
    margin: 0 auto 17px;
}

.footer-container footer.wrapper ul.social-nav li {
    display: inline-block
}

.footer-container footer.wrapper ul.social-nav li.logo-vk a {
    width: 31px;
    position: relative;
    top: 3px;
    left: 29px;
}

.footer-container footer.wrapper ul.social-nav li.logo-linkedin a {
    width: 93px
}

.footer-container footer.wrapper ul.social-nav li.logo-facebook a {
    width: 30px;
    position: relative;
    top: 2px;
    left: 9px;
}

.footer-container footer.wrapper ul.social-nav li.logo-xing a {
    width: 69px
}

.footer-container footer.wrapper ul.social-nav li a {
    display: inline-block;
    height: 27px
}

.footer-container footer.wrapper ul.social-nav li a img {
    width: 75%;
    height: auto;
    vertical-align: baseline;
}

.footer-container footer.wrapper .copyright {
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
    color: #fff
}

.footer-container footer.wrapper .copyright a {
    color: #fff
}

.events-container:after {
    content: "";
    display: table;
    clear: both
}

.events-container .event-list-container .event .link-thru span, .events-container .event-list-container .event .link span, [data-active="0"] .teaser-container:nth-child(2), [data-active="1"] .teaser-container:nth-child(3), [data-active="2"] .teaser-container:nth-child(4), [data-active="3"] .teaser-container:nth-child(5), [data-active="4"] .teaser-container:nth-child(6), [data-active="5"] .teaser-container:nth-child(7), [data-active="6"] .teaser-container:nth-child(8), [data-active="7"] .teaser-container:nth-child(9), [data-active="8"] .teaser-container:nth-child(10), [data-active="9"] .teaser-container:nth-child(11), [data-active="10"] .teaser-container:nth-child(12), [data-active="11"] .teaser-container:nth-child(13), [data-active="12"] .teaser-container:nth-child(14), [data-active="13"] .teaser-container:nth-child(15), [data-active="14"] .teaser-container:nth-child(16), [data-active="15"] .teaser-container:nth-child(17), [data-active="16"] .teaser-container:nth-child(18), [data-active="17"] .teaser-container:nth-child(19), [data-active="18"] .teaser-container:nth-child(20), [data-active="19"] .teaser-container:nth-child(21), [data-active="20"] .teaser-container:nth-child(22) {
    display: block
}

.events-container .event-list-container {
    float: left;
    width: 37%;
    margin-top: 5px
}

.events-container .event-list-container .event {
    position: relative;
    height: 90px
}

.events-container .event-list-container .event .dot {
    position: absolute;
    margin-top: 5px;
    width: 2px;
    height: 100%;
    background-color: #1E5A9A
}

.events-container .event-list-container .event .dot:after {
    content: '';
    position: absolute;
    left: -3px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #1E5A9A
}

.events-container .event-list-container .event .link,
.events-container .event-list-container .event .link-thru {
    margin-left: 20px;
    max-height: 90px;
    overflow: hidden
}

.events-container .event-list-container .event .link a,
.events-container .event-list-container .event .link-thru a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700
}

.events-container .event-list-container .event .link-thru span.date,
.events-container .event-list-container .event .link span.date {
    color: #FFBD00
}

.events-container .event-list-container .event .link span.title,
.events-container .event-list-container .event .link-thru span.title {
    color: #1E5A9A
}

.events-container .event-list-container .event.active .dot:after {
    left: -7px;
    top: -3px;
    width: 16px;
    height: 16px;
    border-radius: 8px
}

.events-container .event-list-container .event.last .dot, .events-container .event-list-container .event:last-child .dot {
    height: 1px
}

.events-container .event-detail-container {
    position: relative;
    margin-left: calc(37% + 20px)
}

.events-container .event-detail-container .share-links-container {
    position: absolute;
    top: -6em;
    right: 0
}

.events-container .event-detail-container .event-date {
    font-size: 1.875em;
    color: #FFBD00
}

.events-container .event-detail-container .intro {
    font-weight: 700;
    margin-bottom: 1em
}

@media (max-height: 870px) {
    section.content {
        min-height: 500px
    }

    section.content:first-child {
        height: 500px
    }

    section.content:nth-child(2) {
        margin-top: 500px
    }

    .home .main-container .main-wrapper section.content .content-inner {
        top: 250px
    }

    .reference-gallery .slide .teaser-inner-container .teaser {
        width: 150px
    }

    .reference-gallery .slide .teaser-inner-container .teaser .teaser-inner .teaser-content a.teaser-link {
        font-size: .8em
    }

    .reference-image-container .reference-detail-container .reference-detail-description-content {
        padding: 20px 20px 60px
    }
}

.product-detail-frame {
    width: 100%
}

@media screen and (max-width: 500px) {
    .product-detail-frame {
        padding: 0 15px
    }
}

.product-detail {
    position: relative;
    margin: 0 auto;
    height: auto;
    -webkit-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s;
    will-change: height
}

.product-detail.loaded .current + .product-frame, .product-detail.loaded .product-detail-nav, .product-detail.loaded .product-frame.prev_current {
    opacity: 1
}

.product-detail.first .product-detail-nav .nav.prev, .product-detail.last .product-detail-nav .nav.next {
    display: none
}

.product-detail .product-detail-nav {
    padding-top: 33%;
    position: absolute;
    width: 100%;
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.product-detail .product-detail-nav .nav {
    z-index: 10;
    font-size: 80px;
    display: block;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
}

.product-detail .product-detail-nav .nav span {
    display: none;
}

.product-detail .product-detail-nav .nav.prev {
    float: left;
    margin-left: -74px
}

.product-detail .product-detail-nav .nav.next {
    float: right;
    margin-right: -74px
}

@media screen and (max-width: 1024px) {
    .product-detail .product-detail-nav .nav {
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        font-size: 16px
    }

    .product-detail .product-detail-nav .nav:before {
        display: none
    }

    .product-detail .product-detail-nav .nav span {
        display: block
    }

    .product-detail .product-detail-nav .nav.prev {
        margin-left: -26px
    }

    .product-detail .product-detail-nav .nav.next {
        margin-right: -26px
    }
}

.product-detail .product-detail-items {
    position: relative;
    z-index: 9;
    height: 100%
}

.product-detail .product-frame {
    position: absolute;
    background: #fff;
    top: 0;
    right: 100%;
    margin-right: 40px;
    width: 100%;
    transition: left .4s, right .4s, opacity .5s, -webkit-transform .4s;
    -webkit-transition: left .4s, right .4s, opacity .5s, -webkit-transform .4s;
    -o-transition: left .4s, right .4s, opacity .5s, transform .4s;
    transition: left .4s, right .4s, opacity .5s, transform .4s;
    transition: left .4s, right .4s, opacity .5s, transform .4s, -webkit-transform .4s;
    will-change: left, right, opacity, transform;
    -webkit-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4);
    -webkit-transform-origin: center 200px;
    -ms-transform-origin: center 200px;
    transform-origin: center 200px;
    opacity: 0;
    z-index: 4;
    height: 100%;
    overflow: hidden
}

.product-detail .product-frame h1 {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    will-change: transform;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.product-detail .product-frame .product-content {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity;
    min-height: 300px
}

.product-detail .product-frame .product-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block
}

.product-detail .product-frame .product-detail-references {
    margin-top: 80px;
    padding-bottom: 100px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity
}

.product-detail .current .product-content, .product-detail .product-frame .product-detail-references.loaded {
    opacity: 1
}

.product-detail .product-frame .product-detail-references h2 {
    text-transform: uppercase;
    margin-bottom: 16px
}

.product-detail .product-frame .product-detail-references .srts-item {
    width: 192px
}

.product-detail .product-frame h1 {
    margin-bottom: 35px
}

.product-detail .product-frame.prev_current {
    margin-left: -40px;
    right: 100%;
    left: -100%
}

.product-detail .current {
    opacity: 1;
    position: relative;
    top: 0;
    margin-left: 0;
    margin-right: 0;
    right: 0;
    left: 0;
    z-index: 6;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.product-detail .current .product-content[data-content-url] {
    opacity: 0
}

.product-detail .current ~ .product-frame {
    right: auto;
    left: 100%;
    margin-left: 40px;
    margin-right: 0
}

.product-detail .current + .product-frame, .product-detail .product-frame.prev_current {
    z-index: 5;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.product-detail .current + .product-frame h1, .product-detail .product-frame.prev_current h1 {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.product-detail .current + .product-frame h1 span, .product-detail .product-frame.prev_current h1 span {
    text-decoration: none
}

.product-detail .current + .product-frame {
    margin-right: -40px;
    left: 100%;
    right: -100%
}

.home .cms-placeholder + .cms-plugin {
    position: static
}

.cms-placeholder + .cms-plugin {
    z-index: 1
}

.cms-placeholder + .cms-plugin section.content:first-child {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    z-index: 1;
    padding: 200px 0 0;
    overflow: hidden
}

.cms-placeholder + .cms-plugin + .cms-plugin section.content {
    margin-top: 500px
}

.cms-plugin {
    z-index: 9;
    position: relative
}

.cms-plugin section.content:first-child {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    padding: 0;
    z-index: auto;
    height: auto
}

.cms-plugin section.content:last-child {
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cms-plugin section.content:nth-child(2) {
    margin-top: 0
}

.cms-plugin:last-child section.content:last-child {
    margin-bottom: 260px;
    -webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, .2)
}

.content .cms-plugin .intro-text {
    margin-bottom: 5em
}

@media (max-width: 1024px) {
    .content .section-headline h1 {
        margin-left: 0;
        padding-left: 0;
        width: 40%
    }

    .content .section-headline h1:before {
        position: relative
    }

    .content .section-headline .separator-text {
        width: 60%
    }

    .content .back-link a {
        margin-left: 0
    }

    .content .teaser-filter-container aside {
        width: 40%
    }

    .content .teaser-filter-container .teaser-container-wrapper {
        margin-left: calc(40% + 12px)
    }

    .home .content .section-headline h1 {
        padding-left: 1.5em
    }

    .home .content .section-headline h1:before {
        position: absolute
    }
}

@media (max-width: 1080px) {
    .mobile-header-container, .mobile-header-container header.wrapper nav {
        right: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
        left: 0;
    }

    .mobile-hidden, .tablet-only {
        display: block !important
    }

    .desktop-only {
        display: none !important;
    }

    body.mobile-menu-open {
        overflow: hidden;
        position: fixed;
        width: 100%
    }

    .mobile-header-container {
        position: fixed;
        z-index: 50;
        top: 0;
        -webkit-transition: top .5s ease-in-out;
        -o-transition: top .5s ease-in-out;
        transition: top .5s ease-in-out;
    }

    .mobile-header-container header.wrapper {
        position: relative;
    }

    .mobile-header-container header.wrapper:after {
        content: "";
        display: table;
        clear: both
    }

    .mobile-header-container header.wrapper .header-wrapper {
        position: relative;
        z-index: 1;
        padding: 15px 40px 0;
        min-height: 50px;
        background-color: #fff;
    }

    .mobile-header-container header.wrapper .logo {
        float: left;
        padding-top: 9px;
    }

    .mobile-header-container header.wrapper .logo a {
        display: block;
        margin-top: -4px;
        width: 200px;
        height: 21px;
        overflow: hidden
    }

    .mobile-header-container header.wrapper .logo a.icon:before {
        color: #0B3F75
    }

    .mobile-header-container header.wrapper .menu {
        float: right;
        /* margin-top: -4px; */
    }

    .mobile-header-container header.wrapper .menu a {
        display: block;
        overflow: hidden
    }

    .mobile-header-container header.wrapper nav {
        position: fixed;
        top: -1700px;
        height: 100%;
        clear: both;
        padding: 70px 40px 0;
        -webkit-transition: top 1s ease-in-out;
        -o-transition: top 1s ease-in-out;
        transition: top 1s ease-in-out;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .mobile-header-container header.wrapper nav:after {
        content: "";
        display: table;
        clear: both
    }

    .mobile-header-container header.wrapper nav .home-link {
        float: left
    }

    .mobile-header-container header.wrapper nav .home-link:before {
        color: #0B3F75
    }

    .mobile-header-container header.wrapper nav ul {
        margin: 0;
        padding: 0;
        list-style-type: none
    }

    .mobile-header-container header.wrapper nav ul li {
        display: block
    }

    .mobile-header-container header.wrapper nav ul li a {
        text-decoration: none;
        font-weight: 700
    }

    .mobile-header-container header.wrapper nav ul.lang-nav {
        padding-top: 8px;
        text-align: right
    }

    .mobile-header-container header.wrapper nav ul.lang-nav li {
        display: inline-block;
        font-size: 15px
    }

    .mobile-header-container header.wrapper nav ul.lang-nav li a {
        padding-left: 5px;
        color: #0B3F75;
        text-transform: uppercase
    }

    .mobile-header-container header.wrapper nav ul.lang-nav li.active a {
        color: #0B3F75;
        text-decoration: underline
    }

    .mobile-header-container header.wrapper nav ul.lang-nav li:first-child a {
        padding-left: 0
    }

    .mobile-header-container header.wrapper nav ul.main-nav {
        margin: 22px 0
    }

    .mobile-header-container header.wrapper nav ul.main-nav li {
        font-size: 28px;
        text-transform: uppercase
    }

    .mobile-header-container header.wrapper nav ul.main-nav li a {
        color: #0B3F75
    }

    .mobile-header-container header.wrapper nav ul.main-nav li.ancestor a, .mobile-header-container header.wrapper nav ul.main-nav li.selected a {
        text-decoration: underline
    }

    .mobile-header-container header.wrapper nav ul.meta-nav li {
        font-size: 20px
    }

    .mobile-header-container header.wrapper nav ul.meta-nav li a {
        color: #0B3F75
    }

    .mobile-header-container header.wrapper nav ul.meta-nav li.selected a {
        color: #0B3F75;
        text-decoration: underline
    }

    .mobile-header-container header.wrapper nav ul.footer-nav {
        margin: 20px 0 0;
        padding: 20px 0;
        border-top: 2px solid #0B3F75;
    }

    .mobile-header-container header.wrapper nav ul.footer-nav li {
        font-size: 15px;
        line-height: 1.8;
        text-transform: uppercase
    }

    .mobile-header-container header.wrapper nav ul.footer-nav li a {
        color: #FFBD00
    }

    .mobile-header-container header.wrapper nav ul.footer-nav li.selected a {
        text-decoration: underline
    }

    .mobile-header-container header.wrapper nav ul.social-nav {
        margin: 35px 0;
        /* display: flex; */
        padding-bottom: 2em;
    }

    .mobile-header-container header.wrapper nav ul.social-nav li {
        display: inline-block;
        margin-right: 15px;
        /* position: relative; */
        width: 80px;
        float: left;
    }

    li.logo-linkedin {
        /* width: 70px; */
        /* background: red; */
        margin-right: 0 !important;
        top: 3px;
        position: relative;
    }

    .social-nav li img {
        /* background: red; */
        /* height: 38px; */
        max-height: 19px;
        float: left;
        margin-right: -1px;
        /* position: relative; */
        /* top: 3px; */
        /* display: flex; */
    }

    .mobile-header-container header.wrapper nav ul.social-nav li.logo-linkedin a {
        width: 62px
    }

    .mobile-header-container header.wrapper nav ul.social-nav li.logo-vk a {
        width: 19px
    }

    .mobile-header-container header.wrapper nav ul.social-nav li.logo-xing a {
        /* width: 47px; */
        /* max-width: 16px; */
    }

    .mobile-header-container header.wrapper nav ul.social-nav li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* height: 25px; */
    }

    .mobile-header-container header.wrapper nav ul.social-nav li a img {
        width: 100%;
        /* height: auto; */
        vertical-align: baseline;
    }

    .logo-facebook img {
        top: 3px;
        position: relative;
    }

    .mobile-header-container.open {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .mobile-header-container.open header.wrapper nav {
        top: 0
    }

    .mobile-header-container.sticky {
        top: -100px
    }

    .mobile-header-container.sticky.show {
        top: 0
    }

    section.content {
        min-height: 300px;
        z-index: 0;
        padding-bottom: 50px
    }

    section.content:first-child {
        position: relative;
        height: 450px;
        /*height: 450px !important;*/
        z-index: 0;
        padding: 0;
        margin-top: 55px;
    }

    section.content:nth-child(2) {
        margin-top: 0
    }

    section.content:last-child {
        margin-bottom: 0;
        padding-bottom: 20px
    }

    section.content.sub-page:first-child {
        padding-top: 55px;
        height: 0;
        min-height: 0;
        margin: 0
    }

    section.content.sub-page:nth-child(2) {
        margin-top: 0;
        min-height: calc(100% - 56px)
    }

    .home .main-container .main-wrapper section.content {
        background-position: 30% center
    }

    .home .main-container .main-wrapper section.content .content-inner {
        position: static;
        padding: 100px 20px 20px
    }

    .container .row:first-child {
        padding-top: 40px
    }

    .container .row:last-child {
        padding-bottom: 40px
    }

    .sub-page .container .row:first-child {
        padding-top: 20px
    }

    .slides-container section.slide.first-slide {
        position: relative;
        height: auto
    }

    .slides-container section.slide.first-slide .inner-slide {
        position: relative;
        padding: 20px;
        min-height: 100vh;
        min-height: calc(var(--vh, 1vh) * 100);
    }

    .slides-container section.slide.first-slide .cs-indented {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        padding: 100px 20px 20px;
        max-width: 600px;
    }

    .slides-container section.slide.first-slide .cs-indented .separator-text {
        margin-left: 0;
    }

    .slides-container section.slide.first-slide .section-headline {
        background-color: rgba(0, 0, 0, .27);
        -webkit-box-shadow: 0 0 100px 70px rgba(0, 0, 0, .3);
        box-shadow: 0 0 100px 70px rgba(0, 0, 0, .3);
    }

    .slides-container section.slide.first-slide .teaser-container:after {
        content: ' ';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 100%;
        background-color: #FFBD00
    }

    .slides-container section.slide.first-slide .teaser-container.teaser-1 {
        max-width: 75%
    }

    .slides-container section.slide.first-slide .teaser-container.teaser-1 article {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .slides-container section.slide.first-slide .teaser-container .teaser-switch {
        display: block
    }

    .slides-container section.slide.first-slide .teaser-container article:after, .slides-container section.slide.first-slide .teaser-container[data-index="1"] article:nth-child(2), .slides-container section.slide.first-slide .teaser-container[data-index="1"] article:nth-child(3), .slides-container section.slide.first-slide .teaser-container[data-index="2"] article:nth-child(1), .slides-container section.slide.first-slide .teaser-container[data-index="2"] article:nth-child(3), .slides-container section.slide.first-slide .teaser-container[data-index="3"] article:nth-child(1), .slides-container section.slide.first-slide .teaser-container[data-index="3"] article:nth-child(2) {
        display: none
    }

    .slides-container section.slide.first-slide .teaser-container article {
        max-width: initial !important;
        width: 100%;
        left: auto !important
    }

    .slides-container section.slide.first-slide .teaser-container article:hover {
        top: calc(100% - 80px)
    }

    .content .intro-text {
        margin-bottom: 2em;
        font-size: 1.2em
    }

    .content .section-headline {
        margin-bottom: 2em
    }

    .content .section-headline h1 {
        float: none;
        width: auto;
        margin-bottom: .5em
    }

    .content .section-headline h1:before {
        position: relative;
        display: block;
        line-height: 1.5
    }

    .content .section-headline .separator-text {
        float: none;
        width: auto;
        margin-left: -40px;
        margin-bottom: 1em;
        padding: 10px 0 20px 38px
    }

    .content .teaser-container {
        margin: 0 0 3em -10px
    }

    .content .teaser-container.news-media-container {
        margin: 0 -12px
    }

    .content .teaser-inner-container .teaser.rectangle {
        width: 400px
    }

    .content .teaser-inner-container .teaser.rectangle .teaser-inner .teaser-content {
        background-position: left center
    }

    .content .teaser-inner-container.teaser-items-1, .content .teaser-inner-container.teaser-items-1 .image-container {
        width: 100%
    }

    .content .teaser-inner-container.teaser-items-2 {
        width: 200%
    }

    .content .teaser-inner-container.teaser-items-2 .image-container {
        width: 50%
    }

    .content .teaser-inner-container.teaser-items-3 {
        width: 300%
    }

    .content .teaser-inner-container.teaser-items-3 .image-container {
        width: 33.33333%
    }

    .content .teaser-inner-container.teaser-items-4 {
        width: 400%
    }

    .content .teaser-inner-container.teaser-items-4 .image-container {
        width: 25%
    }

    .content .teaser-inner-container.teaser-items-5 {
        width: 500%
    }

    .content .teaser-inner-container.teaser-items-5 .image-container {
        width: 20%
    }

    .content .teaser-inner-container.teaser-items-6 {
        width: 600%
    }

    .content .teaser-inner-container.teaser-items-6 .image-container {
        width: 16.66667%
    }

    .content .teaser-inner-container.teaser-items-7 {
        width: 700%
    }

    .content .teaser-inner-container.teaser-items-7 .image-container {
        width: 14.28571%
    }

    .content .teaser-inner-container.teaser-items-8 {
        width: 800%
    }

    .content .teaser-inner-container.teaser-items-8 .image-container {
        width: 12.5%
    }

    .content .teaser-inner-container.teaser-items-9 {
        width: 900%
    }

    .content .teaser-inner-container.teaser-items-9 .image-container {
        width: 11.11111%
    }

    .content .teaser-inner-container.teaser-items-10 {
        width: 1000%
    }

    .content .teaser-inner-container.teaser-items-10 .image-container {
        width: 10%
    }

    .content .news-teaser-container .news-teaser-column, .content .teaser-list-container .teaser-inner-container .teaser {
        width: 50%
    }

    .content .back-link {
        margin-bottom: 2em
    }

    .content .accordion h2 {
        margin-left: -22px;
        padding-left: 22px
    }

    .content .accordion h2:before {
        left: .25em;
        font-size: 1em
    }

    .content .news-content-container {
        float: none;
        margin-left: -40px;
        padding-left: 38px;
        width: auto
    }

    .content aside.related-news-teaser {
        margin: 0 -10px
    }

    .content aside.related-news-teaser.left {
        float: none;
        width: auto;
        padding-right: 0
    }

    .content aside.related-news-teaser .news-teaser-container .news-teaser {
        width: 33.3%;
        padding-left: 10px;
        padding-right: 10px
    }

    .content .teaser-filter-container[data-active="0"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: 0
    }

    .content .teaser-filter-container[data-active="1"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -315px
    }

    .content .teaser-filter-container[data-active="2"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -630px
    }

    .content .teaser-filter-container[data-active="3"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -945px
    }

    .content .teaser-filter-container[data-active="4"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -1260px
    }

    .content .teaser-filter-container[data-active="5"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -1575px
    }

    .content .teaser-filter-container[data-active="6"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -1890px
    }

    .content .teaser-filter-container[data-active="7"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -2205px
    }

    .content .teaser-filter-container[data-active="8"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -2520px
    }

    .content .teaser-filter-container[data-active="9"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -2835px
    }

    .content .teaser-filter-container[data-active="10"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -3150px
    }

    .content .teaser-filter-container[data-active="11"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -3465px
    }

    .content .teaser-filter-container[data-active="12"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -3780px
    }

    .content .teaser-filter-container[data-active="13"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -4095px
    }

    .content .teaser-filter-container[data-active="14"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -4410px
    }

    .content .teaser-filter-container[data-active="15"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -4725px
    }

    .content .teaser-filter-container[data-active="16"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -5040px
    }

    .content .teaser-filter-container[data-active="17"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -5355px
    }

    .content .teaser-filter-container[data-active="18"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -5670px
    }

    .content .teaser-filter-container[data-active="19"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -5985px
    }

    .content .teaser-filter-container[data-active="20"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -6300px
    }

    .content .teaser-filter-container .teaser-container-wrapper, .content .teaser-filter-container .teaser-container-wrapper .teaser-container {
        height: 315px
    }

    .timeline-plugin .milestones-list {
        width: 50000px
    }

    .timeline-plugin .milestones-list .single-milestone {
        width: calc(100vw - 120px) !important;
        display: block !important;
        float: left !important;
        position: relative !important;
        margin-right: 20px !important;
        left: auto !important;
        top: 0 !important;
        overflow: hidden
    }

    .timeline-plugin .milestones-list .single-milestone .iframe-container, .timeline-plugin .milestones-list .single-milestone img {
        display: none !important
    }

    .timeline-plugin .milestones-list .single-milestone .milestone-info {
        position: static;
        width: 100% !important
    }

    .events-container .event-detail-container .share-links-container {
        top: -5em
    }
}

.button-row:after, .dropdown-style:after, .form-row:after {
    content: ""
}

@media (max-width: 500px) {

    .slides-container section.slide.first-slide .inner-slide {
        padding: 25px 20px 10px 3px;
    }

    .content .contact-form-container, .content aside.right {
        float: none;
        width: auto
    }

    .desktop-only, .mobile-hidden {
        display: none !important
    }

    .mobile-only {
        display: block !important
    }

    .content .back-link a.icon-arrow-back:before, .content .teaser-container-hider:before {
        display: none
    }

    .mobile-header-container header.wrapper .header-wrapper {
        padding: 17px 18px 0 22px;
    }

    .mobile-header-container header.wrapper .logo a {
        margin-top: 0;
        width: 135px;
        height: 13px
    }

    .mobile-header-container header.wrapper nav {
        padding: 70px 20px 0
    }

    section.content:first-child {
        min-height: 180px
    }

    .home .main-container .main-wrapper section.content {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .home .main-container .main-wrapper section.content .content-inner {
        padding-top: 70px
    }

    .home .main-container .main-wrapper section.content .content-inner .separator-text {
        margin-left: 0
    }

    .container .row:first-child {
        padding-top: 20px
    }

    .container .row:last-child {
        padding-bottom: 20px
    }

    .overlay .overlay-content nav.second-level {
        left: 20px
    }

    .overlay .overlay-content nav.second-level ul.col-counter li, .overlay .overlay-content nav.second-level ul.col-zero li {
        font-size: 25px;
        line-height: 22px
    }

    .overlay .overlay-content nav.second-level ul.col-counter li.active, .overlay .overlay-content nav.second-level ul.col-zero li.active {
        line-height: 60px
    }

    .overlay .overlay-content nav.second-level ul.col-nav {
        padding-left: 60px
    }

    .overlay .overlay-content nav.second-level ul.col-nav li {
        font-size: 15px;
        line-height: 22px
    }

    .overlay .overlay-content nav.second-level ul.col-nav li.active {
        font-size: 30px;
        line-height: 60px
    }

    .overlay .overlay-content .link {
        padding: 150px 50px;
        font-weight: 700;
        color: #fff
    }

    .overlay .overlay-content .link a {
        color: #FFBD00
    }

    .content .intro-text {
        font-size: 1.1538em
    }

    .content .section-headline .separator-text {
        margin-left: -22px;
        padding: 10px 0 20px 20px
    }

    .content .back-link a {
        padding-left: 0
    }

    .content .teaser-container {
        /* margin-left: calc(50% - 138px); */
        overflow: hidden;
        width: 97vw;
    }

    .content .teaser-container.srts-contained-width {
        margin-left: 0
    }

    .content .teaser-container.srts-contained-width button.icon-arrow-left {
        left: 0
    }

    .content .teaser-container button {
        width: 50px;
        height: 100px
    }

    .content .teaser-container button:after {
        width: 75px;
        height: 75px
    }

    .content .teaser-container button.icon-arrow-left:after {
        left: -43px
    }

    .content .teaser-container button.icon-arrow-left:before {
        left: 10px
    }

    .content .teaser-container button.icon-arrow-right:after {
        left: 16px
    }

    .content .teaser-container button.icon-arrow-right:before {
        right: 10px
    }

    .content .teaser-container button:before {
        top: 37px
    }

    .content .teaser-inner-container .teaser {
        width: 276px;
        padding: 0 3px 0 4px
    }

    .content .teaser-inner-container .teaser.bottom-top .teaser-title-static,
    .content .teaser-inner-container .teaser.bottom-top .teaser-title {
        height: 68px
    }

    .content .teaser-inner-container .teaser.bottom-top.open .teaser-title-static,
    .content .teaser-inner-container .teaser.bottom-top.open .teaser-title {
        margin-bottom: 68px
    }

    .content .teaser-inner-container .teaser.static-box .teaser-inner {
        /* padding-top: 160% */
    }

    .content .teaser-inner-container.only-two .teaser.static-box {
        width: 276px
    }

    .content .teaser-inner-container.only-two .teaser.static-box .teaser-inner {
        padding-top: 100%
    }

    .content .teaser-filter-container {
        min-height: 300px
    }

    .content .teaser-filter-container aside {
        position: relative;
        z-index: 2;
        float: none;
        width: auto;
        margin-bottom: 1em
    }

    .content .teaser-filter-container .teaser-container-wrapper {
        margin-left: -22px
    }

    .content .teaser-filter-container .teaser-container-wrapper .teaser-container:first-child {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .content .teaser-filter-container .teaser-container-wrapper .teaser-container button.icon-arrow-left {
        left: -22px
    }

    .content .teaser-filter-container .teaser-inner-container .teaser {
        width: 276px
    }

    .content .teaser-filter-container[data-active="0"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: 0
    }

    .content .teaser-filter-container[data-active="1"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -212px
    }

    .content .teaser-filter-container[data-active="2"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -424px
    }

    .content .teaser-filter-container[data-active="3"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -636px
    }

    .content .teaser-filter-container[data-active="4"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -848px
    }

    .content .teaser-filter-container[data-active="5"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -1060px
    }

    .content .teaser-filter-container[data-active="6"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -1272px
    }

    .content .teaser-filter-container[data-active="7"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -1484px
    }

    .content .teaser-filter-container[data-active="8"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -1696px
    }

    .content .teaser-filter-container[data-active="9"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -1908px
    }

    .content .teaser-filter-container[data-active="10"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -2120px
    }

    .content .teaser-filter-container[data-active="11"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -2332px
    }

    .content .teaser-filter-container[data-active="12"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -2544px
    }

    .content .teaser-filter-container[data-active="13"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -2756px
    }

    .content .teaser-filter-container[data-active="14"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -2968px
    }

    .content .teaser-filter-container[data-active="15"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -3180px
    }

    .content .teaser-filter-container[data-active="16"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -3392px
    }

    .content .teaser-filter-container[data-active="17"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -3604px
    }

    .content .teaser-filter-container[data-active="18"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -3816px
    }

    .content .teaser-filter-container[data-active="19"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -4028px
    }

    .content .teaser-filter-container[data-active="20"] .teaser-container-wrapper .teaser-container:first-child {
        margin-top: -4240px
    }

    .content .teaser-filter-container .teaser-container-wrapper, .content .teaser-filter-container .teaser-container-wrapper .teaser-container {
        height: 212px
    }

    .content .teaser-list-container .teaser-inner-container .teaser {
        width: 100%;
        padding-bottom: 2em
    }

    .content .accordion h2:before {
        left: .5em;
        top: 0
    }

    .content .accordion.open h2:before {
        left: .25em
    }

    .content .news-teaser-container .news-teaser .news-teaser-inner {
        background-image: none !important
    }

    .content .news-teaser-container .news-teaser .news-teaser-inner.image {
        padding-top: 0
    }

    .content .news-teaser-container .news-teaser-column {
        width: 100%
    }

    .content .news-content-container {
        margin-left: -22px;
        padding-left: 20px
    }

    .content .news-content-container .date {
        margin-bottom: .5em;
        font-size: 1.1875em
    }

    .content aside.related-news-teaser {
        margin: 0
    }

    .content aside.related-news-teaser .news-teaser-container .news-teaser {
        width: auto;
        padding-left: 0;
        padding-right: 0
    }

    .content aside.right {
        padding-left: 0
    }

    .content .share-links-container {
        position: absolute;
        right: 0;
        top: -16px
    }

    .content .image-teaser-container ul li {
        width: 100%
    }

    .content .reference-overview-container {
        min-height: 250px
    }

    .content .download-container ul.download-list li span.title {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }

    section.contactform, section.map {
        /* display: none; */
        padding-bottom: 0;
        overflow: hidden !important;
    }

    section.contactform ul.display-controls, section.map ul.display-controls {
        position: relative;
        width: auto;
        margin: 0 0 2px;
        padding: 0;
        list-style-type: none;
        text-align: center
    }

    section.contactform ul.display-controls li, section.map ul.display-controls li {
        display: inline-block;
        width: 50%
    }

    section.contactform ul.display-controls li:first-child, section.map ul.display-controls li:first-child {
        padding-right: 1px
    }

    section.contactform ul.display-controls li:last-child, section.map ul.display-controls li:last-child {
        padding-left: 1px
    }

    section.contactform ul.display-controls li a, section.map ul.display-controls li a {
        display: block;
        margin: 0;
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px 0;
        min-width: 140px;
        background: url(/static/img/bg_pattern.png) #FFBD00;
        color: #0B3F75;
        font-weight: 700
    }

    section.contactform ul.display-controls li a.show, section.map ul.display-controls li a.show {
        background: #1E5A9A;
        color: #fff
    }

    section.contactform.open, section.map.open {
        display: block
    }

    section.map .address-overlay .button, section.map .gm-style .gm-style-iw .location-image {
        display: none
    }

    section.map {
        height: 1020px
    }

    section.map .map-controlls {
        top: 180px
    }

    section.map .map-controlls li {
        width: 40px;
        height: 40px;
        font-size: 40px;
        line-height: 40px
    }

    section.map #google-maps-container {
        height: 400px
    }

    section.map .address-overlay {
        top: 400px;
        width: 100%;
        right: 0;
        height: 600px
    }

    section.map .use-my-location {
        top: 350px;
        bottom: auto;
        left: 0;
        font-size: 1em;
        padding: 4px 20px
    }

    section.map .gm-style .gm-style-iw .location-image + address {
        margin-left: 0;
        padding-top: 0
    }

    section.contactform .contact-form-container {
        margin-top: 10px
    }

    .events-container .toggle-events {
        margin-bottom: 2.5em
    }

    .events-container .toggle-events a {
        display: block;
        padding: 6px 20px 4px;
        background: url(/static/img/bg_pattern.png) #FFBD00;
        font-size: 1em;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        color: #0B3F75
    }

    .events-container .toggle-events a.inactive {
        opacity: .5
    }

    .events-container .event-list-container {
        width: 20px;
        -webkit-transition: width .5s ease-in-out;
        -o-transition: width .5s ease-in-out;
        transition: width .5s ease-in-out;
        max-width: 99%;
        margin-top: 0;
        overflow: hidden
    }

    .events-container .event-list-container .event .dot {
        left: 8px
    }

    .events-container .event-list-container .event .link {
        margin-left: 28px;
        width: calc(100vw - 87px)
    }

    .events-container .event-detail-container {
        margin-left: 28px;
        -webkit-transition: margin-left .5s ease-in-out;
        -o-transition: margin-left .5s ease-in-out;
        transition: margin-left .5s ease-in-out;
        width: calc(100% - 28px)
    }

    .events-container .event-detail-container .event-detail-content, .events-container.show-event-list .event-list-container {
        width: 100%
    }

    .events-container .event-detail-container .share-links-container {
        top: -2em
    }

    .events-container .event-detail-container .event-date {
        margin-bottom: .5em;
        font-size: 1.1875em
    }

    .events-container.show-event-list .event-detail-container {
        margin-left: calc(100% + 22px)
    }
}

@media screen and (max-width: 1024px) {
    body.fancy-home .slides-container section.slide h1 {
        font-size: 47px;
    }
}

@media screen and (max-width: 800px) {
    body.fancy-home .slides-container section.slide h1 {
        font-size: 45px;
    }
}

@media screen and (max-width: 320px) {
    body.fancy-home .slides-container section.slide h1 {
        font-size: 25px !important;
        width: 95%;
    }

    .mobile-header-container header.wrapper .logo {
        float: left;
        padding-top: 11px;
    }

    .mobile-header-container header.wrapper .header-wrapper {
        padding: 11px 20px 0;
    }
}

@media screen and (max-width: 700px) {
    body.fancy-home .slides-container section.slide h1 {
        font-size: 2em;
        padding-left: 67px;
    }
}

body.fancy-home .slides-container section.slide.footer-slide .middle-content h2 {
    font-size: 45px;
}

@media screen and (max-width: 500px) {
    body.fancy-home .slides-container section.slide .inner-slide .split [data-anim-pos=bottom-left] {
        padding-left: 30px;
    }

    body.fancy-home .slides-container section.slide .cs-default_blue h1:not(.no-number) + .separator-text, body.fancy-home .slides-container section.slide .cs-default_white h1:not(.no-number) + .separator-text {
        padding-left: 0;
        margin-left: 30px;
    }

    body.fancy-home .slides-container section.slide.footer-slide .middle-content h2 {
        font-size: 24px;
        margin-top: 2em;
    }
}

@media screen and (max-width: 500px) {
    body.fancy-home .slides-container section.slide .inner-slide .split [data-anim-pos=bottom-left] {
        padding-left: 30px;
    }

    body.fancy-home .slides-container section.slide .cs-default_blue h1:not(.no-number) + .separator-text, body.fancy-home .slides-container section.slide .cs-default_white h1:not(.no-number) + .separator-text {
        padding-left: 0;
        margin-left: 25px;
    }

    body.fancy-home .slides-container section.slide.footer-slide .middle-content h2 {
        font-size: 30px;
        margin-top: 2em;
    }
}

.filter-container .filteroption .radiobuttonselect label.main {
    display: none
}

.filter-container .filteroption .radiobuttonselect ul.fancy {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.filter-container .filteroption .radiobuttonselect ul.fancy li {
    position: relative
}

.filter-container .filteroption .radiobuttonselect ul.fancy li input {
    position: absolute;
    left: -1000em
}

.filter-container .filteroption .radiobuttonselect ul.fancy li input:checked + label {
    color: #FFBD00;
    font-size: 1.375em
}

.filter-container .filteroption .radiobuttonselect ul.fancy li label {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: font-size .5s ease-in-out, color .5s ease-in-out;
    -o-transition: font-size .5s ease-in-out, color .5s ease-in-out;
    transition: font-size .5s ease-in-out, color .5s ease-in-out
}

.dropdown-style:after {
    display: table;
    clear: both
}

.dropdown-style .filteroption {
    float: left;
    margin-left: 2em;
    position: relative;
    z-index: 0;
    -webkit-transition: z-index .5s ease-in-out;
    -o-transition: z-index .5s ease-in-out;
    transition: z-index .5s ease-in-out;
    margin-bottom: 5px
}

.dropdown-style .filteroption:first-child {
    margin-left: 0
}

.dropdown-style .filteroption .radiobuttonselect .dark-layer {
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.dropdown-style .filteroption .radiobuttonselect label.main {
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 5px 1.5909em 5px 0;
    font-size: 1.375em;
    font-weight: 700;
    text-transform: uppercase
}

.dropdown-style .filteroption .radiobuttonselect label.main:before {
    position: absolute;
    right: 0;
    top: 1em
}

.dropdown-style .filteroption .radiobuttonselect ul.fancy {
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -10px;
    right: 0;
    max-height: calc(10 * 50px - 3px);
    min-width: 380px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out
}

.dropdown-style .filteroption .radiobuttonselect ul.fancy li {
    position: relative;
    background-color: #fff;
    margin-bottom: 3px
}

.dropdown-style .filteroption .radiobuttonselect ul.fancy li input {
    position: absolute;
    left: -1000em
}

.dropdown-style .filteroption .radiobuttonselect ul.fancy li input:checked + label {
    color: inherit;
    font-size: 1.375em;
    background: url(/static/img/bg_pattern.png)
}

.dropdown-style .filteroption .radiobuttonselect ul.fancy li label {
    padding: 15px 10px 10px;
    font-size: 1.375em;
    line-height: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.dropdown-style .filteroption.active {
    z-index: 5
}

.dropdown-style .filteroption.active .radiobuttonselect .dark-layer {
    top: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.dropdown-style .filteroption.active .radiobuttonselect label.main {
    color: #06203b
}

.dropdown-style .filteroption.active .radiobuttonselect ul.fancy {
    opacity: 1;
    visibility: visible
}

.blue .dropdown-style .filteroption .radiobuttonselect label.main {
    color: #fff
}

a.btn-default {
    display: inline-block;
    padding: 11px 22px;
    border: 0;
    border-radius: 0;
    background: url(/static/img/bg_pattern.png) #FFBD00;
    line-height: 1.4;
    color: #0B3F75 !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    z-index: 100000;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

fieldset p.error {
    color: #C80000;
    font-weight: 700
}

.form-row label:not(.main), .form-row textarea {
    background-color: #fff;
    color: #0B3F75;
    line-height: 1.4;
}

.form-row {
    margin-bottom: 1.5em;
}

.form-row:after {
    display: table;
    clear: both
}

.form-row .dropdown-style .filteroption {
    float: none
}

.form-row .dropdown-style .filteroption .radiobuttonselect {
    border-bottom: 1px solid #0B3F75;
}

.form-row .dropdown-style .filteroption .radiobuttonselect label.main {
    display: block;
}

.form-row .dropdown-style .filteroption .radiobuttonselect.error {
    border-bottom: 2px solid #C80000
}

.form-row [class^=col-form] {
    float: left;
    padding-left: 20px
}

.form-row [class^=col-form]:first-child {
    padding-left: 0
}

.form-row .col-form-lg {
    width: 100%
}

.form-row .col-form-md {
    width: 50%
}

.form-row .col-form-sm {
    width: 25%
}

.form-row .col-form-thrd {
    width: 33%
}

.form-row label:not(.main) {
    font-size: 1.375em;
    font-weight: 700;
    text-transform: uppercase
}

.form-row input[type=email], .form-row input[type=number], .form-row input[type=password], .form-row input[type=text] {
    display: block;
    width: 100%;
    padding: 0 0 5px;
    font-size: 1.375em;
    line-height: 1.4;
    height: auto;
    background-color: white;
    color: #0B3F75 !important;
    border: 0;
    border-bottom: 1px solid #0B3F75;
    border-radius: 0;
    outline: 0;
    font-weight: 400;
}

.form-row input[type=email]::-webkit-input-placeholder, .form-row input[type=number]::-webkit-input-placeholder, .form-row input[type=password]::-webkit-input-placeholder, .form-row input[type=text]::-webkit-input-placeholder {
    font-weight: 700;
    color: #0B3F75;
    text-transform: uppercase;
    opacity: 1
}

.form-row input[type=email]::-moz-placeholder, .form-row input[type=number]::-moz-placeholder, .form-row input[type=password]::-moz-placeholder, .form-row input[type=text]::-moz-placeholder {
    font-weight: 700;
    color: #0B3F75;
    text-transform: uppercase;
    opacity: 1
}

.form-row input[type=email]:-ms-input-placeholder, .form-row input[type=number]:-ms-input-placeholder, .form-row input[type=password]:-ms-input-placeholder, .form-row input[type=text]:-ms-input-placeholder {
    font-weight: 700;
    color: #0B3F75;
    text-transform: uppercase;
    opacity: 1
}

.form-row input[type=email]:focus::-webkit-input-placeholder, .form-row input[type=number]:focus::-webkit-input-placeholder, .form-row input[type=password]:focus::-webkit-input-placeholder, .form-row input[type=text]:focus::-webkit-input-placeholder {
    opacity: .5
}

.form-row input[type=email]:focus::-moz-placeholder, .form-row input[type=number]:focus::-moz-placeholder, .form-row input[type=password]:focus::-moz-placeholder, .form-row input[type=text]:focus::-moz-placeholder {
    opacity: .5
}

.form-row input[type=email]:focus:-ms-input-placeholder, .form-row input[type=number]:focus:-ms-input-placeholder, .form-row input[type=password]:focus:-ms-input-placeholder, .form-row input[type=text]:focus:-ms-input-placeholder {
    opacity: .5
}

.form-row .error input[type=email], .form-row .error input[type=number], .form-row .error input[type=password], .form-row .error input[type=text], .form-row .error textarea {
    border-color: #C80000;
    border-width: 2px
}

.form-row textarea {
    display: block;
    width: 100%;
    font-size: 1em;
    border-radius: 0;
    outline: 0;
    height: 9em;
    padding: 4px 10px;
    border: 1px solid #0B3F75;
    resize: none
}

.form-row textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 0
}

.form-row textarea::-moz-placeholder {
    color: #fff;
    opacity: 0
}

.form-row textarea:-ms-input-placeholder {
    color: #fff
}

.form-row ul.errorlist {
    margin: 7px 0 0;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
    color: #C80000
}

.button-row:after {
    display: table;
    clear: both
}

.button-row button {
    float: right;
    padding: 11px 22px 9px 22px;
    border: 0;
    border-radius: 0;
    background: url(/static/img/bg_pattern.png) #FFBD00;
    font-size: 1.375em;
    line-height: 1.4;
    color: #0B3F75;
    font-weight: 700;
    text-transform: uppercase;
}

.form-news .filter-container {
    float: left;
    min-width: 68.2%;
    padding-right: 50px
}

.form-news .filter-container.dropdown-style .filteroption .radiobuttonselect ul#id_customer {
    white-space: normal;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.form-news .search-container {
    position: relative;
    overflow: hidden;
    min-width: 31.8%
}

.form-news .search-container .form-row input {
    padding: 10px 2em 5px 1em;
    border: 0;
    font-size: 1em
}

.form-news .search-container .form-row input::-webkit-input-placeholder {
    text-transform: none;
    font-weight: 400
}

.form-news .search-container .form-row input::-moz-placeholder {
    text-transform: none;
    font-weight: 400
}

.form-news .search-container .form-row input:-ms-input-placeholder {
    text-transform: none;
    font-weight: 400
}

.form-news .search-container button {
    position: absolute;
    right: 0;
    top: 1px;
    border: 0;
    background-color: transparent
}

.form-news .search-container button:before {
    font-size: 1.5em
}

.protected-download-form .form-row input[type=password] {
    float: left;
    border: 0;
    background-color: #F5F5F5;
    font-size: 1.375em;
    padding: 11px 15px;
    width: calc(100% - 210px)
}

.protected-download-form .form-row button {
    float: right;
    width: 190px;
    padding: 11px 22px;
    border: 0;
    border-radius: 0;
    background: url(/static/img/bg_pattern.png) #FFBD00;
    font-size: 1.375em;
    line-height: 1.4;
    color: #0B3F75;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 1080px) {
    .form-news .filter-container, .form-news .search-container {
        min-width: 100%
    }

    .form-row [class^=col-form] {
        float: none;
        padding-left: 0;
        margin-bottom: 1.5em
    }

    .form-row [class^=col-form]:last-child {
        margin-bottom: 0
    }

    .form-row .col-form-md, .form-row .col-form-sm, .form-row .col-form-thrd {
        width: 100%
    }

    .form-news .filter-container.dropdown-style .filteroption {
        margin-left: 0;
        margin-right: 2em
    }

    .form-news .filter-container.dropdown-style .filteroption:last-child {
        margin-right: 0
    }
}

@media (max-width: 500px) {
    .dropdown-style .filteroption {
        float: none;
        margin-left: 0
    }

    .dropdown-style .filteroption .radiobuttonselect label.main {
        font-size: 1.1538em
    }

    .dropdown-style .filteroption .radiobuttonselect label.main:before {
        top: 1.4em
    }

    .dropdown-style .filteroption .radiobuttonselect ul.fancy {
        max-height: calc(10 * 43px - 3px)
    }

    .button-row button, .dropdown-style .filteroption .radiobuttonselect ul.fancy li input:checked + label, .dropdown-style .filteroption .radiobuttonselect ul.fancy li label, .form-row input[type=email], .form-row input[type=number], .form-row input[type=password], .form-row input[type=text], .form-row label:not(.main), .form-row textarea {
        font-size: 1.1538em
    }

    .protected-download-form .form-row input[type=password] {
        float: none;
        margin-bottom: 1.3em;
        width: 100%;
        font-size: 1.1538em
    }

    .protected-download-form .form-row button {
        font-size: 1.1538em;
        width: auto
    }
}

form.supplier-form p.error {
    color: #C80000;
    font-weight: 700
}

form.supplier-form fieldset {
    margin-bottom: 1em
}

form.supplier-form fieldset legend {
    margin: 0 0 1em;
    padding: 0;
    font-size: 1.375em;
    font-weight: 700;
    text-transform: uppercase
}

form.supplier-form fieldset label:not(.main) {
    display: inline-block;
    margin-bottom: .5em;
    font-weight: 700;
    text-transform: none;
    font-size: 1em
}

form.supplier-form fieldset ul.errorlist.outside {
    margin: 0 0 .5em;
    padding: 0;
    list-style-type: none;
    color: #C80000
}

form.supplier-form .form-row {
    position: relative
}

form.supplier-form .form-row input[type=email], form.supplier-form .form-row input[type=number], form.supplier-form .form-row input[type=password], form.supplier-form .form-row input[type=text] {
    font-size: 1em
}

form.supplier-form .form-row input[type=email]::-webkit-input-placeholder, form.supplier-form .form-row input[type=number]::-webkit-input-placeholder, form.supplier-form .form-row input[type=password]::-webkit-input-placeholder, form.supplier-form .form-row input[type=text]::-webkit-input-placeholder {
    font-weight: 400;
    text-transform: none
}

form.supplier-form .form-row input[type=email]::-moz-placeholder, form.supplier-form .form-row input[type=number]::-moz-placeholder, form.supplier-form .form-row input[type=password]::-moz-placeholder, form.supplier-form .form-row input[type=text]::-moz-placeholder {
    font-weight: 400;
    text-transform: none
}

form.supplier-form .form-row input[type=email]:-ms-input-placeholder, form.supplier-form .form-row input[type=number]:-ms-input-placeholder, form.supplier-form .form-row input[type=password]:-ms-input-placeholder, form.supplier-form .form-row input[type=text]:-ms-input-placeholder {
    font-weight: 400;
    text-transform: none
}

form.supplier-form .form-row textarea::-webkit-input-placeholder {
    font-weight: 400;
    color: #0B3F75;
    text-transform: none;
    opacity: 1
}

form.supplier-form .form-row textarea::-moz-placeholder {
    font-weight: 400;
    color: #0B3F75;
    text-transform: none;
    opacity: 1
}

form.supplier-form .form-row textarea:-ms-input-placeholder {
    font-weight: 400;
    color: #0B3F75;
    text-transform: none;
    opacity: 1
}

form.supplier-form .form-row input[type=checkbox] {
    position: absolute;
    left: -1000em
}

form.supplier-form .form-row input[type=checkbox]:checked + label:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 5px;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: #FFBD00
}

form.supplier-form .form-row input[type=checkbox] + label {
    position: relative;
    padding-left: 30px
}

form.supplier-form .form-row input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #1E5A9A
}

form.supplier-form .form-row ul.checkbox-list, form.supplier-form .form-row ul.radio-button-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

form.supplier-form .form-row input[type=radio] {
    position: absolute;
    left: -1000em
}

form.supplier-form .form-row input[type=radio]:checked + label:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 5px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #FFBD00
}

form.supplier-form .form-row input[type=radio] + label {
    position: relative;
    padding-left: 30px
}

form.supplier-form .form-row input[type=radio] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #1E5A9A
}

form.supplier-form .form-row.error .checkbox-list label, form.supplier-form .form-row.error .radio-button-list label {
    color: #C80000
}

form.supplier-form .additional-field {
    max-height: 500px;
    height: auto;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out
}

form.supplier-form .additional-field.hide {
    max-height: 0
}

.timeline-plugin {
    padding-top: 50px
}

.timeline-plugin .timeline {
    position: relative
}

.timeline-plugin .timeline .marker {
    position: absolute;
    background: #fff;
    width: 8px;
    height: 8px;
    z-index: 1;
    top: -1px;
    left: 0;
    -webkit-transform: translateX(-4px) translateY(-4px);
    -ms-transform: translateX(-4px) translateY(-4px);
    transform: translateX(-4px) translateY(-4px);
    border-radius: 50%;
    -webkit-transition: left 750ms ease-in-out;
    -o-transition: left 750ms ease-in-out;
    transition: left 750ms ease-in-out
}

.timeline-plugin .date-list {
    position: relative;
    border-top: 2px solid #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100px;
    -webkit-transition: margin-left 750ms ease-in-out;
    -o-transition: margin-left 750ms ease-in-out;
    transition: margin-left 750ms ease-in-out
}

.timeline-plugin .date-list .single-date {
    position: absolute;
    text-align: center;
    margin: -6px 0 0;
    padding: 0;
    font-weight: 700
}

.timeline-plugin .date-list .single-date.active a {
    color: #FFBD00;
    font-size: 1.3em
}

.timeline-plugin .date-list .single-date a {
    display: block;
    padding: 40px 0 0;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.timeline-plugin .date-list .single-date a:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    background: #fff;
    -webkit-transition: all 125ms ease-in-out;
    -o-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
    border-radius: 50%
}

.timeline-plugin .date-list .single-date a.active:before {
    width: 14px;
    height: 14px;
    margin-left: -7px;
    margin-top: -2px
}

.timeline-plugin .milestones-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: margin-left 750ms ease-in-out;
    -o-transition: margin-left 750ms ease-in-out;
    transition: margin-left 750ms ease-in-out;
    height: 340px
}

.timeline-plugin .milestones-list .single-milestone {
    margin: 0;
    padding: 0;
    height: 304px;
    position: absolute;
    top: 0;
    background: #fff;
    width: 403px;
    border-bottom: 2px solid #FFBD00
}

.timeline-plugin .milestones-list .single-milestone img {
    /* height: 100% */
}

.timeline-plugin .milestones-list .single-milestone.active .date {
    color: #FFBD00
}

.timeline-plugin .milestones-list .single-milestone.with-image {
    width: 616px
}

.timeline-plugin .milestones-list .single-milestone.with-image .milestone-info {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%
}

.timeline-plugin .milestones-list .single-milestone.with-video {
    width: 616px
}

.timeline-plugin .milestones-list .single-milestone.with-video a:before {
    content: "";
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg)
}

.timeline-plugin .milestones-list .single-milestone.with-video a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 30%;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 23px solid #FFBD00;
    margin-left: 5px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.timeline-plugin .milestones-list .single-milestone.with-video .milestone-info {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%
}

.timeline-plugin .milestones-list .single-milestone .milestone-info {
    background: #fff;
    padding: 20px
}

.timeline-plugin .milestones-list .single-milestone .milestone-info .date {
    display: block;
    font-size: 1.2em;
    margin-bottom: .8em;
    font-weight: 700;
    -webkit-transition: color 125ms ease-in-out;
    -o-transition: color 125ms ease-in-out;
    transition: color 125ms ease-in-out
}

.timeline-nav-arrow {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 192px;
    background-color: #fff;
    -webkit-transition: margin 250ms ease-in-out;
    -o-transition: margin 250ms ease-in-out;
    transition: margin 250ms ease-in-out;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.timeline-nav-arrow.next {
    right: 0;
    -webkit-transform: translateX(50%) rotate(45deg);
    -ms-transform: translateX(50%) rotate(45deg);
    transform: translateX(50%) rotate(45deg)
}

.timeline-nav-arrow.next.removed {
    margin-right: -100px
}

.timeline-nav-arrow.next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    padding-bottom: 2px;
    padding-right: 22px;
    -webkit-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
    -ms-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
    transform: rotate(-45deg) translateX(-50%) translateY(-50%)
}

.timeline-nav-arrow.previous {
    left: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.timeline-nav-arrow.previous.removed {
    margin-left: -100px
}

.timeline-nav-arrow.previous:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    padding-top: 9px;
    padding-left: 10px;
    -webkit-transform: rotate(-45deg) translateX(50%) translateY(-50%);
    -ms-transform: rotate(-45deg) translateX(50%) translateY(-50%);
    transform: rotate(-45deg) translateX(50%) translateY(-50%)
}

@media (max-width: 500px) {
    .timeline-nav-arrow {
        width: 75px;
        height: 75px;
        bottom: 205px
    }

    .timeline-nav-arrow.next:before {
        padding-bottom: 0;
        padding-right: 18px
    }

    .timeline-nav-arrow.previous:before {
        padding-top: 8px;
        padding-left: 9px
    }
}

.service-icon:before {
    content: " ";
    display: block;
    height: 36px;
    margin-bottom: 12px;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.service-icon.dokumentation_schulung:before {
    background-image: url(/static/img/icn_dokumentation_schulung.png)
}

.service-icon.ersatzteile_service:before {
    background-image: url(/static/img/icn_ersatzteile_service.png)
}

.service-icon.fahrzeug_reparaturen:before {
    background-image: url(/static/img/icn_fahrzeug_reparaturen.png)
}

.service-icon.flotten_management:before {
    background-image: url(/static/img/icn_flotten_management.png)
}

.service-icon.full_service:before {
    background-image: url(/static/img/icn_full_service.png)
}

.service-icon.hotline:before {
    background-image: url(/static/img/icn_hotline.png)
}

.service-icon.korrektive_instandhaltung:before {
    background-image: url(/static/img/icn_korrektive_instandhaltung.png)
}

.service-icon.mobiler_service:before {
    background-image: url(/static/img/icn_mobiler_service.png)
}

.service-icon.moderniserung:before {
    background-image: url(/static/img/icn_moderniserung.png)
}

.service-icon.praeventive_instandhaltung:before {
    background-image: url(/static/img/icn_praeventive_instandhaltung.png)
}

.service-icon.revision:before {
    background-image: url(/static/img/icn_revision.png)
}

.service-icon.service_support:before {
    background-image: url(/static/img/icn_service_support.png)
}

.image-slider {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.image-slider .image-slider-list {
    padding: 0;
    margin: 0;
    width: 99999px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative
}

.image-slider .image-slider-list li {
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    background-size: cover;
    display: inline-block;
}

@media (max-width: 800px) {
    .image-slider .image-slider-list li:nth-child(1) {
        background-position: -150px;
    }

    .image-slider .image-slider-list li:nth-child(2) {
        background-position: -400px;
    }

    .image-slider .image-slider-list li:nth-child(3) {
        background-position: -450px;
    }
}

ul.accordeon {
    padding: 0 0 0 2.5em;
    margin: 0 0 1em;
    list-style-type: none;
    overflow: hidden;
    position: relative
}

ul.accordeon li {
    margin-bottom: 1em
}

ul.accordeon li h2 {
    border-bottom: 1px solid #1e5a9a
}

ul.accordeon li h2 label {
    padding: .5em 0;
    display: block;
    cursor: pointer
}

ul.accordeon li input {
    position: absolute;
    opacity: 0;
    left: -99999px
}

ul.accordeon li .content-outer {
    position: relative
}

ul.accordeon li .content-outer .icon {
    font-size: 12px;
    position: absolute;
    left: -30px;
    top: -40px;
    transition: -webkit-transform .5s;
    -webkit-transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

ul.accordeon li .content-outer .content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out
}

ul.accordeon li .content-outer .content .content_inner {
    padding: .8em 0 0
}

ul.accordeon li input:checked + .content-outer .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

ul.accordeon li input:checked + .content-outer .content {
    max-height: 1000px
}