#nav.iconem-nav {
  position: fixed;
  top: 0;
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 100%;
  background-color: black;
  z-index: 2;
}

#nav.iconem-nav ul.links li a {
  color: #C0C0C0;
}

#nav.iconem-nav ul.links li.active {
  background-color: black;
  border-bottom: 2px solid #18bfef;
}

#nav.iconem-nav ul.links li.active a {
  color: white;
}

#nav.iconem-nav .language a {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  border:  none;
}

/*#wrapper > .bg {
  background-image: url("../../assets/overlay.png"), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../../assets/background.jpg");
  background-repeat: repeat;
}
*/
.background-holder {
    position: fixed; 
    width: 100%; 
    height: 100%; 
    display: block; 
    z-index: -10; 
    background-image: url("../../assets/background.jpg");;
    background-size: cover;
}

#header {
  margin-top: 60px;
}

#intro {
  margin-top: 60px;
  height: calc(100vh - 60px);
  min-height: calc(100vh - 60px);
  justify-content: center;
  padding: 8rem;
}

.iconem-embed-wrapper {
  min-height: 70vh;
  position: relative;
  text-align:initial;
}

.iconem-embed {
  position: absolute;
}

.splide__pagination__page {
  box-shadow:none !important;
  background:#ccc;
}

.splide__pagination__page.is-active {
  background:#fff;
}

.splide__arrow {
  box-shadow:none !important;
}

.splide__arrow svg {
  fill:#ccc;
}

.splide__arrow:hover svg{
  fill:#fff;
}

.splide__slide__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}

.splide__slide__overlay h3 {
  color: white;
  font-size: 2.5rem;
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
}

.splide .splide__slide__container.with-caption {
  display: flex;
  flex-direction: column;
}

.splide .splide__slide__container.with-caption .splide__slide__img {
  display: flex;
  flex-grow: 1;
  min-height: 0;
  position: relative;
}

.splide .splide__slide__container.with-caption .splide__slide__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.splide .splide__slide__caption {
  display: flex;
  flex-shrink: 0;
}

.double-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.double-img img {
  max-width: 50%;
  height: auto;
}

.iconem-img-caption, .splide__slide__caption {
  font-size: 90%;
  color: #A9A9A9;
  font-style: italic;
  text-align: center;
}

.image.main.with-caption, .image.fit.with-caption {
  margin-bottom: 0;
}

.iconem-img-max-height img {
  max-height: 60vh;
  width: auto!important;
  margin: auto;
}

#copyright {
  color: white;
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
}

#copyright a {
  border: none;
}

.copyright-logo img {
  height: 80px;
  width: auto;
  margin: 4px;
}

.comparison-slider {
  --handle-opacity: 0.5;
  --handle-opacity-active: 0.5;
}

.comparison-slider:focus-visible {
  outline: none;
}

.comparison-slider.tell-daruk img {
  width: auto;
  max-height: 50vh;
  max-width: 100%;
}

article ol li, article ul.align-left li {
  text-align: left;
}

.mapboxgl-compare .compare-swiper-vertical, .handle {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: rgb(224, 224, 224);
  box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%), 0px 6px 10px 0px rgb(0 0 0 / 14%), 0px 1px 18px 0px rgb(0 0 0 / 12%);
  background-image: url("../../assets/icon_comparison.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

.comparison-slider {
  --handle-size: 60px;
  --handle-opacity: 1;
  --handle-opacity-active: 1;
  --divider-width: 2px;
}

.handle {
  width: var(--handle-size)!important;
  height: var(--handle-size);
}

.map-link {
  cursor: pointer;
}

.mapboxgl-ctrl-bottom-left {
  display: none;
}

#mapbox-infos {
  position: absolute; 
  top: 0px; 
  left: 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 8px;
  box-sizing: border-box;
  min-width: 150px;
  width: 25%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white;
}

.mapbox-quick-access-area a {
  color: white;
}

.mapbox-quick-access-area.active a {
  color: #18bfef;
}

#mapbox-quick-access, #mapbox-text-container {
  padding: 8px;
  background-color: rgba(0,0,0,0.8);
}

#mapbox-text-container {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow-y: scroll;
  font-size: 11px;
}

#mapbox-text-container::-webkit-scrollbar {
  width: 4px;
}

/* Track */
#mapbox-text-container::-webkit-scrollbar-track {
  background: black;
}

/* Handle */
#mapbox-text-container::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
#mapbox-text-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#mapbox-quick-access-title, #mapbox-text-container #mapbox-title {
  font-weight: bold;
  border-bottom: 1px solid;
  font-size: 12px;
}

#mapbox-text-container #mapbox-title.empty {
  border-bottom: none;
}

#mapbox-quick-access-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.mapbox-quick-access-area {
  font-size: 11px;
  cursor: pointer;
  margin-left: 8px;
}


