/*!
Theme Name: Meranerland
Text Domain: kb-theme
Author: kulturbanause
Author URI: https://kulturbanause.de
Version: 1.2
*/
.site-footer {
    padding-top: 2.75rem;
    background-color: #575757;
    color: #fff
}

@media (min-width: 48em) {
    .site-footer {
        padding-top: 4rem
    }
}

@media (min-width: 64em) {
    .site-footer {
        padding-top: 5.5rem
    }
}

.site-footer a {
    color: #fff
}

.site-footer__inner-container {
    max-width: 78.25rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 25.875em) {
    .site-footer__inner-container {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.site-footer__columns, [class*=menu-footermenue] {
    max-width: 78.25rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 25.875em) {
    .site-footer__columns, [class*=menu-footermenue] {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@supports (grid-gap: 1em) {
    .site-footer__columns, [class*=menu-footermenue] .sc-menu-secondary {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap: 2rem
    }
}

.site-footer__column:empty {
    display: none
}

_:-ms-fullscreen, :root .site-footer__columns, :root [class*=menu-footermenue] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

_:-ms-fullscreen, :root .site-footer__column {
    margin-right: 2rem;
    margin-bottom: 2rem
}

.site-footer__column .menu-title, [class*=menu-footermenue] .sc-menu-secondary .menu-item-has-children > a {
    display: block;
    margin-bottom: .25rem;
    font-weight: bold;
}

.site-footer__column a, [class*=menu-footermenue] .sc-menu-secondary .menu-item:not(.menu-item-has-children) a {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    text-decoration: none;
    font-size: .875rem;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

[class*=menu-footermenue] .sc-menu-secondary .menu-item.current-menu-item:not(.menu-item-has-children) a {
    text-decoration: underline;
    pointer-events: none;
}

.site-footer__column a:hover, .site-footer__column a:focus, [class*=menu-footermenue] .sc-menu-secondary .menu-item:not(.menu-item-has-children) a:hover, [class*=menu-footermenue] .sc-menu-secondary .menu-item:not(.menu-item-has-children) a:focus {
    opacity: .5
}

.site-footer__column a:active, [class*=menu-footermenue] .sc-menu-secondary .menu-item:not(.menu-item-has-children) a:active {
    transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: .75
}

.legal {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.legal__inner-container {
    max-width: 78.25rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 25.875em) {
    .legal__inner-container {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 48em) {
    .legal__inner-container {
        display: flex;
        align-items: center;
        flex-direction: row-reverse
    }
}

.nav-legal {
    order: 1
}

.nav-legal .menu {
    display: flex;
    align-items: center
}

.nav-legal .menu-item + .menu-item {
    margin-left: .875rem
}

.nav-legal a {
    display: block;
    text-decoration: none;
    font-size: .75rem;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

.nav-legal a:hover, .nav-legal a:focus {
    opacity: .5
}

.nav-legal a:active {
    transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: .75
}

.footer__info {
    font-size: .75rem
}

@media (max-width: 47.9375em) {
    .footer__info {
        margin-top: 1rem
    }
}

@media (min-width: 48em) {
    .footer__info {
        order: 0;
        margin-left: .875rem
    }
}

.footer__logo {
    width: 120px;
    margin-left: 0;
    margin-right: auto;
    order: 2
}

@media (max-width: 47.9375em) {
    .footer__logo {
        margin-top: 1rem
    }
}

.back-to-top {
    border: 0;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    color: inherit;
    font: inherit;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    position: fixed;
    bottom: .5rem;
    right: .5rem;
    z-index: 999;
    display: block;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 1.375rem;
    background: #df3333;
    color: #fff;
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.095), 0 6px 6px rgba(0, 0, 0, 0.115);
    transition: box-shadow .15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1)
}

.back-to-top::-moz-focus-inner {
    border: 0;
    padding: 0
}

.back-to-top[disabled] {
    cursor: not-allowed
}

.back-to-top:hover, .back-to-top:focus {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.15), 0 15px 12px rgba(0, 0, 0, 0.11)
}

.back-to-top:active {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.125), 0 10px 10px rgba(0, 0, 0, 0.11)
}

.back-to-top.visible {
    opacity: 1;
    pointer-events: all;
    transform: scale(1)
}

[data-siwidget-overlay-shown="true"] .back-to-top.visible {
    opacity: 0;
    transform: scale(0);
    pointer-events: none
}

.back-to-top__icon {
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    fill: currentColor;
    transform: translateY(-.0625rem)
}

.error404 .site-main {
    display: flex
}

.error {
    text-align: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 4rem 0
}

@media (min-width: 48em) {
    .error {
        padding: 6rem 0
    }
}

@media (min-width: 64em) {
    .error {
        padding: 8rem 0
    }
}

.error__title {
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: 5rem
}

.error__subtitle {
    display: block;
    font-weight: 300;
    font-size: 2.375rem
}

.error__cta {
    margin-top: 2.375rem
}

.claim {
    padding-top: 2.75rem;
    text-align: center
}

@media (min-width: 48em) {
    .claim {
        padding-top: 4rem
    }
}

@media (min-width: 64em) {
    .claim {
        padding-top: 5.5rem
    }
}

.claim__inner-container {
    max-width: 78.25rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 25.875em) {
    .claim__inner-container {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.claim__heading, .claim__copy {
    margin-left: auto;
    margin-right: auto
}

.claim__copy {
    max-width: 700px
}

.claim__heading + .claim__copy {
    margin-top: 1.5rem
}

.toc {
    z-index: 2;
    background: #fff;
    will-change: top;
    transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: -webkit-sticky;
    position: sticky;
    padding-top: 2.75rem;
    top: -2.75rem
}

@media (min-width: 48em) {
    .toc {
        padding-top: 4rem
    }
}

@media (min-width: 64em) {
    .toc {
        padding-top: 5.5rem
    }
}

@media (min-width: 48em) {
    .toc {
        top: -4rem
    }
}

@media (min-width: 64em) {
    .toc {
        top: -5.5rem
    }
}

.header-visible .toc {
    top: 2rem
}

@media (min-width: 27.5em) {
    .header-visible .toc {
        top: 1.8125rem
    }
}

@media (min-width: 48em) {
    .header-visible .toc {
        top: .4375rem
    }
}

@media (min-width: 64em) {
    .header-visible .toc {
        top: -1.0625rem
    }
}

@media (min-width: 75em) {
    .header-visible .toc {
        top: -.75rem
    }
}

.toc.has-shadow {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.12)
}

@supports (-ms-ime-align: auto) {
    .toc {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.12)
    }
}

[data-siwidget-overlay-shown="true"] .toc, .header-visible [data-siwidget-overlay-shown="true"] .toc {
    z-index: 1;
    top: -5.75rem
}

@media (min-width: 48em) {
    [data-siwidget-overlay-shown="true"] .toc, .header-visible [data-siwidget-overlay-shown="true"] .toc {
        top: -7rem
    }
}

@media (min-width: 64em) {
    [data-siwidget-overlay-shown="true"] .toc, .header-visible [data-siwidget-overlay-shown="true"] .toc {
        top: -8.5rem
    }
}

.toc-list {
    white-space: nowrap;
    width: auto;
    margin: 0;
    padding: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch
}

@media (min-width: 33.75em) {
    .toc-list {
        margin-left: -2rem;
        margin-right: -2rem
    }
}

.toc-list__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0
}

.toc-list__item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #df3333;
    will-change: width;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

.toc-list__item.active:after {
    width: 100%
}

.toc-list__item-link {
    color: inherit;
    display: block;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.75rem;
    max-width: 10rem;
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

.toc-list__item-link:hover, .toc-list__item-link:focus {
    text-decoration: none;
    color: #df3333
}

.text-img {
    padding-top: 2.75rem
}

@media (min-width: 48em) {
    .text-img {
        padding-top: 4rem
    }
}

@media (min-width: 64em) {
    .text-img {
        padding-top: 5.5rem
    }
}

.text-img__heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem
}

.text-img__inner-container {
    max-width: 78.25rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 25.875em) {
    .text-img__inner-container {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 64em) {
    .text-img__inner-container {
        display: flex;
        justify-content: space-between
    }

    .text-img__inner-container > * {
        width: calc(50% - 1rem)
    }

    .text-img__inner-container.vertical-align-center {
        align-items: center
    }

    .text-img__inner-container.vertical-align-bottom {
        align-items: flex-end
    }

    .text-img__inner-container.vertical-align-stretch {
        align-items: stretch
    }
}

@media (max-width: 63.9375em) {
    .text-img__img-container {
        margin-top: 2rem
    }
}

@media (min-width: 64em) {
    .text-img__img-container.direction-reverse {
        order: -1
    }
}

.text-img__img {
    border-radius: 10px
}

@media (min-width: 64em) {
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
        .vertical-align-stretch .text-img__img {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }
    }
}

.section-cards, .blockThemenboxen {
    padding-top: 2.75rem
}

@media (min-width: 48em) {
    .section-cards, .blockThemenboxen {
        padding-top: 4rem
    }
}

@media (min-width: 64em) {
    .section-cards, .blockThemenboxen {
        padding-top: 5.5rem
    }
}

.cards-heading, .blockThemenboxen h2, .linkboxenWrapper h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem
}

.card {
    display: flex;
    margin: 1rem;
    font-size: 15px
}

.themeBoxesWrapper .boxesWrapper .box .link {
    display: flex;
    justify-content: space-between;
    font-size: 15px
}

@media (min-width: 23.4375em) {
    .card, .themeBoxesWrapper .boxesWrapper .box .link {
        font-size: 16px
    }
}

.card--square {
    position: relative
}

.card--square:before {
    content: "";
    padding-bottom: 56.25%;
    float: left
}

@media (min-width: 48em) {
    .card--square:before {
        padding-bottom: 96%
    }
}

.card--square .card__inner {
    padding: 0
}

.card--square .card__content {
    margin: auto;
    padding: 1em 0;
    text-align: center
}

.card--square .card__content > *:first-child {
    margin-top: 0
}

.card--square .card__content > *:last-child {
    margin-bottom: 0
}

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

.card__inner {
    flex: auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 10px;
    min-width: 1px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115)
}

.card__inner:not(.has-background):not(.has-background-gradient) {
    background: #fff
}

.card__inner.has-background, .card__inner.has-background-gradient {
    color: #fff
}

a.card__inner, .linkboxenWrapper.bgColor ul li a, .linkboxenWrapper.beitragsbild ul li a, .themeBoxesWrapper .boxesWrapper .box {
    position: relative;
    text-decoration: none;
    height: 100%;
    color: inherit;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
    transition: box-shadow .15s cubic-bezier(0.4, 0, 0.2, 1)
}

a.card__inner:hover, a.card__inner:focus, .linkboxenWrapper.bgColor ul li a:hover, .linkboxenWrapper.bgColor ul li a:focus, .linkboxenWrapper.beitragsbild ul li:hover, .linkboxenWrapper.beitragsbild ul li:focus {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.125), 0 10px 10px rgba(0, 0, 0, 0.11)
}

