/* * {
  font-family: arial;
  font-size: 16px;
  color: #333;
} */

small {
  font-size: 0.9rem;
}

article.wide {
  width: 99%;
  max-width: 1140px;
}

li::before {
  border: none;
}

.swiss.map {
  position: relative;
  width: 100%;
}

.swiss.map svg {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* news-box hellrot */

.box.member_highlights {
  margin-bottom: 40px;
}

.box p.newsbox-content {
  padding: 20px 20px 20px 50px;
  color: white;
}

.box p.newsbox-content:before {
  position: absolute;
  left: 10px;
  top: calc(50% - 7px);
  width: 40px;
  height: 20px;
  content: " ";
  background-image: url(/templates/assets/images/ic_arrow.svg);
  background-repeat: no-repeat;
  margin-left: 8px;
  padding-top: 0;
  background-size: 20px;
}

.swiss.map .map--legende__wrapper {
  position: relative;
  top: -30px;
  left: -20px;
  width: 200px;
  height: 200px;
}

.swiss.map .map--legende__content {
  margin: 10px;
}

.swiss.map .map--legende__titel {
  padding-left: 50px;
  font-size: 0.8rem;
}

.swiss.map .map--legende__liste {
  padding: 0;
}

.swiss.map li.map--legende__listitem {
  position: relative;
  width: 100px;
  line-height: 20px;
  list-style-type: none;
  padding-left: 50px;
  font-size: 0.7rem;
  margin: 4px 0;
  top: 0;
  border: none;
}

.swiss.map .map--legende__listitem:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 15px;
  width: 20px;
  height: 20px;
  border-color: #fff;
  border: none;
}

.swiss.map .map--legende__listitem.dunkelrot:before {
  background-color: #d63755;
  color: #d63755;
}

.swiss.map .map--legende__listitem.rot:before {
  background-color: #fe7d6d;
  color: #fe7d6d;
}

.swiss.map .map--legende__listitem.orange:before {
  background-color: #ffc499;
  color: #ffc499;
}

.swiss.map .map--legende__listitem.gelb:before {
  background-color: #ffeeba;
  color: #ffeeba;
}

.swiss.map .map--legende__listitem.weiss:before {
  background-color: #f9facf;
  color: #f9facf;
}

@media only screen and (min-width: 768px) {
  .swiss.map .map--legende__wrapper {
    top: 60px;
    left: 5%;
  }

  .swiss.map .map--legende__titel {
    padding-left: 40px;
    font-size: 1rem;
  }

  .swiss.map li.map--legende__listitem {
    width: 100px;
    line-height: 20px;
    font-size: 0.8rem;
    margin: 4px 0;
  }
}

#rangliste_neubau {
  cursor: pointer;
  padding: 10px;
  border: 1px solid #999;
  background: #ccc;
  display: inline-block;
}

#rangliste_modernisierung {
  cursor: pointer;
  padding: 10px;
  border: 1px solid #999;
  background: #ccc;
  display: inline-block;
}

.gemeinde {
  fill: #f9facf;
  transition: 0.1s;

  stroke: #d9daaf;
  stroke-linejoin: round;
  stroke-opacity: 0.33;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.gemeinde:hover {
  stroke-width: 2.5;
  stroke: #555555;
  stroke-width: 2.5;
  stroke-opacity: 0.26;
  /* fill: #EA6E76!important; */
  fill: #555555 !important;
}

.box-filter .filter-search,
.box-filter .filter-kantone,
.box-filter .filter-gemeindegroesse {
  width: calc(100% - 30px);
  margin-top: 35px;
  position: relative;
}

.box-filter .filter-search #search {
  position: relative;
  border: 0;
  border-bottom: 3px solid #f1f1f1;
  height: 30px;
  font-size: 18px;
  width: 100%;
  /* float: right; */
  background-image: none;
}

.box-filter #search::placeholder {
  color: #b7b7b7;
}

.box-filter .filter-kantone,
.box-filter .filter-gemeindegroesse {
  border: 3px solid #f1f1f1;
  height: 50px;
}

