@charset "UTF-8";
/* include _normalize.scss */
/* Colors */
/* HTML5 Boilerplate styles - h5bp.com (generated via initializr.com) */
html,
button,
input,
select,
textarea {
  color: white; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: white;
  background-color: #181A1B; }

::-moz-selection {
  background: white;
  color: #fff;
  text-shadow: none; }

::selection {
  background: white;
  color: #fff;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img, video, canvas, object, embed {
  max-width: 100%;
  _width: 100%; }

img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  /* Improve IE's resizing of images */ }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* Also Includes Media Quieries */
/* Container */
/* Grid Calculations */
/* Media Querie Min-Width */
/* iphone 6 */
/* Micro Clearfix Hack */
.cf:before, .cf:after {
  content: "";
  /* For modern browsers */
  display: table;
  /* For modern browsers */ }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

/* Container */
.container {
  width: 100%;
  max-width: 980px;
  margin: auto;
  background-color: #181A1B;
  min-height: 400px;
  }

/* Column Grid */
.grid {
  display: block;
  position: relative;
  width: 100%; }

.hide {
  display: none; }

.see {
  transform: translateX(-800px);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  animation: openSpace .2s ease forwards, moveIn .2s .3s ease forwards; }

@keyframes openSpace {
  to {
    margin: 0 0 -5px; } }
@keyframes moveIn {
  to {
    opacity: 1;
    transform: translateX(0); } }
/* media Queriess */
/* Mobile Portrait excl iphone 6 */
@media only screen and (min-width: 320px) {
  body {
    font-size: .9em; } }
/* Mobile Portrait from iphone 6 */
@media only screen and (min-width: 375px) {
  body {
    font-size: 1em; } }
/* Mobile Landscape */
@media only screen and (min-width: 480px) {
  body {
    font-size: 1.125em; } }
/* Small Tablet */
@media only screen and (min-width: 600px) {
  body {
    font-size: 1.25em; } }
