/*! Version:0.0.1 */
/**
* Appends a modifier to the root element of the current selector
* IMPORTANT: Because libsass is used the modifier cannot be applied to a tag-name-root. For example if the selector is "html.my-class". The root-element has to be a class like ".my-class".
* @param {selector} $modifier May be something like this: ".is-modifier"
*/
/**
 * Convert Photoshop letter spacing to CSS
 */
body content header nav {
  min-height: 39px;
}

body content .app_overlay {
  z-index: 1000;
  position: absolute;
}

body button {
  padding: 0;
  border: none;
  background-color: initial;
  cursor: pointer;
  outline: 0;
}

/**
* Appends a modifier to the root element of the current selector
* IMPORTANT: Because libsass is used the modifier cannot be applied to a tag-name-root. For example if the selector is "html.my-class". The root-element has to be a class like ".my-class".
* @param {selector} $modifier May be something like this: ".is-modifier"
*/
/**
 * Convert Photoshop letter spacing to CSS
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1: test if browser can read getComputedStyle on pseudo elements (breakpoint detection via .js)
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Arial", "Helvetica", "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  background-color: #ffffff;
  height: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

body:after {
  content: 'none';
  display: none;
}

@media (min-width: 375px) {
  body:after {
    content: "w375";
    display: none;
  }
}

@media (min-width: 750px) {
  body:after {
    content: "w750";
    display: none;
  }
}

@media (min-width: 1024px) {
  body:after {
    content: "w1024";
    display: none;
  }
}

a {
  text-decoration: none;
}

/**
 * Convert Photoshop letter spacing to CSS
 */
@font-face {
  font-family: "Brandon Text W01 Regular";
  src: url("assets/fonts/brandon-baskerville/e416bea9-ae84-4323-b9f2-298c13bd7b0a.eot?#iefix");
  src: url("assets/fonts/brandon-baskerville/e416bea9-ae84-4323-b9f2-298c13bd7b0a.eot?#iefix") format("eot"), url("assets/fonts/brandon-baskerville/679da323-4b66-47ac-9819-d48272e64833.ttf") format("truetype"), url("assets/fonts/brandon-baskerville/760535fc-04e3-4e76-8e8e-064fa58cb3b8.svg#760535fc-04e3-4e76-8e8e-064fa58cb3b8") format("svg");
}

@font-face {
  font-family: "Brandon Text W01 Regular It";
  src: url("assets/fonts/brandon-baskerville/3d31ccf2-ab74-4edf-95db-58d99412e203.eot?#iefix");
  src: url("assets/fonts/brandon-baskerville/3d31ccf2-ab74-4edf-95db-58d99412e203.eot?#iefix") format("eot"), url("assets/fonts/brandon-baskerville/c3a1efbd-4ea0-427d-b8c6-994aa56cbcf7.ttf") format("truetype"), url("assets/fonts/brandon-baskerville/9b46a793-05cb-4f24-90ef-2a5322dc69e7.svg#9b46a793-05cb-4f24-90ef-2a5322dc69e7") format("svg");
}

@font-face {
  font-family: "Brandon Text W01 Bold";
  src: url("assets/fonts/brandon-baskerville/aad9c5a7-1530-43c7-8365-e733bb3a4c6b.eot?#iefix");
  src: url("assets/fonts/brandon-baskerville/aad9c5a7-1530-43c7-8365-e733bb3a4c6b.eot?#iefix") format("eot"), url("assets/fonts/brandon-baskerville/cd7a4c71-905d-4f4f-84c5-dfa517e30711.ttf") format("truetype"), url("assets/fonts/brandon-baskerville/5fc00f46-e402-4d59-9c9d-6c21ee2b8167.svg#5fc00f46-e402-4d59-9c9d-6c21ee2b8167") format("svg");
}

html {
  font-size: 100%;
}

body {
  font-family: "Brandon Text W01 Regular", Arial, sans-serif;
  font-weight: normal;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Brandon Text W01 Bold", Arial, sans-serif;
  font-weight: lighter;
}
/**
* Appends a modifier to the root element of the current selector
* IMPORTANT: Because libsass is used the modifier cannot be applied to a tag-name-root. For example if the selector is "html.my-class". The root-element has to be a class like ".my-class".
* @param {selector} $modifier May be something like this: ".is-modifier"
*/
/**
 * Convert Photoshop letter spacing to CSS
 */
