/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

.glightbox-container.inactive {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

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

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

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

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

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

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

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

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

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

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

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

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

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

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

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

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

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

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

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

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

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

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

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

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

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

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

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

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

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

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

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

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

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

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

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

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

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

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

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


/*Skin */

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

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

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

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

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

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

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

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}


/*CSS Animations*/

.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}

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

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

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

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

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

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

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

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

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

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
	background: transparent;
}
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/files/dist/images/vendor/leaflet/dist/layers.png?416d91365b44e4b4f4777663e6f009f3);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/files/dist/images/vendor/leaflet/dist/layers-2x.png?8f2c4d11474275fbc1614b9098334eae);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(/files/dist/images/vendor/leaflet/dist/marker-icon.png?2b3e1faf89f94a4835397e7a43b4f77d);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

header .inside .mainmenu .mod_navigation, header .inside .topbar, #container {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

body {
  --ce-margin: 40px;
  --article-margin: 140px;
}
@media all and (max-width: 700px) {
  body {
    --ce-margin: 20px;
    --article-margin: 40px;
  }
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input, button, textarea {
  outline: none;
  line-height: inherit;
}

figure {
  margin: 0;
}

.ce_downloads ul, .ce_gallery ul, .mod_navigation.secondary ul.level_1, .mod_navigation.primary ul.level_2, .mod_navigation.primary ul.level_1 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(/files/dist/fonts/montserrat-v15-latin-regular.woff2?b71748ae4f80ec8c014def4c5fa8688b) format("woff2"), url(/files/dist/fonts/montserrat-v15-latin-regular.woff?0659a9f4e90db5cf51b50d005bff1e41) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(/files/dist/fonts/Montserrat-SemiBold.woff2?109e3207d9afea8524be998dd34b3704) format("woff2"), url(/files/dist/fonts/Montserrat-SemiBold.woff?16e8721ef5837bc6375ebac306d75609) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  font-family: Montserrat, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #253f73;
  font-size: 15pt;
}

p {
  margin: 0.5em 0;
}

strong, b {
  font-weight: 600;
}

a {
  color: #253f73;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #a5a5a5;
}

h1, h2, h3, .ce_overlays .overlay-elements .overlay-element .modal-wrapper .modal-content .overlay-text-headline, .ce_accordion .toggler, h4, h5, h6 {
  font-family: Montserrat, Verdana, sans-serif;
  font-weight: 600;
  margin: 1em 0 0.5em 0;
}

h1 {
  font-size: 2.9rem;
  text-align: center;
  margin-top: 0;
}

h2 {
  font-size: 30pt;
}

h3, .ce_overlays .overlay-elements .overlay-element .modal-wrapper .modal-content .overlay-text-headline, .ce_accordion .toggler {
  font-size: 20pt;
}

h4 {
  font-size: 15pt;
}

h5 {
  font-size: 15pt;
}

h6 {
  font-size: 15pt;
}

.small, .ce_form label {
  font-size: 80%;
}

@media (max-width: 1200px) {
  body {
    font-size: 14pt;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3, .ce_overlays .overlay-elements .overlay-element .modal-wrapper .modal-content .overlay-text-headline, .ce_accordion .toggler {
    font-size: 18pt;
  }
  h4 {
    font-size: 14pt;
  }
  h5 {
    font-size: 14pt;
  }
  h6 {
    font-size: 14pt;
  }
}
.button, .ce_download a, .ce_hyperlink a, button, input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  background-color: #253f73;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  transition: background-color 0.2s ease-in-out;
  border-radius: 0;
  font-weight: 600;
  cursor: pointer;
}
.button:hover, .ce_download a:hover, .ce_hyperlink a:hover, button:hover, input[type=submit]:hover {
  background-color: #253f73;
  color: #ffffff;
}

