.excursion-page h1{color:#000;font-weight:700;margin:0}.excursion-page .swiper-container{width:100%;height:300px;margin-left:auto;margin-right:auto}.excursion-page .swiper-slide{background-size:cover;background-position:center;border-radius:0.25rem}.excursion-page .gallery-top{height:300px;width:100%}.excursion-page .gallery-top .swiper-slide{overflow:hidden}.excursion-page .gallery-top .swiper-slide img{object-fit:cover;width:100%;height:100%;flex-grow:0}.excursion-page .gallery-thumbs{height:50px;width:100%}.excursion-page .gallery-thumbs .swiper-slide{height:100%;opacity:0.4}.excursion-page .gallery-thumbs .swiper-slide-thumb-active{opacity:1}.excursion-page .excursion-map-col{overflow:hidden;position:relative}.excursion-page .excursion-map-col .enlarge{position:absolute;top:25px;left:50%;z-index:401;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.excursion-page .excursion-map-col .map{width:100%;height:355px}.excursion-page .search-results{margin:20px 0 0 0;min-height:50px}.excursion-page .search-results .card:not(:last-child){margin-bottom:1rem}.excursion-page .days .day-image{height:300px}@media (max-width:1100px){.excursion-page .days .day-image{height:250px}}@media (max-width:720px){.excursion-page .days .day-image{height:200px}}.excursion-page .descriptions h4{font-weight:700}.excursion-page .descriptions ul{padding:0}
.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden
}

.blueimp-gallery > .slides > .slide > .slide-content {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1
}

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    padding-bottom: 56.25%;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.blueimp-gallery-display {
    display: block;
    opacity: 1
}

.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden
}

.blueimp-gallery-carousel > .slides {
    position: absolute
}

.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.blueimp-gallery > .slides > .slide-loading {
    background: url(//img/blueimp/blueimp/loading.gif) center no-repeat;
    background-size: 64px 64px
}

.blueimp-gallery > .slides > .slide-loading > .slide-content {
    opacity: 0
}

.blueimp-gallery > .slides > .slide-error {
    background: url(//img/blueimp/blueimp/error.png) center no-repeat
}

.blueimp-gallery > .slides > .slide-error > .slide-content {
    display: none
}

.blueimp-gallery > .prev, .blueimp-gallery > .next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    border-radius: 23px;
    opacity: 0.5;
    cursor: pointer;
    display: none
}

.blueimp-gallery > .next {
    left: auto;
    right: 15px
}

.blueimp-gallery > .close {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: .8;
  display: none;
}

.blueimp-gallery > .title {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  padding: .25em .5em;
  border-radius: .25em;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  opacity: 0.8;
  display: none;
}

.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer
}

.blueimp-gallery > .play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background: url(//img/blueimp/blueimp/play-pause.png) 0 0 no-repeat;
    cursor: pointer;
    opacity: 0.5;
    display: none
}

.blueimp-gallery-playing > .play-pause {
    background-position: -15px 0
}

.blueimp-gallery > .prev:hover, .blueimp-gallery > .next:hover, .blueimp-gallery > .close:hover, .blueimp-gallery > .title:hover, .blueimp-gallery > .play-pause:hover {
    color: #fff;
    opacity: 1
}

.blueimp-gallery-controls > .prev, .blueimp-gallery-controls > .next, .blueimp-gallery-controls > .close, .blueimp-gallery-controls > .title, .blueimp-gallery-controls > .play-pause {
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single > .prev, .blueimp-gallery-left > .prev, .blueimp-gallery-single > .next, .blueimp-gallery-right > .next, .blueimp-gallery-single > .play-pause {
    display: none
}

.blueimp-gallery > .slides > .slide > .slide-content, .blueimp-gallery > .prev, .blueimp-gallery > .next, .blueimp-gallery > .close, .blueimp-gallery > .play-pause {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(//img/blueimp/blueimp/error.svg)
}

body:last-child .blueimp-gallery > .play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(//img/blueimp/blueimp/play-pause.svg)
}

body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0
}

* + html .blueimp-gallery > .slides > .slide {
    min-height: 300px
}

* + html .blueimp-gallery > .slides > .slide > .slide-content {
    position: relative
}

.blueimp-gallery > .slides > .slide-loading {
    background-image: url(/img/blueimp/loading.gif)
}

.blueimp-gallery > .slides > .slide-error {
    background-image: url(/img/blueimp/error.png)
}

.blueimp-gallery > .play-pause {
    background-image: url(/img/blueimp/play-pause.png)
}

body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(/img/blueimp/error.svg)
}