content {
  width: 100%;
}

content header {
  overflow-x: hidden;
}

content main {
  width: 100%;
}

content main section {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  overflow: hidden;
}

content .svb_scroll::-webkit-scrollbar, content .svb_scroll::-webkit-scrollbar-track {
  width: 8px;
  border-radius: 4px;
  background-color: #d8d8d8;
}

content .svb_scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #8d8d8d;
}

@media (max-width: 750px) {
  content main section {
    padding: 0;
  }
}
/**
* Appends a modifier to the root element of the current selector
* IMPORTANT: Because libsass is used the modifier cannot be applied to a tag-name-root. For example if the selector is "html.my-class". The root-element has to be a class like ".my-class".
* @param {selector} $modifier May be something like this: ".is-modifier"
*/
/**
 * Convert Photoshop letter spacing to CSS
 */
.mein_barometer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mein_barometer .column {
  display: inline-block;
}

.mein_barometer .column .row {
  width: 100%;
}

.mein_barometer .column.left {
  min-width: 210px;
}

.mein_barometer .column.left .row.top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.mein_barometer .column.left .row.top .index-range {
  padding: 30px 0 40px;
  display: block;
  float: left;
}

.mein_barometer .column.left .row.top .index-range p {
  width: 162px;
  text-align: left;
  font-size: 16px;
  color: #b6c0c5;
}

.mein_barometer .column.left .row.middle .mobile_button {
  display: none;
}

.mein_barometer .column.right {
  margin-left: 6px;
  max-width: calc(100% - 210px - 6px);
}

.mein_barometer .column.right .row.top {
  text-align: center;
}

.mein_barometer .column.right .row.top .header {
  margin: 20px 0 40px;
}

.mein_barometer .column.right .row.top .header h2 {
  width: 100%;
  font-size: 24px;
  line-height: 1.25;
  margin: 0 auto 20px;
}

.mein_barometer .column.right .row.top .header h2 .title.base {
  display: block;
  color: #578597;
}

.mein_barometer .column.right .row.top .header h2 .title.context, .mein_barometer .column.right .row.top .header h2 .title.lage_erwartung {
  font-family: "Brandon Text W01 Regular", Arial, sans-serif;
}