html {
  scroll-behavior: smooth;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1500;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
}
header .inside .topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inside .topbar .logo {
  height: 60px;
}
header .inside .topbar .logo a {
  display: block;
  height: 100%;
}
header .inside .topbar .logo a img {
  height: 100%;
  width: auto;
}
header .inside .mainmenu {
  background-color: #eaeaeb;
}
header .inside .header_secondary {
  background-color: #253f73;
  color: #ffffff;
  padding: 0 var(--ce-margin);
}
@media (max-width: 1200px) {
  header .inside .header_secondary {
    padding: 0 15px;
  }
}
@media (max-width: 600px) {
  header .inside .header_secondary {
    padding: 0 5px;
  }
}
header .inside .header_primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px var(--ce-margin);
}
header .inside .header_primary .ce_image {
  margin: 0;
}
@media (max-width: 1200px) {
  header .inside .header_primary .ce_image {
    max-width: 180px;
  }
}
@media (min-width: 1200px) {
  header .inside .header_primary .ce_image img {
    transition: transform 0.3s ease-in-out;
    transform: translateX(25px) scale(1.2);
  }
}
@media (max-width: 1200px) {
  header .inside .header_primary {
    padding: 10px 15px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  header .inside .header_primary {
    transition: height 0.3s ease-in-out;
    height: 140px;
  }
}

@media (min-width: 1200px) {
  body.scrolled header .header_primary {
    height: 110px;
  }
  body.scrolled header .header_primary .ce_image img {
    transform: scale(1);
  }
}

footer {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
}
footer .inside .footer_secondary {
  max-width: 100%;
  width: 100%;
  position: relative;
}
footer .inside .footer_secondary .accept_info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgb(229.5, 229.5, 229.5);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .inside .footer_secondary .accept_info.hidden {
  display: none;
}
footer .inside .footer_secondary .accept_info p {
  width: 80%;
  max-width: 600px;
}
footer .inside .footer_secondary .accept_info p.headline {
  font-weight: 600;
}
footer .inside .footer_secondary .accept_info button {
  margin-top: 20px;
  background-color: #253f73;
  text-transform: uppercase;
}
footer .inside .footer_primary {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  width: 85%;
  max-width: none;
  padding: var(--ce-margin) 0;
}
@media (max-width: 1200px) {
  footer .inside .footer_primary {
    display: block;
  }
}
footer .inside .footer_primary .footer_container {
  width: 80%;
  display: flex;
}
@media (max-width: 1200px) {
  footer .inside .footer_primary .footer_container {
    display: block;
    width: 100%;
  }
}
footer .inside .footer_primary .footer_container .ce_text {
  width: 400px;
  margin: 0;
}
footer .inside .footer_primary .footer_container .ce_text table {
  width: 100% !important;
}
@media (max-width: 500px), (min-width: 1200px) {
  footer .inside .footer_primary .footer_container .ce_text table td {
    width: 50% !important;
  }
}
@media (max-width: 1200px) {
  footer .inside .footer_primary .footer_container .ce_text {
    width: 100%;
  }
  footer .inside .footer_primary .footer_container .ce_text:first-child {
    margin-bottom: var(--ce-margin);
  }
}
footer .inside .footer_primary .footer_navigation {
  width: 20%;
}
@media (max-width: 1200px) {
  footer .inside .footer_primary .footer_navigation {
    width: 100%;
  }
}
footer .inside .footer_primary .footer_navigation .mod_navigation ul.level_1 {
  margin-top: 0.5em;
  position: relative;
}
@media (max-width: 1200px) {
  footer .inside .footer_primary .footer_navigation .mod_navigation ul.level_1 {
    padding-left: 0;
    margin-top: 2.5em;
  }
}
footer .inside .footer_primary .footer_navigation .mod_navigation ul.level_1 li {
  list-style: none;
  margin-bottom: 10px;
}
footer .inside .footer_primary .footer_navigation .mod_navigation ul.level_1 li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
footer .inside .footer_primary .footer_navigation .mod_navigation ul.level_1 li strong {
  text-transform: uppercase;
  position: relative;
}
footer .inside .footer_primary .footer_navigation .mod_navigation ul.level_1 li strong:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #253f73;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
footer .inside .footer_primary .footer_navigation .mod_navigation ul.level_1 li.instagram, footer .inside .footer_primary .footer_navigation .mod_navigation ul.level_1 li.facebook {
  width: 23px;
  height: 23px;
  overflow: hidden;
}
footer .inside .footer_primary .footer_navigation .mod_navigation ul.level_1 li.instagram a, footer .inside .footer_primary .footer_navigation .mod_navigation ul.level_1 li.facebook a {
  opacity: 0;
}
footer .inside .footer_primary .footer_navigation .mod_navigation ul.level_1 li.instagram {
  background: url(/files/dist/images/instagram.svg?172b526708bad2889e2172e666da2669);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .inside .footer_primary .footer_navigation .mod_navigation ul.level_1 li.facebook {
  background: url(/files/dist/images/facebook.svg?114fb0f501b1fe92355822e84fe136ca);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  left: 75px;
}
@media (max-width: 1200px) {
  footer .inside .footer_primary .footer_navigation .mod_navigation ul.level_1 li.facebook {
    left: 35px;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.invisible {
  position: absolute;
  left: -999em;
}

@media (min-width: 1200px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 1200px) {
  .desktop {
    display: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.flyout {
  position: fixed;
  top: 300px;
  right: 0;
  width: 350px;
  z-index: 9999;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .flyout {
    display: none;
  }
}
.flyout .flyout-item {
  margin: 0;
  position: relative;
  right: -350px;
  transition: right 0.3s ease-in-out;
  pointer-events: all;
  animation: wiggle 5s linear infinite alternate;
}
@keyframes wiggle {
  0% {
    transform: rotateZ(-2deg);
  }
  2% {
    transform: rotateZ(0);
  }
  4% {
    transform: rotateZ(2deg);
  }
  6% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0);
  }
}
.flyout .flyout-item:hover {
  right: 0;
  animation-play-state: paused;
  transform: rotateZ(0) !important;
}
.flyout .flyout-item .flyout-item-title {
  background: #253f73;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
  text-align: center;
  transform: rotate(90deg);
  transform-origin: top left;
  position: absolute;
  width: 200px;
}
.flyout .flyout-item .flyout-item-title p {
  display: block;
  position: relative;
  margin: 0;
  padding-right: 20px;
}
.flyout .flyout-item .flyout-item-title p:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  right: 25px;
  top: -2px;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/files/dist/images/file.svg?433817f8d6c4970a4dfeecafe0e5a46e);
}
.flyout .flyout-item .flyout-item-content {
  padding: 30px 25px;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
}
.flyout .flyout-item .flyout-item-content a {
  margin-top: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
  padding-right: 15px;
}
.flyout .flyout-item .flyout-item-content a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-bottom: 2px solid #253f73;
  border-right: 2px solid #253f73;
  transform: rotate(-45deg);
  transition: right 0.3s ease-in-out;
}
.flyout .flyout-item .flyout-item-content a:hover {
  color: #253f73;
}
.flyout .flyout-item .flyout-item-content a:hover:after {
  right: -5px;
}

.map {
  width: 100%;
  height: 300px;
  margin: 0 !important;
}
.map #openstreetmap {
  width: 100%;
  height: 100%;
}
.map .leaflet-control-zoom a {
  color: #253f73;
}
.map .leaflet-control-attribution a {
  color: #253f73;
}

