/*
---------------------------------------------------------
SIDHUVUD
--------------------------------------------------------- */

header {
  background-color: #fff;
}


/* SIDHUVUD RAD 1 */

.lp-header-row-one {
  align-items: center;
  display: flex;

  justify-content: space-between;
}

/* Logotyp */
.lp-header-row-one .lp-logo {
  margin: 1.1rem 0;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lp-header-row-one .lp-logo img {
  display: block;
  height: auto !important;
  max-width: 100% !important; /* fÃ¶r skÃ¤rumupplÃ¶sning lÃ¤gre Ã¤n logotypens bredd */
  width: 33px !important;
}

.lp-header-row-one .lp-logo a {
  display: inline-block;
}

.lp-header-row-one .lp-logo a:focus {
  opacity: 0.75;
}

/* Sökruta - se search.css */


/* SIDHUVUD RAD 2 */

.lp-header-row-two {
  background-color: #2a2a2a;
  margin-bottom: 1.5rem;
}

/*Innehållet vid topmenyn*/
.lp-header-row-two .sv-column-12 {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

.lp-header-row-two .sv-column-12 > .sv-html-portlet.sv-portlet:last-child {
  display: none;
}

/*Logotypen i topmenyn*/
.lp-header-row-two .lp-logo {
  margin: 1.7rem 0;
}

.lp-header-row-two .lp-logo img {
  width: 163px !important;
}
