/** assets.desktop.c1741f4b.css generated 2024-10-21 13:07:02.000000 **/


/*#region statics/fancybox3/jquery.fancybox.css*/

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: rgb(208, 225, 160);
    border-radius: 20px;
    display: inline-block;
    margin: 0;
    max-width: 60%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}


@media only screen and (max-width: 1300px) {
    .fancybox-content {
        max-width: 90%;
    }
}


.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
    max-width: 1200px;
    width: 96%;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/*#endregion statics/fancybox3/jquery.fancybox.css*/



/*#region statics/glidejs3/css/glide.core.css*/

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }


/*#endregion statics/glidejs3/css/glide.core.css*/



/*#region statics/glidejs3/css/glide.theme.css*/

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1; }
  .glide__arrow:focus {
    outline: none; }
  .glide__arrow:hover {
    border-color: white; }
  .glide__arrow--left {
    left: 2em; }
  .glide__arrow--right {
    right: 2em; }
  .glide__arrow--disabled {
    opacity: 0.33; }

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%); }

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em; }
  .glide__bullet:focus {
    outline: none; }
  .glide__bullet:hover, .glide__bullet:focus {
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.5); }
  .glide__bullet--active {
    background-color: white; }

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }


/*#endregion statics/glidejs3/css/glide.theme.css*/



/*#region statics/mapbox/mapbox-gl.css*/

.mapboxgl-map {
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mapboxgl-map:-webkit-full-screen {
    width: 100%;
    height: 100%;
}

.mapboxgl-canary {
    background-color: salmon;
}

.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
    touch-action: pan-x pan-y;
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
    touch-action: pinch-zoom;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
    touch-action: none;
}

.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right { position: absolute; pointer-events: none; z-index: 2; }
.mapboxgl-ctrl-top-left     { top: 0; left: 0; }
.mapboxgl-ctrl-top-right    { top: 0; right: 0; }
.mapboxgl-ctrl-bottom-left  { bottom: 0; left: 0; }
.mapboxgl-ctrl-bottom-right { right: 0; bottom: 0; }

.mapboxgl-ctrl { clear: both; pointer-events: auto; }
.mapboxgl-ctrl-top-left .mapboxgl-ctrl     { margin: 10px 0 0 10px; float: left; }
.mapboxgl-ctrl-top-right .mapboxgl-ctrl    { margin: 10px 10px 0 0; float: right; }
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl  { margin: 0 0 10px 10px; float: left; }
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin: 0 10px 10px 0; float: right; }

.mapboxgl-ctrl-group {
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.mapboxgl-ctrl-group:not(:empty) {
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.mapboxgl-ctrl-group > button {
    width: 30px;
    height: 30px;
    display: block;
    padding: 0;
    outline: none;
    border: 0;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer;
}

.mapboxgl-ctrl-group > button + button {
    border-top: 1px solid #ddd;
}

/* https://bugzilla.mozilla.org/show_bug.cgi?id=140562 */
.mapboxgl-ctrl > button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.mapboxgl-ctrl > button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-ctrl-icon,
.mapboxgl-ctrl-icon > .mapboxgl-ctrl-compass-arrow {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mapboxgl-ctrl-icon {
    padding: 5px;
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='m 7,9 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='M 10 6 C 9.446 6 9 6.4459904 9 7 L 9 9 L 7 9 C 6.446 9 6 9.446 6 10 C 6 10.554 6.446 11 7 11 L 9 11 L 9 13 C 9 13.55401 9.446 14 10 14 C 10.554 14 11 13.55401 11 13 L 11 11 L 13 11 C 13.554 11 14 10.554 14 10 C 14 9.446 13.554 9 13 9 L 11 9 L 11 7 C 11 6.4459904 10.554 6 10 6 z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate:disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting {
    -webkit-animation: mapboxgl-spin 2s infinite linear;
    -moz-animation: mapboxgl-spin 2s infinite linear;
    -o-animation: mapboxgl-spin 2s infinite linear;
    -ms-animation: mapboxgl-spin 2s infinite linear;
    animation: mapboxgl-spin 2s infinite linear;
}

@-webkit-keyframes mapboxgl-spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes mapboxgl-spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}

@-o-keyframes mapboxgl-spin {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); }
}

@-ms-keyframes mapboxgl-spin {
    0% { -ms-transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); }
}

@keyframes mapboxgl-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M 5 4 C 4.5 4 4 4.5 4 5 L 4 6 L 4 9 L 4.5 9 L 5.7773438 7.296875 C 6.7771319 8.0602131 7.835765 8.9565728 8.890625 10 C 7.8257121 11.0633 6.7761791 11.951675 5.78125 12.707031 L 4.5 11 L 4 11 L 4 15 C 4 15.5 4.5 16 5 16 L 9 16 L 9 15.5 L 7.2734375 14.205078 C 8.0428931 13.187886 8.9395441 12.133481 9.9609375 11.068359 C 11.042371 12.14699 11.942093 13.2112 12.707031 14.21875 L 11 15.5 L 11 16 L 14 16 L 15 16 C 15.5 16 16 15.5 16 15 L 16 14 L 16 11 L 15.5 11 L 14.205078 12.726562 C 13.177985 11.949617 12.112718 11.043577 11.037109 10.009766 C 12.151856 8.981061 13.224345 8.0798624 14.228516 7.3046875 L 15.5 9 L 16 9 L 16 5 C 16 4.5 15.5 4 15 4 L 11 4 L 11 4.5 L 12.703125 5.7773438 C 11.932647 6.7864834 11.026693 7.8554712 9.9707031 8.9199219 C 8.9584739 7.8204943 8.0698767 6.7627188 7.3046875 5.7714844 L 9 4.5 L 9 4 L 6 4 L 5 4 z '/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23000000;' d='M 4.2421875 3.4921875 A 0.750075 0.750075 0 0 0 3.71875 4.78125 L 5.9648438 7.0273438 L 4 8.5 L 4 9 L 8 9 C 8.500001 8.9999988 9 8.4999992 9 8 L 9 4 L 8.5 4 L 7.0175781 5.9550781 L 4.78125 3.71875 A 0.750075 0.750075 0 0 0 4.2421875 3.4921875 z M 15.734375 3.4921875 A 0.750075 0.750075 0 0 0 15.21875 3.71875 L 12.984375 5.953125 L 11.5 4 L 11 4 L 11 8 C 11 8.4999992 11.499999 8.9999988 12 9 L 16 9 L 16 8.5 L 14.035156 7.0273438 L 16.28125 4.78125 A 0.750075 0.750075 0 0 0 15.734375 3.4921875 z M 4 11 L 4 11.5 L 5.9648438 12.972656 L 3.71875 15.21875 A 0.75130096 0.75130096 0 1 0 4.78125 16.28125 L 7.0273438 14.035156 L 8.5 16 L 9 16 L 9 12 C 9 11.500001 8.500001 11.000001 8 11 L 4 11 z M 12 11 C 11.499999 11.000001 11 11.500001 11 12 L 11 16 L 11.5 16 L 12.972656 14.035156 L 15.21875 16.28125 A 0.75130096 0.75130096 0 1 0 16.28125 15.21875 L 14.035156 12.972656 L 16 11.5 L 16 11 L 12 11 z '/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass > .mapboxgl-ctrl-compass-arrow {
    width: 20px;
    height: 20px;
    margin: 5px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolygon fill='%23333333' points='6,9 10,1 14,9'/%3E %3Cpolygon fill='%23CCCCCC' points='6,11 10,19 14,11 '/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    display: inline-block;
}

