@font-face {
  font-family: "Admin Icons";
  src: url("/static/fonts/AdminCH_Symbols.eot?v3");
  src: url("/static/fonts/AdminCH_Symbols.eot?#iefix") format("embedded-opentype"), url("/static/fonts/AdminCH_Symbols.woff2?v3") format("woff2"), url("/static/fonts/AdminCH_Symbols.woff?v3") format("woff"), url("/static/fonts/AdminCH_Symbols.ttf?v3") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/Roboto-Regular.eot?v3");
  src: url("/static/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Roboto-Regular.woff2?v3") format("woff2"), url("/static/fonts/Roboto-Regular.woff?v3") format("woff"), url("/static/fonts/Roboto-Regular.ttf?v3") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Medium";
  src: url("/static/fonts/Roboto-Medium.eot?v3");
  src: url("/static/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Roboto-Medium.woff2?v3") format("woff2"), url("/static/fonts/Roboto-Medium.woff?v3") format("woff"), url("/static/fonts/Roboto-Medium.ttf?v3") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Light";
  src: url("/static/fonts/Roboto-Light.eot?v3");
  src: url("/static/fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Roboto-Light.woff2?v3") format("woff2"), url("/static/fonts/Roboto-Light.woff?v3") format("woff"), url("/static/fonts/Roboto-Light.ttf?v3") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 16px;
}

body {
  background-color: #f0f4f7;
  background-image: none;
}
@media print, screen and (max-width: 767px) {
  body.preview-opened {
    overflow-y: hidden;
  }
  body.preview-opened .intro-title-container {
    display: none;
    z-index: 0;
  }
  body.preview-opened .canton-map-container {
    max-height: initial !important;
    height: 75vh;
  }
  body.preview-opened main {
    overflow: hidden;
  }
  body.preview-opened .canton-body .grid {
    display: none;
  }
  body.preview-opened footer {
    display: none;
  }
}

.container-main {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: auto;
}
.container-main > header, .container-main > article {
  flex: 1;
}

footer {
  margin-top: 0;
  border-top: 1px solid #e4e4e4;
}
footer h3 {
  padding: 15px 0;
  line-height: 20px;
  font-size: 16px;
}
footer .site-map {
  display: block;
  padding-bottom: 0;
  background: linear-gradient(to bottom, #efefef 0, #f6f6f6 100%);
  border: 0;
}
@media (min-width: 768px) {
  footer .site-map {
    padding-bottom: 30px;
    background: linear-gradient(to bottom, #f5f5f5 0, #fff 20%);
    border-bottom: 1px solid #e4e4e4;
  }
}
footer .site-map .site-map-toggle {
  display: none;
}
footer .site-map #site-map {
  display: block;
}
footer .site-map #site-map div[class*=col-] {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer .site-map #site-map div[class*=col-] {
    margin-bottom: 2em;
  }
}
footer .site-map #site-map .list-unstyled {
  margin: 0;
}
@media (min-width: 768px) {
  footer .site-map #site-map .list-unstyled {
    margin: 0.8em 0;
  }
}
@media (min-width: 768px) {
  footer .site-map #site-map .list-unstyled li {
    min-height: 133px;
  }
}
@media (min-width: 768px) {
  footer .site-map #site-map .list-unstyled li.init-height {
    min-height: initial;
  }
}
@media (min-width: 768px) {
  footer .site-map #site-map .list-unstyled li.top-offset {
    margin-top: 40px;
  }
}
footer .site-map h3 {
  margin: 0 -15px;
  padding: 15px;
  font-family: "Frutiger Neue", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #d5d5d5;
}
@media (min-width: 768px) {
  footer .site-map h3 {
    margin: 0;
    padding: 17px 0 6px;
    max-width: 90%;
    min-height: 80px;
    line-height: 23px;
    border: 0;
  }
}
footer .site-map a {
  display: block;
  margin: 0 -15px;
  padding: 10px 15px;
  line-height: 18px;
  font-size: 15px;
  font-family: "Frutiger Neue", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #d5d5d5;
}
@media (min-width: 768px) {
  footer .site-map a {
    margin: 0;
    padding: 3px 0;
    max-width: 230px;
    line-height: 19px;
    font-size: 16px;
    border: 0;
  }
}
footer .site-map p {
  margin: 0 -15px;
  padding: 10px 15px;
  line-height: 18px;
  font-size: 15px;
  font-family: "Frutiger Neue", "Roboto", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #d5d5d5;
}
@media (min-width: 768px) {
  footer .site-map p {
    margin: 10px 0;
    padding: 0;
    max-width: 90%;
    line-height: 23px;
    border: 0;
  }
}
@media (min-width: 1500px) {
  footer .site-map p {
    max-width: 400px;
  }
}
footer .site-map p a {
  display: inline;
}
footer .social-networks {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column wrap;
}
@media (min-width: 768px) {
  footer .social-networks {
    flex-flow: row nowrap;
    margin-bottom: 30px;
  }
}
footer .social-networks li {
  margin: 0 -15px;
  padding: 7px 15px;
  border-top: 1px solid #d5d5d5;
}
@media (min-width: 768px) {
  footer .social-networks li {
    margin: 0 15px 0 0;
    padding: 0;
    border: 0;
  }
}
footer .social-networks li a {
  line-height: 18px;
  font-size: 15px;
  font-family: "Frutiger Neue", "Roboto", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  footer .social-networks li a {
    font-size: 14px;
  }
}
footer .brand-footer {
  padding: 30px 15px;
  border-bottom: 1px solid #e4e4e4;
}
footer .brand-footer img {
  margin: 0;
}
@media (min-width: 768px) {
  footer .brand-footer {
    display: none;
  }
}
footer .footer-address ul a {
  background: transparent;
}
footer .container-fluid {
  padding-bottom: 0;
}

:root,
:host {
  --ol-background-color: white;
  --ol-accent-background-color: #F5F5F5;
  --ol-subtle-background-color: rgba(128, 128, 128, 0.25);
  --ol-partial-background-color: rgba(255, 255, 255, 0.75);
  --ol-foreground-color: #333333;
  --ol-subtle-foreground-color: #666666;
  --ol-brand-color: #00AAFF;
}

.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 1.5px solid var(--ol-background-color);
  background-color: var(--ol-partial-background-color);
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: var(--ol-partial-background-color);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}

.ol-scale-line-inner {
  border: 1px solid var(--ol-subtle-foreground-color);
  border-top: none;
  color: var(--ol-foreground-color);
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
  transition: all 0.25s;
}

.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ol-scale-bar-inner {
  display: flex;
}

.ol-scale-step-marker {
  width: 1px;
  height: 15px;
  background-color: var(--ol-foreground-color);
  float: right;
  z-index: 10;
}

.ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 10px;
  z-index: 11;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-text {
  position: absolute;
  font-size: 12px;
  text-align: center;
  bottom: 25px;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-singlebar {
  position: relative;
  height: 10px;
  z-index: 9;
  box-sizing: border-box;
  border: 1px solid var(--ol-foreground-color);
}

.ol-scale-singlebar-even {
  background-color: var(--ol-subtle-foreground-color);
}

.ol-scale-singlebar-odd {
  background-color: var(--ol-background-color);
}

.ol-unsupported {
  display: none;
}

.ol-viewport,
.ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ol-viewport canvas {
  all: unset;
}

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.ol-control {
  position: absolute;
  background-color: var(--ol-subtle-background-color);
  border-radius: 4px;
}

.ol-zoom {
  top: 0.5em;
  left: 0.5em;
}

.ol-rotate {
  top: 0.5em;
  right: 0.5em;
  transition: opacity 0.25s linear, visibility 0s linear;
}

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s linear, visibility 0s linear 0.25s;
}

.ol-zoom-extent {
  top: 4.643em;
  left: 0.5em;
}

.ol-full-screen {
  right: 0.5em;
  top: 0.5em;
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: var(--ol-subtle-foreground-color);
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: 0.4em;
  background-color: var(--ol-background-color);
  border: none;
  border-radius: 2px;
}

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.ol-zoom-extent button {
  line-height: 1.4em;
}

.ol-compass {
  display: block;
  font-weight: normal;
  will-change: transform;
}

.ol-touch .ol-control button {
  font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
  top: 5.5em;
}

.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  outline: 1px solid var(--ol-subtle-foreground-color);
  color: var(--ol-foreground-color);
}

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}

.ol-attribution {
  text-align: right;
  bottom: 0.5em;
  right: 0.5em;
  max-width: calc(100% - 1.3em);
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}

.ol-attribution a {
  color: var(--ol-subtle-foreground-color);
  text-decoration: none;
}

.ol-attribution ul {
  margin: 0;
  padding: 1px 0.5em;
  color: var(--ol-foreground-color);
  text-shadow: 0 0 2px var(--ol-background-color);
  font-size: 12px;
}

.ol-attribution li {
  display: inline;
  list-style: none;
}

.ol-attribution li:not(:last-child):after {
  content: " ";
}

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}

.ol-attribution button {
  flex-shrink: 0;
}

.ol-attribution.ol-collapsed ul {
  display: none;
}

.ol-attribution:not(.ol-collapsed) {
  background: var(--ol-partial-background-color);
}

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
}

.ol-attribution.ol-uncollapsible img {
  margin-top: -0.2em;
  max-height: 1.6em;
}

.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: 0.5em;
  height: 200px;
}

.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}

.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: block;
}

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid var(--ol-subtle-foreground-color);
  height: 150px;
  width: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 0;
  left: 0;
  position: absolute;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
  background: var(--ol-subtle-background-color);
}

