@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/Montserrat-Thin.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/Montserrat-ThinItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/Montserrat-ExtraLight.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/Montserrat-ExtraLightItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/Montserrat-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/Montserrat-LightItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Montserrat-Italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Montserrat-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Montserrat-MediumItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Montserrat-SemiBoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Montserrat-BoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/Montserrat-ExtraBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/Montserrat-ExtraBoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/Montserrat-Black.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/Montserrat-BlackItalic.ttf) format('truetype');
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden], template {
    display: none
}

a {
    background: transparent
}

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

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

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 70%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

figure.image_container {
    margin: 0 !important;
    padding: 0 !important;
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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
}

input[type="checkbox"], input[type="radio"] {
    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;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td, th {
    padding: 0
}

*, *:before, *:after {
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0
}

body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, form, fieldset, legend, table, th, td, caption, hr {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, blockquote, p, address, table, fieldset, figure, pre {
    /*margin: 0 0 20px;*/
    /*margin: 0 0 1.25rem*/
}

ul, ol, dd {
    margin-left: 20px;
    margin-left: 1.25rem
}

li > ul, li > ol {
    margin-bottom: 0
}

html {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2em;
    line-height: 1.5
}

h1, .heading-1 {
    font-size: 108px;
    font-size: 6.75rem;
    line-height: 1.11111
}

h2, .heading-2 {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 1.33333
}

h3, .heading-3 {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.71429
}

h4, .heading-4 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.37143
}

h5, .heading-5 {
    color:#707070;
    font-size: 1.5rem;
    font-weight:300;
    line-height: 1.33333
}

h6, .heading-6 {
    font-size: 16px;
    font-size: .9rem;
    line-height: 1.4;
}

a {
    color: #1BAEAC;
    text-decoration: none
}

a:hover {
    color: #1BAEAC;
    text-decoration: underline
}

a:focus {
    outline: thin dotted
}

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

object, embed, video, img {
    max-width: 100%;
    height: auto
}

img {
    color: #c00
}

img[width], img[height] {
    max-width: none
}

.grid {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -20px;
    margin-left: -1.25rem
}

@media only screen and (min-width: 1024px) {
    .element-1 > .grid {
        /*min-height:800px;*/
    }
}

.grid__item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 20px;
    padding-left: 1.25rem;
}

.cols_4 > .grid__item {
    width:25%;
    max-width:25%;
    padding-left: 19px;
    /*padding-left: 1.25rem;*/
}

.grid--reversed {
    direction: rtl;
    text-align: left
}

.grid--reversed > .grid__item {
    direction: ltr;
    text-align: left
}

.grid--flush {
    margin-left: 0
}

.grid--flush > .grid__item {
    padding-left: 0
}

.grid--small {
    margin-left: -10px;
    margin-left: -.625rem
}

.grid--small > .grid__item {
    padding-left: 10px;
    padding-left: .625rem
}

.grid--large {
    margin-left: -40px;
    margin-left: -2.5rem
}

.grid--large > .grid__item {
    padding-left: 40px;
    padding-left: 2.5rem
}

.constrain {
    margin: 0 auto
}

.constrain--small {
    max-width: 392px;
    max-width: 24.5rem
}

.constrain--medium {
    max-width: 1275px;
    max-width: 79.6875rem
}

.constrain--large {
    max-width: 1780px;
    max-width: 111.25rem
}

.constrain--max {
    max-width: 980px;
    max-width: 61.25rem
}

.icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block
}

.space--top-none {
    margin-top: 0px !important;
    margin-top: 0rem !important
}

.space--left-none {
    margin-left: 0px !important;
    margin-left: 0rem !important
}

.space--right-none {
    margin-right: 0px !important;
    margin-right: 0rem !important
}

.space--bottom-none {
    margin-bottom: 0px !important;
    margin-bottom: 0rem !important
}

.space--top-quarter {
    margin-top: 5px !important;
    margin-top: .3125rem !important
}

.space--left-quarter {
    margin-left: 5px !important;
    margin-left: .3125rem !important
}

.space--right-quarter {
    margin-right: 5px !important;
    margin-right: .3125rem !important
}

.space--bottom-quarter {
    margin-bottom: 5px !important;
    margin-bottom: .3125rem !important
}

.space--top-third {
    margin-top: 6.66667px !important;
    margin-top: .41667rem !important
}

.space--left-third {
    margin-left: 6.66667px !important;
    margin-left: .41667rem !important
}

.space--right-third {
    margin-right: 6.66667px !important;
    margin-right: .41667rem !important
}

.space--bottom-third {
    margin-bottom: 6.66667px !important;
    margin-bottom: .41667rem !important
}

.space--top-half {
    margin-top: 10px !important;
    margin-top: .625rem !important
}

.space--left-half {
    margin-left: 10px !important;
    margin-left: .625rem !important
}

.space--right-half {
    margin-right: 10px !important;
    margin-right: .625rem !important
}

.space--bottom-half {
    margin-bottom: 10px !important;
    margin-bottom: .625rem !important
}

.space--top {
    margin-top: 20px !important;
    margin-top: 1.25rem !important
}

.space--left {
    margin-left: 20px !important;
    margin-left: 1.25rem !important
}

.space--right {
    margin-right: 20px !important;
    margin-right: 1.25rem !important
}

.space--bottom {
    margin-bottom: 20px !important;
    margin-bottom: 1.25rem !important
}

.space--top-double {
    margin-top: 40px !important;
    margin-top: 2.5rem !important
}

.space--left-double {
    margin-left: 40px !important;
    margin-left: 2.5rem !important
}

.space--right-double {
    margin-right: 40px !important;
    margin-right: 2.5rem !important
}

.space--bottom-double {
    margin-bottom: 40px !important;
    margin-bottom: 2.5rem !important
}

.space--top-triple {
    margin-top: 60px !important;
    margin-top: 3.75rem !important
}

.space--left-triple {
    margin-left: 60px !important;
    margin-left: 3.75rem !important
}

.space--right-triple {
    margin-right: 60px !important;
    margin-right: 3.75rem !important
}

.space--bottom-triple {
    margin-bottom: 60px !important;
    margin-bottom: 3.75rem !important
}

@media screen and (min-width: 481px) {
    .space-tab--top-none {
        margin-top: 0px !important;
        margin-top: 0rem !important
    }

    .space-tab--left-none {
        margin-left: 0px !important;
        margin-left: 0rem !important
    }

    .space-tab--right-none {
        margin-right: 0px !important;
        margin-right: 0rem !important
    }

    .space-tab--bottom-none {
        margin-bottom: 0px !important;
        margin-bottom: 0rem !important
    }

    .space-tab--top-quarter {
        margin-top: 5px !important;
        margin-top: .3125rem !important
    }

    .space-tab--left-quarter {
        margin-left: 5px !important;
        margin-left: .3125rem !important
    }

    .space-tab--right-quarter {
        margin-right: 5px !important;
        margin-right: .3125rem !important
    }

    .space-tab--bottom-quarter {
        margin-bottom: 5px !important;
        margin-bottom: .3125rem !important
    }

    .space-tab--top-third {
        margin-top: 6.66667px !important;
        margin-top: .41667rem !important
    }

    .space-tab--left-third {
        margin-left: 6.66667px !important;
        margin-left: .41667rem !important
    }

    .space-tab--right-third {
        margin-right: 6.66667px !important;
        margin-right: .41667rem !important
    }

    .space-tab--bottom-third {
        margin-bottom: 6.66667px !important;
        margin-bottom: .41667rem !important
    }

    .space-tab--top-half {
        margin-top: 10px !important;
        margin-top: .625rem !important
    }

    .space-tab--left-half {
        margin-left: 10px !important;
        margin-left: .625rem !important
    }

    .space-tab--right-half {
        margin-right: 10px !important;
        margin-right: .625rem !important
    }

    .space-tab--bottom-half {
        margin-bottom: 10px !important;
        margin-bottom: .625rem !important
    }

    .space-tab--top {
        margin-top: 20px !important;
        margin-top: 1.25rem !important
    }

    .space-tab--left {
        margin-left: 20px !important;
        margin-left: 1.25rem !important
    }

    .space-tab--right {
        margin-right: 20px !important;
        margin-right: 1.25rem !important
    }

    .space-tab--bottom {
        margin-bottom: 20px !important;
        margin-bottom: 1.25rem !important
    }

    .space-tab--top-double {
        margin-top: 40px !important;
        margin-top: 2.5rem !important
    }

    .space-tab--left-double {
        margin-left: 40px !important;
        margin-left: 2.5rem !important
    }

    .space-tab--right-double {
        margin-right: 40px !important;
        margin-right: 2.5rem !important
    }

    .space-tab--bottom-double {
        margin-bottom: 40px !important;
        margin-bottom: 2.5rem !important
    }

    .space-tab--top-triple {
        margin-top: 60px !important;
        margin-top: 3.75rem !important
    }

    .space-tab--left-triple {
        margin-left: 60px !important;
        margin-left: 3.75rem !important
    }

    .space-tab--right-triple {
        margin-right: 60px !important;
        margin-right: 3.75rem !important
    }

    .space-tab--bottom-triple {
        margin-bottom: 60px !important;
        margin-bottom: 3.75rem !important
    }
}

@media screen and (min-width: 721px) {
    .space-lap--top-none {
        margin-top: 0px !important;
        margin-top: 0rem !important
    }

    .space-lap--left-none {
        margin-left: 0px !important;
        margin-left: 0rem !important
    }

    .space-lap--right-none {
        margin-right: 0px !important;
        margin-right: 0rem !important
    }

    .space-lap--bottom-none {
        margin-bottom: 0px !important;
        margin-bottom: 0rem !important
    }

    .space-lap--top-quarter {
        margin-top: 5px !important;
        margin-top: .3125rem !important
    }

    .space-lap--left-quarter {
        margin-left: 5px !important;
        margin-left: .3125rem !important
    }

    .space-lap--right-quarter {
        margin-right: 5px !important;
        margin-right: .3125rem !important
    }

    .space-lap--bottom-quarter {
        margin-bottom: 5px !important;
        margin-bottom: .3125rem !important
    }

    .space-lap--top-third {
        margin-top: 6.66667px !important;
        margin-top: .41667rem !important
    }

    .space-lap--left-third {
        margin-left: 6.66667px !important;
        margin-left: .41667rem !important
    }

    .space-lap--right-third {
        margin-right: 6.66667px !important;
        margin-right: .41667rem !important
    }

    .space-lap--bottom-third {
        margin-bottom: 6.66667px !important;
        margin-bottom: .41667rem !important
    }

    .space-lap--top-half {
        margin-top: 10px !important;
        margin-top: .625rem !important
    }

    .space-lap--left-half {
        margin-left: 10px !important;
        margin-left: .625rem !important
    }

    .space-lap--right-half {
        margin-right: 10px !important;
        margin-right: .625rem !important
    }

    .space-lap--bottom-half {
        margin-bottom: 10px !important;
        margin-bottom: .625rem !important
    }

    .space-lap--top {
        margin-top: 20px !important;
        margin-top: 1.25rem !important
    }

    .space-lap--left {
        margin-left: 20px !important;
        margin-left: 1.25rem !important
    }

    .space-lap--right {
        margin-right: 20px !important;
        margin-right: 1.25rem !important
    }

    .space-lap--bottom {
        margin-bottom: 20px !important;
        margin-bottom: 1.25rem !important
    }

    .space-lap--top-double {
        margin-top: 40px !important;
        margin-top: 2.5rem !important
    }

    .space-lap--left-double {
        margin-left: 40px !important;
        margin-left: 2.5rem !important
    }

    .space-lap--right-double {
        margin-right: 40px !important;
        margin-right: 2.5rem !important
    }

    .space-lap--bottom-double {
        margin-bottom: 40px !important;
        margin-bottom: 2.5rem !important
    }

    .space-lap--top-triple {
        margin-top: 60px !important;
        margin-top: 3.75rem !important
    }

    .space-lap--left-triple {
        margin-left: 60px !important;
        margin-left: 3.75rem !important
    }

    .space-lap--right-triple {
        margin-right: 60px !important;
        margin-right: 3.75rem !important
    }

    .space-lap--bottom-triple {
        margin-bottom: 60px !important;
        margin-bottom: 3.75rem !important
    }
}

@media screen and (min-width: 1024px) {
    .space-desk--top-none {
        margin-top: 0px !important;
        margin-top: 0rem !important
    }

    .space-desk--left-none {
        margin-left: 0px !important;
        margin-left: 0rem !important
    }

    .space-desk--right-none {
        margin-right: 0px !important;
        margin-right: 0rem !important
    }

    .space-desk--bottom-none {
        margin-bottom: 0px !important;
        margin-bottom: 0rem !important
    }

    .space-desk--top-quarter {
        margin-top: 5px !important;
        margin-top: .3125rem !important
    }

    .space-desk--left-quarter {
        margin-left: 5px !important;
        margin-left: .3125rem !important
    }

    .space-desk--right-quarter {
        margin-right: 5px !important;
        margin-right: .3125rem !important
    }

    .space-desk--bottom-quarter {
        margin-bottom: 5px !important;
        margin-bottom: .3125rem !important
    }

    .space-desk--top-third {
        margin-top: 6.66667px !important;
        margin-top: .41667rem !important
    }

    .space-desk--left-third {
        margin-left: 6.66667px !important;
        margin-left: .41667rem !important
    }

    .space-desk--right-third {
        margin-right: 6.66667px !important;
        margin-right: .41667rem !important
    }

    .space-desk--bottom-third {
        margin-bottom: 6.66667px !important;
        margin-bottom: .41667rem !important
    }

    .space-desk--top-half {
        margin-top: 10px !important;
        margin-top: .625rem !important
    }

    .space-desk--left-half {
        margin-left: 10px !important;
        margin-left: .625rem !important
    }

    .space-desk--right-half {
        margin-right: 10px !important;
        margin-right: .625rem !important
    }

    .space-desk--bottom-half {
        margin-bottom: 10px !important;
        margin-bottom: .625rem !important
    }

    .space-desk--top {
        margin-top: 20px !important;
        margin-top: 1.25rem !important
    }

    .space-desk--left {
        margin-left: 20px !important;
        margin-left: 1.25rem !important
    }

    .space-desk--right {
        margin-right: 20px !important;
        margin-right: 1.25rem !important
    }

    .space-desk--bottom {
        margin-bottom: 20px !important;
        margin-bottom: 1.25rem !important
    }

    .space-desk--top-double {
        margin-top: 40px !important;
        margin-top: 2.5rem !important
    }

    .space-desk--left-double {
        margin-left: 40px !important;
        margin-left: 2.5rem !important
    }

    .space-desk--right-double {
        margin-right: 40px !important;
        margin-right: 2.5rem !important
    }

    .space-desk--bottom-double {
        margin-bottom: 40px !important;
        margin-bottom: 2.5rem !important
    }

    .space-desk--top-triple {
        margin-top: 60px !important;
        margin-top: 3.75rem !important
    }

    .space-desk--left-triple {
        margin-left: 60px !important;
        margin-left: 3.75rem !important
    }

    .space-desk--right-triple {
        margin-right: 60px !important;
        margin-right: 3.75rem !important
    }

    .space-desk--bottom-triple {
        margin-bottom: 60px !important;
        margin-bottom: 3.75rem !important
    }
}

@media screen and (min-width: 1200px) {
    .space-desk-wide--top-none {
        margin-top: 0px !important;
        margin-top: 0rem !important
    }

    .space-desk-wide--left-none {
        margin-left: 0px !important;
        margin-left: 0rem !important
    }

    .space-desk-wide--right-none {
        margin-right: 0px !important;
        margin-right: 0rem !important
    }

    .space-desk-wide--bottom-none {
        margin-bottom: 0px !important;
        margin-bottom: 0rem !important
    }

    .space-desk-wide--top-quarter {
        margin-top: 5px !important;
        margin-top: .3125rem !important
    }

    .space-desk-wide--left-quarter {
        margin-left: 5px !important;
        margin-left: .3125rem !important
    }

    .space-desk-wide--right-quarter {
        margin-right: 5px !important;
        margin-right: .3125rem !important
    }

    .space-desk-wide--bottom-quarter {
        margin-bottom: 5px !important;
        margin-bottom: .3125rem !important
    }

    .space-desk-wide--top-third {
        margin-top: 6.66667px !important;
        margin-top: .41667rem !important
    }

    .space-desk-wide--left-third {
        margin-left: 6.66667px !important;
        margin-left: .41667rem !important
    }

    .space-desk-wide--right-third {
        margin-right: 6.66667px !important;
        margin-right: .41667rem !important
    }

    .space-desk-wide--bottom-third {
        margin-bottom: 6.66667px !important;
        margin-bottom: .41667rem !important
    }

    .space-desk-wide--top-half {
        margin-top: 10px !important;
        margin-top: .625rem !important
    }

    .space-desk-wide--left-half {
        margin-left: 10px !important;
        margin-left: .625rem !important
    }

    .space-desk-wide--right-half {
        margin-right: 10px !important;
        margin-right: .625rem !important
    }

    .space-desk-wide--bottom-half {
        margin-bottom: 10px !important;
        margin-bottom: .625rem !important
    }

    .space-desk-wide--top {
        margin-top: 20px !important;
        margin-top: 1.25rem !important
    }

    .space-desk-wide--left {
        margin-left: 20px !important;
        margin-left: 1.25rem !important
    }

    .space-desk-wide--right {
        margin-right: 20px !important;
        margin-right: 1.25rem !important
    }

    .space-desk-wide--bottom {
        margin-bottom: 20px !important;
        margin-bottom: 1.25rem !important
    }

    .space-desk-wide--top-double {
        margin-top: 40px !important;
        margin-top: 2.5rem !important
    }

    .space-desk-wide--left-double {
        margin-left: 40px !important;
        margin-left: 2.5rem !important
    }

    .space-desk-wide--right-double {
        margin-right: 40px !important;
        margin-right: 2.5rem !important
    }

    .space-desk-wide--bottom-double {
        margin-bottom: 40px !important;
        margin-bottom: 2.5rem !important
    }

    .space-desk-wide--top-triple {
        margin-top: 60px !important;
        margin-top: 3.75rem !important
    }

    .space-desk-wide--left-triple {
        margin-left: 60px !important;
        margin-left: 3.75rem !important
    }

    .space-desk-wide--right-triple {
        margin-right: 60px !important;
        margin-right: 3.75rem !important
    }

    .space-desk-wide--bottom-triple {
        margin-bottom: 60px !important;
        margin-bottom: 3.75rem !important
    }
}

