/** {box-sizing: border-box;}*/
html {
    -webkit-text-size-adjust: none;
    text-size-adjust: none
}
blockquote,body,div,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,iframe,label,legend,li,nav,object,ol,p,section,table,ul {
    margin: 0;
    padding: 0;
}
article,body,figure,footer,header,hgroup,nav,section {
    display: block;
}
body {
    /*min-height: 100vh;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.template-section-spacer--last {
    margin-top: auto;
    position: relative;
    padding: 60px 0 0;
}
@media (min-width: 1281px) {
    .template-section-spacer--last {
        padding:68px 0 0;
    }
}
.module-teaser-location {
    position: relative;
    overflow: hidden;
}
.swiper-container-pointer-events {
    touch-action: pan-y;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    transform: translateZ(0)
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}
.module-teaser-location__swiper-slide {
    padding: 151px 0 165px
}
.darkend-30 {
    position: relative
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}
.darkend-30:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004d
}
.module-teaser-location__bg-image-slide {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #b0aa7e
}
.row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    /*width: 86.64%;*/
}
.row.center-xs {
    justify-content: center;
}
@media (min-width: 600px)and (max-width:959px) {
    .row {
        width:83.3%;
    }
}

@media (min-width: 1437px) {
    .row {
        max-width:1436px;
    }

    .row:not(.filtered-list) {
        width: 100%;
    }
}

@media only screen and (min-width: 960px)and (max-width:1436px) {
    .row {
        margin:0 6.955%;
        max-width: 86.09%;
    }
}
.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.text-center {
    text-align: center!important;
}
.text-white {
    color: #fff!important;
}
.module-teaser-location__city {
    letter-spacing: 4px;
    letter-spacing: .25rem;
    text-transform: uppercase;
    position: relative;
    z-index: 1
}
.module-teaser-location__data-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
@media (max-width: 599px) {
    .module-teaser-location__data-wrapper {
        display:block;
        text-align: center;
    }
}
.module-teaser-location__text-big:first-of-type {
    margin-right: 10px;
}
@media (max-width: 599px) {
    .module-teaser-location__text-big {
        font-size: 70px;
        font-size: 4.375rem;
        line-height: 80px;
        line-height: 5rem;
    }
    .module-teaser-location__text-big:first-of-type {
        margin-right:0;
    }
}
.module-teaser-location__text-big {
    font-family: Verlag,sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 110px;
    font-size: 6.875rem;
    line-height: 120px;
    line-height: 7.5rem;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
}
.module-teaser-location__weather {
    display: inline-block;
    max-width: 120px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff !important;
}
.module-teaser-location__text-big:last-of-type {
    margin-left: 10px;
}
.module-teaser-location__btn-wrapper {
    position: relative;
    z-index: 1;
    font-size: 0;
}
.button {
    display: inline-block;
    position: relative;
    font-size: 0;
}
.button__link {
    color: #fff !important;
    transition: padding .3s ease-out 0s;
    padding: 10px 16px;
    display: inline-block;
    outline: none;
}
.button:after, .button:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}
.button:before {
    height: 66%;
    border-left: 1px solid #fff;
    width: 1px;
    transition: height .2s ease-out .1s;
}
.button:after {
    width: 50%;
    border-bottom: 1px solid #fff;
    height: 1px;
    transition: width .3s ease-out 0s;
}
.button:hover .button__link,.button__hover .button__link {
    padding-left: 36px;
    padding-right: 0;
    transition: padding .3s ease-out 0s
}
.button:hover:after,.button__hover:after {
    width: calc(100% - 1px);
    transition: width .3s ease-out 0s
}
.button:hover:before, .button__hover:before {
    height: 0;
    transition: height .2s ease-out .1s;
}
.button__link, .m-button-share__text {
    font-family: Verlag,sans-serif;
    font-weight: 900;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 16px;
    line-height: 1rem;
    letter-spacing: 2px;
    letter-spacing: .125rem;
    color: #141e55;
    text-decoration: none;
    text-transform: uppercase;
}
.animate-left-bottom {
    transform: translateZ(0);
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.h1 {
    font-family: Verlag,sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 50px;
    line-height: 3.125rem;
    color: #141e55;
    overflow-wrap: break-word;
}

@media (min-width: 1281px) {
    .h1 {
        font-size:50px;
        font-size: 3.125rem;
        line-height: 70px;
        line-height: 4.375rem;
    }
}

.h2 {
    font-family: Verlag,sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 46px;
    line-height: 2.875rem;
    color: #141e55;
}

@media (min-width: 1281px) {
    .h2 {
        font-size:48px;
        font-size: 3rem;
        line-height: 65px;
        line-height: 4.0625rem;
    }
}

.h3 {
    font-family: Verlag,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 35px;
    line-height: 2.1875rem;
    color: #141e55;
}

@media (min-width: 1281px) {
    .h3 {
        font-size:31px;
        font-size: 1.9375rem;
        line-height: 43px;
        line-height: 2.6875rem;
    }
}

.h4,.m-richtext h4,.o-disclosure-documents__title,.o-in-text-teaser__title {
    font-family: Verlag,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #141e55;
}

@media (min-width: 1281px) {
    .h4,.m-richtext h4,.o-disclosure-documents__title,.o-in-text-teaser__title {
        font-size:28px;
        font-size: 1.75rem;
        line-height: 40px;
        line-height: 2.5rem;
    }
}

.h5,.o-disclosure-search-results__headline {
    font-family: Verlag,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 34px;
    line-height: 2.125rem;
    color: #141e55;
}

@media (min-width: 1281px) {
    .h5,.o-disclosure-search-results__headline {
        font-size:24px;
        font-size: 1.5rem;
        line-height: 36px;
        line-height: 2.25rem;
    }
}

.component-content-text h4,.component-content-text h6,.m-richtext h6 {
    font-family: Verlag,sans-serif;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 30px;
    line-height: 1.875rem;
    color: #141e55;
}

@media (min-width: 1281px) {
    .component-content-text h4,.component-content-text h6,.m-richtext h6 {
        font-size:19px;
        font-size: 1.1875rem;
        line-height: 34px;
        line-height: 2.125rem;
    }
}
.o-filtered-list__headline,.section-title {
    font-family: VerlagSSm,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 36px;
    line-height: 2.25rem;
    letter-spacing: 3px;
    letter-spacing: .1875rem;
    color: #141e55
}

@media (min-width: 1281px) {
    .o-filtered-list__headline,.section-title {
        font-size:28px;
        font-size: 1.75rem;
        line-height: 40px;
        line-height: 2.5rem;
        letter-spacing: 4px;
        letter-spacing: .25rem
    }
}
/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}