.ol-overviewmap-box {
  border: 1.5px dotted var(--ol-subtle-foreground-color);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

.brand h2 {
  float: left;
  margin: 0;
  padding-left: 2.5em;
  max-width: 310px;
  color: #000;
  line-height: 1.3;
  font-size: 1em;
}

.header-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
}
.header-banner.hidden {
  display: none;
}
.header-banner-text, .header-banner-counter {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.header-banner-button {
  font-size: 14px;
  line-height: 18px;
  margin-right: 45px;
}
.header-banner-button .text-default {
  position: absolute;
}
.header-banner-button:visited {
  color: #fff;
}
.header-banner-button:hover .button-background {
  border-color: #7AADC7;
}
@media print, screen and (max-width: 767px) {
  .header-banner {
    height: auto;
    padding: 20px;
    flex-wrap: wrap;
  }
  .header-banner > div {
    margin-bottom: 20px;
  }
}

.intro-subtitle {
  line-height: 27px;
  width: 268px;
  text-align: right;
}
.intro-subtitle img {
  display: inline-block;
  margin-left: 17px;
  height: 27px;
  width: 27px;
}

@media print, screen and (max-width: 1024px) {
  .intro-subtitle {
    display: none;
  }
}
.intro-title-container {
  border-bottom: 1px solid #DDD;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 27px 47px 0 30px;
  padding-left: 30px;
  padding-right: 47px;
  font-size: 16px;
  line-height: 24px;
  height: auto;
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: #f0f4f7;
}
.intro-title-container .intro-title {
  max-width: 246px;
  font-weight: bold;
  align-self: center;
}
.intro-title-container .tabpanel {
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  width: 100%;
  justify-content: center;
}
.intro-title-container .tabpanel a {
  width: 195px;
  text-align: center;
  border-bottom: 3px solid #CCC;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}
.intro-title-container .tabpanel a.active {
  color: #DC0018;
  border-color: #DC0018;
}
.intro-title-container .intro-heading-wrapper {
  align-self: center;
}
.intro-title-container .intro-heading-wrapper span {
  font-size: 20px;
  line-height: 28px;
}
@media print, screen and (max-width: 1024px) {
  .intro-title-container {
    padding: 17px 35px 0;
  }
  .intro-title-container .intro-title {
    align-self: flex-start;
  }
  .intro-title-container .intro-heading-wrapper {
    width: 349px;
    align-self: flex-start;
  }
  .intro-title-container .intro-heading-wrapper h1 {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .intro-title-container {
    padding: 15px 20px 0;
  }
  .intro-title-container .intro-title {
    width: 100%;
    max-width: unset;
    margin-bottom: 15px;
  }
  .intro-title-container .intro-heading-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}

.intro-heading {
  display: flex;
}
.intro-heading.CH img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.ZH img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.BE img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.LU img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.UR img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.SZ img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.OW img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.NW img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.GL img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.ZG img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.FR img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.SO img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.BS img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.BL img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.SH img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.AR img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.AI img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.SG img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.GR img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.AG img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.TG img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.TI img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.VD img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.VS img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.NE img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.GE img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}
.intro-heading.JU img {
  height: 27px;
  width: 27px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 3px;
}

.social-share {
  display: flex;
  align-items: center;
  margin: 7px 0 0;
}
@media (min-width: 768px) {
  .social-share {
    margin: 0 0 12px;
  }
}
.social-share .share-title {
  display: none;
  margin-top: 8px;
  color: #069;
  line-height: 18px;
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .social-share .share-title {
    display: inline-block;
    line-height: 19px;
    font-size: 16px;
  }
}
.social-share .icon {
  margin-left: 6px;
  color: #069;
  font-size: 24px;
}
@media (min-width: 768px) {
  .social-share .icon {
    margin-left: 10px;
    font-size: 30px;
  }
}
.social-share .icon.icon--facebook-light {
  margin-bottom: 3px;
}

.intro-text {
  max-width: 730px;
  line-height: 23px;
  font-size: 16px;
}

.highcharts-title {
  left: 0 !important;
  font-family: "Roboto Medium", Helvetica, Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 22px !important;
  color: black !important;
}
@media print, screen and (max-width: 767px) {
  .highcharts-title {
    white-space: unset !important;
    max-width: 230px;
  }
}

.highcharts-subtitle {
  left: 0 !important;
  width: 100% !important;
  min-height: 19px;
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  color: black !important;
  background: white !important;
  font-size: 16px !important;
  line-height: 18px !important;
}

@media (max-width: 1023px) {
  .highcharts-title {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .highcharts-subtitle {
    font-size: 14px !important;
    line-height: 16px !important;
  }
}
.highcharts-menu-item {
  font-family: "Roboto Medium", Helvetica, Arial, sans-serif !important;
}
.highcharts-menu-item:first-child {
  color: black !important;
  background: white !important;
  user-select: none !important;
  pointer-events: none !important;
}

.highcharts-button-symbol {
  transform: translate(-1px, -15px) !important;
}

.highcharts-button-box {
  transform: translate(11px, -5px) !important;
}

.highcharts-tooltip > span {
  padding: 1px;
  background-color: rgb(255, 255, 255);
  z-index: 9999 !important;
}

.highcharts-label .data-label-green {
  color: #399D50;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.highcharts-label .data-label-green svg {
  margin-left: 7.5px;
}
.highcharts-label .data-label-red {
  color: #DC0018;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.highcharts-label .data-label-red svg {
  margin-left: 7.5px;
}

.bfs-chart-footer {
  height: 30px;
  line-height: 30px;
  display: flex;
  position: absolute;
  top: 25px;
  right: 25px;
}
@media print, screen and (max-width: 767px) {
  .bfs-chart-footer {
    top: 20px;
    right: 20px;
  }
}
.bfs-chart-footer .chart-share {
  cursor: pointer;
  width: 44px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bfs-chart-footer .chart-share-dropdown {
  width: 44px;
  position: absolute;
  top: 32px;
}
.bfs-chart-footer .chart-share-dropdown a {
  background-color: #DC0018;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 0;
  opacity: 0;
  z-index: 1;
}
.bfs-chart-footer .chart-share-dropdown a svg {
  fill: #fff;
}
.bfs-chart-footer .chart-share-dropdown a:hover {
  transform: scale(1.1);
  background-color: #A60013;
  opacity: 1;
}
.bfs-chart-footer .chart-share-dropdown a:hover:nth-of-type(1) {
  top: 118px;
}
.bfs-chart-footer .chart-share-dropdown a:hover:nth-of-type(2) {
  top: 59px;
}
.bfs-chart-footer .chart-share:hover .chart-share-dropdown a {
  opacity: 1;
}
.bfs-chart-footer .chart-share:hover .chart-share-dropdown a:nth-of-type(1) {
  top: 118px;
}
.bfs-chart-footer .chart-share:hover .chart-share-dropdown a:nth-of-type(2) {
  top: 59px;
}
.bfs-chart-footer .share {
  font-size: rem-calc(14);
}
.bfs-chart-footer .share .text {
  display: inline-block;
  margin-right: rem-calc(6);
}
.bfs-chart-footer .share .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: rem-calc(20);
  margin-left: rem-calc(5);
}

.bfs-chart-container {
  background-color: #fff;
}

.bfs-chart-container .table-filter-container,
.bfs-chart-container .table-column-filter-container,
.bfs-chart-container .filter-picker,
.bfs-chart-container .table,
.bfs-chart-container .sort-filter,
.canton-map .table-filter-container,
.canton-map .table-column-filter-container,
.canton-map .filter-picker,
.canton-map .table,
.canton-map .sort-filter {
  background-color: #fff;
}

.bfs-chart-container,
.canton-map,
.canton-map-preview {
  position: relative;
}
.bfs-chart-container .table-title,
.canton-map .table-title,
.canton-map-preview .table-title {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 22px;
}
.bfs-chart-container .table-title span,
.canton-map .table-title span,
.canton-map-preview .table-title span {
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .bfs-chart-container .table-title,
  .canton-map .table-title,
  .canton-map-preview .table-title {
    font-size: 14px;
    line-height: 16px;
  }
  .bfs-chart-container .table-title span,
  .canton-map .table-title span,
  .canton-map-preview .table-title span {
    font-size: 14px !important;
    line-height: 16px !important;
  }
}
@media print, screen and (max-width: 767px) {
  .bfs-chart-container .table-title,
  .canton-map .table-title,
  .canton-map-preview .table-title {
    max-width: 230px;
  }
}
.bfs-chart-container .table-filters-section,
.canton-map .table-filters-section,
.canton-map-preview .table-filters-section {
  display: flex;
  column-gap: 50px;
}
@media print, screen and (max-width: 767px) {
  .bfs-chart-container .table-filters-section,
  .canton-map .table-filters-section,
  .canton-map-preview .table-filters-section {
    flex-wrap: wrap;
  }
  .bfs-chart-container .table-filters-section .table-filter-container,
  .bfs-chart-container .table-filters-section .filter-picker,
  .bfs-chart-container .table-filters-section .table-column-filter-container,
  .canton-map .table-filters-section .table-filter-container,
  .canton-map .table-filters-section .filter-picker,
  .canton-map .table-filters-section .table-column-filter-container,
  .canton-map-preview .table-filters-section .table-filter-container,
  .canton-map-preview .table-filters-section .filter-picker,
  .canton-map-preview .table-filters-section .table-column-filter-container {
    width: 309px;
  }
}
.bfs-chart-container .table-filter-container,
.bfs-chart-container .table-column-filter-container,
.bfs-chart-container .filter-picker,
.bfs-chart-container .chart-filter-container,
.bfs-chart-container .sort-filter,
.canton-map .table-filter-container,
.canton-map .table-column-filter-container,
.canton-map .filter-picker,
.canton-map .chart-filter-container,
.canton-map .sort-filter,
.canton-map-preview .table-filter-container,
.canton-map-preview .table-column-filter-container,
.canton-map-preview .filter-picker,
.canton-map-preview .chart-filter-container,
.canton-map-preview .sort-filter {
  position: relative;
  min-width: 228.5px;
  margin-top: 24px;
}
.bfs-chart-container .table-filter-container.no-top-margin,
.bfs-chart-container .table-column-filter-container.no-top-margin,
.bfs-chart-container .filter-picker.no-top-margin,
.bfs-chart-container .chart-filter-container.no-top-margin,
.bfs-chart-container .sort-filter.no-top-margin,
.canton-map .table-filter-container.no-top-margin,
.canton-map .table-column-filter-container.no-top-margin,
.canton-map .filter-picker.no-top-margin,
.canton-map .chart-filter-container.no-top-margin,
.canton-map .sort-filter.no-top-margin,
.canton-map-preview .table-filter-container.no-top-margin,
.canton-map-preview .table-column-filter-container.no-top-margin,
.canton-map-preview .filter-picker.no-top-margin,
.canton-map-preview .chart-filter-container.no-top-margin,
.canton-map-preview .sort-filter.no-top-margin {
  margin-top: 0;
}
.bfs-chart-container .table-filter-container.disable-filter,
.bfs-chart-container .table-column-filter-container.disable-filter,
.bfs-chart-container .filter-picker.disable-filter,
.bfs-chart-container .chart-filter-container.disable-filter,
.bfs-chart-container .sort-filter.disable-filter,
.canton-map .table-filter-container.disable-filter,
.canton-map .table-column-filter-container.disable-filter,
.canton-map .filter-picker.disable-filter,
.canton-map .chart-filter-container.disable-filter,
.canton-map .sort-filter.disable-filter,
.canton-map-preview .table-filter-container.disable-filter,
.canton-map-preview .table-column-filter-container.disable-filter,
.canton-map-preview .filter-picker.disable-filter,
.canton-map-preview .chart-filter-container.disable-filter,
.canton-map-preview .sort-filter.disable-filter {
  pointer-events: none;
  opacity: 0.5;
}
.bfs-chart-container .table-filter-container .table-filter-label,
.bfs-chart-container .table-column-filter-container .table-filter-label,
.bfs-chart-container .filter-picker .table-filter-label,
.bfs-chart-container .chart-filter-container .table-filter-label,
.bfs-chart-container .sort-filter .table-filter-label,
.canton-map .table-filter-container .table-filter-label,
.canton-map .table-column-filter-container .table-filter-label,
.canton-map .filter-picker .table-filter-label,
.canton-map .chart-filter-container .table-filter-label,
.canton-map .sort-filter .table-filter-label,
.canton-map-preview .table-filter-container .table-filter-label,
.canton-map-preview .table-column-filter-container .table-filter-label,
.canton-map-preview .filter-picker .table-filter-label,
.canton-map-preview .chart-filter-container .table-filter-label,
.canton-map-preview .sort-filter .table-filter-label {
  padding: 10px 15px;
  border: 1px solid #CCC;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 18px;
  height: 40px;
  color: #454545;
}
.bfs-chart-container .table-filter-container .table-filter-label:hover,
.bfs-chart-container .table-column-filter-container .table-filter-label:hover,
.bfs-chart-container .filter-picker .table-filter-label:hover,
.bfs-chart-container .chart-filter-container .table-filter-label:hover,
.bfs-chart-container .sort-filter .table-filter-label:hover,
.canton-map .table-filter-container .table-filter-label:hover,
.canton-map .table-column-filter-container .table-filter-label:hover,
.canton-map .filter-picker .table-filter-label:hover,
.canton-map .chart-filter-container .table-filter-label:hover,
.canton-map .sort-filter .table-filter-label:hover,
.canton-map-preview .table-filter-container .table-filter-label:hover,
.canton-map-preview .table-column-filter-container .table-filter-label:hover,
.canton-map-preview .filter-picker .table-filter-label:hover,
.canton-map-preview .chart-filter-container .table-filter-label:hover,
.canton-map-preview .sort-filter .table-filter-label:hover {
  border-color: #757575;
}
.bfs-chart-container .table-filter-container .table-filter-label .label-text,
.bfs-chart-container .table-column-filter-container .table-filter-label .label-text,
.bfs-chart-container .filter-picker .table-filter-label .label-text,
.bfs-chart-container .chart-filter-container .table-filter-label .label-text,
.bfs-chart-container .sort-filter .table-filter-label .label-text,
.canton-map .table-filter-container .table-filter-label .label-text,
.canton-map .table-column-filter-container .table-filter-label .label-text,
.canton-map .filter-picker .table-filter-label .label-text,
.canton-map .chart-filter-container .table-filter-label .label-text,
.canton-map .sort-filter .table-filter-label .label-text,
.canton-map-preview .table-filter-container .table-filter-label .label-text,
.canton-map-preview .table-column-filter-container .table-filter-label .label-text,
.canton-map-preview .filter-picker .table-filter-label .label-text,
.canton-map-preview .chart-filter-container .table-filter-label .label-text,
.canton-map-preview .sort-filter .table-filter-label .label-text {
  width: 100%;
}
.bfs-chart-container .table-filter-container .table-filter-label .label-text-selected,
.bfs-chart-container .table-column-filter-container .table-filter-label .label-text-selected,
.bfs-chart-container .filter-picker .table-filter-label .label-text-selected,
.bfs-chart-container .chart-filter-container .table-filter-label .label-text-selected,
.bfs-chart-container .sort-filter .table-filter-label .label-text-selected,
.canton-map .table-filter-container .table-filter-label .label-text-selected,
.canton-map .table-column-filter-container .table-filter-label .label-text-selected,
.canton-map .filter-picker .table-filter-label .label-text-selected,
.canton-map .chart-filter-container .table-filter-label .label-text-selected,
.canton-map .sort-filter .table-filter-label .label-text-selected,
.canton-map-preview .table-filter-container .table-filter-label .label-text-selected,
.canton-map-preview .table-column-filter-container .table-filter-label .label-text-selected,
.canton-map-preview .filter-picker .table-filter-label .label-text-selected,
.canton-map-preview .chart-filter-container .table-filter-label .label-text-selected,
.canton-map-preview .sort-filter .table-filter-label .label-text-selected {
  display: flex;
  justify-content: space-between;
}
.bfs-chart-container .table-filter-container .table-filter-label .label-text-selected.hidden,
.bfs-chart-container .table-column-filter-container .table-filter-label .label-text-selected.hidden,
.bfs-chart-container .filter-picker .table-filter-label .label-text-selected.hidden,
.bfs-chart-container .chart-filter-container .table-filter-label .label-text-selected.hidden,
.bfs-chart-container .sort-filter .table-filter-label .label-text-selected.hidden,
.canton-map .table-filter-container .table-filter-label .label-text-selected.hidden,
.canton-map .table-column-filter-container .table-filter-label .label-text-selected.hidden,
.canton-map .filter-picker .table-filter-label .label-text-selected.hidden,
.canton-map .chart-filter-container .table-filter-label .label-text-selected.hidden,
.canton-map .sort-filter .table-filter-label .label-text-selected.hidden,
.canton-map-preview .table-filter-container .table-filter-label .label-text-selected.hidden,
.canton-map-preview .table-column-filter-container .table-filter-label .label-text-selected.hidden,
.canton-map-preview .filter-picker .table-filter-label .label-text-selected.hidden,
.canton-map-preview .chart-filter-container .table-filter-label .label-text-selected.hidden,
.canton-map-preview .sort-filter .table-filter-label .label-text-selected.hidden {
  display: none;
}
.bfs-chart-container .table-filter-container .table-filter-label .label-text-selected .reset-filter,
.bfs-chart-container .table-column-filter-container .table-filter-label .label-text-selected .reset-filter,
.bfs-chart-container .filter-picker .table-filter-label .label-text-selected .reset-filter,
.bfs-chart-container .chart-filter-container .table-filter-label .label-text-selected .reset-filter,
.bfs-chart-container .sort-filter .table-filter-label .label-text-selected .reset-filter,
.canton-map .table-filter-container .table-filter-label .label-text-selected .reset-filter,
.canton-map .table-column-filter-container .table-filter-label .label-text-selected .reset-filter,
.canton-map .filter-picker .table-filter-label .label-text-selected .reset-filter,
.canton-map .chart-filter-container .table-filter-label .label-text-selected .reset-filter,
.canton-map .sort-filter .table-filter-label .label-text-selected .reset-filter,
.canton-map-preview .table-filter-container .table-filter-label .label-text-selected .reset-filter,
.canton-map-preview .table-column-filter-container .table-filter-label .label-text-selected .reset-filter,
.canton-map-preview .filter-picker .table-filter-label .label-text-selected .reset-filter,
.canton-map-preview .chart-filter-container .table-filter-label .label-text-selected .reset-filter,
.canton-map-preview .sort-filter .table-filter-label .label-text-selected .reset-filter {
  display: flex;
  align-items: center;
}
.bfs-chart-container .table-filter-container .table-filter-label .label-text-selected .reset-filter svg,
.bfs-chart-container .table-column-filter-container .table-filter-label .label-text-selected .reset-filter svg,
.bfs-chart-container .filter-picker .table-filter-label .label-text-selected .reset-filter svg,
.bfs-chart-container .chart-filter-container .table-filter-label .label-text-selected .reset-filter svg,
.bfs-chart-container .sort-filter .table-filter-label .label-text-selected .reset-filter svg,
.canton-map .table-filter-container .table-filter-label .label-text-selected .reset-filter svg,
.canton-map .table-column-filter-container .table-filter-label .label-text-selected .reset-filter svg,
.canton-map .filter-picker .table-filter-label .label-text-selected .reset-filter svg,
.canton-map .chart-filter-container .table-filter-label .label-text-selected .reset-filter svg,
.canton-map .sort-filter .table-filter-label .label-text-selected .reset-filter svg,
.canton-map-preview .table-filter-container .table-filter-label .label-text-selected .reset-filter svg,
.canton-map-preview .table-column-filter-container .table-filter-label .label-text-selected .reset-filter svg,
.canton-map-preview .filter-picker .table-filter-label .label-text-selected .reset-filter svg,
.canton-map-preview .chart-filter-container .table-filter-label .label-text-selected .reset-filter svg,
.canton-map-preview .sort-filter .table-filter-label .label-text-selected .reset-filter svg {
  width: 15px;
  height: 15px;
}
.bfs-chart-container .table-filter-container .table-filter-label .label-text-selected .reset-filter svg path,
.bfs-chart-container .table-column-filter-container .table-filter-label .label-text-selected .reset-filter svg path,
.bfs-chart-container .filter-picker .table-filter-label .label-text-selected .reset-filter svg path,
.bfs-chart-container .chart-filter-container .table-filter-label .label-text-selected .reset-filter svg path,
.bfs-chart-container .sort-filter .table-filter-label .label-text-selected .reset-filter svg path,
.canton-map .table-filter-container .table-filter-label .label-text-selected .reset-filter svg path,
.canton-map .table-column-filter-container .table-filter-label .label-text-selected .reset-filter svg path,
.canton-map .filter-picker .table-filter-label .label-text-selected .reset-filter svg path,
.canton-map .chart-filter-container .table-filter-label .label-text-selected .reset-filter svg path,
.canton-map .sort-filter .table-filter-label .label-text-selected .reset-filter svg path,
.canton-map-preview .table-filter-container .table-filter-label .label-text-selected .reset-filter svg path,
.canton-map-preview .table-column-filter-container .table-filter-label .label-text-selected .reset-filter svg path,
.canton-map-preview .filter-picker .table-filter-label .label-text-selected .reset-filter svg path,
.canton-map-preview .chart-filter-container .table-filter-label .label-text-selected .reset-filter svg path,
.canton-map-preview .sort-filter .table-filter-label .label-text-selected .reset-filter svg path {
  fill: #006699;
}
.bfs-chart-container .table-filter-container .table-filter-label input,
.bfs-chart-container .table-column-filter-container .table-filter-label input,
.bfs-chart-container .filter-picker .table-filter-label input,
.bfs-chart-container .chart-filter-container .table-filter-label input,
.bfs-chart-container .sort-filter .table-filter-label input,
.canton-map .table-filter-container .table-filter-label input,
.canton-map .table-column-filter-container .table-filter-label input,
.canton-map .filter-picker .table-filter-label input,
.canton-map .chart-filter-container .table-filter-label input,
.canton-map .sort-filter .table-filter-label input,
.canton-map-preview .table-filter-container .table-filter-label input,
.canton-map-preview .table-column-filter-container .table-filter-label input,
.canton-map-preview .filter-picker .table-filter-label input,
.canton-map-preview .chart-filter-container .table-filter-label input,
.canton-map-preview .sort-filter .table-filter-label input {
  display: none;
  padding: 0;
  height: 19px;
  border: none;
  box-shadow: none;
  min-height: unset;
}
.bfs-chart-container .table-filter-container .table-filter-label svg,
.bfs-chart-container .table-column-filter-container .table-filter-label svg,
.bfs-chart-container .filter-picker .table-filter-label svg,
.bfs-chart-container .chart-filter-container .table-filter-label svg,
.bfs-chart-container .sort-filter .table-filter-label svg,
.canton-map .table-filter-container .table-filter-label svg,
.canton-map .table-column-filter-container .table-filter-label svg,
.canton-map .filter-picker .table-filter-label svg,
.canton-map .chart-filter-container .table-filter-label svg,
.canton-map .sort-filter .table-filter-label svg,
.canton-map-preview .table-filter-container .table-filter-label svg,
.canton-map-preview .table-column-filter-container .table-filter-label svg,
.canton-map-preview .filter-picker .table-filter-label svg,
.canton-map-preview .chart-filter-container .table-filter-label svg,
.canton-map-preview .sort-filter .table-filter-label svg {
  margin-left: 15px;
}
.bfs-chart-container .table-filter-container .table-filter-label.table-filters-open,
.bfs-chart-container .table-column-filter-container .table-filter-label.table-filters-open,
.bfs-chart-container .filter-picker .table-filter-label.table-filters-open,
.bfs-chart-container .chart-filter-container .table-filter-label.table-filters-open,
.bfs-chart-container .sort-filter .table-filter-label.table-filters-open,
.canton-map .table-filter-container .table-filter-label.table-filters-open,
.canton-map .table-column-filter-container .table-filter-label.table-filters-open,
.canton-map .filter-picker .table-filter-label.table-filters-open,
.canton-map .chart-filter-container .table-filter-label.table-filters-open,
.canton-map .sort-filter .table-filter-label.table-filters-open,
.canton-map-preview .table-filter-container .table-filter-label.table-filters-open,
.canton-map-preview .table-column-filter-container .table-filter-label.table-filters-open,
.canton-map-preview .filter-picker .table-filter-label.table-filters-open,
.canton-map-preview .chart-filter-container .table-filter-label.table-filters-open,
.canton-map-preview .sort-filter .table-filter-label.table-filters-open {
  border-color: #006699;
}
.bfs-chart-container .table-filter-container .table-filter-label.table-filters-open .label-text,
.bfs-chart-container .table-column-filter-container .table-filter-label.table-filters-open .label-text,
.bfs-chart-container .filter-picker .table-filter-label.table-filters-open .label-text,
.bfs-chart-container .chart-filter-container .table-filter-label.table-filters-open .label-text,
.bfs-chart-container .sort-filter .table-filter-label.table-filters-open .label-text,
.canton-map .table-filter-container .table-filter-label.table-filters-open .label-text,
.canton-map .table-column-filter-container .table-filter-label.table-filters-open .label-text,
.canton-map .filter-picker .table-filter-label.table-filters-open .label-text,
.canton-map .chart-filter-container .table-filter-label.table-filters-open .label-text,
.canton-map .sort-filter .table-filter-label.table-filters-open .label-text,
.canton-map-preview .table-filter-container .table-filter-label.table-filters-open .label-text,
.canton-map-preview .table-column-filter-container .table-filter-label.table-filters-open .label-text,
.canton-map-preview .filter-picker .table-filter-label.table-filters-open .label-text,
.canton-map-preview .chart-filter-container .table-filter-label.table-filters-open .label-text,
.canton-map-preview .sort-filter .table-filter-label.table-filters-open .label-text {
  display: none;
}
.bfs-chart-container .table-filter-container .table-filter-label.table-filters-open input,
.bfs-chart-container .table-column-filter-container .table-filter-label.table-filters-open input,
.bfs-chart-container .filter-picker .table-filter-label.table-filters-open input,
.bfs-chart-container .chart-filter-container .table-filter-label.table-filters-open input,
.bfs-chart-container .sort-filter .table-filter-label.table-filters-open input,
.canton-map .table-filter-container .table-filter-label.table-filters-open input,
.canton-map .table-column-filter-container .table-filter-label.table-filters-open input,
.canton-map .filter-picker .table-filter-label.table-filters-open input,
.canton-map .chart-filter-container .table-filter-label.table-filters-open input,
.canton-map .sort-filter .table-filter-label.table-filters-open input,
.canton-map-preview .table-filter-container .table-filter-label.table-filters-open input,
.canton-map-preview .table-column-filter-container .table-filter-label.table-filters-open input,
.canton-map-preview .filter-picker .table-filter-label.table-filters-open input,
.canton-map-preview .chart-filter-container .table-filter-label.table-filters-open input,
.canton-map-preview .sort-filter .table-filter-label.table-filters-open input {
  display: block;
}
.bfs-chart-container .table-filter-container .table-filter-label.table-filters-open svg,
.bfs-chart-container .table-column-filter-container .table-filter-label.table-filters-open svg,
.bfs-chart-container .filter-picker .table-filter-label.table-filters-open svg,
.bfs-chart-container .chart-filter-container .table-filter-label.table-filters-open svg,
.bfs-chart-container .sort-filter .table-filter-label.table-filters-open svg,
.canton-map .table-filter-container .table-filter-label.table-filters-open svg,
.canton-map .table-column-filter-container .table-filter-label.table-filters-open svg,
.canton-map .filter-picker .table-filter-label.table-filters-open svg,
.canton-map .chart-filter-container .table-filter-label.table-filters-open svg,
.canton-map .sort-filter .table-filter-label.table-filters-open svg,
.canton-map-preview .table-filter-container .table-filter-label.table-filters-open svg,
.canton-map-preview .table-column-filter-container .table-filter-label.table-filters-open svg,
.canton-map-preview .filter-picker .table-filter-label.table-filters-open svg,
.canton-map-preview .chart-filter-container .table-filter-label.table-filters-open svg,
.canton-map-preview .sort-filter .table-filter-label.table-filters-open svg {
  transform: rotate(180deg);
}
.bfs-chart-container .table-filter-container .table-filters,
.bfs-chart-container .table-column-filter-container .table-filters,
.bfs-chart-container .filter-picker .table-filters,
.bfs-chart-container .chart-filter-container .table-filters,
.bfs-chart-container .sort-filter .table-filters,
.canton-map .table-filter-container .table-filters,
.canton-map .table-column-filter-container .table-filters,
.canton-map .filter-picker .table-filters,
.canton-map .chart-filter-container .table-filters,
.canton-map .sort-filter .table-filters,
.canton-map-preview .table-filter-container .table-filters,
.canton-map-preview .table-column-filter-container .table-filters,
.canton-map-preview .filter-picker .table-filters,
.canton-map-preview .chart-filter-container .table-filters,
.canton-map-preview .sort-filter .table-filters {
  display: none;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  width: calc(100% - 2px);
  padding: 20px 0;
  overflow-y: auto;
  max-height: 286px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 3px;
  background-color: #fff;
  margin-top: 5.2px;
  margin-left: 2px;
  font-size: 14px;
  line-height: 18px;
  color: #454545;
}
.bfs-chart-container .table-filter-container .table-filters-open,
.bfs-chart-container .table-column-filter-container .table-filters-open,
.bfs-chart-container .filter-picker .table-filters-open,
.bfs-chart-container .chart-filter-container .table-filters-open,
.bfs-chart-container .sort-filter .table-filters-open,
.canton-map .table-filter-container .table-filters-open,
.canton-map .table-column-filter-container .table-filters-open,
.canton-map .filter-picker .table-filters-open,
.canton-map .chart-filter-container .table-filters-open,
.canton-map .sort-filter .table-filters-open,
.canton-map-preview .table-filter-container .table-filters-open,
.canton-map-preview .table-column-filter-container .table-filters-open,
.canton-map-preview .filter-picker .table-filters-open,
.canton-map-preview .chart-filter-container .table-filters-open,
.canton-map-preview .sort-filter .table-filters-open {
  display: flex;
}
.bfs-chart-container .table-filter-container .table-filters .no-filter-found,
.bfs-chart-container .table-column-filter-container .table-filters .no-filter-found,
.bfs-chart-container .filter-picker .table-filters .no-filter-found,
.bfs-chart-container .chart-filter-container .table-filters .no-filter-found,
.bfs-chart-container .sort-filter .table-filters .no-filter-found,
.canton-map .table-filter-container .table-filters .no-filter-found,
.canton-map .table-column-filter-container .table-filters .no-filter-found,
.canton-map .filter-picker .table-filters .no-filter-found,
.canton-map .chart-filter-container .table-filters .no-filter-found,
.canton-map .sort-filter .table-filters .no-filter-found,
.canton-map-preview .table-filter-container .table-filters .no-filter-found,
.canton-map-preview .table-column-filter-container .table-filters .no-filter-found,
.canton-map-preview .filter-picker .table-filters .no-filter-found,
.canton-map-preview .chart-filter-container .table-filters .no-filter-found,
.canton-map-preview .sort-filter .table-filters .no-filter-found {
  padding: 2px 23px 2px 20px;
  color: #757575;
}
.bfs-chart-container .table-filter-container .table-filters .table-filter,
.bfs-chart-container .table-column-filter-container .table-filters .table-filter,
.bfs-chart-container .filter-picker .table-filters .table-filter,
.bfs-chart-container .chart-filter-container .table-filters .table-filter,
.bfs-chart-container .sort-filter .table-filters .table-filter,
.canton-map .table-filter-container .table-filters .table-filter,
.canton-map .table-column-filter-container .table-filters .table-filter,
.canton-map .filter-picker .table-filters .table-filter,
.canton-map .chart-filter-container .table-filters .table-filter,
.canton-map .sort-filter .table-filters .table-filter,
.canton-map-preview .table-filter-container .table-filters .table-filter,
.canton-map-preview .table-column-filter-container .table-filters .table-filter,
.canton-map-preview .filter-picker .table-filters .table-filter,
.canton-map-preview .chart-filter-container .table-filters .table-filter,
.canton-map-preview .sort-filter .table-filters .table-filter {
  padding: 12px 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bfs-chart-container .table-filter-container .table-filters .table-filter:hover,
.bfs-chart-container .table-column-filter-container .table-filters .table-filter:hover,
.bfs-chart-container .filter-picker .table-filters .table-filter:hover,
.bfs-chart-container .chart-filter-container .table-filters .table-filter:hover,
.bfs-chart-container .sort-filter .table-filters .table-filter:hover,
.canton-map .table-filter-container .table-filters .table-filter:hover,
.canton-map .table-column-filter-container .table-filters .table-filter:hover,
.canton-map .filter-picker .table-filters .table-filter:hover,
.canton-map .chart-filter-container .table-filters .table-filter:hover,
.canton-map .sort-filter .table-filters .table-filter:hover,
.canton-map-preview .table-filter-container .table-filters .table-filter:hover,
.canton-map-preview .table-column-filter-container .table-filters .table-filter:hover,
.canton-map-preview .filter-picker .table-filters .table-filter:hover,
.canton-map-preview .chart-filter-container .table-filters .table-filter:hover,
.canton-map-preview .sort-filter .table-filters .table-filter:hover {
  background-color: rgba(0, 102, 153, 0.05);
}
.bfs-chart-container .table-filter-container .table-filters .table-filter.hidden,
.bfs-chart-container .table-column-filter-container .table-filters .table-filter.hidden,
.bfs-chart-container .filter-picker .table-filters .table-filter.hidden,
.bfs-chart-container .chart-filter-container .table-filters .table-filter.hidden,
.bfs-chart-container .sort-filter .table-filters .table-filter.hidden,
.canton-map .table-filter-container .table-filters .table-filter.hidden,
.canton-map .table-column-filter-container .table-filters .table-filter.hidden,
.canton-map .filter-picker .table-filters .table-filter.hidden,
.canton-map .chart-filter-container .table-filters .table-filter.hidden,
.canton-map .sort-filter .table-filters .table-filter.hidden,
.canton-map-preview .table-filter-container .table-filters .table-filter.hidden,
.canton-map-preview .table-column-filter-container .table-filters .table-filter.hidden,
.canton-map-preview .filter-picker .table-filters .table-filter.hidden,
.canton-map-preview .chart-filter-container .table-filters .table-filter.hidden,
.canton-map-preview .sort-filter .table-filters .table-filter.hidden {
  display: none;
}
.bfs-chart-container .table-filter-container .table-filters .table-filter:last-of-type,
.bfs-chart-container .table-column-filter-container .table-filters .table-filter:last-of-type,
.bfs-chart-container .filter-picker .table-filters .table-filter:last-of-type,
.bfs-chart-container .chart-filter-container .table-filters .table-filter:last-of-type,
.bfs-chart-container .sort-filter .table-filters .table-filter:last-of-type,
.canton-map .table-filter-container .table-filters .table-filter:last-of-type,
.canton-map .table-column-filter-container .table-filters .table-filter:last-of-type,
.canton-map .filter-picker .table-filters .table-filter:last-of-type,
.canton-map .chart-filter-container .table-filters .table-filter:last-of-type,
.canton-map .sort-filter .table-filters .table-filter:last-of-type,
.canton-map-preview .table-filter-container .table-filters .table-filter:last-of-type,
.canton-map-preview .table-column-filter-container .table-filters .table-filter:last-of-type,
.canton-map-preview .filter-picker .table-filters .table-filter:last-of-type,
.canton-map-preview .chart-filter-container .table-filters .table-filter:last-of-type,
.canton-map-preview .sort-filter .table-filters .table-filter:last-of-type {
  margin-bottom: 0;
}
.bfs-chart-container .table-filter-container .table-filters .table-filter.selected,
.bfs-chart-container .table-column-filter-container .table-filters .table-filter.selected,
.bfs-chart-container .filter-picker .table-filters .table-filter.selected,
.bfs-chart-container .chart-filter-container .table-filters .table-filter.selected,
.bfs-chart-container .sort-filter .table-filters .table-filter.selected,
.canton-map .table-filter-container .table-filters .table-filter.selected,
.canton-map .table-column-filter-container .table-filters .table-filter.selected,
.canton-map .filter-picker .table-filters .table-filter.selected,
.canton-map .chart-filter-container .table-filters .table-filter.selected,
.canton-map .sort-filter .table-filters .table-filter.selected,
.canton-map-preview .table-filter-container .table-filters .table-filter.selected,
.canton-map-preview .table-column-filter-container .table-filters .table-filter.selected,
.canton-map-preview .filter-picker .table-filters .table-filter.selected,
.canton-map-preview .chart-filter-container .table-filters .table-filter.selected,
.canton-map-preview .sort-filter .table-filters .table-filter.selected {
  display: flex;
  justify-content: space-between;
}
.bfs-chart-container .table-filter-container .table-filters .table-filter.selected::after,
.bfs-chart-container .table-column-filter-container .table-filters .table-filter.selected::after,
.bfs-chart-container .filter-picker .table-filters .table-filter.selected::after,
.bfs-chart-container .chart-filter-container .table-filters .table-filter.selected::after,
.bfs-chart-container .sort-filter .table-filters .table-filter.selected::after,
.canton-map .table-filter-container .table-filters .table-filter.selected::after,
.canton-map .table-column-filter-container .table-filters .table-filter.selected::after,
.canton-map .filter-picker .table-filters .table-filter.selected::after,
.canton-map .chart-filter-container .table-filters .table-filter.selected::after,
.canton-map .sort-filter .table-filters .table-filter.selected::after,
.canton-map-preview .table-filter-container .table-filters .table-filter.selected::after,
.canton-map-preview .table-column-filter-container .table-filters .table-filter.selected::after,
.canton-map-preview .filter-picker .table-filters .table-filter.selected::after,
.canton-map-preview .chart-filter-container .table-filters .table-filter.selected::after,
.canton-map-preview .sort-filter .table-filters .table-filter.selected::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 512 512"><path fill="none" stroke="rgb(0,102,153)" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M416 128L192 384l-96-96"/></svg>');
}
.bfs-chart-container .table-filter-container .table-filters .table-filter.selected.hidden,
.bfs-chart-container .table-column-filter-container .table-filters .table-filter.selected.hidden,
.bfs-chart-container .filter-picker .table-filters .table-filter.selected.hidden,
.bfs-chart-container .chart-filter-container .table-filters .table-filter.selected.hidden,
.bfs-chart-container .sort-filter .table-filters .table-filter.selected.hidden,
.canton-map .table-filter-container .table-filters .table-filter.selected.hidden,
.canton-map .table-column-filter-container .table-filters .table-filter.selected.hidden,
.canton-map .filter-picker .table-filters .table-filter.selected.hidden,
.canton-map .chart-filter-container .table-filters .table-filter.selected.hidden,
.canton-map .sort-filter .table-filters .table-filter.selected.hidden,
.canton-map-preview .table-filter-container .table-filters .table-filter.selected.hidden,
.canton-map-preview .table-column-filter-container .table-filters .table-filter.selected.hidden,
.canton-map-preview .filter-picker .table-filters .table-filter.selected.hidden,
.canton-map-preview .chart-filter-container .table-filters .table-filter.selected.hidden,
.canton-map-preview .sort-filter .table-filters .table-filter.selected.hidden {
  display: none;
}
.bfs-chart-container .table-filter-container .table-filters .table-filter input[type=checkbox]:not(:checked),
.bfs-chart-container .table-column-filter-container .table-filters .table-filter input[type=checkbox]:not(:checked),
.bfs-chart-container .filter-picker .table-filters .table-filter input[type=checkbox]:not(:checked),
.bfs-chart-container .chart-filter-container .table-filters .table-filter input[type=checkbox]:not(:checked),
.bfs-chart-container .sort-filter .table-filters .table-filter input[type=checkbox]:not(:checked),
.canton-map .table-filter-container .table-filters .table-filter input[type=checkbox]:not(:checked),
.canton-map .table-column-filter-container .table-filters .table-filter input[type=checkbox]:not(:checked),
.canton-map .filter-picker .table-filters .table-filter input[type=checkbox]:not(:checked),
.canton-map .chart-filter-container .table-filters .table-filter input[type=checkbox]:not(:checked),
.canton-map .sort-filter .table-filters .table-filter input[type=checkbox]:not(:checked),
.canton-map-preview .table-filter-container .table-filters .table-filter input[type=checkbox]:not(:checked),
.canton-map-preview .table-column-filter-container .table-filters .table-filter input[type=checkbox]:not(:checked),
.canton-map-preview .filter-picker .table-filters .table-filter input[type=checkbox]:not(:checked),
.canton-map-preview .chart-filter-container .table-filters .table-filter input[type=checkbox]:not(:checked),
.canton-map-preview .sort-filter .table-filters .table-filter input[type=checkbox]:not(:checked) {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 0;
  border-radius: 3px;
  border: 1px solid #CCC;
  cursor: pointer;
  background-color: #fff !important;
  box-shadow: none;
}
.bfs-chart-container .table-filter-container .table-filters .table-filter input[type=checkbox]:focus,
.bfs-chart-container .table-column-filter-container .table-filters .table-filter input[type=checkbox]:focus,
.bfs-chart-container .filter-picker .table-filters .table-filter input[type=checkbox]:focus,
.bfs-chart-container .chart-filter-container .table-filters .table-filter input[type=checkbox]:focus,
.bfs-chart-container .sort-filter .table-filters .table-filter input[type=checkbox]:focus,
.canton-map .table-filter-container .table-filters .table-filter input[type=checkbox]:focus,
.canton-map .table-column-filter-container .table-filters .table-filter input[type=checkbox]:focus,
.canton-map .filter-picker .table-filters .table-filter input[type=checkbox]:focus,
.canton-map .chart-filter-container .table-filters .table-filter input[type=checkbox]:focus,
.canton-map .sort-filter .table-filters .table-filter input[type=checkbox]:focus,
.canton-map-preview .table-filter-container .table-filters .table-filter input[type=checkbox]:focus,
.canton-map-preview .table-column-filter-container .table-filters .table-filter input[type=checkbox]:focus,
.canton-map-preview .filter-picker .table-filters .table-filter input[type=checkbox]:focus,
.canton-map-preview .chart-filter-container .table-filters .table-filter input[type=checkbox]:focus,
.canton-map-preview .sort-filter .table-filters .table-filter input[type=checkbox]:focus {
  outline: none;
}
.bfs-chart-container .table-filter-container .table-filters .table-filter input[type=checkbox]:checked,
.bfs-chart-container .table-column-filter-container .table-filters .table-filter input[type=checkbox]:checked,
.bfs-chart-container .filter-picker .table-filters .table-filter input[type=checkbox]:checked,
.bfs-chart-container .chart-filter-container .table-filters .table-filter input[type=checkbox]:checked,
.bfs-chart-container .sort-filter .table-filters .table-filter input[type=checkbox]:checked,
.canton-map .table-filter-container .table-filters .table-filter input[type=checkbox]:checked,
.canton-map .table-column-filter-container .table-filters .table-filter input[type=checkbox]:checked,
.canton-map .filter-picker .table-filters .table-filter input[type=checkbox]:checked,
.canton-map .chart-filter-container .table-filters .table-filter input[type=checkbox]:checked,
.canton-map .sort-filter .table-filters .table-filter input[type=checkbox]:checked,
.canton-map-preview .table-filter-container .table-filters .table-filter input[type=checkbox]:checked,
.canton-map-preview .table-column-filter-container .table-filters .table-filter input[type=checkbox]:checked,
.canton-map-preview .filter-picker .table-filters .table-filter input[type=checkbox]:checked,
.canton-map-preview .chart-filter-container .table-filters .table-filter input[type=checkbox]:checked,
.canton-map-preview .sort-filter .table-filters .table-filter input[type=checkbox]:checked {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 0;
  border-radius: 3px;
  border: 1px solid transparent;
  cursor: pointer;
  background-color: #006699;
  box-shadow: none;
}
.bfs-chart-container .chart-filter-container,
.canton-map .chart-filter-container,
.canton-map-preview .chart-filter-container {
  position: absolute;
  top: 50px;
  z-index: 1;
}
.bfs-chart-container .chart-filter-container#chart-new02b-honeycomb-nr-chart-filter-container, .bfs-chart-container .chart-filter-container#chart-new02-honeycomb-sr-chart-filter-container,
.canton-map .chart-filter-container#chart-new02b-honeycomb-nr-chart-filter-container,
.canton-map .chart-filter-container#chart-new02-honeycomb-sr-chart-filter-container,
.canton-map-preview .chart-filter-container#chart-new02b-honeycomb-nr-chart-filter-container,
.canton-map-preview .chart-filter-container#chart-new02-honeycomb-sr-chart-filter-container {
  z-index: 0;
  width: auto;
}
@media print, screen and (max-width: 767px) {
  .bfs-chart-container .chart-filter-container,
  .canton-map .chart-filter-container,
  .canton-map-preview .chart-filter-container {
    top: 90px;
  }
  .bfs-chart-container .chart-filter-container#chart-new02b-honeycomb-nr-chart-filter-container, .bfs-chart-container .chart-filter-container#chart-new02-honeycomb-sr-chart-filter-container,
  .canton-map .chart-filter-container#chart-new02b-honeycomb-nr-chart-filter-container,
  .canton-map .chart-filter-container#chart-new02-honeycomb-sr-chart-filter-container,
  .canton-map-preview .chart-filter-container#chart-new02b-honeycomb-nr-chart-filter-container,
  .canton-map-preview .chart-filter-container#chart-new02-honeycomb-sr-chart-filter-container {
    top: 50px;
  }
  .bfs-chart-container .chart-filter-container.chart-10a-woman-development-electoral-participation-chart-filter,
  .canton-map .chart-filter-container.chart-10a-woman-development-electoral-participation-chart-filter,
  .canton-map-preview .chart-filter-container.chart-10a-woman-development-electoral-participation-chart-filter {
    top: 50px;
  }
}
.bfs-chart-container .table-column-filter-container,
.canton-map .table-column-filter-container,
.canton-map-preview .table-column-filter-container {
  margin-top: 24px;
  margin-bottom: 0;
  width: 277px;
}
.bfs-chart-container .table-column-filter-container.table-filters-open .table-filter-label svg,
.canton-map .table-column-filter-container.table-filters-open .table-filter-label svg,
.canton-map-preview .table-column-filter-container.table-filters-open .table-filter-label svg {
  transform: rotate(180deg);
}
.bfs-chart-container .table-column-filter-container .table-filters label.table-filter,
.canton-map .table-column-filter-container .table-filters label.table-filter,
.canton-map-preview .table-column-filter-container .table-filters label.table-filter {
  padding: 10px 22px;
}
.bfs-chart-container .filter-picker-container,
.bfs-chart-container .chart-sort-filter-container,
.canton-map .filter-picker-container,
.canton-map .chart-sort-filter-container,
.canton-map-preview .filter-picker-container,
.canton-map-preview .chart-sort-filter-container {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: 24px;
}
.bfs-chart-container .filter-picker-container.disable-filter,
.bfs-chart-container .chart-sort-filter-container.disable-filter,
.canton-map .filter-picker-container.disable-filter,
.canton-map .chart-sort-filter-container.disable-filter,
.canton-map-preview .filter-picker-container.disable-filter,
.canton-map-preview .chart-sort-filter-container.disable-filter {
  pointer-events: none;
  opacity: 0.5;
}
.bfs-chart-container .filter-picker-container span:not(.table-filters span),
.bfs-chart-container .chart-sort-filter-container span:not(.table-filters span),
.canton-map .filter-picker-container span:not(.table-filters span),
.canton-map .chart-sort-filter-container span:not(.table-filters span),
.canton-map-preview .filter-picker-container span:not(.table-filters span),
.canton-map-preview .chart-sort-filter-container span:not(.table-filters span) {
  color: #454545;
  font-size: 14px;
  line-height: 18px;
  margin-right: 15px;
}
.bfs-chart-container .filter-picker-container span:not(.table-filters span).margin-left,
.bfs-chart-container .chart-sort-filter-container span:not(.table-filters span).margin-left,
.canton-map .filter-picker-container span:not(.table-filters span).margin-left,
.canton-map .chart-sort-filter-container span:not(.table-filters span).margin-left,
.canton-map-preview .filter-picker-container span:not(.table-filters span).margin-left,
.canton-map-preview .chart-sort-filter-container span:not(.table-filters span).margin-left {
  margin-left: 20px;
}
.bfs-chart-container .filter-picker-container .filter-picker,
.bfs-chart-container .chart-sort-filter-container .filter-picker,
.canton-map .filter-picker-container .filter-picker,
.canton-map .chart-sort-filter-container .filter-picker,
.canton-map-preview .filter-picker-container .filter-picker,
.canton-map-preview .chart-sort-filter-container .filter-picker {
  margin-top: 0;
}
.bfs-chart-container .filter-picker-container .filter-picker.table-filters-open .table-filter-label svg,
.bfs-chart-container .chart-sort-filter-container .filter-picker.table-filters-open .table-filter-label svg,
.canton-map .filter-picker-container .filter-picker.table-filters-open .table-filter-label svg,
.canton-map .chart-sort-filter-container .filter-picker.table-filters-open .table-filter-label svg,
.canton-map-preview .filter-picker-container .filter-picker.table-filters-open .table-filter-label svg,
.canton-map-preview .chart-sort-filter-container .filter-picker.table-filters-open .table-filter-label svg {
  transform: rotate(180deg);
}
.bfs-chart-container .filter-picker-container .filter-picker .table-filter-label,
.bfs-chart-container .chart-sort-filter-container .filter-picker .table-filter-label,
.canton-map .filter-picker-container .filter-picker .table-filter-label,
.canton-map .chart-sort-filter-container .filter-picker .table-filter-label,
.canton-map-preview .filter-picker-container .filter-picker .table-filter-label,
.canton-map-preview .chart-sort-filter-container .filter-picker .table-filter-label {
  width: 228.5px;
}
.bfs-chart-container .filter-picker-container .filter-picker .table-filters,
.bfs-chart-container .chart-sort-filter-container .filter-picker .table-filters,
.canton-map .filter-picker-container .filter-picker .table-filters,
.canton-map .chart-sort-filter-container .filter-picker .table-filters,
.canton-map-preview .filter-picker-container .filter-picker .table-filters,
.canton-map-preview .chart-sort-filter-container .filter-picker .table-filters {
  right: 0;
  width: 228.5px;
}
@media print, screen and (max-width: 767px) {
  .bfs-chart-container .filter-picker-container,
  .bfs-chart-container .chart-sort-filter-container,
  .canton-map .filter-picker-container,
  .canton-map .chart-sort-filter-container,
  .canton-map-preview .filter-picker-container,
  .canton-map-preview .chart-sort-filter-container {
    flex-wrap: wrap;
  }
  .bfs-chart-container .filter-picker-container span:not(.table-filters span),
  .bfs-chart-container .chart-sort-filter-container span:not(.table-filters span),
  .canton-map .filter-picker-container span:not(.table-filters span),
  .canton-map .chart-sort-filter-container span:not(.table-filters span),
  .canton-map-preview .filter-picker-container span:not(.table-filters span),
  .canton-map-preview .chart-sort-filter-container span:not(.table-filters span) {
    width: 100%;
    margin-bottom: 10px;
  }
  .bfs-chart-container .filter-picker-container span:not(.table-filters span).margin-left,
  .bfs-chart-container .chart-sort-filter-container span:not(.table-filters span).margin-left,
  .canton-map .filter-picker-container span:not(.table-filters span).margin-left,
  .canton-map .chart-sort-filter-container span:not(.table-filters span).margin-left,
  .canton-map-preview .filter-picker-container span:not(.table-filters span).margin-left,
  .canton-map-preview .chart-sort-filter-container span:not(.table-filters span).margin-left {
    margin-left: 0;
  }
  .bfs-chart-container .filter-picker-container .filter-picker .table-filter-label,
  .bfs-chart-container .filter-picker-container .filter-picker .table-filters,
  .bfs-chart-container .chart-sort-filter-container .filter-picker .table-filter-label,
  .bfs-chart-container .chart-sort-filter-container .filter-picker .table-filters,
  .canton-map .filter-picker-container .filter-picker .table-filter-label,
  .canton-map .filter-picker-container .filter-picker .table-filters,
  .canton-map .chart-sort-filter-container .filter-picker .table-filter-label,
  .canton-map .chart-sort-filter-container .filter-picker .table-filters,
  .canton-map-preview .filter-picker-container .filter-picker .table-filter-label,
  .canton-map-preview .filter-picker-container .filter-picker .table-filters,
  .canton-map-preview .chart-sort-filter-container .filter-picker .table-filter-label,
  .canton-map-preview .chart-sort-filter-container .filter-picker .table-filters {
    width: 309px;
  }
}
.bfs-chart-container .chart-sort-filter-container,
.canton-map .chart-sort-filter-container,
.canton-map-preview .chart-sort-filter-container {
  position: absolute;
  top: 90px;
}
.bfs-chart-container .chart-sort-filter-container .sort-filter,
.canton-map .chart-sort-filter-container .sort-filter,
.canton-map-preview .chart-sort-filter-container .sort-filter {
  margin-top: 0;
}
.bfs-chart-container .chart-sort-filter-container .sort-filter.table-filters-open .table-filter-label svg,
.canton-map .chart-sort-filter-container .sort-filter.table-filters-open .table-filter-label svg,
.canton-map-preview .chart-sort-filter-container .sort-filter.table-filters-open .table-filter-label svg {
  transform: rotate(180deg);
}
.bfs-chart-container .text-right,
.canton-map .text-right,
.canton-map-preview .text-right {
  text-align: right;
}
.bfs-chart-container .text-right div,
.canton-map .text-right div,
.canton-map-preview .text-right div {
  justify-content: flex-end;
}
.bfs-chart-container .text-right,
.canton-map .text-right,
.canton-map-preview .text-right {
  text-align: right;
}
.bfs-chart-container .text-right div,
.canton-map .text-right div,
.canton-map-preview .text-right div {
  justify-content: flex-end;
}
.bfs-chart-container .text-left,
.canton-map .text-left,
.canton-map-preview .text-left {
  text-align: left;
}
.bfs-chart-container .text-left div,
.canton-map .text-left div,
.canton-map-preview .text-left div {
  justify-content: flex-start;
}
.bfs-chart-container .text-center,
.canton-map .text-center,
.canton-map-preview .text-center {
  text-align: center;
}
.bfs-chart-container .text-center div,
.canton-map .text-center div,
.canton-map-preview .text-center div {
  justify-content: center;
}
.bfs-chart-container .table-link-cell a,
.canton-map .table-link-cell a,
.canton-map-preview .table-link-cell a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #006699;
}
.bfs-chart-container .table-link-cell a svg,
.canton-map .table-link-cell a svg,
.canton-map-preview .table-link-cell a svg {
  transform: rotate(-90deg);
  fill: #006699;
  margin-left: 6px;
  z-index: 0;
}
.bfs-chart-container .table-link-cell a:hover,
.canton-map .table-link-cell a:hover,
.canton-map-preview .table-link-cell a:hover {
  text-decoration: underline;
}
.bfs-chart-container .table-icon-cell,
.canton-map .table-icon-cell,
.canton-map-preview .table-icon-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bfs-chart-container .table-icon-cell svg,
.canton-map .table-icon-cell svg,
.canton-map-preview .table-icon-cell svg {
  margin-left: 6px;
}
.bfs-chart-container .party-with-color,
.canton-map .party-with-color,
.canton-map-preview .party-with-color {
  align-items: center;
}
.bfs-chart-container .party-with-color span,
.canton-map .party-with-color span,
.canton-map-preview .party-with-color span {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}
.bfs-chart-container .party-with-color.tooltip-value,
.canton-map .party-with-color.tooltip-value,
.canton-map-preview .party-with-color.tooltip-value {
  justify-content: flex-end;
}
@media print, screen and (max-width: 767px) {
  .bfs-chart-container .party-with-color,
  .canton-map .party-with-color,
  .canton-map-preview .party-with-color {
    padding-right: 20px !important;
  }
}
.bfs-chart-container .table-container,
.canton-map .table-container,
.canton-map-preview .table-container {
  max-height: 450px;
  overflow-y: scroll;
  max-width: 100%;
  font-size: 14px;
  line-height: 18px;
  margin-top: 22px;
}
.bfs-chart-container .table-container .table,
.canton-map .table-container .table,
.canton-map-preview .table-container .table {
  border: none;
  box-shadow: none;
}
.bfs-chart-container .table-container .table thead,
.canton-map .table-container .table thead,
.canton-map-preview .table-container .table thead {
  background-color: #fff;
  position: sticky;
  top: -1px;
  z-index: 1;
}
.bfs-chart-container .table-container .table thead tr th,
.canton-map .table-container .table thead tr th,
.canton-map-preview .table-container .table thead tr th {
  text-transform: initial;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  padding: 9px 32px 9px 0;
  cursor: pointer;
  vertical-align: bottom;
}
.bfs-chart-container .table-container .table thead tr th span,
.canton-map .table-container .table thead tr th span,
.canton-map-preview .table-container .table thead tr th span {
  font-size: 12px;
  line-height: 16px;
  color: #757575;
  width: 100%;
  order: 2;
  text-align: center;
}
.bfs-chart-container .table-container .table thead tr th.flex-wrap div,
.canton-map .table-container .table thead tr th.flex-wrap div,
.canton-map-preview .table-container .table thead tr th.flex-wrap div {
  flex-wrap: wrap;
  justify-content: center;
}
.bfs-chart-container .table-container .table thead tr th:last-of-type,
.canton-map .table-container .table thead tr th:last-of-type,
.canton-map-preview .table-container .table thead tr th:last-of-type {
  padding-right: 20px;
}
.bfs-chart-container .table-container .table thead tr th.tablesorter-headerUnSorted div, .bfs-chart-container .table-container .table thead tr th.tablesorter-headerDesc div,
.canton-map .table-container .table thead tr th.tablesorter-headerUnSorted div,
.canton-map .table-container .table thead tr th.tablesorter-headerDesc div,
.canton-map-preview .table-container .table thead tr th.tablesorter-headerUnSorted div,
.canton-map-preview .table-container .table thead tr th.tablesorter-headerDesc div {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
}
.bfs-chart-container .table-container .table thead tr th.tablesorter-headerUnSorted div::after, .bfs-chart-container .table-container .table thead tr th.tablesorter-headerDesc div::after,
.canton-map .table-container .table thead tr th.tablesorter-headerUnSorted div::after,
.canton-map .table-container .table thead tr th.tablesorter-headerDesc div::after,
.canton-map-preview .table-container .table thead tr th.tablesorter-headerUnSorted div::after,
.canton-map-preview .table-container .table thead tr th.tablesorter-headerDesc div::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 2.5px solid transparent;
  border-right: 2.5px solid transparent;
  border-top: 4px solid #454545;
  margin-left: 5.96px;
  order: 1;
}
.bfs-chart-container .table-container .table thead tr th.tablesorter-headerUnSorted.sorter-false, .bfs-chart-container .table-container .table thead tr th.tablesorter-headerDesc.sorter-false,
.canton-map .table-container .table thead tr th.tablesorter-headerUnSorted.sorter-false,
.canton-map .table-container .table thead tr th.tablesorter-headerDesc.sorter-false,
.canton-map-preview .table-container .table thead tr th.tablesorter-headerUnSorted.sorter-false,
.canton-map-preview .table-container .table thead tr th.tablesorter-headerDesc.sorter-false {
  cursor: initial;
}
.bfs-chart-container .table-container .table thead tr th.tablesorter-headerUnSorted.sorter-false div::after, .bfs-chart-container .table-container .table thead tr th.tablesorter-headerDesc.sorter-false div::after,
.canton-map .table-container .table thead tr th.tablesorter-headerUnSorted.sorter-false div::after,
.canton-map .table-container .table thead tr th.tablesorter-headerDesc.sorter-false div::after,
.canton-map-preview .table-container .table thead tr th.tablesorter-headerUnSorted.sorter-false div::after,
.canton-map-preview .table-container .table thead tr th.tablesorter-headerDesc.sorter-false div::after {
  display: none;
}
.bfs-chart-container .table-container .table thead tr th.tablesorter-headerAsc div,
.canton-map .table-container .table thead tr th.tablesorter-headerAsc div,
.canton-map-preview .table-container .table thead tr th.tablesorter-headerAsc div {
  display: flex;
  align-items: center;
}
.bfs-chart-container .table-container .table thead tr th.tablesorter-headerAsc div::after,
.canton-map .table-container .table thead tr th.tablesorter-headerAsc div::after,
.canton-map-preview .table-container .table thead tr th.tablesorter-headerAsc div::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 2.5px solid transparent;
  border-right: 2.5px solid transparent;
  border-bottom: 4px solid #454545;
  margin-left: 5.96px;
}
.bfs-chart-container .table-container .table thead tr.more-bottom-padding th,
.canton-map .table-container .table thead tr.more-bottom-padding th,
.canton-map-preview .table-container .table thead tr.more-bottom-padding th {
  padding-bottom: 16.5px;
}
.bfs-chart-container .table-container .table thead tr.blue-hover th:hover,
.canton-map .table-container .table thead tr.blue-hover th:hover,
.canton-map-preview .table-container .table thead tr.blue-hover th:hover {
  color: #006699;
}
.bfs-chart-container .table-container .table thead tr.blue-hover th:hover span,
.canton-map .table-container .table thead tr.blue-hover th:hover span,
.canton-map-preview .table-container .table thead tr.blue-hover th:hover span {
  color: #006699;
}
.bfs-chart-container .table-container .table thead tr.blue-hover th:hover.tablesorter-headerUnSorted div::after, .bfs-chart-container .table-container .table thead tr.blue-hover th:hover.tablesorter-headerDesc div::after,
.canton-map .table-container .table thead tr.blue-hover th:hover.tablesorter-headerUnSorted div::after,
.canton-map .table-container .table thead tr.blue-hover th:hover.tablesorter-headerDesc div::after,
.canton-map-preview .table-container .table thead tr.blue-hover th:hover.tablesorter-headerUnSorted div::after,
.canton-map-preview .table-container .table thead tr.blue-hover th:hover.tablesorter-headerDesc div::after {
  border-top: 4px solid #006699;
}
.bfs-chart-container .table-container .table thead tr.blue-hover th:hover.tablesorter-headerAsc div::after,
.canton-map .table-container .table thead tr.blue-hover th:hover.tablesorter-headerAsc div::after,
.canton-map-preview .table-container .table thead tr.blue-hover th:hover.tablesorter-headerAsc div::after {
  border-bottom: 4px solid #006699;
}
.bfs-chart-container .table-container .table thead tr.align-top th,
.canton-map .table-container .table thead tr.align-top th,
.canton-map-preview .table-container .table thead tr.align-top th {
  vertical-align: top;
}
.bfs-chart-container .table-container .table thead::after,
.canton-map .table-container .table thead::after,
.canton-map-preview .table-container .table thead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-right: 1px solid #e7e7e7;
  background-color: #CCC;
}
.bfs-chart-container .table-container .table tbody tr,
.canton-map .table-container .table tbody tr,
.canton-map-preview .table-container .table tbody tr {
  border-bottom: 1px solid #f5f5f5;
  border-top: none;
}
.bfs-chart-container .table-container .table tbody tr:hover,
.canton-map .table-container .table tbody tr:hover,
.canton-map-preview .table-container .table tbody tr:hover {
  background-color: #F5F5F5;
}
.bfs-chart-container .table-container .table tbody tr td,
.canton-map .table-container .table tbody tr td,
.canton-map-preview .table-container .table tbody tr td {
  color: #454545;
  font-size: 14px;
  line-height: 18px;
  padding: 14.5px 45px 14.5px 0;
  max-width: 400px;
}
.bfs-chart-container .table-container .table tbody tr td:last-of-type,
.canton-map .table-container .table tbody tr td:last-of-type,
.canton-map-preview .table-container .table tbody tr td:last-of-type {
  padding-right: 33px;
}
.bfs-chart-container .table-container .table tbody tr td.nowrap,
.canton-map .table-container .table tbody tr td.nowrap,
.canton-map-preview .table-container .table tbody tr td.nowrap {
  white-space: nowrap;
}
.bfs-chart-container .chart-label-subheading tspan,
.canton-map .chart-label-subheading tspan,
.canton-map-preview .chart-label-subheading tspan {
  font-family: "Roboto Medium", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
}
.bfs-chart-container .highcharts-legend tspan,
.canton-map .highcharts-legend tspan,
.canton-map-preview .highcharts-legend tspan {
  fill: #666;
  font-size: 14px;
  font-family: "Roboto Medium", Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  white-space: nowrap;
}
.bfs-chart-container .no-data-overlay,
.canton-map .no-data-overlay,
.canton-map-preview .no-data-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: 10;
}
.bfs-chart-container .no-data-overlay > p,
.canton-map .no-data-overlay > p,
.canton-map-preview .no-data-overlay > p {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 10%;
  margin: auto;
  text-align: center;
  font-size: 16px;
}
.bfs-chart-container > div[id^=nr-mandatsverteilung-], .bfs-chart-container > div[id^=sr-mandatsverteilung-], .bfs-chart-container > div[id^=wahlbeteiligung-], .bfs-chart-container > div[id^=chart-nr-party-strength], .bfs-chart-container > div[id^=chart-sr-mandates], .bfs-chart-container > div[id^=chart-nr-mandates-gender-percentage], .bfs-chart-container > div[id^=chart-09a-sr-mandates-gender-percentage], .bfs-chart-container > div[id^=chart-national-mandates-], .bfs-chart-container > div[id^=chart-07-mandate-by-party], .bfs-chart-container > div[id^=chart-07a-sr-mandate-by-party], .bfs-chart-container > div[id^=chart-nr-voter-turnout-], .bfs-chart-container > div[id^=chart-nr-party-mandates-difference], .bfs-chart-container > div[id^=chart-08a-sr-party-mandates-difference], .bfs-chart-container > div[id^=chart-16-development-electoral-participation], .bfs-chart-container > div[id^=chart-10-woman-development-electoral-participation], .bfs-chart-container > div[id^=chart-nr-party-strenght-difference], .bfs-chart-container > div[id^=chart-18-proportion-woman-by-canton], .bfs-chart-container > div[id^=chart-21-national-council-of-electoral-lists-by-party], .bfs-chart-container > div[id^=chart-22-number-candidates-per-party-and-gender],
.canton-map > div[id^=nr-mandatsverteilung-],
.canton-map > div[id^=sr-mandatsverteilung-],
.canton-map > div[id^=wahlbeteiligung-],
.canton-map > div[id^=chart-nr-party-strength],
.canton-map > div[id^=chart-sr-mandates],
.canton-map > div[id^=chart-nr-mandates-gender-percentage],
.canton-map > div[id^=chart-09a-sr-mandates-gender-percentage],
.canton-map > div[id^=chart-national-mandates-],
.canton-map > div[id^=chart-07-mandate-by-party],
.canton-map > div[id^=chart-07a-sr-mandate-by-party],
.canton-map > div[id^=chart-nr-voter-turnout-],
.canton-map > div[id^=chart-nr-party-mandates-difference],
.canton-map > div[id^=chart-08a-sr-party-mandates-difference],
.canton-map > div[id^=chart-16-development-electoral-participation],
.canton-map > div[id^=chart-10-woman-development-electoral-participation],
.canton-map > div[id^=chart-nr-party-strenght-difference],
.canton-map > div[id^=chart-18-proportion-woman-by-canton],
.canton-map > div[id^=chart-21-national-council-of-electoral-lists-by-party],
.canton-map > div[id^=chart-22-number-candidates-per-party-and-gender],
.canton-map-preview > div[id^=nr-mandatsverteilung-],
.canton-map-preview > div[id^=sr-mandatsverteilung-],
.canton-map-preview > div[id^=wahlbeteiligung-],
.canton-map-preview > div[id^=chart-nr-party-strength],
.canton-map-preview > div[id^=chart-sr-mandates],
.canton-map-preview > div[id^=chart-nr-mandates-gender-percentage],
.canton-map-preview > div[id^=chart-09a-sr-mandates-gender-percentage],
.canton-map-preview > div[id^=chart-national-mandates-],
.canton-map-preview > div[id^=chart-07-mandate-by-party],
.canton-map-preview > div[id^=chart-07a-sr-mandate-by-party],
.canton-map-preview > div[id^=chart-nr-voter-turnout-],
.canton-map-preview > div[id^=chart-nr-party-mandates-difference],
.canton-map-preview > div[id^=chart-08a-sr-party-mandates-difference],
.canton-map-preview > div[id^=chart-16-development-electoral-participation],
.canton-map-preview > div[id^=chart-10-woman-development-electoral-participation],
.canton-map-preview > div[id^=chart-nr-party-strenght-difference],
.canton-map-preview > div[id^=chart-18-proportion-woman-by-canton],
.canton-map-preview > div[id^=chart-21-national-council-of-electoral-lists-by-party],
.canton-map-preview > div[id^=chart-22-number-candidates-per-party-and-gender] {
  min-height: 530px;
}
.bfs-chart-container > div[id^=chart-party-strength-over-time-],
.canton-map > div[id^=chart-party-strength-over-time-],
.canton-map-preview > div[id^=chart-party-strength-over-time-] {
  min-height: 530px;
}
.bfs-chart-container > div[id^=chart-party-strength-over-time-] + .row + .bfs-chart-footer, .bfs-chart-container > div[id^=chart-party-strength-over-time-] + .bfs-chart-footer,
.canton-map > div[id^=chart-party-strength-over-time-] + .row + .bfs-chart-footer,
.canton-map > div[id^=chart-party-strength-over-time-] + .bfs-chart-footer,
.canton-map-preview > div[id^=chart-party-strength-over-time-] + .row + .bfs-chart-footer,
.canton-map-preview > div[id^=chart-party-strength-over-time-] + .bfs-chart-footer {
  max-width: 1250px;
}
.bfs-chart-container > div[id^=chart-03-nr-mandate-distribution-] g.highcharts-tooltip, .bfs-chart-container > div[id^=chart-01-sr-mandate-distribution-] g.highcharts-tooltip,
.canton-map > div[id^=chart-03-nr-mandate-distribution-] g.highcharts-tooltip,
.canton-map > div[id^=chart-01-sr-mandate-distribution-] g.highcharts-tooltip,
.canton-map-preview > div[id^=chart-03-nr-mandate-distribution-] g.highcharts-tooltip,
.canton-map-preview > div[id^=chart-01-sr-mandate-distribution-] g.highcharts-tooltip {
  display: none;
}
.bfs-chart-container > div[id^=chart-03-nr-mandate-distribution-] div.highcharts-tooltip span, .bfs-chart-container > div[id^=chart-01-sr-mandate-distribution-] div.highcharts-tooltip span,
.canton-map > div[id^=chart-03-nr-mandate-distribution-] div.highcharts-tooltip span,
.canton-map > div[id^=chart-01-sr-mandate-distribution-] div.highcharts-tooltip span,
.canton-map-preview > div[id^=chart-03-nr-mandate-distribution-] div.highcharts-tooltip span,
.canton-map-preview > div[id^=chart-01-sr-mandate-distribution-] div.highcharts-tooltip span {
  padding: 10px;
  box-shadow: 1px 1px 1.5px 1.5px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}
