body, html {
  /*height: 100%;*/ }

b, strong {
  font-weight: 600; }

img {
  max-width: 100%;
  object-fit: contain; }

.carousel-item img {
  /*width: 100%;*/
  margin-left: auto;
  margin-right: auto; }

.carousel-caption {
  color: #063443; }
  .carousel-caption .slider-dropzone {
    color: #fafafb;
    text-shadow: -1px 0 #063443, 0 1px #063443, 1px 0 #063443, 0 -1px #063443; }

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem; } }

/* Loading spinner */
.spinner {
  margin: 50px;
  height: 28px;
  width: 28px;
  animation: rotate 0.8s infinite linear;
  border: 2px solid #909090;
  border-right-color: transparent;
  border-radius: 50%;
  margin: 0; }

.spinner-large {
  margin: 50px;
  height: 64px;
  width: 64px;
  animation: rotate 0.8s infinite linear;
  border: 5px solid #8188BA;
  border-right-color: transparent;
  border-radius: 50%;
  margin: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  margin-top: -32px; }

.spinner-small {
  height: 14px;
  width: 14px;
  animation: rotate 0.8s infinite linear;
  border: 2px solid #8188BA;
  border-right-color: transparent;
  border-radius: 50%;
  margin: 0;
  display: inline-block; }

/* Loading Overlay */
.loading-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(210, 210, 210, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  display: none; }

.google-maps-container {
  width: 100%;
  height: 300px; }

.dam-widget a {
  padding: 5px 0 5px 0;
  color: #4D0681; }
  .dam-widget a:hover {
    background-color: #CFD5E3;
    text-decoration: none; }

/* Carousel */
.carousel-caption p {
  font-size: 20px;
  line-height: 1.4; }

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
  width: 100%; }

/* QR code generator */
#qrCode {
  margin: 15px; }

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none; } }

.cke_editable_inline {
  border: 1px solid #dadada !important; }

.cke_editable_inline:hover {
  box-shadow: 0 0 6px #23adff; }

.list-path {
  padding: 0; }
  .list-path li {
    width: 4.5em;
    height: 4.5em;
    text-align: center;
    line-height: 2em;
    border-radius: 50%;
    background: #CFD5E3;
    margin: 0 0.8em;
    display: inline-block;
    color: white;
    position: relative;
    transition: all .2s ease-in-out;
    cursor: pointer; }
    .list-path li img {
      width: 50px;
      padding-top: 10px;
      /*&:hover {
                transform: scale(1.1);
            }*/ }
    .list-path li span {
      margin-top: 8px;
      display: block;
      font-size: 10px;
      color: #CFD5E3; }
    .list-path li:hover {
      background: #4D0681; }
    .list-path li::before {
      content: '';
      position: absolute;
      top: 2.1em;
      left: -4em;
      width: 4em;
      height: .4em;
      background: #CFD5E3;
      z-index: -1; }
    .list-path li:first-child::before {
      display: none; }

.list-path .active {
  background: #4D0681; }
  .list-path .active::before {
    background: #4D0681; }

/*.list-path .active ~ li {
    background: lightblue;
}
*/
.list-path .active + li::before {
  background: #4D0681; }

@media (max-width: 767.98px) {
  .list-path li::before {
    content: none; }
  .btn-slider-fontsize {
    display: none; } }

.card-header {
  color: black; }
  .card-header:hover {
    text-decoration: none; }

.video-js .vjs-big-play-button {
  display: none; }

.vjs-poster {
  background-color: transparent; }

.drag-and-drop {
  border: 2px dashed rgba(51, 64, 143, 0.25);
  text-align: center;
  margin-bottom: 10px;
  color: #969696;
  padding: 5px; }
  .drag-and-drop.dragover {
    border: 3px dashed rgba(51, 64, 143, 0.25);
    background: #f6f6f6; }

.modal-header {
  border: none; }

.btn-slider-fontsize {
  width: 30px;
  cursor: pointer; }

.searchResults {
  position: absolute;
  top: 31px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 170px;
  background-color: #fff; }
  .searchResults li a {
    display: block;
    padding: 8px;
    color: #4D0681; }
    .searchResults li a:hover {
      text-decoration: none;
      background-color: #4D0681;
      color: white; }
  .searchResults li span {
    display: block;
    padding: 8px;
    color: #4D0681; }

.slider-container {
  display: none;
  position: absolute;
  left: -120px;
  width: 150px; }

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s; }

.slider:hover {
  opacity: 1; }

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer; }

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer; }

.slider::-ms-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block; }

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0); }

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0; }

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }

.twentytwenty-before-label:before {
  content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }

.twentytwenty-after-label:before {
  content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5); }

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1; }

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

/* Image Overlay */
.web-imageOverlay {
  padding-bottom: 15px; }

.imageOverlayContainer {
  position: relative;
  width: 100%; }

.imageOverlay {
  display: block;
  width: 100%;
  height: auto; }

.imageOverlayOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #efefef; }

.imageOverlayContainer > img {
  object-fit: cover;
  width: 100%; }

.imageOverlayContainer:hover > .imageOverlayOverlay {
  opacity: 0.8; }

.imageOverlaytext {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  min-width: 100px; }

/* image Move Parallax */
.web-imagemoveparallax {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 50vh; }

.web-imagemoveparallax img {
  position: absolute;
  object-fit: cover;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /*-webkit-transition: left 150ms, top 150ms; 
    transition: left 150ms, top 150ms;
    transition-timing-function: ease-in-out;*/ }
