

/*
=========================================================
SITE TOOLS CSS
=========================================================
 * Innehåller styling av verktygsmenyn
 *
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/


/*
---------------------------------------------------------
VERTKTYGSMENY
---------------------------------------------------------*/

.lp-site-tools {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.lp-site-tools__wrapper {
  background: #f7f7f7;
}

.lp-site-tools__wrapper > .sv-layout {
  align-items: center;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: end;
  margin: 0 auto;
  max-width: 1170px;
  width: 94%;

  -webkit-box-pack: end;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lp-site-tools li {
  display: inline-block;
  list-style: none;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
}

.lp-site-tools li:first-child {
  margin: 0;
}

.lp-site-tools li > a {
  color: #222!important;
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  padding: 0.5rem 0 0;
}

.lp-site-tools li > a:hover {
  text-decoration: none;
}

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

/* Tar bort bilden som visas för externa länkar */
.lp-site-tools img {
  display: none;
}