a.mapboxgl-ctrl-logo {
    width: 85px;
    height: 21px;
    margin: 0 0 -3px -3px;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 84.49 21' style='enable-background:new 0 0 84.49 21;' xml:space='preserve'%3E%3Cg%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M83.25,14.26c0,0.12-0.09,0.21-0.21,0.21h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39l-1.44,2.39 c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68L76.2,6.84 c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.4-2.35 c0.06-0.11,0.18-0.17,0.3-0.17H83c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.37,3.63l2.43,3.67 C83.24,14.18,83.25,14.22,83.25,14.26z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M66.24,9.59c-0.39-1.88-1.96-3.28-3.84-3.28c-1.03,0-2.03,0.42-2.73,1.18V3.51c0-0.13-0.1-0.23-0.23-0.23h-1.4 c-0.13,0-0.23,0.11-0.23,0.23v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.11,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.73,1.18 c1.88,0,3.45-1.41,3.84-3.29C66.37,10.79,66.37,10.18,66.24,9.59L66.24,9.59z M62.08,13c-1.32,0-2.39-1.11-2.41-2.48v-0.06 c0.02-1.38,1.09-2.48,2.41-2.48s2.42,1.12,2.42,2.51S63.41,13,62.08,13z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M71.67,6.32c-1.98-0.01-3.72,1.35-4.16,3.29c-0.13,0.59-0.13,1.19,0,1.77c0.44,1.94,2.17,3.32,4.17,3.3 c2.35,0,4.26-1.87,4.26-4.19S74.04,6.32,71.67,6.32z M71.65,13.01c-1.33,0-2.42-1.12-2.42-2.51s1.08-2.52,2.42-2.52 c1.33,0,2.42,1.12,2.42,2.51S72.99,13,71.65,13.01L71.65,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M62.08,7.98c-1.32,0-2.39,1.11-2.41,2.48v0.06C59.68,11.9,60.75,13,62.08,13s2.42-1.12,2.42-2.51 S63.41,7.98,62.08,7.98z M62.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25 c0.63,0,1.17,0.57,1.17,1.27C63.24,11.2,62.73,11.76,62.08,11.76z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M71.65,7.98c-1.33,0-2.42,1.12-2.42,2.51S70.32,13,71.65,13s2.42-1.12,2.42-2.51S72.99,7.98,71.65,7.98z M71.65,11.76c-0.64,0-1.17-0.57-1.17-1.27c0-0.7,0.53-1.26,1.17-1.26s1.17,0.57,1.17,1.27C72.82,11.21,72.29,11.76,71.65,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M45.74,6.53h-1.4c-0.13,0-0.23,0.11-0.23,0.23v0.73c-0.71-0.75-1.7-1.18-2.73-1.18 c-2.17,0-3.94,1.87-3.94,4.19s1.77,4.19,3.94,4.19c1.04,0,2.03-0.43,2.73-1.19v0.73c0,0.13,0.1,0.23,0.23,0.23h1.4 c0.13,0,0.23-0.11,0.23-0.23V6.74c0-0.12-0.09-0.22-0.22-0.22C45.75,6.53,45.75,6.53,45.74,6.53z M44.12,10.53 C44.11,11.9,43.03,13,41.71,13s-2.42-1.12-2.42-2.51s1.08-2.52,2.4-2.52c1.33,0,2.39,1.11,2.41,2.48L44.12,10.53z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M41.71,7.98c-1.33,0-2.42,1.12-2.42,2.51S40.37,13,41.71,13s2.39-1.11,2.41-2.48v-0.06 C44.1,9.09,43.03,7.98,41.71,7.98z M40.55,10.49c0-0.7,0.52-1.27,1.17-1.27c0.64,0,1.14,0.56,1.17,1.25v0.04 c-0.01,0.68-0.53,1.24-1.17,1.24C41.08,11.75,40.55,11.19,40.55,10.49z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M52.41,6.32c-1.03,0-2.03,0.42-2.73,1.18V6.75c0-0.13-0.1-0.23-0.23-0.23h-1.4c-0.13,0-0.23,0.11-0.23,0.23 v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.1,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.74,1.18c2.17,0,3.94-1.87,3.94-4.19 S54.58,6.32,52.41,6.32z M52.08,13.01c-1.32,0-2.39-1.11-2.42-2.48v-0.07c0.02-1.38,1.09-2.49,2.4-2.49c1.32,0,2.41,1.12,2.41,2.51 S53.4,13,52.08,13.01L52.08,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M52.08,7.98c-1.32,0-2.39,1.11-2.42,2.48v0.06c0.03,1.38,1.1,2.48,2.42,2.48s2.41-1.12,2.41-2.51 S53.4,7.98,52.08,7.98z M52.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25c0.63,0,1.17,0.58,1.17,1.27 S52.72,11.76,52.08,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M36.08,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68c0-0.98-0.74-1.71-1.62-1.71 c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.11,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V6.74 c0.01-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03c1.09,0,2.09,0.6,2.6,1.55 c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78L36.08,14.24z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M84.34,13.59l-0.07-0.13l-1.96-2.99l1.94-2.95c0.44-0.67,0.26-1.56-0.41-2.02c-0.02,0-0.03,0-0.04-0.01 c-0.23-0.15-0.5-0.22-0.78-0.22h-1.61c-0.56,0-1.08,0.29-1.37,0.78L79.72,6.6l-0.34-0.56C79.09,5.56,78.57,5.27,78,5.27h-1.6 c-0.6,0-1.13,0.37-1.35,0.92c-2.19-1.66-5.28-1.47-7.26,0.45c-0.35,0.34-0.65,0.72-0.89,1.14c-0.9-1.62-2.58-2.72-4.5-2.72 c-0.5,0-1.01,0.07-1.48,0.23V3.51c0-0.82-0.66-1.48-1.47-1.48h-1.4c-0.81,0-1.47,0.66-1.47,1.47v3.75 c-0.95-1.36-2.5-2.18-4.17-2.19c-0.74,0-1.46,0.16-2.12,0.47c-0.24-0.17-0.54-0.26-0.84-0.26h-1.4c-0.45,0-0.87,0.21-1.15,0.56 c-0.02-0.03-0.04-0.05-0.07-0.08c-0.28-0.3-0.68-0.47-1.09-0.47h-1.39c-0.3,0-0.6,0.09-0.84,0.26c-0.67-0.3-1.39-0.46-2.12-0.46 c-1.83,0-3.43,1-4.37,2.5c-0.2-0.46-0.48-0.89-0.83-1.25c-0.8-0.81-1.89-1.25-3.02-1.25h-0.01c-0.89,0.01-1.75,0.33-2.46,0.88 c-0.74-0.57-1.64-0.88-2.57-0.88H28.1c-0.29,0-0.58,0.03-0.86,0.11c-0.28,0.06-0.56,0.16-0.82,0.28c-0.21-0.12-0.45-0.18-0.7-0.18 h-1.4c-0.82,0-1.47,0.66-1.47,1.47v7.5c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.48-0.66,1.48-1.48l0,0V9.79 c0.03-0.36,0.23-0.59,0.36-0.59c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41c0.82,0,1.47-0.66,1.47-1.47 l-0.01-4.57c0.06-0.32,0.25-0.47,0.35-0.47c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41 c0.82,0,1.47-0.66,1.47-1.47v-0.38c0.96,1.29,2.46,2.06,4.06,2.06c0.74,0,1.46-0.16,2.12-0.47c0.24,0.17,0.54,0.26,0.84,0.26h1.39 c0.3,0,0.6-0.09,0.84-0.26v2.01c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.47-0.66,1.47-1.47v-1.77c0.48,0.15,0.99,0.23,1.49,0.22 c1.7,0,3.22-0.87,4.17-2.2v0.52c0,0.82,0.66,1.47,1.47,1.47h1.4c0.3,0,0.6-0.09,0.84-0.26c0.66,0.31,1.39,0.47,2.12,0.47 c1.92,0,3.6-1.1,4.49-2.73c1.54,2.65,4.95,3.53,7.58,1.98c0.18-0.11,0.36-0.22,0.53-0.36c0.22,0.55,0.76,0.91,1.35,0.9H78 c0.56,0,1.08-0.29,1.37-0.78l0.37-0.61l0.37,0.61c0.29,0.48,0.81,0.78,1.38,0.78h1.6c0.81,0,1.46-0.66,1.45-1.46 C84.49,14.02,84.44,13.8,84.34,13.59L84.34,13.59z M35.86,14.47h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23 V9.68c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23 V6.74c0.01-0.13,0.11-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03 c1.09,0,2.09,0.6,2.6,1.55c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78l0.01,5.16C36.09,14.36,35.98,14.46,35.86,14.47 L35.86,14.47z M45.97,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V13.5c-0.7,0.76-1.69,1.18-2.72,1.18 c-2.17,0-3.94-1.87-3.94-4.19s1.77-4.19,3.94-4.19c1.03,0,2.02,0.43,2.73,1.18V6.74c0-0.13,0.1-0.23,0.23-0.23h1.4 c0.12-0.01,0.22,0.08,0.23,0.21c0,0.01,0,0.01,0,0.02v7.51h-0.01V14.24z M52.41,14.67c-1.03,0-2.02-0.43-2.73-1.18v3.97 c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.1-0.23-0.23V6.75c0-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.23,0.11,0.23,0.23v0.73 c0.71-0.76,1.7-1.18,2.73-1.18c2.17,0,3.94,1.86,3.94,4.18S54.58,14.67,52.41,14.67z M66.24,11.39c-0.39,1.87-1.96,3.29-3.84,3.29 c-1.03,0-2.02-0.43-2.73-1.18v0.73c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V3.51c0-0.13,0.1-0.23,0.23-0.23 h1.4c0.13,0,0.23,0.11,0.23,0.23v3.97c0.71-0.75,1.7-1.18,2.73-1.17c1.88,0,3.45,1.4,3.84,3.28C66.37,10.19,66.37,10.8,66.24,11.39 L66.24,11.39L66.24,11.39z M71.67,14.68c-2,0.01-3.73-1.35-4.17-3.3c-0.13-0.59-0.13-1.19,0-1.77c0.44-1.94,2.17-3.31,4.17-3.3 c2.36,0,4.26,1.87,4.26,4.19S74.03,14.68,71.67,14.68L71.67,14.68z M83.04,14.47h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39 l-1.44,2.39c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68 L76.2,6.84c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.41-2.36 c0.06-0.11,0.18-0.17,0.3-0.17h1.61c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.38,3.64l2.43,3.67 c0.02,0.03,0.03,0.07,0.03,0.12C83.25,14.38,83.16,14.47,83.04,14.47L83.04,14.47L83.04,14.47z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M10.5,1.24c-5.11,0-9.25,4.15-9.25,9.25s4.15,9.25,9.25,9.25s9.25-4.15,9.25-9.25 C19.75,5.38,15.61,1.24,10.5,1.24z M14.89,12.77c-1.93,1.93-4.78,2.31-6.7,2.31c-0.7,0-1.41-0.05-2.1-0.16c0,0-1.02-5.64,2.14-8.81 c0.83-0.83,1.95-1.28,3.13-1.28c1.27,0,2.49,0.51,3.39,1.42C16.59,8.09,16.64,11,14.89,12.77z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M10.5-0.01C4.7-0.01,0,4.7,0,10.49s4.7,10.5,10.5,10.5S21,16.29,21,10.49C20.99,4.7,16.3-0.01,10.5-0.01z M10.5,19.74c-5.11,0-9.25-4.15-9.25-9.25s4.14-9.26,9.25-9.26s9.25,4.15,9.25,9.25C19.75,15.61,15.61,19.74,10.5,19.74z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M14.74,6.25C12.9,4.41,9.98,4.35,8.23,6.1c-3.16,3.17-2.14,8.81-2.14,8.81s5.64,1.02,8.81-2.14 C16.64,11,16.59,8.09,14.74,6.25z M12.47,10.34l-0.91,1.87l-0.9-1.87L8.8,9.43l1.86-0.9l0.9-1.87l0.91,1.87l1.86,0.9L12.47,10.34z'/%3E %3Cpolygon class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' points='14.33,9.43 12.47,10.34 11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 '/%3E%3C/g%3E%3C/svg%3E");
}