.box-filter .filter-kantone p,
.box-filter .filter-gemeindegroesse p {
  cursor: pointer;
  margin: 0;
  padding: 11px;
  color: #707070;
}

.box-filter .filter-kantone ul.liste-kantone,
.box-filter .filter-gemeindegroesse ul.liste-gemeindegroesse {
  display: none;
  position: relative;
  width: 100%;
  list-style-type: none;

  background: #fff;
  border: 3px solid #ed848b;
  border-top: 0;

  margin-top: 0px;
  margin-right: -3px;
  margin-left: -3px;

  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.box-filter .filter-kantone ul.liste-kantone li,
.box-filter .filter-gemeindegroesse ul.liste-gemeindegroesse li {
  margin-left: 15px;
  margin-bottom: 8px;
  color: #707070;
}

.box-filter .filter-kantone ul.liste-kantone label,
.box-filter .filter-gemeindegroesse ul.liste-gemeindegroesse label {
  color: #707070;
}

.box-filter .filter-kantone ul.liste-kantone li {
  float: left;
  width: 70px;
}

.box-filter .filter-kantone.active,
.box-filter .filter-gemeindegroesse.active {
  border: 3px solid #ed848b;
}

.box-filter .filter-kantone.active ul.liste-kantone {
  display: inline-block;
  z-index: 123;
}

.box-filter .filter-gemeindegroesse.active ul.liste-gemeindegroesse {
  display: block;
  z-index: 123;
}

.spanKantonsliste {
  color: #707070;
}

@media (max-width: 39.9375em) {
  .tablesaw-stack tbody td.tablesaw--header {
    background: #ea6e76;
  }

  .tablesaw-stack tbody td.tablesaw--header span.tablesaw-cell-content {
    max-width: 200px;
  }

  .tablesaw-stack tbody td.tablesaw--header b.tablesaw-cell-label,
  .tablesaw-stack tbody td.tablesaw--header span.tablesaw-cell-content strong {
    color: #ffffff;
  }
}

td.order-punkte,
.order-punkte-total,
.order-punkte-k1,
.order-punkte-k2,
.order-punkte-k3,
.order-punkte-k4,
.order-punkte-k5 {
  text-align: center;
}

.order-punkte-k1 i.fa,
.order-punkte-k2 i.fa,
.order-punkte-k3 i.fa,
.order-punkte-k4 i.fa,
.order-punkte-k5 i.fa {
  color: #ffffff;
  font-size: 0.8rem;
  padding-top: 1px;
}

td.td_rankingNatArr {
  white-space: nowrap;
}

table.content__table--light {
}

table.content__table--light th {
  background: #ffffff;
  color: #ea6e76;
  border-bottom: 3px solid #ea6e76;
  padding-bottom: 10px;
}

table.content__table--light td {
}

@media only screen and (min-width: 768px) {
  .box-filter {
    padding: 30px;
    border: 3px solid #ea6e76;
  }

  .box-filter .filter-search,
  .box-filter .filter-kantone,
  .box-filter .filter-gemeindegroesse {
    width: calc(33% - 33px);
    margin: 15px;
    float: left;
  }

  .box-filter .filter-search {
    margin-top: 35px;
    position: relative;
  }

  /*   .box-filter .filter-kantone ul.liste-kantone {
      height: 200px;
  } */
}

/* @media only screen and (min-width: 1280px) {
  .box-filter .filter-search,
  .box-filter .filter-kantone,
  .box-filter .filter-gemeindegroesse {
      width: calc(33% - 30px);
      margin:15px;
      float: left;
  }
} */

thead .arrow-up,
thead .arrow-down {
  display: none;
}

.box-filter .search-icon {
  position: absolute;
  top: 1px;
  right: 5px;
  width: 25px;
  height: 25px;
  float: right;
  display: block;
  fill: #707070;
}

.box-filter .arrow-up {
  width: 20px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQJJREFUeNrsk0lqhGAQhVvJkRxQQdInUBDRIzpPK10543gBD+JSzaNtJAnp7gwQskitXr16H/VTIrFt2+m7RZ5+UH8T7rqu7/s7gadbgzRNoyiCmOf5fD5/YXOe5zuJgiiK4rNwWZZhGEI8XwoiCIKqqh4/u65r3/fx8UVRlCQJzrqu2Ox5HkmSPM/f3Nw0jeu6IAVBkGV5NyHQwnQcp23bj2Hc1rZthDiOUxSFIIjdh0ALEyPLsl7f/woPw2CaJsYsy6qqepAHD5NhGAQMwxjH8Q2M82JA07Smae/Ig9d1naIoxLIsu7rbpaZpSpJkWZbtbiEQxzHCe0v8/1W/CL8IMABFaLOlRkVFSgAAAABJRU5ErkJggg==);
  float: right;
  display: none;
}

