

/*
=========================================================
RELATED CONTACT CSS
=========================================================
 * Innehåller styling för relaterad kontakt
 * 
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/


/*
---------------------------------------------------------
RELATERAD KONTAKT
--------------------------------------------------------- */

.lp-contact {
  background: rgba(246,246,235,0.8);
  margin: 3rem 0 0;
  padding: 2rem 3rem;
}

.lp-contact ul {
  margin-top: 1.5rem;
}

.lp-contact li {
  padding: 0.3rem 0;
}

.lp-contact h2.subheading {
  margin: 0 0 1rem;
}

.lp-contact a.normal {
  color: #03529d;
  font-weight: 600;
}

/* Extern länk */

.lp-contact li a[href^='http']:after {
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  margin-left: 1rem;
  width: 12px;
}

.lp-contact li a[href^='http']:after {
  background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D\'0%200%2024%2024\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20fill%3D\'%2303529d\'%3E%3Cpath%20%20d%3D%22M2.7%200C1.2%200%200%201.2%200%202.7v18.7C0%2022.8%201.2%2024%202.7%2024h18.7c1.5%200%202.7-1.2%202.7-2.7v-6.7h-2.7v6.7H2.7V2.7h6.7V0H2.7zm12%200v2.7h4.8L7.1%2015.1%209%2017%2021.3%204.5v4.8H24V0h-9.3z%22%2F%3E%3C%2Fsvg%3E');
}

.lp-contact li a[href^='http'] img {
  display: none;
}