a.card__inner:active, .linkboxenWrapper.bgColor ul li a:active, .linkboxenWrapper.beitragsbild ul li:active {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.095), 0 6px 6px rgba(0, 0, 0, 0.11)
}

a.card__inner .card__img {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), filter 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), filter 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

a.card__inner:hover .card__img, a.card__inner:focus .card__img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    transform: scale(1.1);
    transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: filter 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: filter 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 1.5s cubic-bezier(0.4, 0, 0.2, 1)
}

a.card__inner:hover .card__figure:after, a.card__inner:focus .card__figure:after {
    opacity: 0
}

a.card__inner:active .card__img {
    transform: scale(1.05);
    transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1)
}

.card__inner.has-background-gradient--c1 {
    background: linear-gradient(to bottom left, #9ebd13, #008552)
}

.card__inner.has-background-gradient--c2 {
    background: linear-gradient(to bottom left, #80d0c7, #13547a)
}

.card__inner.has-background-gradient--c3 {
    background: linear-gradient(to bottom left, #1CB5E0, #000851)
}

.card__inner.has-background-gradient--c4 {
    background: linear-gradient(to bottom left, #00d2ff, #3a47d5)
}

.card__inner.has-background-gradient--c5 {
    background: linear-gradient(to bottom left, #fcff9e, #c67700)
}

.card__inner.has-background-gradient--c6 {
    background: linear-gradient(to bottom left, #F2AD4A, #fc6060)
}

.card__inner.has-background-gradient--c7 {
    background: linear-gradient(to bottom left, #ff8177, #b12a5b)
}

.card__inner.has-background-gradient--c8 {
    background: linear-gradient(to bottom left, #A8C0FF, #3F2B96)
}

.card__inner.has-background-gradient--c9 {
    background: linear-gradient(to bottom left, #efd5ff, #515ada)
}

.card__inner.has-background-gradient--c10 {
    background: linear-gradient(to bottom left, #f43b47, #453a94)
}

.linkboxenWrapper.bgColor ul li a {
    background: linear-gradient(to bottom left, #A8C0FF, #3F2B96);
    padding: 30px;
    border-radius: 10px;
    display: block;
    color: #fff;
}

.linkboxenWrapper.bgColor ul li a:hover {
    color: #fff;
}

.card__link {
    display: block
}

.card__header {
    display: flex;
    align-items: center;
    padding: .5625em 1em
}

.card__header + .card__content {
    margin-top: auto
}

.card__header + .card__content > *:first-child, .themeBoxesWrapper .boxesWrapper .box .boxesTxt:first-child {
    margin-top: .3125em
}

.card__content > *, .themeBoxesWrapper .boxesWrapper .box .boxesTxt {
    margin: .875em 1em
}

.card__content > *:first-child, .themeBoxesWrapper .boxesWrapper .box .boxesTxt:first-child {
    margin-top: 1em
}

.card__content > *:last-child, .themeBoxesWrapper .boxesWrapper .box .boxesTxt:last-child {
    margin-bottom: 1em
}

.card__content-inner-container {
    display: flex
}

.card__primary, .card__secondary {
    flex: 1 1 50%
}

.card__primary > *, .card__secondary > * {
    margin: 0 0 .25em 0
}

.card__primary {
    min-width: 9em;
    margin-top: .25em
}

.card__figure, .card__slider, .card__swipebox {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    width: 100%;
    margin: 0;
    z-index: -1
}

.card__figure:first-child, .card__slider:first-child, .card__swipebox:first-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.card__figure:after, .card__slider:after, .card__swipebox:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 36, 62, 0.28), rgba(4, 56, 34, 0.2));
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.card__figure--is-background-dark .card__img, .card__slider--is-background-dark .card__img, .card__swipebox--is-background-dark .card__img {
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4)
}

.card__figure--is-background-dark:after, .card__slider--is-background-dark:after, .card__swipebox--is-background-dark:after {
    background: linear-gradient(to bottom, rgba(0, 36, 62, 0.28), rgba(4, 56, 34, 0.2))
}

.card__swipebox:hover:after, .card__swipebox:focus:after, .card__swipebox:active:after {
    opacity: 0
}

.card__figure--is-background {
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0
}

.card__img {
    will-change: transform;
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1)
}

.card__figure--is-background .card__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.card__icon {
    width: 2em;
    height: 2em;
    flex: 0 0 auto;
    margin-right: .5625em;
    fill: currentColor
}

.card__icon:only-child {
    width: 3em;
    height: 3em;
    margin-top: .25em
}

.card__title-wrap {
    display: flex;
    align-items: center;
    flex: 1 1 auto
}

.card__title, .themeBoxesWrapper .boxesWrapper .box .headline {
    font-size: 1.125em;
    line-height: 1.3;
    flex: 1 1 auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 1em 0 0
}

.card__title.no-img:only-child {
    margin-top: .3125em
}

.card__price {
    font-size: 1.5em;
    line-height: 1;
    margin-left: auto;
    font-style: normal;
    font-weight: bold;
    white-space: nowrap
}

.card__heading, .linkboxenWrapper.bgColor ul li a {
    display: block;
    font-size: 1em;
    line-height: 1.4;
    font-style: normal;
    font-weight: bold;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.card__heading:last-child {
    margin-bottom: .875em
}

.card__heading:only-child, .linkboxenWrapper.bgColor ul li a:only-child {
    font-size: 1.25em;
    line-height: 1.3
}

.card--square .card__heading:only-child {
    font-size: 1.5em
}

.card__location {
    display: block;
    text-decoration: none;
    will-change: color;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: .875em;
    line-height: 1;
    white-space: nowrap
}

.card__location-icon {
    transform: translate(-.125em, .125em);
    width: 1em;
    height: 1em;
    fill: #df3333;
    will-change: fill;
    transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

a.card__location {
    color: #df3333
}

a.card__location:hover, a.card__location:focus {
    text-decoration: none
}

a.card__location:hover .card__location-text, a.card__location:focus .card__location-text {
    color: #e55c5c
}

a.card__location:hover .card__location-icon, a.card__location:focus .card__location-icon {
    fill: #e55c5c
}

a.card__location:active .card__location-text {
    color: #df3333;
    transition: fill 0.15s cubic-bezier(0.4, 0, 0.2, 1)
}

a.card__location:active .card__location-icon {
    fill: #df3333;
    transition: fill 0.15s cubic-bezier(0.4, 0, 0.2, 1)
}

.card__txt {
    font-size: .875em;
    max-width: 30em
}

.card__gallery {
    position: relative;
    min-height: 1px
}

.card__gallery:first-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.card__gallery-item {
    display: block;
    overflow: hidden
}

.card__gallery-item:hover, .card__gallery-item:focus {
    cursor: zoom-in
}

.card__gallery-item:hover .card__img, .card__gallery-item:focus .card__img {
    transform: scale(1.1)
}

.card__gallery-item:hover:before, .card__gallery-item:focus:before {
    opacity: 0
}

.card__gallery-item-container:first-child .card__gallery-item:before {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 36, 61, 0.1), rgba(4, 57, 35, 0.05), rgba(0, 36, 61, 0.1)), linear-gradient(to right, rgba(0, 36, 61, 0.1), rgba(4, 57, 35, 0.05), rgba(0, 36, 61, 0.1))
}

.card__gallery-item-container:nth-child(n+2) {
    display: none
}

.card__gallery-item-count {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    font-size: 12vw;
    opacity: .75;
    transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4)
}

@media (min-width: 48em) {
    .card__gallery-item-count {
        font-size: 3rem
    }
}

.card__more-container {
    display: flex;
    justify-content: flex-end;
    padding-right: 1em;
    margin-top: -1.375em
}

.card__more {
    font-size: 1em
}

@media (max-width: 23.375em) {
    .cards-slider .card {
        margin: 1em 0 1em 1em
    }
}

.cards, .linkboxenWrapper.bgColor ul, .linkboxenWrapper.beitragsbild ul, .themeBoxesWrapper .boxesWrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1em
}

.cards:first-child, .linkboxenWrapper.bgColor ul:first-child, .linkboxenWrapper.beitragsbild ul:first-child, .themeBoxesWrapper .boxesWrapper:first-child {
    margin-top: -1em
}

.cards:last-child, .linkboxenWrapper.bgColor ul:last-child, .linkboxenWrapper.beitragsbild ul:last-child, .themeBoxesWrapper .boxesWrapper:last-child {
    margin-bottom: -1em
}

.cards .card, .linkboxenWrapper.bgColor ul li, .linkboxenWrapper.beitragsbild ul li, .themeBoxesWrapper .boxesWrapper .box {
    width: 100%
}

.linkboxenWrapper.bgColor ul li, .linkboxenWrapper.beitragsbild ul li, .themeBoxesWrapper .boxesWrapper .box {
    margin: 1rem;
}

.linkboxenWrapper ul li.inactive {
    display: none;
}

@media (min-width: 48em) {
    .cards .card:nth-last-child(2):first-child, .cards .card:nth-last-child(2):first-child ~ .card, .linkboxenWrapper.bgColor ul li:nth-last-child(2):first-child, .linkboxenWrapper.bgColor ul li:nth-last-child(2):first-child ~ li, .linkboxenWrapper.beitragsbild ul li:nth-last-child(2):first-child, .linkboxenWrapper.beitragsbild ul li:nth-last-child(2):first-child ~ li, .themeBoxesWrapper .boxesWrapper .box:nth-last-child(2):first-child, .themeBoxesWrapper .boxesWrapper .box:nth-last-child(2):first-child ~ .box {
        width: calc(50% - 2rem)
    }
}

@media (min-width: 48em) {
    .cards .card:nth-last-child(3):first-child, .cards .card:nth-last-child(3):first-child ~ .card, .linkboxenWrapper.bgColor ul li:nth-last-child(2):first-child, .linkboxenWrapper.bgColor ul li:nth-last-child(2):first-child ~ li, .linkboxenWrapper.beitragsbild ul li:nth-last-child(2):first-child, .linkboxenWrapper.beitragsbild ul li:nth-last-child(2):first-child ~ li, .themeBoxesWrapper .boxesWrapper .box:nth-last-child(2):first-child, .themeBoxesWrapper .boxesWrapper .box:nth-last-child(2):first-child ~ .box {
        width: calc(50% - 2rem)
    }
}

@media (min-width: 64em) {
    .cards .card:nth-last-child(3):first-child, .cards .card:nth-last-child(3):first-child ~ .card, .linkboxenWrapper.bgColor ul li:nth-last-child(3):first-child, .linkboxenWrapper.bgColor ul li:nth-last-child(3):first-child ~ li, .linkboxenWrapper.beitragsbild ul li:nth-last-child(3):first-child, .linkboxenWrapper.beitragsbild ul li:nth-last-child(3):first-child ~ li, .themeBoxesWrapper .boxesWrapper .box:nth-last-child(3):first-child, .themeBoxesWrapper .boxesWrapper .box:nth-last-child(3):first-child ~ .box {
        width: calc(33.33333% - 2rem)
    }
}

@media (min-width: 48em) {
    .cards .card:nth-last-child(n+4), .cards .card:nth-last-child(n+4) ~ .card, .linkboxenWrapper.bgColor ul li:nth-last-child(n+4), .linkboxenWrapper.bgColor ul li:nth-last-child(n+4) ~ li, .linkboxenWrapper.beitragsbild ul li:nth-last-child(n+4), .linkboxenWrapper.beitragsbild ul li:nth-last-child(n+4) ~ li, .themeBoxesWrapper .boxesWrapper .box:nth-last-child(n+4), .themeBoxesWrapper .boxesWrapper .box:nth-last-child(n+4) ~ .box {
        width: calc(50% - 2rem)
    }
}

@media (min-width: 83.5em) {
    .cards .card:nth-last-child(n+4), .cards .card:nth-last-child(n+4) ~ .card, .linkboxenWrapper.bgColor ul li:nth-last-child(n+4), .linkboxenWrapper.bgColor ul li:nth-last-child(n+4) ~ li, .linkboxenWrapper.beitragsbild ul li:nth-last-child(n+4), .linkboxenWrapper.beitragsbild ul li:nth-last-child(n+4) ~ li, .themeBoxesWrapper .boxesWrapper .box:nth-last-child(n+4), .themeBoxesWrapper .boxesWrapper .box:nth-last-child(n+4) ~ .box {
        width: calc(25% - 2rem)
    }
}

@media (min-width: 48em) {
    .cards .card:only-child, .cards .card:nth-last-child(n+5), .cards .card:nth-last-child(n+5) ~ .card, .linkboxenWrapper.bgColor ul li:only-child, .linkboxenWrapper.bgColor ul li:nth-last-child(n+5), .linkboxenWrapper.bgColor ul li:nth-last-child(n+5) ~ li, .linkboxenWrapper.beitragsbild ul li:only-child, .linkboxenWrapper.beitragsbild ul li:nth-last-child(n+5), .linkboxenWrapper.beitragsbild ul li:nth-last-child(n+5) ~ li, .themeBoxesWrapper .boxesWrapper .box:only-child, .themeBoxesWrapper .boxesWrapper .box:nth-last-child(n+5), .themeBoxesWrapper .boxesWrapper .box:nth-last-child(n+5) ~ .box {
        width: calc(50% - 2rem)
    }
}

@media (min-width: 64em) {
    .cards .card:only-child, .cards .card:nth-last-child(n+5), .cards .card:nth-last-child(n+5) ~ .card, .linkboxenWrapper.bgColor ul li:only-child, .linkboxenWrapper.bgColor ul li:nth-last-child(n+5), .linkboxenWrapper.bgColor ul li:nth-last-child(n+5) ~ li, .linkboxenWrapper.beitragsbild ul li:only-child, .linkboxenWrapper.beitragsbild ul li:nth-last-child(n+5), .linkboxenWrapper.beitragsbild ul li:nth-last-child(n+5) ~ li, .themeBoxesWrapper .boxesWrapper .box:only-child, .themeBoxesWrapper .boxesWrapper .box:nth-last-child(n+5), .themeBoxesWrapper .boxesWrapper .box:nth-last-child(n+5) ~ .box {
        width: calc(33.33333% - 2rem)
    }
}

@media (min-width: 83.5em) {
    .cards .card:only-child, .cards .card:nth-last-child(n+5), .cards .card:nth-last-child(n+5) ~ .card, .linkboxenWrapper.bgColor ul li:only-child, .linkboxenWrapper.bgColor ul li:nth-last-child(n+5), .linkboxenWrapper.bgColor ul li:nth-last-child(n+5) ~ li, .linkboxenWrapper.beitragsbild ul li:only-child, .linkboxenWrapper.beitragsbild ul li:nth-last-child(n+5), .linkboxenWrapper.beitragsbild ul li:nth-last-child(n+5) ~ li, .themeBoxesWrapper .boxesWrapper .box:only-child, .themeBoxesWrapper .boxesWrapper .box:nth-last-child(n+5), .themeBoxesWrapper .boxesWrapper .box:nth-last-child(n+5) ~ .box {
        width: calc(25% - 2rem)
    }
}

@media (max-width: 63.9375em) {
    .cards--ajax-load .card:nth-child(n+5) {
        display: none
    }
}

@media (min-width: 64em) and (max-width: 83.4375em) {
    .cards--ajax-load .card:nth-child(n+4) {
        display: none
    }
}

@media (min-width: 83.5em) {
    .cards--ajax-load .card:nth-child(n+5) {
        display: none
    }
}

[data-observer="in-viewport"] .cards:not(.cards--ajax-load) .card {
    opacity: 0;
    transform: translateY(2em)
}

[data-observer="in-viewport"] .cards:not(.cards--ajax-load) .card:nth-child(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

[data-observer="in-viewport"] .cards:not(.cards--ajax-load) .card:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

[data-observer="in-viewport"] .cards:not(.cards--ajax-load) .card:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

[data-observer="in-viewport"] .cards:not(.cards--ajax-load) .card:nth-child(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

[data-observer="in-viewport"] .cards:not(.cards--ajax-load) .card:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

[data-observer="in-viewport"] .cards:not(.cards--ajax-load) .card:nth-child(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

[data-observer="in-viewport"] .cards:not(.cards--ajax-load) .card:nth-child(7) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

[data-observer="in-viewport"] .cards:not(.cards--ajax-load) .card:nth-child(8) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

[data-observer="in-viewport"] .cards:not(.cards--ajax-load) .card:nth-child(9) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

[data-observer="in-viewport"] .cards:not(.cards--ajax-load) .card:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

[data-observer="in-viewport"] .cards:not(.cards--ajax-load) .card:nth-child(11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

[data-observer="in-viewport"] .cards:not(.cards--ajax-load) .card:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

[data-observer="in-viewport"] .cards:not(.cards--ajax-load) .card:nth-child(n+13) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.not-in-viewport .cards:not(.cards--ajax-load) .card {
    opacity: 0;
    transform: translateY(2em)
}

.in-viewport .cards:not(.cards--ajax-load) .card {
    -webkit-animation: cardFadeIn 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: cardFadeIn 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

_:-ms-fullscreen, :root [data-observer="in-viewport"] .cards:not(.cards--ajax-load) .card {
    opacity: 1;
    pointer-events: auto;
    transform: 0
}

_:-ms-fullscreen, :root .not-in-viewport .cards:not(.cards--ajax-load) .card {
    opacity: 1;
    pointer-events: auto;
    transform: 0
}

_:-ms-fullscreen, :root .in-viewport .cards:not(.cards--ajax-load) .card {
    opacity: 1;
    pointer-events: auto;
    transform: 0
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]) {
    opacity: 0;
    transform: translateY(2em)
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(6) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(7) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(8) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(9) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(10) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(11) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(12) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(13) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(14) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(15) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(16) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(17) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(18) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(19) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(20) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(21) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(22) {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(23) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(24) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

[data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]):nth-child(n+25) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.not-in-viewport .cards--ajax-load .card:not([aria-hidden="true"]) {
    opacity: 0;
    transform: translateY(2em)
}

.in-viewport .cards--ajax-load .card:not([aria-hidden="true"]) {
    -webkit-animation: cardFadeIn 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: cardFadeIn 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

_:-ms-fullscreen, :root [data-observer="in-viewport"] .cards--ajax-load .card:not([aria-hidden="true"]) {
    opacity: 1;
    pointer-events: auto;
    transform: 0
}

_:-ms-fullscreen, :root .not-in-viewport .cards--ajax-load .card:not([aria-hidden="true"]) {
    opacity: 1;
    pointer-events: auto;
    transform: 0
}

_:-ms-fullscreen, :root .in-viewport .cards--ajax-load .card:not([aria-hidden="true"]) {
    opacity: 1;
    pointer-events: auto;
    transform: 0
}

@-webkit-keyframes cardFadeIn {
    0% {
        opacity: 0;
        transform: translateY(2em)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes cardFadeIn {
    0% {
        opacity: 0;
        transform: translateY(2em)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.ajax-load-btn-container {
    display: flex
}

.ajax-load-btn, .linkboxenWrapper .button {
    margin: 2em auto 0 auto
}

.trip-advisor-widget {
    background: rgba(0, 0, 0, 0.2);
    padding: 1.5em 1em;
    text-align: center
}

.facts-list {
    font-size: .875em
}

.facts-list__item + .facts-list__item {
    margin-top: .25em
}

.link-list__item + .link-list__item {
    margin-top: .25em
}

.link-list__item:only-child {
    display: flex;
    justify-content: flex-end
}

.link-list__link {
    display: flex;
    text-transform: uppercase
}

.link-list .link__text {
    margin-right: auto
}

.link-list .link__icon {
    flex: 0 0 auto;
    -ms-grid-row-align: center;
    align-self: center
}

.price-detailed {
    text-align: right
}

.price-detailed__highlight {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    padding: .125em .375em;
    background: #40578f;
    color: #fff;
    font-size: .875em;
    margin-bottom: .5875em;
    margin-right: -.375em;
    transform: translateY(-1.875em)
}

@media (max-width: 23.375em) {
    .price-detailed__highlight {
        font-size: 13px
    }
}

.price-detailed__price {
    display: block;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1;
    margin-top: .1875em
}

.price-detailed__highlight + .price-detailed__price {
    margin-top: -1em
}

.price-detailed__info {
    display: block;
    font-size: .625em;
    margin-top: .25em;
    line-height: 1.3
}

.price-detailed__special {
    display: block;
    color: #0BA360;
    font-size: .8125em;
    margin-top: .25em;
    line-height: 1.4;
    font-style: normal;
    font-weight: bold
}

.price-detailed__special-icon {
    display: inline-block;
    fill: currentColor;
    width: .8125em;
    height: .8125em;
    vertical-align: middle;
    margin-right: .25em;
    transform: translateY(-1px)
}

.star-rating__icon {
    width: .875em;
    height: .875em;
    color: #d3d3d3;
    fill: #d3d3d3
}

.star-rating--1 .star-rating__icon:first-child {
    fill: #df3333;
    color: #df3333
}

.star-rating--2 .star-rating__icon:first-child, .star-rating--2 .star-rating__icon:nth-child(2) {
    fill: #df3333;
    color: #df3333
}

.star-rating--3 .star-rating__icon:first-child, .star-rating--3 .star-rating__icon:nth-child(2), .star-rating--3 .star-rating__icon:nth-child(3) {
    fill: #df3333;
    color: #df3333
}

.star-rating--4 .star-rating__icon:first-child, .star-rating--4 .star-rating__icon:nth-child(2), .star-rating--4 .star-rating__icon:nth-child(3), .star-rating--4 .star-rating__icon:nth-child(4) {
    fill: #df3333;
    color: #df3333
}

.star-rating--5 .star-rating__icon {
    fill: #df3333;
    color: #df3333
}

.star-rating__val, .star-rating__count {
    display: inline-block;
    font-size: .875em;
    vertical-align: top
}

.star-rating__val {
    font-style: normal;
    font-weight: bold;
    color: #df3333
}

.card__txt ul + ul, .card__txt ul + ol, .card__txt ul + dl, .card__txt ul + p, .card__txt ol + ul, .card__txt ol + ol, .card__txt ol + dl, .card__txt ol + p, .card__txt dl + ul, .card__txt dl + ol, .card__txt dl + dl, .card__txt dl + p, .card__txt p + ul, .card__txt p + ol, .card__txt p + dl, .card__txt p + p {
    margin-top: .25rem
}

.card__txt ul:not(.checkmarks) > li:before {
    content: '-';
    color: #df3333;
    display: inline-block;
    margin-right: .375em
}

.card__txt ul:not(.checkmarks) > li ul, .card__txt ul:not(.checkmarks) > li ol {
    padding-left: 1em
}

.card__txt ol {
    counter-reset: item
}

.card__txt ol > li {
    counter-increment: item;
    display: table
}

.card__txt ol > li:before {
    display: table-cell;
    padding-right: .25em;
    content: counters(item, ".") ". "
}

.card__txt a:not(.button) {
    color: #df3333;
    text-decoration: underline;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

.card__txt a:not(.button):hover, .card__txt a:not(.button):focus {
    color: #e97070
}

.card__txt a:not(.button):hover:active, .card__txt a:not(.button):focus:active {
    color: #e24747;
    transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1)
}

.newsletter {
    padding-top: 2.75rem;
    background: linear-gradient(to top right, #F2AD4A, #F59756, #FC6E6E);
    color: #fff
}

@media (min-width: 48em) {
    .newsletter {
        padding-top: 4rem
    }
}

@media (min-width: 64em) {
    .newsletter {
        padding-top: 5.5rem
    }
}

@media (max-width: 63.9375em) {
    .newsletter {
        text-align: center
    }
}

.newsletter__inner-container {
    max-width: 78.25rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 25.875em) {
    .newsletter__inner-container {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (max-width: 63.9375em) {
    .newsletter__inner-container {
        max-width: 700px
    }
}

@media (min-width: 64em) {
    .newsletter__inner-container.has-some {
        display: -ms-grid;
        display: grid;
        grid-gap: 2.75rem;
        justify-content: center;
        -ms-grid-columns: 1fr 8rem 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 8rem;
        grid-template-areas: 'newsletter some'
    }
}

@media (min-width: 64em) {
    .newsletter__text:first-child {
        text-align: right
    }

    .newsletter__text:last-child {
        text-align: center
    }

    .has-some .newsletter__text {
        grid-area: newsletter
    }
}

@media (max-width: 63.9375em) {
    .newsletter__text + .some {
        margin-top: 2.75rem
    }
}

.newsletter__heading + .newsletter__form, .newsletter__copy + .newsletter__form {
    margin-top: 1.5rem
}

.newsletter__input-container {
    display: block;
    max-width: 428px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 64em) {
    .has-some .newsletter__input-container {
        margin-right: 0
    }
}

.newsletter__input {
    width: 100%;
    text-align: inherit
}

.newsletter__submit {
    margin-top: 1rem
}

@media (min-width: 64em) {
    .newsletter .some {
        position: relative;
        grid-area: some
    }

    .newsletter .some:before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: -4rem;
        bottom: 0;
        width: 1px;
        background: #fff
    }
}

@media (min-width: 64em) {
    .has-some .newsletter__text {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .newsletter .some {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }
}

.newsletter .some__heading {
    margin-bottom: 1.5rem
}

@media (max-width: 63.9375em) {
    .some-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: -.25rem;
        margin-bottom: -.25rem
    }
}

@media (max-width: 63.9375em) {
    .some-link {
        margin: .25rem
    }
}

.some-link a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

.some-link a:hover, .some-link a:focus {
    opacity: .5
}

.some-link a:active {
    opacity: .75;
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1)
}

.some-link__text {
    vertical-align: middle;
    margin-left: .75rem;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: bold
}

@media (max-width: 63.9375em) {
    .some-link__text {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }

    .some-link__text:focus {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.095), 0 6px 6px rgba(0, 0, 0, 0.115);
        display: block;
        position: fixed;
        left: 5px;
        top: 5px;
        height: auto;
        width: auto;
        padding: .5em 1.5em;
        clip: auto;
        background-color: #df3333;
        font-weight: bold;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        line-height: normal;
        text-decoration: none;
        z-index: 100000
    }
}

.some-link__icon {
    vertical-align: middle;
    width: 2.625rem;
    height: 2.625rem;
    fill: currentColor
}

@media (min-width: 64em) {
    .some-link + .some-link {
        margin-top: .5rem
    }
}

.testimonials {
    padding-top: 2.75rem
}

@media (min-width: 48em) {
    .testimonials {
        padding-top: 4rem
    }
}

@media (min-width: 64em) {
    .testimonials {
        padding-top: 5.5rem
    }
}

.testimonials__heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem
}

.testimonial__inner-container {
    max-width: 43.75rem;
    margin: 0 auto
}

@media (min-width: 35.5em) {
    .testimonial__header {
        display: flex;
        align-items: center
    }
}

.testimonial__title {
    flex: 1 1 auto;
    display: inline-block;
    font-size: 1.5rem;
    margin: 0 1rem 0 0
}

.testimonial__text {
    position: relative;
    border: none;
    margin: 2rem 0 1.5rem 0;
    padding: 0 0 0 2rem
}

@media (min-width: 25.875em) {
    .testimonial__text {
        padding: 0 0 0 3rem
    }
}

.testimonial__text:before {
    display: block;
    content: 'Ã¢â‚¬Å“';
    font-size: 4rem;
    line-height: 1;
    position: absolute;
    top: -.5rem;
    left: 0;
    font-style: normal;
    font-weight: bold;
    color: #d3d3d3
}

@media (min-width: 25.875em) {
    .testimonial__text:before {
        font-size: 6rem;
        top: -1rem
    }
}

.testimonial__subline {
    font-size: .9375rem;
    font-style: normal;
    font-weight: bold
}

@media (min-width: 25.875em) {
    .testimonial__subline {
        margin-left: 3rem
    }
}

.testimonial__stars {
    flex: 0 0 auto;
    display: inline-block;
    margin: 0 0 0 auto
}

@media (max-width: 35.4375em) {
    .testimonial__stars {
        margin-top: .5rem
    }
}

.testimonial__stars-icon {
    width: 1rem;
    height: 1rem;
    color: #d3d3d3;
    fill: #d3d3d3
}

.testimonial__stars--1 .testimonial__stars-icon:first-child {
    fill: #df3333;
    color: #df3333
}

.testimonial__stars--2 .testimonial__stars-icon:first-child, .testimonial__stars--2 .testimonial__stars-icon:nth-child(2) {
    fill: #df3333;
    color: #df3333
}

.testimonial__stars--3 .testimonial__stars-icon:first-child, .testimonial__stars--3 .testimonial__stars-icon:nth-child(2), .testimonial__stars--3 .testimonial__stars-icon:nth-child(3) {
    fill: #df3333;
    color: #df3333
}

.testimonial__stars--4 .testimonial__stars-icon:first-child, .testimonial__stars--4 .testimonial__stars-icon:nth-child(2), .testimonial__stars--4 .testimonial__stars-icon:nth-child(3), .testimonial__stars--4 .testimonial__stars-icon:nth-child(4) {
    fill: #df3333;
    color: #df3333
}

.testimonial__stars--5 .testimonial__stars-icon {
    fill: #df3333;
    color: #df3333
}

.testimonial__date {
    font-style: normal;
    font-weight: normal;
    color: #949494;
    font-size: .9375rem
}

.testimonial__date:before {
    content: ' | '
}

.testimonial--no-slide + .testimonial--no-slide, .testimonial + .testimonial:not(.slick-slide) {
    padding-top: 2.75rem
}

@media (min-width: 48em) {
    .testimonial--no-slide + .testimonial--no-slide, .testimonial + .testimonial:not(.slick-slide) {
        padding-top: 4rem
    }
}

@media (min-width: 64em) {
    .testimonial--no-slide + .testimonial--no-slide, .testimonial + .testimonial:not(.slick-slide) {
        padding-top: 5.5rem
    }
}

.section-wysiwyg {
    padding-top: 2.75rem
}

@media (min-width: 48em) {
    .section-wysiwyg {
        padding-top: 4rem
    }
}

@media (min-width: 64em) {
    .section-wysiwyg {
        padding-top: 5.5rem
    }
}

.wysiwyg-container, .linkboxenWrapper.textlink, .linkboxenWrapper.bgColor h2 {
    max-width: 78.25rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 53.75rem
}

@media (min-width: 25.875em) {
    .wysiwyg-container, .linkboxenWrapper.textlink {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.wysiwyg-container h1, .wysiwyg-container h2, .wysiwyg-container h3, .wysiwyg-container h4, .wysiwyg-container h5, .wysiwyg-container h6, .wysiwyg-container p, .wysiwyg-container li, .linkboxenWrapper.textlink h2 {
    max-width: 100%
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .linkboxenWrapper h2 {
    margin-bottom: 1em
}

.wysiwyg p + h2, .wysiwyg p + h3, .wysiwyg p + h4, .wysiwyg p + h5, .wysiwyg p + h6, .wysiwyg ul + h2, .wysiwyg ul + h3, .wysiwyg ul + h4, .wysiwyg ul + h5, .wysiwyg ul + h6, .wysiwyg ol + h2, .wysiwyg ol + h3, .wysiwyg ol + h4, .wysiwyg ol + h5, .wysiwyg ol + h6, .wysiwyg dl + h2, .wysiwyg dl + h3, .wysiwyg dl + h4, .wysiwyg dl + h5, .wysiwyg dl + h6, .wysiwyg figure + h2, .wysiwyg figure + h3, .wysiwyg figure + h4, .wysiwyg figure + h5, .wysiwyg figure + h6, .wysiwyg img + h2, .wysiwyg img + h3, .wysiwyg img + h4, .wysiwyg img + h5, .wysiwyg img + h6, .wysiwyg video + h2, .wysiwyg video + h3, .wysiwyg video + h4, .wysiwyg video + h5, .wysiwyg video + h6, .wysiwyg table + h2, .wysiwyg table + h3, .wysiwyg table + h4, .wysiwyg table + h5, .wysiwyg table + h6, .wysiwyg .wp-video + h2, .wysiwyg .wp-video + h3, .wysiwyg .wp-video + h4, .wysiwyg .wp-video + h5, .wysiwyg .wp-video + h6, .wysiwyg .weather-table + h2, .wysiwyg .weather-table + h3, .wysiwyg .weather-table + h4, .wysiwyg .weather-table + h5, .wysiwyg .weather-table + h6 {
    margin-top: 3.5rem
}

.wysiwyg ul + ul, .wysiwyg ul + ol, .wysiwyg ul + dl, .wysiwyg ul + p, .wysiwyg ul + table, .wysiwyg ul + .weather-table, .wysiwyg ol + ul, .wysiwyg ol + ol, .wysiwyg ol + dl, .wysiwyg ol + p, .wysiwyg ol + table, .wysiwyg ol + .weather-table, .wysiwyg dl + ul, .wysiwyg dl + ol, .wysiwyg dl + dl, .wysiwyg dl + p, .wysiwyg dl + table, .wysiwyg dl + .weather-table, .wysiwyg p + ul, .wysiwyg p + ol, .wysiwyg p + dl, .wysiwyg p + p, .wysiwyg p + table, .wysiwyg p + .weather-table, .wysiwyg figure + ul, .wysiwyg figure + ol, .wysiwyg figure + dl, .wysiwyg figure + p, .wysiwyg figure + table, .wysiwyg figure + .weather-table, .wysiwyg img + ul, .wysiwyg img + ol, .wysiwyg img + dl, .wysiwyg img + p, .wysiwyg img + table, .wysiwyg img + .weather-table, .wysiwyg video + ul, .wysiwyg video + ol, .wysiwyg video + dl, .wysiwyg video + p, .wysiwyg video + table, .wysiwyg video + .weather-table, .wysiwyg table + ul, .wysiwyg table + ol, .wysiwyg table + dl, .wysiwyg table + p, .wysiwyg table + table, .wysiwyg table + .weather-table, .wysiwyg .wp-video + ul, .wysiwyg .wp-video + ol, .wysiwyg .wp-video + dl, .wysiwyg .wp-video + p, .wysiwyg .wp-video + table, .wysiwyg .wp-video + .weather-table, .wysiwyg .weather-table + ul, .wysiwyg .weather-table + ol, .wysiwyg .weather-table + dl, .wysiwyg .weather-table + p, .wysiwyg .weather-table + table, .wysiwyg .weather-table + .weather-table {
    margin-top: 1.5rem
}

.wysiwyg ul + figure, .wysiwyg ul + img, .wysiwyg ul + video, .wysiwyg ul + .wp-video, .wysiwyg ol + figure, .wysiwyg ol + img, .wysiwyg ol + video, .wysiwyg ol + .wp-video, .wysiwyg dl + figure, .wysiwyg dl + img, .wysiwyg dl + video, .wysiwyg dl + .wp-video, .wysiwyg p + figure, .wysiwyg p + img, .wysiwyg p + video, .wysiwyg p + .wp-video, .wysiwyg figure + figure, .wysiwyg figure + img, .wysiwyg figure + video, .wysiwyg figure + .wp-video, .wysiwyg img + figure, .wysiwyg img + img, .wysiwyg img + video, .wysiwyg img + .wp-video, .wysiwyg video + figure, .wysiwyg video + img, .wysiwyg video + video, .wysiwyg video + .wp-video, .wysiwyg table + figure, .wysiwyg table + img, .wysiwyg table + video, .wysiwyg table + .wp-video, .wysiwyg .wp-video + figure, .wysiwyg .wp-video + img, .wysiwyg .wp-video + video, .wysiwyg .wp-video + .wp-video, .wysiwyg .weather-table + figure, .wysiwyg .weather-table + img, .wysiwyg .weather-table + video, .wysiwyg .weather-table + .wp-video {
    margin-top: 3.5rem
}

.wysiwyg figure + p, .wysiwyg figure + ul, .wysiwyg figure + ol, .wysiwyg figure + dl, .wysiwyg img + p, .wysiwyg img + ul, .wysiwyg img + ol, .wysiwyg img + dl, .wysiwyg video + p, .wysiwyg video + ul, .wysiwyg video + ol, .wysiwyg video + dl, .wysiwyg table .wp-video + p, .wysiwyg table .wp-video + ul, .wysiwyg table .wp-video + ol, .wysiwyg table .wp-video + dl, .wysiwyg .weather-table + p, .wysiwyg .weather-table + ul, .wysiwyg .weather-table + ol, .wysiwyg .weather-table + dl {
    margin-top: 3.5rem
}

.wysiwyg ul:not(.checkmarks) > li:before {
    content: '-';
    color: #df3333;
    display: inline-block;
    margin-right: .375em
}

.wysiwyg ul:not(.checkmarks) > li ul, .wysiwyg ul:not(.checkmarks) > li ol {
    padding-left: 1em
}

.wysiwyg ol {
    counter-reset: item
}

.wysiwyg ol > li {
    counter-increment: item;
    display: table
}

.wysiwyg ol > li:before {
    display: table-cell;
    padding-right: .25em;
    content: counters(item, ".") ". "
}

.wysiwyg ul:not(.checkmarks) li + li, .wysiwyg ul:not(.checkmarks) li > ul, .wysiwyg ul:not(.checkmarks) li > ol, .wysiwyg ol li + li, .wysiwyg ol li > ul, .wysiwyg ol li > ol {
    margin-top: .25rem
}

.wysiwyg figcaption {
    position: relative
}

.wysiwyg a:not(.button) {
    color: #df3333;
    text-decoration: underline;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.wysiwyg a:not(.button):hover, .wysiwyg a:not(.button):focus {
    color: #e97070
}

.wysiwyg a:not(.button):hover:active, .wysiwyg a:not(.button):focus:active {
    color: #e24747;
    transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1)
}

.wysiwyg img, .wysiwyg .wp-video {
    border-radius: 10px
}

.wysiwyg .wp-video {
    overflow: hidden
}

.wysiwyg .simedia-logo {
    max-width: 26.875rem
}

.section-gallery {
    padding-top: 2.75rem
}

@media (min-width: 48em) {
    .section-gallery {
        padding-top: 4rem
    }
}

@media (min-width: 64em) {
    .section-gallery {
        padding-top: 5.5rem
    }
}

.gallery-heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem
}

.gallery {
    position: relative;
    display: -ms-grid;
    display: grid;
    grid-auto-rows: auto auto
}

@media (max-width: 63.9375em) {
    .page-entry__title-wrap + .gallery {
        margin-top: 2.75rem
    }
}

@media (max-width: 63.9375em) and (min-width: 48em) {
    .page-entry__title-wrap + .gallery {
        margin-top: 4rem
    }
}

@media (max-width: 63.9375em) and (min-width: 64em) {
    .page-entry__title-wrap + .gallery {
        margin-top: 5.5rem
    }
}

.gallery__counter {
    display: flex;
    border-radius: 10px;
    pointer-events: none;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: center;
    z-index: 1
}

.gallery__counter-inner {
    margin: auto;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    opacity: .75;
    transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1)
}

.gallery__counter--s {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 12vw
}

@media (min-width: 30em) {
    .gallery__counter--s {
        font-size: 3rem
    }
}

.gallery__counter--l {
    display: none;
    font-size: 5vw
}

@media (min-width: 35.5em) {
    .gallery__counter--l {
        display: flex;
        grid-area: small4
    }
}

@media (min-width: 64em) {
    .gallery__counter--l {
        font-size: 3rem
    }

    .page-entry .gallery__counter--l {
        font-size: 1.75rem
    }
}

.gallery .gallery-item-container:nth-child(n+2) {
    display: none
}

.gallery__item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.gallery__item:before {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 36, 61, 0.1), rgba(4, 57, 35, 0.05), rgba(0, 36, 61, 0.1)), linear-gradient(to right, rgba(0, 36, 61, 0.1), rgba(4, 57, 35, 0.05), rgba(0, 36, 61, 0.1))
}

.gallery__item:hover:before, .gallery__item:focus:before {
    opacity: 0
}

.gallery__item:hover .gallery__img, .gallery__item:focus .gallery__img {
    transform: scale(1.05)
}

.gallery__item:hover .gallery__icon-container, .gallery__item:hover .gallery__counter-inner, .gallery__item:focus .gallery__icon-container, .gallery__item:focus .gallery__counter-inner {
    opacity: 1
}

.gallery__item-description {
    font-size: 14px
}

.gallery__img {
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1)
}

.gallery__icon-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    max-width: 175px;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: .75;
    pointer-events: none
}

.gallery__icon-container--panorama {
    max-width: 225px
}

@media (max-width: 35.4375em) {
    .has-counter--s .gallery__icon-container {
        display: none
    }
}

.gallery.has-counter--l .gallery-item-container:nth-child(5) .gallery__icon-container {
    display: none
}

.gallery__icon {
    width: 100%;
    height: auto;
    fill: #fff;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4))
}

@media (min-width: 35.5em) {
    .gallery.has-counter--l .gallery__counter--s {
        display: none
    }
}

.gallery.has-preview .gallery-item-container:first-child {
    grid-area: big
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .gallery.has-preview .gallery-item-container:first-child .gallery__img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (min-width: 35.5em) {
    .gallery.has-preview .gallery__counter--s {
        display: none
    }
}

@media (min-width: 35.5em) {
    .gallery.has-preview {
        -ms-grid-columns: 1fr .25rem 1fr .25rem 1fr .25rem 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: .25rem;
        -ms-grid-rows: auto .25rem auto;
        grid-template-areas: "big big big big" "small1 small2 small3 small4"
    }

    .gallery.has-preview .gallery-item-container:nth-child(2) {
        display: block;
        grid-area: small1
    }

    .gallery.has-preview .gallery-item-container:nth-child(3) {
        display: block;
        grid-area: small2
    }

    .gallery.has-preview .gallery-item-container:nth-child(4) {
        display: block;
        grid-area: small3
    }

    .gallery.has-preview .gallery-item-container:nth-child(5) {
        display: block;
        grid-area: small4
    }

    .gallery__counter--l {
        -ms-grid-row: 3;
        -ms-grid-column: 7
    }

    .gallery.has-preview .gallery-item-container:first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7
    }
}

@media (min-width: 35.5em) {
    .gallery.has-preview .gallery-item-container:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .gallery.has-preview .gallery-item-container:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }

    .gallery.has-preview .gallery-item-container:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 5
    }

    .gallery.has-preview .gallery-item-container:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 7
    }
}

@media (min-width: 64em) {
    .section-gallery .gallery.has-preview {
        grid-template-areas: "big big small1 small2" "big big small3 small4"
    }

    .section-gallery .gallery.has-preview > .gallery__counter--l {
        -ms-grid-row: 3;
        -ms-grid-column: 7
    }

    .section-gallery .gallery.has-preview > .gallery-item-container:first-child {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .section-gallery .gallery.has-preview > .gallery-item-container:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 5
    }

    .section-gallery .gallery.has-preview > .gallery-item-container:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 7
    }

    .section-gallery .gallery.has-preview > .gallery-item-container:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 5
    }

    .section-gallery .gallery.has-preview > .gallery-item-container:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 7
    }
}

.gslide-desc {
    text-align: center
}

.gslide-desc p {
    max-width: 100%
}

.gslide-desc p + p {
    margin-top: 12px
}

@media (max-width: 47.9375em) {
    .gslide-media.gslide-external {
        height: 100vh;
        max-height: 100vh
    }

    .gslide-media.gslide-external iframe {
        height: 100vh !important;
        width: 100% !important
    }

    .gslide-media.gslide-external + .gslide-description.description-bottom {
        bottom: auto;
        top: 0;
        padding-top: 0;
        padding-bottom: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
        padding-right: 28px;
        padding-left: 28px
    }
}

.glightbox-clean .gclose, .glightbox-modern .gclose {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.plyr__control--overlaid, .plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #df3333
}

.plyr--full-ui input[type=range] {
    color: #df3333
}

.more-links {
    max-width: 78.25rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2.75rem;
    display: -ms-grid;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr))
}

@media (min-width: 25.875em) {
    .more-links {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 48em) {
    .more-links {
        padding-top: 4rem
    }
}

@media (min-width: 64em) {
    .more-links {
        padding-top: 5.5rem
    }
}

.more-link__link {
    color: inherit;
    position: relative;
    display: block;
    text-decoration: none
}

.more-link__link:hover .more-link__heading, .more-link__link:focus .more-link__heading {
    color: #e97070
}

.more-link__link:hover:active .more-link__heading, .more-link__link:focus:active .more-link__heading {
    color: #e24747;
    transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1)
}

.more-link__heading {
    color: #df3333;
    display: block;
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 1.125rem;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

.more-link__description {
    font-size: .875rem;
    display: block;
    margin: 0
}

.more-link__icon {
    fill: currentColor;
    position: absolute;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    top: 0
}

.tabbed-content {
    padding-top: 2.75rem
}

@media (min-width: 48em) {
    .tabbed-content {
        padding-top: 4rem
    }
}

@media (min-width: 64em) {
    .tabbed-content {
        padding-top: 5.5rem
    }
}

.tabbed-content__inner-container {
    background: #fff;
    z-index: 3;
    margin-bottom: 1.5rem;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.12)
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    .tabbed-content__inner-container {
        background: rgba(255, 255, 255, 0.5);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px)
    }
}

@media (min-width: 48em) {
    .tabbed-content__inner-container {
        margin-bottom: 3.5rem
    }
}

.tabs {
    max-width: 78.25rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 25.875em) {
    .tabs {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.tabs__nav {
    text-align: center;
    margin-top: -1rem;
    padding-top: 1rem
}

.tabs__nav .slick-dots {
    text-align: left;
    display: inline-block
}

.tabs__nav .slick-dots li {
    display: inline-block;
    margin-right: .5rem;
    margin-bottom: .5rem
}

.slick-active .tabs__tab {
    background: #df3333;
    color: #fff
}

.tab + .tab:not(.slick-slide) {
    padding-top: 2.75rem
}

@media (min-width: 48em) {
    .tab + .tab:not(.slick-slide) {
        padding-top: 4rem
    }
}

@media (min-width: 64em) {
    .tab + .tab:not(.slick-slide) {
        padding-top: 5.5rem
    }
}

.tab {
    margin-left: auto;
    margin-right: auto;
    max-width: 43.75rem
}

@media (min-width: 48em) {
    .tab {
        max-width: 1100px;
        display: flex;
        align-items: flex-start
    }
}

@media (max-width: 47.9375em) {
    .tab__heading {
        margin-bottom: 1em
    }
}

@media (min-width: 48em) {
    .tab__heading {
        padding-right: 4rem;
        width: 40%
    }
}

@media (min-width: 64em) {
    .tab__heading {
        text-align: right
    }
}

.tab__wysiwyg {
    max-width: 43.75rem
}

@media (min-width: 48em) {
    .tab__wysiwyg {
        width: 60%
    }
}

.section-faq {
    padding-top: 2.75rem;
    color: #fff;
    background: linear-gradient(to bottom left, #9ebd13, #008552)
}

@media (min-width: 48em) {
    .section-faq {
        padding-top: 4rem
    }
}

@media (min-width: 64em) {
    .section-faq {
        padding-top: 5.5rem
    }
}

.section-faq__heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem
}

.faqs {
    max-width: 78.25rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 53.75rem
}

@media (min-width: 25.875em) {
    .faqs {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.faq__heading {
    font-size: 1.1875rem;
    max-width: 100%;
    line-height: 1.5;
    margin: 0
}

.faq__toggle {
    border: 0;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    color: inherit;
    font: inherit;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    position: relative;
    display: flex;
    padding: 1rem 3.5rem 1rem 1rem;
    width: 100%;
    text-align: left;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.125);
    will-change: background, border-radius;
    transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.095), 0 6px 6px rgba(0, 0, 0, 0.115);
    transition: box-shadow .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.faq__toggle::-moz-focus-inner {
    border: 0;
    padding: 0
}

.faq__toggle[disabled] {
    cursor: not-allowed
}

.faq__toggle:hover, .faq__toggle:focus {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.15), 0 15px 12px rgba(0, 0, 0, 0.11)
}

.faq__toggle:active {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.125), 0 10px 10px rgba(0, 0, 0, 0.11)
}

.faq__toggle[aria-expanded="false"] .faq__icon {
    transform: rotate(180deg)
}

.faq__toggle:hover, .faq__toggle:focus, .faq__toggle:active {
    background: rgba(255, 255, 255, 0.25)
}

.faq__toggle[aria-expanded="true"] {
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.faq__toggle[aria-expanded="true"]:focus {
    background: rgba(255, 255, 255, 0.125)
}

.faq__icon {
    fill: currentColor;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.7rem
}

.faq__content-container {
    background: rgba(255, 255, 255, 0.125);
    margin-bottom: 2rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.faq__content {
    padding: .5rem 1rem 1rem 1rem;
    overflow: hidden
}

.faq__content > * {
    max-width: 100%
}

.faq__content > *.buttons-container {
    max-width: calc(100% + 1rem)
}

@media (max-width: 31.1875em) {
    .faq__content > *.buttons-container > * {
        max-width: calc(100% - 1rem)
    }
}

.faq__content .checkmarks li:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M11,0A11,11,0,1,0,22,11,11,11,0,0,0,11,0ZM9.58643,16.67773l-4.87549-4.875,1.2373-1.23779,3.63819,3.63818,7.37451-7.375,1.23828,1.23731Z' fill='%23ffffff'/%3E%3C/svg%3E")
}

.faq__content a:not(.button) {
    color: currentColor;
    text-decoration: underline;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

.faq__content a:not(.button):hover, .faq__content a:not(.button):focus {
    color: currentColor;
    opacity: .5
}

.faq__content a:not(.button):hover:active, .faq__content a:not(.button):focus:active {
    color: currentColor;
    opacity: .75;
    transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1)
}

.faq__content .button--contained {
    background: #fff;
    color: #0BA360
}

.faq__content .button--outlined {
    border-color: #fff;
    color: #fff
}

.faq__content .button--outlined:hover, .faq__content .button--outlined:focus {
    background: #fff;
    color: #0BA360
}

.faq__content .button--text {
    color: #fff;
    transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

.faq__content .button--text:hover, .faq__content .button--text:active {
    background: rgba(255, 255, 255, 0.2)
}

.faq__content .button--text:focus {
    background: rgba(255, 255, 255, 0.3)
}

.faq + .faq {
    margin-top: 1em
}

.section-code {
    padding-top: 2.75rem;
    position: relative;
    z-index: 1
}

@media (min-width: 48em) {
    .section-code {
        padding-top: 4rem
    }
}

@media (min-width: 64em) {
    .section-code {
        padding-top: 5.5rem
    }
}

.section-code__heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem
}

@media (min-width: 48em) and (max-width: 63.9375em) {
    .weather-table {
        text-align: center
    }
}

.weather-table table {
    border-spacing: 1px;
    width: 100%;
    font-size: 10px;
    table-layout: fixed
}

@media (min-width: 23.4375em) {
    .weather-table table {
        font-size: 12px
    }
}

@media (min-width: 25.875em) {
    .weather-table table {
        font-size: 13px
    }
}

@media (min-width: 33.75em) {
    .weather-table table {
        font-size: 14px
    }
}

@media (min-width: 48em) and (max-width: 63.9375em) {
    .weather-table table {
        display: flex;
        width: auto;
        font-size: 15px;
        border-spacing: 0
    }
}

@media (min-width: 93em) {
    .weather-table table {
        font-size: 15px
    }
}

.weather-table tbody {
    background: linear-gradient(to top, #F2AD4A, #F59756, #FC6E6E)
}

@media (min-width: 48em) and (max-width: 63.9375em) {
    .weather-table tbody {
        display: inline-table
    }

    .weather-table tbody:first-child {
        width: 58%
    }

    .weather-table tbody:last-child {
        width: 42%;
        transform: translateX(-1px)
    }

    .weather-table tbody:last-child tr th:first-child {
        display: none
    }
}

.weather-table th, .weather-table td {
    line-height: 1.3;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center
}

.weather-table th {
    font-style: normal;
    font-weight: normal;
    background: #fff
}

.weather-table td {
    min-width: 3.125em;
    height: 3.125em;
    color: #fff;
    font-style: normal;
    font-weight: bold
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .weather-table td {
        color: #575757
    }
}

.weather-table tr {
    width: 100%
}

@media (min-width: 48em) and (max-width: 63.9375em) {
    .weather-table tr:nth-child(1) th:last-child {
        position: relative
    }

    .weather-table tr:nth-child(1) th:last-child:after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        right: -2px;
        bottom: 0;
        width: 4px;
        background: #fff
    }

    .weather-table tr:nth-child(2) > td, .weather-table tr:nth-child(4) > td {
        border-left: 1px solid #fff
    }

    .weather-table tr:nth-child(3) > td {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff
    }
}

.weather-table tr > th:first-child {
    text-align: left;
    padding-right: .5em;
    text-align: left;
    white-space: nowrap;
    width: 30%
}

@media (min-width: 33.75em) {
    .weather-table tr > th:first-child {
        width: 25%
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-slide {
    outline: none
}

.slick-dots button {
    outline: none
}

.glightbox-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999 !important;
    overflow: hidden;
    touch-action: none;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none;
    overflow: hidden
}

.glightbox-container.inactive {
    display: none
}

.glightbox-container .gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden
}

.glightbox-container .gslider {
    transition: transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transform: translate3d(0, 0, 0)
}

.glightbox-container .gslide {
    width: 100%;
    position: absolute;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0
}

.glightbox-container .gslide.current {
    opacity: 1;
    z-index: 99999;
    position: relative
}

.glightbox-container .gslide.prev {
    opacity: 1;
    z-index: 9999
}

.glightbox-container .gslide-inner-content {
    width: 100%
}

.glightbox-container .ginner-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    height: 100vh
}

.glightbox-container .ginner-container.gvideo-container {
    width: 100%
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
    flex-direction: column
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
    max-width: 100% !important
}

.gslide iframe, .gslide video {
    outline: none !important;
    border: none;
    min-height: 165px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    touch-action: auto
}

.gslide-image {
    align-items: center
}

.gslide-image img {
    max-height: 100vh;
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    outline: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100vw;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    touch-action: none;
    margin: auto;
    min-width: 200px
}

.desc-top .gslide-image img, .desc-bottom .gslide-image img {
    width: auto
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
    width: auto;
    max-width: 100%
}

.gslide-image img.zoomable {
    position: relative
}

.gslide-image img.dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    transition: none
}

.gslide-video {
    width: 100%;
    max-width: 100%;
    position: relative;
    width: 100vh;
    max-width: 100vh;
    width: 100% !important
}

.gslide-video .gvideo-wrapper {
    width: 100%;
    margin: auto
}

.gslide-video::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.34);
    display: none
}

