body.landing .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
  z-index: 100;
}
body.landing .menu p.company-name span {
  font-size: 13px;
}
body.landing .menu div {
  display: flex;
  align-items: center;
}
body.landing .menu div.btn-container {
  margin-left: 15px;
  text-align: right;
}
@media (max-width: 600px) {
  body.landing .menu div.btn-container {
    margin-left: 0;
  }
  body.landing .menu div.btn-container .contact-link {
    display: none;
  }
}
body.landing .menu img {
  width: 75px;
  vertical-align: middle;
}
body.landing .menu p {
  display: inline;
  margin-left: 10px;
}
body.landing .menu a {
  text-decoration: none;
  color: #363739;
  font-size: 20px;
  margin-left: 15px;
}
body.landing .menu a:hover {
  cursor: pointer;
  text-decoration: none;
}
body.landing .menu a.hamburger {
  margin-right: 40px;
}
body.landing .menu.open .hamburger {
  visibility: hidden;
}
body.landing .slide-menu {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  width: 0;
  height: 100%;
  background: rgb(27, 39, 62);
  color: rgba(255, 255, 255, 0.5);
  transition: 300ms all;
  z-index: 1000;
  overflow-y: scroll;
}
body.landing .slide-menu.open {
  width: 300px;
  padding: 15px;
}
body.landing .slide-menu.open .hamburger {
  visibility: visible;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
}
body.landing .slide-menu.open .fa {
  color: #fff;
}
body.landing .slide-menu .hamburger {
  visibility: hidden;
}
body.landing .slide-menu ul {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
body.landing .slide-menu ul li {
  padding: 3px;
}
body.landing .slide-menu ul li a {
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-decoration: none;
  transition: 300ms all;
  font-size: 20px;
}
body.landing .slide-menu ul li a:hover {
  color: #fff;
}
body.landing .slide-menu img.kblogo {
  width: 100px;
  transition: 800ms all;
}
body.landing .slide-menu div.contact-info {
  padding-left: 20px;
  margin-top: 50px;
}
body.landing .slide-menu div.contact-info p {
  padding: 0;
  margin: 0;
  display: block;
  line-height: 22px;
}
body.landing .slide-menu div.contact-info p.title {
  color: #ff9100;
  margin-top: 10px;
}
body.landing .header {
  position: relative;
  width: 100%;
  margin-top: 70px;
  text-align: center;
  background-image: url("/assets/stockholm3-d65721a4.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position-y: -150px;
  min-height: 450px;
}
body.landing .header.underhalls-planer-header {
  min-height: 300px;
  background-image: url("/assets/underhallsplaner-cbc468b2.jpg");
  background-position-y: -50px;
}
body.landing .header svg.wave {
  z-index: 8;
  background: transparent;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100vw;
}
body.landing .header svg.wave path {
  fill: #fff;
}
body.landing .header .header-text {
  padding: 40px 0 35px;
}
body.landing .header .header-text img {
  width: 140px;
}
@media (max-width: 500px) {
  body.landing .header .header-text img {
    display: none;
  }
}
body.landing .header .header-text h1.title {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 5rem;
  color: #363739;
  margin: 0 auto;
}
body.landing .header .header-text h1.title span {
  font-size: 3.3rem;
}
body.landing .header .header-text h1.slogan {
  font-family: "Poppins", sans-serif;
  margin: 0 auto;
  font-size: 3rem;
  color: #fff;
  font-weight: 800;
}
body.landing .header img.kblogo {
  width: 100px;
  transition: 800ms all;
}
body.landing .header p {
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  font-style: italic;
}
body.landing .header h3.header_contact {
  text-shadow: 0px 1px 1px #000069;
  color: #fff;
}
body.landing .header h5 {
  margin: 0 auto;
  padding: 0;
}
body.landing .header h5 a,
body.landing .header h5 a:visited,
body.landing .header h5 a:active {
  margin: 0 auto;
  font-size: 2rem;
  color: #ff9100;
  text-decoration: none;
}
body.landing .header h5 a:hover {
  cursor: pointer;
}
body.landing .header a.tel,
body.landing .header a.tel:visited {
  color: white;
  text-decoration: none;
}
body.landing .header a.tel:hover {
  cursor: pointer;
}
