/* line 411, ../sass/_mixins.scss */
.hidden {
  visability: hidden;
}

/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 18, ../sass/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 26, ../sass/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 35, ../sass/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 44, ../sass/_reset.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 56, ../sass/_reset.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 72, ../sass/_reset.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/* line 78, ../sass/_reset.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 87, ../sass/_reset.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 94, ../sass/_reset.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 105, ../sass/_reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 109, ../sass/_reset.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 113, ../sass/_reset.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 117, ../sass/_reset.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 121, ../sass/_reset.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 125, ../sass/_reset.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 132, ../sass/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 139, ../sass/_reset.scss */
b,
strong {
  font-weight: bold;
}

/* line 142, ../sass/_reset.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 148, ../sass/_reset.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
/* line 154, ../sass/_reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 162, ../sass/_reset.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 171, ../sass/_reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 179, ../sass/_reset.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
/* line 187, ../sass/_reset.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
/* line 194, ../sass/_reset.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 198, ../sass/_reset.scss */
small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 205, ../sass/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 211, ../sass/_reset.scss */
sup {
  top: -0.5em;
}

/* line 214, ../sass/_reset.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 226, ../sass/_reset.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 229, ../sass/_reset.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/* line 237, ../sass/_reset.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 244, ../sass/_reset.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 255, ../sass/_reset.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 264, ../sass/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 273, ../sass/_reset.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 282, ../sass/_reset.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 288, ../sass/_reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 298, ../sass/_reset.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 316, ../sass/_reset.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 331, ../sass/_reset.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 346, ../sass/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 358, ../sass/_reset.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 368, ../sass/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 383, ../sass/_reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 396, ../sass/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 403, ../sass/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 411, ../sass/_reset.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 423, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
/* line 442, ../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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* line 463, ../sass/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 469, ../sass/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

/* line 474, ../sass/_reset.scss */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 484, ../sass/_reset.scss */
body,
button,
input,
select,
textarea {
  color: #2b2b2b;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/* line 492, ../sass/_reset.scss */
body {
  background: #f5f5f5;
}

/* line 496, ../sass/_reset.scss */
a {
  color: #24890d;
  text-decoration: none;
}

/* line 501, ../sass/_reset.scss */
a:focus {
  outline: thin dotted;
}

/* line 506, ../sass/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 511, ../sass/_reset.scss */
a:active,
a:hover {
  color: #41a62a;
}

/* line 520, ../sass/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin: 36px 0 12px;
}

/* line 526, ../sass/_reset.scss */
h1 {
  font-size: 26px;
  line-height: 1.3846153846;
}

/* line 531, ../sass/_reset.scss */
h2 {
  font-size: 24px;
  line-height: 1;
}

/* line 536, ../sass/_reset.scss */
h3 {
  font-size: 22px;
  line-height: 1.0909090909;
}

/* line 541, ../sass/_reset.scss */
h4 {
  font-size: 20px;
  line-height: 1.2;
}

/* line 546, ../sass/_reset.scss */
h5 {
  font-size: 18px;
  line-height: 1.3333333333;
}

/* line 551, ../sass/_reset.scss */
h6 {
  font-size: 16px;
  line-height: 1.5;
}

/* line 556, ../sass/_reset.scss */
address {
  font-style: italic;
  margin-bottom: 24px;
}

/* line 561, ../sass/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}

/* line 567, ../sass/_reset.scss */
b,
strong {
  font-weight: 700;
}

/* line 574, ../sass/_reset.scss */
cite,
dfn,
em,
i {
  font-style: italic;
}

/* line 579, ../sass/_reset.scss */
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 589, ../sass/_reset.scss */
code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 13px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}

/* line 599, ../sass/_reset.scss */
pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 614, ../sass/_reset.scss */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

/* line 625, ../sass/_reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 630, ../sass/_reset.scss */
blockquote {
  color: #767676;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2631578947;
  margin-bottom: 24px;
}