a.mapboxgl-ctrl-logo.mapboxgl-compact {
    width: 21px;
    height: 21px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cg transform='translate(0,0.01)'%3E%3Cpath d='m 10.5,1.24 c -5.11,0 -9.25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.52 z' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3Cpath d='M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpath d='M 14.74,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpolygon points='11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 14.33,9.43 12.47,10.34 ' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3C/g%3E%3C/svg%3E");
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    padding: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

@media screen {
    .mapboxgl-ctrl-attrib.mapboxgl-compact {
        margin: 10px;
        position: relative;
        background-color: #fff;
        border-radius: 3px 12px 12px 3px;
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
        padding: 2px 24px 2px 4px;
        visibility: visible;
    }

    .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover,
    .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
        padding: 2px 4px 2px 24px;
        border-radius: 12px 3px 3px 12px;
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
        display: none;
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner {
        display: block;
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
        content: '';
        cursor: pointer;
        position: absolute;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23333333' fill-rule='evenodd' d='M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0'/%3E %3C/svg%3E");
        background-color: rgba(255, 255, 255, 0.5);
        width: 24px;
        height: 24px;
        box-sizing: border-box;
        border-radius: 12px;
    }

    .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
        bottom: 0;
        right: 0;
    }

    .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
        top: 0;
        right: 0;
    }

    .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
        top: 0;
        left: 0;
    }

    .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
        bottom: 0;
        left: 0;
    }
}

.mapboxgl-ctrl-attrib a {
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
}

.mapboxgl-ctrl-attrib a:hover {
    color: inherit;
    text-decoration: underline;
}

/* stylelint-disable-next-line selector-class-pattern */
.mapboxgl-ctrl-attrib .mapbox-improve-map {
    font-weight: bold;
    margin-left: 2px;
}

.mapboxgl-attrib-empty {
    display: none;
}

.mapboxgl-ctrl-scale {
    background-color: rgba(255, 255, 255, 0.75);
    font-size: 10px;
    border-width: medium 2px 2px;
    border-style: none solid solid;
    border-color: #333;
    padding: 0 5px;
    color: #333;
    box-sizing: border-box;
}

.mapboxgl-popup {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    will-change: transform;
    pointer-events: none;
}

.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.mapboxgl-popup-anchor-left {
    -webkit-flex-direction: row;
    flex-direction: row;
}

.mapboxgl-popup-anchor-right {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.mapboxgl-popup-tip {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    z-index: 1;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-top: none;
    border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    border-top: none;
    border-left: none;
    border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    border-top: none;
    border-right: none;
    border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-bottom: none;
    border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    border-bottom: none;
    border-left: none;
    border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    border-bottom: none;
    border-right: none;
    border-top-color: #fff;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-left: none;
    border-right-color: #fff;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-right: none;
    border-left-color: #fff;
}

.mapboxgl-popup-close-button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0 3px 0 0;
    cursor: pointer;
    background-color: transparent;
}

.mapboxgl-popup-close-button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-popup-content {
    position: relative;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 15px;
    pointer-events: auto;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
    border-top-left-radius: 0;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
    border-top-right-radius: 0;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
    border-bottom-left-radius: 0;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
    border-bottom-right-radius: 0;
}

.mapboxgl-marker {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
}

