

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


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

.lp-contact-wrapper {
  background: #ecf0f6;
  margin: 4rem 0 6rem;
  padding: 3rem 3rem 4rem;
}

.lp-contact-wrapper h2.subheading {
  border-bottom: 2px solid #006eab;
  font-size: 2.6rem;
  margin-bottom: 2.5rem !important;
  padding-bottom: 2.5rem;
}


/* Relaterad kontakt */
.lp-contact {
  border-bottom: 1px solid #d2d4d8;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}

.lp-contact li {
  margin-bottom: 1rem;
}

.lp-contact li a {
  text-decoration: none;
}

.lp-contact li a:hover {
  text-decoration: underline;
}


/* Knappar */
.lp-contact-wrapper .sv-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lp-contact-wrapper .sv-horizontal-column {
  float: none;

  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

.lp-contact-wrapper .sv-horizontal a {
  border: 1px solid #979797;
  border-radius: 4px;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 1rem;
  margin-bottom: 2rem;
  padding: 0.7rem 2rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lp-contact-wrapper .sv-horizontal a:hover {
  background-color: rgba(255,255,255,0.6);
}


.lp-contact-wrapper .sv-horizontal a:hover {
  background-color: rgba(255,255,255,0.6);
}