.box-filter .arrow-down {
  width: 20px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAP5JREFUeNrkk0mKhFAQROtLH8lZUE8giuMNVcQBNw5LQcThBB5GKwpBSrGq6O5dd64yM+IpP76SdV1vPy3q9ov6x/A8z1VVLcvy3g1DXdcwH+A8z8uy9H3/zc1BCoKgKAqYD7CqqoSQaZogX/JYhmE4jiNsiqIcYJqmPc+DMAxDFEUnHiOWfd/D4LouwzDnwFiWdRwHctd1cRzvPBqMWEKybZvjuOu0eZ63LAumtm2zLNuWaDBiaZqmIAjP/q/T2URRRKRJkjRNQ1GPR6MBaRiGJEknM7mMB0Capvuo6/oe0uePRJZlTdO2Hs0l+fLNWyF5qM8JfQP+q3/VXYABAHEmiV568+/mAAAAAElFTkSuQmCC);
  float: right;
}

.active .arrow-up {
  display: block;
}

.active .arrow-down {
  display: none;
}

.content__wrapper--table {
  width: 100%;
  max-height: 800px;
  overflow-y: auto;
  overflow-x: auto;
  margin: 52px 0 1em 0;
}

.content__wrapper--table::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.content__wrapper--table::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

table {
  margin-top: 0px;
  border-spacing: 0;
  width: 100%;
  font-size: 1rem;
}

table.table-gemeinden {
  position: relative;
}

table.table-gemeinden thead th {
  position: sticky;
  top: 0;
  background: #ea6e76;
}

table.table-gemeinden th,
table.table-gemeinden td {
  font-size: 0.8rem;
}

thead tr th {
  //background: #EA6E76;
  color: #fff;
  margin: 0;
  padding: 10px;
  text-align: left;
}

tbody tr td {
  padding: 10px;
  //border-bottom: 3px solid #EA6E76;
}

@media only screen and (min-width: 768px) {
  .order-punkte-total,
  .order-punkte-k1,
  .order-punkte-k2,
  .order-punkte-k3,
  .order-punkte-k4,
  .order-punkte-k5,
  td.order-punkte {
    display: table-cell;
  }

  table.table-gemeinden th,
  table.table-gemeinden td {
    /*     font-size: 1rem;
 */
  }

  thead tr th {
    padding: 15px;
  }

  tbody tr td {
    padding: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  table.table-gemeinden th,
  table.table-gemeinden td {
    font-size: 0.95rem;
  }
}

.showmore,
.showless {
  padding: 0 10px 20px 10px;
  border: none;
  background: none;
  color: #ea6e76;
  font-size: 1rem;
  display: block;
  cursor: pointer;
}

.showmore {
  display: none;
}

.showless {
  display: block;
}

.top10 .showmore {
  display: block;
}

.top10 .showless {
  display: none;
}

.clearfix {
  clear: both;
}

@media only screen and (min-width: 768px) {
  thead .arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    float: none;
    display: none;
    margin-left: 4px;
    margin-top: 11px;
    position: absolute;
  }

  thead .active .arrow-up {
    display: inline-block;
  }

  thead .arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    float: none;
    display: inline-block;
    margin-left: 4px;
    margin-top: 11px;
    position: absolute;
  }

  thead th {
    cursor: pointer;
  }
}