/* line 640, ../sass/_reset.scss */
blockquote cite,
blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/* line 649, ../sass/_reset.scss */
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

/* line 654, ../sass/_reset.scss */
blockquote strong,
blockquote b {
  font-weight: 400;
}

/* line 658, ../sass/_reset.scss */
small {
  font-size: smaller;
}

/* line 662, ../sass/_reset.scss */
big {
  font-size: 125%;
}

/* line 667, ../sass/_reset.scss */
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 675, ../sass/_reset.scss */
sup {
  bottom: 1ex;
}

/* line 679, ../sass/_reset.scss */
sub {
  top: .5ex;
}

/* line 683, ../sass/_reset.scss */
dl {
  margin-bottom: 24px;
}

/* line 687, ../sass/_reset.scss */
dt {
  font-weight: bold;
}

/* line 691, ../sass/_reset.scss */
dd {
  margin-bottom: 24px;
}

/* line 696, ../sass/_reset.scss */
ul,
ol {
  list-style: none;
  margin: 0 0 24px 20px;
}

/* line 701, ../sass/_reset.scss */
ul {
  list-style: disc;
}

/* line 705, ../sass/_reset.scss */
ol {
  list-style: decimal;
}

/* line 710, ../sass/_reset.scss */
li > ul,
li > ol {
  margin: 0 0 0 20px;
}

/* line 714, ../sass/_reset.scss */
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

/* line 720, ../sass/_reset.scss */
figure {
  margin: 0;
}

/* line 724, ../sass/_reset.scss */
fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}

/* line 730, ../sass/_reset.scss */
legend {
  white-space: normal;
}

/* line 737, ../sass/_reset.scss */
button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

/* line 748, ../sass/_reset.scss */
button,
input {
  line-height: normal;
}

/* line 753, ../sass/_reset.scss */
input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

/* line 760, ../sass/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 766, ../sass/_reset.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/* line 771, ../sass/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

/* line 775, ../sass/_reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
}

/* line 779, ../sass/_reset.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 784, ../sass/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 789, ../sass/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 796, ../sass/_reset.scss */
table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 800, ../sass/_reset.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}

/* line 810, ../sass/_reset.scss */
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

/* line 815, ../sass/_reset.scss */
th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

/* line 820, ../sass/_reset.scss */
td {
  border-width: 0 1px 1px 0;
}

/* line 824, ../sass/_reset.scss */
del {
  color: #767676;
}

/* line 828, ../sass/_reset.scss */
hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}

/* line 836, ../sass/_reset.scss */
.hide {
  display: none;
}

/* line 840, ../sass/_reset.scss */
.break {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0px;
  border: none;
}

/**
 * General Styles
 * -----------------------------------------------------------------------------
 ../img/
 */
/* line 6, ../sass/_general.scss */
html {
  overflow: hidden;
}

/* line 9, ../sass/_general.scss */
body {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  /* line 9, ../sass/_general.scss */
  body {
    font-size: 14px;
    line-height: 22px;
  }
}

/* line 23, ../sass/_general.scss */
a {
  outline: none;
}
/* line 25, ../sass/_general.scss */
a:focus, a:hover {
  outline: none;
}

/* line 29, ../sass/_general.scss */
a#homeLink {
  display: block;
  position: absolute;
  bottom: 4px;
  height: 31px;
  left: 9px;
  width: 69px;
}
@media only screen and (min-width: 768px) {
  /* line 29, ../sass/_general.scss */
  a#homeLink {
    bottom: 12px;
    left: 34px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 29, ../sass/_general.scss */
  a#homeLink {
    bottom: 20px;
    left: 50px;
    width: 80px;
    height: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 29, ../sass/_general.scss */
  a#homeLink {
    bottom: 20px;
    left: 50px;
    width: 115px;
    height: 47px;
  }
}