.mapboxgl-user-location-dot {
    background-color: #1da1f2;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

.mapboxgl-user-location-dot::before {
    background-color: #1da1f2;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    -moz-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    -ms-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    animation: mapboxgl-user-location-dot-pulse 2s infinite;
}

.mapboxgl-user-location-dot::after {
    border-radius: 50%;
    border: 2px solid #fff;
    content: '';
    height: 19px;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 19px;
    box-sizing: border-box;
}

@-webkit-keyframes mapboxgl-user-location-dot-pulse {
    0%   { -webkit-transform: scale(1); opacity: 1; }
    70%  { -webkit-transform: scale(3); opacity: 0; }
    100% { -webkit-transform: scale(1); opacity: 0; }
}

@-ms-keyframes mapboxgl-user-location-dot-pulse {
    0%   { -ms-transform: scale(1); opacity: 1; }
    70%  { -ms-transform: scale(3); opacity: 0; }
    100% { -ms-transform: scale(1); opacity: 0; }
}

@keyframes mapboxgl-user-location-dot-pulse {
    0%   { transform: scale(1); opacity: 1; }
    70%  { transform: scale(3); opacity: 0; }
    100% { transform: scale(1); opacity: 0; }
}

.mapboxgl-user-location-dot-stale {
    background-color: #aaa;
}

.mapboxgl-user-location-dot-stale::after {
    display: none;
}

.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
    cursor: crosshair;
}

.mapboxgl-boxzoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #fff;
    border: 2px dotted #202020;
    opacity: 0.5;
}

@media print {
    /* stylelint-disable-next-line selector-class-pattern */
    .mapbox-improve-map {
        display: none;
    }
}


/*#endregion statics/mapbox/mapbox-gl.css*/



/*#region statics/openlayers/ol.css*/

.ol-box{box-sizing:border-box;border-radius:2px;border:2px solid #00f}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:rgba(0,60,136,.3);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid #eee;border-top:none;color:#eee;font-size:10px;text-align:center;margin:1px;will-change:contents,width;transition:all .25s}.ol-scale-bar{position:absolute;bottom:8px;left:8px}.ol-scale-step-marker{width:1px;height:15px;background-color:#000;float:right;z-Index:10}.ol-scale-step-text{position:absolute;bottom:-5px;font-size:12px;z-Index:11;color:#000;text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff}.ol-scale-text{position:absolute;font-size:14px;text-align:center;bottom:25px;color:#000;text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff}.ol-scale-singlebar{position:relative;height:10px;z-Index:9;box-sizing:border-box;border:1px solid #000}.ol-unsupported{display:none}.ol-unselectable,.ol-viewport{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ol-grabbing{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control{position:absolute;background-color:rgba(255,255,255,.4);border-radius:4px;padding:2px}.ol-control:hover{background-color:rgba(255,255,255,.6)}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}.ol-control button{display:block;margin:1px;padding:0;color:#fff;font-size:1.14em;font-weight:700;text-decoration:none;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:rgba(0,60,136,.5);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;font-size:1.2em;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:focus,.ol-control button:hover{text-decoration:none;background-color:rgba(0,60,136,.7)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em);display:flex;flex-flow:row-reverse;align-items:flex-end}.ol-attribution ul{margin:0;padding:1px .5em;color:#000;text-shadow:0 0 2px #fff}.ol-attribution li{display:inline;list-style:none}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button{flex-shrink:0}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:block}.ol-overviewmap .ol-overviewmap-map{border:1px solid #7b98bc;height:150px;margin:2px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:2px;left:2px;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-overviewmap-box{border:2px dotted rgba(0,60,136,.7)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}
/*# sourceMappingURL=ol.css.map */

/*#endregion statics/openlayers/ol.css*/



/*#region styles.css*/

/* loved-by-the-king-regular - latin */
@font-face {
    font-family: 'Loved by the King';
    font-style: normal;
    font-weight: 400;
    src: url('https://www.bischt.de/./statics/fonts/loved-by-the-king-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('https://www.bischt.de/./statics/fonts/loved-by-the-king-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('statics/fonts/loved-by-the-king-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('statics/fonts/loved-by-the-king-v12-latin-regular.woff') format('woff'), /* Modern Browsers */ url('statics/fonts/loved-by-the-king-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('statics/fonts/loved-by-the-king-v12-latin-regular.svg#LovedbytheKing') format('svg'); /* Legacy iOS */
}

/* coming-soon-regular - latin */
@font-face {
    font-family: 'Coming Soon';
    font-style: normal;
    font-weight: 400;
    src: url('https://www.bischt.de/./statics/fonts/coming-soon-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('https://www.bischt.de/./statics/fonts/coming-soon-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('statics/fonts/coming-soon-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('statics/fonts/coming-soon-v12-latin-regular.woff') format('woff'), /* Modern Browsers */ url('statics/fonts/coming-soon-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('statics/fonts/coming-soon-v12-latin-regular.svg#ComingSoon') format('svg'); /* Legacy iOS */
}


Body, a, td, th, br, input, select, textarea, h1, h2, h3, h4, p {
    font-family: 'Coming Soon', sans-serif;
    font-size: 17px;
    font-style: normal;
    line-height: 26px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    color: rgb(105, 108, 77);
}

ul {
    font-family: 'Coming Soon', sans-serif;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    line-height: 26px;
    box-sizing: border-box;
    margin: 15px 0px;
    padding: 0px 0px 0px 30px;
    text-decoration: none;
}

ol {
    font-family: 'Coming Soon', sans-serif;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    line-height: 26px;
    box-sizing: border-box;
    margin: 15px 0px;
    padding: 0px 0px 0px 30px;
    text-decoration: none;
}

ul li,
ol li {
    margin-top: 2px;
    margin-bottom: 2px;
}

form {
    margin: 0px;
    padding: 0px;
}

sup {
    font-size: 0.8em;
    line-height: 0;
    position: relative;
    top: -0.5em;
    vertical-align: baseline;
}

label {
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    line-height: 26px;
    cursor: pointer;
    text-decoration: none;
}

a {
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    font-weight: 600;
    color: rgb(41, 153, 105);
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

A.Link {
    font-family: 'Coming Soon', sans-serif;
    text-decoration: none;
    color: rgb(21, 143, 94);
    border: solid rgb(100, 101, 103);
    border-radius: 10px;
    background-color: #FFFFFF;
}

h1,
.Titel {
    font-family: 'Loved by the King', sans-serif;
    font-size: 38px;
    font-weight: 600;
    font-style: normal;
    line-height: 52px;
    display: flex;
    width: 100%;
    margin: 0px 0px 10px 0px;
    text-align: inherit;
    text-decoration: none;
    color: rgb(105, 108, 77);
}

.Untertitel {
    font-family: 'Loved by the King', sans-serif;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    line-height: 38px;
    display: block;
    margin: 0px 0px 10px 0px;
    text-align: left;
    text-decoration: none;
    color: inherit;
}

A.Untertitel {
    display: inline;
    margin: 0px;
}

A.Untertitel:hover {
    text-decoration: none;
    color: #2f2f2f;
}

.Textnormal {
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    line-height: 26px;
    text-decoration: none;
    color: inherit;
}

.Textgross {
    font-size: 21px;
    font-weight: 300;
    font-style: normal;
    line-height: 27px;
    text-decoration: none;
    color: inherit;
}

.Textgrossfett {
    font-size: 21px;
    font-weight: 600;
    font-style: normal;
    line-height: 27px;
    text-decoration: none;
    color: inherit;
}

.Textfett {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    line-height: 26px;
    text-decoration: none;
    color: inherit;
}

.Textklein {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
    color: inherit;
}

.TextkleinFett {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    color: inherit;
}

.AbstandKlein {
    font-size: 10px;
    line-height: 10px;
    height: 10px;
}

.Abstand {
    font-size: 24px;
    line-height: 24px;
    height: 24px;
}

.AbstandGross {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
}

table {
    display: table;
    width: auto;
    min-width: 46%;
    border-collapse: collapse;
    border: 1px solid transparent;
}

table .Col20 {
    width: 20%;
}

table .Col30 {
    width: 30%;
}

table .Col33 {
    width: 33%;
}

table .Col40 {
    width: 40%;
}

table .Col50 {
    width: 50%;
}

table .Col60 {
    width: 60%;
}

table .Col66 {
    width: 66%;
}

table .Col70 {
    width: 70%;
}

table td,
table th {
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    line-height: 26px;
    padding: 15px 0;
    text-align: left;
    text-decoration: none;
    color: #706f6f;
    vertical-align: top;

}

table th {
    font-weight: bold;
    background-color: #efefef;
}

/* BUTTONS, ICONS */

.Download,
.Telefon,
.Verweis,
.Anfahrt,
.Email {
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    line-height: 26px;
    display: inline-block;
    overflow: visible;
    margin: 5px 10px 10px 0px;
    padding: 10px 35px 8px 35px;
    vertical-align: middle;
    text-decoration: none;
    color: #FFFFFF;
    border: none;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: rgb(21, 143, 94);
}

.Download {
    padding: 10px 35px 8px 55px;
    background: rgb(21, 143, 94) url('https://www.bischt.de/./images/layout/download.svg') no-repeat 0px center;
    background-position: 20px 50%;
    background-size: 24px 24px;
}

.Email {
    padding: 10px 35px 8px 55px;
    background: rgb(21, 143, 94) url('https://www.bischt.de/./images/layout/email.svg') no-repeat 0px center;
    background-position: 20px 50%;
    background-size: 24px 24px;
}

.Telefon {
    padding: 10px 35px 8px 55px;
    background: rgb(21, 143, 94) url('https://www.bischt.de/./images/layout/phone.svg') no-repeat 0px center;
    background-position: 20px 50%;
    background-size: 24px 24px;
}



/*#endregion styles.css*/



/*#region styles_addon.css*/

/*
	GENERAL
*/

Body, Html {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    min-height: 100%;
    scrollbar-color: #158f5e #FFFFFF;
    scrollbar-width: thin;
}

Html {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
}

Body {
    position: absolute;
    overflow-x: hidden;
    min-width: 320px;
    margin: 0px;
    background-color: #E8F7D0;
    -webkit-overflow-scrolling: touch;
}


::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #158f5e;
}

/* BODYCOLORS */
#ueber-uns, #planungsvarianten, #downloads {
    padding: 3% 0 5% 0;
    background-color: #e8f7d0;
}

#termine, #kontakt, #netzwerk {
    padding: 3% 0 5% 0;
    background-color: rgb(210, 240, 162);
}

header, main, section, article, footer, div, p, a, li, ul, img, input, nav, h1, h2, h3, h4, h5 {
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

img {
    border: none;
}

article img {
    /*-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);*/
}

label {
    line-height: 26px;
    cursor: pointer;
}

blockquote {
    display: block;
    margin: 10px 20px;
}

input, textarea, select {
    /*-webkit-appearance: none;*/
}

a[href^=tel] {
    text-decoration: none;
}

/*
	HEADER
*/

header {
    position: fixed;
    z-index: 150;
    top: 0px;
    right: 0px;
    left: 0;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    margin: 0px;
    text-align: center;
    opacity: 1;
}

header.Minimized {
    border-radius: 0 0 20px 20px;
    background: rgb(210, 240, 162);
    box-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.3);
}

header .Container {
    position: relative;
    z-index: 100;
    display: block;
    width: 96%;
    max-width: 85%;
    height: 90px;
    margin: 2.5% auto 1.5% auto;
    padding: 0px;
    text-align: center;
}

header.Minimized #Navigation ul {
    padding: 10px 0px;
}

