@font-face {
  font-family: "AktivGrotesk";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/aktiv-grotesk/aktivgrotesk_ltit-webfont.eot");
  src: url("../fonts/aktiv-grotesk/aktivgrotesk_ltit-webfont.eot?#iefix") format("embedded_opentype"), url("../fonts/aktiv-grotesk/aktivgrotesk_ltit-webfont.woff2") format("woff2"), url("../fonts/aktiv-grotesk/aktivgrotesk_ltit-webfont.woff") format("woff");
}
@font-face {
  font-family: "AktivGrotesk";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/aktiv-grotesk/aktivgrotesk_rg-webfont.eot");
  src: url("../fonts/aktiv-grotesk/aktivgrotesk_rg-webfont.eot?#iefix") format("embedded_opentype"), url("../fonts/aktiv-grotesk/aktivgrotesk_rg-webfont.woff2") format("woff2"), url("../fonts/aktiv-grotesk/aktivgrotesk_rg-webfont.woff") format("woff");
}
@font-face {
  font-family: "AktivGrotesk";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/aktiv-grotesk/aktivgrotesk_it-webfont.eot");
  src: url("../fonts/aktiv-grotesk/aktivgrotesk_it-webfont.eot?#iefix") format("embedded_opentype"), url("../fonts/aktiv-grotesk/aktivgrotesk_it-webfont.woff2") format("woff2"), url("../fonts/aktiv-grotesk/aktivgrotesk_it-webfont.woff") format("woff");
}
@font-face {
  font-family: "AktivGrotesk";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/aktiv-grotesk/aktivgrotesk_bd-webfont.eot");
  src: url("../fonts/aktiv-grotesk/aktivgrotesk_bd-webfont.eot?#iefix") format("embedded_opentype"), url("../fonts/aktiv-grotesk/aktivgrotesk_bd-webfont.woff2") format("woff2"), url("../fonts/aktiv-grotesk/aktivgrotesk_bd-webfont.woff") format("woff");
}
@font-face {
  font-family: "AktivGrotesk";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/aktiv-grotesk/aktivgrotesk_bdit-webfont.eot");
  src: url("../fonts/aktiv-grotesk/aktivgrotesk_bdit-webfont.eot?#iefix") format("embedded_opentype"), url("../fonts/aktiv-grotesk/aktivgrotesk_bdit-webfont.woff2") format("woff2"), url("../fonts/aktiv-grotesk/aktivgrotesk_bdit-webfont.woff") format("woff");
}
body,
button,
input,
select,
textarea {
  font-family: "AktivGrotesk";
}
#app {
  min-height: 780px;
}
h1 {
  text-transform: uppercase;
  font-weight: 200 !important;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
  color: #0099FF;
}
h2 {
  font-size: 26px;
  line-height: 30px;
  color: #FF6A00;
}
h3 {
  font-size: 22px;
  line-height: 26px;
}
p {
  margin-bottom: 20px;
}
header p {
  margin: 0;
}
.flag-icon {
  width: 15px;
  height: 11px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.navbar-link span {
  margin-bottom: -3px;
}
.breadcrumbs {
  padding: 30px 10px 0px 10px;
}
.main {
  padding-top: 30px;
}
.menu-back-btn {
  margin-bottom: 15px;
  margin-left: 10px;
}
.menu-list li a {
  text-transform: uppercase;
  font-size: 14px;
  padding: 0.75em 0.75em 0.5em;
  border-radius: 0;
}
.menu-list li a:hover {
  color: #0099FF;
}
.menu-list li a.is-active {
  background: none;
  color: #FF6A00;
  font-weight: 400;
}
.menu-list .sub-menu {
  display: none;
}
.hotspot-image,
.single-image {
  position: relative;
}
.hotspot-image img,
.single-image img {
  width: auto;
  max-height: 640px;
}
.hotspot-image .hotspot-base,
.single-image .hotspot-base {
  transition: opacity 300ms;
}
.hotspot-image .hotspot-base.unactive,
.single-image .hotspot-base.unactive {
  opacity: 0.2;
}
.hotspot-image .hotspot,
.single-image .hotspot {
  position: absolute;
  top: 0;
  left: 0;
}
.tab-content {
  display: none;
}
.tab-content img {
  max-height: 640px;
  width: auto;
}
.tab-content.is-active {
  display: block;
}
.overview-list li {
  font-size: 14px;
  margin-bottom: 10px;
}
.slideshow {
  position: relative;
}
.slideshow .slides {
  position: relative;
}
.slideshow .slides li {
  display: block;
  text-align: center;
  float: left;
  opacity: 0;
  transition: opacity 500ms;
}
.slideshow .slides li.active {
  opacity: 1;
}
.slideshow .slides li img {
  width: 100%;
}
.slideshow .slideshow-nav {
  display: block;
  height: 30px;
}
.slideshow .slideshow-nav .previous-btn {
  display: none;
}
.footer {
  height: 180px;
  background: url(../images/polygon-footer-1600.svg) no-repeat center top;
  background-size: 100%;
}
@media only screen and (min-width: 960px) {
  footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