.mein_barometer .column.right .row.top .header .legend {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0%;
          flex: 0 0 0%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.mein_barometer .column.right .row.top .header .legend.large {
  position: relative;
  left: 30px;
}

.mein_barometer .column.right .row.middle {
  width: 100%;
  display: inline-block;
}

.mein_barometer .column.right .row.middle .left, .mein_barometer .column.right .row.middle .right {
  vertical-align: top;
  display: inline-block;
}

.mein_barometer .column.right .row.middle .left {
  width: 69%;
  max-width: 70%;
}

.mein_barometer .column.right .row.middle .right {
  width: 30%;
}

.mein_barometer .column.right .row.bottom {
  position: relative;
  padding: 30px 0 0 10px;
}

.mein_barometer .column.right .row.bottom .chart_download {
  z-index: 10;
  position: absolute;
  top: -10px;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
}

.mein_barometer .column.right .row.bottom .technical_school_hint {
  display: none;
}

.mein_barometer .column.right .row.bottom .technical_school_hint.visible {
  display: block;
}

.mein_barometer .column.right .row.bottom .insufficient_data_hint {
  padding-bottom: 20px;
  display: none;
}

.mein_barometer .column.right .row.bottom .insufficient_data_hint span {
  display: none;
}

.mein_barometer .column.right .row.bottom .insufficient_data_hint span.visible {
  display: inline;
}

.mein_barometer .column.right .row.bottom .insufficient_data_hint.visible {
  display: block;
}

.mein_barometer .column.right .row.bottom footer {
  font-size: 16px;
}

.mein_barometer .column.right .row.bottom footer a {
  font-family: "Brandon Text W01 Bold";
  color: #185365;
}

.mein_barometer .content_overlay {
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  width: 100%;
  height: 0;
  opacity: 1;
  transition: opacity 0.2s;
}

.mein_barometer .content_overlay.disabled {
  opacity: 0;
  pointer-events: none;
}

.mein_barometer .list_filter {
  z-index: 21;
  min-width: 210px;
}

.mein_barometer .chart svg {
  max-width: 100%;
}

.mein_barometer .map_filter {
  width: 100%;
}

.mein_barometer .map_filter .map_wrapper {
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .mein_barometer {
    /* IE11 get map-SVG to scale with container */
  }
  .mein_barometer .map_filter .map_wrapper {
    height: 350px;
  }
}

@media (max-width: 750px) {
  .mein_barometer {
    min-height: 876px;
  }
}

@media all and (max-width: 750px) and (-ms-high-contrast: none) {
  .mein_barometer {
    /* No more full height since map-SVG isn't used */
  }
  .mein_barometer .map_filter {
    height: auto;
  }
}

@media (max-width: 750px) {
  .mein_barometer .column.left {
    position: absolute;
  }
  .mein_barometer .column.left .row.top .index-range {
    margin-top: 100px;
    margin-left: 10px;
    padding: 0;
  }
  .mein_barometer .column.left .row.top .index-range p {
    width: 100%;
  }
  .mein_barometer .column.right {
    max-width: none;
    position: relative;
    margin: 0;
  }
  .mein_barometer .column.right .row.top .header {
    margin-top: 200px;
  }
  .mein_barometer .column.right .row.middle .left {
    width: 100%;
    max-width: none;
  }
  .mein_barometer .column.right .row.middle .right {
    width: 0;
  }
  .mein_barometer .column.right .row.middle .right .map_filter {
    width: auto;
  }
  .mein_barometer .column.right .row.bottom .chart_download {
    right: 40px;
  }
  .mein_barometer .column.right .row.bottom footer {
    padding-bottom: 30px;
  }
}
/**
* Appends a modifier to the root element of the current selector
* IMPORTANT: Because libsass is used the modifier cannot be applied to a tag-name-root. For example if the selector is "html.my-class". The root-element has to be a class like ".my-class".
* @param {selector} $modifier May be something like this: ".is-modifier"
*/
/**
 * Convert Photoshop letter spacing to CSS
 */
.downloader {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s;
  opacity: 0;
}

.downloader .selection {
  position: relative;
  width: 300px;
  margin: 20% auto 0;
  border-radius: 6px;
  background-color: #fcffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
  -webkit-transform: translate(0, calc(-20% - 400px));
          transform: translate(0, calc(-20% - 400px));
  opacity: 0;
}

.downloader .selection .header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.downloader .selection .header h4 {
  font-family: "Brandon Text W01 Regular";
}

.downloader .selection .header .close {
  pointer-events: all;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 18px;
  height: 18px;
  opacity: 0.6;
}

.downloader .selection .header .close svg line {
  stroke: #979797;
}

.downloader .selection .header .close:hover {
  opacity: 1;
}

.downloader .selection .header .close:active {
  opacity: 0.25;
}

.downloader .selection .body {
  padding: 15px;
  font-size: 14px;
}

.downloader .selection .hidden_converter {
  position: absolute;
  opacity: 0;
}

.downloader .selection .hidden_converter canvas {
  background-color: #fcffff;
}

.downloader .selection.visible {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.downloader .selection.visible a {
  pointer-events: all;
  cursor: pointer;
  color: #185365;
}

.downloader .selection.visible a svg {
  display: none;
}

.downloader .button {
  border-radius: 0;
  border: none;
}

.downloader.visible {
  opacity: 1;
  width: 100vw;
  height: 100vh;
}
/**
* Appends a modifier to the root element of the current selector
* IMPORTANT: Because libsass is used the modifier cannot be applied to a tag-name-root. For example if the selector is "html.my-class". The root-element has to be a class like ".my-class".
* @param {selector} $modifier May be something like this: ".is-modifier"
*/
/**
 * Convert Photoshop letter spacing to CSS
 */
.list_filter .filters {
  width: 100%;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
}

.list_filter .filters h3 {
  margin-bottom: 6px;
  pointer-events: none;
}

.list_filter .filters h3 span {
  float: right;
  margin-right: 10px;
}

.list_filter .filters h3 span svg {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  transition-timing-function: ease-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.list_filter .filters h3 span svg line {
  stroke: #b6c0c5;
}

.list_filter .filters h4 {
  display: none;
  margin-left: 1em;
  font-size: 14px;
}

.list_filter .filters > div {
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  padding-bottom: 8.5px;
  margin-bottom: 8.5px;
}

.list_filter .filters a {
  height: 19px;
  line-height: 1.5;
  font-size: 14px;
  display: block;
  opacity: 1;
  transition: opacity 0.4s;
}

.list_filter .filters a > * {
  pointer-events: none;
}

.list_filter .filters a .check, .list_filter .filters a .cross {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 4px;
  width: 18px;
  height: 18px;
}

.list_filter .filters a.active, .list_filter .filters a.hover {
  background-color: #d7e2e4;
}

.list_filter .filters a.disabled {
  display: none;
}

.list_filter .filters .title a {
  height: 24px;
  margin-top: 6px;
  margin-bottom: 0;
}

.list_filter .filters .title a .selected_wrapper {
  padding: 1px 0;
  font-size: 16px;
  font-family: "Brandon Text W01 Regular";
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_filter .filters .title a .selected_wrapper .reset_icon {
  display: none;
  position: relative;
  top: 1px;
}

.list_filter .filters .title a.hover, .list_filter .filters .title a.active {
  background-color: transparent;
}

.list_filter .filters .title a.hover svg line {
  stroke: #fcffff;
}

.list_filter .filters .title a.active .selected_wrapper {
  padding: 1px 8px;
  background-color: #d6d1c9;
}

.list_filter .filters .title a.active .selected_wrapper .reset_icon {
  display: inline;
}

.list_filter .filters > div.subgroup_header_visible h4 {
  display: block;
}

.list_filter .filters > div.collapsed a, .list_filter .filters > div.collapsed h4 {
  display: none;
}

.list_filter .filters > div.collapsed h3 {
  margin-bottom: 0;
}

.list_filter .filters > div.collapsed h3 span svg {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.list_filter .filters #school_type ul, .list_filter .filters #regional_chart ul {
  overflow-x: hidden;
}

.list_filter .filters #school_type ul, .list_filter .filters #current_expected ul, .list_filter .filters #regional_chart ul {
  max-height: 200px;
}

.list_filter .filters #school_type ul li, .list_filter .filters #current_expected ul li, .list_filter .filters #regional_chart ul li {
  white-space: nowrap;
}

.list_filter .filters #school_type ul li a, .list_filter .filters #current_expected ul li a, .list_filter .filters #regional_chart ul li a {
  margin: 4px 0;
}

.list_filter .filters #school_type ul li:first-child a, .list_filter .filters #current_expected ul li:first-child a, .list_filter .filters #regional_chart ul li:first-child a {
  margin-top: 0;
}