.modal-wrapper {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(165, 165, 165, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 2000;
  justify-content: center;
  align-items: center;
}
.modal-wrapper.active {
  display: flex;
}
.modal-wrapper .modal-content {
  background: #ffffff;
  width: 80%;
  max-height: 80vh;
  overflow-y: auto;
  padding: var(--ce-margin);
  position: relative;
}
@media (max-width: 1200px) {
  .modal-wrapper .modal-content {
    width: 90%;
  }
}

.modal-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal-close:after, .modal-close:before {
  position: absolute;
  content: "";
  background: #253f73;
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center center;
}
.modal-close:after {
  transform: rotate(45deg);
}
.modal-close:before {
  transform: rotate(-45deg);
}

#popup-current-note {
  position: fixed;
}
#popup-current-note .modal-content {
  padding: 0 2rem;
  width: 70%;
}
@media (max-width: 1200px) {
  #popup-current-note .modal-content {
    width: 90%;
  }
}
#popup-current-note img {
  margin: 2rem auto;
}

.mod_article {
  margin: var(--article-margin) 0;
  scroll-margin-top: 100px;
}
.mod_article:not(.header) {
  position: relative;
  padding-top: 40px;
}
.mod_article:not(.header):after {
  position: absolute;
  content: "";
  background: #a5a5a5;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 250px;
  height: 2px;
}
.mod_article.header {
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .mod_article.header {
    flex-direction: column;
    border-bottom: none;
    margin-top: 115px;
  }
}
.mod_article.header .ce_image,
.mod_article.header .ce_text {
  margin: 0;
}
.mod_article.header .ce_image {
  width: 65%;
}
@media (max-width: 1500px) {
  .mod_article.header .ce_image {
    width: 100%;
  }
}
.mod_article.header .ce_image .image_container,
.mod_article.header .ce_image img {
  height: 100%;
  width: 100%;
}
.mod_article.header .ce_image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.mod_article.header .ce_text {
  width: 35%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1500px) {
  .mod_article.header .ce_text {
    width: 100%;
    padding: 20px;
  }
}
.mod_article.header .ce_text table {
  width: 100% !important;
}
.mod_article:first-of-type:not(.header) {
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 1500px) {
  .mod_article:first-of-type:not(.header):after {
    display: none;
  }
}
.mod_article#kontakt a {
  text-decoration: none;
}
.mod_article#kontakt a.button, .mod_article#kontakt .ce_download a, .ce_download .mod_article#kontakt a, .mod_article#kontakt .ce_hyperlink a, .ce_hyperlink .mod_article#kontakt a {
  padding-right: 45px;
  position: relative;
  font-size: 16px;
  margin-top: 25px;
}
.mod_article#kontakt a.button:before, .mod_article#kontakt .ce_download a:before, .ce_download .mod_article#kontakt a:before, .mod_article#kontakt .ce_hyperlink a:before, .ce_hyperlink .mod_article#kontakt a:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/files/dist/images/calendar.svg?2d9910d95fd136bd720fb18fbd28d7ca);
}

