/* Color variables */
/* Other varibles */
.flyttetips_block_template_container h1 {
  font-size: 3.1rem !important;
  font-family: Inter, sans-serif !important;
}
.flyttetips_block_template_container h2 {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  font-family: Inter, sans-serif !important;
}
.flyttetips_block_template_container h3 {
  font-size: 1rem !important;
  font-weight: 700 !important;
  font-family: Inter, sans-serif !important;
}
.flyttetips_block_template_container h4 {
  font-size: 1rem !important;
  font-weight: 700 !important;
  font-family: Inter, sans-serif !important;
}
.flyttetips_block_template_container h5 {
  font-size: 1rem !important;
  font-weight: 700 !important;
  font-family: Inter, sans-serif !important;
}
.flyttetips_block_template_container p {
  font-family: Inter, sans-serif !important;
}
.flyttetips_block_template_container a {
  color: #055547;
}
.flyttetips_block_template_container a:hover {
  text-decoration: underline;
}

.your-widget-content {
  transition: max-height 0.5s ease; /* Smooth transition for the toggle effect */
}

.maskTxt {
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

.expanded {
  animation: fadeMask 0.5s linear forwards;
}

.your-widget-content {
  max-height: 150px;
}

@keyframes fadeMask {
  0% {
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  }
  100% {
    -webkit-mask-image: linear-gradient(to bottom, black 100%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 100%, transparent 100%);
  }
}
@media only screen and (max-width: 1024px) {
  .plyr svg {
    width: 3rem !important;
  }
}
.plyr .plyr__controls {
  display: none !important;
}
.plyr button.plyr__control {
  background: none !important;
  border: 0;
  outline: 0 !important;
}
.plyr button.plyr__control:focus {
  background: none !important;
  border: 0;
  outline: 0 !important;
}
.plyr button.plyr__control svg {
  width: 100%;
  height: 100%;
}

.sliderBlockContainer .flyttetipsContainer .slick-list {
  z-index: 3;
}
.sliderBlockContainer .flyttetipsContainer .slick-list .slick-track {
  display: flex;
}
.sliderBlockContainer .flyttetipsContainer .slick-list .slick-track .flytteInnerContainer {
  display: flex;
  flex-flow: column;
  height: auto;
}
.sliderBlockContainer .flyttetipsContainer .slick-list .slick-track .flytteInnerContainer .flytteContent {
  flex: 1;
}
.sliderBlockContainer .slick-arrow {
  z-index: 3;
}

.flyttetips_block_template_container ul,
.flyttetips_block_template_container ol {
  margin-block-end: revert;
  margin-block-start: revert;
}
.flyttetips_block_template_container ul li,
.flyttetips_block_template_container ol li {
  margin-top: 10px;
}

.reklame .reklame_knap {
  opacity: 0;
  transition: all 0.3s;
}
.reklame:hover .reklame_knap {
  background-color: red;
  opacity: 100;
  transform: translateY(-25px);
}
.reklame .overlayReklame {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s;
}
.reklame:hover .overlayReklame {
  background: rgba(0, 0, 0, 0.45);
}

/*# sourceMappingURL=app.css.map */