body:last-child .blueimp-gallery > .play-pause {
    background-image: url(/img/blueimp/play-pause.svg)
}

.blueimp-gallery a.close, .blueimp-gallery a.prev, .blueimp-gallery a.next {
    color: #fff !important
}

.blueimp-gallery .prev, .blueimp-gallery .next {
    border-color: transparent
}

.blueimp-gallery a.close:hover, .blueimp-gallery a.close:focus {
    opacity: .5 !important
}

.blueimp-gallery-carousel {
    -webkit-box-shadow: none;
    box-shadow: none
}

[dir=rtl] .blueimp-gallery {
    direction: rtl
}

[dir=rtl] .blueimp-gallery > .slides > .slide {
    float: right
}

[dir=rtl] .blueimp-gallery > .prev, [dir=rtl] .blueimp-gallery > .next {
    left: auto;
    right: 15px
}

[dir=rtl] .blueimp-gallery > .next {
    right: auto;
    left: 15px
}

[dir=rtl] .blueimp-gallery > .play-pause {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

[dir=rtl] .blueimp-gallery > .close, [dir=rtl] .blueimp-gallery > .title {
    left: auto;
    right: 15px;
    margin-right: 0;
    margin-left: 40px
}

[dir=rtl] .blueimp-gallery > .close {
    left: 15px;
    right: auto;
    margin: -15px
}

[dir=rtl] .blueimp-gallery > .play-pause {
    right: auto;
    left: 15px
}

.blueimp-gallery:not(.blueimp-gallery-carousel) {
    z-index: 1090
}

.blueimp-gallery > .description {
    position: absolute;
    top: 40px;
    left: 15px;
    color: #fff;
    display: none;
}

.blueimp-gallery-controls > .description {
    display: block;
}

.blueimp-gallery > .indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: none
}

.blueimp-gallery > .indicator > li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 6px 3px 0 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid transparent;
    background: #ccc;
    background: rgba(255, 255, 255, 0.25) center no-repeat;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000;
    opacity: 0.5;
    cursor: pointer
}

.blueimp-gallery > .indicator > li:hover, .blueimp-gallery > .indicator > .active {
    background-color: #fff;
    border-color: #fff;
    opacity: 1
}

.blueimp-gallery > .indicator > li:after {
    opacity: 0;
    display: block;
    position: absolute;
    content: '';
    top: -5em;
    width: 75px;
    height: 75px;
    -webkit-transition: opacity 400ms ease-out, -webkit-transform 600ms ease-out;
    transition: opacity 400ms ease-out, -webkit-transform 600ms ease-out;
    transition: transform 600ms ease-out, opacity 400ms ease-out;
    transition: transform 600ms ease-out, opacity 400ms ease-out, -webkit-transform 600ms ease-out;
    -webkit-transform: translateX(-50%) translateY(0) translateZ(0px);
    transform: translateX(-50%) translateY(0) translateZ(0px);
    pointer-events: none
}

.blueimp-gallery > .indicator > li:hover:after {
    opacity: 1;
    border-radius: 50%;
    background: inherit;
    -webkit-transform: translateX(-50%) translateY(-5px) translateZ(0px);
    transform: translateX(-50%) translateY(-5px) translateZ(0px)
}

.blueimp-gallery > .indicator > .active:after {
    display: none
}

.blueimp-gallery-controls > .indicator {
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single > .indicator {
    display: none
}

.blueimp-gallery > .indicator {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

* + html .blueimp-gallery > .indicator > li {
    display: inline
}