.list_filter .filters #school_type a .check, .list_filter .filters #current_expected a .check, .list_filter .filters #regional_chart a .check {
  opacity: 0;
}

.list_filter .filters #school_type a.active .check, .list_filter .filters #current_expected a.active .check, .list_filter .filters #regional_chart a.active .check {
  opacity: 1;
}

.list_filter .disabled {
  opacity: 0.3 !important;
  transition: opacity 0s !important;
}

@media (max-width: 750px) {
  .list_filter {
    pointer-events: none;
    z-index: 100;
    position: absolute;
    top: 10px;
  }
  .list_filter .filters {
    width: 100vw;
    pointer-events: all;
  }
  .list_filter .filters > div:not(.title), .list_filter .filters .mobile_dropdown {
    background-color: #FFF;
  }
  .list_filter .filters > div:not(.title) {
    padding-top: 10px;
    margin: 0;
  }
  .list_filter .filters .title {
    padding-left: 10px;
    margin-bottom: 5px;
    border: none;
    cursor: default;
  }
  .list_filter .filters .title > * {
    cursor: pointer;
  }
  .list_filter .filters .title .mobile_dropdown {
    pointer-events: all;
    width: 155px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #979797;
  }
  .list_filter .filters .title .mobile_dropdown.active, .list_filter .filters .title .mobile_dropdown:active {
    color: #578597;
  }
  .list_filter .filters .title .mobile_dropdown:hover {
    color: #185365;
  }
  .list_filter .filters .title .item {
    margin-top: 10px !important;
    width: calc(50vw - 10%);
    min-width: 155px;
  }
  .list_filter .filters .item {
    margin: 0 !important;
  }
  .list_filter .filters ul {
    max-height: none !important;
  }
  .list_filter .filters ul li:first-child {
    border-width: 1px 0;
  }
  .list_filter .filters ul li > * {
    padding: 0 10px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #979797;
    height: 48px;
    line-height: 48px;
  }
  .list_filter .filters ul li > * .check {
    vertical-align: sub;
  }
  .list_filter .filters ul li > h4 {
    margin-left: 0;
    padding-left: 15px;
    height: 36px;
    line-height: 36px;
  }
  .list_filter .filters h3 {
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .list_filter .filters h3 span {
    margin-right: 30px;
  }
  .list_filter .filters .collapsable {
    padding: 0;
  }
  .list_filter .filters .collapsed {
    padding-bottom: 8.5px;
  }
  .list_filter .filters .mobile_hidden {
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .list_filter .filters .title + * {
    border-top: solid 1px rgba(0, 0, 0, 0.5);
  }
  .list_filter .filters :last-child {
    margin-bottom: 0;
  }
  .list_filter .filter:not(.mobile_disabled) .collapsed ul li > * {
    border: none;
  }
  .list_filter .filters.mobile_disabled {
    pointer-events: none;
  }
  .list_filter .filters.mobile_disabled .title {
    pointer-events: all;
  }
  .list_filter .filters.mobile_disabled .mobile_hidden {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  .list_filter .filters.mobile_disabled .mobile_hidden ul {
    display: none;
  }
  .list_filter .filters.mobile_disabled #current_expected {
    border: none;
    background-color: transparent;
  }
  .list_filter .filters.mobile_disabled #current_expected h3 {
    display: none;
  }
  .list_filter .filters.mobile_disabled #current_expected ul.disabled .item {
    pointer-events: none;
  }
  .list_filter .filters.mobile_disabled #current_expected ul {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    cursor: default;
    pointer-events: all;
    position: relative;
    top: -24px;
    display: block;
    text-align: center;
    font-size: 0;
  }
  .list_filter .filters.mobile_disabled #current_expected ul :first-child .item {
    border-right-color: #979797 !important;
  }
  .list_filter .filters.mobile_disabled #current_expected ul :last-child .item {
    border-left-width: 0 !important;
  }
  .list_filter .filters.mobile_disabled #current_expected ul li {
    display: inline-block;
  }
  .list_filter .filters.mobile_disabled #current_expected ul li .item {
    cursor: pointer;
    display: block;
    padding-right: 20px;
    border-width: 1px !important;
    background-color: #FFF;
  }
  .list_filter .filters.mobile_disabled #current_expected ul li .item.active {
    border-color: #d7e2e4;
    background-color: #d7e2e4;
  }
}
/**
 * Convert Photoshop letter spacing to CSS
 */