.bfs-chart-container > div[id^=chart-03-nr-mandate-distribution-] div.highcharts-tooltip span::after, .bfs-chart-container > div[id^=chart-01-sr-mandate-distribution-] div.highcharts-tooltip span::after,
.canton-map > div[id^=chart-03-nr-mandate-distribution-] div.highcharts-tooltip span::after,
.canton-map > div[id^=chart-01-sr-mandate-distribution-] div.highcharts-tooltip span::after,
.canton-map-preview > div[id^=chart-03-nr-mandate-distribution-] div.highcharts-tooltip span::after,
.canton-map-preview > div[id^=chart-01-sr-mandate-distribution-] div.highcharts-tooltip span::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 8px);
  filter: drop-shadow(1px 2px 0 rgba(0, 0, 0, 0.1607843137));
}
.bfs-chart-container .ch-mandate-label,
.canton-map .ch-mandate-label,
.canton-map-preview .ch-mandate-label {
  display: block;
  width: 100px;
  font-family: "Roboto Medium", Helvetica, Arial, sans-serif;
  font-weight: 500 !important;
  text-align: center;
}
.bfs-chart-container .chart-tooltip,
.canton-map .chart-tooltip,
.canton-map-preview .chart-tooltip {
  padding: 10px 4px 0 4px;
  margin-top: -6px;
  background: white;
  top: -5px;
  position: relative;
}
.bfs-chart-container .chart-tooltip .value-centered,
.canton-map .chart-tooltip .value-centered,
.canton-map-preview .chart-tooltip .value-centered {
  text-align: center;
  font-size: 14px;
  padding-bottom: 3px;
  font-family: Roboto Medium, Helvetica, Arial, sans-serif;
}
.bfs-chart-container .chart-tooltip .neg,
.canton-map .chart-tooltip .neg,
.canton-map-preview .chart-tooltip .neg {
  color: red;
}
.bfs-chart-container .chart-tooltip .pos,
.canton-map .chart-tooltip .pos,
.canton-map-preview .chart-tooltip .pos {
  color: green;
}
.bfs-chart-container .tooltip-header,
.canton-map .tooltip-header,
.canton-map-preview .tooltip-header {
  font-size: rem-calc(10);
  font-weight: bold;
  display: block;
  margin-left: 3px;
  margin-bottom: 5px;
  color: #333333;
}
.bfs-chart-container .tooltip-small,
.canton-map .tooltip-small,
.canton-map-preview .tooltip-small {
  font-size: 0.666rem;
  width: 69px;
  padding: 8px 18px 8px 15px;
}
.bfs-chart-container .tooltip-table,
.canton-map .tooltip-table,
.canton-map-preview .tooltip-table {
  font-size: 0.75rem;
  line-height: 1rem;
  width: 104px;
  border: none;
  box-shadow: none;
}
.bfs-chart-container .tooltip-table tr,
.canton-map .tooltip-table tr,
.canton-map-preview .tooltip-table tr {
  border: none;
}
.bfs-chart-container .tooltip-table tr,
.canton-map .tooltip-table tr,
.canton-map-preview .tooltip-table tr {
  border: none;
}
.bfs-chart-container .tooltip-table tr,
.canton-map .tooltip-table tr,
.canton-map-preview .tooltip-table tr {
  border: none;
}
.bfs-chart-container .tooltip-table td,
.canton-map .tooltip-table td,
.canton-map-preview .tooltip-table td {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  padding: 0 3px 3px 3px;
  border: none;
}
.bfs-chart-container .tooltip-table .tooltip-label,
.canton-map .tooltip-table .tooltip-label,
.canton-map-preview .tooltip-table .tooltip-label {
  color: #757575;
  font-size: 0.75rem;
  line-height: 1rem;
  width: 200px;
}
.bfs-chart-container .tooltip-table .tooltip-value,
.canton-map .tooltip-table .tooltip-value,
.canton-map-preview .tooltip-table .tooltip-value {
  text-align: right;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #333333;
}
.bfs-chart-container .tooltip-table .difference,
.canton-map .tooltip-table .difference,
.canton-map-preview .tooltip-table .difference {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: right;
}
.bfs-chart-container .tooltip-table .neg,
.canton-map .tooltip-table .neg,
.canton-map-preview .tooltip-table .neg {
  color: red;
}
.bfs-chart-container .tooltip-table .pos,
.canton-map .tooltip-table .pos,
.canton-map-preview .tooltip-table .pos {
  color: green;
}
.bfs-chart-container .tooltip-table.object10 .tooltip-title, .bfs-chart-container .tooltip-table.object17 .tooltip-title,
.canton-map .tooltip-table.object10 .tooltip-title,
.canton-map .tooltip-table.object17 .tooltip-title,
.canton-map-preview .tooltip-table.object10 .tooltip-title,
.canton-map-preview .tooltip-table.object17 .tooltip-title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding-bottom: 8px;
}
.bfs-chart-container .tooltip-table.object10 .tooltip-label, .bfs-chart-container .tooltip-table.object17 .tooltip-label,
.canton-map .tooltip-table.object10 .tooltip-label,
.canton-map .tooltip-table.object17 .tooltip-label,
.canton-map-preview .tooltip-table.object10 .tooltip-label,
.canton-map-preview .tooltip-table.object17 .tooltip-label {
  font-size: 12px;
  color: #757575;
  padding-bottom: 6px;
}
.bfs-chart-container .tooltip-table.object10 .tooltip-value, .bfs-chart-container .tooltip-table.object17 .tooltip-value,
.canton-map .tooltip-table.object10 .tooltip-value,
.canton-map .tooltip-table.object17 .tooltip-value,
.canton-map-preview .tooltip-table.object10 .tooltip-value,
.canton-map-preview .tooltip-table.object17 .tooltip-value {
  font-size: 12px;
  color: #333;
}
.bfs-chart-container .tooltip-table.object10 tr:last-of-type .tooltip-label, .bfs-chart-container .tooltip-table.object17 tr:last-of-type .tooltip-label,
.canton-map .tooltip-table.object10 tr:last-of-type .tooltip-label,
.canton-map .tooltip-table.object17 tr:last-of-type .tooltip-label,
.canton-map-preview .tooltip-table.object10 tr:last-of-type .tooltip-label,
.canton-map-preview .tooltip-table.object17 tr:last-of-type .tooltip-label {
  padding-bottom: 0;
}
.bfs-chart-container .tooltip-table.object17,
.canton-map .tooltip-table.object17,
.canton-map-preview .tooltip-table.object17 {
  width: 166px;
}
.bfs-chart-container .object17-container,
.canton-map .object17-container,
.canton-map-preview .object17-container {
  position: relative;
}
.bfs-chart-container .object17-container .tooltip-arrow,
.canton-map .object17-container .tooltip-arrow,
.canton-map-preview .object17-container .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 40%;
  left: -22px;
  filter: drop-shadow(-2px 1px 1px rgba(0, 0, 0, 0.2));
}
.bfs-chart-container .bfs-chart-actions,
.canton-map .bfs-chart-actions,
.canton-map-preview .bfs-chart-actions {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 75px;
  min-height: unset !important;
}
@media print, screen and (max-width: 697px) {
  .bfs-chart-container .bfs-chart-actions,
  .canton-map .bfs-chart-actions,
  .canton-map-preview .bfs-chart-actions {
    top: 95px;
  }
}
.bfs-chart-container .bfs-chart-actions .radio-inline,
.canton-map .bfs-chart-actions .radio-inline,
.canton-map-preview .bfs-chart-actions .radio-inline {
  margin-right: 25px;
  margin-bottom: 16px;
}
.bfs-chart-container .bfs-chart-actions > label,
.canton-map .bfs-chart-actions > label,
.canton-map-preview .bfs-chart-actions > label {
  margin-top: 10px;
}
.bfs-chart-container .bfs-chart-actions .checkbox,
.canton-map .bfs-chart-actions .checkbox,
.canton-map-preview .bfs-chart-actions .checkbox {
  position: relative;
  display: block;
  margin-bottom: rem-calc(10);
}
.bfs-chart-container .bfs-chart-actions .radio,
.canton-map .bfs-chart-actions .radio,
.canton-map-preview .bfs-chart-actions .radio {
  display: flex;
  align-items: center;
}
.bfs-chart-container .bfs-chart-actions input[type=checkbox],
.bfs-chart-container .bfs-chart-actions input[type=radio],
.canton-map .bfs-chart-actions input[type=checkbox],
.canton-map .bfs-chart-actions input[type=radio],
.canton-map-preview .bfs-chart-actions input[type=checkbox],
.canton-map-preview .bfs-chart-actions input[type=radio] {
  cursor: pointer;
}
.bfs-chart-container .bfs-chart-actions input[type=checkbox] + label,
.bfs-chart-container .bfs-chart-actions input[type=radio] + label,
.canton-map .bfs-chart-actions input[type=checkbox] + label,
.canton-map .bfs-chart-actions input[type=radio] + label,
.canton-map-preview .bfs-chart-actions input[type=checkbox] + label,
.canton-map-preview .bfs-chart-actions input[type=radio] + label {
  display: inline-flex;
  align-items: center;
  padding: 0;
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 18px;
  cursor: pointer;
  color: #454545;
}
.bfs-chart-container .bfs-chart-actions input[type=radio]:checked + label:before,
.bfs-chart-container .bfs-chart-actions input[type=checkbox]:checked + label:before,
.canton-map .bfs-chart-actions input[type=radio]:checked + label:before,
.canton-map .bfs-chart-actions input[type=checkbox]:checked + label:before,
.canton-map-preview .bfs-chart-actions input[type=radio]:checked + label:before,
.canton-map-preview .bfs-chart-actions input[type=checkbox]:checked + label:before {
  color: #8497cf;
}
.bfs-chart-container .bfs-chart-actions input[type=radio],
.canton-map .bfs-chart-actions input[type=radio],
.canton-map-preview .bfs-chart-actions input[type=radio] {
  border: 1px solid #CCC;
  box-shadow: none;
}
.bfs-chart-container .bfs-chart-actions input[type=radio]:checked,
.canton-map .bfs-chart-actions input[type=radio]:checked,
.canton-map-preview .bfs-chart-actions input[type=radio]:checked {
  background-color: #006699;
}
.bfs-chart-container .bfs-chart-actions input[type=checkbox]:checked + label:before,
.canton-map .bfs-chart-actions input[type=checkbox]:checked + label:before,
.canton-map-preview .bfs-chart-actions input[type=checkbox]:checked + label:before {
  box-shadow: 0 0 0 2px #fff inset;
}
.bfs-chart-container .table-container,
.canton-map .table-container,
.canton-map-preview .table-container {
  overflow-x: auto;
  max-width: 100%;
  width: 100%;
}
.bfs-chart-container .table-footer,
.canton-map .table-footer,
.canton-map-preview .table-footer {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin-top: 16px;
}
.bfs-chart-container .table-footer-right,
.canton-map .table-footer-right,
.canton-map-preview .table-footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media print, screen and (max-width: 697px) {
  .bfs-chart-container .table-footer,
  .canton-map .table-footer,
  .canton-map-preview .table-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .bfs-chart-container .table-footer-right div:first-of-type,
  .canton-map .table-footer-right div:first-of-type,
  .canton-map-preview .table-footer-right div:first-of-type {
    display: none;
  }
}
.bfs-chart-container .comment,
.canton-map .comment,
.canton-map-preview .comment {
  font-size: 12px;
  margin-top: 16px;
  color: #757575;
  line-height: 16px;
}