.gslide-video.playing::before {
    display: none
}

.gslide-video.fullscreen {
    max-width: 100% !important;
    min-width: 100%
}

.gslide-video.fullscreen video {
    max-width: 100% !important;
    width: 100% !important
}

.gslide-inline {
    background: #fff;
    padding: 20px;
    text-align: left;
    max-height: calc(100vh - 40px);
    overflow: auto
}

.ginlined-content {
    overflow: auto;
    display: block !important;
    opacity: 1
}

.gslide-external {
    display: flex;
    width: 100%;
    min-width: 100%;
    background: #fff;
    padding: 0;
    overflow: auto;
    max-height: 62vh
}

.gslide-media {
    display: block;
    display: inline-flex;
    display: flex;
    width: auto
}

.zoomed .gslide-media {
    box-shadow: none !important
}

.desc-top .gslide-media, .desc-bottom .gslide-media {
    margin: 0 auto;
    flex-direction: column
}

.gslide-description {
    position: relative
}

.gslide-description.description-left, .gslide-description.description-right {
    max-width: 100%
}

.gslide-description.description-bottom, .gslide-description.description-top {
    margin: 0 auto;
    width: 100%
}

.zoomed .gslide-description {
    display: none
}

.glightbox-mobile .glightbox-container .gslide-description {
    height: auto !important;
    width: 100%;
    background: transparent;
    position: absolute;
    bottom: 15px;
    padding: 19px 11px;
    max-width: 100vw !important;
    order: 2 !important;
    max-height: 78vh;
    overflow: auto !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    transition: opacity .3s linear;
    padding-bottom: 50px
}

