.logistklaget_personer_right h3{
  font-size: 18px;
  margin-bottom:5px;
}
.logistklaget_personer_right h4, .more_info_box h4{
  font-size: 15px;
  margin: -10px 0 1px;
  font-weight: 100;
}

.logistklaget_personer_right h4.logistklaget_personer_business,.more_info_box h4.logistklaget_personer_business{
  margin: 0px 0;
  font-weight: 500;
  line-height: 1;
}

.logistklaget_personer_box{
  display:flex;
  align-items: stretch;
}

.logistklaget_personer_inner{
  margin-right: 10px;
  padding: 10px;
  flex-grow: 1;
  flex-basis: 0;
  background: #fff;
  box-shadow: 1px 1px 4px #00000038;
 /*  display: flex; */
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 25px;
  max-width: 33%;


}
.logistklaget_personer_inner:last-child{
  margin-right: 0;
}

.logistklaget_personer_left{
  width: 100%;
  height: 250px;
  margin-right: 10px;
  padding: 10px;
  background: #f1f1f1;
  box-shadow: 1px 1px 4px #00000038;
  margin-bottom: 10px;
  background-position: center center;
  background-size: cover;
}

.logistklaget_personer_right p{
  margin-top: 10px;
  margin-bottom: 30px;
}

.logistklaget_personer_inner .fa, .more_info_box .fa{
  color: #003c76;
}

.logistklaget_personer_full{
  margin-top: 10px;
  margin-bottom: 30px;
  display: none;
}

.logistklaget_personer_business{
  font-weight: bold;
}

.logistklaget_personer_footer{
  text-align: right;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.logistklaget_personer_footer a{
  position: absolute;
  bottom: 0;
  right: 10px;
  background: #003c76;
  color: white;
  padding: 3px 20px;
  border-radius: 4px 0 0 4px;
  box-shadow: 1px 1px 3px #00000066;
  cursor: pointer;
  transition:background-color 0.3s;
}
.logistklaget_personer_footer a:hover{
  background:#084b8c;
	transition:background-color 0.3s;
}

.more_info_box{
  display: flex;
  background-color:white;
}

.more_info_box_left img{
  max-width: 320px;
}


.more_info_box_right{
  margin-left: 20px;
}

.more_info_box .logistklaget_personer_short{
  display:none;
}
.more_info_box .logistklaget_personer_full{
  display:inline-block;
}

.more_info_box_open{
  box-shadow: 1px 1px 4px #00000038;
  padding: 10px;
  margin-bottom: 10px;
}

.logistiklaget-menu{
  background:#003c76;
  box-shadow: 0px 0px 5px #00000066;
}

.logistiklaget-menu ul{
    display: flex;
	list-style: none;
	justify-content: center;
}
.logistiklaget-menu li{
  text-align: center;
}
.logistiklaget-menu a{
	color: white;
    text-transform: uppercase;
    padding: 10px 30px;
    display: inline-block;
    border-right: 1px solid #ffffff1f;
    transition: background-color 0.8s;
    font-size: 120%;
}

.logistiklaget-menu a:hover{
	background:#084b8c;
	transition:background-color 0.3s;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
  .logistklaget_personer_left {
    width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .more_info_box{
    flex-flow: column;
  }
  .more_info_box_left img {
    max-width: 100%;
}

  .logistklaget_personer_box{
    flex-direction: column;
  }
  .logistiklaget-menu ul{
    flex-direction: column;
  }
  .logistklaget_personer_inner{
    display: inline-block;
    max-width: 100%;
  }
  .logistklaget_personer_left {
    width: 100%;
    height: 400px;
  }
  .logistiklaget-menu a{
    border:0;
  }
}