.legend-symbol:before {
  content: " ";
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  transform: translate(7px, -1px);
  mask-image: url(/static/img/checkmark.svg);
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/static/img/checkmark.svg);
  -webkit-mask-repeat: no-repeat;
  background-color: white;
}

.highcharts-legend-item-hidden .legend-symbol:before {
  background-color: transparent;
}

.table-filters-section.custom-legend {
  display: none;
  position: absolute;
  top: 105px;
}
@media print, screen and (max-width: 697px) {
  .table-filters-section.custom-legend {
    display: block;
  }
}

.extra-legend-labels {
  position: absolute;
  font-size: 12px;
  display: flex;
  color: #757575;
}
.extra-legend-labels > div {
  display: flex;
  align-items: center;
}
.extra-legend-labels > div:first-of-type {
  margin-right: 16px;
}
.extra-legend-labels .colored-box {
  width: 8px;
  height: 8px;
  background-color: #000;
  margin-right: 8px;
}
.extra-legend-labels .colored-box.men {
  opacity: 0.4;
}

.mobile-legend-info {
  display: none;
  position: absolute;
  top: 170px;
  max-width: 310px;
  flex-wrap: wrap;
  min-height: unset !important;
  max-height: 70px;
}
.mobile-legend-info-element {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
  margin-left: 10px;
}
.mobile-legend-info-element .colored-box {
  width: 8px;
  height: 8px;
  margin-right: 8px;
}
@media print, screen and (max-width: 697px) {
  .mobile-legend-info {
    display: flex;
  }
}

