/*
---------------------------------------------------------
SIDHUVUD
--------------------------------------------------------- */

.lp-header {
  background: #fff;
  border-bottom: 7px solid #d19700;
  box-shadow: 0 -5px 16px 5px rgba(0, 0, 0, 0.5);
  padding: 10px;
  position: relative;
  z-index: 10;
}

.lp-header-content {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

.lp-site-header {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 4.8rem;
  line-height: normal;
  margin: 8px 0 0;
  text-align: center;
  text-decoration: none;
}


.lp-logo {
  margin: 0;
  width: 100px;
}

.lp-logo img {
  display: block;
  height: auto !important;
  max-width: 100% !important; /* för skärumupplösning lägre än logotypens bredd */
  width: 100px !important; /* ändra till halva bildbredden för retinaupplösning */
}


/* Direktlänk till mobilmenyn */

.lp-headerlinks {
  display: -webkit-box;
  display: flex;
}

.lp-headerlinks a {
  -webkit-box-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  float: right;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px 0 0;
  outline: none;
  padding: 15px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.lp-headerlinks a span {
  border-bottom: 2px solid #fff;
}

.lp-headerlinks a:active span,
.lp-headerlinks a:hover span,
.lp-headerlinks a:focus span {
  border-bottom: 2px solid rgba(0,0,0,0.2);
}

.lp-headerlinks a .lp-icon {
  font-size: 1.5em;
  margin: 0 0 5px;
}


.lp-header.lp-fixed {
  box-sizing: border-box;
  left: 0;
  position: fixed;
  top: 0;
  transition: initial;
  width: 100%;
  z-index: 999;
}

.lp-js .lp-header.lp-scrolled .lp-logo img {
  transition: width 0.3s ease;
}

.lp-js .lp-header.lp-scrolled .lp-logo .lp-site-header {
  transition: font-size 0.3s ease;
}

.lp-header.lp-scrolled {
  padding: 0 10px;
  transition: padding 0.3s ease;
}

.lp-header.lp-scrolled .lp-logo img {
  width: 50px !important;
}

.lp-header.lp-scrolled .lp-site-header {
  font-size: 3.5rem;
}