.mod_navigation.primary ul.level_1 {
  display: flex;
}
@media (min-width: 1200px) {
  .mod_navigation.primary ul.level_1 {
    justify-content: start;
  }
}
.mod_navigation.primary ul.level_1 > li {
  position: relative;
}
.mod_navigation.primary ul.level_1 > li > a, .mod_navigation.primary ul.level_1 > li > strong {
  display: block;
  padding: 20px 25px;
  font-weight: 600;
  text-decoration: none;
  color: #253f73;
  position: relative;
  text-transform: uppercase;
  margin-left: 20px;
}
.mod_navigation.primary ul.level_1 > li > a:after, .mod_navigation.primary ul.level_1 > li > strong:after {
  position: absolute;
  content: "";
  width: calc(100% - 50px);
  height: 2px;
  background: #253f73;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .mod_navigation.primary ul.level_1 > li > a:after, .mod_navigation.primary ul.level_1 > li > strong:after {
    width: calc(100% - 10px);
  }
}
.mod_navigation.primary ul.level_1 > li > a.focused:after, .mod_navigation.primary ul.level_1 > li > strong.focused:after {
  opacity: 1;
}
@media (min-width: 1200px) and (max-width: 1750px) {
  .mod_navigation.primary ul.level_1 > li > a, .mod_navigation.primary ul.level_1 > li > strong {
    padding: 20px 5px;
  }
}
@media (max-width: 1550px) {
  .mod_navigation.primary ul.level_1 > li > a, .mod_navigation.primary ul.level_1 > li > strong {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .mod_navigation.primary ul.level_1 > li > a, .mod_navigation.primary ul.level_1 > li > strong {
    font-size: 0.9rem;
  }
}
@media (max-width: 1300px) {
  .mod_navigation.primary ul.level_1 > li > a, .mod_navigation.primary ul.level_1 > li > strong {
    font-size: 0.75rem;
  }
}
.mod_navigation.primary ul.level_2 {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.mod_navigation.primary ul.level_2 > li > a, .mod_navigation.primary ul.level_2 > li > strong {
  display: block;
  padding: 20px 25px;
  text-decoration: none;
  color: #e76b60;
  transition: background-color 0.2s;
}
.mod_navigation.primary ul.level_2 > li > a:hover, .mod_navigation.primary ul.level_2 > li > .active, .mod_navigation.primary ul.level_2 > li > .trail {
  background-color: #eaeaeb;
}
.mod_navigation.primary ul.level_1 > li:hover ul.level_2 {
  max-height: calc(100vh - 100px);
}

.mod_navigation.secondary ul.level_1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mod_navigation.secondary ul.level_1 > li {
  position: relative;
}
.mod_navigation.secondary ul.level_1 > li > a, .mod_navigation.secondary ul.level_1 > li > strong {
  display: block;
  padding: 10px 10px 10px 25px;
  font-size: 0.8rem;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  margin: 0 20px;
}
.mod_navigation.secondary ul.level_1 > li > a.calendar::before, .mod_navigation.secondary ul.level_1 > li > strong.calendar::before {
  background-image: url(/files/dist/images/calendar.svg?2d9910d95fd136bd720fb18fbd28d7ca);
}
.mod_navigation.secondary ul.level_1 > li > a.file::before, .mod_navigation.secondary ul.level_1 > li > strong.file::before {
  background-image: url(/files/dist/images/file.svg?433817f8d6c4970a4dfeecafe0e5a46e);
}
.mod_navigation.secondary ul.level_1 > li > a.email::before, .mod_navigation.secondary ul.level_1 > li > strong.email::before {
  background-image: url(/files/dist/images/email.svg?7b1695ddf6a4de9d8bdf94b2db99331e);
}
.mod_navigation.secondary ul.level_1 > li > a.phone::before, .mod_navigation.secondary ul.level_1 > li > strong.phone::before {
  background-image: url(/files/dist/images/phone.svg?11d0baf5b5be596c93ab7ed247079f88);
}
@media (max-width: 600px) {
  .mod_navigation.secondary ul.level_1 > li > a, .mod_navigation.secondary ul.level_1 > li > strong {
    font-size: 0.7rem;
  }
}
.mod_navigation.secondary ul.level_1 > li > a:before, .mod_navigation.secondary ul.level_1 > li > strong:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mod_navigation.secondary ul.level_1 > li > a.last, .mod_navigation.secondary ul.level_1 > li > strong.last {
  margin-right: 15px;
}
.mod_navigation.secondary ul.level_1 > li .mobile-nav-anamnese {
  height: 90%;
  padding: 5px 8px 3px 22px;
  background-color: white;
  color: #253f73;
}
.mod_navigation.secondary ul.level_1 > li .mobile-nav-anamnese:before {
  margin-left: 4px;
  margin-top: 8px;
  background-image: url(/files/dist/images/file-text-color.svg?2587170a0f20d04bd15e1dfbaa7a4822) !important;
}

@media (max-width: 1200px) {
  body.mobilemenu-active .mod_navigation.primary ul.level_1 > li:nth-child(1) {
    animation: fadeIn 0.3s forwards 0.1s;
  }
  body.mobilemenu-active .mod_navigation.primary ul.level_1 > li:nth-child(2) {
    animation: fadeIn 0.3s forwards 0.2s;
  }
  body.mobilemenu-active .mod_navigation.primary ul.level_1 > li:nth-child(3) {
    animation: fadeIn 0.3s forwards 0.3s;
  }
  body.mobilemenu-active .mod_navigation.primary ul.level_1 > li:nth-child(4) {
    animation: fadeIn 0.3s forwards 0.4s;
  }
  body.mobilemenu-active .mod_navigation.primary ul.level_1 > li:nth-child(5) {
    animation: fadeIn 0.3s forwards 0.5s;
  }
  body.mobilemenu-active .mod_navigation.primary ul.level_1 > li:nth-child(6) {
    animation: fadeIn 0.3s forwards 0.5s;
  }
  body.mobilemenu-active .mod_navigation.primary ul.level_1 > li:nth-child(7) {
    animation: fadeIn 0.3s forwards 0.5s;
  }
  body.mobilemenu-active .mod_navigation.primary ul.level_1 > li:nth-child(n+8) {
    animation: fadeIn 0.3s forwards 0.5s;
  }
}

@media (max-width: 1200px) {
  body.mobilemenu-closing .mod_navigation.primary ul.level_1 > li {
    opacity: 1;
  }
  body.mobilemenu-closing .mod_navigation.primary ul.level_1 > li:nth-child(n+8) {
    animation: fadeOut 0.1s forwards;
  }
  body.mobilemenu-closing .mod_navigation.primary ul.level_1 > li:nth-child(7) {
    animation: fadeOut 0.1s forwards;
  }
  body.mobilemenu-closing .mod_navigation.primary ul.level_1 > li:nth-child(6) {
    animation: fadeOut 0.1s forwards;
  }
  body.mobilemenu-closing .mod_navigation.primary ul.level_1 > li:nth-child(5) {
    animation: fadeOut 0.1s forwards;
  }
  body.mobilemenu-closing .mod_navigation.primary ul.level_1 > li:nth-child(4) {
    animation: fadeOut 0.3s forwards;
  }
  body.mobilemenu-closing .mod_navigation.primary ul.level_1 > li:nth-child(3) {
    animation: fadeOut 0.3s forwards 0.1s;
  }
  body.mobilemenu-closing .mod_navigation.primary ul.level_1 > li:nth-child(2) {
    animation: fadeOut 0.3s forwards 0.2s;
  }
  body.mobilemenu-closing .mod_navigation.primary ul.level_1 > li:nth-child(1) {
    animation: fadeOut 0.3s forwards 0.3s;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 1200px) {
  .mod_navigation.primary {
    position: fixed;
    left: 0;
    top: 114px;
    width: 100vw !important;
    z-index: 10;
    transition: height 0.5s ease-out;
    height: 0;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1607843137);
  }
  body.mobilemenu-active .mod_navigation.primary {
    height: 430px;
  }
  .mod_navigation.primary ul.level_1 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }
  .mod_navigation.primary ul.level_1 > li {
    opacity: 0;
  }
  .mod_navigation.primary ul.level_2 {
    max-height: none;
    position: static;
    box-shadow: none;
  }
  .mod_navigation.primary ul.level_2 > li > a, .mod_navigation.primary ul.level_2 > li > strong {
    padding: 20px 25px 20px 50px;
  }
}

@media (max-width: 1200px) {
  .mod_navigation.secondary ul.level_1 {
    justify-content: space-between;
  }
  .mod_navigation.secondary ul.level_1 > li > a, .mod_navigation.secondary ul.level_1 > li > strong {
    margin: 0;
    padding: 10px 0 10px 20px;
  }
  .mod_navigation.secondary ul.level_1 > li > a.last, .mod_navigation.secondary ul.level_1 > li > strong.last {
    margin-right: 0;
  }
}

.burger_menu {
  display: none;
}
@media (max-width: 1200px) {
  .burger_menu {
    display: block;
  }
  .burger_menu .burger {
    width: 40px;
    height: 30px;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .burger_menu .burger > div {
    display: block;
    height: 2px;
    width: 100%;
    background: #253f73;
    opacity: 1;
    transform: translateY(0) rotate(0deg);
    transform-origin: center center;
    transition: transform 0.2s ease-out, opacity 0.1s ease-in-out, width 0.1s ease-out;
    margin: 3px 0;
  }
  body.mobilemenu-active .burger_menu .burger > div:first-child {
    transform: translateY(12px) rotate(45deg);
  }
  body.mobilemenu-active .burger_menu .burger > div:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  body.mobilemenu-active .burger_menu .burger > div:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  .burger_menu p {
    margin: 0;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
  }
}

.ce_text {
  margin: var(--ce-margin) 0;
}
.ce_text.addImage {
  display: flex;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
}
.ce_text.addImage .image_container {
  margin: 0 20px;
}
.ce_text.addImage .text_container {
  flex: 1 1 auto;
  margin: 0 20px;
}
.ce_text.addImage .text_container > :first-child {
  margin-top: 0;
}
.ce_text.addImage .text_container > :last-child {
  margin-bottom: 0;
}
.ce_text.addImage.has-contentimg-3 .image_container {
  flex: 0 0 calc(25% - 10px);
}
.ce_text.addImage.has-contentimg-4 .image_container {
  flex: 0 0 calc(33.333% - 10px);
}
.ce_text.addImage.has-contentimg-6 .image_container {
  flex: 0 0 calc(50% - 10px);
}
.ce_text.addImage.has-contentimg-12 .image_container {
  flex: 0 0 100%;
}
.ce_text.addImage.hasImageAbove {
  display: block;
}
.ce_text.addImage.hasImageAbove .text_container {
  margin-top: var(--ce-margin);
}
@media (min-width: 1200px) {
  .ce_text.text-image {
    display: flex;
  }
  .ce_text.text-image .image_container, .ce_text.text-image .text_container {
    width: 50%;
  }
  .ce_text.text-image .text_container {
    margin-left: var(--article-margin);
  }
}
.ce_text.text-image p img {
  margin-right: 10px;
}

.ce_hyperlink {
  margin: var(--ce-margin) 0;
  text-align: center;
}
.ce_image {
  margin: var(--ce-margin) 0;
}

.ce_gallery {
  margin: var(--ce-margin) 0;
}
.ce_gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.ce_gallery ul li {
  padding: 20px;
}
.ce_gallery ul li {
  flex: 0 0 25%;
}
@media (max-width: 800px) {
  .ce_gallery ul li {
    flex: 0 0 50%;
  }
}
@media (max-width: 650px) {
  .ce_gallery ul li {
    flex: 0 0 100%;
  }
}
.ce_gallery ul.cols_3 li {
  flex: 0 0 33.333%;
}
@media (max-width: 650px) {
  .ce_gallery ul.cols_3 li {
    flex: 0 0 100%;
  }
}
.ce_gallery ul.cols_2 li {
  flex: 0 0 50%;
}
@media (max-width: 650px) {
  .ce_gallery ul.cols_2 li {
    flex: 0 0 100%;
  }
}
.ce_gallery ul.cols_1 li {
  flex: 0 0 100%;
}
.ce_gallery ul a {
  display: block;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
.ce_gallery ul a:hover {
  transform: scale(1.05);
}

.glightbox-container button {
  padding: 0;
}

.ce_list {
  margin: var(--ce-margin) 0;
}
.ce_list ul {
  list-style: initial;
  list-style-position: outside;
  padding-left: 30px;
}
.ce_list ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 30px;
}
.ce_list li {
  margin: 0.5em 0;
}

.ce_table {
  margin: var(--ce-margin) 0;
}
.ce_table table {
  width: 100%;
  border-top: 1px solid #cccccc;
}
.ce_table tr {
  border-bottom: 1px solid #cccccc;
  transition: background-color 0.2s ease-in-out;
}
.ce_table tr th, .ce_table tr td {
  padding: 0.5em;
}
.ce_table tr th {
  font-weight: 600;
  text-align: left;
}
.ce_table tr:hover {
  background-color: #eaeaeb;
}

.ce_download {
  margin: var(--ce-margin) 0;
  text-align: center;
}
.ce_download a .size {
  font-size: 80%;
}

.ce_downloads {
  margin: var(--ce-margin) 0;
}
.ce_downloads ul {
  border-top: 1px solid #cccccc;
}
.ce_downloads a {
  display: block;
  border-bottom: 1px solid #cccccc;
  padding: 0.5em;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.ce_downloads a:hover {
  background-color: #eaeaeb;
}
.ce_downloads a .size {
  font-weight: 400;
  font-size: 80%;
}

.ce_player {
  margin: var(--ce-margin) 0;
}
.ce_player video {
  width: 100%;
  height: auto;
}

.ce_youtube {
  margin: var(--ce-margin) 0;
}
.ce_youtube .video_container {
  padding-top: 56.25%;
  position: relative;
}
.ce_youtube .video_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ce_sliderStart {
  margin: var(--ce-margin) 0;
  width: 80vw;
  position: relative;
}
@media (min-width: 1200px) {
  .ce_sliderStart {
    margin-left: -40vw;
    margin-right: -40vw;
    left: 50%;
    right: 50%;
  }
}
@media (max-width: 1200px) {
  .ce_sliderStart {
    margin: var(--ce-margin) auto;
    width: 75vw;
  }
}
.ce_sliderStart .tns-outer {
  position: relative;
}
.ce_sliderStart .tns-outer button {
  background-color: transparent;
  padding: 0;
  color: #e76b60;
  transition: background-position 0.2s ease-in-out;
}
.ce_sliderStart .tns-outer .tns-controls {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 25px);
}
@media (max-width: 1200px) {
  .ce_sliderStart .tns-outer .tns-controls {
    top: calc(50% - 40px);
  }
}
.ce_sliderStart .tns-outer .tns-controls button {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-image: url(/files/dist/images/angle.svg?bf9e5a0af60e1117cb4e6c91dee7c641);
  background-position: -5px 0;
  width: 40px;
  height: 40px;
}
.ce_sliderStart .tns-outer .tns-controls button:hover {
  background-position: 5px 0;
}
.ce_sliderStart .tns-outer .tns-controls button:first-child {
  left: -50px;
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .ce_sliderStart .tns-outer .tns-controls button:first-child {
    left: -40px;
  }
}
.ce_sliderStart .tns-outer .tns-controls button:last-child {
  right: -50px;
}
@media (max-width: 1200px) {
  .ce_sliderStart .tns-outer .tns-controls button:last-child {
    right: -40px;
  }
}
.ce_sliderStart .tns-outer .slider-wrapper > * {
  margin-top: 0;
  margin-bottom: 0;
}
.ce_sliderStart .tns-outer .slider-wrapper .ce_image .image_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ce_sliderStart .tns-outer .slider-wrapper .ce_image .image_container img {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  height: 55vh;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .ce_sliderStart .tns-outer .slider-wrapper .ce_image .image_container img {
    height: 45vh;
  }
}
@media (max-width: 900px) {
  .ce_sliderStart .tns-outer .slider-wrapper .ce_image .image_container img {
    height: 35vh;
  }
}
@media (max-width: 700px) {
  .ce_sliderStart .tns-outer .slider-wrapper .ce_image .image_container img {
    height: 20vh;
  }
}
.ce_sliderStart .tns-outer .tns-nav {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.ce_sliderStart .tns-outer .tns-nav button {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ce_sliderStart .tns-outer .tns-nav button:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #a5a5a5;
  transition: width 0.2s ease-out, height 0.2s ease-out, background-color 0.2s;
}
.ce_sliderStart .tns-outer .tns-nav button:hover:before {
  background-color: #727272;
}
.ce_sliderStart .tns-outer .tns-nav button.tns-nav-active:before {
  background-color: #253f73;
}
.ce_sliderStart .slider-control {
  display: none;
}

.ce_form label {
  margin-bottom: 6px;
}
.ce_form input[type=text], .ce_form input[type=password], .ce_form input[type=number], .ce_form input[type=date], .ce_form input[type=email], .ce_form input[type=tel], .ce_form input[type=search], .ce_form select, .ce_form textarea {
  font-family: Montserrat, Verdana, sans-serif;
  color: #253f73;
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 6px 10px;
  transition: background-color 0.2s ease-in-out;
}
.ce_form input[type=text]:focus, .ce_form input[type=password]:focus, .ce_form input[type=number]:focus, .ce_form input[type=date]:focus, .ce_form input[type=email]:focus, .ce_form input[type=tel]:focus, .ce_form input[type=search]:focus, .ce_form select:focus, .ce_form textarea:focus {
  background-color: #eaeaeb;
  outline: none;
}
.ce_form .widget-select {
  position: relative;
}
.ce_form .widget-select:after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  bottom: 9px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(/files/dist/images/angle.svg?bf9e5a0af60e1117cb4e6c91dee7c641);
  transform: rotate(90deg);
  pointer-events: none;
}
.ce_form .widget-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 9px 40px 9px 10px;
}
.ce_form .widget-select select::-ms-expand {
  display: none;
}
.ce_form textarea {
  resize: vertical;
}
.ce_form .formbody .widget {
  margin-bottom: 0.6em;
}

.ce_accordion {
  margin: 0;
  border-bottom: 1px solid #cccccc;
  padding: 20px;
}
.ce_accordion:first-of-type {
  margin-top: var(--ce-margin);
  border-top: 1px solid #cccccc;
}
.ce_accordion:last-of-type {
  margin-bottom: var(--ce-margin);
}
.ce_accordion .toggler {
  margin: 0;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
}
.ce_accordion .toggler:after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 32px;
  height: 32px;
  background: url(/files/dist/images/angle.svg?bf9e5a0af60e1117cb4e6c91dee7c641) center center no-repeat;
  transform: rotate(90deg);
  transition: transform 0.2s ease-in-out;
}
.ce_accordion .accordion {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}
.ce_accordion.open .toggler:after {
  transform: rotate(270deg);
}
.ce_accordion.open .accordion {
  max-height: 1000px;
}