.bfs-chart-container.max-width-honeycomb {
  max-width: 450px;
  margin-top: -8px;
}
.bfs-chart-container.max-width-honeycomb .chart-share-menu {
  top: -6px;
}
.bfs-chart-container.max-width-sr-mandates {
  max-width: 694px;
}

.container-main .bfs-chart-container.max-width-honeycomb {
  margin-top: -8px;
}

.canton-map-preview .highcharts-title {
  font-size: 14px !important;
  line-height: 16px !important;
}
.canton-map-preview .highcharts-subtitle {
  font-size: 14px !important;
  line-height: 16px !important;
}
.canton-map-preview .table-title {
  font-size: 14px !important;
  line-height: 16px !important;
}
.canton-map-preview .table-title span {
  font-size: 14px !important;
  line-height: 16px !important;
}
@media (max-width: 1024px) {
  .canton-map-preview .highcharts-title {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .canton-map-preview .highcharts-subtitle {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .canton-map-preview .table-title {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .canton-map-preview .table-title span {
    font-size: 14px !important;
    line-height: 16px !important;
  }
}

.fusion-info {
  font-size: 0.875rem;
}

.canton-map-preview .fusion-info {
  max-width: 265px;
  font-size: 0.8rem;
}

.fusion-info-title {
  font-weight: bold;
}

.canton-map-preview .no-data-overlay {
  z-index: 1;
}

.chart-share-menu {
  position: absolute;
  top: -14px;
  right: 0;
}
.chart-share-menu .btn-share-menu {
  position: relative;
  z-index: 12;
}
.chart-share-menu ul {
  display: none;
}
.chart-share-menu ul.show {
  display: block;
}
.chart-share-menu ul li {
  list-style: none;
}
.chart-share-menu ul.export-menu {
  position: absolute;
  right: 43px;
  font-size: 14px;
  background-color: white;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 3px;
  opacity: 1;
  width: 138px;
  padding: 0;
  z-index: 2;
}
.chart-share-menu ul.export-menu li.first {
  font-weight: 600;
  padding: 15px 0 12px 15px;
  font-size: 14px;
  margin-bottom: 0;
}
.chart-share-menu ul.export-menu li.menu-entry a {
  display: block;
  color: #006699;
  padding: 7px 0 8px 15px;
  font-size: 14px;
  margin-bottom: 0;
  text-decoration: none;
}
.chart-share-menu ul.export-menu li.menu-entry:hover {
  background-color: rgba(0, 102, 153, 0.05);
  color: #006699;
}
.chart-share-menu ul.share-menu {
  position: absolute;
  right: -14px;
  z-index: 5;
}
.chart-share-menu ul.share-menu.show {
  z-index: 12;
}
.chart-share-menu ul.share-menu li {
  margin-bottom: 15px;
}
.chart-share-menu ul.share-menu li a {
  display: block;
  background-color: #d8232a;
  border-radius: 25px;
  height: 44px;
  width: 44px;
  line-height: 25px;
  margin: 0 auto;
  position: relative;
}
.chart-share-menu ul.share-menu li a:hover {
  background-color: #A60013;
}
.chart-share-menu ul.share-menu li a svg {
  height: 14px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
}
.chart-share-menu ul.share-menu li a svg path {
  fill: white;
}
.chart-share-menu ul.share-menu li.share-iframe a svg {
  height: 20px;
  width: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.chart-share-menu .menu button:first-of-type {
  padding-left: 0;
  padding-right: 20px;
}
.chart-share-menu .menu button:last-of-type {
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .chart-share-menu {
    top: -10px;
  }
}

.canton-navigation-container {
  max-width: 17%;
  height: 894px;
  min-width: 63px;
  background-color: #fff;
  position: sticky;
  top: 0;
}
@media (min-width: 768px) and (max-height: 894px) {
  .canton-navigation-container {
    height: 100vh;
    max-height: 100vh;
    overflow: scroll;
  }
}
.canton-navigation-container.navigation-toggled {
  min-width: 217px;
}
.canton-navigation-container .toggle-canton-navigation {
  display: block;
  margin: auto;
}
.canton-navigation-container .toggle-canton-navigation:hover .burger__bar::after {
  background-color: #d8232a;
}
.canton-navigation-container .toggle-canton-navigation .burger__bar::after {
  background-color: rgb(107, 114, 128);
  border-bottom-width: 0;
  border-top-width: 0;
}
.canton-navigation-container .toggle-canton-navigation.hidden {
  display: none;
}
.canton-navigation-container.navigation-toggled .toggle-canton-navigation {
  display: none;
}
@media print, screen and (max-width: 1024px) {
  .canton-navigation-container {
    display: none;
  }
}

.canton-navigation {
  padding-top: 22px;
}
.canton-navigation .menu-entry-CH {
  padding: 22.35px 17.25px 20.54px;
  margin-right: 20px;
}
.canton-navigation .menu-entry-CH.active {
  background-color: #f0f4f7;
}
.canton-navigation .menu-entry-CH .canton-text {
  line-height: 18px;
  font-size: 14px;
  display: flex;
  font-weight: bold;
  align-items: center;
}
.canton-navigation .menu-entry-CH .canton-text img {
  margin-top: 0;
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 5px 29px;
}
.canton-navigation .row img {
  height: 22px;
  margin-right: 10px;
  width: 22px;
}
.canton-navigation .row li {
  cursor: pointer;
  margin: 0;
  width: 50%;
  padding: 16px 12px;
}
.canton-navigation .row li.active {
  background-color: #f0f4f7;
}
.canton-navigation .row li.menu-entry-map.active .swiss-map-small path.st0 {
  fill: #fff;
}
.canton-navigation .row li.menu-entry-map .canton-text-container {
  display: flex;
  align-items: center;
}
.canton-navigation .row li.menu-entry-map .canton-text-container:hover .swiss-map-small path.st0 {
  fill: #fff;
}
.canton-navigation .row li.menu-entry-map .canton-text {
  line-height: 28px;
  font-size: 24px;
  margin: 0 0 0 40px;
}
.canton-navigation .row li.menu-entry-map .swiss-map-small {
  display: block;
  height: 30px;
  width: 30px;
  margin-top: 6px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .canton-navigation .row li.menu-entry-map .swiss-map-small {
    margin-top: -3px;
  }
}
.canton-navigation .row li.menu-entry-map .swiss-map-small path.st0 {
  fill: #000;
}
.canton-navigation .row li.menu-entry-CH .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-CH .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-ZH .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-ZH .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-BE .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-BE .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-LU .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-LU .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-UR .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-UR .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-SZ .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-SZ .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-OW .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-OW .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-NW .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-NW .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-GL .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-GL .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-ZG .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-ZG .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-FR .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-FR .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-SO .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-SO .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-BS .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-BS .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-BL .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-BL .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-SH .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-SH .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-AR .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-AR .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-AI .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-AI .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-SG .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-SG .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-GR .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-GR .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-AG .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-AG .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-TG .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-TG .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-TI .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-TI .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-VD .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-VD .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-VS .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-VS .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-NE .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-NE .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-GE .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-GE .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row li.menu-entry-JU .canton-text {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.canton-navigation .row li.menu-entry-JU .canton-text img {
  display: block;
  height: 27px;
  width: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.canton-navigation .row .canton-text-container {
  display: flex;
  align-items: center;
  margin: 0;
}
.canton-navigation .row .canton-text-container .canton-text {
  color: #000;
}

.mobile-nav-container {
  margin-bottom: 30px;
  display: none;
}
@media print, screen and (max-width: 1024px) {
  .mobile-nav-container {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .mobile-nav-container {
    margin-bottom: 0;
  }
}

.canton-navigation-mobile {
  position: relative;
  z-index: 95;
  width: 100%;
  height: 67px;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  border: 1px solid #CCC;
}
.canton-navigation-mobile .canton-active {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 27px;
}
.canton-navigation-mobile .canton-active .canton-text {
  font-size: 20px;
  line-height: 28px;
  padding-left: 18px;
}
.canton-navigation-mobile .canton-text {
  display: flex;
  align-items: center;
  color: #454545;
  font-size: 14px;
  line-height: 18px;
}
.canton-navigation-mobile .canton-text img {
  display: block;
  margin-right: 16px;
  height: 27px;
  width: 27px;
  border-radius: 3px;
}
.canton-navigation-mobile .canton-navigation-list {
  display: none;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  width: calc(100% - 2px);
  padding: 20px 0;
  overflow-y: auto;
  max-height: 286px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 3px;
  background-color: #fff;
  margin-top: 5.2px;
  margin-left: 2px;
  font-size: 14px;
  line-height: 18px;
  color: #454545;
  top: 67px;
}
.canton-navigation-mobile .canton-navigation-list *[class^=menu-entry-] {
  padding: 12px 27px 12px 18px;
  list-style: none;
}
.canton-navigation-mobile .canton-navigation-list *[class^=menu-entry-]:focus, .canton-navigation-mobile .canton-navigation-list *[class^=menu-entry-]:hover {
  background-color: rgba(0, 102, 153, 0.05);
}
.canton-navigation-mobile .canton-navigation-list a {
  text-decoration: none;
}
.canton-navigation-mobile.nav-open {
  border-color: #006699;
}
.canton-navigation-mobile.nav-open .canton-active svg {
  transform: rotate(180deg);
}
.canton-navigation-mobile.nav-open .canton-navigation-list {
  display: flex;
}

.map-container .but1, .map-container .but2, .map-container .but3 {
  width: 30px;
  height: 30px;
  margin-top: 15px;
  margin-left: 10px;
  float: left;
  border: #000 1px solid;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.map-container .but1 {
  background-color: #fff;
}
.map-container .but1:active {
  color: maroon;
  background: #d7c9d0;
  z-index: 1000;
}
.map-container .but2 {
  background-color: #fff;
}
.map-container .but3 {
  background-color: #d9d9d9;
}
.map-container .scaleNumber {
  font-family: Roboto, Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  stroke: none;
  fill: #000;
}
.map-container .scaleLine {
  stroke: #000;
  stroke-width: 0.8px;
}
.map-container #showInfo, .map-container #zoomPlus, .map-container #zoomMinus, .map-container #origScal, .map-container #zoom, .map-container #pan, .map-container #offOn, .map-container #topoOffOn, .map-container #printMap {
  background-size: 28px 28px;
  background-repeat: no-repeat;
  -webkit-print-color-adjust: exact;
}
.map-container #showInfo {
  background-image: url(../svg/buttons/Piktogramm_Pfeil.svg);
}
.map-container #zoomPlus {
  background-image: url(../svg/buttons/Piktogramm_Plus.svg);
}
.map-container #zoomMinus {
  background-image: url(../svg/buttons/Piktogramm_Minus.svg);
}
.map-container #origScal {
  background-image: url(../svg/buttons/Piktogramm_1-1.svg);
}
.map-container #zoom {
  background-image: url(../svg/buttons/LupePlus2.svg);
}
.map-container #pan {
  background-image: url(../svg/buttons/Pan1.svg);
}
.map-container #offOn {
  background-image: url(../svg/buttons/Piktogramm_Diagramm.svg);
}
.map-container #ttOffOn {
  background-image: url(../svg/buttons/Info.svg);
}
.map-container #topoOffOn {
  background-image: url(../svg/buttons/Relief.svg);
}
.map-container #printMap {
  background-image: url(../svg/buttons/Piktogramm_Drucken.svg);
}
.map-container #scale {
  top: 60px;
  left: 430px;
  position: absolute;
  width: 120px;
  height: 30px;
}
.map-container #main {
  position: relative;
}
.map-container #titleDiv {
  top: 0;
  left: 0;
  position: absolute;
  width: 530px;
  height: 39px;
  background-color: #fff;
  border-bottom: 1px solid #000;
  float: left;
}
.map-container #scale_Div {
  top: 480px;
  left: 405px;
  position: absolute;
  width: 128px;
  height: 40px;
  background-color: none;
}
.map-container #gui {
  top: 410px;
  left: 0;
  position: absolute;
  width: 530px;
  height: 59px;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
