/*! =========================================================
 *
 * vollprecht gestaltung
 *
 * ========================================================= */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Admin Icons';
  src: url(guidelines/fonts/AdminCH_Symbols.eot) format("embedded-opentype"), url(guidelines/fonts/AdminCH_Symbols.woff2) format("woff2"), url(guidelines/fonts/AdminCH_Symbols.woff) format("woff"), url(guidelines/fonts/AdminCH_Symbols.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: icomoon;
  src: url(guidelines/fonts/Icomoon.eot) format("embedded-opentype"), url(guidelines/fonts/Icomoon.woff) format("woff"), url(guidelines/fonts/Icomoon.ttf) format("truetype"), url(guidelines/fonts/Icomoon.svg#fnb) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Frutiger Neue';
  src: url(guidelines/fonts/FrutigerNeueW02-Bd.eot) format("embedded-opentype"), url(guidelines/fonts/FrutigerNeueW02-Bd.woff2) format("woff2"), url(guidelines/fonts/FrutigerNeueW02-Bd.woff) format("woff"), url(guidelines/fonts/FrutigerNeueW02-Bd.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Frutiger Neue';
  src: url(guidelines/fonts/FrutigerNeueW02-It.eot) format("embedded-opentype"), url(guidelines/fonts/FrutigerNeueW02-It.woff2) format("woff2"), url(guidelines/fonts/FrutigerNeueW02-It.woff) format("woff"), url(guidelines/fonts/FrutigerNeueW02-It.ttf) format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Frutiger Neue';
  src: url(guidelines/fonts/FrutigerNeueW02-Regular.eot) format("embedded-opentype"), url(guidelines/fonts/FrutigerNeueW02-Regular.woff2) format("woff2"), url(guidelines/fonts/FrutigerNeueW02-Regular.woff) format("woff"), url(guidelines/fonts/FrutigerNeueW02-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Frutiger Neue';
  src: url(guidelines/fonts/FrutigerNeueW02-Light.eot) format("embedded-opentype"), url(guidelines/fonts/FrutigerNeueW02-Light.woff2) format("woff2"), url(guidelines/fonts/FrutigerNeueW02-Light.woff) format("woff"), url(guidelines/fonts/FrutigerNeueW02-Light.ttf) format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: FontAwesome;
  src: url(guidelines/fonts/fontawesome-webfont.eot) format("embedded-opentype"), url(guidelines/fonts/fontawesome-webfont.woff) format("woff"), url(guidelines/fonts/fontawesome-webfont.ttf) format("truetype"), url(guidelines/fonts/fontawesome-webfont.svg) format("svg");
  font-weight: 400;
  font-style: normal; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container:after, .container:before {
  display: table;
  content: " "; }

.container:after {
  clear: both; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 0 0 0;
  overflow-x: hidden; }

.container-fluid:after, .container-fluid:before {
  display: table;
  content: " "; }

.container-fluid:after {
  clear: both; }

.container-main {
  padding: 0;
  background: #fff;
  margin-top: 0;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.6); }

@media only screen and (min-width: 768px) {
  .container-main {
    margin-bottom: 90px; } }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.row:after, .row:before {
  display: table;
  content: " "; }

.row:after {
  clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

div[class*=col-] {
  margin-bottom: 1rem; }

html, body {
  margin: 0;
  padding: 0;
  width: 100vw;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  position: relative;
  background-color: #C9C8CA;
  min-height: 100vh;
  font-family: "Frutiger Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #454545; }

*,
*:hover
*:active,
*:focus {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default; }

a, a:hover, a:active, a:focus {
  cursor: pointer;
  text-decoration: none;
  color: #069; }

a:hover {
  color: #005580;
  text-decoration: underline; }

a:active, a:visited {
  text-decoration: none; }

a:visited {
  color: #848; }

p a {
  line-height: 1; }

p a:hover {
  text-decoration: underline; }

#isMobile {
  display: block; }
  @media (min-width: 768px) {
    #isMobile {
      display: none; } }
#isTablet {
  display: none; }
  @media (min-width: 768px) {
    #isTablet {
      display: block; } }
  @media (min-width: 992px) {
    #isTablet {
      display: none; } }
#isDesktop {
  display: none; }
  @media (min-width: 992px) {
    #isDesktop {
      display: block; } }
#ux--icon {
  position: absolute;
  width: 2rem;
  left: 2rem;
  top: 0; }
  #ux--icon path {
    fill: #F2F1F3; }

