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


/*
---------------------------------------------------------
BOX NAVIGATION
--------------------------------------------------------- */

.lp-box-navigation-wrapper li {
  width: 50%;
}

.lp-box-navigation-wrapper li:nth-child(3) {
  border-top: 1px solid rgba(151, 151, 151, 0.25);
}

.lp-box-navigation-wrapper li:nth-child(3n + 3) {
  border-right: 1px solid rgba(151, 151, 151, 0.25);
}

.lp-box-navigation-wrapper li:nth-child(2n + 2) {
  border-right: none;
}

.lp-box-navigation-wrapper li:nth-child(3n + 1),
.lp-box-navigation-wrapper li:nth-child(3n + 3) {
  padding-left: 2rem;
  padding-right: 2rem;
}

.lp-box-navigation-wrapper li:nth-child(2n + 1) {
  padding-left: 0;
}

.lp-box-navigation-wrapper li:nth-child(2n + 2) {
  padding-right: 0;
}

.lp-box-navigation__list-item--desktop-filler {
  display: none;
}

.lp-box-navigation-wrapper .lp-box-navigation__list-item--tablet-filler {
  display: block;
}

/*
---------------------------------------------------------
TEXTMENYPUFF
--------------------------------------------------------- */

.lp-app-blurbs-list__item--textmenypuff {
  width: 50%;
}
