/*@import "default.scss";*/
/*
 * Horizon Swiper
 * Version 1.1.1
 * Domain ( http://horizon-swiper.sebsauer.de/ )
 * Copyright 2015 Sebastian Sauer ( http://www.sebsauer.de/ )
 * Licensed under MIT ( https://github.com/sebsauer90/horizon-swiper/blob/master/LICENSE )
 */
/* text */
/* 24px+ */
/* 18px+ */
/* 18px = 1rem = base */
/* 15px+ */
/* 13px+ */
/* 11px+ */
/* 9px+ */
/* navi new FIX */
.naviOutline {
  position: relative;
  float: left;
  border-right: 1px solid #b7b7b7;
  box-shadow: 1px 0px 0 white;
  font-size: 1.125rem;
  white-space: nowrap;
}
.naviOutline a {
  color: black;
  padding-left: 15px;
  padding-right: 14px;
  height: 40px;
  line-height: 40px;
  display: block;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.naviOutline a:hover {
  background-color: #B7B7B7;
}

.naviOutline:first-child {
  border-left: 1px solid #b7b7b7;
  box-shadow: 0px 1px 0 white;
}

.navOActive a {
  height: 40px;
  line-height: 40px;
  background-color: white;
  -webkit-box-shadow: inset 0px -5px 0px 0px darkorange;
  -moz-box-shadow: inset 0px -5px 0px 0px darkorange;
  box-shadow: inset 0px -5px 0px 0px darkorange;
  transition: all .5s ease;
}
.navOActive a:hover {
  background-color: white;
}

.labelf {
  position: absolute;
  top: 0;
  /*top: -2px\9;*/
  right: 0;
}
.labelf img {
  /*width: 100%;*/
  /*max-width: 47px;*/
  width: 47px;
  /*width: 45px\9;*/
}
.labelf a {
  display: inline-block;
  height: auto;
  padding: 0;
  background-color: transparent;
  line-height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.labelf a:hover {
  background-color: transparent;
}

@media screen and (min-width: 0\0) {
  /*ie9 up*/
  .labelf {
    position: absolute;
    top: -2px;
  }
  .labelf img {
    width: 45px;
    height: 23px;
  }
  .labelf a {
    display: inline-block;
    height: auto;
    padding: 0;
    background-color: transparent;
    line-height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .labelf a:hover {
    background-color: transparent;
  }
}
/* General
/* -------------------------- */
.navigation {
  position: relative;
  box-sizing: border-box;
  /* Wrapper
  /* -------------------------- */
  /* Items
  /* -------------------------- */
  /* Dots
  /* -------------------------- */
  /* Arrows
  /* -------------------------- */
}
.navigation *,
.navigation *:before,
.navigation *:after {
  box-sizing: border-box;
}
.navigation a:focus,
.navigation button:focus {
  outline: none;
}
.navigation.mouse-drag, .navigation.mouse-drag * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navigation.arrows {
  padding: 0;
}
.navigation .horizon-outer {
  overflow: hidden;
}
.navigation .horizon-inner {
  padding: 0 0 20px 0;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.navigation .naviItem {
  position: relative;
  width: auto;
  font-size: 1.125rem;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  border-right: 1px solid #b7b7b7;
  box-shadow: 1px 0px 0 white;
}
.navigation .naviItem:first-child {
  border-left: 1px solid #b7b7b7;
  box-shadow: 1px 0px 0 white;
}
.navigation .naviItem .labelf {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation .naviItem a {
  padding-left: 15px;
  padding-right: 14px;
  color: black;
  display: block;
  height: 40px;
  text-align: center;
  line-height: 40px;
  transition: background-color .5s ease;
}
.navigation .naviItem a:hover {
  background-color: #B7B7B7;
}
.navigation .navigationActive a {
  background-color: white;
  border-bottom: 5px solid #ff8b00;
  transition: all .5s ease;
}
.navigation .navigationActive a:hover {
  background-color: white;
}
.navigation .horizon-dots {
  display: none;
  text-align: center;
}
.navigation .horizon-dots .horizon-dot {
  display: inline-block;
  margin: 0 3px;
}
.navigation.initialized .horizon-dots {
  display: block;
}
.navigation .horizon-prev, .navigation .horizon-next {
  display: none;
}
.navigation .horizon-prev,
.navigation .horizon-next {
  position: absolute;
  top: 5px;
  bottom: 5px;
  width: 20px;
  border: none;
  outline: none;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  /* change to show add */
  width: 30px;
  height: 40px;
  top: 0;
  padding: 0;
}
.navigation .horizon-prev:hover, .navigation .horizon-prev:active, .navigation .horizon-prev:focus,
.navigation .horizon-next:hover,
.navigation .horizon-next:active,
.navigation .horizon-next:focus {
  outline: none;
}
.navigation.initialized .horizon-prev,
.navigation.initialized .horizon-next {
  display: block;
}
.navigation.first-item .horizon-prev, .navigation.last-item .horizon-next {
  /*opacity: 0.2;*/
  opacity: 0;
}
.navigation .horizon-prev {
  left: 5px;
  /*background-image: url(../js/navigation/arrow-left.svg);*/
  /* change to show add */
  left: 0;
  background-image: url(../images/arrow-left.png);
}
.navigation .horizon-next {
  right: 5px;
  /*background-image: url(../js/navigation/arrow-right.svg);*/
  /* change to show add */
  right: 0px;
  background-image: url(../images/arrow-right.png);
}

.ie9width div {
  width: 8.5%;
}
.ie9width div a {
  padding: 0;
  width: 100%;
}

@media (max-width: 960px) {
  .ie9width div {
    width: 15%;
    border-bottom: 1px solid #b7b7b7;
  }
}
@media (max-width: 768px) {
  .ie9width div {
    width: 15%;
    border-bottom: 1px solid #b7b7b7;
  }
  .ie9width div a {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  /* lessipad landscape */
  .navigation {
    position: relative;
    box-sizing: border-box;
  }
  .navigation *,
  .navigation *:before,
  .navigation *:after {
    box-sizing: border-box;
  }
  .navigation a:focus,
  .navigation button:focus {
    outline: none;
  }
  .navigation.mouse-drag, .navigation.mouse-drag * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .navigation.arrows {
    /*padding: 0 30px;*/
    padding: 0 0px;
  }
  .navigation .naviItem:first-child {
    border-left: 0px solid #b7b7b7;
    box-shadow: 1px 0px 0 white;
  }

  .horizon-prev,
  .horizon-next {
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 20px;
    border: none;
    outline: none;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
  }

  .naviItem:first-child {
    border-left: 0px solid #b7b7b7;
    box-shadow: 1px 0px 0 white;
  }
}
@media (max-width: 640px) {
  .ie9width div {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .ie9width div {
    width: 25%;
  }
}
@media (max-width: 380px) {
  .ie9width div {
    width: 45%;
  }
}
@media (max-width: 320px) {
  .ie9width div {
    width: 40%;
  }
}