#graph--wrapper {
  position: relative;
  left: -180px;
  top: 0;
  margin-top: 0;
  margin-left: 50%;
  margin-bottom: 2rem;
  width: 360px;
  height: 363px;
  overflow: visible;
  box-sizing: border-box; }
  #graph--wrapper svg {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  #graph--wrapper .button {
    position: absolute;
    top: auto;
    bottom: -1.8rem;
    width: 3.6rem;
    height: 3.6rem;
    background-color: #069;
    border-radius: 50%;
    z-index: 3;
    cursor: pointer;
    transition: background-color 200ms ease 0ms;
    box-shadow: 0 0 3px 0 #AAA;
    /*
		&:hover {
			background-color: #FFF;
			
			span {
				background-color: #069;
			}
		}
*/ }
    #graph--wrapper .button span {
      position: absolute;
      width: 1.7rem;
      height: 0.16rem;
      top: 50%;
      left: 50%;
      margin-left: -0.85rem;
      margin-top: -0.08rem;
      background-color: #d1d0d1;
      background-color: #FFF;
      transition: background-color 200ms ease 0ms; }
      #graph--wrapper .button span:nth-child(2) {
        transform: rotate(90deg);
        transition: transform 10ms ease; }
        .left #graph--wrapper .button span:nth-child(2), .right #graph--wrapper .button span:nth-child(2) {
          transform: rotate(0deg);
          transition: transform 200ms ease; }
    #graph--wrapper .button#button--left {
      left: 3.5rem; }
    #graph--wrapper .button#button--right {
      left: auto;
      right: 3.5rem; }
  .tablet #graph--wrapper {
    left: calc(-235px + 5px);
    width: 470px; }
    .tablet #graph--wrapper #button--left.button {
      left: 5.666rem; }
    .tablet #graph--wrapper #button--right.button {
      right: 5.666rem; }
  .desktop #graph--wrapper {
    left: -275px;
    width: 570px; }
    .desktop #graph--wrapper #button--left.button {
      left: 5.666rem; }
    .desktop #graph--wrapper #button--right.button {
      right: 5.666rem; }