/* line 57, ../sass/_general.scss */
.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 480px;
  height: 288px;
}
@media only screen and (min-width: 768px) {
  /* line 57, ../sass/_general.scss */
  .full {
    width: 768px;
    height: 461px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 57, ../sass/_general.scss */
  .full {
    width: 992px;
    height: 595px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 57, ../sass/_general.scss */
  .full {
    width: 1200px;
    height: 720px;
  }
}

/* line 81, ../sass/_general.scss */
#interaction {
  z-index: 1000;
}
/* line 84, ../sass/_general.scss */
#interaction a {
  opacity: 0.5;
}
/* line 87, ../sass/_general.scss */
#interaction a.loaded {
  opacity: 1;
}
/* line 92, ../sass/_general.scss */
#interaction .legende {
  position: absolute;
  right: 2px;
  bottom: 37px;
  line-height: 17px;
  font-size: 10px;
}
/* line 99, ../sass/_general.scss */
#interaction .legende .icon {
  float: left;
  width: 17px;
  margin-right: 4px;
  display: block;
}
/* line 106, ../sass/_general.scss */
#interaction .legende .pfeile, #interaction .legende .kreise {
  background: rgba(255, 255, 255, 0.4);
}
/* line 110, ../sass/_general.scss */
#interaction .legende .pfeile .icon {
  background: url(../img/pfeil.png) no-repeat right top;
  background-size: 100% 100%;
  height: 15px;
}
/* line 116, ../sass/_general.scss */
#interaction .legende .kreise .icon {
  background: url(../img/kreis.png) center center no-repeat;
  background-size: 100% 100%;
  height: 17px;
}
@media only screen and (min-width: 768px) {
  /* line 92, ../sass/_general.scss */
  #interaction .legende {
    bottom: 62px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 92, ../sass/_general.scss */
  #interaction .legende {
    bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 92, ../sass/_general.scss */
  #interaction .legende {
    bottom: 96px;
  }
}
/* line 135, ../sass/_general.scss */
.mobile > #interaction a {
  opacity: 1;
}
/* line 139, ../sass/_general.scss */
#interaction .product {
  color: white;
  line-height: 15px;
  width: 11px;
  height: 15px;
  display: block;
  position: absolute;
  outline: none;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  /* line 139, ../sass/_general.scss */
  #interaction .product {
    line-height: 21px;
    width: 11px;
    height: 21px;
  }
}
/* line 155, ../sass/_general.scss */
#interaction .product .label-wrapper {
  overflow: hidden;
  display: block;
  text-align: right;
  width: 0px;
  height: auto;
  z-index: 0;
  position: absolute;
  right: 0px;
  color: #01468b;
  -webkit-transition: width 0.4s ease-in-out 0s;
  -moz-transition: width 0.4s ease-in-out 0s;
  -o-transition: width 0.4s ease-in-out 0s;
  transition: width 0.4s ease-in-out 0s;
}
/* line 168, ../sass/_general.scss */
#interaction .product .label {
  padding: 0 5px;
  display: inline-block;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 175, ../sass/_general.scss */
