/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../../../sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 27, ../../../sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, ../../../sass/_reset.scss */
body {
  line-height: 1;
}

/* line 34, ../../../sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, ../../../sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, ../../../sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../../../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******  Susy  ******/
/******  Farben  ******/
/******  Media Queries  ******/
/******  Sizes  ******/
/******  Functions  ******/
/******  Mixins  ******/
/**************************************************\
	Extends
\**************************************************/
/******  Fonts  ******/
/* line 8, ../../../sass/_extends.scss */
.uppercase, h1, h2, h3, h4 {
  text-transform: uppercase;
}

/* line 15, ../../../sass/_extends.scss */
.border-top {
  border-top: 1px solid #808080;
}

/* line 18, ../../../sass/_extends.scss */
.border-bottom, .border-bottom-gap, .nav-collapse li {
  border-bottom: 1px solid #808080;
}

/* line 22, ../../../sass/_extends.scss */
.border-bottom-gap {
  margin-bottom: gutter();
  padding-bottom: gutter();
}

/* line 28, ../../../sass/_extends.scss */
.no-gap, nav ul, nav ul li {
  margin: 0;
  padding: 0;
}

/* line 33, ../../../sass/_extends.scss */
.trans-light {
  background: rgba(255, 255, 255, 0.95);
}

/* line 37, ../../../sass/_extends.scss */
.alt-font, .news-item time {
  font-family: 'Raleway';
}

/* line 41, ../../../sass/_extends.scss */
.center-vertical {
  top: 50%;
  transform: translateY(-50%);
}

/* line 45, ../../../sass/_extends.scss */
.center-totaly {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**************************************************\
	Main Layout Setting	
\**************************************************/
/**************************************************\
	Header
\**************************************************/
/* line 9, ../../../sass/_layout.scss */
#header {
  position: fixed;
  top: 0;
  height: 7.5%;
  min-height: 48px;
  width: 100%;
  background: #fff;
  z-index: 10;
}
/* line 18, ../../../sass/_layout.scss */
#header h1 {
  position: absolute;
  right: 5%;
  bottom: 22.5%;
  max-width: 70%;
}
/* line 24, ../../../sass/_layout.scss */
#header h1 a {
  display: block;
  max-height: 30px;
}

/**************************************************\
	Main / Content
\**************************************************/
/* line 38, ../../../sass/_layout.scss */
body > main {
  background-size: cover;
  position: fixed;
  top: 7.5%;
  width: 100%;
  min-height: 87.5%;
  height: 87.5%;
  box-sizing: border-box;
  padding: 2.5% 0 0 2.5%;
  /* Breakpoint between */
}
@media (min-width: 780px) {
  /* line 38, ../../../sass/_layout.scss */
  body > main {
    width: 95%;
    margin: 0 2.5%;
  }
}

/******  Home - Startseite  ******/
/* line 58, ../../../sass/_layout.scss */
body.home > main {
  padding: 0;
}

