.wd-sliding-bar-small {
    font-size: 20px;
}

.wd-repeater-linker {
    height: 28px;
}

.wd-repeater-linker-bullet {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    line-height: 10px;
    font-size: 2.0em;
}

.wd-bold-ol {
    font-weight: bold; /* gjør både tall og tekst i <li> bold */
}

.wd-bold-ol li ul {
    font-weight: normal; /* holder underpunkter normal */
}

img {
  border: none;
  outline: none;
  box-shadow: none;
}


img[src$=".svg"], 
.fusion-image-element img[src$=".svg"], 
.fusion-image-element svg {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  img[src$=".svg"],
  .fusion-image-element img[src$=".svg"],
  .fusion-image-element svg {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
}



/* Grunnstil for alle tags */
.tagcloud span {
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 14px;
  text-decoration: none;
  background: #f6f6f6;
  color: #444;
  transition: all .3s ease;
}

/* Farger i rullering */
.tagcloud span:nth-child(5n+1) { background-color: #4cb0dc; color:#fff; }
.tagcloud span:nth-child(5n+2) { background-color: #f2645a; color:#fff; }
.tagcloud span:nth-child(5n+3) { background-color: #9b59b6; color:#fff; }
.tagcloud span:nth-child(5n+4) { background-color: #2ecc71; color:#fff; }
.tagcloud span:nth-child(5n+5) { background-color: #f39c12; color:#fff; }

/* Hover-effekt */
.tagcloud span a:hover {
  opacity: 0.85;
  cursor: default; /* ikke pekehånd siden de ikke er linker */
  color: #fff !important;
  background-color: transparent !important;
}

/* Fix for YouTube-videoer i slider */
.tfs-slider .background:has([data-youtube-video-id]),
.fusion-slider .background:has([data-youtube-video-id]),
.awb-slider .background:has([data-youtube-video-id]),
.tfs-slider .background:has(iframe[src*="youtube"]),
.fusion-slider .background:has(iframe[src*="youtube"]),
.awb-slider .background:has(iframe[src*="youtube"]) {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/* Skjul slider-navigasjon på forsiden */
body.home .wd-slider-nav,
body.page-id-2 .wd-slider-nav {
  visibility: hidden !important;
}