#interaction .product:focus {
  outline: none;
}
/* line 176, ../sass/_general.scss */
#interaction .product:hover {
  outline: none;
}
/* line 179, ../sass/_general.scss */
#interaction .product:hover .label-wrapper {
  width: 120px;
}
/* line 184, ../sass/_general.scss */
#interaction .product .arrow.right {
  background: url(../img/pfeil.png) no-repeat right top;
  background-size: 100% 100%;
  display: block;
  z-index: 1;
  position: absolute;
  right: -27px;
  top: -6px;
  width: 33px;
  height: 28px;
}
@media only screen and (min-width: 992px) {
  /* line 184, ../sass/_general.scss */
  #interaction .product .arrow.right {
    right: -41px;
    top: -9px;
    width: 50px;
    height: 38px;
  }
}
/* line 204, ../sass/_general.scss */
#interaction .product.fa-A {
  top: 123px;
  left: 46px;
}
/* line 209, ../sass/_general.scss */
#interaction .product.fa-B {
  top: 163px;
  left: 46px;
}
/* line 213, ../sass/_general.scss */
#interaction .product.fa-B:hover .label-wrapper {
  width: 50px;
}
/* line 218, ../sass/_general.scss */
#interaction .product.fa-C {
  top: 131px;
  left: 75px;
}
/* line 223, ../sass/_general.scss */
#interaction .product.fa-D {
  top: 85px;
  left: 96px;
}
/* line 228, ../sass/_general.scss */
#interaction .product.fa-E {
  top: 168px;
  left: 342px;
}
/* line 233, ../sass/_general.scss */
#interaction .product.fa-F {
  top: 89px;
  left: 191px;
}
/* line 238, ../sass/_general.scss */
#interaction .product.fa-G {
  top: 176px;
  left: 186px;
}
/* line 243, ../sass/_general.scss */
#interaction .product.fa-H {
  top: 146px;
  left: 230px;
}
/* line 248, ../sass/_general.scss */
#interaction .product.fa-I {
  top: 148px;
  left: 279px;
  z-index: 11;
}
/* line 254, ../sass/_general.scss */
#interaction .product.fa-J {
  top: 145px;
  left: 343px;
  z-index: 12;
}
/* line 260, ../sass/_general.scss */
#interaction .product.fa-K {
  left: 82px;
  top: 153px;
}
@media only screen and (min-width: 768px) {
  /* line 267, ../sass/_general.scss */
  #interaction .product:hover .label-wrapper {
    width: 180px;
  }
  /* line 271, ../sass/_general.scss */
  #interaction .product.fa-A {
    top: 203px;
    left: 92px;
  }
  /* line 276, ../sass/_general.scss */
  #interaction .product.fa-B {
    top: 264px;
    left: 92px;
  }
  /* line 280, ../sass/_general.scss */
  #interaction .product.fa-B:hover .label-wrapper {
    width: 90px;
  }
  /* line 285, ../sass/_general.scss */
  #interaction .product.fa-C {
    top: 213px;
    left: 137px;
  }
  /* line 290, ../sass/_general.scss */
  #interaction .product.fa-D {
    top: 143px;
    left: 173px;
  }
  /* line 295, ../sass/_general.scss */
  #interaction .product.fa-E {
    top: 272px;
    left: 565px;
  }
  /* line 300, ../sass/_general.scss */
  #interaction .product.fa-F {
    top: 147px;
    left: 323px;
  }
  /* line 305, ../sass/_general.scss */
  #interaction .product.fa-G {
    top: 287px;
    left: 316px;
  }
  /* line 310, ../sass/_general.scss */
  #interaction .product.fa-H {
    top: 239px;
    left: 388px;
  }
  /* line 315, ../sass/_general.scss */
  #interaction .product.fa-I {
    top: 242px;
    left: 464px;
    z-index: 11;
  }
  /* line 321, ../sass/_general.scss */
  #interaction .product.fa-J {
    top: 237px;
    left: 565px;
    z-index: 12;
  }
  /* line 327, ../sass/_general.scss */
  #interaction .product.fa-K {
    left: 150px;
    top: 249px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 334, ../sass/_general.scss */
  #interaction .product:hover .label-wrapper {
    width: 250px;
  }
  /* line 338, ../sass/_general.scss */
  #interaction .product .label {
    white-space: nowrap;
  }
  /* line 342, ../sass/_general.scss */
  #interaction .product.fa-A {
    top: 263px;
    left: 118px;
  }
  /* line 347, ../sass/_general.scss */
  #interaction .product.fa-B {
    top: 342px;
    left: 118px;
  }
  /* line 351, ../sass/_general.scss */
  #interaction .product.fa-B:hover .label-wrapper {
    width: 100px;
  }
  /* line 355, ../sass/_general.scss */
  #interaction .product.fa-B .label {
    white-space: inherit;
  }
  /* line 360, ../sass/_general.scss */
  #interaction .product.fa-C {
    top: 275px;
    left: 176px;
  }
  /* line 365, ../sass/_general.scss */
  #interaction .product.fa-D {
    top: 184px;
    left: 221px;
  }
  /* line 370, ../sass/_general.scss */
  #interaction .product.fa-E {
    top: 351px;
    left: 729px;
  }
  /* line 375, ../sass/_general.scss */
  #interaction .product.fa-F {
    top: 190px;
    left: 416px;
  }
  /* line 380, ../sass/_general.scss */
  #interaction .product.fa-G {
    top: 370px;
    left: 407px;
  }
  /* line 385, ../sass/_general.scss */
  #interaction .product.fa-H {
    top: 308px;
    left: 499px;
  }
  /* line 390, ../sass/_general.scss */
  #interaction .product.fa-I {
    top: 312px;
    left: 599px;
    z-index: 11;
  }
  /* line 396, ../sass/_general.scss */
  #interaction .product.fa-J {
    top: 307px;
    left: 729px;
    z-index: 12;
  }
  /* line 402, ../sass/_general.scss */
  #interaction .product.fa-K {
    left: 191px;
    top: 322px;
  }
  /* line 406, ../sass/_general.scss */
  #interaction .product.fa-K:hover .label-wrapper {
    width: 180px;
  }
  /* line 410, ../sass/_general.scss */
  #interaction .product.fa-K .label {
    white-space: inherit;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 418, ../sass/_general.scss */
  #interaction .product.fa-A {
    top: 320px;
    left: 151px;
  }
  /* line 423, ../sass/_general.scss */
  #interaction .product.fa-B {
    top: 415px;
    left: 151px;
  }
  /* line 428, ../sass/_general.scss */
  #interaction .product.fa-C {
    top: 335px;
    left: 221px;
  }
  /* line 433, ../sass/_general.scss */
  #interaction .product.fa-D {
    top: 225px;
    left: 276px;
  }
  /* line 438, ../sass/_general.scss */
  #interaction .product.fa-E {
    top: 427px;
    left: 890px;
  }
  /* line 443, ../sass/_general.scss */
  #interaction .product.fa-F {
    top: 232px;
    left: 512px;
  }
  /* line 448, ../sass/_general.scss */
  #interaction .product.fa-G {
    top: 450px;
    left: 501px;
  }
  /* line 453, ../sass/_general.scss */
  #interaction .product.fa-H {
    top: 374px;
    left: 611px;
  }
  /* line 458, ../sass/_general.scss */
  #interaction .product.fa-I {
    top: 380px;
    left: 733px;
    z-index: 11;
  }
  /* line 464, ../sass/_general.scss */
  #interaction .product.fa-J {
    top: 373px;
    left: 890px;
    z-index: 12;
  }
  /* line 470, ../sass/_general.scss */
  #interaction .product.fa-K {
    left: 241px;
    top: 392px;
  }
}
/* line 479, ../sass/_general.scss */
#interaction .danger {
  background: transparent;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  width: 25px;
  height: 25px;
  text-align: center;
  display: block;
  position: absolute;
  background: url(../img/kreis.png) center center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (min-width: 992px) {
  /* line 479, ../sass/_general.scss */
  #interaction .danger {
    width: 47px;
    height: 47px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-size: auto;
  }
}
/* line 497, ../sass/_general.scss */
#interaction .danger:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 501, ../sass/_general.scss */
#interaction .danger .label {
  visibility: hidden;
}
/* line 505, ../sass/_general.scss */
#interaction .danger.fa-U {
  left: 229px;
  top: 109px;
}
/* line 510, ../sass/_general.scss */
#interaction .danger.fa-V {
  top: 168px;
  left: 77px;
}
/* line 515, ../sass/_general.scss */
#interaction .danger.fa-X {
  left: 359px;
  top: 182px;
}
/* line 520, ../sass/_general.scss */
#interaction .danger.fa-W {
  top: 98px;
  left: 363px;
}
/* line 525, ../sass/_general.scss */
#interaction .danger.fa-Y {
  left: 265px;
  top: 180px;
}
/* line 530, ../sass/_general.scss */
#interaction .danger.fa-Z {
  top: 222px;
  left: 133px;
}
@media only screen and (min-width: 768px) {
  /* line 536, ../sass/_general.scss */
  #interaction .danger.fa-U {
    left: 374px;
    top: 182px;
  }
  /* line 541, ../sass/_general.scss */
  #interaction .danger.fa-V {
    top: 277px;
    left: 131px;
  }
  /* line 546, ../sass/_general.scss */
  #interaction .danger.fa-X {
    left: 583px;
    top: 299px;
  }
  /* line 551, ../sass/_general.scss */
  #interaction .danger.fa-W {
    top: 165px;
    left: 588px;
  }
  /* line 556, ../sass/_general.scss */
  #interaction .danger.fa-Y {
    left: 431px;
    top: 296px;
  }
  /* line 561, ../sass/_general.scss */
  #interaction .danger.fa-Z {
    top: 363px;
    left: 220px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 568, ../sass/_general.scss */
  #interaction .danger.fa-U {
    left: 475px;
    top: 227px;
  }
  /* line 573, ../sass/_general.scss */
  #interaction .danger.fa-V {
    top: 350px;
    left: 161px;
  }
  /* line 578, ../sass/_general.scss */
  #interaction .danger.fa-X {
    left: 746px;
    top: 379px;
  }
  /* line 583, ../sass/_general.scss */
  #interaction .danger.fa-W {
    top: 205px;
    left: 752px;
  }
  /* line 588, ../sass/_general.scss */
  #interaction .danger.fa-Y {
    left: 550px;
    top: 374px;
  }
  /* line 593, ../sass/_general.scss */
  #interaction .danger.fa-Z {
    top: 461px;
    left: 277px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 600, ../sass/_general.scss */
  #interaction .danger.fa-U {
    left: 580px;
    top: 280px;
  }
  /* line 605, ../sass/_general.scss */
  #interaction .danger.fa-V {
    top: 428px;
    left: 200px;
  }
  /* line 610, ../sass/_general.scss */
  #interaction .danger.fa-X {
    left: 907px;
    top: 463px;
  }
  /* line 615, ../sass/_general.scss */
  #interaction .danger.fa-W {
    top: 253px;
    left: 915px;
  }
  /* line 620, ../sass/_general.scss */
  #interaction .danger.fa-Y {
    left: 670px;
    top: 458px;
  }
  /* line 625, ../sass/_general.scss */
  #interaction .danger.fa-Z {
    top: 563px;
    left: 340px;
  }
}
/* line 632, ../sass/_general.scss */
#interaction.deactivated {
  visibility: hidden;
}