.map-container #buttons {
  float: left;
  margin-left: 152.5px;
}
.map-container #legende {
  top: 490px;
  left: 0;
  position: absolute;
  width: 530px;
  height: 60px;
  background-color: none;
  border-bottom: 1px solid #000;
  float: left;
}
.map-container #sourceCopyright_Div {
  top: 550px;
  left: 0;
  position: absolute;
  width: 530px;
  height: 20px;
  float: left;
}
.map-container #container-wrapper {
  width: 100%;
  height: 0;
  padding-top: 66%;
  position: relative;
}
.map-container #container {
  position: absolute;
  top: 0;
  left: 0;
}
.map-container #menu1 {
  width: 300px;
  float: left;
  margin-left: 20px;
}
.map-container #menu2 {
  float: left;
  margin-right: 20px;
}
.map-container #menu3 {
  float: right;
  margin-right: 20px;
}
.map-container #tt {
  background-color: #fff;
  opacity: 0.5;
  width: auto;
  height: auto;
  padding-right: 50px;
}
.map-container #ttt {
  margin-top: 30px;
  font-family: Roboto, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.map-container #pieChart {
  width: auto;
  height: auto;
  margin-top: -380px;
  float: left;
}
.map-container #canton_Emblem {
  top: -20px;
  left: 0;
  position: absolute;
  width: 80.5px;
  height: 80.5px;
}
.map-container #selectTheme {
  width: 358px;
}
.map-container #selectGeom {
  width: 100px;
}
.map-container #selectLang {
  width: 80px;
}
.map-container h1 {
  font-family: Roboto, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: 700;
  text-align: left;
  color: #000;
}
.map-container h4 {
  font-family: Roboto, Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000;
  font-weight: 700;
}
.map-container #canton_Name_Legend {
  top: -30px;
  left: 80px;
  position: absolute;
  font-size: 12pt;
}
.map-container p {
  font-family: Roboto, Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000;
}
.map-container #sourceText {
  font-family: Roboto, Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000;
  margin-top: 2px;
  margin-left: 5px;
  display: inline;
}
.map-container #copyrightText {
  font-family: Roboto, Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000;
  margin-top: 2px;
  float: right;
  display: inline;
}
.map-container #link {
  float: right;
}
.map-container .color-legend {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  margin-top: 30px;
  font-family: "Roboto Medium", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .map-container .color-legend {
    margin-top: 50px;
  }
}
.map-container .color-legend-title {
  margin-bottom: 20px;
  color: #000 !important;
  line-height: 19px !important;
  font-size: 16px !important;
  font-family: "Roboto Medium", Helvetica, Arial, sans-serif;
}
.map-container .color-legend-title:before {
  content: url(/static/img/flag_CH.svg);
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 15px;
  vertical-align: middle;
}
.map-container .color-legend-text {
  margin-bottom: 40px;
  max-width: 100%;
  line-height: 21px;
  font-size: 14px;
  font-family: "Roboto Medium", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .map-container .color-legend-text {
    max-width: 350px;
  }
}
.map-container .color-legend-list {
  padding-left: 0;
}
.map-container .color-legend-list li {
  list-style-type: none;
  margin-bottom: 20px;
  margin-left: 0;
  line-height: 19px !important;
  font-size: 16px !important;
}
.map-container .color-legend-list li:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 15px;
  background: red;
  vertical-align: middle;
}
.map-container .color-legend-list li.ns:before {
  background: #dc0018;
}
.map-container .color-legend-list li.n:before {
  background: #ff6565;
}
.map-container .color-legend-list li.s:before {
  background: #ffcbcb;
}
.map-container .color-legend-list li.kr:before {
  background: #e4e4e4;
}