/**************************************************\
	Article
\**************************************************/
/******  Content-Container  ******/
/* line 69, ../../../sass/_layout.scss */
.content {
  position: relative;
  top: 0;
  width: 97.5%;
  height: auto;
  max-height: 100%;
  overflow: hidden;
  /* Breakpoint medium */
  /* Breakpoint between */
  /* Breakpoint large */
  /* Breakpoint xlarge */
  /* Breakpoint xxl */
  /* Breakpoint between */
  /******  Scrollable Content Section  ******/
}
@media (min-width: 640px) {
  /* line 69, ../../../sass/_layout.scss */
  .content {
    width: 60%;
  }
}
@media (min-width: 780px) {
  /* line 69, ../../../sass/_layout.scss */
  .content {
    width: 80%;
  }
}
@media (min-width: 960px) {
  /* line 69, ../../../sass/_layout.scss */
  .content {
    width: 60%;
  }
}
@media (min-width: xlarge) {
  /* line 69, ../../../sass/_layout.scss */
  .content {
    width: 50%;
  }
}
@media (min-width: 1680px) {
  /* line 69, ../../../sass/_layout.scss */
  .content {
    width: 45%;
  }
}
@media (min-width: 780px) {
  /* line 69, ../../../sass/_layout.scss */
  .content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
/* line 107, ../../../sass/_layout.scss */
.content header {
  box-sizing: border-box;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  text-align: center;
  padding: 30px;
  /* Breakpoint between */
}
/* line 78, ../../../sass/_settings.scss */
.content header:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 780px) {
  /* line 107, ../../../sass/_layout.scss */
  .content header {
    width: 150px;
    padding: 0;
  }
}
/* line 120, ../../../sass/_layout.scss */
.content header span {
  display: block;
  float: left;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.125;
  /* Breakpoint between */
}
@media (min-width: 780px) {
  /* line 120, ../../../sass/_layout.scss */
  .content header span {
    font-size: 110px;
    float: none;
  }
}
/* line 133, ../../../sass/_layout.scss */
.content header h2 {
  /* Breakpoint between */
  line-height: 40px;
}
@media (min-width: 780px) {
  /* line 133, ../../../sass/_layout.scss */
  .content header h2 {
    position: absolute;
    top: 110px;
    left: 55px;
    line-height: 1;
    white-space: nowrap;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
/* line 151, ../../../sass/_layout.scss */
.content section {
  -webkit-flex: 1;
  flex: 1;
  background: rgba(0, 0, 0, 0.88);
  max-height: 100%;
  overflow: scroll;
  box-sizing: border-box;
  position: relative;
  border: solid transparent;
  border-width: 45px 60px;
}
/* line 160, ../../../sass/_layout.scss */
.content section *:last-child {
  margin-bottom: 0;
}
/* line 165, ../../../sass/_layout.scss */
.content #scroll-up,
.content #scroll-down {
  position: absolute;
  bottom: 0px;
  right: 7px;
  color: #808080;
  cursor: pointer;
  font-size: 32px;
  display: none;
}
/* line 175, ../../../sass/_layout.scss */
.content #scroll-up:hover,
.content #scroll-down:hover {
  color: #ccc;
}
/* line 178, ../../../sass/_layout.scss */
.content #scroll-up.disabled,
.content #scroll-down.disabled {
  opacity: 0.25 !important;
  cursor: default !important;
  color: #808080 !important;
}
/* line 185, ../../../sass/_layout.scss */
.content #scroll-up {
  top: 10px;
  bottom: inherit;
}

/* line 192, ../../../sass/_layout.scss */
html.no-flexbox .content {
  background: rgba(0, 0, 0, 0.7);
  /* Breakpoint between */
}
/* line 195, ../../../sass/_layout.scss */
html.no-flexbox .content header {
  background: none;
}
/* line 198, ../../../sass/_layout.scss */
html.no-flexbox .content section {
  background: rgba(0, 0, 0, 0.25);
}
@media (min-width: 780px) {
  /* line 202, ../../../sass/_layout.scss */
  html.no-flexbox .content header {
    float: left;
  }
}

/* Hide Scrollbars initaly */
/* line 211, ../../../sass/_layout.scss */
#ascrail2000,
#ascrail2000-hr {
  display: none !important;
}