/* Tablet/Notebook */
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.375em; }

  /* Column Grid */
  .grid {
    display: inline;
    float: left; }

  /* 2 Column Grid */
  .half {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 3 Column Grid One Third */
  .one-third {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 3 Column Grid Two Third */
  .two-third {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 4 Column Grid */
  .fourth {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 6 Column Grid Two Third */
  .sixth {
    width: 31.33333%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 8 Column Grid */
  .eighth {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%; } }
/* Landscape Tablet/Notebook/Laptop */
@media only screen and (min-width: 1024px) {
  body {
    font-size: 1.375em; }

  /* 1 Column Grid */
  .full {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 2 Column Grid */
  .half {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 3 Column Grid - 3 Column Grid One Third  */
  .third, .one-third {
    width: 31.33333%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 3 Column Grid Two Third */
  .two-third {
    width: 64.66667%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 4 Column Grid */
  .fourth {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 5 Column Grid */
  .fifth {
    width: 18%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 6 Column Grid */
  .sixth {
    width: 14.66667%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 7 Column Grid */
  .seventh {
    width: 12.28571%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 8 Column Grid */
  .eighth {
    width: 10.5%;
    margin-left: 1%;
    margin-right: 1%; } }
/* Desktop */
@media only screen and (min-width: 1280px) {
  body {
    font-size: 1.375em; } }
/* Widescreen */
@media only screen and (min-width: 1440px) {
  body {
    font-size: 1.375em; } }
/* Elements */
/* Expanding content reveal */
.content-box {
  padding: 20px;
  display: none;
  background: #181A1B;
  color: #adb3b6;
  box-sizing: border-box; }
  .content-box a {
    color: #47abd8; }
  .content-box > p {
    -webkit-animation-name: slideInUp;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

/* Infobox, expandable textbox */
.box {
  padding: 20px;
  margin: 0 0 1px;
  background: #303436;
  color: rgba(255, 255, 255, 0.7);
  transition: all 1.2s; }

.grid .box h2 {
  padding: 0; }

span.readmore {
  opacity: 1;
  transition: all .3s;
  color: #fff; }

.box.open {
  color: rgba(255, 255, 255, 0.75); }

.open span.readmore {
  opacity: 0; }

.details {
  display: none; }

.videolist {
  margin: 1em 0 0; }

.videolist h2 {
  padding: 0 20px;
  line-height: 1;
  text-transform: uppercase;
  margin: 1em 0; }

.videolist ul {
  list-style: none;
  padding: 1em 0 0;
  max-width: 90%;
  margin: 0 20px; }

.videolist ul li {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.videolist ul .thumb {
  background-position: center;
  background-size: 120%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.zwodrei {
  position: relative;
  width: 37%;
  float: left;
  margin-right: 5%; }

.zwodrei:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66%; }

.zwodrei > .thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%; }

.thumb:after {
  content: "\e811";
  font-family: "GI-Iconset";
  position: relative;
  color: #fff;
  z-index: 99999;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: .25em .25em .25em .3em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.37);
  font-size: 22px;
  line-height: 1; }

.caption {
  text-transform: uppercase;
  float: left;
  width: 58%; }

.caption h3 {
  margin: 0; }

.caption small {
  font-family: "ClanWebPro-NarrMedium","Neue Helvetica","Helvetica",Arial,sans-serif;
  color: #788287; }

.btn {
  display: flex;
  height: 2em;
  margin: 1em 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  clear: left; }

.videolist .btn {
  font-weight: normal;
  border-bottom: 1px solid #2b2b2b;
  height: 5em;
  margin: 0;
  font-family: 'ClanWebPro-NarrMedium';
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.52);
  background: rgba(48, 52, 54, 0.5); }

.btn:before {
  font-family: 'GI-Iconset';
  content: "\E80D";
  font-size: 12px;
  font-weight: normal;
  margin-right: 9px;
  margin-top: -3px; }

footer .btn {
  color: rgba(255, 255, 255, 0.8); }

footer .btn:before {
  content: "\E601";
  margin: 2px 9px 0 0; }

/* Städtefilter */
#container .mix {
  display: none; }

.Sai_ {
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(71, 77, 80, 0)), color-stop(100%, #474D50));
  height: 50px;
  position: absolute;
  pointer-events: none;
  left: 47px;
  top: 0;
  width: 24px;
  z-index: 2; }

._Sai {
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(71, 77, 80, 0)), color-stop(100%, #474D50));
  height: 50px;
  position: absolute;
  pointer-events: none;
  right: 9px;
  top: 0;
  width: 24px;
  z-index: 2; }

.staedte-filter-wrap {
  background: #474d50;
  width: 100%;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  top: 0;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.43);
  margin-bottom: 0;
  max-height: 50px;
  overflow: hidden; }

.staedte-filter-wrap svg {
  float: left;
  margin: 14px 5px 10px 20px; }

.staedte-filter {
  overflow-y: hidden;
  white-space: nowrap;
  max-height: 60px;
  padding: 0 0 10%; }

.filter-menu {
  padding: 0;
  white-space: nowrap; }

.filter-menu .filter {
  display: inline-block;
  position: relative;
  padding: 16px 20px 8px;
  font-size: 14px;
  line-height: 24px;
  font-family: "ClanWebPro-NarrMedium";
  text-transform: uppercase; }

.filter-menu .filter.active {
  border-bottom: 2px solid #fff;
  color: #fff; }

.st-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.st-grid .filter {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #FFF;
  color: #000;
  font-family: 'ClanWebPro-NarrMedium';
  text-transform: uppercase; }

.come-in {
  animation: come-in ease 1.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: come-in ease 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: come-in ease 1.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: come-in ease 1.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: come-in ease 1.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/ }

@keyframes come-in {
  0% {
    transform: translate(0px, 0px); }
  50% {
    transform: translate(-200px, 0px); }
  100% {
    transform: translate(0px, 0px); } }
@-moz-keyframes come-in {
  0% {
    -moz-transform: translate(0px, 0px); }
  50% {
    -moz-transform: translate(-200px, 0px); }
  100% {
    -moz-transform: translate(0px, 0px); } }
@-webkit-keyframes come-in {
  0% {
    -webkit-transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(-200px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px); } }
@-o-keyframes come-in {
  0% {
    -o-transform: translate(0px, 0px); }
  50% {
    -o-transform: translate(-200px, 0px); }
  100% {
    -o-transform: translate(0px, 0px); } }
@-ms-keyframes come-in {
  0% {
    -ms-transform: translate(0px, 0px); }
  50% {
    -ms-transform: translate(-200px, 0px); }
  100% {
    -ms-transform: translate(0px, 0px); } }
#wrap {
  overflow: auto; }

.fix-search {
  position: fixed; }

.mixfail {
  display: block;
  float: left;
  width: 100%;
  padding: 1em;
  font-size: 20px;
  font-family: monospace;
  color: #fff;
  box-sizing: border-box; }

/* KONTAKTSEITE */
section ul {
  list-style: none;
  padding: 0 20px;
  margin: 0; }

.contacts {
  color: #adb3b6;
  padding-top: 20px; }

.contacts li {
  margin: 0 0 3em; }

.contacts a {
  color: #adb3b6;
  display: block;
  padding: 2px 0; }

.contacts h3 {
  text-transform: uppercase; }

.contacts .name {
  color: white;
  margin: .5em 0 1em; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'GI-Iconset';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  white-space: nowrap;
  vertical-align: text-bottom;
  margin-right: 5px; }

.icon-email:before {
  content: "\e701"; }

.icon-double-arrow-right:before {
  content: "\e80d"; }

/* Footer Styles */
.footer-nvg {
  float: left;
  background-color: #101010;
  padding-top: 20px;
  padding-bottom: 25px;
  color: rgba(255, 255, 255, 0.8);
  animation-delay: .5s;
  }

.footer-nvg span {
  display: block;
  width: 90%;
  padding: 5% 5% 0;
  clear: left;
  text-align: center; }

.footer-nvg ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 3% 5%; }

.footer-nvg ul li {
  padding: 0 5px 0 0;
  margin-right: 3px; }

.footer-nvg ul li a {
  padding: 10px;
  margin: -10px;
  color: rgba(255, 255, 255, 0.8); }

.footer-nvg ul li:after {
  content: "|";
  margin-left: 3px; }

.footer-nvg ul li:last-child:after {
  content: "";
  margin: 0; }

/* Typography */
@font-face {
  font-family: ClanWebPro-NarrMedium;
  src: url(assets/fonts/ClanWebPro-NarrMedium.eot); }
@font-face {
  font-family: ClanWebPro-NarrMedium;
  src: url(assets/fonts/ClanWebPro-NarrMedium.woff) format("woff"); }
@font-face {
  font-family: GI-Iconset;
  src: url(assets/fonts/icomoon.eot?-reqmit);
  src: url(assets/fonts/icomoon.eot?#iefix-reqmit) format("embedded-opentype"), url(assets/fonts/icomoon.woff?-reqmit) format("woff"), url(assets/fonts/icomoon.ttf?-reqmit) format("truetype"), url(assets/fonts/icomoon.svg?-reqmit#icomoon) format("svg");
  font-weight: 400;
  font-style: normal; }
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1, h2, h3 {
  font-family: "ClanWebPro-NarrMedium","Neue Helvetica","Helvetica",Arial,sans-serif;
  font-weight: normal;
  color: #fff; }

h1 {
  font-size: 3.13636em;
  line-height: 1.43478em;
  margin-top: 0.4783em;
  margin-bottom: 0.9565em; }

h2 {
  font-size: 1.72em;
  line-height: 1.69231em;
  margin-top: 1.6923em;
  margin-bottom: 0.8462em; }
  h2 span {
    color: #788287; }

.grid h2 {
  display: inline-block;
  padding: 0 20px;
  line-height: 1;
  text-transform: uppercase;
  margin: 1em 0; }

.toggle-content h2 {
  padding: 0;
  margin: .5em 0 0.2em; }
  .toggle-content h2 span {
    color: #788287;
    display: block; }

h3 {
  font-size: 1.125em;
  line-height: 1.13793em;
  margin-top: 1.1379em;
  margin-bottom: 0em; }
  h3 span {
    color: #788287; }

p, ul, blockquote, pre, td, th, label {
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em; }

small, aside {
  font-size: 0.77273em; }

/* Header */
header {
  height: 70px;
  transition: top 0.5s ease-in-out; }

.nav-up {
  top: -70px; }

body {
  margin-top: 70px; }

header h1 {
  background-image: url(assets/img/Logo_White.jpg);
  background-repeat: no-repeat;
  background-position: 0px 20px;
  background-size: 110px;
  color: transparent !important;
  text-indent: -9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
  display: block;
  width: 40%;
  margin: 0 20px;
  height: inherit; }

.menu-icon {
  display: none;
  float: right;
  padding: 0;
  transition: all .3s;
  pointer-events: all; }

.menu-icon li {
  width: 30px;
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 5px; }

.menu-icon :last-child {
  margin: 0; }

/* Navigation expand */
nav {
  position: absolute;
  top: 0;
  right: 5px; }

nav li {
  margin-left: 105px;
  float: left;
  display: inline-block; }

nav li.current a {
  color: #fff;
  padding-left: 20px;
  position: relative; }

nav li.current a:before {
  content: "...";
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  position: absolute;
  font-size: 28px;
  top: 25px;
  left: 0;
  letter-spacing: 4px; }

nav li a {
  font-size: 11px;
  color: #979899;
  padding: 24px 15px;
  display: block; }

nav li a:hover {
  color: #000; }

/* Mobile Navigation */
@media only screen {
  header {
    z-index: 2;
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0; }

  header h1 {
    color: #fff;
    text-align: center;
    padding-left: 0;
    display: block;
    float: left; }

  .menu-icon {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: right;
    padding: 23px 20px 25px; }

  .menu-icon.open li {
    background-color: #FFFFFF; }

  /*  Nav Drawer Layout  */
  nav {
    position: relative; }

  nav ul {
    height: 100%;
    overflow-y: auto;
    padding-top: 5px; }

  nav li {
    display: table;
    float: right;
    width: 245px;
    clear: right; }

  nav li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    margin-top: -1px; }

  nav li a {
    padding: 14px 20px 12px 8px;
    font-size: 14px;
    font-family: "ClanWebPro-NarrMedium","Neue Helvetica","Helvetica",Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: .2px;
    color: rgba(255, 255, 255, 0.84);
    border-bottom: 1px solid rgba(101, 101, 101, 0.33);
    line-height: 1em;
    height: 2.5em;
    display: table-cell;
    vertical-align: middle; }

  nav li a span {
    font-size: .8em;
    display: block;
    color: #788287;
    margin-bottom: .2em; }

  nav li a.active {
    color: #fff;
    background-color: #373B42; }

  nav li a:hover {
    color: #fff; }

  nav li:first-child a.active, nav li:first-child a:hover {
    border-radius: 0; }

  /* NAVIGATION ANNIMATION */
  nav {
    width: 100%;
    height: 100%;
    padding: 0 0 2em;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    background-color: #171819;
    /* starting point */
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0) scale(0.97);
    -moz-transform: translate3d(5%, 0, 0) scale(0.97);
    transform: translate3d(5%, 0, 0) scale(0.97); }

  /* Nav Expanding Open Effect */
  nav.open {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -webkit-animation: slideIn .35s ease-in-out;
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -moz-animation: slideIn .35s ease-in-out;
    transform: translate3d(0, 0, 0) scale(1);
    animation: slideIn .35s ease-in-out; }

  @-webkit-keyframes slideIn {
    0% {
      opacity: .3;
      -webkit-transform: translate3d(5%, 0, 0) scale(0.97); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(1); } }
  @-moz-keyframes slideIn {
    0% {
      opacity: .3;
      -moz-transform: translate3d(5%, 0, 0) scale(0.97); }
    100% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0) scale(1); } }
  @keyframes slideIn {
    0% {
      opacity: .3;
      transform: translate3d(5%, 0, 0) scale(0.97); }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1); } }
  /*Nav Shrinking Closed Effect*/
  nav.close {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0) scale(0.97);
    -webkit-animation: slideOut .3s ease-in-out;
    -moz-transform: translate3d(5%, 0, 0) scale(0.97);
    -moz-animation: slideOut .3s ease-in-out;
    transform: translate3d(5%, 0, 0) scale(0.97);
    animation: slideOut .3s ease-in-out; }

  @-webkit-keyframes slideOut {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(1); }
    100% {
      opacity: .3;
      -webkit-transform: translate3d(5%, 0, 0) scale(0.97); } }
  @-moz-keyframes slideOut {
    0% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0) scale(1); }
    100% {
      opacity: .3;
      -moz-transform: translate3d(5%, 0, 0) scale(0.97); } }
  @keyframes slideOut {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1); }
    100% {
      opacity: .3;
      transform: translate3d(5%, 0, 0) scale(0.97); } }
  /* CONTENT ANNIMATION */
  .content {
    /* starting point */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1; }

  /*Content Sliding Open Effect*/
  header.open, .content.open {
    -webkit-transform: translate3d(-260px, 0, 0);
    -webkit-animation: open .5s ease-in-out;
    -moz-transform: translate3d(-260px, 0, 0);
    -moz-animation: open .5s ease-in-out;
    transform: translate3d(-260px, 0, 0);
    animation: open .5s ease-in-out;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.56);
    overflow: hidden; }

  @-webkit-keyframes open {
    0% {
      -webkit-transform: translate3d(0, 0, 0); }
    70% {
      -webkit-transform: translate3d(-280px, 0, 0); }
    100% {
      -webkit-transform: translate3d(-260px, 0, 0); } }
  @-moz-keyframes open {
    0% {
      -moz-transform: translate3d(0, 0, 0); }
    70% {
      -moz-transform: translate3d(-280px, 0, 0); }
    100% {
      -moz-transform: translate3d(-260px, 0, 0); } }
  @keyframes open {
    0% {
      transform: translate3d(0, 0, 0); }
    70% {
      transform: translate3d(-280px, 0, 0); }
    100% {
      transform: translate3d(-260px, 0, 0); } }
  /*Content Sliding Closed Effect*/
  header.close, .content.close {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation: close .3s ease-in-out;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation: close .3s ease-in-out;
    transform: translate3d(0, 0, 0);
    animation: close .3s ease-in-out; }

  @-webkit-keyframes close {
    0% {
      -webkit-transform: translate3d(-260px, 0, 0); }
    100% {
      -webkit-transform: translate3d(0, 0, 0); } }
  @-moz-keyframes close {
    0% {
      -moz-transform: translate3d(-260px, 0, 0); }
    100% {
      -moz-transform: translate3d(0, 0, 0); } }
  @keyframes close {
    0% {
      transform: translate3d(-260px, 0, 0); }
    100% {
      transform: translate3d(0, 0, 0); } } }
/* MENU-ICON Animation */
.rotate-left {
  position: absolute;
  top: 45%;
  right: 5%;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms; }

.rotate-right {
  position: absolute;
  top: 45%;
  right: 5%;
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease; }

.hide-me {
  background-color: transparent !important;
  border-color: transparent;
  margin-top: -20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease; }

/* Hyperlinks */
* {
  outline-style: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent; }

a {
  color: #fff;
  text-decoration: none;
  border: none; }

a:visited {
  color: white; }

a:hover {
  color: white; }

:focus {
  outline: -webkit-focus-ring-color auto 5px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent; }

p a {
  /* Optimized for touch devices */
  margin: -.5em;
  padding: .5em;
  position: relative; }

.home {
  display: block;
  position: absolute;
  width: 150px;
  height: 70px;
  left: 0;
  top: 0;
  z-index: 2; }

.toggle-content {
  display: flex;
  flex-direction: column;
  background: #181A1B;
  color: #fff;
  text-transform: uppercase;
  font-family: "ClanWebPro-NarrMedium","Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .toggle-content h3 {
    margin-top: 0;
    max-width: 90%; }

.toggle-content small {
  display: block;
  width: 100%;
  color: #788287; }

.toggle-content:after {
  content: "";
  position: absolute;
  right: 22px;
  top: 18px;
  width: 0;
  height: 0;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid rgba(255, 255, 255, 0.56);
  transition: all .2s; }

.series-info {
  border: none; }

.series-info:after {
  top: 30px;
  width: 0;
  height: 0;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid rgba(255, 255, 255, 0.56);
  transition: all .2s;
  opacity: .4; }

.toggle-content.open:after {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.series {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.67);
  background: #303436;
  margin-top: 20px;
  clear: left;
  float: left;
  width: 100%;
  animation-delay: 2s;
  animation-duration: 1.3s; }

.series a {
  font-family: 'ClanWebPro-NarrMedium';
  text-transform: uppercase;
  border-top: 1px solid #181A1B;
  padding: 20px 50px 20px 20px;
  position: relative;
  line-height: 1.2em; }

.series a span {
  display: block;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.54); }

.series a:after {
  font-family: 'GI-Iconset';
  content: "\E80D";
  display: inline-block;
  font-size: 14px;
  margin-right: 7px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 40%;
  right: 20px; }

/**
 * Material Modal CSS
 */
.modal * {
  box-sizing: border-box; }

.modal {
  will-change: visibility, opacity;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  border-radius: 2px;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0;
  transition-delay: 0; }

.modal--active {
  visibility: visible;
  opacity: 1; }

.modal--align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.modal__bg {
  background: transparent; }

.modal__dialog {
  max-width: 600px;
  padding: 1.2rem;
  color: #888; }

.modal__content {
  will-change: transform, opacity;
  position: relative;
  padding: 0;
  background: #FFFFFF;
  border-radius: 2px;
  overflow: hidden;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  overflow: hodden;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1); }

.modal__content h3 {
  color: #000;
  margin: 0;
  padding: 30px 30px 25px;
  border-bottom: 1px solid #f0f0f0;
  text-transform: uppercase; }

.modal__content ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.modal__content ul li {
  padding: 15px;
  margin: 0;
  text-align: center;
  float: left;
  width: 50%;
  color: #2196F3; }

.modal__content ul li:first-child {
  border-right: 1px solid #f0f0f0; }

.modal__content a {
  color: #2196F3; }

.modal__content--active {
  opacity: 1; }

.modal__close {
  z-index: 1100;
  cursor: pointer; }

.modal__trigger {
  position: absolute;
  display: block;
  text-align: center;
  line-height: 27px;
  border-radius: 2px;
  width: 30px;
  height: 24px;
  top: 22px;
  right: 75px;
  cursor: pointer;
  background: #fff;
  color: #000 !important;
  font-family: "ClanWebPro-NarrMedium", sans-serif;
  font-size: 17px;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 1s 0.2s ease-out;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s 0.1s ease-out; }

.modal__trigger--active {
  z-index: 999; }

#modal__temp {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  background: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out, border-radius 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s ease-out, border-radius 0.5s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1); }

/* include _code.scss */
/* include _tables.scss */
/* include _forms.scss */
/* include _flat-ui-forms.scss */
/* include _quotes.scss */
/* include _lists.scss */
/* include _layout.scss */
/* non-semantic helper classes */
/* Flexible iFrame */
.Flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  /*overflow: hidden;*/ }

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* include _print-styles.scss */



@charset "UTF-8";

/*!
Animate.css - https://daneden.me/animate
Licensed under the MIT license - https://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}