/*
---------------------------------------------------------
FLÖDE STARTSIDA
--------------------------------------------------------- */

.lp-flow {
  display: -webkit-box;
  display: flex;
  margin: 0 -15px;

  flex-wrap: wrap;
}

.lp-flowitem-wrapper {
  box-sizing: border-box;
  padding: 0 15px 30px;
  width: 50%;

  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.lp-flowitem-wrapper--wide {
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}

.lp-flowitem-wrapper--wide .lp-flowitem {
  min-height: 380px;
}

.lp-flow--3 .lp-flowitem-wrapper {
  min-width: 280px;
  width: 33.333%;

  -webkit-box-flex: 1;
  flex: 0 1 auto;
}

.lp-flowitem-wide {
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}

h2.subheading.lp-visit-subheading {
  margin: -10px 0 20px;
}

.lp-flowitem {
  background: #eee 50% 50% no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 280px;
  position: relative;

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

.lp-flowitem-info {
  max-width: 410px;
  position: relative;
  z-index: 10;
}

.lp-flowitem-info-header {
  -webkit-box-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.99);
  display: -webkit-box;
  display: flex;
  padding: 5px 10px;

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

.lp-flowitem-link {
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  display: flex;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.8rem;
  line-height: normal;
  min-width: 0;
  outline: none;
  text-decoration: none;
  width: 100%;
}


.lp-js .lp-clickable-area:hover a.lp-flowitem-link {
  text-decoration: none;
}

.lp-flowitem-link:focus {
  text-decoration: underline;
}

.lp-flowitem-link > span {
  display: block;
  line-height: 125%;
  overflow: hidden;
  padding-right: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.lp-flowitem-link .lp-icon {
  margin: 0 5px 0 0;
}

.lp-flowitem-link span {
  border-left: solid 2px #d19700;
  margin-left: 2px;
  padding-left: 10px;
}


.lp-no-icon .lp-flowitem-link span {
  margin-left: 10px;
}

.lp-flowitem-meta {
  color: #73bbc1;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.lp-flowitem-info-content {
  background-color: rgba(26, 23, 27, 0.9);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.30s linear;
}

.lp-flowitem-wrapper--video .lp-flowitem-info-content {
  max-height: 0 !important;
}

.lp-flowitem:hover .lp-flowitem-info-content {
  max-height: 280px;
}

.lp-flowitem-info-content > div {
  padding: 20px 32px 30px;
}

.lp-flowitem-info-content h2.subheading {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 10px;
}

.lp-flowitem-info-content p {
  color: #fff;
  margin: 0 0 10px;
}

.lp-flowitem-info-content .lp-button {
  background: transparent;
  border: solid 3px #d19700;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s;
  width: 100%;
}

.lp-flowitem-info-content .lp-button:hover,
.lp-flowitem-info-content .lp-button:focus {
  background: #d19700;
  color: #000;
}


.lp-flowitem-link:hover,
.lp-flowitem-link span:hover {
  text-decoration: none;
}