header.Minimized .Container {
    height: 70px;
    margin: 1.2% auto;
}

header .logo {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 0;
    width: auto;
    height: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .logo:hover {
    -moz-transform: translateY(-50%) scale(1.05);
    -ms-transform: translateY(-50%) scale(1.05);
    -o-transform: translateY(-50%) scale(1.05);
    -webkit-transform: translateY(-50%) scale(1.05);
    transform: translateY(-50%) scale(1.05);
    opacity: 0.8;
}

header .logo img {
    position: relative;
    width: auto;
    height: 100%;
}

header #Navigation {
    position: relative;
    z-index: 100;
    display: block;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 0px;
    text-align: right;
}

header #Navigation ul {
    display: inline-block;
    width: 85%;
    max-width: 85%;
    height: 100%;
    margin: 0 auto 0 auto;
    padding: 19px 0px;
    list-style: none;
    text-align: right;
}


header #Navigation li {
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    height: 100%;
    margin: 0 5% 0 0;
    padding: 0px;
    list-style: none;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
}

header #Navigation ul.Mobile {
    display: none;
}

header #Navigation li a {
    font-family: 'Loved by the King', sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    line-height: 50px;
    display: block;
    box-sizing: border-box;
    height: 100%;
    margin: auto;
    padding: 3px 0px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    color: #000000;
}

header #Navigation li a:hover {
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

header #Navigation li a:hover {
    font-weight: 400;
    text-decoration: none;
}

header #Navigation li a.Active,
header #Navigation li a.Active:hover {
    font-weight: 600;
    text-decoration: none;
}

.Desktop {
    display: block !important;
}

.Mobil {
    display: none !important;
}


/* == SIDE NAVI == */
#NavigationSide {
    position: fixed;
    z-index: 500;
    top: 25%;
    right: 0;
    display: inline-block;
    box-sizing: border-box;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.Minimized #NavigationSide {
    top: 15%;
}

#NavigationSide ul {
    display: inline-block;
    margin: 0px auto;
    padding: 0px 0px;
    list-style: none;
    text-align: center;
}

#NavigationSide li {
    position: relative;
    display: block;
    overflow: visible;
    margin: 10px 5px;
    padding: 0;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#NavigationSide li a.Button {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    border-radius: 15px;
    background-color: rgb(21, 143, 94);
    background-repeat: no-repeat;
    background-position: center;
}

#NavigationSide li a.Button.location {
    background-image: url('https://www.bischt.de/./images/layout/registration.svg');
}

#NavigationSide li a.Button.member {
    background-image: url('https://www.bischt.de/./images/layout/download.svg');
}

#NavigationSide li:hover a.Button {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

/* == CONTENT == */
.Container {
    position: relative;
    display: block;
    clear: both;
    overflow: visible;
    width: 96%;
    max-width: 1240px;
    margin: 0px auto;
    padding: 0;
    text-align: left;
}

main {
    position: relative;
    z-index: 30;
    display: block;
    clear: both;
    overflow: visible;
    width: 100%;
    min-height: 320px;
    margin: 100px auto 50px auto;
    padding: 0px;
    text-align: center;
}

#Content {
    position: relative;
    z-index: 10;
    display: block;
    clear: both;
    overflow: visible;
    box-sizing: content-box;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

/*FOOTER*/
footer {
    position: relative;
    z-index: 10;
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    text-align: left;
    background-color: #158f5e;

}

.footerInner {
    text-align: center;
}

footer. Titel {
    color: #FFF;
}

footer #NavigationFooter {
    position: relative;
    z-index: 200;
    display: block;
    width: 85%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: left;
}

footer #NavigationFooter ul {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: right;
}

footer #NavigationFooter li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style: none;
    text-align: left;
}

footer #NavigationFooter li a:hover,
footer #NavigationFooter li a.Active:hover {
    text-decoration: none;
}

footer .Titel {
    font-size: 38px;
    font-weight: 400;
    line-height: 36px;
    display: inline-block;
    margin: 0 0 50px 0;
    text-align: center;
    color: #FFF;
}

