body {
  padding-bottom: 10px;
  font-family:'PT Sans Narrow', sans-serif;
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
h1 {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
h2 {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  display: inline-block;
  padding-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.content-wrap {
  border: 1px solid black;
}
.footer {
  margin-top: -1px;
  padding-top: 3px;
  border-top: 1px solid black;
  background-color: #282828;
  color: #181818;
}
.footer-ul {
  float: right;
  color: #979797;
}
.footer-li {
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border-right: 1px solid #585858;
}
.footer-a {
  color: #979797;
  text-decoration: none;
  text-transform: lowercase;
}
.content-body {
  padding: 20px 40px;
  background-image: -webkit-linear-gradient(left, #222, #282828);
  background-image: linear-gradient(to right, #222, #282828);
}
.content-body.inverted-content {
  background-color: white;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #666;
}
.head {
  position: relative;
  padding: 30px 20px 40px 40px;
  background-color: black;
  background-image: url('../images/logorechts.png'), -webkit-linear-gradient(left, #222, #282828);
  background-image: url('../images/logorechts.png'), linear-gradient(to right, #222, #282828);
  background-position: 100% 0px, 0% 0%;
  background-repeat: no-repeat, repeat;
}
.head.inverted-head {
  background-color: white;
  background-image: url('../images/logorechts.png');
  background-position: 100% 0px;
  background-repeat: no-repeat;
}
.nav-li {
  margin-top: 5px;
  padding-bottom: 5px;
  float: left;
}
.nav-li:hover {
  box-shadow: #a2c038 0px -3px 1px 0px inset;
}
.nav-container {
  padding-right: 30px;
  padding-left: 30px;
}
.logo {
  background-image: url('../images/kslogogross_90.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.nav-menu {
  float: left;
}
.navbar {
  margin-top: -1px;
  margin-bottom: -1px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #181818;
  background-image: -webkit-linear-gradient(#181818, #292929 91%, #333);
  background-image: linear-gradient(#181818, #292929 91%, #333);
  box-shadow: none;
  color: white;
  text-transform: lowercase;
}
.nav-link {
  padding: 0px 10px;
  border-right: 1px solid #585858;
  color: white;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}
.nav-link:hover {
  box-shadow: none;
  color: gray;
}
.nav-link.w--current {
  color: white;
}
.nav-link.w--current:hover {
  box-shadow: none;
  color: gray;
}
.last {
  border-right-style: none;
  border-right-width: 0px;
}
.subnav-ul {
  position: absolute;
  top: 32px;
  display: inline;
  background-color: #181818;
  color: white;
}
.subnav-li {
  padding-top: 3px;
}
.subnav-link {
  display: inline-block;
  width: 100%;
  padding-right: 20px;
  padding-left: 10px;
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.subnav-link:hover {
  color: gray;
}
.test {
  text-decoration: none;
}
.test:hover {
  text-decoration: none;
}
.subnavi-div {
  display: none;
}
.social-div {
  position: absolute;
  right: 20px;
  bottom: 40px;
}
.googleplus-btn {
  background-image: url('../images/gp_normal.png');
}
.social-btn {
  margin-right: 10px;
}
.facebook-btn {
  background-image: url('../images/fb_normal.png');
}
.youtube-btn {
  background-image: url('../images/yt_normal.png');
}
.social-btn-hover:hover {
  box-shadow: #9d9d9c 0px 0px 10px 2px;
}
.content-box {
  display: block;
}
.head-first-category {
  display: block;
  font-size: 24px;
  line-height: 34px;
  text-transform: lowercase;
}
.c-green {
  color: #a2c038;
}
.c-grey {
  color: #9d9d9c;
}
.hr {
  display: block;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #9d9d9c;
  border-bottom: 1px solid #585858;
}
.hr.small {
  margin-top: 20px;
  margin-bottom: 20px;
}
.effekt {
  border: 1px solid black;
  border-radius: 20px;
}
.effekt.slider {
  margin-bottom: 0px;
  border: 0px none transparent;
  border-radius: 0px;
}
.image-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 10px;
  text-align: center;
}
.hide {
  display: none;
}
.slider-container {
  height: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}
.slider-link-wrap {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  max-height: 90%;
  margin: auto;
}
.inverted-body {
  color: #666;
}
.row {
  margin-bottom: 5px;
}
.ref-middle {
  margin-top: 25px;
  font-size: 16px;
}
.space {
  display: block;
  height: 60px;
}
.space.small {
  height: 30px;
}
.clear {
  clear: both;
}
.slidetest {
  text-align: center;
}
.slide-wrap {
  text-align: center;
}
.slider-mask {
  border: 1px solid black;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .content-body {
    padding: 10px;
  }
  .head {
    padding: 20px 10px;
  }
  .nav-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }
  .effekt {
    border-width: 1px;
    border-radius: 10px;
    box-shadow: black 2px 2px 2px 0px;
  }
  .image-wrap {
    padding-right: 5px;
  }
  .slider-container {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .nav-li {
    float: none;
  }
  .nav-li:hover {
    box-shadow: none;
  }
  .logo {
    background-image: url('../images/logomobile.png');
    background-position: 0px 100%;
    background-size: contain;
  }
  .nav-menu {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    background-color: #585858;
  }
  .nav-link:hover {
    box-shadow: none;
    color: white;
  }
  .nav-link.w--current:hover {
    box-shadow: none;
    color: white;
  }
  .subnav-ul {
    position: static;
    left: 0px;
    top: 0px;
    display: block;
    margin-left: 15px;
    background-color: #585858;
  }
  .subnav-link {
    text-align: left;
  }
  .subnav-link:hover {
    color: white;
  }
  .subnavi-div {
    display: block;
  }
  .head-first-category {
    padding-bottom: 0px;
  }
  .hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .hr.small {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .image-wrap {
    text-align: center;
  }
  .nav-menu-btn {
    padding: 10px;
  }
  .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ref-middle {
    margin-top: -5px;
    margin-bottom: 10px;
  }
  .t-center {
    text-align: center;
  }
  .space {
    height: 30px;
  }
  .space.small {
    height: 15px;
  }
  .dark_overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 500;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 479px) {
  .footer-ul {
    float: none;
  }
  .footer-li {
    padding-top: 2px;
    padding-bottom: 2px;
    float: none;
  }
  .content-body {
    padding-right: 5px;
    padding-left: 5px;
  }
}