#legend--wrapper {
  position: relative;
  min-height: 324px; }
  @media (min-width: 768px) {
    #legend--wrapper {
      min-height: 363px; } }
  #legend--wrapper .info {
    margin: 30px 0 0;
    padding: 15px 15px 0 15px;
    width: calc(100%);
    z-index: 3 !important;
    opacity: 1;
    transition: opacity 200ms ease 400ms; }
    #legend--wrapper .info.hide {
      opacity: 0;
      transition: opacity 400ms ease; }
    @media (min-width: 768px) {
      #legend--wrapper .info {
        margin: 0 0 15px -15px;
        width: calc(100%);
        height: calc(100%); } }
    @media (min-width: 992px) {
      #legend--wrapper .info {
        margin: 0px 30px 0 0;
        width: calc(100% - 30px); } }
    #legend--wrapper .info h4 {
      margin: 22px -15px 0;
      padding: 7px 15px 7px;
      font-size: 12px;
      font-weight: normal; }
      @media (min-width: 768px) {
        #legend--wrapper .info h4 {
          margin: -7px -15px 0; } }
    #legend--wrapper .info h5 {
      margin: 0;
      font-size: 14px;
      line-height: 17px; }
      @media (min-width: 768px) {
        #legend--wrapper .info h5 {
          font-size: 14px;
          line-height: 18px; } }
    #legend--wrapper .info p {
      font-size: 14px;
      line-height: 17px;
      z-index: 0;
      overflow: visible; }
      @media (min-width: 768px) {
        #legend--wrapper .info p {
          font-size: 13px;
          line-height: 17px; } }
      @media (min-width: 992px) {
        #legend--wrapper .info p {
          font-size: 14px;
          line-height: 18px; } }
  #legend--wrapper .legend {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    margin: 30px 15px 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-color: #fff;
    border: 0px #ccc solid;
    border-radius: 2px;
    box-shadow: 0 0 6px 0 #AAA;
    opacity: 0;
    z-index: -1;
    transition: opacity 200ms ease; }
    @media (min-width: 768px) {
      #legend--wrapper .legend {
        margin: 0 0 15px -15px;
        width: calc(100%);
        height: calc(100%); } }
    @media (min-width: 992px) {
      #legend--wrapper .legend {
        margin: 0px 30px 0 0;
        width: calc(100% - 30px); } }
    #legend--wrapper .legend:before {
      content: "";
      position: absolute;
      display: none;
      width: 28px;
      height: 28px;
      top: 0;
      margin-top: 0;
      left: -14px;
      background: #FFF;
      transform: rotate(45deg);
      box-shadow: 0 0 6px 0 #AAA;
      z-index: 0; }
      @media (min-width: 768px) {
        #legend--wrapper .legend:before {
          display: block; } }
    #legend--wrapper .legend.income--action--4:before {
      top: 316px; }
    #legend--wrapper .legend.income--action--3:before {
      top: 248px; }
    #legend--wrapper .legend.income--action--2:before {
      top: 176px; }
    #legend--wrapper .legend.income--action--1:before {
      top: 104px; }
    #legend--wrapper .legend.market--action--4:before {
      top: 316px; }
    #legend--wrapper .legend.market--action--3:before {
      top: 248px; }
    #legend--wrapper .legend.market--action--2:before {
      top: 176px; }
    #legend--wrapper .legend.market--action--1:before {
      top: 104px; }
    #legend--wrapper .legend.themes:before {
      top: 232px; }
    #legend--wrapper .legend.income:before {
      top: 156px; }
    #legend--wrapper .legend.market:before {
      top: 156px; }
    #legend--wrapper .legend.partners:before {
      top: 80px; }
    #legend--wrapper .legend.objective:before {
      top: 6px; }
    #legend--wrapper .legend .inlay {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #FFF;
      border-radius: 2px;
      padding: 15px;
      z-index: 1; }
    #legend--wrapper .legend.active {
      opacity: 1;
      z-index: 1;
      transition: opacity 400ms ease; }
    #legend--wrapper .legend h4 {
      margin: -8px -15px 0;
      padding: 7px 15px;
      font-size: 12px;
      font-weight: normal; }
    #legend--wrapper .legend h5 {
      margin: 0;
      font-size: 14px;
      line-height: 17px; }
      @media (min-width: 768px) {
        #legend--wrapper .legend h5 {
          font-size: 14px;
          line-height: 18px; } }
    #legend--wrapper .legend p {
      font-size: 14px;
      line-height: 17px;
      -webkit-hyphens: auto;
      -webkit-hyphenate-limit-before: 3;
      -webkit-hyphenate-limit-after: 3;
      -webkit-hyphenate-limit-chars: 3 3 3;
      -webkit-hyphenate-limit-lines: 3;
      -webkit-hyphenate-limit-last: always;
      -webkit-hyphenate-limit-zone: 12%;
      -moz-hyphens: auto;
      -moz-hyphenate-limit-chars: 3 3 3;
      -moz-hyphenate-limit-lines: 3;
      -moz-hyphenate-limit-last: always;
      -moz-hyphenate-limit-zone: 12%;
      -ms-hyphens: auto;
      -ms-hyphenate-limit-chars: 3 3 3;
      -ms-hyphenate-limit-lines: 3;
      -ms-hyphenate-limit-last: always;
      -ms-hyphenate-limit-zone: 12%;
      hyphens: auto;
      hyphenate-limit-chars: 3 3 3;
      hyphenate-limit-lines: 3;
      hyphenate-limit-last: always;
      hyphenate-limit-zone: 12%; }
      @media (min-width: 768px) {
        #legend--wrapper .legend p {
          font-size: 13px;
          line-height: 17px; } }
      @media (min-width: 992px) {
        #legend--wrapper .legend p {
          font-size: 14px;
          line-height: 18px; } }
      #legend--wrapper .legend p a.jumper {
        position: absolute;
        display: block !important;
        right: 1.25rem;
        left: auto;
        top: auto;
        bottom: 8rem;
        margin-left: 0;
        margin-top: 0.5rem;
        width: 2.5rem !important;
        height: 2.5rem !important;
        border-radius: 50%;
        background-color: #069;
        background-color: #FFF;
        background-image: url("/seco-strategy/assets/img/jumper.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 1.5rem 1.5rem;
        transition: background-color 200ms ease 0ms; }
        @media (min-width: 768px) {
          #legend--wrapper .legend p a.jumper {
            bottom: 8.5rem; } }
      @media (min-width: 768px) {
        #legend--wrapper .legend p a.jumper.lower {
          bottom: 7rem; } }
    @media (min-width: 768px) {
      #legend--wrapper .legend[lang="de"] .sdg--header {
        max-width: 170px; } }
    @media (min-width: 768px) {
      #legend--wrapper .legend[lang="en"] .sdg--header {
        width: 100%; } }
    @media (min-width: 768px) {
      #legend--wrapper .legend[lang="en"] .sdg--header {
        max-width: 200px; } }
    #legend--wrapper .legend .sdg--header {
      position: absolute;
      top: auto;
      width: 66%;
      bottom: 84px; }
      @media (min-width: 576px) {
        #legend--wrapper .legend .sdg--header {
          bottom: 84px; } }
      @media (min-width: 768px) {
        #legend--wrapper .legend .sdg--header {
          bottom: 66px;
          max-width: 160px; } }
      @media (min-width: 800px) {
        #legend--wrapper .legend .sdg--header {
          bottom: 72px; } }
      @media (min-width: 920px) {
        #legend--wrapper .legend .sdg--header {
          bottom: 78px; } }
      @media (min-width: 992px) {
        #legend--wrapper .legend .sdg--header {
          bottom: 84px; } }
      #legend--wrapper .legend .sdg--header p {
        font-size: 12px;
        font-weight: 500;
        line-height: 15px; }
    #legend--wrapper .legend .sdg--wrapper {
      position: absolute;
      top: auto;
      bottom: 8px;
      margin: 0 0 -8px -15px;
      padding: 15px;
      display: block;
      float: none;
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px;
      min-height: 93px;
      width: 100%; }
      @media (min-width: 768px) {
        #legend--wrapper .legend .sdg--wrapper {
          bottom: -4px; } }
      @media (min-width: 800px) {
        #legend--wrapper .legend .sdg--wrapper {
          bottom: 3px; } }
      @media (min-width: 920px) {
        #legend--wrapper .legend .sdg--wrapper {
          bottom: 6px; } }
      @media (min-width: 992px) {
        #legend--wrapper .legend .sdg--wrapper {
          bottom: 8px; } }
    #legend--wrapper .legend img {
      display: inline-block;
      float: left;
      width: 25%;
      max-width: 70px; }
  .left #legend--wrapper .legend.objective, .left #legend--wrapper .legend.partners, .left #legend--wrapper .legend.market, .left #legend--wrapper .legend.income, .left #legend--wrapper .legend.themes {
    display: none; }
  .right #legend--wrapper .legend.objective, .right #legend--wrapper .legend.partners, .right #legend--wrapper .legend.market, .right #legend--wrapper .legend.income, .right #legend--wrapper .legend.themes {
    display: none; }
  .base #legend--wrapper .legend[class*='--action--'] {
    display: none; }