footer .Textfett,
footer .Textnormal,
footer a {
    font-family: 'Coming Soon', sans-serif;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.halffooter:nth-child(1) {
    display: none;
    opacity: 0;
}

.halffooter {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: left;
}

.halffooter:nth-child(2n) {
    float: right;
    text-align: right;
}

.social-media {
    display: flex;
    justify-content: center;
    height: 50px;
}

.facebook {
    width: 50px;
    height: 100%;
    background: url("https://www.bischt.de/./images/layout/facebook.svg") no-repeat center;
    background-size: 80%;
}

.twitter {
    width: 50px;
    height: 100%;
    background: url("https://www.bischt.de/./images/layout/twitter.svg") no-repeat center;
    background-size: 80%;
}

.instagram {
    width: 50px;
    height: 100%;
    background: url("https://www.bischt.de/./images/layout/instagram.svg") no-repeat center;
    background-size: 80%;
}

/*SEPARATORS*/
.separator {
    width: 1% !important;
    color: #ffffff;
}

.Clear {
    clear: both;
    width: 0px;
    height: 0px;
}

.ClearLeft {
    clear: left;
    width: 0px;
    height: 0px;
}

.ClearRight {
    clear: right;
    width: 0px;
    height: 0px;
}

.Justify {
    text-align: justify;
}

.Center {
    text-align: center;
}

.Space5 {
    font-size: 5px;
    line-height: 5px;
    display: block;
    height: 5px;
}

.Space10 {
    font-size: 10px;
    line-height: 10px;
    display: block;
    height: 10px;
}

.Space15 {
    font-size: 15px;
    line-height: 15px;
    display: block;
    height: 15px;
}

.Space20 {
    font-size: 20px;
    line-height: 20px;
    display: block;
    height: 20px;
}

.Space30 {
    font-size: 30px;
    line-height: 30px;
    display: block;
    height: 30px;
}

.Space40 {
    font-size: 40px;
    line-height: 40px;
    display: block;
    height: 40px;
}

.Space75 {
    font-size: 75px;
    line-height: 75px;
    display: block;
    height: 75px;
}

.Uppercase {
    text-transform: uppercase;
}

.Outside {
    left: 100% !important;
}

.Opaque {
    opacity: 0 !important;
}

.Hidden {
    display: none !important;
}

.Visible {
    display: block !important;
}

.col25, .col50 {
    float: left;
    box-sizing: border-box;
    padding: 0 4% 0 0;
}

.col25 {
    width: 25%
}

.col50 {
    width: 50%
}

/* MAP */

/* HEADER-MAP IN TOUR-RUBRIC */


#map-container,
#map-container #map {
    position: relative;
    height: 650px;
    padding: 0;
}

.ol-popup {
    position: absolute;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
    padding: 15px 0 15px 15px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.ol-popup {
    padding: 30px 0 15px 15px;
}

.ol-popup:after, .ol-popup:before {
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    content: " ";
    pointer-events: none;
    border: solid transparent;
}

.ol-popup:after {
    left: 48px;
    margin-left: -10px;
    border-width: 10px;
    border-top-color: white;
}

.ol-popup:before {
    left: 48px;
    margin-left: -11px;
    border-width: 11px;
    border-top-color: #cccccc;
}

.ol-popup-closer {
    position: absolute;
    top: 0px;
    right: 0px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    padding: 2px 10px;
    text-decoration: none;
    border-top-right-radius: 10px;
    background-color: rgb(21, 143, 94);
    background-image: url('https://www.bischt.de/./images/layout/close.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70% auto;
}

.ol-popup .ol-popup-content {
    overflow-y: auto;
    max-height: 40vh;
    padding: 0 15px 0 0;
    text-align: center;
}

.ol-popup.tour .ol-popup-content {
    overflow-y: unset;
}

.ol-popup .ol-popup-content h3 {
    font-weight: bold;
    color: rgb(105, 108, 77);
}

.ol-popup .ol-popup-content .poi-image {
    display: block;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

}

.detailtext .Titel {
    width: auto;
}

.poi-title.Untertitel {
    font-size: 22px;
    line-height: 38px;
    text-align: center;
}

a.Button.mapbutton {
    color: black;
}

.ol-popup .ol-popup-content .poi-text {
    text-align: center;
}

.ol-control {
    right: 20px;
    padding: 0px;
    background-color: #ffffff;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

a.copyright {
    color: #000000;
}

.ol-zoom {
    top: 20px;
    right: unset;
    left: 20px;
}

.ol-zoom .ol-zoom-out {
    border-top: 1px solid #ddd;
}

.ol-control button {
    color: #000000;
    background-color: #ffffff;
}

.ol-control:hover {
    background-color: #ffffff;
}

.ol-control button:focus, .ol-control button:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.05);
}


/*FORMULARE*/
select {
    width: auto !important;
    border: none;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: white;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 36px 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#form a {
    font-weight: 600;
    color: #FFF;
}

#form .darkgreen {
    color: #158f5e;
}

select:hover {
    cursor: pointer;
    border: 1px solid rgb(210, 240, 162);
}

select::-ms-expand {
    display: none;
}

/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
    font-size: 1em;
    float: left;
    width: 1px;
    height: 1px;
    margin-right: .75em;
    border: none;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
    position: relative;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: transparent;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
    display: block;
    padding: 0px 0px 0px 25px;
    cursor: pointer;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-left: -25px;
    content: ' ';
    border: 1px solid rgb(210, 240, 162);
    background: white;
    /*box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);*/
}

input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    border-radius: 30px;
}