.width--0 {
    width: 0% !important;
    display: none
}

.width--1of1, .width--2of2, .width--3of3, .width--4of4, .width--5of5, .width--6of6 {
    width: 100% !important;
    display: inline-block
}

.width--1of2, .width--2of4, .width--3of6, .width--4of8, .width--5of10, .width--6of12 {
    width: 50% !important;
    display: inline-block
}

.width--1of3, .width--2of6, .width--3of9, .width--4of12 {
    width: 33.33333% !important;
    display: inline-block
}

.width--2of3, .width--4of6, .width--6of9, .width--8of12 {
    width: 66.66666% !important;
    display: inline-block
}

.width--1of4, .width--2of8, .width--3of12 {
    width: 25% !important;
    display: inline-block
}

.width--3of4, .width--6of8, .width--9of12 {
    width: 75% !important;
    display: inline-block
}

.width--1of5, .width--2of10 {
    width: 20% !important;
    display: inline-block
}

.width--2of5, .width--4of10 {
    width: 40% !important;
    display: inline-block
}

.width--3of5, .width--6of10 {
    width: 60% !important;
    display: inline-block
}

.width--4of5, .width--8of10 {
    width: 80% !important;
    display: inline-block
}

.width--1of6, .width--2of12 {
    width: 16.66666% !important;
    display: inline-block
}

.width--5of6, .width--10of12 {
    width: 83.33333% !important;
    display: inline-block
}

.width--1of8 {
    width: 12.5% !important;
    display: inline-block
}

.width--3of8 {
    width: 37.5% !important;
    display: inline-block
}

.width--5of8 {
    width: 62.5% !important;
    display: inline-block
}

.width--7of8 {
    width: 87.5% !important;
    display: inline-block
}

.width--1of9 {
    width: 11.1111111% !important;
    display: inline-block
}

.width--2of9 {
    width: 22.2222222% !important;
    display: inline-block
}

.width--4of9 {
    width: 44.4444444% !important;
    display: inline-block
}

.width--5of9 {
    width: 55.5555555% !important;
    display: inline-block
}

.width--7of9 {
    width: 77.7777777% !important;
    display: inline-block
}

.width--8of9 {
    width: 88.8888888% !important;
    display: inline-block
}

.width--1of10 {
    width: 10% !important;
    display: inline-block
}

.width--3of10 {
    width: 30% !important;
    display: inline-block
}

.width--7of10 {
    width: 70% !important;
    display: inline-block
}

.width--9of10 {
    width: 90% !important;
    display: inline-block
}

.width--1of12 {
    width: 8.3333333% !important;
    display: inline-block
}

.width--5of12 {
    width: 41.6666666% !important;
    display: inline-block
}

.width--7of12 {
    width: 58.3333333% !important;
    display: inline-block
}

.width--11of12 {
    width: 91.6666666% !important;
    display: inline-block
}

@media screen and (min-width: 481px) {
    .width-tab--0 {
        width: 0% !important;
        display: none
    }

    .width-tab--1of1, .width-tab--2of2, .width-tab--3of3, .width-tab--4of4, .width-tab--5of5, .width-tab--6of6 {
        width: 100% !important;
        display: inline-block
    }

    .width-tab--1of2, .width-tab--2of4, .width-tab--3of6, .width-tab--4of8, .width-tab--5of10, .width-tab--6of12 {
        width: 49.5% !important;
        display: inline-block
    }

    .width-tab--1of3, .width-tab--2of6, .width-tab--3of9, .width-tab--4of12 {
        width: 32.5% !important;
        display: inline-block
    }

    .width-tab--2of3, .width-tab--4of6, .width-tab--6of9, .width-tab--8of12 {
        width: 66.66666% !important;
        display: inline-block
    }

    .width-tab--1of4, .width-tab--2of8, .width-tab--3of12 {
        width: 25% !important;
        display: inline-block
    }

    .width-tab--3of4, .width-tab--6of8, .width-tab--9of12 {
        width: 75% !important;
        display: inline-block
    }

    .width-tab--1of5, .width-tab--2of10 {
        width: 20% !important;
        display: inline-block
    }

    .width-tab--2of5, .width-tab--4of10 {
        width: 40% !important;
        display: inline-block
    }

    .width-tab--3of5, .width-tab--6of10 {
        width: 60% !important;
        display: inline-block
    }

    .width-tab--4of5, .width-tab--8of10 {
        width: 80% !important;
        display: inline-block
    }

    .width-tab--1of6, .width-tab--2of12 {
        width: 16.66666% !important;
        display: inline-block
    }

    .width-tab--5of6, .width-tab--10of12 {
        width: 83.33333% !important;
        display: inline-block
    }

    .width-tab--1of8 {
        width: 12.5% !important;
        display: inline-block
    }

    .width-tab--3of8 {
        width: 37.5% !important;
        display: inline-block
    }

    .width-tab--5of8 {
        width: 62.5% !important;
        display: inline-block
    }

    .width-tab--7of8 {
        width: 87.5% !important;
        display: inline-block
    }

    .width-tab--1of9 {
        width: 11.1111111% !important;
        display: inline-block
    }

    .width-tab--2of9 {
        width: 22.2222222% !important;
        display: inline-block
    }

    .width-tab--4of9 {
        width: 44.4444444% !important;
        display: inline-block
    }

    .width-tab--5of9 {
        width: 55.5555555% !important;
        display: inline-block
    }

    .width-tab--7of9 {
        width: 77.7777777% !important;
        display: inline-block
    }

    .width-tab--8of9 {
        width: 88.8888888% !important;
        display: inline-block
    }

    .width-tab--1of10 {
        width: 10% !important;
        display: inline-block
    }

    .width-tab--3of10 {
        width: 30% !important;
        display: inline-block
    }

    .width-tab--7of10 {
        width: 70% !important;
        display: inline-block
    }

    .width-tab--9of10 {
        width: 90% !important;
        display: inline-block
    }

    .width-tab--1of12 {
        width: 8.3333333% !important;
        display: inline-block
    }

    .width-tab--5of12 {
        width: 41.6666666% !important;
        display: inline-block
    }

    .width-tab--7of12 {
        width: 58.3333333% !important;
        display: inline-block
    }

    .width-tab--11of12 {
        width: 91.6666666% !important;
        display: inline-block
    }
}

@media screen and (min-width: 721px) {
    .width-lap--0 {
        width: 0% !important;
        display: none
    }

    .width-lap--1of1, .width-lap--2of2, .width-lap--3of3, .width-lap--4of4, .width-lap--5of5, .width-lap--6of6 {
        width: 100% !important;
        display: inline-block
    }

    .width-lap--1of2, .width-lap--2of4, .width-lap--3of6, .width-lap--4of8, .width-lap--5of10, .width-lap--6of12 {
        width: 50% !important;
        display: inline-block
    }

    .width-lap--1of3, .width-lap--2of6, .width-lap--3of9, .width-lap--4of12 {
        width: 33.33333% !important;
        display: inline-block
    }

    .width-lap--2of3, .width-lap--4of6, .width-lap--6of9, .width-lap--8of12 {
        width: 66.66666% !important;
        display: inline-block
    }

    .width-lap--1of4, .width-lap--2of8, .width-lap--3of12 {
        width: 25% !important;
        display: inline-block
    }

    .width-lap--3of4, .width-lap--6of8, .width-lap--9of12 {
        width: 75% !important;
        display: inline-block
    }

    .width-lap--1of5, .width-lap--2of10 {
        width: 20% !important;
        display: inline-block
    }

    .width-lap--2of5, .width-lap--4of10 {
        width: 40% !important;
        display: inline-block
    }

    .width-lap--3of5, .width-lap--6of10 {
        width: 60% !important;
        display: inline-block
    }

    .width-lap--4of5, .width-lap--8of10 {
        width: 80% !important;
        display: inline-block
    }

    .width-lap--1of6, .width-lap--2of12 {
        width: 16.66666% !important;
        display: inline-block
    }

    .width-lap--5of6, .width-lap--10of12 {
        width: 83.33333% !important;
        display: inline-block
    }

    .width-lap--1of8 {
        width: 12.5% !important;
        display: inline-block
    }

    .width-lap--3of8 {
        width: 37.5% !important;
        display: inline-block
    }

    .width-lap--5of8 {
        width: 62.5% !important;
        display: inline-block
    }

    .width-lap--7of8 {
        width: 87.5% !important;
        display: inline-block
    }

    .width-lap--1of9 {
        width: 11.1111111% !important;
        display: inline-block
    }

    .width-lap--2of9 {
        width: 22.2222222% !important;
        display: inline-block
    }

    .width-lap--4of9 {
        width: 44.4444444% !important;
        display: inline-block
    }

    .width-lap--5of9 {
        width: 55.5555555% !important;
        display: inline-block
    }

    .width-lap--7of9 {
        width: 77.7777777% !important;
        display: inline-block
    }

    .width-lap--8of9 {
        width: 88.8888888% !important;
        display: inline-block
    }

    .width-lap--1of10 {
        width: 10% !important;
        display: inline-block
    }

    .width-lap--3of10 {
        width: 30% !important;
        display: inline-block
    }

    .width-lap--7of10 {
        width: 70% !important;
        display: inline-block
    }

    .width-lap--9of10 {
        width: 90% !important;
        display: inline-block
    }

    .width-lap--1of12 {
        width: 8.3333333% !important;
        display: inline-block
    }

    .width-lap--5of12 {
        width: 41.6666666% !important;
        display: inline-block
    }

    .width-lap--7of12 {
        width: 58.3333333% !important;
        display: inline-block
    }

    .width-lap--11of12 {
        width: 91.6666666% !important;
        display: inline-block
    }
}

@media screen and (min-width: 1024px) {
    .width-desk--0 {
        width: 0% !important;
        display: none
    }

    .width-desk--1of1, .width-desk--2of2, .width-desk--3of3, .width-desk--4of4, .width-desk--5of5, .width-desk--6of6 {
        width: 100% !important;
        display: inline-block
    }

    .width-desk--1of2, .width-desk--2of4, .width-desk--3of6, .width-desk--4of8, .width-desk--5of10, .width-desk--6of12 {
        width: 49% !important;
        display: inline-block
    }

    .width-desk--1of3, .width-desk--2of6, .width-desk--3of9, .width-desk--4of12 {
        width: 32.7% !important;
        display: inline-block
    }

    .width-desk--2of3, .width-desk--4of6, .width-desk--6of9, .width-desk--8of12 {
        width: 66% !important;
        display: inline-block
    }

    .width-desk--1of4, .width-desk--2of8, .width-desk--3of12 {
        width: 25% !important;
        display: inline-block
    }

    .width-desk--3of4, .width-desk--6of8, .width-desk--9of12 {
        width: 75% !important;
        display: inline-block
    }

    .width-desk--1of5, .width-desk--2of10 {
        width: 20% !important;
        display: inline-block
    }

    .width-desk--2of5, .width-desk--4of10 {
        width: 40% !important;
        display: inline-block
    }

    .width-desk--3of5, .width-desk--6of10 {
        width: 60% !important;
        display: inline-block
    }

    .width-desk--4of5, .width-desk--8of10 {
        width: 80% !important;
        display: inline-block
    }

    .width-desk--1of6, .width-desk--2of12 {
        width: 16.66666% !important;
        display: inline-block
    }

    .width-desk--5of6, .width-desk--10of12 {
        width: 83.33333% !important;
        display: inline-block
    }

    .width-desk--1of8 {
        width: 12.5% !important;
        display: inline-block
    }

    .width-desk--3of8 {
        width: 37.5% !important;
        display: inline-block
    }

    .width-desk--5of8 {
        width: 62.5% !important;
        display: inline-block
    }

    .width-desk--7of8 {
        width: 87.5% !important;
        display: inline-block
    }

    .width-desk--1of9 {
        width: 11.1111111% !important;
        display: inline-block
    }

    .width-desk--2of9 {
        width: 22.2222222% !important;
        display: inline-block
    }

    .width-desk--4of9 {
        width: 44.4444444% !important;
        display: inline-block
    }

    .width-desk--5of9 {
        width: 55.5555555% !important;
        display: inline-block
    }

    .width-desk--7of9 {
        width: 77.7777777% !important;
        display: inline-block
    }

    .width-desk--8of9 {
        width: 88.8888888% !important;
        display: inline-block
    }

    .width-desk--1of10 {
        width: 10% !important;
        display: inline-block
    }

    .width-desk--3of10 {
        width: 30% !important;
        display: inline-block
    }

    .width-desk--7of10 {
        width: 70% !important;
        display: inline-block
    }

    .width-desk--9of10 {
        width: 90% !important;
        display: inline-block
    }

    .width-desk--1of12 {
        width: 8.3333333% !important;
        display: inline-block
    }

    .width-desk--5of12 {
        width: 41.6666666% !important;
        display: inline-block
    }

    .width-desk--7of12 {
        width: 58.3333333% !important;
        display: inline-block
    }

    .width-desk--11of12 {
        width: 91.6666666% !important;
        display: inline-block
    }
}

@media screen and (min-width: 1200px) {
    .width-desk-wide--0 {
        width: 0% !important;
        display: none
    }

    .width-desk-wide--1of1, .width-desk-wide--2of2, .width-desk-wide--3of3, .width-desk-wide--4of4, .width-desk-wide--5of5, .width-desk-wide--6of6 {
        width: 100% !important;
        display: inline-block
    }

    .width-desk-wide--1of2, .width-desk-wide--2of4, .width-desk-wide--3of6, .width-desk-wide--4of8, .width-desk-wide--5of10, .width-desk-wide--6of12 {
        width: 50% !important;
        display: inline-block
    }

    .width-desk-wide--1of3, .width-desk-wide--2of6, .width-desk-wide--3of9, .width-desk-wide--4of12 {
        width: 33.33333% !important;
        display: inline-block
    }

    .width-desk-wide--2of3, .width-desk-wide--4of6, .width-desk-wide--6of9, .width-desk-wide--8of12 {
        width: 66.66666% !important;
        display: inline-block
    }

    .width-desk-wide--1of4, .width-desk-wide--2of8, .width-desk-wide--3of12 {
        width: 24% !important;
        display: inline-block
    }

    .width-desk-wide--3of4, .width-desk-wide--6of8, .width-desk-wide--9of12 {
        width: 75% !important;
        display: inline-block
    }

    .width-desk-wide--1of5, .width-desk-wide--2of10 {
        width: 20% !important;
        display: inline-block
    }

    .width-desk-wide--2of5, .width-desk-wide--4of10 {
        width: 40% !important;
        display: inline-block
    }

    .width-desk-wide--3of5, .width-desk-wide--6of10 {
        width: 60% !important;
        display: inline-block
    }

    .width-desk-wide--4of5, .width-desk-wide--8of10 {
        width: 80% !important;
        display: inline-block
    }

    .width-desk-wide--1of6, .width-desk-wide--2of12 {
        width: 16.66666% !important;
        display: inline-block
    }

    .width-desk-wide--5of6, .width-desk-wide--10of12 {
        width: 83.33333% !important;
        display: inline-block
    }

    .width-desk-wide--1of8 {
        width: 12.5% !important;
        display: inline-block
    }

    .width-desk-wide--3of8 {
        width: 37.5% !important;
        display: inline-block
    }

    .width-desk-wide--5of8 {
        width: 62.5% !important;
        display: inline-block
    }

    .width-desk-wide--7of8 {
        width: 87.5% !important;
        display: inline-block
    }

    .width-desk-wide--1of9 {
        width: 11.1111111% !important;
        display: inline-block
    }

    .width-desk-wide--2of9 {
        width: 22.2222222% !important;
        display: inline-block
    }

    .width-desk-wide--4of9 {
        width: 44.4444444% !important;
        display: inline-block
    }

    .width-desk-wide--5of9 {
        width: 55.5555555% !important;
        display: inline-block
    }

    .width-desk-wide--7of9 {
        width: 77.7777777% !important;
        display: inline-block
    }

    .width-desk-wide--8of9 {
        width: 88.8888888% !important;
        display: inline-block
    }

    .width-desk-wide--1of10 {
        width: 10% !important;
        display: inline-block
    }

    .width-desk-wide--3of10 {
        width: 30% !important;
        display: inline-block
    }

    .width-desk-wide--7of10 {
        width: 70% !important;
        display: inline-block
    }

    .width-desk-wide--9of10 {
        width: 90% !important;
        display: inline-block
    }

    .width-desk-wide--1of12 {
        width: 8.3333333% !important;
        display: inline-block
    }

    .width-desk-wide--5of12 {
        width: 41.6666666% !important;
        display: inline-block
    }

    .width-desk-wide--7of12 {
        width: 58.3333333% !important;
        display: inline-block
    }

    .width-desk-wide--11of12 {
        width: 91.6666666% !important;
        display: inline-block
    }
}

.text--inherit-color {
    color: inherit !important
}

.text--no-wrap {
    white-space: nowrap !important
}

.text--secondary {
    font-family: Georgia, serif !important
}

.text--large {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.5
}