.ce_tabs .tabs-header {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .ce_tabs .tabs-header {
    flex-wrap: wrap;
  }
}
.ce_tabs .tabs-header .tab-header {
  margin: 0 20px;
  text-transform: uppercase;
  color: #a5a5a5;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.ce_tabs .tabs-header .tab-header.active {
  color: #253f73;
}
.ce_tabs .tabs-header .tab-header.active:after {
  display: block;
}
.ce_tabs .tabs-header .tab-header:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background: #253f73;
  display: none;
}
.ce_tabs .tabs-content .tab-content {
  display: none;
  align-items: center;
  justify-content: center;
}
.ce_tabs .tabs-content .tab-content.active {
  display: flex;
  animation: fadeIn forwards 1s;
}
@media (max-width: 1200px) {
  .ce_tabs .tabs-content .tab-content.active {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .ce_tabs .tabs-content .tab-content .image {
    margin-right: var(--ce-margin);
  }
}
.ce_tabs .tabs-content .tab-content .tab-text {
  max-width: 50%;
  padding: 0 var(--ce-margin);
}
@media (max-width: 1200px) {
  .ce_tabs .tabs-content .tab-content .tab-text {
    max-width: 100%;
    padding: 0 20px;
    margin-top: var(--ce-margin);
  }
}
.ce_tabs .tabs-content .tab-content .tab-text h3, .ce_tabs .tabs-content .tab-content .tab-text .ce_overlays .overlay-elements .overlay-element .modal-wrapper .modal-content .overlay-text-headline, .ce_overlays .overlay-elements .overlay-element .modal-wrapper .modal-content .ce_tabs .tabs-content .tab-content .tab-text .overlay-text-headline, .ce_tabs .tabs-content .tab-content .tab-text .ce_accordion .toggler, .ce_accordion .ce_tabs .tabs-content .tab-content .tab-text .toggler {
  margin-top: 0;
}

.ce_headline {
  margin-bottom: calc(2 * var(--ce-margin));
}
.ce_headline h1, .ce_headline h2, .ce_headline h3, .ce_headline .ce_overlays .overlay-elements .overlay-element .modal-wrapper .modal-content .overlay-text-headline, .ce_overlays .overlay-elements .overlay-element .modal-wrapper .modal-content .ce_headline .overlay-text-headline, .ce_headline .ce_accordion .toggler, .ce_accordion .ce_headline .toggler, .ce_headline h4, .ce_headline h5, .ce_headline h6 {
  text-transform: uppercase;
  text-align: center;
}
.ce_headline p {
  max-width: 90%;
  margin: auto;
  text-align: center;
}

.ce_overlays .overlay-elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ce_overlays .overlay-elements .overlay-element {
  margin: 20px;
}
@media (max-width: 1200px) {
  .ce_overlays .overlay-elements .overlay-element {
    margin: 20px 0;
    width: 100%;
  }
}
.ce_overlays .overlay-elements .overlay-element .element-text {
  border: 1px solid #a5a5a5;
  width: 500px;
  height: 100%;
  padding: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 90px;
}
@media (max-width: 1200px) {
  .ce_overlays .overlay-elements .overlay-element .element-text {
    width: 100%;
  }
}
.ce_overlays .overlay-elements .overlay-element .element-text button {
  background: none;
  color: #253f73;
  text-transform: uppercase;
  font-weight: 600;
}
.ce_overlays .overlay-elements .overlay-element .element-text[tabindex] {
  cursor: pointer;
}
.ce_overlays .overlay-elements .overlay-element .element-text .more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 20px;
  padding-bottom: var(--ce-margin);
}
.ce_overlays .overlay-elements .overlay-element .element-text .more span {
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 20px;
  width: auto;
  position: relative;
}
.ce_overlays .overlay-elements .overlay-element .element-text .more span:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
  width: 10px;
  border-right: 2px solid #253f73;
  border-bottom: 2px solid #253f73;
  transform: rotate(-45deg);
  transition: right 0.3s ease-in-out;
}
.ce_overlays .overlay-elements .overlay-element .element-text:hover {
  border-color: #253f73;
}
.ce_overlays .overlay-elements .overlay-element .element-text:hover .more span:after {
  right: -5px;
}
.ce_overlays .overlay-elements .overlay-element .modal-wrapper .modal-content .overlay-text-headline {
  text-align: center;
  text-transform: uppercase;
  margin-top: 1rem;
}

.ce_text_with_modal img {
  display: inline;
}
.ce_text_with_modal .content-teaser {
  cursor: pointer;
}
.ce_text_with_modal .content-teaser svg {
  transition: fill 0.2s ease-in-out;
  fill: #253f73;
}
.ce_text_with_modal .content-teaser:hover svg {
  fill: #a5a5a5;
}
.ce_text_with_modal .content-teaser > a > p {
  margin: 0;
}

body:not(.index) {
  margin-top: 100px;
}
@media (max-width: 1200px) {
  body:not(.index) {
    margin-top: 50px;
  }
}