.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em
}

.glightbox-mobile .glightbox-container .gslide-desc {
    color: #a1a1a1
}

.glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: bold
}

.glightbox-mobile .glightbox-container .gslide-desc * {
    color: inherit
}

.glightbox-mobile .glightbox-container .gslide-desc string {
    color: #fff
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: #fff;
    opacity: .4
}

.gdesc-open .gslide-media {
    transition: opacity .5s ease;
    opacity: .4
}

.gdesc-open .gdesc-inner {
    padding-bottom: 30px
}

.gdesc-closed .gslide-media {
    transition: opacity .5s ease;
    opacity: 1
}

.greset {
    transition: all .3s ease
}

.gabsolute {
    position: absolute
}

.grelative {
    position: relative
}

.glightbox-desc {
    display: none !important
}

.glightbox-open {
    overflow: hidden
}

.gloader {
    height: 25px;
    width: 25px;
    -webkit-animation: lightboxLoader .8s infinite linear;
    animation: lightboxLoader .8s infinite linear;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 47%
}

.goverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    will-change: opacity
}

.glightbox-mobile .goverlay {
    background: #000
}

.gprev, .gnext, .gclose {
    background-repeat: no-repeat;
    z-index: 99999;
    cursor: pointer;
    width: 26px;
    height: 44px;
    display: block;
    background-position: 0 0;
    border: none
}