.map-tooltip {
  position: absolute;
  height: 100px;
  width: 310px;
  left: 0;
  z-index: 1000;
  background-color: white;
  box-shadow: 0px 0px 15px 2px grey;
  top: 100px;
}
.map-tooltip:before {
  content: "";
  background-color: white;
  position: absolute;
  top: -8px;
  right: 20px;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  border-bottom: none;
  border-right: none;
  box-shadow: -6px -6px 15px -4px #888888;
  z-index: -1;
}
.map-tooltip.left-bound:before {
  right: 0;
  left: 20px;
}
.map-tooltip .content p {
  font-size: 0.8rem;
}
.map-tooltip .svg-container {
  position: absolute;
  top: 15px;
  left: 25px;
  height: 60px;
  z-index: 1;
  width: 50px;
}
.map-tooltip .canton-icon-canton-flag {
  position: absolute;
  top: 13px;
  left: 48px;
  height: 35px;
  z-index: 2;
}

@media (max-width: 768px) {
  .map-page .color-legend {
    padding: 0 20px;
  }
}
.dev-screen-size-view {
  background: red;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
}

.bottom-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.bottom-nav .page-link {
  position: relative;
  padding: 0 0 0 16px;
  line-height: 18px;
  font-size: 15px;
  font-family: "Roboto Medium", Helvetica, Arial, sans-serif;
}
.bottom-nav .page-link.arrow-right {
  padding: 0 16px 0 0;
}
.bottom-nav .page-link.arrow-right::before {
  left: calc(100% - 10px);
  transform: rotate(135deg);
}
@media (min-width: 768px) {
  .bottom-nav .page-link {
    line-height: 19px;
    font-size: 16px;
  }
}
.bottom-nav .page-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  border-top: 2px solid #006699;
  border-left: 2px solid #006699;
}
@media (min-width: 768px) {
  .bottom-nav .page-link::before {
    top: 6px;
  }
}

.preview-disturber {
  border-left: 35px solid #dc0018;
  display: block;
  position: fixed;
  top: 40px;
  right: 0;
  height: calc(100vh - 40px);
  text-align: center;
  opacity: 0.7;
  z-index: 9999;
}
.preview-disturber:before {
  content: "Preview";
  font: bold 12px Sans-Serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #dc0018;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  line-height: 24px;
  width: calc(100vh - 40px);
  /* Abs positioning makes it not take up vert space */
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate from top left corner (not default) */
  transform-origin: 0 0;
  transform: rotate(90deg);
}

@media (min-width: 768px) {
  .nav-main.mobile {
    display: none;
  }
}

.notification-widget {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 100000;
  font-family: Roboto, Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.notification-widget .container {
  width: 404px;
  position: relative;
}
.notification-widget .container .notification {
  position: relative;
  right: -9999px;
  margin-top: 10px;
  background-color: #DC0018;
  -webkit-animation: slide 0.5s forwards;
  animation: slide 0.5s forwards;
}
.notification-widget .container .notification .notification-widget-column {
  margin: 0;
}
.notification-widget .container .notification .notification-widget-column--icon .icon {
  margin-top: 18px;
}
.notification-widget .container .notification .notification-widget-column--icon .icon svg {
  width: 75px;
  height: 69px;
}
.notification-widget .container .notification .notification-widget-column--icon .icon path {
  fill: white !important;
}
.notification-widget .container .notification .notification-widget-column--info .title {
  margin: 20px 0 0 0;
  font-size: 16px;
  color: white;
  font-weight: bold;
}
.notification-widget .container .notification .notification-widget-column--info .content {
  margin: 3px 0 10px 0;
  color: white;
  font-size: 16px;
}
.notification-widget .container .notification .notification-widget-column--close {
  padding: 0;
  overflow: hidden;
}
.notification-widget .container .notification .notification-widget-column--close .notification-close {
  background: none;
  border: none;
  text-indent: -9999px;
  height: 48px;
  width: 48px;
  max-height: 48px;
  max-width: 48px;
  overflow: hidden;
  margin-top: -10px;
  margin-left: -10px;
}
.notification-widget .container .notification .notification-widget-column--close .notification-close .close {
  margin-top: 6px;
}
.notification-widget .container .notification .notification-widget-column--close .notification-close .close:hover {
  opacity: 0.8;
}
.notification-widget .container .notification .notification-widget-column--close .notification-close .close:before, .notification-widget .container .notification .notification-widget-column--close .notification-close .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 13px;
  width: 2px;
  background: white;
}
.notification-widget .container .notification .notification-widget-column--close .notification-close .close:before {
  transform: rotate(45deg);
}
.notification-widget .container .notification .notification-widget-column--close .notification-close .close:after {
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .notification-widget {
    right: 0;
  }
  .notification-widget .container {
    width: 95%;
  }
}
@-webkit-keyframes slide {
  100% {
    right: 0;
  }
}
@keyframes slide {
  100% {
    right: 0;
  }
}
@-webkit-keyframes endslide {
  100% {
    position: static;
  }
}
@keyframes endslide {
  100% {
    position: static;
  }
}

article > main svg [id*=kant] g,
article > main svg [id*=voge] g {
  transition: opacity 0.2s;
}
article > main svg [id*=kant].force-hover g,
article > main svg [id*=voge].force-hover g {
  opacity: 0.2;
}
article > main svg [id*=kant].force-hover g.force-hover,
article > main svg [id*=voge].force-hover g.force-hover {
  opacity: 1;
}
article > main svg [id*=voge].force-hover g {
  opacity: 0.2;
}
article > main svg [id*=seen] g {
  stroke: #ACACAC !important;
  stroke-width: 0.8px !important;
  fill: white !important;
}
article > main svg [id*=kant] g {
  cursor: pointer;
  stroke-width: 0.8px !important;
  stroke: white !important;
}
article > main svg [id*=voge] g {
  cursor: pointer;
  stroke: white !important;
  stroke-width: 0.3px !important;
}
article > main #map-target-wrapper {
  position: relative;
  margin: 0 -40px -60px;
  height: 530px; /* referenced in math in JS */
}
@media print, screen and (max-width: 767px) {
  article > main #map-target-wrapper {
    height: 379px;
    margin: 0 -20px -30px;
  }
}
article > main #canton-map .chart-map-filter {
  position: relative;
  float: left;
  margin: 0 0 25px;
  top: 0;
}
@media print, screen and (max-width: 767px) {
  article > main #canton-map .chart-map-filter {
    margin-top: 0;
  }
}
article > main #canton-map.commune-mode .hidden-commune {
  display: none;
}
article > main #map-target {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
}
article > main .canton-map-container > section {
  overflow: hidden;
}
article > main .canton-map-container #map-wrapper,
article > main .canton-map-container #map-wrapper svg {
  height: 100%;
  width: auto;
}
article > main .canton-map-container #map-wrapper svg {
  margin: 0 auto;
}
article > main .homepage-body .canton-map,
article > main .canton-body .canton-map {
  margin-top: 30px;
}
article > main .homepage-body .canton-map-breadcrumb,
article > main .canton-body .canton-map-breadcrumb {
  margin-bottom: 12px;
  color: #8E8E8E;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
article > main .homepage-body .canton-map-breadcrumb ul,
article > main .canton-body .canton-map-breadcrumb ul {
  display: flex;
  padding-left: 0;
}
article > main .homepage-body .canton-map-breadcrumb ul li,
article > main .canton-body .canton-map-breadcrumb ul li {
  position: relative;
  display: flex;
  list-style: none;
  margin-top: 0 !important;
}
article > main .homepage-body .canton-map-breadcrumb ul li a,
article > main .canton-body .canton-map-breadcrumb ul li a {
  text-decoration: none;
}
article > main .homepage-body .canton-map-breadcrumb ul li a:hover span,
article > main .canton-body .canton-map-breadcrumb ul li a:hover span {
  color: #DC0018;
}
article > main .homepage-body .canton-map-breadcrumb ul li a:hover svg,
article > main .canton-body .canton-map-breadcrumb ul li a:hover svg {
  fill: #DC0018;
}
article > main .homepage-body .canton-map-breadcrumb ul li a span,
article > main .canton-body .canton-map-breadcrumb ul li a span {
  line-height: 1.25;
  color: #006699;
}
article > main .homepage-body .canton-map-breadcrumb svg,
article > main .canton-body .canton-map-breadcrumb svg {
  transform: rotate(-90deg);
  margin-left: 10px;
  margin-right: 10px;
  fill: #8E8E8E;
  margin-top: 6px;
}
@media print, screen and (max-width: 767px) {
  article > main .homepage-body .canton-map-breadcrumb,
  article > main .canton-body .canton-map-breadcrumb {
    display: none;
  }
}
article > main .homepage-body .canton-map-container,
article > main .canton-body .canton-map-container {
  display: flex;
  column-gap: 30px;
  max-height: 724px;
}
article > main .homepage-body .canton-map-container .map-title,
article > main .canton-body .canton-map-container .map-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  article > main .homepage-body .canton-map-container .map-title,
  article > main .canton-body .canton-map-container .map-title {
    font-size: 18px;
    line-height: 20px;
  }
}
article > main .homepage-body .canton-map-container > section,
article > main .canton-body .canton-map-container > section {
  margin-top: 0 !important;
  margin-bottom: 0;
  width: 100%;
}
article > main .homepage-body .canton-map-preview,
article > main .canton-body .canton-map-preview {
  overflow-y: scroll;
  overflow-x: hidden;
  min-width: 330px;
}
@media screen and (min-width: 768px) {
  article > main .homepage-body .canton-map-preview,
  article > main .canton-body .canton-map-preview {
    max-width: 330px;
  }
}
article > main .homepage-body .canton-map-preview section,
article > main .canton-body .canton-map-preview section {
  padding: 25px 25px 30px 25px !important;
}
article > main .homepage-body .canton-map-preview section:last-of-type,
article > main .canton-body .canton-map-preview section:last-of-type {
  margin-bottom: 0;
}
article > main .homepage-body .canton-map-preview section.no-padding,
article > main .canton-body .canton-map-preview section.no-padding {
  padding: 0;
}
article > main .homepage-body .canton-map-preview section.no-padding h2,
article > main .canton-body .canton-map-preview section.no-padding h2 {
  padding: 25px 25px 0 25px;
}
article > main .homepage-body .canton-map-preview section .table thead tr th,
article > main .canton-body .canton-map-preview section .table thead tr th {
  padding-right: 20px;
  cursor: initial;
}
article > main .homepage-body .canton-map-preview section .table thead tr th:first-of-type,
article > main .canton-body .canton-map-preview section .table thead tr th:first-of-type {
  padding-left: 0;
  padding-right: 20px;
}
article > main .homepage-body .canton-map-preview section .table thead tr th:last-of-type,
article > main .canton-body .canton-map-preview section .table thead tr th:last-of-type {
  padding-right: 0;
}
article > main .homepage-body .canton-map-preview section .table tbody tr td,
article > main .canton-body .canton-map-preview section .table tbody tr td {
  padding-right: 20px;
}
article > main .homepage-body .canton-map-preview section .table tbody tr td:first-of-type,
article > main .canton-body .canton-map-preview section .table tbody tr td:first-of-type {
  padding-left: 0;
}
article > main .homepage-body .canton-map-preview section .table tbody tr td:last-of-type,
article > main .canton-body .canton-map-preview section .table tbody tr td:last-of-type {
  padding-right: 0;
}
article > main .homepage-body .canton-map-preview section .table tbody tr td.party-with-color,
article > main .canton-body .canton-map-preview section .table tbody tr td.party-with-color {
  display: revert;
  width: 26%;
}
article > main .homepage-body .canton-map-preview section .scroll-to-element-link,
article > main .canton-body .canton-map-preview section .scroll-to-element-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #006699;
  padding: 27px 25px 30px 25px;
}
article > main .homepage-body .canton-map-preview section .scroll-to-element-link svg,
article > main .canton-body .canton-map-preview section .scroll-to-element-link svg {
  transform: rotate(-90deg);
  fill: #006699;
  margin-left: 7px;
}
article > main .homepage-body .canton-map-preview.navigation-toggled,
article > main .canton-body .canton-map-preview.navigation-toggled {
  width: 83%;
}
article > main .homepage-body .canton-map-preview-header,
article > main .canton-body .canton-map-preview-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid #DDD;
  font-weight: bold;
  margin-bottom: 14px;
}
article > main .homepage-body .canton-map-preview-header .close-canton-map-preview,
article > main .canton-body .canton-map-preview-header .close-canton-map-preview {
  cursor: pointer;
  width: 19.5px;
  height: 19.5px;
}
article > main .homepage-body .canton-map-preview-button,
article > main .canton-body .canton-map-preview-button {
  background-color: #fff;
  border: 1px solid #DC0018;
  border-radius: 3px;
  color: #DC0018;
  padding: 10px 20px;
  margin-bottom: 44px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
}
article > main .homepage-body .canton-map-preview-sticky,
article > main .canton-body .canton-map-preview-sticky {
  background-color: #f0f4f7;
  position: sticky;
  top: 0;
  z-index: 2;
}
@media print, screen and (max-width: 767px) {
  article > main .homepage-body .canton-map-preview,
  article > main .canton-body .canton-map-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    top: 0;
    left: 0;
    padding: 0 20px 84px 20px;
    background-color: #f0f4f7;
  }
  article > main .homepage-body .canton-map-preview-sticky,
  article > main .canton-body .canton-map-preview-sticky {
    padding-top: 20px;
  }
}
article > main .map-legend {
  clear: both;
  min-height: 30px;
  margin-bottom: 25px;
}
article > main .map-legend ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
article > main .map-legend li {
  display: inline-block;
  font-size: 12px;
  padding: 0 8px 0;
}
article > main .map-legend li .map-legend-color {
  display: inline-block;
  width: 8px;
  height: 8px;
}
article > main .canton-map-canton-commune-switch input {
  display: none;
}
article > main .canton-map-canton-commune-switch label {
  display: block;
  float: left;
  padding: 8px 30px 9px;
  background: #F5F5F5;
  font-size: 14px;
  border: 1px solid #DDD;
  margin: 0;
  border-radius: 3px 0 0 3px;
  border-right-width: 0;
  cursor: pointer;
  margin-bottom: 25px;
}
article > main .canton-map-canton-commune-switch label:last-child {
  border-radius: 0 3px 3px 0;
  border-left: none;
  margin-right: 30px;
  border-right-width: 1px;
}
article > main .canton-map-canton-commune-switch input:checked + label {
  background: #DC0018;
  color: white;
  border: 1px solid #DC0018;
}

