/*
=========================================================
TABLET CSS
=========================================================
 * Innehåller styling för läsplattor
 *
 * Copyright (C) Limepark AB. Upprättad 2018.
=========================================================*/

.lp-contact-list ul li {
  width: calc(33.333% - 3rem);
}

/*
---------------------------------------------------------
KNAPPAR
--------------------------------------------------------- */

.lp-button-green.sv-layout a,
.lp-button-red.sv-layout a,
.lp-button-orange.sv-layout a {
  font-size: 2rem;
}

/*
---------------------------------------------------------
NYHETER/BLOGG
--------------------------------------------------------- */

.lp-news ul li {
  margin-right: 30px;
  width: calc(50% - 15px);
}

.lp-news ul li:nth-child(3n) {
  margin-right: 30px;
}

.lp-news ul li:nth-child(2n),
.lp-news ul li:last-child {
  margin-right: 0;
}

.lp-news-large ul li {
  width: 100%;
}