.gprev svg, .gnext svg, .gclose svg {
    display: block;
    width: 100%;
    height: auto
}

.gprev.disabled, .gnext.disabled, .gclose.disabled {
    opacity: .1
}

.gprev .garrow, .gnext .garrow, .gclose .garrow {
    stroke: #fff
}

iframe.wait-autoplay {
    opacity: 0
}

.glightbox-closing .gnext, .glightbox-closing .gprev, .glightbox-closing .gclose {
    opacity: 0 !important
}

.glightbox-clean .gslide-description, .glightbox-modern .gslide-description {
    background: #fff
}

.glightbox-clean .gdesc-inner, .glightbox-modern .gdesc-inner {
    padding: 22px 20px
}

.glightbox-clean .gslide-title, .glightbox-modern .gslide-title {
    font-size: 1em;
    font-weight: normal;
    font-family: arial;
    color: #000;
    margin-bottom: 19px;
    line-height: 1.4em
}

.glightbox-clean .gslide-desc, .glightbox-modern .gslide-desc {
    font-size: 0.86em;
    margin-bottom: 0;
    font-family: arial;
    line-height: 1.4em
}

.glightbox-clean .gslide-video, .glightbox-modern .gslide-video {
    background: #000
}

.glightbox-clean .gprev, .glightbox-clean .gnext, .glightbox-clean .gclose, .glightbox-modern .gprev, .glightbox-modern .gnext, .glightbox-modern .gclose {
    background-color: rgba(0, 0, 0, 0.12)
}