/* line 637, ../sass/_general.scss */
#infos {
  position: relative;
}
/* line 640, ../sass/_general.scss */
#infos .item {
  display: none;
  position: absolute;
  z-index: 10;
  width: 55%;
  height: auto;
  right: 20px;
  bottom: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 654, ../sass/_general.scss */
#infos .item .back-wrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 33px;
  left: -65%;
  margin-left: -10px;
}
@media only screen and (min-width: 768px) {
  /* line 640, ../sass/_general.scss */
  #infos .item {
    width: 45%;
    min-height: 50%;
    right: 40px;
    padding: 20px;
  }
  /* line 669, ../sass/_general.scss */
  #infos .item .back-wrapper {
    height: 65px;
    margin-left: -40px;
    left: -100%;
  }
}
/* line 676, ../sass/_general.scss */
#infos .item .back {
  display: inline-block;
  height: 17px;
  line-height: 17px;
  font-size: 17px;
  color: #01468b;
  text-transform: uppercase;
  font-weight: normal;
  padding: 8px 15px 8px 22px;
  background: rgba(255, 255, 255, 0.7);
}
/* line 687, ../sass/_general.scss */
#infos .item .back .arrow.left {
  /*$remSize: ($size /10)+rem;*/
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #01468b;
  border-bottom: 6px solid transparent;
  /*border-top: $remSize solid transparent;
  border-right: $remSize solid $color;
  border-bottom: $remSize solid transparent;*/
  left: 10px;
  position: absolute;
  top: 11px;
}
@media only screen and (min-width: 768px) {
  /* line 676, ../sass/_general.scss */
  #infos .item .back {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    padding: 10px 15px 10px 25px;
  }
  /* line 700, ../sass/_general.scss */
  #infos .item .back .arrow.left {
    /*$remSize: ($size /10)+rem;*/
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #01468b;
    border-bottom: 10px solid transparent;
    /*border-top: $remSize solid transparent;
    border-right: $remSize solid $color;
    border-bottom: $remSize solid transparent;*/
    top: 11px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 676, ../sass/_general.scss */
  #infos .item .back {
    height: 45px;
    line-height: 45px;
    font-size: 54px;
    padding: 10px 15px 10px 40px;
  }
  /* line 712, ../sass/_general.scss */
  #infos .item .back .arrow.left {
    /*$remSize: ($size /10)+rem;*/
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #01468b;
    border-bottom: 20px solid transparent;
    /*border-top: $remSize solid transparent;
    border-right: $remSize solid $color;
    border-bottom: $remSize solid transparent;*/
    top: 13px;
  }
}
/* line 719, ../sass/_general.scss */
#infos .item.loop, #infos .item.danger {
  background: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
}
/* line 727, ../sass/_general.scss */
#infos .item.loop .back-wrapper, #infos .item.danger .back-wrapper {
  left: 70px;
  z-index: 10;
}
/* line 733, ../sass/_general.scss */
#infos .item p img {
  margin-top: 20px;
  max-width: 100%;
}
/* line 738, ../sass/_general.scss */
#infos .item img.loop {
  z-index: 0;
}
/* line 742, ../sass/_general.scss */
#infos .item.danger {
  color: #df392d;
  font-weight: bold;
}
/* line 746, ../sass/_general.scss */
#infos .item.danger .unten, #infos .item.danger .oben {
  position: absolute;
  width: 45%;
  right: 20px;
  z-index: 10;
}
/* line 752, ../sass/_general.scss */
#infos .item.danger .unten p, #infos .item.danger .oben p {
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  /* line 752, ../sass/_general.scss */
  #infos .item.danger .unten p, #infos .item.danger .oben p {
    padding: 20px;
  }
}
/* line 763, ../sass/_general.scss */
#infos .item.danger .unten {
  bottom: 0;
}
/* line 767, ../sass/_general.scss */
#infos .item.danger .oben {
  top: 0;
}
/* line 772, ../sass/_general.scss */
#infos .item.active {
  display: block;
}

