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

.lp-header {
  display: flex;
  position: relative;

  flex-wrap: wrap;
  justify-content: space-between;
}

.lp-site-tools.lp-site-tools_smartphone {
  display: flex;
}

.lp-site-tools.lp-site-tools_desktop {
  display: none;
}

.lp-header .lp-logo {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 0 20px;
  width: auto;

  flex: 1 1 1px;
}

.lp-header > .sv-script-portlet {
  display: flex;

  flex: 1 1 1px;
}

.lp-header > .sv-image-portlet + div {
  display: flex;

  justify-content: flex-end;
}


.lp-topmenu-container {
  background: #3c71b6;
  display: flex;
  width: 100%;

  flex: 1 1 auto;
}


.lp-logo img {
  height: auto !important;
  max-width: 100% !important; /* för skärumupplösning lägre än logotypens bredd */
  width: 207px !important; /* ändra till halva bildbredden för retinaupplösning */
}

.lp-logo a:focus {
  border-bottom: 10px solid #ccc;
}

.lp-skip-to-menu-mobile,
.lp-site-tools.lp-site-tools_smartphone {
  margin: 0;
}