@font-face {
  font-family: "Brandon Text W01 Regular";
  src: url("assets/fonts/brandon-baskerville/e416bea9-ae84-4323-b9f2-298c13bd7b0a.eot?#iefix");
  src: url("assets/fonts/brandon-baskerville/e416bea9-ae84-4323-b9f2-298c13bd7b0a.eot?#iefix") format("eot"), url("assets/fonts/brandon-baskerville/679da323-4b66-47ac-9819-d48272e64833.ttf") format("truetype"), url("assets/fonts/brandon-baskerville/760535fc-04e3-4e76-8e8e-064fa58cb3b8.svg#760535fc-04e3-4e76-8e8e-064fa58cb3b8") format("svg");
}

@font-face {
  font-family: "Brandon Text W01 Regular It";
  src: url("assets/fonts/brandon-baskerville/3d31ccf2-ab74-4edf-95db-58d99412e203.eot?#iefix");
  src: url("assets/fonts/brandon-baskerville/3d31ccf2-ab74-4edf-95db-58d99412e203.eot?#iefix") format("eot"), url("assets/fonts/brandon-baskerville/c3a1efbd-4ea0-427d-b8c6-994aa56cbcf7.ttf") format("truetype"), url("assets/fonts/brandon-baskerville/9b46a793-05cb-4f24-90ef-2a5322dc69e7.svg#9b46a793-05cb-4f24-90ef-2a5322dc69e7") format("svg");
}