.node {
  font-weight: bold;
  font-size: 14px; }
  .tablet .node {
    font-size: 15px; }
  .desktop .node {
    font-size: 15px; }
  .node polygon {
    fill: #F2F1F3; }
  .node text {
    fill: #4F4E50; }
  .node.partners polygon, .node.themes polygon {
    fill: #DFDEE0; }
  .node.partners text, .node.themes text {
    fill: #6F6E70; }
  .node polygon, .node text, .node tspan {
    cursor: pointer; }
  .tablet .node.active polygon, .tablet .node.active text, .tablet .node.active tspan, .desktop .node.active polygon, .desktop .node.active text, .desktop .node.active tspan {
    cursor: pointer; }

#income text,
#market text {
  position: relative !important;
  display: block !important; }

#income tspan,
#market tspan {
  baseline-shift: 4px; }

.left text {
  fill-opacity: 0;
  transition: fill-opacity 100ms ease 0ms; }

.left .income.action {
  transform: translateX(999999px) !important;
  transition: transform 100ms ease; }

.left .income.action,
.left #button--right.button {
  opacity: 0;
  transition: opacity 100ms ease;
  z-index: -1; }

.left .action.market text {
  fill-opacity: 1;
  transition: fill-opacity 500ms ease 500ms; }

.left .node.active.action polygon {
  fill: #EFD949; }

.right text {
  fill-opacity: 0;
  transition: fill-opacity 100ms ease 0ms; }

.right .market.action {
  transform: translateX(999999px) !important;
  transition: transform 100ms ease; }

.right .market.action,
.right #button--left.button {
  opacity: 0;
  transition: opacity 100ms ease;
  z-index: -1; }

.right .action.income text {
  fill-opacity: 1;
  transition: fill-opacity 500ms ease 500ms; }

.right .node.active.action polygon {
  fill: #EFD949; }

.base text {
  fill-opacity: 1;
  transition: fill-opacity 500ms ease 500ms; }

.base .action {
  opacity: 1;
  transition: opacity 100ms ease;
  transform: translateX(0) !important; }
  .base .action text {
    fill-opacity: 0;
    transition: fill-opacity 100ms ease 0ms; }

.base .button {
  opacity: 1;
  transition: opacity 100ms ease 200ms; }

.base .node.active polygon {
  fill: #EFD949; }

html[lang="de"] *[lang="fr"],
html[lang="de"] *[lang="fr"].active {
  display: none !important; }

html[lang="de"] *[lang="en"],
html[lang="de"] *[lang="en"].active {
  display: none !important; }

html[lang="fr"] *[lang="de"],
html[lang="fr"] *[lang="de"].active {
  display: none !important; }

html[lang="fr"] *[lang="en"],
html[lang="fr"] *[lang="en"].active {
  display: none !important; }

html[lang="en"] *[lang="de"],
html[lang="en"] *[lang="de"].active {
  display: none !important; }

html[lang="en"] *[lang="fr"],
html[lang="en"] *[lang="fr"].active {
  display: none !important; }
/*# sourceMappingURL=main.min.css.map */