/*		Commons		*/
.hh-site-header > .sv-vertical:not(.hh-site-menu) {
       z-index: 999999;
    position: relative;

}
.hh-site-header--sticky {
       position: fixed;
    z-index: 9999;
}

@media (max-width: 1300px) {
   .sv-grid-standard-12 {
      padding: 0 1rem;
   }
}

@media (max-width: 1099px) {

   .hh-site-header .sv-visible-sv-bp-mobil .sv-horizontal {
      display: flex;
      align-items: center;
   }
   
   .hh-site-header .sv-visible-sv-bp-mobil .sv-horizontal > div {
      width: 100%;
   }
}

/*		Sidhuvud - Logotyp		*/

.hh-header-logo {
   background: rgb(0, 73, 133);
}
.hh-header-logo__link {
   display: block;
   
   text-decoration: none;
   color: #FFFFFF; 
}
.hh-header-logo__heading{
   display: block;
   font-size: 1.875rem;
   font-family: "guardian egyptian web medium",sans-serif;
   letter-spacing: 0.031rem;
   line-height: 1.3;
}
.hh-header-logo__tag-line{
  display: block;
  font-size: 1rem;
  font-family: "Guardian Egyptian Web Regular",sans-serif;
  letter-spacing: 0.016rem;
  line-height: 1.25;
}

/*		Sidhuvud - Logotyp - Mobil		*/

@media (min-width: 1281px) {
   .hh-header-logo {
      position: relative;
      z-index: 9;
   }
   
   .hh-header-logo:before {
      content: '';
       background: rgb(0, 73, 133);
       position: absolute;
       top: 0;
       bottom: 0;
       right: 0;
       width: 50vw;
       z-index: -9;
       min-height: 100%;
   }
}

@media (min-width: 768px) and (max-width: 1280px) {
   .hh-header-logo {
      position: relative;
      z-index: 9;
   }
   
   .hh-header-logo:before {
      content: '';
       background: rgb(0, 73, 133);
       position: absolute;
       top: 0;
       bottom: 0;
       left: -1rem;
       width: 1rem;
       z-index: -9;
       min-height: 100%;
   }
}

@media (min-width: 1100px) {
   .hh-header-logo {
      padding: 1rem 0 1.5rem ;
      box-sizing: border-box;
   }
   
   .hh-header-logo__link{
      padding-right: 7.25rem;
   }
}

@media (max-width: 1099px) {
  .hh-header-logo {
     padding: 1rem;
     min-width: 100%;
     height: 100%;
     box-sizing: border-box;
	}
   
   .hh-header-logo__heading {
      font-size: 1.5rem;
   }
   
   .hh-header-logo__tag-line{
      font-size: .875rem;
   }  
}

/*		Språk			*/

.sv-language-portlet a {
   color: #fff;
   text-decoration: none;
   font-weight: 600;
   display: block;
}
.hh-lang-icon {
   width: 1.375rem;
   height: 1.375rem;
   vertical-align: text-bottom;
   margin-right: 0.25rem;
}
@media (min-width: 1100px) {
   .sv-language-portlet a {
      padding: 1rem 0;
   }
}

/*		Språk - mobilvy		*/

@media (max-width: 1099px) {
   .hh-menu-lang__mw {
     /*display: flex;
      width: 100%;
   	vertical-align: middle;
     	justify-content: center;*/
      width: 100%;
      text-align: center;
	}
}

/*		Toggla meny		*/

.hh-header-menu-toggle {
   padding: 1rem;
   display: flex;
   align-items: center;
   background: transparent;
   border: 0;
   cursor: pointer;
   
   font-family: 'Open Sans', sans-serif;
   font-weight: 600;
   font-size: 1rem;
    color: #fff;
   text-decoration: none;
}
.hh-header-menu-toggle__icon {
   margin-right: 0.25rem;
   vertical-align: middle;
   width: 1.375rem;
}
.hh-header-menu-toggle[aria-expanded="true"] .hh-header-menu-toggle__icon--closed,
.hh-header-menu-toggle[aria-expanded="false"] .hh-header-menu-toggle__icon--opened {
   display: none;
}
.hh-header-menu-toggle[aria-expanded="false"] .hh-header-menu-toggle__icon--closed,
.hh-header-menu-toggle[aria-expanded="true"] .hh-header-menu-toggle__icon--opened {
   display: inline-block;
}
.hh-header-menu-toggle--mobile {
   width: 100%;
    margin: 0;
    box-sizing: border-box;
	background: #EAF3FA;
   display: block;
   
   color: #004985;
}
@media (min-width: 1100px) {
   .hh-header-menu-toggle {
      display: none;
      margin-right: -1rem; 
      
   }
}