@font-face {
  font-family: "Brandon Text W01 Bold";
  src: url("assets/fonts/brandon-baskerville/aad9c5a7-1530-43c7-8365-e733bb3a4c6b.eot?#iefix");
  src: url("assets/fonts/brandon-baskerville/aad9c5a7-1530-43c7-8365-e733bb3a4c6b.eot?#iefix") format("eot"), url("assets/fonts/brandon-baskerville/cd7a4c71-905d-4f4f-84c5-dfa517e30711.ttf") format("truetype"), url("assets/fonts/brandon-baskerville/5fc00f46-e402-4d59-9c9d-6c21ee2b8167.svg#5fc00f46-e402-4d59-9c9d-6c21ee2b8167") format("svg");
}

html {
  font-size: 100%;
}

body {
  font-family: "Brandon Text W01 Regular", Arial, sans-serif;
  font-weight: normal;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Brandon Text W01 Bold", Arial, sans-serif;
  font-weight: lighter;
}

/**
 * Convert Photoshop letter spacing to CSS
 */
/**
* Appends a modifier to the root element of the current selector
* IMPORTANT: Because libsass is used the modifier cannot be applied to a tag-name-root. For example if the selector is "html.my-class". The root-element has to be a class like ".my-class".
* @param {selector} $modifier May be something like this: ".is-modifier"
*/
.chart {
  width: 100%;
  text-align: center;
  position: relative;
}

.chart .svg_container {
  width: 100%;
  display: inline-block;
}

.chart .svg_container svg {
  overflow: visible;
}

.chart .svg_container svg > * {
  transition: -webkit-transform 2.2s;
  transition: transform 2.2s;
  transition: transform 2.2s, -webkit-transform 2.2s;
}

.chart .svg_container svg .hidden {
  fill: #000;
  stroke: #000;
  opacity: 0;
}

.chart .svg_container svg text.hidden {
  opacity: 0;
}

.chart .svg_container svg .chart text.curve {
  pointer-events: none;
}

.chart .svg_container svg .chart *:not(.curve) {
  transition: fill-opacity 0.6s;
}

.chart .svg_container svg .title, .chart .svg_container svg .legend, .chart .svg_container svg .copyright {
  display: none;
}

.chart .fade_to_white_overlay {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 88%, white 95%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.chart .fade_to_white_overlay.dimmed {
  opacity: 0;
}

.chart .remove_entry {
  width: 18px;
  height: 18px;
  z-index: 10;
  position: absolute;
  pointer-events: all;
}

.chart .remove_entry button {
  width: 18px;
  height: 18px;
  border-radius: 10px;
  background-color: #d6d1c9;
  overflow: visible;
}

.chart .remove_entry button .icon {
  pointer-events: none;
}

.chart .remove_entry button .icon svg {
  position: relative;
  top: 1px;
  width: 14px;
  height: 14px;
}

.chart .remove_entry button .hover_hitbox {
  pointer-events: all;
  position: absolute;
  display: block;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}

.chart .remove_entry button:hover svg line {
  stroke: #fcffff;
}

.chart .remove_entry.hidden {
  display: none;
}

.region_hover {
  fill-opacity: 0.2 !important;
}

.line_entry_dim {
  transition: fill-opacity 0.0s !important;
  stroke-opacity: 0.1 !important;
  fill-opacity: 0.1 !important;
}
/**
* Appends a modifier to the root element of the current selector
* IMPORTANT: Because libsass is used the modifier cannot be applied to a tag-name-root. For example if the selector is "html.my-class". The root-element has to be a class like ".my-class".
* @param {selector} $modifier May be something like this: ".is-modifier"
*/
/**
 * Convert Photoshop letter spacing to CSS
 */
.map_filter h2 {
  text-align: center;
}

.map_filter h2 .close_button {
  display: none;
  position: relative;
  top: -1px;
  vertical-align: sub;
  margin-right: 4px;
  width: 18px;
  height: 18px;
}

.map_filter h2 .close_button svg line {
  stroke: rgba(0, 0, 0, 0.87);
}

.map_filter h2 .close_button.active {
  display: inline-block;
}

.map_filter h2 .label_wrapper.active {
  background-color: #d6d1c9;
}

.map_filter h2 .label_wrapper.active .close_button {
  display: inline-block;
}

.map_filter h2 .label_wrapper.button_hover svg line {
  stroke: #fcffff;
}

.map_filter h2 .label_wrapper {
  cursor: pointer;
  height: 24px;
  padding: 1px 8px;
  font-family: "Brandon Text W01 Regular";
}

.map_filter h2 .label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  min-height: 1.5em;
  pointer-events: none;
}