/******  FadeIn  ******/
/* line 218, ../../../sass/_layout.scss */
html.cssanimations .content {
  opacity: 0;
  animation: fadein 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation: fadein 1s;
  /* Safari 4+ */
  -moz-animation: fadein 1s;
  /* Fx 5+ */
  -o-animation: fadein 1s;
  /* Opera 12+ */
  animation: fadein 1s;
  /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    left: -40px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* Firefox */
@-moz-keyframes fadein {
  0% {
    opacity: 0;
    left: -40px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* Safari and Chrome */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    left: -40px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* Opera */
@-o-keyframes fadein {
  0% {
    opacity: 0;
    left: -40px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/**************************************************\
	Footer
\**************************************************/
/* line 265, ../../../sass/_layout.scss */
#footer {
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 90%;
  height: 5%;
  padding: 0 5%;
  min-height: 36px;
  background: #fff;
}
/* line 274, ../../../sass/_layout.scss */
#footer section {
  position: relative;
  float: right;
  top: 15px;
  /* Breakpoint medium */
  color: #000;
}
@media (min-width: 640px) {
  /* line 274, ../../../sass/_layout.scss */
  #footer section {
    top: 10px;
  }
}

/* Modules */
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 15, ../../../sass/_iconfont.scss */
[data-icon]:before {
  font-family: "icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, ../../../sass/_iconfont.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 41, ../../../sass/_iconfont.scss */
.icon-scroll-down:before {
  content: "d";
}

/* line 44, ../../../sass/_iconfont.scss */
.icon-scroll-up:before {
  content: "u";
}

/**************************************************\
	Fonts
\**************************************************/
/******  Headlines  ******/
/* line 11, ../../../sass/_fonts.scss */
h2 {
  font-size: 24px;
}

/* line 15, ../../../sass/_fonts.scss */
h3 {
  font-weight: 800;
  margin-bottom: 36px;
}

/* line 20, ../../../sass/_fonts.scss */
h4, h5, h6 {
  font-weight: 700;
}

/* line 24, ../../../sass/_fonts.scss */
h4 {
  margin-bottom: 18px;
}

/* line 28, ../../../sass/_fonts.scss */
h5 {
  margin-bottom: 8px;
  font-weight: 500;
}

/******  Text  ******/
/* line 35, ../../../sass/_fonts.scss */
p {
  margin: 0 0 32px;
}
/* line 37, ../../../sass/_fonts.scss */
p.small {
  font-size: 12px;
}

/* line 42, ../../../sass/_fonts.scss */
em, i {
  font-style: italic;
}

/* line 46, ../../../sass/_fonts.scss */
strong, bold {
  font-weight: 700;
}

/******  Links  ******/
/* line 52, ../../../sass/_fonts.scss */
a {
  color: #000;
  text-decoration: none;
}
/* line 55, ../../../sass/_fonts.scss */
a:hover {
  color: black;
}
/* line 58, ../../../sass/_fonts.scss */
a.lightbox:focus {
  outline: 0;
}

/* line 63, ../../../sass/_fonts.scss */
article a {
  position: relative;
  color: #fff;
}
/* line 67, ../../../sass/_fonts.scss */
article a:hover {
  color: #ccc;
}
/* line 70, ../../../sass/_fonts.scss */
article a:before {
  content: "";
  position: absolute;
  width: 104%;
  height: 1px;
  bottom: -2px;
  left: -2%;
  background-color: #ccc;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
/* line 83, ../../../sass/_fonts.scss */
article a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 91, ../../../sass/_fonts.scss */
article a[href*="pdf"]:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 96, ../../../sass/_fonts.scss */
article a[href*="pdf"]:hover:before {
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/******  Lists  ******/
/* line 104, ../../../sass/_fonts.scss */
article ul {
  margin: 0 0 32px;
}
/* line 106, ../../../sass/_fonts.scss */
article ul li {
  padding-left: 15px;
  position: relative;
}
/* line 109, ../../../sass/_fonts.scss */
article ul li:before {
  content: "-";
  position: absolute;
  left: 0;
}

/* line 118, ../../../sass/_fonts.scss */
article dt {
  clear: left;
  float: left;
  display: inline-block;
  width: 100px;
  text-transform: uppercase;
  font-weight: 500;
}
/* line 126, ../../../sass/_fonts.scss */
article dd {
  clear: right;
  padding: 0 0 0 100px;
}

/******  Special settings  ******/
/**************************************************\
	Images
\**************************************************/
/* line 5, ../../../sass/_images.scss */
img,
figure {
  max-width: 100%;
}
/* line 9, ../../../sass/_images.scss */
img.float-left
img.align_left,
figure.float-left
img.align_left, img.float-left
figure.align_left,
figure.float-left
figure.align_left {
  float: left;
  margin: 0 2rem 1rem 0;
}
/* line 14, ../../../sass/_images.scss */
img.float-right, img.align_right,
figure.float-right,
figure.align_right {
  float: right;
  margin: 0 0 1rem 2rem;
}

/* line 21, ../../../sass/_images.scss */
img[data-sizes="auto"] {
  display: block;
}

/* line 25, ../../../sass/_images.scss */
img.teaser {
  width: 100%;
}

/******  Figure and Caption  ******/
/* line 31, ../../../sass/_images.scss */
figure {
  position: relative;
}
/* line 34, ../../../sass/_images.scss */
figure figcaption {
  width: 100%;
  padding: 0 0.25rem;
  color: #1B1D1F;
  font-size: 12px;
  font-style: italic;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/******  Border in Main  ******/
/* line 45, ../../../sass/_images.scss */
main img {
  border: 1px solid #808080;
}

/******  Image Links - ZOOM  ******/
/* line 51, ../../../sass/_images.scss */
.zoom-container {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
/* line 57, ../../../sass/_images.scss */
.zoom-container a {
  display: block;
}
/* line 61, ../../../sass/_images.scss */
.zoom-container img {
  display: block;
  overflow: hidden;
  transform: scale(1);
}
/* line 67, ../../../sass/_images.scss */
.zoom-container a:hover img {
  transform: scale(1.08);
}

/******  Susy  ******/
/******  Farben  ******/
/******  Media Queries  ******/
/******  Sizes  ******/
/******  Functions  ******/
/******  Mixins  ******/
/*! responsive-nav.js 1.0.39 by @viljamis */
/******  Responsive Nav  ******/
/* line 8, ../../../sass/_navigation-resp.scss */
.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
  position: absolute;
  bottom: 20%;
  left: 7.5%;
  /* Breakpoint large */
}
@media (min-width: 960px) {
  /* line 8, ../../../sass/_navigation-resp.scss */
  .nav-toggle {
    display: none;
  }
}
/* line 29, ../../../sass/_navigation-resp.scss */
.nav-toggle .icon {
  display: inline-block;
  vertical-align: middle;
}
/* line 34, ../../../sass/_navigation-resp.scss */
.nav-toggle .icon {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
/* line 35, ../../../sass/_navigation-resp.scss */
.nav-toggle .icon span, .nav-toggle .icon span:before, .nav-toggle .icon span:after {
  cursor: pointer;
  border-radius: 0;
  height: 2px;
  width: 24px;
  background: #000;
  position: absolute;
  display: block;
  content: '';
}
/* line 46, ../../../sass/_navigation-resp.scss */
.nav-toggle .icon span:before {
  top: -8px;
}
/* line 49, ../../../sass/_navigation-resp.scss */
.nav-toggle .icon span:after {
  bottom: -8px;
}
/* line 52, ../../../sass/_navigation-resp.scss */
.nav-toggle.active .icon span {
  background-color: transparent;
}
/* line 55, ../../../sass/_navigation-resp.scss */
.nav-toggle.active .icon span:before, .nav-toggle.active .icon span:after {
  top: 0;
}
/* line 59, ../../../sass/_navigation-resp.scss */
.nav-toggle.active .icon span:before {
  transform: rotate(45deg);
}
/* line 62, ../../../sass/_navigation-resp.scss */
.nav-toggle.active .icon span:after {
  transform: rotate(-45deg);
}

/* line 68, ../../../sass/_navigation-resp.scss */
.nav-collapse {
  position: absolute;
  padding: 10px 7.5%;
  top: 100%;
  background: rgba(255, 255, 255, 0.95);
  /* Breakpoint between */
}
@media (min-width: 780px) {
  /* line 68, ../../../sass/_navigation-resp.scss */
  .nav-collapse {
    padding: 10px 2.5%;
  }
}

/* line 78, ../../../sass/_navigation-resp.scss */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  /* Breakpoint between */
}
@media (min-width: 780px) {
  /* line 78, ../../../sass/_navigation-resp.scss */
  .nav-collapse ul {
    text-align: center;
  }
}

/* line 92, ../../../sass/_navigation-resp.scss */
.nav-collapse li {
  display: block;
  /* Breakpoint between */
}
/* line 95, ../../../sass/_navigation-resp.scss */
.nav-collapse li:last-child {
  border: none;
}
@media (min-width: 780px) {
  /* line 92, ../../../sass/_navigation-resp.scss */
  .nav-collapse li {
    display: inline-block;
    padding: 0 15px;
    border-bottom: 1px solid #808080 !important;
  }
}

/* line 106, ../../../sass/_navigation-resp.scss */
.nav-collapse a {
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  padding: 15px 0;
  /* Breakpoint between */
  /* Breakpoint large */
}
@media (min-width: 780px) {
  /* line 106, ../../../sass/_navigation-resp.scss */
  .nav-collapse a {
    padding: 10px 0;
  }
}
@media (min-width: 960px) {
  /* line 106, ../../../sass/_navigation-resp.scss */
  .nav-collapse a {
    font-size: 13px;
  }
}

/* line 127, ../../../sass/_navigation-resp.scss */
.nav-collapse a:hover {
  text-decoration: none;
}

/* line 131, ../../../sass/_navigation-resp.scss */
.nav-collapse li.current > a,
.nav-collapse li.parent > a {
  color: #808080;
}

/* line 136, ../../../sass/_navigation-resp.scss */
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

/* line 145, ../../../sass/_navigation-resp.scss */
.nav-collapse.opened {
  max-height: 9999px;
}

/* Breakpoint large */
@media (min-width: 960px) {
  /* line 153, ../../../sass/_navigation-resp.scss */
  .nav-collapse {
    position: absolute !important;
    bottom: 25%;
    top: initial;
    left: 5%;
    padding: 0;
  }
  /* line 160, ../../../sass/_navigation-resp.scss */
  .nav-collapse li {
    display: inline-block;
    border: none !important;
    padding: 0 10px 0 0;
    /* Breakpoint xlarge */
  }
}
@media (min-width: 960px) and (min-width: 1200px) {
  /* line 160, ../../../sass/_navigation-resp.scss */
  .nav-collapse li {
    padding: 0 30px 0 0;
  }
}
@media (min-width: 960px) {
  /* line 169, ../../../sass/_navigation-resp.scss */
  .nav-collapse a {
    position: relative;
    padding: 0;
    color: #000;
    text-transform: uppercase;
  }
  /* line 174, ../../../sass/_navigation-resp.scss */
  .nav-collapse a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  /* line 188, ../../../sass/_navigation-resp.scss */
  .nav-collapse a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  /* line 193, ../../../sass/_navigation-resp.scss */
  .nav-collapse a:hover {
    color: #000;
  }
  /* line 197, ../../../sass/_navigation-resp.scss */
  .nav-collapse li.active a {
    color: #808080;
  }

  /* line 202, ../../../sass/_navigation-resp.scss */
  .js .nav-collapse {
    position: absolute;
    clip: auto;
    overflow: visible;
  }

  /* line 207, ../../../sass/_navigation-resp.scss */
  .js .nav-collapse.closed {
    max-height: none;
  }

  /* line 210, ../../../sass/_navigation-resp.scss */
  .nav-toggle {
    display: none;
  }
}
/**************************************************\
	Footer-Nav
\**************************************************/
/* line 219, ../../../sass/_navigation-resp.scss */
#footer nav {
  position: absolute;
  left: 5%;
  top: 15px;
  text-transform: uppercase;
  /* Breakpoint medium */
}
/* line 225, ../../../sass/_navigation-resp.scss */
#footer nav a {
  text-transform: uppercase;
}
@media (min-width: 640px) {
  /* line 219, ../../../sass/_navigation-resp.scss */
  #footer nav {
    top: 10px;
  }
}

/* line 237, ../../../sass/_navigation-resp.scss */
#footer a {
  position: relative;
  padding: 0;
  color: #000;
}
/* line 241, ../../../sass/_navigation-resp.scss */
#footer a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #808080;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 255, ../../../sass/_navigation-resp.scss */
#footer a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 260, ../../../sass/_navigation-resp.scss */
#footer a:hover {
  color: #808080;
}

/* Content */
/**************************************************\
	Generlle Styles
\**************************************************/
/* line 5, ../../../sass/_custom.scss */
html {
  height: 100%;
}

/* line 9, ../../../sass/_custom.scss */
body {
  height: 100%;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  /* Breakpoint between */
}
@media (min-width: 780px) {
  /* line 9, ../../../sass/_custom.scss */
  body {
    font-size: 14px;
  }
}

/* line 21, ../../../sass/_custom.scss */
input, select, textarea, button {
  font-family: inherit;
}

/* line 25, ../../../sass/_custom.scss */
main ul {
  overflow: hidden;
}

/* line 32, ../../../sass/_custom.scss */
nav ul li {
  display: inline-block;
}

/* line 38, ../../../sass/_custom.scss */
.gap {
  margin-bottom: 36px;
}

/**************************************************\
	Transitions
\**************************************************/
/* Fast Transitions */
/* line 49, ../../../sass/_custom.scss */
.trs-fast, .content #scroll-up,
.content #scroll-down, .content #scroll-up.disabled,
.content #scroll-down.disabled, article a, article a:before, .nav-toggle .icon span, .nav-toggle .icon span:before, .nav-toggle .icon span:after,
.mainnav a,
.news-item a,
.lightbox img,
.zoom-container img {
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* Slow Transitions */
/* line 59, ../../../sass/_custom.scss */
.trs-slow,
#video a:before,
#video a:after,
#secondNav,
.icon span,
.icon span:before,
.icon span:after {
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

/**************************************************\
	Header
\**************************************************/
/**************************************************\
	Main
\**************************************************/
/**************************************************\
	Home - Startseite
\**************************************************/
/* line 87, ../../../sass/_custom.scss */
article.content.home {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* Breakpoint medium */
  /* Breakpoint between */
  /* Breakpoint large */
  /* Breakpoint xlarge */
}
/* line 94, ../../../sass/_custom.scss */
article.content.home h3 {
  font-weight: 500;
  text-align: center;
}
/* line 98, ../../../sass/_custom.scss */
article.content.home section {
  padding: 15px 5%;
  border: none;
}
@media (min-width: 640px) {
  /* line 87, ../../../sass/_custom.scss */
  article.content.home {
    font-size: 20px;
  }
}
@media (min-width: 780px) {
  /* line 87, ../../../sass/_custom.scss */
  article.content.home {
    font-size: 24px;
  }
}
@media (min-width: 960px) {
  /* line 87, ../../../sass/_custom.scss */
  article.content.home {
    font-size: 30px;
  }
  /* line 113, ../../../sass/_custom.scss */
  article.content.home section {
    padding: 15px 2.5%;
  }
}
@media (min-width: xlarge) {
  /* line 87, ../../../sass/_custom.scss */
  article.content.home {
    font-size: 40px;
  }
}

/**************************************************\
	Footer
\**************************************************/
/* line 128, ../../../sass/_custom.scss */
#footer {
  font-size: 7px;
  /* Breakpoint medium */
}
@media (min-width: 640px) {
  /* line 128, ../../../sass/_custom.scss */
  #footer {
    font-size: 12px;
  }
}

/* Specific Layouts */

/*# sourceMappingURL=styles.css.map */