.glightbox-clean .gprev:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gclose:hover, .glightbox-modern .gprev:hover, .glightbox-modern .gnext:hover, .glightbox-modern .gclose:hover {
    background-color: rgba(0, 0, 0, 0.2)
}

.glightbox-clean .gprev path, .glightbox-clean .gnext path, .glightbox-clean .gclose path, .glightbox-modern .gprev path, .glightbox-modern .gnext path, .glightbox-modern .gclose path {
    fill: #fff
}

.glightbox-clean button:focus:not(.focused):not(.disabled), .glightbox-modern button:focus:not(.focused):not(.disabled) {
    outline: none
}

.glightbox-clean .gprev, .glightbox-modern .gprev {
    position: absolute;
    top: 45%;
    left: 10px;
    width: 40px;
    height: 56px
}

.glightbox-clean .gnext, .glightbox-modern .gnext {
    position: absolute;
    top: 45%;
    right: 10px;
    width: 40px;
    height: 56px
}

.glightbox-clean .gclose, .glightbox-modern .gclose {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 10px;
    position: absolute;
    opacity: .7;
    background-position: -59px 2px
}

.glightbox-clean .gclose svg, .glightbox-modern .gclose svg {
    width: 20px
}

.glightbox-clean .gclose:hover, .glightbox-modern .gclose:hover {
    opacity: 1
}

