

/*
=========================================================
TOPMENU CSS
=========================================================
 * Innehåller styling för toppmenyn
 * 
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/


/*
---------------------------------------------------------
TOPPMENY
---------------------------------------------------------*/

.lp-topmenu ul,
.lp-extra-footer-menu ul {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;

  flex-wrap: wrap;
  justify-content: flex-end;
}

.lp-topmenu ul {
  margin-top: 8px;
}

.lp-topmenu li,
.lp-extra-footer-menu li {
  display: block;
  margin: 0;
  padding: 0;

  -webkit-box-flex: 1;
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 0 auto;
}

.lp-topmenu li a,
.lp-extra-footer-menu li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #03529d;
  display: block;
  font-family: 'pt sans narrow', 'open sans', arial, helvetica, sans-serif;
  font-size: 1.8rem;
  height: 100%;
  line-height: 1.2;
  padding: 0.5rem 2rem;
  text-align: right;
  text-decoration: none;
  width: auto;
}

.lp-header .lp-search-link .lp-icon {
  height: 2.5rem;
  padding-left: 2rem;
  width: 2.5rem;

  fill: #03529d;
}

.lp-header .lp-toggle__trigger-button {
  align-items: center;
  display: flex;
  margin-top: 6px;
}

.lp-header .lp-search-link:hover .lp-icon {
  fill: #3c3c3c;
}

.lp-header .lp-search-link span {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.lp-topmenu li a:hover,
.lp-topmenu li a.lp-current,
.lp-extra-footer-menu li a:hover,
.lp-extra-footer-menu li a.lp-current {
  color: #3c3c3c;
  font-weight: 700;
  margin-right: -2px;
}