.checkbox input[type="checkbox"] {
  opacity: 0;
}

.checkbox label {
  position: relative;
  display: inline-block;

  /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
  padding-left: 15px;
}

.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: "";

  /*Needed for the line-height to take effect*/
  display: inline-block;
}

/*Outer box of the fake checkbox*/
.checkbox label::before {
  height: 14px;
  width: 14px;
  border: 2px solid #ea6e76;
  left: -15px;
  top: 5px;
}

/*Checkmark of the fake checkbox*/
.checkbox label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;

  transform: rotate(-45deg);

  left: -11px;
  top: 8px;
}

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
  content: none;
}

/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
  content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

.filter_show {
  background: #ea6e76;
  border: 0;
  color: #fff;
  float: left;
  height: 50px;
  margin-right: 25px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.filter_reset {
  background: #b7b7b7;
  border: 0;
  color: #fff;
  float: left;
  height: 50px;
  margin-right: 25px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) {
  .filter_reset,
  .filter_show {
    margin-right: 15px;
  }

  input[type="button"] {
    cursor: pointer;
  }
}

/*
 * ToolTip Styles
*/
.swiss.map .tooltip {
  position: fixed;
  z-index: 10;
  display: none;
  padding: 10px 20px 20px 20px;
  margin: 0;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100vw;
  border-radius: 0;
  border-top: 2px solid #ea6e76;
  /*box-shadow: 0 0 20px #666;*/
  background: #f0f0f0;
}

.tooltip-left {
  float: left;
  margin-right: 15px;
}

.tooltip-right,
.goldkugel {
  float: right;
  margin-right: 15px;
}

.tooltip-right {
  margin-right: 0;
  padding-left: 20px;
}

.tooltip-right p {
  margin-right: 45px;
  line-height: 0.7rem;
  margin-top: 25px;
}

.tooltip__gemeinde--name {
  color: #ea6e76;
  font-size: 1.1rem;
  line-height: 20px;
}

.tooltip__gemeinde--name.small {
  font-size: 0.95rem;
}

.tooltip__gemeinde--kategorie {
  color: #555555;
  font-size: 0.7rem;
}

.tooltip__gemeinde--punkte {
  color: #ea6e76;
}

.tooltip__gemeinde--punkteTxt {
  color: #555555;
  font-size: 0.7rem;
}

.kreis {
  height: 45px;
  width: 45px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 1.6;

  background: #555555;
  margin-top: 10px;
  margin-bottom: 10px;
}

.kat .kreis {
  margin-top: 5px;
  margin-bottom: 5px;
}

.kreis span {
  line-height: 43px;
  color: #ea6e76;
  font-weight: bold;
  font-size: 0.8rem;
}

.goldkugel {
  background: #ea6e76;
  margin-top: 13px;
}

/*   .goldkugel span {
    color: #fff;
    font-weight: bold;
  } */

.goldkugel .kreis__goldkugel--ranking {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 4px;
}

.goldkugel .kreis__goldkugel--text {
  font-size: 0.6rem;
  color: #fff;
  font-weight: normal;
  margin-top: -6px;
}

.tooltip__kategorien {
  display: block;
  padding-top: 10px;
}

/* .tooltip__kategorien--mobile {
    display:block;
  }*/

.tooltip__kategorien--mobile table {
  position: relative;
  display: block;
  margin-top: 20px;
  font-size: 0.7rem;
  width: 100%;
}

.tooltip__kategorien--mobile table tr th,
.tooltip__kategorien--mobile table tr td {
  padding: 4px;
  font-size: 0.7rem;
  width: 100px;
}

.tooltip__kategorien--mobile table {
  display: block;
  margin-top: 20px;
  font-size: 0.7rem;
  width: 100%;
}

.kat {
  width: 18%;
  /*45px*/
  text-align: center;
  font-size: 0.7rem;
  float: left;
  /* margin-right:23px; */
}

.kat:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .swiss.map .tooltip {
    position: fixed;
    z-index: 10;
    display: none;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 15px;
    height: 200px;
    width: 370px;
    border-radius: 0;
    box-shadow: 0 0 20px #666;
    background-image: linear-gradient(#fff 0%, #fff 154px, #f1f1f1 155px, #f1f1f1 100%);
  }

  .tooltip-right,
  .goldkugel {
    float: right;
  }

  .tooltip__gemeinde--name {
    font-size: 1.1rem;
    line-height: 24px;
  }

  .tooltip__clear--mobile {
    display: none;
  }

  .tooltip__kategorien {
    display: block;
    padding-top: 18px;
  }

  .kat {
    width: 54px;
    margin-right: 23px;
  }

  .kreis {
    height: 48px;
    width: 48px;
  }
}

.wrapper .content > .inline-wrapper.txt_content--top {
  padding-top: 0;
}

.txt_content_col2 ul li:first-child {
  margin-top: 0;
}

.txt_content_col2 ol li {
  padding-top: 0px;
  margin-bottom: 15px;
}

.txt_content_col2 ol li:before {
  content: counter(step-counter) ". ";
  font-size: 2.2rem;
}

.pdf_download {
  padding: 0;
}

.pdf_download a {
  width: 100%;
}

.pdf_download a::before {
  background-position: 7px 8px;
  width: 28px;
  height: 28px;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .txt_content_col2 ol li {
    padding-top: 5px;
    font-size: 1.2rem;
    margin-bottom: 45px;
  }

  .pdf_download a {
    width: 80%;
  }

  .txt_content_col2 ol li:before {
    top: 0;
  }

  .txt_content_col2 ul li {
    font-size: 1.2rem;
  }

  .txt_content_col2 .box-filter ul li {
    font-size: 1.2rem;
  }
}

.txt_content_col2 ul.rectangle li {
  padding-left: 30px;
  background-image: url(/templates/assets/images/rectangle.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: -2px 3px;
  padding-bottom: 15px;
}

.hellrot .txt_content_col2 ul.rectangle li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='14px' viewBox='0 0 8 14' version='1.1'%3E%3Ctitle%3Erectangle%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.722061 104 141 113.277939 131 114'/%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='10' height='10' fill='white'%3E%3Cuse xlink:href='%23path-1'/%3E%3C/mask%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Phone_320px' transform='translate(-135.000000, -102.000000)' stroke='%23ea6e76' stroke-width='2.56' fill='%23ea6e76'%3E%3Cuse id='rectangle' mask='url(%23mask-2)' transform='translate(136.000000, 109.000000) rotate(-135.000000) translate(-136.000000, -109.000000) ' xlink:href='%23path-1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.ocker .txt_content_col2 ul.rectangle li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='14px' viewBox='0 0 8 14' version='1.1'%3E%3Ctitle%3Erectangle%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.722061 104 141 113.277939 131 114'/%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='10' height='10' fill='white'%3E%3Cuse xlink:href='%23path-1'/%3E%3C/mask%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Phone_320px' transform='translate(-135.000000, -102.000000)' stroke='%23e6c475' stroke-width='2.56' fill='%23e6c475'%3E%3Cuse id='rectangle' mask='url(%23mask-2)' transform='translate(136.000000, 109.000000) rotate(-135.000000) translate(-136.000000, -109.000000) ' xlink:href='%23path-1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.txt_content_col2 ul.rectangle li:before,
.txt_content_col2 ul li:before {
  border: 0;
}

.stoerer h5 {
  color: #ffffff;
  /* text-align: center;  */
}

.content .stoerer h5:after {
  /* left: 40px; */
  position: relative;
}

table.gemeinderating {
  margin-top: 10px;
}

table.table-gemeinden thead {
  background: #ea6e76;
  color: #fff;
}

table.table-gemeinden tbody tr {
  border-bottom: 2px solid #ea6e76;
}
