﻿/* NAVIGATION */
.sif-border-start {
border-left: 1px solid #FFF3;
}
.sif-border-end {
border-right: 1px solid #FFF3;
}
.text-decoration-underline-hover:where(:hover) {
text-decoration: none !important;
}

/* 1st Level navi */
.item_swift_navigation li.in-path a {
    position: relative;
  padding: 10px;
  cursor: pointer;
  }
.item_swift_navigation li.in-path a:after {
    content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 8px;
  background-color: #004051;
  border-radius: 50%;
  opacity: 0.8;
}


/* 2nd Level navi */

#sif-navi-2nd li:hover {background-color:#236278!important;}

#sif-navi-2nd .dropdown-menu {background-color:#236278!important;}
#sif-navi-2nd .dropdown-menu a {color:#FFF!important;}
#sif-navi-2nd .dropdown-menu li a {text-align:center;}
#sif-navi-2nd .dropdown-menu li:hover {background-color:#95B0BE!important;}

#sif-navi-2nd .megamenu {background-color:#236278!important;}
#sif-navi-2nd .megamenu a {color:#FFF!important;}
#sif-navi-2nd .megamenu a:hover {background-color:#95B0BE!important;}




#sif-navi-2nd li.in-path {background-color:#236278!important;} 
#sif-navi-2nd li.in-path a {color:#FFF!important;} 



/*#sif-navi-2nd a.active, #sif-navi-2nd li.in-path a {color:#004051!important;} */

/* 3nd Level megamenu */
/*.Megamenu_subnode:hover,*/
.Megamenu_subnode.active{
  /*text-decoration: underline!important;*/
  background-color:#95B0BE!important;
}
/*.Megamenu_subsubnode:hover,*/
.Megamenu_subsubnode.active{
  /*text-decoration: underline!important;*/
  background-color:#95B0BE!important;
}


footer a {text-decoration: none;}


/*.mb-0-last-child {margin-top: -34px;}*/


/* Map */
@media (min-width: 992px) {
  .map {height: 60vh;}
  .item_swift_locationsmap {height: 50vh;}
}

@media (orientation: portrait) {
  .map {
    height: 60vh;
  }
} 

@media (max-width: 991px) {
  .slider-container {grid-gap: 0;} /* fix big images in slider on mobile */
  }
/*
[id] {
  scroll-margin-top: 200px!important;
}
*/
/* hide filter icon + button */
.feather-filter {display: none !important;}



.SIF_badge_Nyhed {background-color:#95B0BE;color:#004051;}
.SIF_badge_Reference {background-color:#05060b;color:#FFFFFF;}
.SIF_badge_Pressemeddelelse {background-color:#236278;color:#FFFFFF;}
.SIF_badge_Bæredygtighed {background-color:#7b9c81;color:#004051;}
.SIF_badge_SIF {border: 1px solid #FFF3;}

.SIF_badge_Sjælland,
.SIF_badge_Fyn,
.SIF_badge_Jylland {background-color:#ED1C24;color:#FFFFFF;}

@media (min-width: 992px) {
 [id] {scroll-margin-top: 200px!important;}
}
@media (max-width: 991px) {
  [id] {scroll-margin-top: 100px!important;}
  }