.canton-map-tooltip {
  pointer-events: none;
  position: absolute;
  background: white;
  padding: 12px 22px 18px 18px;
  z-index: 5;
  height: auto;
  width: max-content;
  min-width: 177px;
  color: #333333;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1607843137);
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
.canton-map-tooltip .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  margin-bottom: 12px;
}
.canton-map-tooltip .description {
  width: 100%;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}
.canton-map-tooltip .description .tooltip-sr-person {
  line-height: 25px;
  display: inline-block;
}
.canton-map-tooltip .description .tooltip-sr-person svg {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 3px;
}
.canton-map-tooltip.active {
  display: flex;
}
.canton-map-tooltip:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 99%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

.ol-control {
  height: fit-content;
}

.ol-zoom {
  top: initial;
  left: initial;
  bottom: 35px;
  right: 40px;
}
.ol-zoom button {
  background-color: #f0f4f7;
}
@media print, screen and (max-width: 767px) {
  .ol-zoom {
    right: 20px;
  }
}

.ol-zoom-extent {
  top: initial;
  left: initial;
  bottom: 110px;
  right: 40px;
}
.ol-zoom-extent button {
  background-color: #f0f4f7;
}
.ol-zoom-extent svg {
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .ol-zoom-extent {
    right: 20px;
  }
}

.ol-touch .ol-zoom-extent {
  top: unset;
}

.map-text-below {
  position: absolute;
  bottom: 30px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .map-text-below {
    left: 20px;
  }
}
.map-text-below.hide {
  display: none;
}
.map-text-below .map-text-below-count {
  font-size: 20px;
  font-weight: bold;
  background: white;
  float: left;
  padding: 0 4px;
}
.map-text-below .map-text-below-label {
  font-size: 14px;
  clear: both;
  float: left;
  background: white;
  padding: 0 4px;
}
.map-text-below .map-text-below-label div {
  display: none;
}
.map-text-below .map-text-below-label .show {
  display: block;
}

.chart-year-switcher {
  width: 160px;
  cursor: pointer;
  position: absolute;
  top: 80px;
}
.chart-year-switcher.chart-22-number-candidates-per-party-and-gender-year-switcher {
  top: 115px;
}
.chart-year-switcher-inner {
  position: relative;
}
.chart-year-switcher-inner .switcher-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
}
.chart-year-switcher-inner .slider {
  display: flex;
  align-items: center;
  height: 14px;
}
.chart-year-switcher-inner .slider-circle {
  width: 14px;
  height: 14px;
  border: 2px solid #757575;
  border-radius: 50%;
  transition: 0.4s;
  background-color: #fff;
  position: absolute;
  z-index: 1;
}
.chart-year-switcher-inner .slider-line {
  height: 2px;
  width: 100%;
  background-color: #E5E5E5;
  position: absolute;
  z-index: 0;
}
.chart-year-switcher.new-year-switched .chart-year-switcher-inner .slider-circle {
  transform: translateX(146px);
}

body > .bfs-chart-container div[id^="03a-chart-national-mandates-"].custom-legend,
body > .bfs-chart-container div[id^="04-chart-nr-party-strength-"].custom-legend,
body > .bfs-chart-container div[id^=chart-nr-mandates-gender-percentage-].custom-legend,
body > .bfs-chart-container div[id^=chart-09a-sr-mandates-gender-percentage-].custom-legend,
body > .bfs-chart-container div[id^=chart-21-national-council-of-electoral-lists-by-party-].custom-legend,
body > .bfs-chart-container div[id^=chart-22-number-candidates-per-party-and-gender-].custom-legend {
  display: none;
}
@media print, screen and (max-width: 617px) {
  body > .bfs-chart-container div[id^="03a-chart-national-mandates-"].custom-legend,
  body > .bfs-chart-container div[id^="04-chart-nr-party-strength-"].custom-legend,
  body > .bfs-chart-container div[id^=chart-nr-mandates-gender-percentage-].custom-legend,
  body > .bfs-chart-container div[id^=chart-09a-sr-mandates-gender-percentage-].custom-legend,
  body > .bfs-chart-container div[id^=chart-21-national-council-of-electoral-lists-by-party-].custom-legend,
  body > .bfs-chart-container div[id^=chart-22-number-candidates-per-party-and-gender-].custom-legend {
    display: block;
  }
}
body > .bfs-chart-container div[id^=chart-party-strength-over-time-].mobile-legend-info {
  display: none;
}
@media print, screen and (max-width: 519px) {
  body > .bfs-chart-container div[id^=chart-party-strength-over-time-].mobile-legend-info {
    display: flex;
    top: 115px;
  }
}
@media print, screen and (max-width: 419px) {
  body > .bfs-chart-container div[id^=chart-party-strength-over-time-].mobile-legend-info {
    top: 145px;
  }
}
body > .bfs-chart-container div[id^=chart-07-mandate-by-party-].custom-legend, body > .bfs-chart-container div[id^=chart-07-mandate-by-party-].mobile-legend-info,
body > .bfs-chart-container div[id^=chart-07a-sr-mandate-by-party-].custom-legend,
body > .bfs-chart-container div[id^=chart-07a-sr-mandate-by-party-].mobile-legend-info {
  display: none;
}
@media print, screen and (max-width: 792px) {
  body > .bfs-chart-container div[id^=chart-07-mandate-by-party-].custom-legend,
  body > .bfs-chart-container div[id^=chart-07a-sr-mandate-by-party-].custom-legend {
    display: block;
    top: 80px;
  }
  body > .bfs-chart-container div[id^=chart-07-mandate-by-party-].mobile-legend-info,
  body > .bfs-chart-container div[id^=chart-07a-sr-mandate-by-party-].mobile-legend-info {
    display: flex;
    top: 130px;
  }
}
@media print, screen and (max-width: 397px) {
  body > .bfs-chart-container div[id^=chart-07-mandate-by-party-].custom-legend,
  body > .bfs-chart-container div[id^=chart-07a-sr-mandate-by-party-].custom-legend {
    top: 95px;
  }
  body > .bfs-chart-container div[id^=chart-07-mandate-by-party-].mobile-legend-info,
  body > .bfs-chart-container div[id^=chart-07a-sr-mandate-by-party-].mobile-legend-info {
    top: 145px;
  }
}
body > .bfs-chart-container div[id^=chart-nr-mandates-gender-percentage-].bfs-chart-actions,
body > .bfs-chart-container div[id^=chart-09a-sr-mandates-gender-percentage-].bfs-chart-actions {
  top: 75px;
}
@media print, screen and (max-width: 617px) {
  body > .bfs-chart-container div[id^=chart-nr-mandates-gender-percentage-].bfs-chart-actions,
  body > .bfs-chart-container div[id^=chart-09a-sr-mandates-gender-percentage-].bfs-chart-actions {
    top: 95px;
  }
}
body > .bfs-chart-container div[id^=chart-22-number-candidates-per-party-and-gender-].bfs-chart-actions {
  top: 75px;
}
@media print, screen and (max-width: 617px) {
  body > .bfs-chart-container div[id^=chart-22-number-candidates-per-party-and-gender-].bfs-chart-actions {
    top: 80px;
  }
  body > .bfs-chart-container div[id^=chart-22-number-candidates-per-party-and-gender-].custom-legend {
    top: 140px;
  }
}

section > .bfs-chart-container div[id^=chart-party-strength-over-time-].mobile-legend-info {
  display: none;
}
@media print, screen and (max-width: 599px) {
  section > .bfs-chart-container div[id^=chart-party-strength-over-time-].mobile-legend-info {
    display: flex;
    top: 115px;
  }
}
@media print, screen and (max-width: 498px) {
  section > .bfs-chart-container div[id^=chart-party-strength-over-time-].mobile-legend-info {
    top: 145px;
  }
}
@media print, screen and (max-width: 422px) {
  section > .bfs-chart-container div[id^=chart-party-strength-over-time-].mobile-legend-info {
    top: 150px;
  }
}
section > .bfs-chart-container .bfs-chart-actions.party-strength-over-time-switch {
  top: 75px;
}
@media screen and (max-width: 525px) {
  section > .bfs-chart-container .bfs-chart-actions.party-strength-over-time-switch {
    top: 60px;
  }
}
@media print, screen and (max-width: 792px) {
  section > .bfs-chart-container div[id^=chart-07-mandate-by-party-].table-filters-section.custom-legend,
  section > .bfs-chart-container div[id^=chart-07a-sr-mandate-by-party-].table-filters-section.custom-legend {
    display: block;
    top: 75px;
  }
  section > .bfs-chart-container div[id^=chart-07-mandate-by-party-].mobile-legend-info,
  section > .bfs-chart-container div[id^=chart-07a-sr-mandate-by-party-].mobile-legend-info {
    display: flex;
    top: 135px;
  }
}
@media print, screen and (max-width: 697px) {
  section > .bfs-chart-container div[id^=chart-22-number-candidates-per-party-and-gender-].bfs-chart-actions {
    top: 80px;
  }
  section > .bfs-chart-container div[id^=chart-22-number-candidates-per-party-and-gender-].custom-legend {
    top: 140px;
  }
}

div[id^=chart-new02b-honeycomb-nr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker,
div[id^=chart-new02b-honeycomb-nr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker.highcharts-data-label-hidden,
div[id^=chart-new02-honeycomb-sr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker,
div[id^=chart-new02-honeycomb-sr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker.highcharts-data-label-hidden {
  opacity: 1 !important;
}
div[id^=chart-new02b-honeycomb-nr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker .label-tooltip,
div[id^=chart-new02b-honeycomb-nr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker.highcharts-data-label-hidden .label-tooltip,
div[id^=chart-new02-honeycomb-sr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker .label-tooltip,
div[id^=chart-new02-honeycomb-sr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker.highcharts-data-label-hidden .label-tooltip {
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1607843137);
  top: -45px;
}
div[id^=chart-new02b-honeycomb-nr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker .label-tooltip.move-left,
div[id^=chart-new02b-honeycomb-nr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker.highcharts-data-label-hidden .label-tooltip.move-left,
div[id^=chart-new02-honeycomb-sr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker .label-tooltip.move-left,
div[id^=chart-new02-honeycomb-sr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker.highcharts-data-label-hidden .label-tooltip.move-left {
  left: 22px;
}
div[id^=chart-new02b-honeycomb-nr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker .label-tooltip.move-left .tooltip-arrow-wrapper,
div[id^=chart-new02b-honeycomb-nr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker.highcharts-data-label-hidden .label-tooltip.move-left .tooltip-arrow-wrapper,
div[id^=chart-new02-honeycomb-sr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker .label-tooltip.move-left .tooltip-arrow-wrapper,
div[id^=chart-new02-honeycomb-sr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker.highcharts-data-label-hidden .label-tooltip.move-left .tooltip-arrow-wrapper {
  position: relative;
}
div[id^=chart-new02b-honeycomb-nr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker .label-tooltip.move-left .tooltip-arrow-wrapper .tooltip-arrow,
div[id^=chart-new02b-honeycomb-nr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker.highcharts-data-label-hidden .label-tooltip.move-left .tooltip-arrow-wrapper .tooltip-arrow,
div[id^=chart-new02-honeycomb-sr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker .label-tooltip.move-left .tooltip-arrow-wrapper .tooltip-arrow,
div[id^=chart-new02-honeycomb-sr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker.highcharts-data-label-hidden .label-tooltip.move-left .tooltip-arrow-wrapper .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff;
  top: 40%;
  left: -6px;
  filter: drop-shadow(-2px 1px 1px rgba(0, 0, 0, 0.2));
}
div[id^=chart-new02b-honeycomb-nr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker .label-tooltip.move-right,
div[id^=chart-new02b-honeycomb-nr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker.highcharts-data-label-hidden .label-tooltip.move-right,
div[id^=chart-new02-honeycomb-sr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker .label-tooltip.move-right,
div[id^=chart-new02-honeycomb-sr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker.highcharts-data-label-hidden .label-tooltip.move-right {
  right: 22px;
}
div[id^=chart-new02b-honeycomb-nr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker .label-tooltip.move-right .tooltip-arrow-wrapper,
div[id^=chart-new02b-honeycomb-nr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker.highcharts-data-label-hidden .label-tooltip.move-right .tooltip-arrow-wrapper,
div[id^=chart-new02-honeycomb-sr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker .label-tooltip.move-right .tooltip-arrow-wrapper,
div[id^=chart-new02-honeycomb-sr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker.highcharts-data-label-hidden .label-tooltip.move-right .tooltip-arrow-wrapper {
  position: relative;
}
div[id^=chart-new02b-honeycomb-nr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker .label-tooltip.move-right .tooltip-arrow-wrapper .tooltip-arrow,
div[id^=chart-new02b-honeycomb-nr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker.highcharts-data-label-hidden .label-tooltip.move-right .tooltip-arrow-wrapper .tooltip-arrow,
div[id^=chart-new02-honeycomb-sr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker .label-tooltip.move-right .tooltip-arrow-wrapper .tooltip-arrow,
div[id^=chart-new02-honeycomb-sr-] .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker.highcharts-data-label-hidden .label-tooltip.move-right .tooltip-arrow-wrapper .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  top: 40%;
  right: -6px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}
div[id^=chart-new02b-honeycomb-nr-] .tooltip-table,
div[id^=chart-new02-honeycomb-sr-] .tooltip-table {
  font-weight: 400;
}
div[id^=chart-new02b-honeycomb-nr-] .highcharts-button-box,
div[id^=chart-new02-honeycomb-sr-] .highcharts-button-box {
  transform: none !important;
}
div[id^=chart-new02b-honeycomb-nr-] text,
div[id^=chart-new02-honeycomb-sr-] text {
  font-weight: 400 !important;
}

@media print, screen and (max-width: 941px) {
  .container-main .homepage-body .grid--responsive-cols-2.gap--responsive,
  .container-main .canton-body .grid--responsive-cols-2.gap--responsive {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }
}
@media print, screen and (max-width: 697px) {
  .hide-mobile-view-datalabel {
    display: none;
  }
  div[id^=chart-17a-nr-voter-turnout-] g.highcharts-grid.highcharts-yaxis-grid path.highcharts-grid-line:nth-last-of-type(3),
  div[id^=chart-17a-nr-voter-turnout-] g.highcharts-grid.highcharts-yaxis-grid path.highcharts-grid-line:nth-last-of-type(2),
  div[id^=chart-17a-nr-voter-turnout-] g.highcharts-grid.highcharts-yaxis-grid path.highcharts-grid-line:last-of-type {
    display: none;
  }
}
.container-main header .top-bar__drawer {
  display: none;
}
.container-main header .top-bar--is-open .top-bar__drawer {
  display: block;
}
.container-main header .top-header__mobile-title {
  margin: 13px 17px 0;
}
.container-main header .top-header__right .search--main {
  display: none;
}
.container-main article {
  display: flex;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.container-main article > main {
  width: calc(100% - 63px);
}
.container-main article > main .homepage-body,
.container-main article > main .canton-body {
  margin: 0 47px 70px 30px;
}
.container-main article > main .homepage-body .grid,
.container-main article > main .canton-body .grid {
  gap: 30px;
  margin-top: 0;
}
.container-main article > main .homepage-body .grid--items-1,
.container-main article > main .canton-body .grid--items-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.container-main article > main .homepage-body section,
.container-main article > main .canton-body section {
  background-color: #fff;
  margin-top: 30px;
  padding: 40px 40px 60px 40px;
  position: relative;
}
.container-main article > main .homepage-body section.no-padding,
.container-main article > main .canton-body section.no-padding {
  padding: 0;
}
@media print, screen and (max-width: 1024px) {
  .container-main article > main {
    width: 100%;
  }
  .container-main article > main .homepage-body,
  .container-main article > main .canton-body {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media print, screen and (max-width: 767px) {
  .container-main header .top-header .container.container--flex {
    padding-left: 28px;
    padding-right: 28px;
  }
  .container-main header .top-header .container.container--flex .logo__separator,
  .container-main header .top-header .container.container--flex .logo__accronym,
  .container-main header .top-header .container.container--flex .logo__title {
    display: none;
  }
  .container-main header .top-header__right .search--main {
    display: flex;
    z-index: 9;
  }
  .container-main article > main {
    width: 100%;
  }
  .container-main article > main .homepage-body,
  .container-main article > main .canton-body {
    margin-left: 20px;
    margin-right: 20px;
  }
  .container-main article > main .homepage-body section,
  .container-main article > main .canton-body section {
    padding: 25px 20px 30px 20px;
  }
  .container-main .modal__content .modal__body .card__body code {
    word-wrap: break-word;
  }
}
@media print, screen and (min-width: 1600px) {
  .container-main article > main .homepage-body,
  .container-main article > main .canton-body {
    max-width: 1325px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=main.min.css.map */