.map_filter .hover_label {
  position: absolute;
  top: 30px;
  left: -20px;
  text-align: center;
  display: block;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.map_filter .map_wrapper svg#Bundesrepublik_Deutschland {
  width: 100%;
}

.map_filter .map_wrapper svg#Bundesrepublik_Deutschland path {
  cursor: pointer;
  fill-opacity: 0.4;
  fill: #aea68b;
  transition: fill-opacity 0.3s, fill 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, fill-opacity 0.3s, fill 0.3s;
  transition: transform 0.3s, fill-opacity 0.3s, fill 0.3s, -webkit-transform 0.3s;
}

.map_filter .map_wrapper.active svg#Bundesrepublik_Deutschland path:hover {
  fill-opacity: 0.4 !important;
}

.map_filter .map_wrapper.active svg#Bundesrepublik_Deutschland path.active {
  fill-opacity: 1 !important;
}

.map_filter .map_wrapper.active svg#Bundesrepublik_Deutschland:hover path {
  fill-opacity: 0.2;
}

.map_filter .mobile_button {
  display: none;
}

.map_filter .mobile_dropdown {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  position: absolute;
  right: 0;
  width: 100vw;
}

.map_filter .mobile_dropdown li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.map_filter .mobile_dropdown ul li {
  cursor: pointer;
  padding-right: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  height: 48px;
  line-height: 48px;
}

.map_filter .mobile_dropdown ul li a {
  pointer-events: none;
}

.map_filter .mobile_dropdown ul li a span {
  display: inline-block;
  opacity: 0;
  vertical-align: sub;
  width: 18px;
  height: 18px;
}

.map_filter .mobile_dropdown ul li a span svg {
  width: inherit;
}

.map_filter .mobile_dropdown ul .item.active span {
  opacity: 1;
}

.map_filter .mobile_dropdown ul .item:hover, .map_filter .mobile_dropdown ul .item.active {
  background-color: #d7e2e4;
}

.map_filter.dimmed h2 {
  opacity: 0.3 !important;
  transition: opacity 0s !important;
}

.map_filter.dimmed .map_wrapper {
  opacity: 0.5 !important;
  transition: opacity 0s !important;
}

@media (max-width: 750px) {
  .map_filter {
    z-index: 21;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    text-align: right;
  }
  .map_filter .mobile_button, .map_filter .mobile_dropdown {
    background-color: #FFF;
  }
  .map_filter .mobile_button {
    margin-bottom: 10px;
    cursor: pointer;
    pointer-events: all;
    width: 155px;
    height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #979797;
  }
  .map_filter .mobile_button.active, .map_filter .mobile_button:active {
    color: #578597 !important;
  }
  .map_filter .mobile_button:hover {
    color: #185365 !important;
  }
  .map_filter .mobile_dropdown.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .map_filter .selection {
    text-align: right;
    margin-bottom: 14px;
  }
  .map_filter .map_wrapper {
    display: none;
  }
}
/**
 * Convert Photoshop letter spacing to CSS
 */
@font-face {
  font-family: "Brandon Text W01 Regular";
  src: url("assets/fonts/brandon-baskerville/e416bea9-ae84-4323-b9f2-298c13bd7b0a.eot?#iefix");
  src: url("assets/fonts/brandon-baskerville/e416bea9-ae84-4323-b9f2-298c13bd7b0a.eot?#iefix") format("eot"), url("assets/fonts/brandon-baskerville/679da323-4b66-47ac-9819-d48272e64833.ttf") format("truetype"), url("assets/fonts/brandon-baskerville/760535fc-04e3-4e76-8e8e-064fa58cb3b8.svg#760535fc-04e3-4e76-8e8e-064fa58cb3b8") format("svg");
}

@font-face {
  font-family: "Brandon Text W01 Regular It";
  src: url("assets/fonts/brandon-baskerville/3d31ccf2-ab74-4edf-95db-58d99412e203.eot?#iefix");
  src: url("assets/fonts/brandon-baskerville/3d31ccf2-ab74-4edf-95db-58d99412e203.eot?#iefix") format("eot"), url("assets/fonts/brandon-baskerville/c3a1efbd-4ea0-427d-b8c6-994aa56cbcf7.ttf") format("truetype"), url("assets/fonts/brandon-baskerville/9b46a793-05cb-4f24-90ef-2a5322dc69e7.svg#9b46a793-05cb-4f24-90ef-2a5322dc69e7") format("svg");
}