.gfadeIn {
    -webkit-animation: gfadeIn .5s ease;
    animation: gfadeIn .5s ease
}

.gfadeOut {
    -webkit-animation: gfadeOut .5s ease;
    animation: gfadeOut .5s ease
}

.gslideOutLeft {
    -webkit-animation: gslideOutLeft .3s ease;
    animation: gslideOutLeft .3s ease
}

.gslideInLeft {
    -webkit-animation: gslideInLeft .3s ease;
    animation: gslideInLeft .3s ease
}

.gslideOutRight {
    -webkit-animation: gslideOutRight .3s ease;
    animation: gslideOutRight .3s ease
}

.gslideInRight {
    -webkit-animation: gslideInRight .3s ease;
    animation: gslideInRight .3s ease
}

.gzoomIn {
    -webkit-animation: gzoomIn .5s ease;
    animation: gzoomIn .5s ease
}

.gzoomOut {
    -webkit-animation: gzoomOut .5s ease;
    animation: gzoomOut .5s ease
}

@-webkit-keyframes lightboxLoader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes lightboxLoader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes gfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes gfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes gfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes gfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes gslideInLeft {
    from {
        opacity: 0;
        transform: translate3d(-60%, 0, 0)
    }

    to {
        visibility: visible;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes gslideInLeft {
    from {
        opacity: 0;
        transform: translate3d(-60%, 0, 0)
    }

    to {
        visibility: visible;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes gslideOutLeft {
    from {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }

    to {
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden
    }
}

@keyframes gslideOutLeft {
    from {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }

    to {
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes gslideInRight {
    from {
        opacity: 0;
        visibility: visible;
        transform: translate3d(60%, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes gslideInRight {
    from {
        opacity: 0;
        visibility: visible;
        transform: translate3d(60%, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes gslideOutRight {
    from {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }

    to {
        transform: translate3d(60%, 0, 0);
        opacity: 0
    }
}

@keyframes gslideOutRight {
    from {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }

    to {
        transform: translate3d(60%, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes gzoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 1
    }
}

@keyframes gzoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes gzoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@keyframes gzoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@media (min-width: 769px) {
    .glightbox-container .ginner-container {
        width: auto;
        height: auto;
        flex-direction: row
    }

    .glightbox-container .ginner-container.desc-top .gslide-description {
        order: 0
    }

    .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
        order: 1
    }

    .glightbox-container .ginner-container.desc-left .gslide-description {
        order: 0
    }

    .glightbox-container .ginner-container.desc-left .gslide-image, .glightbox-container .ginner-container.desc-left .gslide-video {
        order: 1
    }

    .gslide-image img {
        max-height: 97vh;
        max-width: calc(100% - 20px);
        max-width: 100%
    }

    .gslide-image img.zoomable {
        cursor: zoom-in
    }

    .zoomed .gslide-image img.zoomable {
        cursor: -webkit-grab;
        cursor: grab
    }

    .gslide-inline {
        max-height: 95vh
    }

    .gslide-external {
        max-height: 95vh
    }

    .gslide-description.description-left, .gslide-description.description-right {
        max-width: 275px
    }

    .glightbox-open {
        height: auto
    }

    .goverlay {
        background: rgba(0, 0, 0, 0.92)
    }

    .glightbox-clean .gslide-media, .glightbox-modern .gslide-media {
        box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65)
    }

    .glightbox-clean .gprev, .glightbox-modern .gprev {
        top: 45%;
        left: 30px
    }

    .glightbox-clean .gnext, .glightbox-modern .gnext {
        top: 45%;
        right: 30px
    }
}

@media (min-width: 992px) {
    .glightbox-clean .gclose, .glightbox-modern .gclose {
        right: 20px
    }
}

@media screen and (max-height: 420px) {
    .goverlay {
        background: #000
    }
}

/*Additional Styles 2020_10_05*/
.legal__inner-container.zusatzinfo {
    text-align: right;
    margin-top: 45px;
}

.legal__inner-container.zusatzinfo p {
    max-width: unset;
    text-align: center;
    width: 100%;
}

.legal__inner-container.zusatzinfo .footer__info {
    width: 100%;
}

.footer__info.cookieBanner a {
    text-decoration: none;
}

@media (max-width: 800px) {
    .site-footer__column a, [class*=menu-footermenue] .sc-menu-secondary .menu-item:not(.menu-item-has-children) a {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        padding-right: 0.8rem;
    }
}

.linkboxenWrapper.beitragsbild ul li {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
    border-radius: 10px;
    text-align: center;
}

.linkboxenWrapper.beitragsbild ul li img {
    border-radius: 10px 10px 0 0;
}

.linkboxenWrapper.beitragsbild ul li a {
    box-shadow: none;
    padding: 10px;
    display: block;
    height: auto;
    font-weight: bold;
    border-radius: 10px;
}

.linkboxenWrapper.beitragsbild ul li:hover a {
    color: inherit;
}

.linkboxenWrapper.beitragsbild ul li:hover {
    cursor: pointer;
}

.linkboxenWrapper {
    text-align: center;
}

.linkboxenWrapper.bgColor ul {
    text-align: left;
}

.themeBoxesWrapper .boxesWrapper .box {
    border-radius: 10px;
}

.themeBoxesWrapper .boxesWrapper .box .headline {
    font-weight: bold;
    padding: .5625em 1em;
}

.themeBoxesWrapper .boxesWrapper .box .text-img__img {
    border-radius: 0;
}

.themeBoxesWrapper .boxesWrapper .box .txtLink {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

.themeBoxesWrapper .boxesWrapper .box .link {
    text-transform: uppercase;
    padding-right: 0px;
    padding-bottom: .25em
}

.themeBoxesWrapper .boxesWrapper .box .link:last-child {
    padding-bottom: 0;
}

.themeBoxesWrapper .boxesWrapper .box .link__icon {
    align-self: center;
    margin-left: .4375rem;
}

.faq__toggle svg.faq__icon {
    display: none;
}

.faq__toggle {
    pointer-events: none;
}

main a[href]:not([class]) {
    color: #df3333;
}

main a[href]:not([class]):hover {
    color: #e55c5c;
}

.newsletter a, .newsletter a:hover, .faq__content a, .faq__content a:hover {
    color: #fff !important;
}

.locationWrapper a {
    font-size: .875em;
    padding-right: 8px;
}

.locationWrapper {
    line-height: 1;
}

.locationWrapper .card__location-icon {
    width: 14px;
    height: 14px;
}

/*Additional Styles 2022_08_05*/
.siweather img {
    max-width: 350px;
    margin: auto;
}

.siweather p.t3 {
    margin-top: 30px !important;
    font-size: 1.2rem;
    font-weight: 700;
}

.siweather .t2 {
    font-size: 1.85rem;
    font-weight: 700;
    padding: 0 !important;
}

.siweather p {
    margin-top: 15px !important;
}

.siweather div#weatherTomorrow, .siweather div#weatherForecast {
    margin-top: 45px;
}

.siweather div#weatherForecast img {
    max-width: 77px;
}

.siweather div#weatherForecast > div > div {
    margin: 25px 0;
}

/*Additional Styles 2023_04*/
.buttons-container.second-color .button--outlined {
    border-color: #575757;
    color: #575757;
    text-transform: none;
    width: 95%;
}

.buttons-container.second-color .button--outlined:hover, .buttons-container.second-color .button--outlined:focus {
    background: #575757;
    color: #fff;
}

.SiListWidget .SiListWidget__criteria ul {
    list-style: circle;
    padding-bottom: 15px;
}

/*Additional Styles 2023_08_28*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --->>>  @font-face start <<<--- */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/lato_400_italic.woff2") format('woff2');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("assets/fonts/lato_700_italic.woff2") format('woff2');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/lato_400.woff2") format('woff2');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("assets/fonts/lato_700.woff2") format('woff2');
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --->>>  @font-face end <<<--- */