/* 		MENYERNA 		*/

/* 		MENYERNA - DESKTOP 		*/

.hh-header-menu {
   margin: 0;
   padding: 0;
   list-style: none;
}
.hh-header-menu li {
   display: inline-block;
   padding-right: 2.5rem;
}
.hh-header-menu li:last-child {
   padding: 0;
}
.hh-header-menu a {
   display: block;
   padding: 1rem 0;
   color: #004985;
   font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}
.hh-header-menu a:hover,
.hh-header-menu a:focus {
   text-decoration: underline;
}

/*		MENYERNA -- MOBIL		*/

.hh-site-menu-primary {
   display: none;
   position: fixed;
   z-index: 9999;
   width: 100%;
   height: 100%;
   background: rgb(0, 73, 133);
   overflow: auto;
   box-sizing: border-box;
}

.hh-site-menu-primary > .sv-jcrmenu-portlet {
	height: 100%;
}

.hh-site-menu-primary__wrapper {
   width: 100%;
   height: 100%;
   z-index: 9999;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   transition: 0.3s ease;
   box-sizing: border-box;
   overflow: auto;
   display: flex;
   align-items: center;
}

.hh-site-menu-primary ul {
   /*width: calc(100% / 2.20);*/
   max-width: 37.5rem;
   width: 100%;
   padding: 0 1rem;
   display: block;
   margin: 0 auto;
   box-sizing: border-box;
}
.hh-site-menu-primary ul li a {
   margin-bottom: 1.625rem;
   display: block;
   position: relative;
   color: #FFFFFF;
   font-family: "Guardian Egyptian Web Medium",sans-serif;
   font-size: 2rem;
   letter-spacing: 0.094rem;
   line-height: 3rem;
   text-decoration: none;
   -webkit-transition: 0.3s ease;
   	  -o-transition: 0.3s ease;
   		  transition: 0.3s ease;
}
.hh-site-menu-primary ul li a:hover,
.hh-site-menu-primary ul li a:focus {
   color: #22BBEA;
   outline: none;
}
.sv-edit-mode .hh-site-menu-primary {
   display: none!important;
}

@media (min-width: 1100px) {
   .hh-site-menu-primary {
      top: 0;
      padding: 6.25rem 0;
      z-index: 99999;
   }
}

@media (max-width: 1099px) {
   .hh-site-menu-primary {
      top: 0;
      padding: 8.5rem 0 6.25rem;
      z-index: 99999;
   }
   .hh-site-menu-secondary {
      display: none;
   }
}

/*   Utfälld meny och menyknapp   */

.hh-primary-menu-wrapper {
   display: none;
   position: fixed;
   z-index: 9999;
   width: 100%;
   height: 100%;
   background: rgb(0, 73, 133);
}

.hh-header-logo__toggled-menu {
   display: none;
   position: fixed;
}
.hh-primary-meny--mw {
  /*position: fixed;*/
   width: 100%;
   height: 100%;
   z-index: 9999;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   transition: 0.3s ease;
   box-sizing: border-box;
   overflow: auto;
   padding-bottom: 6rem;
   padding-top: 6rem;
}
.hh-primary-meny--mw.active {
   pointer-events: auto;
   opacity: 1;
}
.hh-primary-meny--mw ul {
   width: calc(100% / 2.20);
   display: block;
   margin: 0 auto;
}
.hh-primary-meny--mw ul li a {
   margin-bottom: 1.625rem;
   display: block;
   position: relative;
   color: #FFFFFF;
   font-family: "Guardian Egyptian Web Medium",sans-serif;
   font-size: 2rem;
   letter-spacing: 0.094rem;
   line-height: 3rem;
   text-decoration: none;
   -webkit-transition: 0.3s ease;
   	  -o-transition: 0.3s ease;
   		  transition: 0.3s ease;
}
.hh-primary-meny--mw ul li a:hover,
.hh-primary-meny--mw ul li a:focus {
   color: #22BBEA;
   outline: none;
}
.hh-header__close-btn {
   color: white;
   display: flex;
   justify-content: flex-end;
   padding: 2rem 2rem 0 0;
}

/*   Utfälld meny och menyknapp - mobil   */
@media (max-width: 1099px) {
   .hh-primary-menu-wrapper {
   display: block;
}
  .hh-primary-meny--mw ul {
     display: block;
      width: 90%;
   }
}

/*		Hero		*/

.hh-hero {
   max-height: 21rem;
   width: 100%;
   overflow: hidden;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
}

.hh-hero img {
   width: 100%;
}