/* line 778, ../sass/_general.scss */
h2 {
  color: #01468b;
  text-transform: uppercase;
  border-top: 1px solid #01468b;
  border-bottom: 1px solid #01468b;
  padding: 7px 0 5px;
  font-weight: 400;
  margin: 0 0 13px;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  /* line 778, ../sass/_general.scss */
  h2 {
    font-size: 20px;
    margin-bottom: 40px;
    padding: 14px 0 10px;
  }
}

/* line 795, ../sass/_general.scss */
h3 {
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 10px;
}
@media only screen and (min-width: 992px) {
  /* line 795, ../sass/_general.scss */
  h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

/* line 806, ../sass/_general.scss */
p {
  margin: 0 0 10px;
}
@media only screen and (min-width: 992px) {
  /* line 806, ../sass/_general.scss */
  p {
    margin-bottom: 20px;
  }
}

/* line 814, ../sass/_general.scss */
.sz {
  text-transform: lowercase !important;
}

/* line 820, ../sass/_general.scss */
.background.default {
  z-index: 0;
}
/* line 824, ../sass/_general.scss */
.background.moves {
  z-index: 1;
}
/* line 829, ../sass/_general.scss */
.background .anim {
  display: none;
}
/* line 831, ../sass/_general.scss */
.background .anim.playing {
  display: block;
  margin: 0 auto;
}
/* line 837, ../sass/_general.scss */
.background img {
  max-width: 100%;
}

/* line 844, ../sass/_general.scss */
.effects .alarm {
  display: none;
}
/* line 847, ../sass/_general.scss */
.effects .alarm.active {
  display: block;
}
/* line 850, ../sass/_general.scss */
.effects .alarm.active #alarmVisual {
  position: absolute;
  z-index: 1000;
  width: 91px;
  height: 81px;
  left: 84px;
  top: 55px;
  -webkit-animation: alarm 1s infinite;
  -moz-animation: alarm 1s infinite;
  -ms-animation: alarm 1s infinite;
  -o-animation: alarm 1s infinite;
  animation: alarm 1s infinite;
}
@media only screen and (min-width: 768px) {
  /* line 850, ../sass/_general.scss */
  .effects .alarm.active #alarmVisual {
    left: 162px;
    top: 112px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 850, ../sass/_general.scss */
  .effects .alarm.active #alarmVisual {
    left: 192px;
    top: 128px;
    width: 151px;
    height: 141px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 850, ../sass/_general.scss */
  .effects .alarm.active #alarmVisual {
    left: 248px;
    top: 169px;
  }
}