@font-face {
  font-family: "Brandon Text W01 Bold";
  src: url("assets/fonts/brandon-baskerville/aad9c5a7-1530-43c7-8365-e733bb3a4c6b.eot?#iefix");
  src: url("assets/fonts/brandon-baskerville/aad9c5a7-1530-43c7-8365-e733bb3a4c6b.eot?#iefix") format("eot"), url("assets/fonts/brandon-baskerville/cd7a4c71-905d-4f4f-84c5-dfa517e30711.ttf") format("truetype"), url("assets/fonts/brandon-baskerville/5fc00f46-e402-4d59-9c9d-6c21ee2b8167.svg#5fc00f46-e402-4d59-9c9d-6c21ee2b8167") format("svg");
}

html {
  font-size: 100%;
}

body {
  font-family: "Brandon Text W01 Regular", Arial, sans-serif;
  font-weight: normal;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Brandon Text W01 Bold", Arial, sans-serif;
  font-weight: lighter;
}

/**
 * Convert Photoshop letter spacing to CSS
 */
/**
* Appends a modifier to the root element of the current selector
* IMPORTANT: Because libsass is used the modifier cannot be applied to a tag-name-root. For example if the selector is "html.my-class". The root-element has to be a class like ".my-class".
* @param {selector} $modifier May be something like this: ".is-modifier"
*/
.navigationBar {
  width: 100%;
}

.navigationBar .bar.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigationBar .bar {
  width: 100%;
  display: none;
  position: relative;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.navigationBar .bar .nav_list {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.navigationBar .bar .nav_list .item {
  pointer-events: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: none;
  position: relative;
  height: 39px;
}

.navigationBar .bar .nav_list .item a {
  cursor: pointer;
  font-family: "Brandon Text W01 Bold", Arial, sans-serif;
  pointer-events: all;
  font-size: 16px;
  white-space: nowrap;
  color: #185365;
}

.navigationBar .bar .nav_list .item a:hover {
  color: #fcffff;
}

.navigationBar .bar .nav_list .item.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.navigationBar .bar .nav_list .item.visible:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.navigationBar .bar .nav_list .item.active a {
  color: #fcffff;
}

.navigationBar .lvl_1 {
  background-color: #185365;
  z-index: 3;
}

.navigationBar .lvl_1 .nav_list .item a {
  color: #b6c0c5;
}

.navigationBar .lvl_2 {
  background-color: #b6c0c5;
  z-index: 2;
}

.navigationBar .lvl_2 .nav_list .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 10%;
}

.navigationBar .lvl_3 {
  background-color: #7598a2;
  z-index: 1;
}

.navigationBar .lvl_3 .nav_list {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.navigationBar .lvl_3 .nav_list .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 3%;
}

.navigationBar .lvl_3 .nav_list :first-child, .navigationBar .lvl_3 .nav_list :nth-child(6), .navigationBar .lvl_3 .nav_list :last-child {
  margin-left: 0;
}

@media (max-width: 750px) {
  .navigationBar .hide_scroll {
    max-height: 48px;
    overflow: hidden;
  }
  .navigationBar .bar {
    height: calc(48px + 17px);
    overflow: hidden;
  }
  .navigationBar .bar .nav_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-right: 0;
  }
  .navigationBar .bar .nav_list .item {
    margin: 0;
    height: 48px;
  }
  .navigationBar .bar .nav_list .item.visible {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .navigationBar .bar .nav_list .item.visible a {
    margin: 0 25px 0 0;
  }
  .navigationBar .bar .nav_list :last-child a {
    margin-right: 50px;
  }
  .navigationBar .bar .nav_list .item.current a {
    position: relative;
  }
  .navigationBar .bar .nav_list .item.current a::after {
    content: "";
    position: absolute;
    margin-top: -1px;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fcffff;
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px);
  }
  .navigationBar .bar.visible {
    overflow-x: scroll;
  }
  .navigationBar .bar::-webkit-scrollbar {
    opacity: 0;
  }
}

/*# sourceMappingURL=styles.css.map*/