.text--left {
    text-align: left
}

.text--right {
    text-align: right
}

.text--center {
    text-align: center
}

@media screen and (min-width: 481px) {
    .text-tab--left {
        text-align: left
    }

    .text-tab--right {
        text-align: right
    }

    .text-tab--center {
        text-align: center
    }
}

@media screen and (min-width: 721px) {
    .text-lap--left {
        text-align: left
    }

    .text-lap--right {
        text-align: right
    }

    .text-lap--center {
        text-align: center
    }
}

@media screen and (min-width: 1024px) {
    .text-desk--left {
        text-align: left
    }

    .text-desk--right {
        text-align: right
    }

    .text-desk--center {
        text-align: center
    }
}

@media screen and (min-width: 1200px) {
    .text-desk-wide--left {
        text-align: left
    }

    .text-desk-wide--right {
        text-align: right
    }

    .text-desk-wide--center {
        text-align: center
    }
}

.clearfix {
    *zoom: 1
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

body {
    background: #fff
}

.section {
    /*border-top: 1px solid #f6f6f6;*/
    /*margin-top: 35px;*/
    padding-top: 40px
}

@media screen and (min-width: 1400px) {
    .section {
        /*margin-top: 75px;*/
        /*padding-top: 80px*/
    }
}

.invisible {
    height: 0;
    width: 0;
    display: block;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden
}

img {
    max-width: 100% !important
}

.constrain--medium-small {
    max-width: 784px;
    max-width: 49rem
}

.constrain--medium-large {
    max-width: 1568px;
    max-width: 98rem
}

.constrain--space--yes {
    padding: 0 15px
}

.constrain--space--no {
    padding: 0
}

h1, .heading-1 {
    font-size: 40px;
    line-height: 1.11111;
    color: #707070;
    font-weight: 200
}

h2, .heading-2 {
    color: #707070;
    font-weight: 400;
    font-size: 28px;
}

@media screen and (min-width: 1024px) {
    h1, .heading-1 {
        font-size: 60px;
    }

    h2, .heading-2 {
        line-height: 1.33333;
    }
}

h3, .heading-3 {

}

@media screen and (min-width: 1024px) {
    h3, .heading-3 {
        font-size: .875rem;
        line-height: 1.71429;
    }
}

h4, .heading-4 {
    font-size: 22px;
    line-height: 26px
}

@media screen and (min-width: 1024px) {
    h4, .heading-4 {
        font-size: 35px;
        font-size: 2.1875rem;
        line-height: 1.37143;
        line-height: 35px
    }
}

p, .ce_text p, .content-text p, .text-paragraph p {
    font-size: 16px;
    line-height: 1.6;
    color: #3c3c3c;
    margin-bottom: 20px
}

.mb-50 {
    margin-bottom: 50px !important;
}

@media screen and (min-width: 768px) {
    .pt-30 {
        padding-top:30px !important;
    }
}

.ce_text a, .content-text a, .text-paragraph a {
    color: #000;
    font-weight: 700;
    -webkit-font-smoothing: antialiased
}

.ce_text a:hover, .content-text a:hover, .text-paragraph a:hover {
    text-decoration: none
}

.widget-checkbox fieldset,
.widget-radio fieldset {
    margin:20px 0;
    padding: 0.35em 0.625em 0.75em;
}

.widget-radio fieldset span {
    margin:0 15px 0 0;
    display: inline-block;
}

.button-type--1 {
    line-height: 40px;
    background: #000;
    color: #fff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    padding: 0 30px;
    display: inline-block;
    font-size: 14px;
    border:none;
}

.button-type--1:hover {
    color: #fff;
    text-decoration: none
}

.button-type--1--green,
.ce_form .widget-submit button {
    line-height: 40px !important;
    background: #1BAEAC !important;
    color: #fff !important;
    font-weight: bold !important;
    -webkit-font-smoothing: antialiased !important;
    padding: 0 30px !important;
    display: inline-block;
    font-size: 14px !important;
    border:1px solid #1BAEAC !important;
    text-shadow: none !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    /*width:100%;*/
    text-align:center !important;
}

.button-type--1--green:hover,
.ce_form .widget-submit button:hover {
    background-color: #fff !important;
    color:#1BAEAC !important;
    text-decoration: none !important;
    /*border:3px solid #1BAEAC !important;*/
    /*-webkit-box-shadow:inset 0px 0px 0px 1px #1BAEAC;
    -moz-box-shadow:inset 0px 0px 0px 1px #1BAEAC;
    box-shadow:inset 0px 0px 0px 1px #1BAEAC;*/
}

@media screen and (min-width: 768px) {
    .button-type--1--green,
    .ce_form .widget-submit button {
        width:auto !important;
    }
}

.button-type--2 {
    line-height: 30px;
    font-size: 14px;
    color: #707070;
    display: inline-block;
    padding: 0 40px;
    background: #fff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    border: none
}

@media screen and (min-width: 1024px) {
    .button-type--2 {
        /*font-size: 17px;*/
        /*line-height: 55px*/
    }
}

.button-type--2:hover {
    /*color:#1BAEAC;*/
    /*background-color: #ffffff;*/
    background-color: #1BAEAC !important;
    color:#ffffff;
    text-decoration: none;
    /*border: 3px solid #1BAEAC;*/
}

.button-type--2--blue {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    color: #fff;
    padding: 0 25px
}

@media screen and (min-width: 1024px) {
    .button-type--2--blue {
        padding: 0 35px
    }
}

.button-type--2--blue:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff !important
}

.button-type--2--right {
    padding: 0 65px 0 40px
}

.button-type--3 {
    line-height: 40px;
    background: transparent;
    border:1px solid #1BAEAC;
    color: #1BAEAC;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    padding: 0 30px;
    display: inline-block;
    font-size: 14px
}

.button-type--3:hover {
    text-decoration: none;
    background-color: #f2f2f2;
}

header.header {
    height: 110px;
    background: #fff;
    /*position: fixed;*/
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    transition: height 300ms;
}

@media screen and (min-width: 992px) {
    header.header {}
}

header.header .navigation-top {
    transition: position 300ms;
}

header.header.tiny {
    height:120px;
}

header.header.tiny #info-box {
    display:none;
}

.slider__wrapper {
    /*margin-top:110px;*/
}

@media screen and (min-width: 1200px) {
    .header {
        height: 120px
    }

    header.header.tiny {
        height:50px;
    }

    header.header.tiny .header__logo {
        height:35px;
    }

    header.header.tiny .navigation-top {
        position: absolute;
        top: 8px;
        left: 0;
        right: 0;
    }

    .slider__wrapper {
        margin-top:20px;
    }
}

.header-wrapper {
    padding: 0 15px
}

@media screen and (min-width: 1200px) {
    .header__navwrapp {
        position: relative;
        height: 30px
    }
}

.header__logo {
    width: 250px;
    height: 90px;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(../images/logo_rahmen_120p.png);
    display: block;
    position:absolute;
    top:10px;
    left:0;
    transition: height 300ms;
}

.header__logo__reisereporter {
    width: 200px;
    height: 67px;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(../images/logos/logo-reisereporter.jpg);
    display: block;
    position:absolute;
    top:16px;
    left:215px;
}

.logo-grid {
    position: relative;
}

@media screen and (max-width: 991px) {
    .grid__item.logo-grid {
        padding-left: 0 !important;
    }

    .header__logo {
        width:100px;
        height:50px;
        top: 35px;
    }

    .header__logo__reisereporter {
        width:130px;
        height:45px;
        top: 33px;
        left: 115px;
    }
}

@media screen and (min-width: 1400px) {
    .header__logo {
        width: 350px;
        /*height: 67px;*/
        /*margin-left: 106px*/
    }
}

.mod_navigation {
    transform: translateY(calc(-100% - 20px));
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    top: 20px;
    transition: .7s ease-in-out;
    text-align: center;
    padding: 75px 15px 45px 15px;
    z-index: 11;
    opacity: 0;
    transition: opacity 0.7s ease-in-out, transform 0s .7s linear
}

@media screen and (min-width: 1200px) {
    .mod_navigation {
        opacity: 1
    }
}

.mod_navigation ul {
    margin: 0;
    list-style: none
}

.mod_navigation ul li {
    line-height: 45px;
    position: relative;
    margin-bottom: 30px
}

@media screen and (min-width: 1200px) {
    .mod_navigation ul li {
        margin-bottom: 0
    }
}

.mod_navigation ul li ul.level_2 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0;
    list-style: none;
    text-align: center;
    transition: 0.7s ease-in-out;
    display: none;
    padding-bottom: 20px;
    background-color:#1BAEAC;
}

@media screen and (min-width: 1200px) {
    .mod_navigation ul li ul.level_2 {
        position: absolute;
        left: 50%;
        padding: 15px 40px 35px;
        top: 35px;
        display: block;
        opacity: 0;
        transform: translateX(-50%) translateY(-100vh);
        transition: opacity .8s ease-in-out, transform 0s .8s linear
    }

    .mod_navigation ul li ul.level_2 li {
        /*overflow:hidden;*/
        height:0;
        -webkit-transition:height 200ms ease-in;
        -moz-transition:height 200ms ease-in;
        -o-transition:height 200ms ease-in;
        transition:height 200ms ease-in;
    }
}

.mod_navigation ul li ul.level_2:before {
    display: none;
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%)
}

@media screen and (min-width: 1200px) {
    .mod_navigation ul li ul.level_2:before {
        display: block
    }
}

.mod_navigation ul li ul.level_2 li {
    display: block;
    margin: 0;
    white-space: nowrap;
    padding: 0;
    opacity: 0.5;
    transition: 0.6s ease-in-out
}

@media screen and (min-width: 1200px) {
    .mod_navigation ul li ul.level_2 li {
        margin-bottom: 10px;
    }
}

.mod_navigation ul li ul.level_2 li:last-child {
    margin-bottom: 0
}

.mod_navigation ul li ul.level_2 li a {
    color: #fff
}

.mod_navigation ul li ul.level_2 li a:hover {
    text-decoration: none
}

.mod_navigation ul li ul.level_2 li:hover {
    opacity: 1
}

@media screen and (min-width: 1200px) {
    .mod_navigation ul li ul.level_2 li:hover {
        display: block
    }
}

.mod_navigation ul li ul.level_2 li a {
    font-size: 15px
}

.mod_navigation ul li.submenu-open ul.level_2 {
    display: block
}

.mod_navigation ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased
}

@media screen and (min-width: 1200px) {
    .mod_navigation ul li a {
        font-size: 15px;
        color:#707070;
    }
}

.mod_navigation .nav-mobile-close {
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    height: 20px;
    width: 20px;
    background-size: contain;
    cursor: pointer
}

@media screen and (min-width: 1200px) {
    .mod_navigation .nav-mobile-close {
        display: none
    }
}

.navigation-open .mod_navigation {
    transform: translateY(0);
    opacity: 1;
    transition: opacity .8s ease-in-out
}

@media screen and (min-width: 1200px) {
    .mod_navigation {
        position: absolute;
        bottom: 0;
        left: auto;
        top: auto;
        right: 30px;
        width: 100%;
        text-align: right;
        padding-bottom: 16px;
        background: transparent !important;
        transform: translateY(0);
        padding: 0
    }

    .mod_navigation ul li {
        display: inline-block;
        margin-left: 30px;
        line-height: 24px;
    }

    .mod_navigation ul li:hover {
        text-decoration: underline;
    }

    /* TEST */
    .mod_navigation ul li:hover .level_2 {
        display: block;
        opacity: 1;
        transform: translateX(-50%);
        transition: opacity .8s ease-in-out
    }

    .mod_navigation ul li:hover .level_2 li {
        height:20px;
    }
}

@media screen and (min-width: 1600px) {
    .mod_navigation ul li {
        /*margin-left: 50px;*/
    }
}

.burger {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 12px;
    top: 37px;
    cursor: pointer;
    background: transparent;
    border-radius: 50%;
    z-index: 100;
    opacity: 1;
    transition: opacity .3s .4s ease-in-out
}

@media screen and (min-width: 1200px) {
    .burger {
        opacity: 0
    }
}

.phone-box-mobile {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 60px;
    top: 37px;
    cursor: pointer;
    background: transparent;
    /*border-radius: 50%;*/
    z-index: 100;
    opacity: 1;
    /*transition: opacity .3s .4s ease-in-out*/
    padding:4px;
}

@media screen and (min-width: 1200px) {
    .phone-box-mobile {
        opacity: 0
    }
}

.navigation-open .burger {
    opacity: 0;
    transition: opacity .6s ease-in-out
}

.burger__inner {
    width: 28px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 -7px 0 0 #000, 0 7px 0 0 #000;
    transition: box-shadow .2s .2s ease-in-out, transform .2s ease-in-out
}

body.navigation-open .burger__inner {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    box-shadow: 0 0 0 0 #000, 0 0 0 0 #000;
    transition: box-shadow .2s ease-in-out, transform .2s .2s ease-in-out
}

.burger__inner:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    background: #000;
    transition: transform .2s ease-in-out
}

body.navigation-open .burger__inner:after {
    transform: rotate(-90deg);
    transition: transform .2s .2s ease-in-out
}

.footer {
    margin-top: 80px;
    padding: 30px 15px;
    background-color: #575757;
    color:#ffffff !important;
}

.footer .constrain--medium {
    max-width:1275px !important;
}



.footer .grid__item {
    padding-left:0 !important;
}

.footer .footer-nav--container {
    padding-left:20px !important;
}

.footer .grid-footer-special .grid__item {
    vertical-align: baseline
}

@media screen and (max-width: 1023px) {
    footer .footer-nav--container {
        position: relative;
    }
}

@media screen and (max-width: 1023px) {
    .footer .grid {
        margin-left: 0;
    }

    .footer .footer-nav--container {
        padding-left:0 !important;
    }
}

@media screen and (min-width: 1024px) {
    .footer .grid-footer-special .grid__item {
        vertical-align: top
    }
}

.footer__phone {
    margin-bottom: 20px;
}

.footer__phone__inner p {
    color:#ffffff;
    font-size:14px;
}

.footer__phone__inner a,
.footer__phone__inner a:hover,
.footer__phone__inner a:active {
    color:#ffffff;
}

.footer__phone__icon {
    float:left;
    display: inline-block;
    clear: both;
}

.footer__phone__inner__address,
.footer__phone__inner__service,
.footer__phone__inner__mail,
.footer__phone__inner__number {
    float:left;
    display:inline-block;
    padding-left: 5px;
}

.footer__phone__inner__headline {
    font-weight: 300;
    /*color: #838282;*/
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 6px;
    color:#ffffff;
}

.footer__phone__inner__number p {
    font-size:20px;
    font-weight:600;
}

.footer__phone__inner svg {
    margin-right:5px;
    display:block !important;
}

.header-phonenumber {
    font-size: 27px;
    line-height: 27px;
    font-weight: 900;
    font-style: italic;
    position: relative;
    color:#ffffff;
}

.footer__slogan {
    margin-bottom:30px;
}

.footer__slogan h2 {
    color:#ffffff;
    font-weight:200;
}

@media screen and (max-width: 1023px) {
    .footer__slogan h2 {
        font-size: 24px;
    }

    .footer__social-icons {
        margin-bottom:30px;
    }
}

.header-wrapper .header-phonenumber {
    margin-top:25px;
    cursor:pointer;
}

#info-box {
    overflow: hidden;
    margin:20px 0 10px auto;
    width:auto;
    transition: display 300ms;
}

#info-box.hidden {
    display: none;
}

@media screen and (min-width: 1400px) {
    #info-box {
        margin: 20px 30px 10px auto;
    }
}

#newsletter-box,
#mail-box {
    border:1px solid #1BAEAC;
    background-color: transparent;
    margin:0;
    padding:10px;
    display: inline-block;
    float: right;
}

#newsletter-box h5,
#mail-box h5 {
    color:#1BAEAC !important;
}

#mail-box {
    padding:10px 15px;
}

#phone-box {
    float:right;
    margin:0;
    background-color: #1BAEAC;
    border:1px solid #1BAEAC;
    padding:10px;
    display: inline-block;
}
#phone-box h5 {
    color:#ffffff !important;
}

.footer__copyright {
    font-weight: 300;
    color:#ffffff;
    padding: 4px 0 50px 0;
    font-size:.65rem;
    display: block;
}

.footer__copyright__mobile {
    font-weight: 300;
    color:#ffffff;
    padding: 4px 0 0;
    font-size:.65rem;
    display: none;
}

@media screen and (max-width: 767px) {
    .footer__copyright {
        display: none;
    }

    .footer__copyright__mobile {
        display: block;
    }
}

.footer__icon {
    width:45px;
    height:45px;
    margin-right: 15px;
    display: inline-block;
}

.footer__icon.icon__facebook {
    background-image: url(../icons/footer_icon_facebook.png);
}

.footer__icon.icon__instagram {
    background-image: url(../icons/footer_icon_instagram.png);
}

.footer__icon.icon__youtube {
    background-image: url(../icons/footer_icon_youtube.png);
}

.footer__nav {
    margin: 0 auto 90px;
    width: auto;
    display: none;
}

.footer__nav__mobile {

}

@media screen and (min-width: 1024px) {
    .footer__nav {
        width: auto;
        display: block;
    }

    .footer__nav__mobile {
        display: none;
    }
}

.footer__nav ul,
.footer__nav__mobile ul {
    margin: 0;
    list-style: none
}

.footer__nav ul li,
.footer__nav__mobile ul li {
    display: block;
    margin: 0;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
}

.footer__nav__mobile ul li {
    text-align: left;
}

@media screen and (min-width: 1024px) {
    .footer__nav ul li {
        display: block;
        text-align: left;
    }
}

.footer__nav ul li a,
.footer__nav__mobile ul li a {
    font-weight: 500;
    color: #ffffff;
    font-size: 14px
}

