/* Slider fade */
.testimonial-slider-fade {
  position: relative;
  overflow: hidden;
}
.testimonial-slider-fade::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; 
  background-image: linear-gradient(
    to right,
    #fff 10%,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0) 75%,
    #fff 90%
  );
  z-index: 2;
}
/* Forside video */
.forside-video .kadence-video-popup-wrap {
	box-shadow: 0px 0px 100px 10px #49576f !important;
	border-radius: 1em !important;
}
.gslide-media.gslide-video {
	box-shadow: none !important;
}

/* Forside CTA til video */
.cta-tekst {
	rotate: 355deg;
}
.cta-pil {
	rotate: 50deg;
	margin: 0 -1em -1em 0;
}

/* Sprogvælger
#menu-item-wpml-ls-77-en {
	width: 46px !important;
    transition: none !important;
}
#menu-item-wpml-ls-77-en:hover {
	width: 46px !important;
}
#menu-item-wpml-ls-77-en a:hover {
	width: 46px !important; */

/* Menu highlight */
.menu-highlight-item {
	font-size: .6em !important;
	margin-left: .3em !important;
	padding: .2em .4em !important;
	border-radius: 4px !important;
	text-transform: uppercase !important;
	font-weight: 800 !important;
	margin-bottom: 1.2em !important;
}
/* Fokusskygge KUN under mega-menuen */
li.kadence-menu-mega-enabled > ul{
  /*     x-off   y-off  blur  spread   farve   */
  box-shadow: 0       10000px 0     10000px rgba(0,0,0,.8) !important;
  -webkit-box-shadow: 0 10000px 0 10000px rgba(0,0,0,.8) !important;
  -moz-box-shadow:    0 10000px 0 10000px rgba(0,0,0,.8) !important;
}

/* Mega menu billede fade */
.menubillede img {
  max-width: 300px;
  transition: opacity 0.5s ease;
  display: block;
}

/* Breadcrumbs */
.rank-math-breadcrumb, .last a {
	font-size: 12px !important;
    color: rgba(150,150,150,0.5) !important;
}
.rank-math-breadcrumb a {
	font-size: 12px !important;
    color: rgba(150,150,150,0.5) !important;
}