@-webkit-keyframes alarm {
  /* line 882, ../sass/_general.scss */
  0% {
    opacity: 1;
  }

  /* line 883, ../sass/_general.scss */
  90% {
    opacity: 0;
  }
}

@-moz-keyframes alarm {
  /* line 882, ../sass/_general.scss */
  0% {
    opacity: 1;
  }

  /* line 883, ../sass/_general.scss */
  90% {
    opacity: 0;
  }
}

@-ms-keyframes alarm {
  /* line 882, ../sass/_general.scss */
  0% {
    opacity: 1;
  }

  /* line 883, ../sass/_general.scss */
  90% {
    opacity: 0;
  }
}

@-o-keyframes alarm {
  /* line 882, ../sass/_general.scss */
  0% {
    opacity: 1;
  }

  /* line 883, ../sass/_general.scss */
  90% {
    opacity: 0;
  }
}

@keyframes alarm {
  /* line 882, ../sass/_general.scss */
  0% {
    opacity: 1;
  }

  /* line 883, ../sass/_general.scss */
  90% {
    opacity: 0;
  }
}

/* line 886, ../sass/_general.scss */
.sequenz {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 893, ../sass/_general.scss */
.sequenz img {
  background-color: white;
  margin: 100px auto;
  visibility: hidden;
}
/* line 899, ../sass/_general.scss */
.sequenz.active img {
  visibility: visible;
}

/**** IE8 FALLBACKS ***/
/* line 906, ../sass/_general.scss */
.ie8 .moves .sequenz img {
  margin: 0;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}
/* line 914, ../sass/_general.scss */
.ie8 #infos .item {
  background: #ffffff;
}
/* line 917, ../sass/_general.scss */
.ie8 #infos .item .back {
  background: #ffffff;
}
/* line 921, ../sass/_general.scss */
.ie8 #infos .item.danger {
  background: transparent;
}
/* line 924, ../sass/_general.scss */
.ie8 #infos .item.danger p {
  background: #ffffff;
}