.footer__nav ul li a:hover,
.footer__nav__mobile ul li a:hover {
    text-decoration: none
}

@keyframes hero {
    0% {
        transform: translateX(-100%)
    }
    25% {
        transform: translateX(-100%)
    }
    40% {
        transform: translateX(0)
    }
    55% {
        transform: translateX(100%)
    }
    100% {
        transform: translateX(100%)
    }
}

@keyframes extra {
    0% {
        padding-right: 180px;
        opacity: 0
    }
    20% {
        padding-right: 0px;
        opacity: 1
    }
    100% {
        padding-right: 0px;
        opacity: 1
    }
}

@keyframes extraBefore {
    0% {
        width: 0px
    }
    20% {
        width: 0px
    }
    40% {
        width: 178px
    }
}

@keyframes extraBeforeMobile {
    0% {
        width: 0px
    }
    20% {
        width: 0px
    }
    40% {
        width: 73px
    }
}

@keyframes heroText {
    0% {
        max-width: 0px
    }
    10% {
        max-width: 0px
    }
    30% {
        max-width: 900px
    }
    100% {
        max-width: 900px
    }
}

@keyframes heroImage {
    0% {
        opacity: 0
    }
    39.99999% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes heroTextThreeOne {
    0% {
        bottom: 150px;
        opacity: 0
    }
    60% {
        bottom: 150px;
        opacity: 0
    }
    75% {
        bottom: 100px;
        opacity: 1
    }
    100% {
        bottom: 100px;
        opacity: 1
    }
}

@keyframes heroTextThreeTwo {
    0% {
        bottom: 270px;
        opacity: 0
    }
    60% {
        bottom: 270px;
        opacity: 0
    }
    75% {
        bottom: 230px;
        opacity: 1
    }
    100% {
        bottom: 230px;
        opacity: 1
    }
}

.mod_rocksolid_slider.first,
.hero {
    position: relative;
    /*max-width: 1782px;*/
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden
}

@media screen and (min-width: 1810px) {
    .hero {
        padding: 80px 0 0 0
    }
}

.hero__image {
    display: block;
    animation: heroImage 1.5s;
    opacity: 1;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero__image {
    height: 432px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .hero__image {
        height: 532px;
    }
}

@media screen and (max-width: 767px) {
    .hero__image {
        height: 605px;
    }
}

.hero__image-placed-top .hero__image {
    background-position: center top !important;
}

.hero__footnote {
    position:absolute;
    left:100px;
    bottom:10px;
    right:15px;
    font-size:.7rem;
    color:#fff;
    display:none;
}

@media screen and (min-width: 768px) {
    .hero__footnote {
        display:block;
    }
}

@media screen and (min-width: 992px) {
    .hero__footnote {
        bottom:15px;
        right:50%;
    }
}

.rsts-crop {
    max-height: 632px !important;
    /*max-height: 832px !important;*/
}

@media screen and (min-width: 1200px) {
    .hero__image {
        min-height: 600px;
        max-height: 800px;
        height:33vw;
    }
    .rsts-crop {
        min-height: 600px !important;
        max-height: 800px !important;
        height:33vw;
    }
}

.ibe__wrapper .inside {
    position: relative;
    max-width: 1275px;
    margin: 0 auto;
    overflow: hidden
}

.hero__wrapper,
.hero__image__wrapper {
    position: relative;
    width:100%;
    margin: 0 auto;
    overflow: hidden
}

.hero__wrapper:before,
.ibe__wrapper:before,
.hero__image__wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: translateX(-100%)
}

.hero__image__overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.hero__image__overlay__specials {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.rsts-caption {
    background:none !important;
    border-radius:0  !important;
    border:none !important;
    box-shadow:none !important;
    text-shadow:none !important;
}

.rsts-caption,
.hero__image__overlay__headline,
.hero__image__overlay__headline__specials {
    font-size: 30px !important;
    color: #fff !important;
    font-weight: bold !important;
    line-height: 30px !important;
    -webkit-font-smoothing: antialiased !important;
    max-width: 140px !important;
    position: absolute !important;
    left: 30px !important;
    bottom: 30px !important;
}

@media screen and (min-width: 721px) {
    .rsts-caption,
    .hero__image__overlay__headline,
    .hero__image__overlay__headline__specials {
        left: 100px !important;
        bottom: 160px !important;
        max-width: none !important;
    }
}

@media screen and (min-width: 1200px) {
    .rsts-caption,
    .hero__image__overlay__headline {
        left: 100px !important;
        top: 80px !important;
        font-size: 45px !important;
        line-height:70px !important;
        max-width: 590px !important;
    }

    .hero__image__overlay__headline__specials {
        right: 100px !important;
        bottom: 40px !important;
        font-size: 45px !important;
        line-height:70px !important;
        max-width: 590px !important;
    }
}

@media screen and (min-width: 1400px) {
    .rsts-caption,
    .hero__image__overlay__headline {
        top: 160px !important;
        left: 100px !important;
    }

    .hero__image__overlay__headline__specials {
        bottom: 80px !important;
        left: 100px !important;
    }
}

.vacation-desc {
    color:#ffffff;
    font-size: .75rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.ship-and-date {
    color:#ffffff;
    font-size: .75rem;
    font-weight: 600;
    margin-bottom: 0 !important;
    margin-top: 10px;
}

@media only screen and (min-width: 768px) {
    .vacation-desc {
        display:block;
        margin-bottom: 20px;
        font-size: .85rem;
    }

    .ship-and-date {
        display:block;
        text-transform: uppercase;
        margin-top: 20px;
        font-size: .85rem;
    }
}

.rsts-caption {
    display:none !important;
}

.rsts-slide h1,
.rsts-slide h2,
.rsts-slide h3,
.rsts-slide h4,
.rsts-slide h5,
.rsts-slide h6,
.rsts-slide p {
    /*text-shadow: 0px 0px 2px rgba(27,174,172,0.5);*/
    /*text-shadow: 2px 2px 0px rgba(0,0,0,.4);*/
}

.dreieck {
    width: 0;
    height: 0;
    border-top: 270px solid #1BAEAC;
    border-bottom: 270px solid transparent;
    border-right: 270px solid transparent;
}

.dreieck span.saving-text {
    position:absolute;
    top: 65px;
    width: 190px;
    /*left: -10px;*/
    text-align: center;
    font-size: 1rem;
    transform: rotate(-45deg);
    display:block;
    color:#fff;
}

.saving {
    font-size: 3rem;
    transform: rotate(0deg) !important;
    color:#fff;
    font-weight: 600;
}

.hero__image__overlay__text,
.hero__image__overlay__text__specials {
    /*background-color:rgba(0,197,194,.8);*/
    color: #fff;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    padding:15px;
    position: absolute;
    bottom:40px;
    background: transparent 0 0 no-repeat padding-box;
    opacity: 0.85;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

.hero__image__overlay__text .no-opacity,
.hero__image__overlay__text__specials .no-opacity {
    opacity:1 !important;
}

.hero__image__overlay__text {
    left:0;
}

.hero__image__overlay__text__specials {
    right:0;
}

.hero__image__overlay__text .button,
.hero__image__overlay__text__specials .button {
    padding:0 15px !important;
    opacity:1;
}

.hero__image__overlay__text__specials h2,
.hero__image__overlay__text h2 {
    color:#fff !important;
    font-weight:300 !important;
    font-size:1.15em;
}

.hero__image__overlay__text__specials h2.price,
.hero__image__overlay__text h2.price {
    color:#fff !important;
    font-weight:600 !important;
    font-size:1.5em;
    /*line-height:1;*/
    display: inline-block;
    float: left;
    /*line-height: 2.7rem;*/
    margin-right: 30px;
}

.hero__image__overlay__text__specials h4,
.hero__image__overlay__text h4 {
    font-size:1em;
}

.hero__image__overlay__text__specials h2.price > small,
.hero__image__overlay__text h2.price > small {
    font-size: 50% !important;
}

.hero__image__overlay__text p,
.hero__image__overlay__text__specials p {
    color:#ffffff;
}

@media screen and (max-width: 767px) {
    .hero__image__overlay__text,
    .hero__image__overlay__text__specials {
        bottom:0;
        /*background-color:rgba(0,197,194,.9);*/
        left:0;
        right:0;
        padding:15px;
        background: transparent 0 0 no-repeat padding-box;
        opacity: 0.85;
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
    }
}

@media screen and (min-width: 1200px) {
    .hero__image__overlay__text,
    .hero__image__overlay__text__specials {
        display: block;
        bottom: 25px;
        width:auto;
        max-width: 670px;
        top:auto;
        padding:15px 25px;
    }

    .hero__image__overlay__text {
        left: 100px;
    }

    .hero__image__overlay__text__specials {
        right: 100px;
    }

    .hero__image__overlay__text__specials h2,
    .hero__image__overlay__text h2 {
        color:#fff !important;
        font-weight:300 !important;
        font-size:2.1em;
        max-width: 580px;
    }

    .hero__image__overlay__text__specials h2.price,
    .hero__image__overlay__text h2.price {
        color:#fff !important;
        font-weight:600 !important;
        font-size:2.3em;
        line-height:1;
    }

    .hero__image__overlay__text__specials h4,
    .hero__image__overlay__text h4 {
        font-size:1.7em;
    }

    .hero__image__overlay__text__specials h2.price > small,
    .hero__image__overlay__text h2.price > small {
        font-size: 40% !important;
    }

    .hero__image__overlay__text .button,
    .hero__image__overlay__text__specials .button {
        padding:0 20px !important;
        opacity:1;
    }
}

@media screen and (min-width: 1400px) {
    .hero__image__overlay__text {
        left: 100px;
        bottom: 40px;
        /*max-width: 1000px;*/
    }

    .hero__image__overlay__text__specials {
        right: 100px;
        bottom: 40px;
        /*max-width: 1000px;*/
    }
}

.offer-links {
    /*position: absolute;*/
    /*bottom:0;*/
    /*margin-left:35px;*/
    right:15px;
}

.offer-links p {
    color:#ffffff;
}

@media screen and (min-width: 481px) {
    .offer-links {
        /*bottom:35px;*/
    }
}

@media screen and (max-width: 767px) {
    .offer-links {
        /*position: absolute;*/
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
}

@media screen and (min-width: 992px) {
    .offer-links {
        /*position: relative;*/
    }
}

.floated {
    float: left;
    margin-right:10px;
    margin-bottom:0;
    margin-top:5px;
}

form.floated {
    width:100%;
}

@media screen and (min-width: 768px) {
    .floated {
        /*margin-bottom:20px;*/
        margin-top:0;
    }

    form.floated {
        width:auto !important;
        display:inline-block !important;
    }
}

.hero__image__overlay__text .floated,
.hero__image__overlay__text__specials .floated {
    float: left;
    margin-right:0;
    margin-left:15px;
}

.no-float {
    clear:both;
    padding-top:10px;
}

.hero__image__overlay--true {
    display: block
}

.rsts-skin-default .rsts-progress {
    background-color: #1BAEAC !important;
    /*background-color: #d3d3d3 !important;*/
}

.rsts-skin-default .rsts-progress.rsts-progress-active {
    opacity: 0.5 !important;
}

.rsts-skin-default .rsts-nav {
    position: relative;
    text-align: center;
    margin-top:20px;
}

.rsts-skin-default .rsts-nav-bullets a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width:85px;
    height:3px;
    background-color: #c9c9c9;
    border:none;
    margin:15px 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.rsts-skin-default .rsts-nav-bullets a.active {
    background-color: #1BAEAC;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.rsts-skin-default .rsts-nav-bullets a:hover {
    background-color: #707070;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 767px) {
    .rsts-skin-default .rsts-nav {
        right:auto;
        left:auto;
    }

    .rsts-skin-default .rsts-nav-bullets a {
        width:25px;
        margin:10px 3px;
    }
}

.rsts-header h1,
.hero__extra {
    display:none !important;
    font-size: 11px;
    line-height: 10px;
    text-align: right;
    font-weight: 700;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    /*max-width: 1271px;*/
    margin: 0 auto 7px;
    position: relative;
    z-index: 1;
    animation: extra 2.5s linear
}

.rsts-header {
    overflow: visible;
    display:none !important;
}

@media screen and (min-width: 1400px) {
    .rsts-header h1,
    .hero__extra {
        font-size: 27px;
        line-height: 25px;
        margin: 0 auto 22px
    }
}

.hero__text {
    position: absolute;
    z-index: -1
}

.hero__text--1 {
    font-size: 44px;
    line-height: 55px;
    font-weight: 900;
    left: -60px;
    top: 130px;
    animation: heroText 2.5s;
    overflow: hidden
}

@media screen and (min-width: 1400px) {
    .hero__text--1 {
        font-size: 108px;
        line-height: 125px;
        top: 230px
    }
}

@media screen and (min-width: 1810px) {
    .hero__text--1 {
        left: 0
    }
}

.hero__text--2 {
    font-size: 44px;
    line-height: 55px;
    font-weight: 900;
    bottom: 50px;
    right: -60px;
    animation: heroText 2.5s;
    overflow: hidden;
    text-align: right;
    width: 100vw
}

.hero__text--2 span {
    display: block;
    width: 100vw;
    float: right
}

@media screen and (min-width: 1400px) {
    .hero__text--2 {
        font-size: 108px;
        line-height: 108px;
        bottom: 120px
    }
}

@media screen and (min-width: 1810px) {
    .hero__text--2 {
        right: 0
    }
}

.hero__text--3 {
    font-size: 5px;
    line-height: 5px;
    font-weight: 300;
    text-transform: uppercase;
    right: -10px;
    bottom: 100px;
    animation: heroTextThreeOne 2.5s
}

@media screen and (min-width: 1400px) {
    .hero__text--3 {
        font-size: 12px;
        line-height: 12px;
        bottom: 230px;
        animation: heroTextThreeTwo 2.5s
    }
}

@media screen and (min-width: 1810px) {
    .hero__text--3 {
        right: 106px;
        bottom: 230px
    }
}

.buchungsmaske__button {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background-image: url(../icons/lens.svg);
    background-size: 21px;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    right: 30px;
    top: 62px;
    cursor: pointer;
    z-index: 10
}

.buchungsmaske__button:before {
    content: 'Schließen';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 8px;
    color: #fff;
    text-align: center;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: none
}

@media screen and (min-width: 1400px) {
    .buchungsmaske__button:before {
        font-size: 15px
    }
}

@media screen and (min-width: 1400px) {
    .buchungsmaske__button {
        height: 112px;
        width: 112px;
        right: 30px;
        top: 136px;
        background-size: 41px
    }
}

@media screen and (min-width: 1750px) {
    .buchungsmaske__button {
        right: 120px
    }
}

@media screen and (min-width: 1900px) {
    .buchungsmaske__button {
        right: 176px
    }
}

body.buchungsmaske-open {
    overflow: hidden;
}

.buchungsmaske-open .buchungsmaske__button {
    z-index: 41;
    background-image: url(../icons/buchung-cross.svg);
    background-size: 30px
}

.buchungsmaske-open .buchungsmaske__button:before {
    display: block
}

@media screen and (min-width: 1400px) {
    .buchungsmaske-open .buchungsmaske__button {
        background-size: 66px
    }
}

.buchungsmaske__overlay {
    /*position: fixed;*/
    left: 0;
    top: 0;
    width: 100%;
    /*height: 100%;*/
    background: #fff;
    z-index: 40;
    transition: .3s ease-in-out;
    /*display: none;*/
    padding: 160px 20px 80px 20px
}

@media screen and (min-width: 1400px) {
    .buchungsmaske__overlay {
        padding: 20px 20px 20px 20px
    }
}

.buchungsmaske-open .buchungsmaske__overlay {
    display: block
}

@keyframes element1Bild1 {
    0% {
        opacity: 0
    }
    33% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes element1Headline1 {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    33% {
        opacity: 0;
        transform: translateX(-20px)
    }
    66% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes element1Bild2 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    33% {
        opacity: 0;
        transform: translateY(20px)
    }
    66% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes element1Headline2 {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    33% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes element1Text {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    66% {
        opacity: 0;
        transform: translateY(20px)
    }
    93% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.element-1 {
    max-width: 1275px;
    margin: 0 auto 30px;
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    .element-1 {
        margin: 0 auto 80px;
    }
}

.element-1 .expanded-text {
    margin-top:0;
    display:none;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1200px) {
    .element-1 .expanded-text {
        /*margin-top:50px;*/
    }
}

.element-1__item {
    position: relative;
    margin-bottom: 35px
}

.element-1__item__image {
    margin-bottom: 35px
}

.element-1__item__image   {
    width: 400px !important
}

@media screen and (min-width: 1200px) {
    .element-1__item__image {
        width: 554px !important;
        margin-bottom: 0
    }
}

.element-1__item__subline {
    padding-left: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: .75rem;
    color:#707070;
    font-weight:600;
}

@media screen and (min-width: 1024px) {
    .element-1__item__subline {
        /*padding-left: 28px;*/
        margin-bottom: 20px
    }
}

.element-1__item__headline {
    font-size:28px;
    font-weight:300;
    padding-left: 0;
    margin-bottom: 10px
}

@media screen and (min-width: 1024px) {
    .element-1__item__headline {
        font-size:60px;
    }
}

.element-1__item__text {
    padding: 20px 0 0;
}

.element-1__item--0 .element-1__item__image {
    animation: element1Bild1 1.5s;
    animation-play-state: paused
}

.animation--active .element-1__item--0 .element-1__item__image {
    animation-play-state: running
}

@media screen and (max-width: 1023px) {
    .element-1__item--0 {
        display:none;
    }
}

@media screen and (min-width: 1024px) {
    .element-1__item--0 .element-1__item__content {
        padding: 70px 0 0 0
    }
}

.element-1__item--0 .element-1__item__content .element-1__item__headline {
    max-width: 340px;
    animation: element1Headline1 1.5s;
    animation-play-state: paused
}

.animation--active .element-1__item--0 .element-1__item__content .element-1__item__headline {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-1__item--0 .element-1__item__content .element-1__item__headline {
        margin-bottom: 40px
    }
}

.element-1__item--0 .element-1__item__content .element-1__item__subline {
    animation: element1Headline1 1.5s;
    animation-play-state: paused
}

.animation--active .element-1__item--0 .element-1__item__content .element-1__item__subline {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-1__item--0 .element-1__item__content .element-1__item__text {
        animation: element1Text 1.5s;
        animation-play-state: paused
    }
}

.animation--active .element-1__item--0 .element-1__item__content .element-1__item__text {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-1__item--0 .element-1__item__content .element-1__item__text {
        padding: 0;
        max-width:340px;
    }
}

.element-1__item--1 .element-1__item__image {
    /*z-index: -1;*/
    animation: element1Bild2 1.5s;
    animation-play-state: paused
}

.animation--active .element-1__item--1 .element-1__item__image {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-1__item--1 .element-1__item__image {
        position: absolute;
        right: 250px;
        top: 350px
    }
}

@media screen and (min-width: 1100px) {
    .element-1__item--1 .element-1__item__image {
        right: 280px;
    }
}

@media screen and (min-width: 1200px) {
    .element-1__item--1 .element-1__item__image {
        right: 330px
    }
}

@media screen and (min-width: 1300px) {
    .element-1__item--1 .element-1__item__image {
        right: 380px;
    }
}

@media screen and (min-width: 1024px) {
    .element-1__item--1 .element-1__item__content {
        padding: 80px 0 0 160px
    }
}

@media screen and (min-width: 1200px) {
    .element-1__item--1 .element-1__item__content {
        padding: 130px 0 0 160px
    }
}

.element-1__item--1 .element-1__item__content .element-1__item__headline {
    animation: element1Headline2 1.5s;
    animation-play-state: paused
}

.animation--active .element-1__item--1 .element-1__item__content .element-1__item__headline {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-1__item--1 .element-1__item__content .element-1__item__headline {
        margin-bottom: 150px
    }
}

.element-1__item--1 .element-1__item__content .element-1__item__subline {
    animation: element1Headline2 1.5s;
    animation-play-state: paused
}

.animation--active .element-1__item--1 .element-1__item__content .element-1__item__subline {
    animation-play-state: running
}
@media screen and (min-width: 1024px) {
    .element-1__item--1 .element-1__item__content .element-1__item__text {
        animation: element1Text 1.5s;
        animation-play-state: paused
    }
}

.animation--active .element-1__item--1 .element-1__item__content .element-1__item__text {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-1__item--1 .element-1__item__content .element-1__item__text {
        padding: 0 0 0 110px
    }
}

@keyframes element2Box {
    0% {
        transform: scaleX(0)
    }
    25% {
        transform: scaleX(1)
    }
    100% {
        transform: scaleX(1)
    }
}

@keyframes element2Headline {
    0% {
        opacity: 0
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes element2TextMobile {
    0% {
        opacity: 0;
        transform: translateX(80px)
    }
    25% {
        opacity: 0;
        transform: translateX(80px)
    }
    50% {
        opacity: 1;
        transform: translateX(0px)
    }
    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

@keyframes element2TextLaptop {
    0% {
        opacity: 0;
        transform: translateX(210px)
    }
    25% {
        opacity: 0;
        transform: translateX(210px)
    }
    50% {
        opacity: 1;
        transform: translateX(0px)
    }
    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

@keyframes element2TextDesktop {
    0% {
        opacity: 0;
        transform: translateX(250px)
    }
    25% {
        opacity: 0;
        transform: translateX(250px)
    }
    50% {
        opacity: 1;
        transform: translateX(0px)
    }
    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

@keyframes element2Button {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    25% {
        opacity: 0;
        transform: translateY(20px)
    }
    50% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes element2Bild {
    0% {
        opacity: 0;
        transform: translateY(-60px)
    }
    25% {
        opacity: 0;
        transform: translateY(-60px)
    }
    50% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes element2Content {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    50% {
        opacity: 0;
        transform: translateX(-20px)
    }
    75% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.element-2 {
    padding-top: 52px;
    margin-left: auto;
    max-width: 1745px
}

@media screen and (min-width: 1024px) {
    .element-2 {
        padding-top: 120px
    }
}

.element-2--space--yes {
    margin-bottom: 140px
}

@media screen and (min-width: 1200px) {
    .element-2--space--yes {
        margin-bottom: 200px
    }
}

.element-2--space--no {
    margin-bottom: 140px
}

@media screen and (min-width: 1200px) {
    .element-2--space--no {
        margin-bottom: 0
    }
}

.element-2__item-1 {
    position: relative;
    padding: 0 15px
}

@media screen and (min-width: 1024px) {
    .element-2__item-1 {
        padding: 400px 0 0 15px
    }
}

@media screen and (min-width: 1760px) {
    .element-2__item-1 {
        padding: 400px 0 0 0
    }
}

.element-2__item-1__image {
    margin-bottom: 38px;
    margin-top: 38px;
    animation: element2Bild 2s;
    animation-play-state: paused;
    z-index: -1
}

.animation--active .element-2__item-1__image {
    animation-play-state: running
}

.element-2__item-1__content {
    animation: element2Content 2s;
    animation-play-state: paused
}

.animation--active .element-2__item-1__content {
    animation-play-state: running
}

.element-2__item-1__content .text-paragraph {
    margin-bottom: 40px
}

.element-2__item-2 {
    position: relative
}

.element-2__item-2__image {
    width: 100%;
    display: block;
    width: 100%;
    height: 490px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right
}

@media screen and (min-width: 1024px) {
    .element-2__item-2__image {
        height: 680px
    }
}

@media screen and (min-width: 1600px) {
    .element-2__item-2__image {
        height: 892px
    }
}

.element-2__item-2__content {
    color: #fff;
    width: 270px;
    position: absolute;
    left: 0;
    top: -52px;
    padding: 50px 15px 22px 30px;
    transform-origin: 0 0;
    animation: element2Box 2s;
    animation-play-state: paused
}

.animation--active .element-2__item-2__content {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-2__item-2__content {
        width: 470px;
        left: 270px;
        top: -120px;
        padding: 100px 20px 75px 40px;
    }
}

@media screen and (min-width: 1600px) {
    .element-2__item-2__content {
        width: 550px;
        padding: 136px 30px 130px 126px
    }
}

.element-2__item-2__content__text {
    width: 220px;
    transform: translateX(0px);
    -webkit-font-smoothing: antialiased;
    animation: element2TextMobile 2s;
    animation-play-state: paused
}

.animation--active .element-2__item-2__content__text {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-2__item-2__content__text {
        width: 400px;
        transform: translateX(0px);
        animation: element2TextLaptop 2s;
        animation-play-state: paused
    }

    .animation--active .element-2__item-2__content__text {
        animation-play-state: running
    }
}

@media screen and (min-width: 1600px) {
    .element-2__item-2__content__text {
        transform: translateX(0px);
        animation: element2TextDesktop 2s;
        animation-play-state: paused
    }

    .animation--active .element-2__item-2__content__text {
        animation-play-state: running
    }
}

.element-2__item-2__content__text p {
    color: #fff
}

.element-2__item-2__content h2 {
    color: #fff;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    animation: element2Headline 2s;
    animation-play-state: paused
}

.animation--active .element-2__item-2__content h2 {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-2__item-2__content h2 {
        margin-bottom: 150px
    }
}

.element-2__item-2__content .button {
    margin-top: 26px;
    animation: element2Button 2s;
    animation-play-state: paused
}

.animation--active .element-2__item-2__content .button {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-2__item-2__content .button {
        margin-top: 110px
    }
}

@keyframes element3item1content {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }
    25% {
        opacity: 1;
        transform: translateX(0)
    }
    50% {
        opacity: 1;
        transform: translateX(0)
    }
    75% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes element3item1image {
    0% {
        opacity: 0;
        transform: translateY(-30px)
    }
    25% {
        opacity: 0;
        transform: translateY(-30px)
    }
    50% {
        opacity: 1;
        transform: translateY(0)
    }
    75% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes element3item2content {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }
    25% {
        opacity: 0;
        transform: translateX(-30px)
    }
    50% {
        opacity: 0;
        transform: translateX(-30px)
    }
    75% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes element3item2image {
    0% {
        opacity: 0;
        transform: translateX(30px)
    }
    25% {
        opacity: 0;
        transform: translateX(30px)
    }
    50% {
        opacity: 0;
        transform: translateX(30px)
    }
    75% {
        opacity: 0;
        transform: translateX(30px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.element-3 {
    margin-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .element-3 {
        margin-bottom: 100px
    }
}

.element-3__item__content {
    position: relative;
    z-index: 1
}

.element-3__item--0 {
    max-width: 900px;
    margin-left: auto;
    margin-bottom: 46px
}

.element-3__item--0 .element-3__item__content {
    animation: element3item1content 1.5s;
    animation-play-state: paused
}

.animation--active .element-3__item--0 .element-3__item__content {
    animation-play-state: running
}

.element-3__item--0 .element-3__item__subline {
    padding-top: 22px
}

.element-3__item--0 .element-3__item__image {
    padding: 0;
    animation: element3item1image 1.5s;
    animation-play-state: paused
}

.animation--active .element-3__item--0 .element-3__item__image {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-3__item--0 .element-3__item__image {
        padding: 0
    }
}

.element-3__item--1 {
    max-width: 930px
}

.element-3__item--1 .element-3__item__content {
    animation: element3item2content 1.5s;
    animation-play-state: paused
}

.animation--active .element-3__item--1 .element-3__item__content {
    animation-play-state: running
}

.element-3__item--1 .element-3__item__subline   {
    padding-top: 230px
}

.element-3__item--1 .element-3__item__image {
    padding: 0 15px 0 0;
    animation: element3item2image 1.5s;
    animation-play-state: paused
}

.animation--active .element-3__item--1 .element-3__item__image {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-3__item--1 .element-3__item__image {
        padding: 0
    }
}

.element-3__item__subline {
    padding-left: 0;
    margin-bottom: 12px
}

.element-3__item__headline {
    padding-right: 20px;
    margin-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .element-3__item__headline {
        margin-bottom: 100px
    }
}

.element-3__item__text {
    max-width: 100%;
    margin-left: auto;
    margin-bottom: 40px;
}

@media screen and (min-width: 481px) {
    .element-3__item__text {
        max-width: 400px
    }
}

@media screen and (min-width: 721px) {
    .element-3__item__text {
        margin-right: 200px
    }
}

@media screen and (min-width: 1024px) {
    .element-3__item__text {
        margin: 0
    }
}

.element-3__item__text p {
    margin: 0
}

@keyframes element4headline {
    0% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes element4item1 {
    0% {
        opacity: 0;
        transform: translateY(-30px)
    }
    25% {
        opacity: 1;
        transform: translateY(0)
    }
    50% {
        opacity: 1;
        transform: translateY(0)
    }
    75% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes element4item2 {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }
    25% {
        opacity: 0;
        transform: translateY(30px)
    }
    50% {
        opacity: 1;
        transform: translateY(0)
    }
    75% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes element4item3 {
    0% {
        opacity: 0;
        transform: translateY(-30px)
    }
    25% {
        opacity: 0;
        transform: translateY(-30px)
    }
    50% {
        opacity: 0;
        transform: translateY(-30px)
    }
    75% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes element4item4 {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }
    25% {
        opacity: 0;
        transform: translateY(30px)
    }
    50% {
        opacity: 0;
        transform: translateY(30px)
    }
    75% {
        opacity: 0;
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.element-4 {
    max-width: 400px;
    margin: 0 auto 120px;
    padding: 0 15px;
    overflow: hidden
}

@media screen and (min-width: 721px) {
    .element-4 {
        max-width: 900px
    }
}

@media screen and (min-width: 1024px) {
    .element-4 {
        max-width: 1568px;
        margin: 0 auto 230px
    }
}

@media screen and (min-width: 1800px) {
    .element-4 {
        padding: 0
    }
}

@media screen and (min-width: 1200px) {
    .element-4 .grid__item:nth-child(odd) .element-4__item {
        padding-top: 158px
    }
}

.element-4 .grid__item:last-child .element-4__item:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 1000px;
    background: #eeeeee
}

.element-4 .grid__item:nth-child(1) .element-4__item {
    animation-name: element4item1;
    animation-duration: 2s
}

.element-4 .grid__item:nth-child(2) .element-4__item {
    animation-name: element4item2;
    animation-duration: 2s
}

.element-4 .grid__item:nth-child(3) .element-4__item {
    animation-name: element4item3;
    animation-duration: 2s
}

.element-4 .grid__item:nth-child(4) .element-4__item {
    animation-name: element4item4;
    animation-duration: 2s
}

.element-4__headline {
    max-width: 1275px;
    margin: 0 auto 80px;
    animation: element4headline 2s;
    animation-play-state: paused
}

.animation--active .element-4__headline {
    animation-play-state: running
}

.element-4__item {
    padding-bottom: 80px;
    position: relative;
    animation-play-state: paused
}

.animation--active .element-4__item {
    animation-play-state: running
}

.element-4__item   {
    padding: 0
}

.element-4__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1000px;
    background: #eeeeee
}

.element-4__item .grid__item {
    vertical-align: middle
}

.element-4__item__image {
    display: block;
    margin: 0 auto;
    transform: translateX(10px);
    width: 76px;
    height: 76px
}

@media screen and (min-width: 721px) {
    .element-4__item__image {
        width: 100px;
        height: 100px
    }
}

@media screen and (min-width: 1024px) {
    .element-4__item__image {
        width: 110px;
        height: 110px
    }
}

@media screen and (min-width: 1400px) {
    .element-4__item__image {
        width: 134px;
        height: 134px
    }
}

.element-4__item__image__wrapper {
    position: relative
}

.element-4__item__image__wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 19px;
    width: 6px
}

.element-4__item__subline {
    margin: 0;
    padding-top: 16px
}

.element-4__item__text {
    max-width: 175px;
    margin: 30px auto 0;
    font-size: 15px;
    line-height: 28px;
    font-weight: 300
}

@media screen and (min-width: 721px) {
    .element-4__item__text {
        font-size: 17px;
        line-height: 33px
    }
}

@keyframes element5headline {
    0% {
        opacity: 0;
        transform: translateX(30px)
    }
    33% {
        opacity: 1;
        transform: translateX(0)
    }
    66% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes element5headlinebefore {
    0% {
        opacity: 0;
        transform: translateY(-30px)
    }
    33% {
        opacity: 0;
        transform: translateY(-30px)
    }
    66% {
        opacity: 0;
        transform: translateY(-30px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes element5text {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }
    33% {
        opacity: 0;
        transform: translateX(-30px)
    }
    66% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.element-5 {
    padding: 0 15px 0 30px;
    margin: 0 auto 190px
}

@media screen and (min-width: 1024px) {
    .element-5 {
        max-width: 1200px;
        margin: 0 auto 270px
    }
}

@media screen and (min-width: 1300px) {
    .element-5 {
        padding: 0
    }
}

.element-5__headline {
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    color: #000;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 40px;
    position: relative;
    animation: element5headline 1.5s;
    animation-play-state: paused
}

.animation--active .element-5__headline {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-5__headline {
        padding-right: 210px;
        font-size: 65px;
        line-height: 65px;
        margin-bottom: 50px;
        padding-top: 32px
    }
}

.element-5__headline:before {
    content: '';
    position: absolute;
    left: 260px;
    top: 0;
    height: 6px;
    width: 92px;
    display: none;
    animation: element5headlinebefore 1.5s;
    animation-play-state: paused
}

.animation--active .element-5__headline:before {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-5__headline:before {
        display: block
    }
}

.element-5__headline strong {
    font-weight: 900;
    -webkit-font-smoothing: antialiased
}

.element-5__text {
    font-size: 22px;
    line-height: 38px;
    font-weight: 300;
    padding-left: 15px;
    animation: element5text 1.5s;
    animation-play-state: paused
}

.animation--active .element-5__text {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-5__text {
        padding-left: 196px
    }
}

@keyframes element6headline {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }
    25% {
        opacity: 1;
        transform: translateX(0)
    }
    50% {
        opacity: 1;
        transform: translateX(0)
    }
    75% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes element6image {
    0% {
        opacity: 0;
        transform: translateY(-30px)
    }
    25% {
        opacity: 0;
        transform: translateY(-30px)
    }
    50% {
        opacity: 1;
        transform: translateY(0)
    }
    75% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes element6box {
    0% {
        transform: scaleX(0)
    }
    25% {
        transform: scaleX(0)
    }
    50% {
        transform: scaleX(0)
    }
    75% {
        transform: scaleX(1)
    }
    100% {
        transform: scaleX(1)
    }
}

@keyframes element6content {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    25% {
        opacity: 0;
        transform: translateX(20px)
    }
    50% {
        opacity: 0;
        transform: translateX(20px)
    }
    75% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.element-6 {
    margin-bottom: 120px;
    height: 310px;
    position: relative
}

@media screen and (min-width: 450px) {
    .element-6 {
        height: 360px
    }
}

@media screen and (min-width: 721px) {
    .element-6 {
        height: 420px
    }
}

@media screen and (min-width: 1024px) {
    .element-6 {
        height: 450px
    }
}

@media screen and (min-width: 1300px) {
    .element-6 {
        height: 680px
    }
}

.element-6__inner {
    position: relative;
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    padding-top: 20px;
    height: 310px
}

@media screen and (min-width: 450px) {
    .element-6__inner {
        padding-top: 80px;
        height: 360px
    }
}

@media screen and (min-width: 721px) {
    .element-6__inner {
        height: 420px
    }
}

@media screen and (min-width: 1024px) {
    .element-6__inner {
        height: 450px
    }
}

@media screen and (min-width: 1300px) {
    .element-6__inner {
        height: 680px;
        transform: translateX(-70px);
        padding-top: 170px
    }
}

.element-6__headline {
    font-size: 25px;
    line-height: 25px;
    font-weight: 900;
    padding-left: 66px;
    position: relative;
    max-width: 250px;
    z-index: 2;
    animation: element6headline 2s;
    animation-play-state: paused
}

.animation--active .element-6__headline {
    animation-play-state: running
}

@media screen and (min-width: 721px) {
    .element-6__headline {
        font-size: 35px;
        line-height: 35px;
        padding-left: 130px;
        max-width: 375px
    }
}

.element-6__headline:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    height: 6px;
    width: 42px
}

@media screen and (min-width: 721px) {
    .element-6__headline:before {
        height: 6px;
        width: 92px
    }
}

.element-6__box {
    position: absolute;
    padding: 26px 26px 40px 26px;
    right: 15px;
    bottom: 0;
    z-index: 1;
    transform-origin: 0 0;
    animation: element6box 2s;
    animation-play-state: paused
}

.animation--active .element-6__box {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-6__box {
        padding: 60px 100px 80px 100px
    }
}

@media screen and (min-width: 1300px) {
    .element-6__box {
        right: auto;
        left: 130px;
        bottom: 130px
    }
}

.element-6__box__content {
    animation: element6content 2s;
    animation-play-state: paused
}

.animation--active .element-6__box__content {
    animation-play-state: running
}

.element-6__box__subline {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px
}

@media screen and (min-width: 1024px) {
    .element-6__box__subline {
        font-size: 17px;
        line-height: 17px
    }
}

.element-6__box__text {
    color: #fff;
    font-weight: 900;
    font-size: 25px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased
}

@media screen and (min-width: 1024px) {
    .element-6__box__text {
        font-size: 55px;
        line-height: 55px
    }
}

.element-6__image {
    width: 160px;
    height: 196px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    bottom: 23px;
    animation: element6image 2s;
    animation-play-state: paused
}

.animation--active .element-6__image {
    animation-play-state: running
}

@media screen and (min-width: 450px) {
    .element-6__image {
        width: 350px;
        height: 330px
    }
}

@media screen and (min-width: 721px) {
    .element-6__image {
        width: 400px;
        height: 370px
    }
}

@media screen and (min-width: 1024px) {
    .element-6__image {
        width: 600px;
        height: 400px
    }
}

@media screen and (min-width: 1300px) {
    .element-6__image {
        width: 690px;
        height: 470px;
        right: 0;
        top: 0;
        bottom: auto
    }
}

.element-6__background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 15px;
    transform: translateX(-50%);
    max-width: 1568px;
    display: none
}

@media screen and (min-width: 1200px) {
    .element-6__background {
        display: block
    }
}

@media screen and (min-width: 1800px) {
    .element-6__background {
        padding: 0
    }
}

.element-6__background .grid, .element-6__background .grid__item {
    height: 100%
}

.element-6__background .grid__item span {
    display: block;
    height: 100%;
    width: 1px;
    background: #eee
}

.element-6__background .grid__item:nth-of-type(3) span {
    height: 70%
}

@keyframes element7image {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }
    33% {
        opacity: 1;
        transform: translateX(0)
    }
    66% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes element7headline {
    0% {
        opacity: 0;
        transform: translateY(-30px)
    }
    33% {
        opacity: 0;
        transform: translateY(-30px)
    }
    66% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes element7form {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }
    33% {
        opacity: 0;
        transform: translateY(30px)
    }
    66% {
        opacity: 0;
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.element-7 {
    max-width: 1780px;
    padding: 0 15px;
    margin: 0 auto 360px
}

@media screen and (min-width: 1820px) {
    .element-7 {
        padding: 0
    }
}

.element-7__item {
    position: relative
}

.element-7__image {
    width: 160px;
    height: 195px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    animation: element7image 1.2s;
    animation-play-state: paused
}

.animation--active .element-7__image {
    animation-play-state: running
}

@media screen and (min-width: 481px) {
    .element-7__image {
        width: 410px;
        height: 400px
    }
}

@media screen and (min-width: 1200px) {
    .element-7__image {
        width: 498px;
        height: 470px
    }
}

.element-7__headline {
    font-size: 35px;
    line-height: 35px;
    color: #000;
    font-weight: 900;
    position: absolute;
    right: 30px;
    top: 80px;
    max-width: 480px;
    text-align: right;
    animation: element7headline 1.2s;
    animation-play-state: paused
}

.animation--active .element-7__headline {
    animation-play-state: running
}

@media screen and (min-width: 721px) {
    .element-7__headline {
        font-size: 50px;
        line-height: 50px
    }
}

@media screen and (min-width: 1024px) {
    .element-7__headline {
        font-size: 65px;
        line-height: 65px;
        right: 100px;
        top: 100px
    }
}

.element-7__form {
    animation: element7form 1.2s;
    animation-play-state: paused
}

.animation--active .element-7__form {
    animation-play-state: running
}

.element-7 .ce_form {
    max-width: 590px
}

@keyframes footerextraimage1 {
    0% {
        opacity: 0;
        transform: translateY(-30px)
    }
    20% {
        opacity: 1;
        transform: translateY(0)
    }
    40% {
        opacity: 1;
        transform: translateY(0)
    }
    60% {
        opacity: 1;
        transform: translateY(0)
    }
    80% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes footerextralinks {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }
    20% {
        opacity: 0;
        transform: translateX(-30px)
    }
    40% {
        opacity: 1;
        transform: translateX(0)
    }
    60% {
        opacity: 1;
        transform: translateX(0)
    }
    80% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes footerextralogos {
    0% {
        opacity: 0;
        transform: translateY(calc(-50% + 30px))
    }
    20% {
        opacity: 0;
        transform: translateY(calc(-50% + 30px))
    }
    40% {
        opacity: 0;
        transform: translateY(calc(-50% + 30px))
    }
    60% {
        opacity: 1;
        transform: translateY(-50%)
    }
    80% {
        opacity: 1;
        transform: translateY(-50%)
    }
    100% {
        opacity: 1;
        transform: translateY(-50%)
    }
}

@keyframes footerextracontent {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }
    20% {
        opacity: 0;
        transform: translateX(-30px)
    }
    40% {
        opacity: 0;
        transform: translateX(-30px)
    }
    60% {
        opacity: 0;
        transform: translateX(-30px)
    }
    80% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes footerextraimage2 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    60% {
        opacity: 0
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.element-9 {
    max-width: 1275px;
    margin: 0 auto 180px
}

.element-9.vision-headline {
    margin: 0 auto;
}

.element-9.vision-headline .element-9__item {
    margin-bottom: 0;
}

.element-9.bottom-narrow {
    margin:0 auto 80px;
}

.element-9 .expanded-text {
    margin-top:0;
    display:block;
    text-align: justify;
}

.element-9 .expanded-info {
    display:none;
}

@media screen and (min-width: 768px) {

    .element-9 .expanded-text {
        display:none;
    }

    .expand-info {
        display: none;
    }

    .element-9 .expanded-info {
        display:block;
    }
}

@media screen and (min-width: 1200px) {
    .element-9.extend {
        margin-bottom:200px !important;
    }

    .element-9 .expanded-text {
        margin-top:50px;
    }
}

@media screen and (max-width: 767px) {
    .element-9 .button {
        margin-bottom:15px;
        width:100%;
        display:block;
        text-align: center;
        font-weight: 600;
    }

    .element-9 .button.expand-main {
        margin-bottom: 0;
        margin-top:25px;
    }
}

.element-9__item {
    position: relative;
    margin-bottom: 70px;
    overflow:hidden;
}

.element-9__item__image__container {
    overflow: hidden;
    position: relative;
    width:100%;
    float:left;
}

.vision .element-9__item__image__container {
    display: flex;
    justify-content: center;
    margin:0 auto 15px;
}

.element-9__item__image {
    position:relative;
}

.element-9__item__image,
.element-9__item__image_hover {
    width: 400px !important;
}

.element-9__item__image_hover {
    display:none;
    position:absolute !important;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.image_hover:hover .element-9__item__image_hover {
    display:block;
}

.vision .element-9__item__image {
    width: 200px !important;
    margin:0 auto;
}

.element-9__item__image__container > .mapTrigger {
    position: absolute;
    top:7px;
    right:10px;
    z-index:1;
    cursor: pointer;
    color:#ffffff;
}

@media screen and (min-width: 768px) {
    .element-9__item__image__container {
        float: left;
        margin: 0 25px 15px 0;
        width:48%;
        /*padding-top:65px;*/
    }

    .element-9__item__image__container.float-right {
        float: right;
        margin: 0 0 15px 25px;
        width:48%;
        /*padding-top:65px;*/
    }

    .vision .element-9__item__image__container {
        display: inline-block;
    }

    /*.element-9__item__image {
        width: 202px !important;
        float: right;
    }*/

    .element-9__item__image__container > .mapTrigger {
        top:10px;
    }
}

@media screen and (min-width: 992px) {
    .element-9__item__image__container,
    .element-9__item__image__container.float-right {
        width:35%;
    }
}

@media screen and (min-width: 1200px) {
    .element-9__item__image__container,
    .element-9__item__image__container.float-right {
        width:30%;
    }
}

.element-9__item__subline {
    padding-left: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 600;
    color:#707070;
}

@media screen and (min-width: 1024px) {
    .element-9__item__subline {
        /*padding-left: 28px;*/
        margin-bottom: 10px
    }
}

.grid__item .element-9__item__content {
    width:100%;
}

@media screen and (min-width: 768px) {
    .grid__item .element-9__item__content {
        float:right;
        width:48%;
    }

    .grid__item .element-9__item__content.float-left {
        float:left;
        width:48%;
    }
}

@media screen and (min-width: 992px) {
    .grid__item .element-9__item__content,
    .grid__item .element-9__item__content.float-left {
        width:60%;
    }
}

@media screen and (min-width: 1200px) {
    .grid__item .element-9__item__content,
    .grid__item .element-9__item__content.float-left {
        width:65%;
    }
}

.element-9__item__text {
    padding: 10px 0 0;
    line-height:1.9rem;
    position: relative;
    overflow-y: hidden;
}

.element-9__item__text table tr td {
    padding:8px;
    font-size: 16px;
    line-height:20px;
}

.element-9__item--0 .element-9__item__image {
    animation: element1Bild1 1.5s;
    animation-play-state: paused
}

.animation--active .element-9__item--0 .element-9__item__image {
    animation-play-state: running
}

@media screen and (max-width: 767px) {
    .element-9__item--0 {
        display:none;
    }

    .element-9__item__text table tr td {
        font-size: 14px;
        line-height:18px;
    }
}

@media screen and (min-width: 1024px) {
    .element-9__item--0 .element-9__item__content {
        padding: 70px 0 0 0
    }
}

.element-9__item--0 .element-9__item__content .element-9__item__headline {
    max-width: 340px;
    animation: element1Headline1 1.5s;
    animation-play-state: paused
}

.animation--active .element-9__item--0 .element-9__item__content .element-9__item__headline {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-9__item--0 .element-9__item__content .element-9__item__headline {
        margin-bottom: 40px
    }
}

.element-9__item--0 .element-9__item__content .element-9__item__subline {
    animation: element1Headline1 1.5s;
    animation-play-state: paused
}

.animation--active .element-9__item--0 .element-9__item__content .element-9__item__subline {
    animation-play-state: running
}

.element-9__item--0 .element-9__item__content .element-9__item__text {
    animation: element1Text 1.5s;
    animation-play-state: paused
}

.animation--active .element-9__item--0 .element-9__item__content .element-9__item__text {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-9__item--0 .element-9__item__content .element-9__item__text {
        padding: 0;
        max-width:340px;
    }
}

.element-9__item--1 .element-9__item__image {
    /*z-index: -1;*/
    animation: element1Bild2 1.5s;
    animation-play-state: paused
}

.animation--active .element-9__item--1 .element-9__item__image {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-9__item--1 .element-9__item__image {
        position: absolute;
        right: 200px;
        top: 350px
    }
}

@media screen and (min-width: 1100px) {
    .element-9__item--1 .element-9__item__image {
        right: 230px
    }
}

@media screen and (min-width: 1200px) {
    .element-9__item--1 .element-9__item__image {
        right: 270px
    }
}

@media screen and (min-width: 1300px) {
    .element-9__item--1 .element-9__item__image {
        right: 330px;
    }
}

@media screen and (min-width: 1024px) {
    .element-9__item--1 .element-9__item__content {
        padding: 80px 0 0 160px
    }
}

@media screen and (min-width: 1200px) {
    .element-9__item--1 .element-9__item__content {
        padding: 130px 0 0 160px
    }
}

.element-9__item--1 .element-9__item__content .element-9__item__headline {
    animation: element1Headline2 1.5s;
    animation-play-state: paused
}

.animation--active .element-9__item--1 .element-9__item__content .element-9__item__headline {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-9__item--1 .element-9__item__content .element-9__item__headline {
        margin-bottom: 150px
    }
}

.element-9__item--1 .element-9__item__content .element-9__item__subline {
    animation: element1Headline2 1.5s;
    animation-play-state: paused
}

.animation--active .element-9__item--1 .element-9__item__content .element-9__item__subline {
    animation-play-state: running
}

.element-9__item--1 .element-9__item__content .element-9__item__text {
    animation: element1Text 1.5s;
    animation-play-state: paused
}

.animation--active .element-9__item--1 .element-9__item__content .element-9__item__text {
    animation-play-state: running
}

@media screen and (min-width: 1024px) {
    .element-9__item--1 .element-9__item__content .element-9__item__text {
        padding: 0 0 0 200px
    }
}

.element-9__item__headline {
    /*line-height: 3.5rem;*/
    margin-top:20px;
}

.element-9__item__headline.price {
    color:#1baeac;
    font-size:1.9rem;
    font-weight: 600;
    margin:0 50px;
    line-height: 2.3rem;
}

@media screen and (max-width: 767px) {
    .vision .element-9__item__headline {
        text-align: center;
    }

    .element-9__item__headline {
        line-height: 1.8rem;
    }

    .element-9__item__headline.price {
        color:#1baeac;
        font-size:1.5rem;
        font-weight: 600;
        margin:0;
        line-height: 1.9rem;
        display:block;
    }
}

.element-9 hr {
    margin-bottom:70px;
    border:none;
    border-top: 1px solid #f2f2f2;
    background-color: transparent;
    height: 0;
}

.element-10__item__image {
    width:100% !important;
}

.element-11 {
    /*max-width: 1780px;*/
    padding: 0 15px;
    margin: 50px auto;
}

@media screen and (min-width: 1820px) {
    .element-11 {
        padding: 0
    }
}

.element-11__item {
    position: relative;
    padding-bottom:25px;
    margin-bottom:25px;
}

.element-11__image {
    width: 100%;
    height: auto;
    animation: element7image 1.2s;
    animation-play-state: paused
}

.animation--active .element-11__image {
    animation-play-state: running
}

/*@media screen and (min-width: 481px) {
    .element-11__image {
        width: 410px;
        height: 400px
    }
}*/

@media screen and (min-width: 1200px) {
    .element-11__item {
        padding-bottom:50px !important;
    }
}

.element-11__item__headline {
    font-size: 28px;
    line-height: 32px;
    color: #000;
    font-weight: 600;
    /*position: absolute;*/
    /*right: 30px;*/
    /*top: 80px;*/
    /*max-width: 480px;*/
    /*text-align: right;*/
    /*animation: element7headline .5s;*/
    /*animation-play-state: paused*/
}

.element-11__item__subline {
    font-size: 22px;
    line-height: 45px;
    color: #000;
    font-weight: 600;
    display:block;
    width:100%;
    overflow: hidden;
    vertical-align:bottom;
    text-align:right;
}

.element-11__item__shipping-company {
    font-weight:500;
    color:#1BAEAC;
}

.element-11__item__logo {
    float:left;
}

.animation--active .element-11__headline {
    animation-play-state: running
}

.element-11__item h3.price {
    font-size:32px;
}

@media screen and (max-width: 1024px) {
    .element-11__item__headline {
        font-size: 21px;
    }
    .element-11__item__subline {
        font-size: 17px;
    }
}

.element-12 {
    /*max-width: 1275px;*/
    margin: 50px auto;
    padding: 0 15px;
}

.footer-extra {
    margin-bottom: 80px
}

.footer-extra__item {
    position: relative
}

.footer-extra__item--0__image {
    height: 570px;
    width: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    animation: footerextraimage1 2s;
    animation-play-state: paused
}

.animation--active .footer-extra__item--0__image {
    animation-play-state: running
}

@media screen and (min-width: 481px) {
    .footer-extra__item--0__image {
        width: 400px
    }
}

@media screen and (min-width: 721px) {
    .footer-extra__item--0__image {
        width: 523px;
        margin-left: 110px
    }
}

@media screen and (min-width: 1500px) {
    .footer-extra__item--0__image {
        margin-left: 220px
    }
}

.footer-extra__item--1 {
    display: none
}

@media screen and (min-width: 1200px) {
    .footer-extra__item--1 {
        display: block
    }
}

.footer-extra__item--1__content {
    max-width: 400px;
    margin-left: auto;
    animation: footerextracontent 2s;
    animation-play-state: paused;
    position: relative;
    z-index: 3
}

.animation--active .footer-extra__item--1__content {
    animation-play-state: running
}

.footer-extra__item--1__content h2 {
    max-width: 340px;
    margin-bottom: 90px
}

.footer-extra__item--1__content .text-paragraph {
    /*transform: translateX(170px);*/
    margin-bottom: 70px
}

.footer-extra__item--1 img {
    margin-left: auto;
    display: block;
    animation: footerextraimage2 2s;
    animation-play-state: paused
}

.animation--active .footer-extra__item--1 img {
    animation-play-state: running
}

.footer-extra__item__logos {
    max-width: 290px;
    background: transparent;
    margin: -30px auto 0;
    animation: footerextralogos 2s;
    animation-play-state: paused;
    transform: none;
    position: relative;
    z-index: 1
}

.animation--active .footer-extra__item__logos {
    animation-play-state: running
}

.footer-extra__item__logos   {
    max-width: 320px;
    transform: none
}

@media screen and (min-width: 700px) {
    .footer-extra__item__logos {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0
    }
}

.footer-extra__item__logos img {
    display: block;
    margin: 0 auto;
    margin-bottom: 50px
}

.footer-extra__item__logos .grid__item {
    vertical-align: middle
}

.footer-extra__item__nav {
    background: #fff;
    position: absolute;
    left: 35px;
    top: 0;
    width: 250px;
    padding: 10px 20px 70px 0px;
    overflow: hidden;
    animation: footerextralinks 2s;
    animation-play-state: paused;
    z-index: 1
}

.animation--active .footer-extra__item__nav {
    animation-play-state: running
}

@media screen and (min-width: 1500px) {
    .footer-extra__item__nav {
        left: 70px;
        width: 330px;
        padding: 10px 20px 70px 100px
    }
}

.footer-extra__item__nav ul {
    margin: 0;
    list-style: none
}

.footer-extra__item__nav ul li {
    line-height: 33px;
    font-size: 17px
}

.footer-extra__item__nav ul li a {
    color: #000;
    font-weight: 300;
    position: relative
}

.footer-extra__item__nav ul li a:before {
    content: '';
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    width: 90px;
    display: none
}

.footer-extra__item__nav ul li a:hover {
    font-weight: 700;
    text-decoration: none;
    -webkit-font-smoothing: antialiased
}

.footer-extra__item__nav ul li a:hover:before {
    display: block
}

.ce_form .widget label {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
}

.ce_form .widget--active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 6px;
    width: 90px
}

.ce_form .widget-text, .ce_form .widget-password {
    position: relative;
    margin-bottom: 30px
}

.ce_form .widget-text input, .ce_form .widget-password input {
    color: #000;
    background: #f2f2f2;
    font-size: 17px;
    line-height: 45px;
    display: block;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    width: 100%;
    /*border-bottom: 1px solid #eeeeee;*/
    font-weight: 300
}

.ce_form .widget-text input:-ms-input-placeholder, .ce_form .widget-password input:-ms-input-placeholder {
    color: #666
}

.ce_form .widget-text input::placeholder, .ce_form .widget-password input::placeholder {
    color: #666
}

.ce_form .widget-text input:focus, .ce_form .widget-password input:focus {
    outline: none
}

.ce_form .widget-textarea {
    position: relative;
    margin-bottom: 30px
}

.ce_form .widget-textarea textarea {
    resize: none;
    color: #000;
    background: #fff;
    /*font-size: 25px;*/
    /*line-height: 35px;*/
    display: block;
    font-weight: 300;
    padding-bottom: 20px;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    width: 100%;
    border-bottom: 1px solid #eeeeee
}

.ce_form .widget-textarea textarea:-ms-input-placeholder {
    color: #666
}

.ce_form .widget-textarea textarea::placeholder {
    color: #666
}

.ce_form .widget-textarea textarea:focus {
    outline: none
}

.ce_form .widget-submit button {
    line-height: 48px;
    font-size: 15px;
    color: #000;
    display: inline-block;
    padding: 0 40px 0 40px;
    background: #fff;
    font-weight: bold;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    border: 5px solid #000
}

@media screen and (min-width: 1024px) {
    .ce_form .widget-submit button {
        font-size: 17px;
        line-height: 55px;
        /*padding: 0 80px 0 80px*/
    }
}

.ce_form .widget-submit button:hover {
    color: #fff;
    text-decoration: none
}

.ce_accordionStart {
    margin-bottom: 1px
}

.ce_accordionStart:first-child {
    margin-top: 30px
}

@media screen and (min-width: 1024px) {
    .ce_accordionStart:first-child {
        margin-top: 60px
    }
}

.ce_accordionStart:last-child {
    margin-bottom: 80px
}

@media screen and (min-width: 1024px) {
    .ce_accordionStart:last-child {
        margin-bottom: 120px
    }
}

.ce_accordionStart .toggler {
    background: blue;
    color: #fff;
    line-height: 40px;
    display: block;
    font-size: 17px;
    position: relative;
    font-weight: 700;
    padding: 0 30px;
    cursor: pointer;
    transition: .15s ease-in-out;
    -webkit-font-smoothing: antialiased
}

.ce_accordionStart .toggler:hover {
    background: #000
}

.ce_accordionStart .toggler:before {
    content: '';
    position: absolute;
    right: 25px;
    top: 12px;
    background-image: url(../icons/arrow-small.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 15px;
    width: 8px
}

.ce_accordionStart .accordion {
    padding: 25px 26px 20px 26px;
    display: none;
    line-height: 33px;
    font-size: 27px;
    font-weight: light;
    background: #eee
}

.accordion__item--active .toggler {
    background: #000
}

.accordion__item--active .toggler:before {
    transform: rotate(180deg)
}

.accordion__item--active .accordion {
    display: block
}

.ce_rsce_toplink,
.ce_toplink {
    display: inline-block;
    width:100%;
}

@media only screen and (max-width: 767px) {
    .ce_rsce_toplink,
    .ce_toplink {
        position: absolute;
        right: 0px;
        bottom: 10px;
        width:auto;
    }
}

.ce_rsce_toplink--visible,
.ce_toplink--visible {
    display: inline-block
}

.ce_rsce_toplink a,
.ce_toplink a {
    font-weight: 600;
    font-size: 14px;
    color: #575757;
    background-color: #fff;
    padding: 15px 20px 15px 20px;
    text-transform: uppercase;
    transition: .2s ease-in-out;
}

.ce_rsce_toplink a span,
.ce_toplink a span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.ce_rsce_toplink a svg,
.ce_toplink a svg {
    margin-right:5px;
}

@media screen and (max-width: 767px) {
    .ce_rsce_toplink a svg,
    .ce_toplink a svg {
        margin-right:0;
    }
}

.ce_rsce_toplink a span svg path,
.ce_toplink a span svg path {
    transition: fill .2s ease-in-out
}

.ce_rsce_toplink a:hover,
.ce_toplink a:hover {
    text-decoration: none
}

.ce_downloads {
    margin-top: 40px;
    margin-bottom: 80px
}

@media screen and (min-width: 1024px) {
    .ce_downloads {
        margin-bottom: 120px
    }
}

.ce_downloads h1, .ce_downloads h2, .ce_downloads h3, .ce_downloads h4, .ce_downloads h5, .ce_downloads h6 {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 18px 0;
    font-weight: 700;
    padding-left: 12px;
    position: relative
}

.ce_downloads h1:before, .ce_downloads h2:before, .ce_downloads h3:before, .ce_downloads h4:before, .ce_downloads h5:before, .ce_downloads h6:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 7px
}

.ce_downloads ul {
    margin: 0;
    list-style: none
}

.ce_downloads ul li {
    border-top: 1px solid #dddddd;
    padding: 3px 0 3px 0;
    position: relative
}

.ce_downloads ul li:last-child {
    border-bottom: 1px solid #dddddd
}

.ce_downloads ul li a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #000;
    padding: 14px 0 14px 24px;
    display: block
}

@media screen and (min-width: 721px) {
    .ce_downloads ul li a {
        font-size: 17px;
        line-height: 21px;
        padding: 14px 0 14px 48px;
        font-weight: 900
    }
}

.ce_downloads ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../icons/download-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px
}

@media screen and (min-width: 721px) {
    .ce_downloads ul li a:before {
        width: 40px;
        height: 40px;
        background-size: 16px
    }
}

.ce_downloads ul li a span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: 300;
    color: #838282;
    text-transform: uppercase
}

@media screen and (min-width: 721px) {
    .ce_downloads ul li a span {
        font-size: 17px
    }
}

.ce_downloads ul li a:hover {
    text-decoration: none
}

.ce_downloads ul li a:hover:before {
    background-image: url(../icons/download-white.svg)
}

.ce_download {
    margin-top: 40px;
    margin-bottom: 80px
}

@media screen and (min-width: 1024px) {
    .ce_download {
        margin-bottom: 120px
    }
}

.ce_download h1, .ce_download h2, .ce_download h3, .ce_download h4, .ce_download h5, .ce_download h6 {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 18px 0;
    font-weight: 700;
    padding-left: 12px;
    position: relative
}

.ce_download h1:before, .ce_download h2:before, .ce_download h3:before, .ce_download h4:before, .ce_download h5:before, .ce_download h6:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 7px
}

.ce_download p {
    margin: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd
}

.ce_download p a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #000;
    padding: 14px 0 14px 24px;
    display: block;
    position: relative
}

@media screen and (min-width: 721px) {
    .ce_download p a {
        font-size: 17px;
        line-height: 21px;
        padding: 14px 0 14px 48px;
        font-weight: 900
    }
}

.ce_download p a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../icons/download-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px
}

@media screen and (min-width: 721px) {
    .ce_download p a:before {
        width: 40px;
        height: 40px;
        background-size: 16px
    }
}

.ce_download p a span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: 300;
    color: #838282;
    text-transform: uppercase
}

@media screen and (min-width: 721px) {
    .ce_download p a span {
        font-size: 17px
    }
}

.ce_download p a:hover {
    text-decoration: none
}

.ce_download p a:hover:before {
    background-image: url(../icons/download-white.svg)
}

.ce_sliderStart {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 120px
}

@media screen and (min-width: 721px) {
    .ce_sliderStart {
        margin: 0 40px 120px 40px
    }
}

.ce_sliderStart .content-slider {
    background: #eee
}

.ce_sliderStart .content-slider .slider-wrapper > div {
    padding: 40px 40px 60px 40px
}

.ce_sliderStart .slider-control {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 140px;
    width: 100%
}

.ce_sliderStart .slider-control .slider-next, .ce_sliderStart .slider-control .slider-prev {
    height: 40px;
    width: 82px;
    display: block;
    text-indent: -999999px;
    position: absolute;
    top: 0
}

.ce_sliderStart .slider-control .slider-next:focus, .ce_sliderStart .slider-control .slider-prev:focus {
    outline: none
}

.ce_sliderStart .slider-control .slider-next {
    right: -10px;
    background-image: url(../icons/slide-next.svg);
    background-repeat: no-repeat;
    background-position: center
}

@media screen and (min-width: 1024px) {
    .ce_sliderStart .slider-control .slider-next {
        right: -30px
    }
}

.ce_sliderStart .slider-control .slider-prev {
    left: -10px;
    background-image: url(../icons/slide-prev.svg);
    background-repeat: no-repeat;
    background-position: center
}

@media screen and (min-width: 1024px) {
    .ce_sliderStart .slider-control .slider-prev {
        left: -30px
    }
}

.ce_sliderStart .slider-control .slider-menu {
    position: absolute;
    top: 120px;
    margin: 0;
    display: block;
    left: 0;
    width: 100%;
    height: 22px
}

.ce_sliderStart .slider-control .slider-menu b {
    text-indent: -999999px;
    transition: .1s ease-in-out;
    display: block;
    width: 20px;
    height: 20px;
    background: #eee;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px
}

.ce_gallery {
    margin-bottom: 120px
}

.ce_gallery h1, .ce_gallery h2, .ce_gallery h3, .ce_gallery h4, .ce_gallery h5, .ce_gallery h6 {
    font-size: 9px;
    line-height: 9px;
    font-weight: 700;
    position: relative;
    padding-left: 12px
}

@media screen and (min-width: 1024px) {
    .ce_gallery h1, .ce_gallery h2, .ce_gallery h3, .ce_gallery h4, .ce_gallery h5, .ce_gallery h6 {
        font-size: 14px;
        line-height: 14px
    }
}

.ce_gallery h1:before, .ce_gallery h2:before, .ce_gallery h3:before, .ce_gallery h4:before, .ce_gallery h5:before, .ce_gallery h6:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 7px;
    height: 2px
}

.ce_gallery__inner {
    padding-top: 40px;
    border-top: 1px solid #eee;
    position: relative
}

.ce_gallery__inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 6px;
    width: 93px
}

.ce_gallery__inner img {
    width: 100%
}

@media screen and (min-width: 721px) {
    .ce_gallery__inner img {
        margin-bottom: 10px
    }
}

.mfp-bg {
    background: #fff;
    opacity: 1
}

.mfp-wrap .mfp-figure:after {
    display: none
}

.mfp-wrap .mfp-figure .mfp-close {
    position: absolute;
    display: block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999999px;
    opacity: 1;
    right: 20px;
    top: 20px;
    height: 56px;
    width: 56px;
    border-radius: 50%
}

@media screen and (min-width: 1024px) {
    .mfp-wrap .mfp-figure .mfp-close {
        right: 56px;
        top: 56px
    }
}

.mfp-wrap .mfp-figure .mfp-close:before, .mfp-wrap .mfp-figure .mfp-close:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 2px
}

.mfp-wrap .mfp-figure .mfp-close:before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.mfp-wrap .mfp-figure .mfp-close:after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.mfp-wrap .mfp-bottom-bar {
    position: fixed;
    opacity: 1;
    width: 260px;
    height: 80px;
    left: auto;
    top: auto;
    right: 20px;
    bottom: 0
}

@media screen and (min-width: 1024px) {
    .mfp-wrap .mfp-bottom-bar {
        right: 150px;
        width: 285px;
        height: 120px
    }
}

.mfp-wrap .mfp-bottom-bar .mfp-title {
    color: #fff;
    font-size: 17px;
    position: absolute;
    right: auto;
    bottom: auto;
    font-weight: 300;
    left: 18px;
    top: 14px;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px
}

@media screen and (min-width: 1024px) {
    .mfp-wrap .mfp-bottom-bar .mfp-title {
        left: 28px;
        top: 28px
    }
}

.mfp-wrap .mfp-bottom-bar .mfp-counter {
    position: absolute;
    left: auto;
    top: auto;
    right: 20px;
    bottom: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased
}

@media screen and (min-width: 1024px) {
    .mfp-wrap .mfp-bottom-bar .mfp-counter {
        bottom: 10px;
        right: 20px
    }
}

.mfp-wrap figure img {
    padding: 0
}

.mfp-wrap .mfp-arrow {
    height: 40px;
    width: 82px;
    opacity: 1;
    margin: 0;
    cursor: pointer
}

.mfp-wrap .mfp-arrow:active {
    margin: 0
}

.mfp-wrap .mfp-arrow:before, .mfp-wrap .mfp-arrow:after {
    display: none
}

.mfp-wrap .mfp-arrow:before {
    display: block;
    margin: 0;
    border: none;
    width: 15px;
    height: 8px;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%)
}

.mfp-wrap .mfp-arrow-left:before {
    right: auto;
    left: 22px
}

.mfp-wrap .mfp-arrow-right:before {
    left: auto;
    right: 22px
}

.ce_table table {
    min-width: 700px
}

.ce_text, .ce_headline, .ce_form, .content-text {
    max-width: 1275px;
    margin: 0 auto;
}

.ce_table, .ce_text table, .content-text table {
    margin-bottom: 80px;
    margin-top: 40px;
    min-width: 700px
}

@media screen and (min-width: 1024px) {
    .ce_table, .ce_text table, .content-text table {
        margin-bottom: 120px
    }
}

.ce_table thead tr th, .ce_table thead tr td, .ce_text table thead tr th, .ce_text table thead tr td, .content-text table thead tr th, .content-text table thead tr td {
    color: #fff;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    border-right: 1px solid #fff;
    padding-left: 30px;
    text-align: left;
    line-height: 40px
}

.ce_table thead tr th:last-child, .ce_table thead tr td:last-child, .ce_text table thead tr th:last-child, .ce_text table thead tr td:last-child, .content-text table thead tr th:last-child, .content-text table thead tr td:last-child {
    border-right: none
}

.ce_table tbody tr td, .ce_table tfoot tr td, .ce_text table tbody tr td, .ce_text table tfoot tr td, .content-text table tbody tr td, .content-text table tfoot tr td {
    padding: 18px 20px 18px 30px;
    border-right: 1px solid #fff
}

.ce_table tbody tr td:last-child, .ce_table tfoot tr td:last-child, .ce_text table tbody tr td:last-child, .ce_text table tfoot tr td:last-child, .content-text table tbody tr td:last-child, .content-text table tfoot tr td:last-child {
    border-right: none
}

.ce_table tbody tr:nth-of-type(odd), .ce_table tfoot tr:nth-of-type(odd), .ce_text table tbody tr:nth-of-type(odd), .ce_text table tfoot tr:nth-of-type(odd), .content-text table tbody tr:nth-of-type(odd), .content-text table tfoot tr:nth-of-type(odd) {
    background: #eee
}

.ce_table tbody tr:nth-of-type(even), .ce_table tfoot tr:nth-of-type(even), .ce_text table tbody tr:nth-of-type(even), .ce_text table tfoot tr:nth-of-type(even), .content-text table tbody tr:nth-of-type(even), .content-text table tfoot tr:nth-of-type(even) {
    background: #fff
}

.ce_text ul, .ce_text ol, .content-text ul, .content-text ol, .ce_list ul, .ce_list ol {
    margin: 0 0 30px 0;
    /*list-style: none;*/
    padding-left: 20px
}

.ce_text ul li, .ce_text ol li, .content-text ul li, .content-text ol li, .ce_list ul li, .ce_list ol li {
    /*padding: 0px 20px 5px 60px;*/
    font-size: 17px;
    /*line-height: 33px;*/
    font-weight: 300;
    position: relative
}

@media screen and (min-width: 1024px) {
    .ce_text ul li:after, .ce_text ol li:after, .content-text ul li:after, .content-text ol li:after, .ce_list ul li:after, .ce_list ol li:after {
        width: calc(100% - 200px)
    }
}

.ce_text ul li:before, .ce_text ol li:before, .content-text ul li:before, .content-text ol li:before, .ce_list ul li:before, .ce_list ol li:before {
    content: '';
    position: absolute
}

.ce_text ul li:before, .content-text ul li:before, .ce_list ul li:before {
    width: 19px;
    height: 6px;
    left: 8px;
    top: 13px
}

.ce_text ol, .content-text ol, .ce_list ol {
    counter-reset: ol
}

.ce_text ol li:before, .content-text ol li:before, .ce_list ol li:before {
    counter-increment: ol;
    content: counter(ol) ".";
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: blue;
    left: 0;
    top: 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 42px
}

.rte {
    margin-top:3rem;
}

.mod_search {
    margin-bottom: 120px
}

.mod_search .widget-text {
    width: 100%;
    max-width: 350px
}

.mod_search .widget-text, .mod_search .widget-submit {
    display: inline-block
}

.mod_search .submit {
    -webkit-appearance: none;
    border: none;
    border-radius: 0%;
    color: #fff;
    line-height: 50px;
    display: block;
    margin-left: 0;
    padding: 0 20px;
    -webkit-font-smoothing: antialiased
}

.mod_search input {
    -webkit-appearance: none;
    border: none;
    border-radius: 0%;
    line-height: 50px;
    border: 1px solid #eee;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box
}

.mod_search input:focus {
    outline: none
}

.mod_search .header {
    font-size: 12px;
    font-weight: 300;
    margin-top: 40px;
    height: 30px;
    border-bottom: 1px solid #eee
}

.mod_search .even, .mod_search .odd {
    margin-bottom: 60px
}

.mod_search h3 {
    margin-bottom: 10px
}

.mod_search h3 a {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px
}

.mod_search h3 a:hover {
    text-decoration: none
}

.mod_search h3 span {
    font-size: 12px;
    color: #000;
    font-weight: normal
}

.mod_search p.context {
    color: gray
}

.mod_search p.context .highlight {
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    background: transparent
}

figure.image_container {
    position:relative;
}

figcaption.caption {
    position:absolute;
    top:180px;
    left:190px;
    color:white !important;
}

figcaption.caption h1 {
    color:white;
    font-size: 60px;
    font-weight:bold !important;
    line-height:80px;
    max-width:590px;
}

figcaption.caption p {
    max-width:280px;
}

/* Styling für IBE-Modul */
.mod_ibe {
    width:100% !important;
    /*padding-left:15px;*/
    /*padding-right:15px;*/
    overflow: hidden;
}

.mod_ibe h2 {
    /*font-size:2.1875rem;*/
    font-size:60px;
    font-weight: 200;
}

@media screen and (max-width: 767px) {
    .mod_ibe h2 {
        font-size:2.1875rem;
    }
}

.mod_ibe h3 {
    font-size:1.6rem;
}

.mod_ibe h4 {
    font-size:1.3rem;
}

.ibe__wrapper {
    width:100%;
}

.ibe__wrapper .inside {
    margin:25px 15px;
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: visible;
}

.ibe__wrapper label {
    font-weight:500;
    text-transform: uppercase;
    color:#707070;
    font-size:14px;
}

.ibe__wrapper .ibe-formbody {
    position: relative;
    background-color: #f2f2f2;
    padding:30px;
}

form.ibe.grid {
    margin:15px 0 !important;
    min-height: auto;
}

.ibe > .ibe-formbody .form-element {
    width:100%;
    margin-bottom:15px;
}

.ibe > .ibe-formbody .form-element > input:not(input[type="checkbox"]) {
    margin:0;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.ibe > .ibe-formbody .form-element > span.label {
    width:auto !important;
}

.ibe > .ibe-formbody .form-element.switch-element {
    text-align:center !important;
}

.ibe > .ibe-formbody .form-element.switch-element *,
.ibe > .ibe-formbody .form-element.switch-element *:before,
.ibe > .ibe-formbody .form-element.switch-element *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ibe > .ibe-formbody .form-element .checkbox-group input[type="checkbox"],
.ibe > .ibe-formbody .form-element .checkbox-group input[type="radio"] {
    display: none;
}

.ibe > .ibe-formbody .form-element label.checkbox-group {
    display: inline-block;
    position: relative;
    margin:30px 10px 0;
    padding-top:10px;
    text-align:center;
}

@media screen and (max-width: 767px) {
    .ibe > .ibe-formbody .form-element label.checkbox-group {
        width:48%;
        margin:15px auto;
    }
}

.ibe > .ibe-formbody .form-element label.checkbox-group span {
    background: #fff;
    width: 21px;
    height: 21px;
    display: inline-block;
    position: absolute;
    top: 3px;
    margin-left: -9px;
    transition: all .2s linear;
}

.ibe > .ibe-formbody .form-element .checkbox-group input[type="checkbox"] + span,
.ibe > .ibe-formbody .form-element .checkbox-group input[type="radio"] + span{
    border-radius: 50%;
}

.ibe > .ibe-formbody .form-element label.checkbox-group:hover span {
    background: #e2e2e2;
}

.ibe > .ibe-formbody .form-element .checkbox-group input[type="checkbox"]:checked + span,
.ibe > .ibe-formbody .form-element .checkbox-group input[type="radio"]:checked + span{
    border: 3px solid #ffffff;
    background: #1BAEAC;
}

.form-element span.label {
    font-size:14px;
    text-transform: uppercase;
    font-weight: 500;
    color:#707070;
}

@media screen and (min-width: 992px) {
    .ibe__wrapper .inside {
        margin:25px auto;
        display:flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        overflow: visible;
    }

    .ibe__wrapper .ibe-formbody {
        position: relative;
    }

    .ibe__wrapper .ibe-formbody .row {
        display:flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .ibe > .ibe-formbody .form-element {
        width:18.5%;
        margin:0 10px;
    }

    .ibe > .ibe-formbody .form-element:last-child {
        margin-right:0;
    }

    .ibe > .ibe-formbody .form-element.double {
        width:40%;
        margin-bottom: auto;
    }
}

.ibe-formbody input:not([type=checkbox]):not([type=submit]):not([type=radio]),
.ibe-formbody select {
    font-size: 14px;
    line-height: 30px;
    display: block;
    -webkit-appearance: none;
    width:100%;
    font-weight: 300;
    padding:12px 15px;
    color: #707070;
    background: #fff;
    border-radius: 0;
    border: none;
}

.dropdown-display {
    padding:11px 15px 12px !important;
    line-height:30px !important;
}

.dropdown-multiple .dropdown-display {
    line-height:31px !important;
}

.dropdown-display-label:after, .dropdown-display:after {
    top:22px !important;
}

.dropdown-multiple:hover .dropdown-clear-all,
.dropdown-single:hover .dropdown-clear-all {
    display: none !important;
}

.dropdown-main {
    width:100% !important;
}

.text-center {
    text-align: center;
}

#extend {
    display:inline-block;
}

#extend:hover,
#extend:active,
#extend:link,
#extend:visited {
    outline: 0;
}

.ibe__wrapper.fixed {
    position:fixed;
    top:0;
    width:100%;
    background-color:#fff;
    margin:0 auto !important;
    z-index:1000000;
}

.ibe__wrapper.fixed .inside {
    margin:15px auto 0;
}

#ibe-extended {
    display:none;
    margin-top:60px;
    margin-bottom:25px;
    padding:15px 8px;
    background-color:#f2f2f2;
    position: relative;
}

#ibe-extended:before {
    content:"\A";
    border-style: solid;
    border-width: 40px 40px 0px 40px;
    border-color: #f2f2f2 transparent transparent transparent;
    position: absolute;
    top: -60px;
    left:50%;
    z-index:1;
    margin-left:-40px;
}

#ibe-extended .row {
    display:block;
    padding:10px 0;
}

#ibe-extended h3,
#ibe-extended h4 {
    margin:0 8px;
    color:#1BAEAC;
}

#ibe-extended .not-visible {
    /*opacity: 0;*/
    display: none;
}

.dropdown-display:hover {
    color:#1BAEAC;
}

.block.btn-group {
    width:100%;
}

.block.btn-group > .button {
    width: 100%;
    text-align:center;
    margin-bottom: 15px;
    border-radius: 0 !important;
}

.form-element > .button.submit-button {
    background-color:#1BAEAC;
    color:#ffffff;
    font-weight:bold;
    border:none !important;
    font-size: 17px;
    line-height: 30px;
    display: block;
    -webkit-appearance: none;
    width:100%;
    padding:12px 15px;
}

.element-1__item__text .btn-group {
    margin-top:15px;
}

@media screen and (min-width:768px) {
    .block.btn-group > .button {
        margin-left:10px;
        margin-bottom: 0;
        width:auto;
    }

    .block.btn-group.btn-group-left > .button {
        margin-right:10px;
        margin-left:0;
    }

    .block.btn-group {
        display:flex !important;
        flex-direction: row !important;
        justify-content: flex-end !important;
    }

    .block.btn-group.btn-group-left {
        justify-content: flex-start !important;
    }
}

@media screen and (min-width: 992px) {
    .block.btn-group {
        padding:25px 0 0 0;
    }

    #ibe-extended {
        padding:30px;
    }

    #ibe-extended .row {
        display:flex;
    }

    #ibe-extended .block.btn-group {
        padding:0;
    }
}

/* SWITCH BUTTON */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    max-width: 60px;
    height: 34px;
    margin-top: 34px !important;
    padding-top: 6px;
}

.switch.vertical {
    width: 34px;
    max-height: 60px;
    height: 60px;
    margin-top: 15px !important;
    padding-top: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #1BAEAC;
}

input:focus + .slider {
    box-shadow: 0 0 1px #1BAEAC;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.label {
    display: inline-block;
    padding-top:5px;
}

/* SWITCH BUTTON ENDE */

.selectize-input {
    height:54px;
    overflow: hidden;
    border: none !important;
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
     -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.selectize-control > .selectize-input {
    padding:18px 8px !important;
    white-space: nowrap;
    overflow: hidden;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    color:#707070 !important;
}

.selectize-dropdown {
    width:auto !important;
}

.selectize-control.multi .selectize-input {
    padding: 16px 8px 3px !important;
}

#expand {
    width: 15px !important;
    height: 15px !important;
    color: #fff;
    position: relative;
    display: inline-block;
    top: 3px;
    left: 8px;
    background-size: contain;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.opened {
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .hidden-xs {
        display:none !important;
    }

    .footer-extra__item--0__image {
        width: 100%;
        margin:0;
    }

    .footer-extra__item__nav {
        padding-left:35px;
        left:0;
    }

    .element-2__item-1 {
        padding:0;
    }

    .element-2__item-1__image {
        width:100%;
    }

    .element-3__item--1 .element-3__item__image {
        padding:0;
    }

    .element-3__item__text {
        width:100%;
        max-width: none;

    }
}

h4.top-bar {
    margin-top:40px;
    color:#1BAEAC;
}

h5.top-bar {
    margin-top:30px;
    display:inline;
    text-transform: uppercase;
    font-weight: 600;
    font-size:1rem;
}

h4.top-bar.center,
h5.top-bar.center {
    text-align: center;
}

h4.top-bar.right,
h5.top-bar.right {
    text-align: right;
    margin-right:25px;
}

h4.top-bar a,
h4.top-bar a:link,
h4.top-bar a:visited,
h4.top-bar a:hover,
h5.top-bar a,
h5.top-bar a:link,
h5.top-bar a:visited,
h5.top-bar a:hover {
    color:#1BAEAC;
}

h4.top-bar a:hover,
h5.top-bar a:hover {
    text-decoration: underline;
}

.modal#leaving,
.modal#mapModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 15px;
    border: 1px solid #888;
    max-width: 980px; /* Could be more or less, depending on screen size */
}

@media only screen and (min-width: 768px) {
    .modal-content.modal-sm {
        width:400px !important;
    }
}

/*@media only screen and (min-width: 992px) {
    .modal-content.modal-sm {
        width:40% !important;
    }
}

@media only screen and (min-width: 1200px) {
    .modal-content.modal-sm {
        width:30% !important;
    }
}

@media only screen and (min-width: 2000px) {
    .modal-content.modal-sm {
        width:20% !important;
    }
}*/

.modal-content h5.phone {
    color:#1BAEAC;
    font-size:1.75rem;
}

.close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-content .green-box {
    padding:15px;
    background-color: #1BAEAC;
    color:#ffffff;
    width:100%;
    margin:30px 0;
}

.modal-content .green-box * {
    color:#ffffff;
}

.modal-content .green-box .leaving-image {
    float:right;
    margin:0 0 15px 15px;
}

.modal-content .green-box h3 {
    font-size:28px;
    font-weight: 600;
    line-height:1.275;
    margin-bottom: 30px;
}

.modal-content .green-box h3.phone {
    white-space: nowrap !important;
    margin-bottom: 10px;
}

.modal-content .green-box h4 {
    font-size:16px;
    font-weight: 600;
}

.modal-content .opening-times p {
    color:#707070;
    text-transform: uppercase;
}

.show-expertenspecials {
    color:#fff;
    margin-top:10px;
    font-weight:600;
    font-size:.9rem;
    display:block;
}

.show-expertenspecials:hover {
    text-decoration: underline;
    color:#fff;
}

h5.top-bar:hover {
    cursor:pointer;
    text-decoration: underline;
}

h4.key {
    font-size:1.8rem;
}

.ribbon {
    height: auto;
    background-color: #1BAEAC;
    position: absolute;
    top: 30px;
    z-index:3;
}
.ribbon.left {
    padding-left:60px;
    left:-1000px;
    -webkit-animation: slideFromLeft forwards 0.8s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: slideFromLeft forwards 0.8s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ribbon.right {
    padding-right:60px;
    right:-1000px;
    -webkit-animation: slideFromRight forwards 0.8s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: slideFromRight forwards 0.8s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/*.ribbon:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -25px;
    border-left: 50px solid #1BAEAC;
    border-right: 50px solid #1BAEAC;
    border-bottom: 25px solid transparent;
}
.ribbon:after {
    width: 320px;
    height: 600px;
    position: absolute;
    z-index: 1;
    left: -100px;
    bottom: -330px;
    background-color: rgba(0,0,0,.25);
    -webkit-transform: skewY(300deg) skewX(0);
    transform: skewY(300deg) skewX(0);
}*/

.ribbon span {
    color:#fff;
    text-align: center;
    max-height:90px;
    overflow: hidden;
    font-size:.6rem;
    font-weight: 500;
    display: block;
    padding: 15px;
}

@media only screen and (max-width: 767px) {
    .ribbon {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .ribbon {
        /*width: 170px;*/
    }

    .ribbon.left {
        left:-1000px;
    }

    .ribbon.right {
        right:-1000px;
    }

    .ribbon:before {
        bottom: -50px;
        border-left: 85px solid #1BAEAC;
        border-right: 85px solid #1BAEAC;
        border-bottom: 50px solid transparent;
    }

    .ribbon span {
        max-height:170px;
        font-size:14px;
    }
}

@-webkit-keyframes drop {
    0% {
        top: -350px;
    }
    100% {
        top: 0;
    }
}

@keyframes drop {
    0% {
        top: -350px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes slideFromLeft {
    0% {
        left: -1000px;
    }
    100% {
        left: 0px;
    }
}

@keyframes slideFromLeft {
    0% {
        left: -1000px;
    }
    100% {
        left: 0px;
    }
}

@-webkit-keyframes slideFromRight {
    0% {
        right: -1000px;
    }
    100% {
        right: 0px;
    }
}

@keyframes slideFromRight {
    0% {
        right: -1000px;
    }
    100% {
        right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .hidden-xs {
        display:none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display:none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display:none;
    }
}

@media only screen and (min-width: 1200px) {
    .hidden-lg {
        display:none;
    }
}

table.table {
    width:100%;
}

table tr td .price {
    font-size:1.3rem;
    font-weight:bold;
    color:#1BAEAC;
}

table.route tr {
    border-bottom: 1px solid #ececec;
}

.bottom-text {
    margin-top:5rem;
}

.bottom-text > h2, h3 {
    margin-bottom:0;
}

img.logo {
    width:auto;
    height:auto;
    overflow: hidden;
    display:block;
    margin:5px;
    float:right;
}

@media screen and (min-width: 768px) {
    .float-right {
        float:right;
    }

    .float-left {
        float:left;
    }
}

.text-right {
    text-align: right;
}

.mosaic {
    width:100%;
    height:auto;
    position: relative;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}

.mosaic .image_container {
    margin:4px;
    margin-block-end: 0;
    margin-block-start: 0;
}

.mosaic-width--1of1 {
    width:100%;
    vertical-align: top;
}

@media screen and (min-width: 768px) {
    .mosaic-width-tab--1of2 {
        width:50%;
    }

    .mosaic-width-tab--1of5 {
        width:20%;
    }
}

.important-hint {
    padding:25px 50px;
    text-align: center;
    margin:30px auto;
}

#xtibe {
    margin-top:25px;
}

li.nav-extra {
    border-top:1px solid #ffffff;
    padding-top:5px !important;
}

.rr-header {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

.daterangepicker .hourselect option[value="0"] {display: none;}

iframe {
    border:none;
}

@media screen and (max-width: 1500px) {
    .ce_youtube iframe {
        width:95vw !important;
        height:53vw !important;
    }
}

.cmplazypreviewiframe {
    background-color: transparent !important;
    height:250px !important;
}