input[type='checkbox']:hover + label::before,
input[type='radio']:hover + label::before {
    border: 1px solid rgb(210, 240, 162);
    background: rgb(210, 240, 162);
    box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked + label::before,
input[type='radio']:checked + label::before {
    background: rgb(21, 143, 94);
    box-shadow: inset 0 0 0 2px white;
}

input[type='text']:hover,
input[type='textarea']:hover,
input[type='password']:hover,
input[type='date']:hover,
textarea:hover {
    border: 1px solid rgb(210, 240, 162);
}

input[type='text'],
input[type='textarea'],
input[type='password'],
select,
textarea {
    box-sizing: border-box;
    width: 70%;
    margin: 0px 0px 20px;
    padding: 10px 20px 6px 20px;
    border: 1px solid transparent;
    border-radius: 15px;
    background-color: #FFFFFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.formular {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 80%;
    margin: 5% auto 5%;
    padding: 4% 2%;
    color: #FFF;
    border-radius: 20px;
    background: #158f5e;
}


/* == HONEYPOT == */

.honeypot {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}


.formular .Button {
    border: 1px solid white;
}

.formtitle {
    font-family: 'Loved by the King', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    color: #ffffff;
}

input::placeholder,
textarea::placeholder {
    font-style: italic;
    color: #d5d6d6;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    font-style: italic;
    opacity: 1;
    color: #d5d6d6;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-style: italic;
    opacity: 1;
    color: #d5d6d6;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-style: italic;
    color: #d5d6d6;
}

input[required]::placeholder,
textarea[required]::placeholder {
    font-style: italic;
    color: #999a9a;
}

input[required]:-moz-placeholder,
textarea[required]:-moz-placeholder {
    font-style: italic;
    opacity: 1;
    color: #999a9a;
}

input[required]::-moz-placeholder,
textarea[required]::-moz-placeholder {
    font-style: italic;
    opacity: 1;
    color: #999a9a;
}

input[required]:-ms-input-placeholder,
textarea[required]:-ms-input-placeholder {
    font-style: italic;
    color: #999a9a;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

input.Selection[type='radio']:checked + label::before,
input.Selection[type='radio']:not(:checked) + label::before {
    position: relative;
    top: 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-left: -25px;
    content: ' ';
    border: 1px solid #FFFFFF;
    border-radius: 0px;
    background: #FFFFFF;
}

input.Selection[type='radio']:hover + label::before {
    border: 1px solid rgb(210, 240, 162);
    background: #FFFFFF;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    box-shadow: inset 0 0 0 2px white;
}

input.Selection[type='radio']:checked + label::before {
    background: #FFFFFF;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    box-shadow: inset 0 0 0 2px white;
}

.formular div.fieldset {
    margin: 10px 0;
}

.formular div.field {
    display: inline-block;
}

.formular ul {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 20px;
    list-style: none;
    list-style-image: none;
}

.error {
    list-style-image: none;
    color: red;
}

span.error {
    font-style: italic;
    display: block;
    box-sizing: border-box;
    max-width: 100%;
    margin: 10px 0px 20px 20px;
    color: red;
}

label span.error {
    margin: 5px 0px 10px 0px;
}

.Duty {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    line-height: 40px;
    display: inline;
    text-align: left;
    vertical-align: top;
    color: #ffffff;
}

.inputcontainer {
    display: flex;
    justify-content: space-between;
    width: 45%;
    margin: 1% 0;
}

.Feld,
.Feldtext,
.Felddate,
.Feldtime,
.Select {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    box-sizing: border-box;
    max-width: 80% !important;
    padding: 10px 20px 6px 20px;
    text-align: left;
    text-decoration: none;
    color: #706f6f;
    border: 1px solid transparent;
    background-color: #FFFFFF;
}

.Feldtext {
    height: 85px;
}

.Felddate,
.Feldtime {
    position: relative;
    width: 160px !important;
    max-width: none !important;
    padding: 10px 30px 8px 40px;
    text-align: center;

    border: none;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: white;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 36px 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Select {
    width: auto;
    padding: 10px 30px 8px 20px;
}

.Feldtime option,
.Select option {
    font-style: normal;
    color: #706f6f;
}

select.Placeholder option[disabled],
select.Placeholder[value=''],
select.Placeholder:not(:valid),
select.Placeholder:invalid {
    font-style: italic;
    color: #d5d6d6;
}

.Select[multiple] {
    height: 150px;
    background-image: none;
}

/* == STANDARDARTIKEL == */
article {
    display: block;
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
    text-align: left;
}


article.standard {
    position: relative;
    display: inline-block;
    width: 90%;
    height: auto;
    margin: 5% auto 3% auto;
}

article .image,
article .image.right {
    float: right;
    width: auto;
    max-width: 47%;
    margin: 0 0 3% 3%;
}

article .image.left {
    float: left;
    margin: 0 3% 3% 0;

}


article.standard .text-content {
    position: relative;
    display: block;
    margin: 0 3% 0 0;
    padding: 0;
}

article.standard.right .text-content,
article.standard.left .text-content {
    margin: 0 3% 0 0;
}

article.standard.left .text-content {
    margin: 0 0 0 3%;
}

article.standard .Titel:after {
    position: unset;
    width: inherit;
    margin-top: 10px;
    margin-left: 5%;
    content: "";
    background: url("https://www.bischt.de/./images/layout/strike_long_right.svg") no-repeat;
    background-size: 100%;
}


article.standard .left.Titel {
    flex-direction: row-reverse;
}

article.standard .left.Titel::after {
    margin-right: 5%;
    margin-left: 0;
    background: url("https://www.bischt.de/./images/layout/strike_long_left.svg") no-repeat;
}

/* DETAILTEXT */
article.detailtext .detailimage {
    float: right;
    width: 48.5%;
    max-height: 400px;
    margin: 0 0 2% 3%;
}


/* == Boxartikel == */

.wrappercontainer {
    padding: 3%;
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
}

.text-content {
    position: relative;
    display: block;
    margin: 0 3% 0 0;
    padding: 0;
}

.box {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 22.5%;
    height: auto;
    margin: 1% 1% 2% 1%;
    padding: 2% 1%;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    background-color: transparent;
}

.box .boxicon {
    position: relative;
    display: block;
    height: 150px;
    margin: 0 auto 5% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.box:hover .boxicon {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.box .boxlink {
    display: block;
    overflow: visible;
    box-sizing: border-box;
}

.boxlink:hover {
    opacity: 1;
}

.box .Titel {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    min-height: 75px;
    margin: 0 0 5px 0;
    text-transform: none;
}

.box .Textnormal {
    font-size: 15px;
    line-height: 22px;
    color: #706f6f;
}


.box a:hover {
    opacity: 1;
}


/* FLIP ARTICLE */
article.flip {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 31%;
    height: auto;
    margin: 0;
    padding-bottom: 30%;
    cursor: pointer;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    margin: 1%;

}

article.flip a {
    position: absolute;
    z-index: 100;
    display: block;
    width: 100%;
    height: 100%;
}

article.flip .boxlink {
    position: absolute;
    z-index: 100;
    display: block;
    width: 100%;
    height: 100%;
}

.flipper.front.noflip {
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
}

.flip.noflip:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.flipper.front.noflip .flipperimage {
    background-size: contain;
}

article.flip .Titel {
    font-size: 34px;
    font-weight: 500;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
}

.flipperimage {
    width: 70%;
    height: 60%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

article.flip .flipper {
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-transition: transform .8s cubic-bezier(.2, .85, .4, 1.275), -webkit-transform .8s cubic-bezier(.2, .85, .4, 1.275);
    -ms-transition: transform .8s cubic-bezier(.2, .85, .4, 1.275), -webkit-transform .8s cubic-bezier(.2, .85, .4, 1.275);
    -o-transition: transform .8s cubic-bezier(.2, .85, .4, 1.275), -webkit-transform .8s cubic-bezier(.2, .85, .4, 1.275);
    -webkit-transition: transform .8s cubic-bezier(.2, .85, .4, 1.275), -webkit-transform .8s cubic-bezier(.2, .85, .4, 1.275);
    transition: transform .8s cubic-bezier(.2, .85, .4, 1.275), -webkit-transform .8s cubic-bezier(.2, .85, .4, 1.275);
    background-color: rgb(21, 143, 94);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

article.flip .container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 30%;
    padding: 35px;
    text-align: center;
    border-radius: 20px;
}

article.flip .flipper.back .container {
    bottom: unset;
    height: 100%;
}

article.flip .flipper.green {
    background-color: #a3c742;
}

article.flip .flipper.lightgreen {
    background-color: #cfe09f;
}

article.flip .flipper.darkgreen {
    background-color: rgb(21, 143, 94);
}

article.flip .Textnormal {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    position: absolute;
    top: 50%;
    bottom: unset;
    left: 50%;
    width: 90%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF;
}

article.flip .Untertitel {
    font-weight: 400;
    color: #FFFFFF;
}


article.flip .flipper.front {
    z-index: 1;
    box-sizing: border-box;
    padding: 10% 10% 0 10%;
}

article.flip:hover .flipper.front {
    z-index: -1;
}

article.flip .Mehrdazu {
    font-weight: 600;
    width: max-content;
    height: max-content;
    padding: 10px 20px 8px 25px;
    text-align: left;
    background-position: 5px 55%;
    background-size: 15px 15px;
}

article.flip:hover .flipper.back,
article.flip .flipper.front {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    border-radius: 20px;
    background-position: center center;
    background-size: 50%;
}

article.flip .flipper.back,
article.flip:hover .flipper.front {
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    -o-transform: rotate3d(0, 1, 0, 180deg);
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
    border-radius: 20px;
}

/* TEASERARTIKEL */

.jarallax {
    position: relative;
    z-index: 0;
    max-width: 100%;
    min-height: 600px;
    max-height: 100%;
    margin: 0 auto;
}

.jarallax > .jarallax-img {
    font-family: 'object-fit: cover;';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

article.teaser {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 90%;
    padding: 0% 0 3% 0;
}

.teasertext {
    max-width: 1240px;
    margin: 3% auto 5% auto;
}


article.teaser.right {
    flex-direction: row-reverse;
}

.teaserimage_wrapper {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.teaserimage_wrapper.left {
    margin-left: -20%;
}

.teaserimage_wrapper.right {
    margin-right: -20%;
}

.teasertext.right,
.teasertext.left {
    display: inline-block;
    width: 31%;
}

.teaserimage_border {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.teaserimage_border.lightgreen {
    background: url("https://www.bischt.de/./images/layout/background_lightgreen.svg") no-repeat center;
    background-size: cover;
}

.teaserimage_border.darkgreen {
    background: url("https://www.bischt.de/./images/layout/background_darkgreen.svg") no-repeat center;
    background-size: cover;

}

/*Icons & Buttons*/
a.Email:hover,
a.Telefon:hover,
a.Download:hover,
a.Verweis:hover {
    text-decoration: none;
    opacity: 0.5;
    color: #FFFFFF;
}

.Mehr,
.Zurueck,
.glider__link,
input.Button {
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
    line-height: 26px;
    display: inline-block;
    overflow: visible;
    margin: 5px 10px 10px 0px;
    padding: 10px 35px 8px 35px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    color: #FFFFFF;
    border: none;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #158f5e;
}


.Untertitel.Gliderlink {
    display: flex;
    justify-content: center;
    text-shadow: 2px 2px #000;
    color: #FFF;
}

A.Mehr:hover,
A.Zurueck:hover,
.glider__link:hover {
    opacity: 0.7;
    color: #FFFFFF;
}

A.Zurueck {
    margin: 4% 0px 0px 0px;
}

.ClearTable table,
table.ClearTable {
    width: auto;
    border: none;
}

ul.Downloads,
ul.Links {
    display: block;
    margin: 15px 0px 0px 0;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
}

ul.Downloads li,
ul.Links li {
    display: inline-block;
    margin: 10px 10px 0px 0px;
    padding: 0px;
}

ul.Downloads .Download,
ul.Links .Link,
ul.Links .Verweis {
    margin: 0px;
}


/* STARTARTIKEL */

article.start {
    max-width: 500px;
    padding: 40px 50px;
    border-radius: 20px;
    background: #158f5e;
}

article.start .Titel {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 10px 0 10px 100px;
    color: #FFF;
    background: rgb(21, 143, 94) url('https://www.bischt.de/./images/layout/download.svg') no-repeat 20px 50%;
    background-size: 50px 50px;
}

article.start .text-content {
    text-align: center;
}


.Container.box-navi {
    z-index: 100;
    margin: -6% auto 0 auto;
}

.Container.box-navi:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/*AKKORDEONARTIKEL*/

.toggle {
    font-weight: 600;
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 90%;
    max-width: 1240px;
    margin: 0px auto 10px auto;
    padding: 20px 70px 20px 20px;
    text-align: left;
    text-decoration: none;
    color: #FFF;
    border-radius: 20px;
    background: #158f5e;
}

.Titel.Akkordeontitel {
    width: 90%;
    max-width: 1240px;
    margin: 2% auto 20px auto;
}

.toggle:hover,
.toggle.toggle-expanded {
    opacity: 0.9;
}

.toggle:hover {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.toggle.toggle-expanded {
    border-bottom: unset;
}

.toggle.toggle-expanded:hover {
    opacity: 0.9;
}

.toggle.Titel {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    margin: 10px auto;
}

.toggle span {
    position: absolute;
    top: 40%;
    right: 20px;
    display: block;
    width: 50px;
    height: 30px;
    margin: -7px 0px 0px 0px;
    cursor: pointer;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
    background: transparent url('https://www.bischt.de/./images/layout/arrow_down.svg') no-repeat center;
    background-size: cover;
}

.toggle.toggle-expanded span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.toggle-content {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 90%;
    max-width: 1240px;
    height: auto;
    margin: 0 auto;
    padding: 0 2%;
    text-align: left;
    background-color: transparent;
}

.toggle-content .content {
    box-sizing: border-box;
    padding: 0 20px;
}

.toggle-content.toggle-visible .content {
    padding: 0 20px 20px 20px;
}

.toggle-content.toggle-visible {
    overflow: hidden;
    height: auto;
    margin-top: 20px;
    opacity: 1;
}

.toggle-content.toggle-hidden {
    overflow: hidden;
    height: 0px;
    opacity: 0;
}

.toggle-content .image {
    display: inline-block;
    float: left;
    width: 48.5%;
    margin: 0 3% 2.5% 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.toggle-content .image.right {
    float: right;
    margin: 0 0 2.5% 3%;
}

.toggle-content .image.left {
    float: left;
    margin: 0 3% 2.5% 0;
}

/* VARIANTS */


ol.Variants {
    list-style: none;
    counter-reset: item;
}

ol.Variants li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    counter-increment: item;
}

ol.Variants li:before {
    font-size: 32px;
    display: inline-block;
    width: 100px;
    height: 50px;
    margin-right: 10px;
    padding-top: 40px;
    content: counter(item);
    text-align: center;
    vertical-align: middle;
    color: white;
    border-radius: 100%;
    background: url("https://www.bischt.de/./images/layout/bubble.svg") no-repeat center;
    background-size: contain;
}

.varianttitel {
    width: 20%;
}

.variantimg {
    display: inline-block;
    width: 70%;
    margin-left: 5%;
    text-align: right;
}

.variantimg img {
    width: 100%;
}

/* 	HEADER-SLIDER */

#HeadGlider .glide {
    position: relative;
    z-index: 33;
    display: block;
    overflow: hidden;
    width: 100%;
}


#HeadGlider .glide__slide {
    position: relative;
    overflow: hidden;
    margin-top: unset;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.glide__content .Titel {
    color: #FFF;
    text-shadow: 2px 2px #000;
}

.Glidertitel {
    font-size: 62px;
    font-weight: 600;
    line-height: 2.0;
    display: inline;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 0.2em 0em;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: rgb(210, 240, 162) !important;
    text-shadow: 1px 1px 1px #000;
}

#HeadGlider .glide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#HeadGlider .glide__overlay,
#HeadGlider .glide__background {
    display: block;
    height: 750px;
    max-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#HeadGlider .glide__text {
    position: absolute;
    display: block;
    box-sizing: border-box;
    padding: 40px 40px 60px 40px;
    text-align: left;
    background: #FFF;
    -webkit-box-shadow: 0px -1px 13px 1px rgba(0, 0, 0, 0.77);
    box-shadow: 0px -1px 13px 1px rgba(0, 0, 0, 0.77);
}

#HeadGlider .glide__background {
    width: 100%;
    height: 100%;
}

iframe.SlidingVideo {
    width: 100%;
    height: 100%;
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    border: unset;
}

#TitleGlider .glide__background {
    width: 100%;
    height: 100%;
    background-size: cover;
}


#HeadGlider .glide__track {
    overflow: visible;
    max-height: 100%;
}


#HeadGlider .glide__slides {
    overflow: visible;
    max-height: 100%;
}

#HeadGlider .background {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* DATES */
.Titel.datestitle {
    font-size: 32px;
    display: inline-block;
    margin-top: 1%;
    text-align: center;
}

.datescontainer {
    margin-top: -5%;
    padding: 0% 0 5% 0;
}

/* CONTACT */
article.contact,
article.login {
    display: block;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto -50px auto !important;
    padding: 5% 0;
}

article.contact ul,
article.login ul {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 15px;
    list-style: none;
}


img.logo {
    display: block;
    width: 300px;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 1500px) {
    header #Navigation li {
        margin: 0 2% 0 0;
    }
}

@media only screen and (max-width: 1300px) {
    header #Navigation li a {
        font-size: 32px;
    }

    .Glidertitel {
        font-size: 52px;
    }
}

@media only screen and (max-width: 1200px) {
    header #Navigation li a,
    article.start .Titel,
    article.flip .Titel {
        font-size: 22px;
        line-height: 50px;
    }

    article.start {
        max-width: 300px;
        padding: 30px 40px;
    }


}

@media only screen and (max-width: 1100px) {

    .glide__content .Titel {
        font-size: 28px;
        line-height: 42px;
    }

    #HeadGlider .glider__title {
        font-size: 50px;
        line-height: 64px;
    }

    article.flip .Titel {
        font-size: 22px;
        line-height: 36px;
    }

    article.flip .Textnormal {
        font-size: 16px;
        line-height: 22px;
    }

    .teaserimage_wrapper {
        width: 100%;
    }

    .teaserimage_wrapper.left,
    .teaserimage_wrapper.right {
        margin: 0;
    }

    .teasertext.right,
    .teasertext.left {
        width: 100%;
    }


    .Glidertitel {
        font-size: 36px;
    }

    .glide__content. .Titel {
        font-size: 26px;
        line-height: 42px;
    }


}



/*#endregion styles_addon.css*/



