/*
=========================================================
TABLET CSS
=========================================================
 * Innehåller styling för läsplattor
 *
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/


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

div .lp-startpage-menu > ul > li {
  width: 33.333%;
}

div .lp-startpage-menu > ul > li:before {
  border-bottom: 1px solid #d9d5ce;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
}

div .lp-startpage-menu > ul > li:last-child:before {
  display: none;
}

div .lp-startpage-menu > ul > li:nth-child(4n+4):after {
  border-right: 1px solid #d9d5ce;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

div .lp-startpage-menu > ul > li:nth-child(3n+3):after {
  display: none;
}
