@charset "UTF-8";
/* ICON BOOTSTRAP */
:root {
  --grid-gutter-width: 0rem;
  --component-gutter-width: 3.125rem;
  --component-gutter-half: 1.5625rem;
  --component-gutter-quarter: 0.78125rem;
  --component-gutter-third: 1.0416666667rem;
  --component-gutter-eighth: 0.390625rem;
  --component-gutter-three-eight: 1.171875rem;
  --component-gutter-smallest: 0.3125rem;
  --component-gutter-smallest-double: 0.625rem;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center-vertical {
  vertical-align: middle !important;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@font-face {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url("../Fonts/source-sans-pro/EOT/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-Regular.ttf.woff2") format("woff2"), url("../Fonts/source-sans-pro/WOFF/OTF/SourceSansPro-Regular.otf.woff") format("woff"), url("../Fonts/source-sans-pro/OTF/SourceSansPro-Regular.otf") format("opentype"), url("../Fonts/source-sans-pro/TTF/SourceSansPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  src: url("../Fonts/source-sans-pro/EOT/SourceSansPro-It.eot?#iefix") format("embedded-opentype"), url("../Fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-It.ttf.woff2") format("woff2"), url("../Fonts/source-sans-pro/WOFF/OTF/SourceSansPro-It.otf.woff") format("woff"), url("../Fonts/source-sans-pro/OTF/SourceSansPro-It.otf") format("opentype"), url("../Fonts/source-sans-pro/TTF/SourceSansPro-It.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  src: url("../Fonts/source-sans-pro/EOT/SourceSansPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../Fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-Semibold.ttf.woff2") format("woff2"), url("../Fonts/source-sans-pro/WOFF/OTF/SourceSansPro-Semibold.otf.woff") format("woff"), url("../Fonts/source-sans-pro/OTF/SourceSansPro-Semibold.otf") format("opentype"), url("../Fonts/source-sans-pro/TTF/SourceSansPro-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  src: url("../Fonts/source-sans-pro/EOT/SourceSansPro-SemiboldIt.eot?#iefix") format("embedded-opentype"), url("../Fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-SemiboldIt.ttf.woff2") format("woff2"), url("../Fonts/source-sans-pro/WOFF/OTF/SourceSansPro-SemiboldIt.otf.woff") format("woff"), url("../Fonts/source-sans-pro/OTF/SourceSansPro-SemiboldIt.otf") format("opentype"), url("../Fonts/source-sans-pro/TTF/SourceSansPro-SemiboldIt.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url("../Fonts/source-sans-pro/EOT/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../Fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-Bold.ttf.woff2") format("woff2"), url("../Fonts/source-sans-pro/WOFF/OTF/SourceSansPro-Bold.otf.woff") format("woff"), url("../Fonts/source-sans-pro/OTF/SourceSansPro-Bold.otf") format("opentype"), url("../Fonts/source-sans-pro/TTF/SourceSansPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  src: url("../Fonts/source-sans-pro/EOT/SourceSansPro-BoldIt.eot") format("embedded-opentype"), url("../Fonts/source-sans-pro/WOFF2/TTF/SourceSansPro-BoldIt.ttf.woff2") format("woff2"), url("../Fonts/source-sans-pro/WOFF/OTF/SourceSansPro-BoldIt.otf.woff") format("woff"), url("../Fonts/source-sans-pro/OTF/SourceSansPro-BoldIt.otf") format("opentype"), url("../Fonts/source-sans-pro/TTF/SourceSansPro-BoldIt.ttf") format("truetype");
}
/* from $color-base-12 to $color-base-4 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 0.0625rem dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 0.0625rem solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

:focus {
  outline-style: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}

html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
  font-size: 12px;
}
@media (min-width: 768px) {
  :root {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  :root {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  :root {
    font-size: 17px;
  }
}
@media (min-width: 1400px) {
  :root {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  :root {
    font-size: 20px;
  }
}

body {
  font-family: "Source Sans Pro", sans-serif !important;
  color: #2d363b;
  background-color: #f1f1f1;
  display: table;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #2d363b;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2d363b;
  text-decoration: none;
  outline: 0;
}
a:has(> img) {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0.375rem;
}

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.3125;
  background-color: #f1f1f1;
  border: 0.0625rem solid #ddd;
  border-radius: 0.0625rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

wbr:after {
  content: "­";
}

hr {
  margin-top: 1.3125rem;
  margin-bottom: 1.3125rem;
  border: 0;
  border-top: 0.0625rem solid #dddee0;
}

.sr-only {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  margin: -0.0625rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

* {
  line-height: 1.3125;
  font-family: "Source Sans Pro", sans-serif !important;
}

[role=button] {
  cursor: pointer;
}

* {
  cursor: default;
}

a,
button,
span.clearer .reset {
  cursor: pointer;
}
a *,
button *,
span.clearer .reset * {
  cursor: inherit;
}

input[type=text],
textarea {
  cursor: text;
}

/*
// focus removing outline glow
*:focus {
  outline-color: transparent;
  outline-style: none;
}
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.3125;
  color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #595959;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1.3125rem;
  margin-bottom: 0.65625rem;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0.65625rem;
  margin-bottom: 0.65625rem;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 2.5625rem;
}

h2,
.h2 {
  font-size: 2.125rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 0.0625rem;
}

h6,
.h6 {
  font-size: 0.875rem;
}

p {
  margin: 0 0 0.65625rem;
}

.lead {
  margin-bottom: 1.3125rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .lead {
    font-size: 1.5rem;
  }
}

small,
.small {
  font-size: 75%;
}

.big {
  font-size: 112%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #595959;
}

.page-header {
  padding-bottom: -0.34375rem;
  margin: 2.625rem 0 1.3125rem;
  border-bottom: 0.0625rem solid #dddee0;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0.65625rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -0.3125rem;
}
.list-inline > li {
  display: inline-block;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 0.0625rem dotted #595959;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 0.65625rem 1.3125rem;
  margin: 0;
  font-size: 1.25rem;
  font-style: italic;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.3125;
  color: #595959;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 0.9375rem;
  padding-left: 0;
  border-right: 0.3125rem solid #dddee0;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 1.3125rem;
  font-style: normal;
  line-height: 1.3125;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0rem;
  padding-right: 0rem;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (max-width: 576px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1520px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0rem;
  padding-right: 0rem;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

#wrapper {
  display: table-row;
  height: 100%;
}
#wrapper .container {
  margin-bottom: 3.125rem;
}

.wrapper {
  min-height: 100%;
  height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
  height: 100%;
}

.row {
  margin-left: 0rem;
  margin-right: 0rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.row.eq-height {
  overflow: hidden;
}
.row.eq-height .row {
  overflow: hidden;
}
.row.eq-height .gutter {
  margin-bottom: -6250rem;
  padding-bottom: 6250rem;
}
.row.eq-height .floating-content,
.row.eq-height .clearfix {
  padding-bottom: 0.625rem;
}
.row.eq-height .adjust_sorting-padding,
.row.eq-height .adjust_active-filter-padding {
  padding-top: 0.625rem !important;
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.row.eq-height .adjust_result-hits-padding {
  padding: 0.625rem !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-2xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-2xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-2xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-2xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-2xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-2xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-2xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-2xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-2xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-2xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-2xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12, .col-2xl-12 {
  min-height: 0.0625rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

@media screen {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.3333333333%;
  }
  .col-xs-pull-2 {
    right: 16.6666666667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.3333333333%;
  }
  .col-xs-pull-5 {
    right: 41.6666666667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.3333333333%;
  }
  .col-xs-pull-8 {
    right: 66.6666666667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.3333333333%;
  }
  .col-xs-pull-11 {
    right: 91.6666666667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.3333333333%;
  }
  .col-xs-push-2 {
    left: 16.6666666667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.3333333333%;
  }
  .col-xs-push-5 {
    left: 41.6666666667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.3333333333%;
  }
  .col-xs-push-8 {
    left: 66.6666666667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.3333333333%;
  }
  .col-xs-push-11 {
    left: 91.6666666667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .table-like .like-col-xs-1 {
    width: 8.3333333333%;
  }
  .table-like .like-col-xs-2 {
    width: 16.6666666667%;
  }
  .table-like .like-col-xs-3 {
    width: 25%;
  }
  .table-like .like-col-xs-4 {
    width: 33.3333333333%;
  }
  .table-like .like-col-xs-5 {
    width: 41.6666666667%;
  }
  .table-like .like-col-xs-6 {
    width: 50%;
  }
  .table-like .like-col-xs-7 {
    width: 58.3333333333%;
  }
  .table-like .like-col-xs-8 {
    width: 66.6666666667%;
  }
  .table-like .like-col-xs-9 {
    width: 75%;
  }
  .table-like .like-col-xs-10 {
    width: 83.3333333333%;
  }
  .table-like .like-col-xs-11 {
    width: 91.6666666667%;
  }
  .table-like .like-col-xs-12 {
    width: 100%;
  }
  .table-like .like-col-xs-pull-0 {
    right: auto;
  }
  .table-like .like-col-xs-pull-1 {
    right: 8.3333333333%;
  }
  .table-like .like-col-xs-pull-2 {
    right: 16.6666666667%;
  }
  .table-like .like-col-xs-pull-3 {
    right: 25%;
  }
  .table-like .like-col-xs-pull-4 {
    right: 33.3333333333%;
  }
  .table-like .like-col-xs-pull-5 {
    right: 41.6666666667%;
  }
  .table-like .like-col-xs-pull-6 {
    right: 50%;
  }
  .table-like .like-col-xs-pull-7 {
    right: 58.3333333333%;
  }
  .table-like .like-col-xs-pull-8 {
    right: 66.6666666667%;
  }
  .table-like .like-col-xs-pull-9 {
    right: 75%;
  }
  .table-like .like-col-xs-pull-10 {
    right: 83.3333333333%;
  }
  .table-like .like-col-xs-pull-11 {
    right: 91.6666666667%;
  }
  .table-like .like-col-xs-pull-12 {
    right: 100%;
  }
  .table-like .like-col-xs-push-0 {
    left: auto;
  }
  .table-like .like-col-xs-push-1 {
    left: 8.3333333333%;
  }
  .table-like .like-col-xs-push-2 {
    left: 16.6666666667%;
  }
  .table-like .like-col-xs-push-3 {
    left: 25%;
  }
  .table-like .like-col-xs-push-4 {
    left: 33.3333333333%;
  }
  .table-like .like-col-xs-push-5 {
    left: 41.6666666667%;
  }
  .table-like .like-col-xs-push-6 {
    left: 50%;
  }
  .table-like .like-col-xs-push-7 {
    left: 58.3333333333%;
  }
  .table-like .like-col-xs-push-8 {
    left: 66.6666666667%;
  }
  .table-like .like-col-xs-push-9 {
    left: 75%;
  }
  .table-like .like-col-xs-push-10 {
    left: 83.3333333333%;
  }
  .table-like .like-col-xs-push-11 {
    left: 91.6666666667%;
  }
  .table-like .like-col-xs-push-12 {
    left: 100%;
  }
  .table-like .like-col-xs-offset-0 {
    margin-left: 0%;
  }
  .table-like .like-col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .table-like .like-col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .table-like .like-col-xs-offset-3 {
    margin-left: 25%;
  }
  .table-like .like-col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .table-like .like-col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .table-like .like-col-xs-offset-6 {
    margin-left: 50%;
  }
  .table-like .like-col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .table-like .like-col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .table-like .like-col-xs-offset-9 {
    margin-left: 75%;
  }
  .table-like .like-col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .table-like .like-col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .table-like .like-col-xs-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .table-like .like-col-sm-1 {
    width: 8.3333333333%;
  }
  .table-like .like-col-sm-2 {
    width: 16.6666666667%;
  }
  .table-like .like-col-sm-3 {
    width: 25%;
  }
  .table-like .like-col-sm-4 {
    width: 33.3333333333%;
  }
  .table-like .like-col-sm-5 {
    width: 41.6666666667%;
  }
  .table-like .like-col-sm-6 {
    width: 50%;
  }
  .table-like .like-col-sm-7 {
    width: 58.3333333333%;
  }
  .table-like .like-col-sm-8 {
    width: 66.6666666667%;
  }
  .table-like .like-col-sm-9 {
    width: 75%;
  }
  .table-like .like-col-sm-10 {
    width: 83.3333333333%;
  }
  .table-like .like-col-sm-11 {
    width: 91.6666666667%;
  }
  .table-like .like-col-sm-12 {
    width: 100%;
  }
  .table-like .like-col-sm-pull-0 {
    right: auto;
  }
  .table-like .like-col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .table-like .like-col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .table-like .like-col-sm-pull-3 {
    right: 25%;
  }
  .table-like .like-col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .table-like .like-col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .table-like .like-col-sm-pull-6 {
    right: 50%;
  }
  .table-like .like-col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .table-like .like-col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .table-like .like-col-sm-pull-9 {
    right: 75%;
  }
  .table-like .like-col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .table-like .like-col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .table-like .like-col-sm-pull-12 {
    right: 100%;
  }
  .table-like .like-col-sm-push-0 {
    left: auto;
  }
  .table-like .like-col-sm-push-1 {
    left: 8.3333333333%;
  }
  .table-like .like-col-sm-push-2 {
    left: 16.6666666667%;
  }
  .table-like .like-col-sm-push-3 {
    left: 25%;
  }
  .table-like .like-col-sm-push-4 {
    left: 33.3333333333%;
  }
  .table-like .like-col-sm-push-5 {
    left: 41.6666666667%;
  }
  .table-like .like-col-sm-push-6 {
    left: 50%;
  }
  .table-like .like-col-sm-push-7 {
    left: 58.3333333333%;
  }
  .table-like .like-col-sm-push-8 {
    left: 66.6666666667%;
  }
  .table-like .like-col-sm-push-9 {
    left: 75%;
  }
  .table-like .like-col-sm-push-10 {
    left: 83.3333333333%;
  }
  .table-like .like-col-sm-push-11 {
    left: 91.6666666667%;
  }
  .table-like .like-col-sm-push-12 {
    left: 100%;
  }
  .table-like .like-col-sm-offset-0 {
    margin-left: 0%;
  }
  .table-like .like-col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .table-like .like-col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .table-like .like-col-sm-offset-3 {
    margin-left: 25%;
  }
  .table-like .like-col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .table-like .like-col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .table-like .like-col-sm-offset-6 {
    margin-left: 50%;
  }
  .table-like .like-col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .table-like .like-col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .table-like .like-col-sm-offset-9 {
    margin-left: 75%;
  }
  .table-like .like-col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .table-like .like-col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .table-like .like-col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media print and (min-width: 36rem) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .table-like .like-col-sm-1 {
    width: 8.3333333333%;
  }
  .table-like .like-col-sm-2 {
    width: 16.6666666667%;
  }
  .table-like .like-col-sm-3 {
    width: 25%;
  }
  .table-like .like-col-sm-4 {
    width: 33.3333333333%;
  }
  .table-like .like-col-sm-5 {
    width: 41.6666666667%;
  }
  .table-like .like-col-sm-6 {
    width: 50%;
  }
  .table-like .like-col-sm-7 {
    width: 58.3333333333%;
  }
  .table-like .like-col-sm-8 {
    width: 66.6666666667%;
  }
  .table-like .like-col-sm-9 {
    width: 75%;
  }
  .table-like .like-col-sm-10 {
    width: 83.3333333333%;
  }
  .table-like .like-col-sm-11 {
    width: 91.6666666667%;
  }
  .table-like .like-col-sm-12 {
    width: 100%;
  }
  .table-like .like-col-sm-pull-0 {
    right: auto;
  }
  .table-like .like-col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .table-like .like-col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .table-like .like-col-sm-pull-3 {
    right: 25%;
  }
  .table-like .like-col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .table-like .like-col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .table-like .like-col-sm-pull-6 {
    right: 50%;
  }
  .table-like .like-col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .table-like .like-col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .table-like .like-col-sm-pull-9 {
    right: 75%;
  }
  .table-like .like-col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .table-like .like-col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .table-like .like-col-sm-pull-12 {
    right: 100%;
  }
  .table-like .like-col-sm-push-0 {
    left: auto;
  }
  .table-like .like-col-sm-push-1 {
    left: 8.3333333333%;
  }
  .table-like .like-col-sm-push-2 {
    left: 16.6666666667%;
  }
  .table-like .like-col-sm-push-3 {
    left: 25%;
  }
  .table-like .like-col-sm-push-4 {
    left: 33.3333333333%;
  }
  .table-like .like-col-sm-push-5 {
    left: 41.6666666667%;
  }
  .table-like .like-col-sm-push-6 {
    left: 50%;
  }
  .table-like .like-col-sm-push-7 {
    left: 58.3333333333%;
  }
  .table-like .like-col-sm-push-8 {
    left: 66.6666666667%;
  }
  .table-like .like-col-sm-push-9 {
    left: 75%;
  }
  .table-like .like-col-sm-push-10 {
    left: 83.3333333333%;
  }
  .table-like .like-col-sm-push-11 {
    left: 91.6666666667%;
  }
  .table-like .like-col-sm-push-12 {
    left: 100%;
  }
  .table-like .like-col-sm-offset-0 {
    margin-left: 0%;
  }
  .table-like .like-col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .table-like .like-col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .table-like .like-col-sm-offset-3 {
    margin-left: 25%;
  }
  .table-like .like-col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .table-like .like-col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .table-like .like-col-sm-offset-6 {
    margin-left: 50%;
  }
  .table-like .like-col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .table-like .like-col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .table-like .like-col-sm-offset-9 {
    margin-left: 75%;
  }
  .table-like .like-col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .table-like .like-col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .table-like .like-col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 576px) {
  .row.eq-height .col-sm-0 .gutter {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }
  .row.eq-height .col-sm-1 .gutter {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }
  .row.eq-height .col-sm-2 .gutter {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }
  .row.eq-height .col-sm-3 .gutter {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }
  .row.eq-height .col-sm-4 .gutter {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }
  .row.eq-height .col-sm-5 .gutter {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }
  .row.eq-height .col-sm-6 .gutter {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }
  .row.eq-height .col-sm-7 .gutter {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }
  .row.eq-height .col-sm-8 .gutter {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }
  .row.eq-height .col-sm-9 .gutter {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }
  .row.eq-height .col-sm-10 .gutter {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }
  .row.eq-height .col-sm-11 .gutter {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }
  .row.eq-height .col-sm-12 .gutter {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .row.eq-height .gutter {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 576px) {
  .row.eq-height.sorting > .clearfix {
    padding-bottom: 0;
  }
  .sorting .eq-height-box {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .table-like .like-col-md-1 {
    width: 8.3333333333%;
  }
  .table-like .like-col-md-2 {
    width: 16.6666666667%;
  }
  .table-like .like-col-md-3 {
    width: 25%;
  }
  .table-like .like-col-md-4 {
    width: 33.3333333333%;
  }
  .table-like .like-col-md-5 {
    width: 41.6666666667%;
  }
  .table-like .like-col-md-6 {
    width: 50%;
  }
  .table-like .like-col-md-7 {
    width: 58.3333333333%;
  }
  .table-like .like-col-md-8 {
    width: 66.6666666667%;
  }
  .table-like .like-col-md-9 {
    width: 75%;
  }
  .table-like .like-col-md-10 {
    width: 83.3333333333%;
  }
  .table-like .like-col-md-11 {
    width: 91.6666666667%;
  }
  .table-like .like-col-md-12 {
    width: 100%;
  }
  .table-like .like-col-md-pull-0 {
    right: auto;
  }
  .table-like .like-col-md-pull-1 {
    right: 8.3333333333%;
  }
  .table-like .like-col-md-pull-2 {
    right: 16.6666666667%;
  }
  .table-like .like-col-md-pull-3 {
    right: 25%;
  }
  .table-like .like-col-md-pull-4 {
    right: 33.3333333333%;
  }
  .table-like .like-col-md-pull-5 {
    right: 41.6666666667%;
  }
  .table-like .like-col-md-pull-6 {
    right: 50%;
  }
  .table-like .like-col-md-pull-7 {
    right: 58.3333333333%;
  }
  .table-like .like-col-md-pull-8 {
    right: 66.6666666667%;
  }
  .table-like .like-col-md-pull-9 {
    right: 75%;
  }
  .table-like .like-col-md-pull-10 {
    right: 83.3333333333%;
  }
  .table-like .like-col-md-pull-11 {
    right: 91.6666666667%;
  }
  .table-like .like-col-md-pull-12 {
    right: 100%;
  }
  .table-like .like-col-md-push-0 {
    left: auto;
  }
  .table-like .like-col-md-push-1 {
    left: 8.3333333333%;
  }
  .table-like .like-col-md-push-2 {
    left: 16.6666666667%;
  }
  .table-like .like-col-md-push-3 {
    left: 25%;
  }
  .table-like .like-col-md-push-4 {
    left: 33.3333333333%;
  }
  .table-like .like-col-md-push-5 {
    left: 41.6666666667%;
  }
  .table-like .like-col-md-push-6 {
    left: 50%;
  }
  .table-like .like-col-md-push-7 {
    left: 58.3333333333%;
  }
  .table-like .like-col-md-push-8 {
    left: 66.6666666667%;
  }
  .table-like .like-col-md-push-9 {
    left: 75%;
  }
  .table-like .like-col-md-push-10 {
    left: 83.3333333333%;
  }
  .table-like .like-col-md-push-11 {
    left: 91.6666666667%;
  }
  .table-like .like-col-md-push-12 {
    left: 100%;
  }
  .table-like .like-col-md-offset-0 {
    margin-left: 0%;
  }
  .table-like .like-col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .table-like .like-col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .table-like .like-col-md-offset-3 {
    margin-left: 25%;
  }
  .table-like .like-col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .table-like .like-col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .table-like .like-col-md-offset-6 {
    margin-left: 50%;
  }
  .table-like .like-col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .table-like .like-col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .table-like .like-col-md-offset-9 {
    margin-left: 75%;
  }
  .table-like .like-col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .table-like .like-col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .table-like .like-col-md-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .table-like .like-col-lg-1 {
    width: 8.3333333333%;
  }
  .table-like .like-col-lg-2 {
    width: 16.6666666667%;
  }
  .table-like .like-col-lg-3 {
    width: 25%;
  }
  .table-like .like-col-lg-4 {
    width: 33.3333333333%;
  }
  .table-like .like-col-lg-5 {
    width: 41.6666666667%;
  }
  .table-like .like-col-lg-6 {
    width: 50%;
  }
  .table-like .like-col-lg-7 {
    width: 58.3333333333%;
  }
  .table-like .like-col-lg-8 {
    width: 66.6666666667%;
  }
  .table-like .like-col-lg-9 {
    width: 75%;
  }
  .table-like .like-col-lg-10 {
    width: 83.3333333333%;
  }
  .table-like .like-col-lg-11 {
    width: 91.6666666667%;
  }
  .table-like .like-col-lg-12 {
    width: 100%;
  }
  .table-like .like-col-lg-pull-0 {
    right: auto;
  }
  .table-like .like-col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .table-like .like-col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .table-like .like-col-lg-pull-3 {
    right: 25%;
  }
  .table-like .like-col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .table-like .like-col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .table-like .like-col-lg-pull-6 {
    right: 50%;
  }
  .table-like .like-col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .table-like .like-col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .table-like .like-col-lg-pull-9 {
    right: 75%;
  }
  .table-like .like-col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .table-like .like-col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .table-like .like-col-lg-pull-12 {
    right: 100%;
  }
  .table-like .like-col-lg-push-0 {
    left: auto;
  }
  .table-like .like-col-lg-push-1 {
    left: 8.3333333333%;
  }
  .table-like .like-col-lg-push-2 {
    left: 16.6666666667%;
  }
  .table-like .like-col-lg-push-3 {
    left: 25%;
  }
  .table-like .like-col-lg-push-4 {
    left: 33.3333333333%;
  }
  .table-like .like-col-lg-push-5 {
    left: 41.6666666667%;
  }
  .table-like .like-col-lg-push-6 {
    left: 50%;
  }
  .table-like .like-col-lg-push-7 {
    left: 58.3333333333%;
  }
  .table-like .like-col-lg-push-8 {
    left: 66.6666666667%;
  }
  .table-like .like-col-lg-push-9 {
    left: 75%;
  }
  .table-like .like-col-lg-push-10 {
    left: 83.3333333333%;
  }
  .table-like .like-col-lg-push-11 {
    left: 91.6666666667%;
  }
  .table-like .like-col-lg-push-12 {
    left: 100%;
  }
  .table-like .like-col-lg-offset-0 {
    margin-left: 0%;
  }
  .table-like .like-col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .table-like .like-col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .table-like .like-col-lg-offset-3 {
    margin-left: 25%;
  }
  .table-like .like-col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .table-like .like-col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .table-like .like-col-lg-offset-6 {
    margin-left: 50%;
  }
  .table-like .like-col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .table-like .like-col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .table-like .like-col-lg-offset-9 {
    margin-left: 75%;
  }
  .table-like .like-col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .table-like .like-col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .table-like .like-col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 62rem) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
/* Print render hints */
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

.content {
  display: table-cell;
}

.col-lg-20,
.col-md-20,
.col-sm-20,
.col-xs-20 {
  float: left;
  width: 20%;
  min-height: 0.0625rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xl {
  display: none !important;
}

.visible-2xl {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-2xl-block,
.visible-2xl-inline,
.visible-2xl-inline-block,
.visible-3xl-block,
.visible-3xl-inline,
.visible-3xl-inline-block {
  display: none !important;
}

@media (max-width: 575px) {
  .visible-xs {
    display: block !important;
  }
  .table-like .col.visible-xs {
    display: table-cell !important;
  }
  .table-like .row.visible-xs {
    display: table-row !important;
  }
  .table-like.visible-xs {
    display: table !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 575px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 575px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 575px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  .table-like .col.visible-sm {
    display: table-cell !important;
  }
  .table-like .row.visible-sm {
    display: table-row !important;
  }
  .table-like.visible-sm {
    display: table !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: block !important;
  }
  .table-like .col.visible-md {
    display: table-cell !important;
  }
  .table-like .row.visible-md {
    display: table-row !important;
  }
  .table-like.visible-md {
    display: table !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .visible-2xl-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 992px) {
  .visible-lg {
    display: block !important;
  }
  .table-like .col.visible-lg {
    display: table-cell !important;
  }
  .table-like .row.visible-lg {
    display: table-row !important;
  }
  .table-like.visible-lg {
    display: table !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .visible-2xl-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-2xl {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden-2xl {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  .table-like .col.visible-print {
    display: table-cell !important;
  }
  .table-like .row.visible-print {
    display: table-row !important;
  }
  .table-like.visible-print {
    display: table !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
article.resultslist p {
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1, "tnum" 1, "kern" 1, "liga" 1;
  -ms-font-feature-settings: "lnum" 1, "tnum" 1, "kern" 1, "liga" 1;
  -o-font-feature-settings: "lnum" 1, "tnum" 1, "kern" 1, "liga" 1;
  -webkit-font-feature-settings: "lnum" 1, "tnum" 1, "kern" 1, "liga" 1;
  font-feature-settings: "lnum" 1, "tnum" 1, "kern" 1, "liga" 1;
}

article.praxisbeispiel p, .projekt p, .energiesteckbrief p, aside p {
  font-variant-numeric: oldstyle-nums;
  -moz-font-feature-settings: "onum" 1, "pnum" 1, "kern" 1, "liga" 1;
  -ms-font-feature-settings: "onum" 1, "pnum" 1, "kern" 1, "liga" 1;
  -o-font-feature-settings: "onum" 1, "pnum" 1, "kern" 1, "liga" 1;
  -webkit-font-feature-settings: "onum" 1, "pnum" 1, "kern" 1, "liga" 1;
  font-feature-settings: "onum" 1, "pnum" 1, "kern" 1, "liga" 1;
}

table th, table td {
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1, "tnum" 1, "kern" 1, "liga" 1;
  -ms-font-feature-settings: "lnum" 1, "tnum" 1, "kern" 1, "liga" 1;
  -o-font-feature-settings: "lnum" 1, "tnum" 1, "kern" 1, "liga" 1;
  -webkit-font-feature-settings: "lnum" 1, "tnum" 1, "kern" 1, "liga" 1;
  font-feature-settings: "lnum" 1, "tnum" 1, "kern" 1, "liga" 1;
}

.provider-color {
  height: 0.3125rem;
}

.provider-BIO,
.legend-BIO {
  background: #9ac251;
}

.provider-SOL,
.legend-SOL,
.provider-DACHSOL,
.legend-DACHSOL {
  background: #dece54;
}

.provider-PUM,
.legend-PUM {
  background: #a46ca4;
}

.provider-GHD,
.legend-GHD {
  background: #afcdaa;
}

.provider-OER,
.legend-OER {
  background: #dd6d5f;
}

.provider-PRI,
.legend-PRI {
  background: #6b98b7;
}

.provider-WIN,
.legend-WIN {
  background: #77b6ad;
}

.provider-WAS,
.legend-WAS {
  background: #6b98b7;
}

.provider-GEO,
.legend-GEO {
  background: #dd6d5f;
}

.provider-GAS,
.legend-GAS {
  background: #a46ca4;
}

.provider-SON,
.legend-SON {
  background: #a5a0bf;
}

.provider-WEI,
.legend-WEI {
  background: #a5a0bf;
}

.provider-SUM,
.legend-SUM {
  background: #737272;
}

.provider-KOM,
.legend-KOM {
  background: #dd6d5f;
}

.provider-IND,
.legend-IND {
  background: #dece54;
}

.provider-VER,
.legend-VER {
  background: #a5a0bf;
}

.provider-WAE,
.legend-WAE {
  background: #dd6d5f;
}

.provider-STR,
.legend-STR {
  background: #dece54;
}

.provider-FAH,
.legend-FAH {
  background: #77b6ad;
}

.provider-KRA,
.legend-KRA {
  background: #6b98b7;
}

/* Mobilität */
.provider-PKWGAS,
.legend-PKWGAS {
  background: #a46ca4;
}

.provider-PKWELE,
.legend-PKWELE {
  background: #dece54;
}

.provider-PKWPLUG,
.legend-PKWPLUG {
  background: #77b6ad;
}

.provider-PKWHYB,
.legend-PKWHYB {
  background: #6b98b7;
}

.provider-PKWSON,
.legend-PKWSON {
  background: #9ac251;
}

.provider-AC,
.legend-AC {
  background: #9ac251;
}

.provider-DC,
.legend-DC {
  background: #6b98b7;
}

.provider-ACDC,
.legend-ACDC {
  background: #a46ca4;
}

.provider-SLS,
.legend-SLS {
  background: #6b98b7;
}

.provider-NLS,
.legend-NLS {
  background: #9ac251;
}

.provider-MIX,
.legend-MIX {
  background: #8e8e8e;
}

/*****************************************/
.provider-forst,
.legend-forst {
  background: #dece54;
}

.provider-siedlung,
.legend-siedlung {
  background: #dece54;
}

.provider-verkehr,
.legend-verkehr {
  background: #dece54;
}

.provider-landwirtschaft,
.legend-landwirtschaft {
  background: #dece54;
}

.provider-Holzhackschnitzel,
.legend-Holzhackschnitzel {
  background: #6b98b7;
}

.provider-Pellets,
.legend-Pellets {
  background: #dece54;
}

.provider-Scheitholz,
.legend-Scheitholz {
  background: #dd6d5f;
}

.provider-Direktkondensation,
.legend-Direktkondensation {
  background: #dd6d5f;
}

.provider-Luft-Wasser,
.legend-Luft-Wasser {
  background: #9ac251;
}

.provider-Sole-Wasser,
.legend-Sole-Wasser {
  background: #dece54;
}

.provider-Wasser-Wasser,
.legend-Wasser-Wasser {
  background: #6b98b7;
}

.provider-Sonstiges,
.legend-Sonstiges {
  background: #a5a0bf;
}

.provider-Sonstige,
.legend-Sonstige {
  background: #a5a0bf;
}

.provider-Flachkollektor,
.legend-Flachkollektor {
  background: #dd9e4b;
}

.provider-FLK,
.legend-FLK {
  background: #dd9e4b;
}

.provider-Luft-und-Speicherkollektor,
.legend-Luft-und-Speicherkollektor {
  background: #dbafc6;
}

.provider-LUS,
.legend-LUS {
  background: #dbafc6;
}

.provider-Roehrenkollektor,
.legend-Roehrenkollektor {
  background: #77b6ad;
}

.provider-RRK,
.legend-RRK {
  background: #77b6ad;
}

.provider-Konzepte,
.legend-Konzepte {
  background: #6b98b7;
}

.provider-akteure,
.legend-akteure {
  background: #dd6d5f;
}

.provider-weitere_akt,
.legend-weitere_akt {
  background: #a46ca4;
}

.provider-DACH,
.legend-DACH {
  background: #dd9e4b;
}

.provider-GENUTZT,
.legend-GENUTZT {
  background: #9ac251;
}

.provider-FREI,
.legend-FREI {
  background: #6b98b7;
}

.provider-UNGENUTZT,
.legend-UNGENUTZT {
  background: #bcbcbc;
}

.provider-WW,
.legend-WW {
  background: #77b6ad;
}

.provider-RW,
.legend-RW {
  background: #dd6d5f;
}

.provider-WG,
.legend-WG {
  background: #6b98b7;
}

.provider-NG,
.legend-NG {
  background: #dece54;
}

/*********************************************/
.legend-waermekataster-0 {
  background: rgb(186.5, 187.5, 188.5);
  color: #080808 !important;
}

.legend-waermekataster-1 {
  background: #f3f4d5;
  color: #080808 !important;
}

.legend-waermekataster-2 {
  background: rgb(243, 233, 168.5);
  color: #080808 !important;
}

.legend-waermekataster-3 {
  background: rgb(226, 209.5, 160.5);
  color: #080808 !important;
}

.legend-waermekataster-4 {
  background: rgb(242, 187, 147.5);
  color: #080808 !important;
}

.legend-waermekataster-5 {
  background: rgb(210, 116.5, 136.5);
  color: #080808 !important;
}

.legend-waermekataster-6 {
  background: #c18493;
  color: #080808 !important;
}

/******************************************/
.legend-solarkataster-0 {
  background: #f3f4d5;
  color: #080808 !important;
}

.legend-solarkataster-1 {
  background: rgb(243, 233, 168.5);
  color: #080808 !important;
}

.legend-solarkataster-2 {
  background: rgb(226, 209.5, 160.5);
  color: #080808 !important;
}

.legend-solarkataster-3 {
  background: rgb(242, 187, 147.5);
  color: #080808 !important;
}

.legend-solarkataster-4 {
  background: rgb(210, 116.5, 136.5);
  color: #080808 !important;
}

/****************************************************/
.legend-solarkataster-denkmal {
  background: #8383d3;
}

.legend-solarkataster-solarthermie-eignung {
  background: #38a800;
}

.legend-himmelsrichtung-0 {
  background: #e8beff;
  color: #080808 !important;
}

.legend-himmelsrichtung-1 {
  background: #006fff;
}

.legend-himmelsrichtung-2 {
  background: #00e6a9;
  color: #080808 !important;
}

.legend-himmelsrichtung-3 {
  background: #e600a9;
}

.legend-himmelsrichtung-4 {
  background: #ffff00;
  color: #080808 !important;
}

/****************************************************/
.initiator-unternehmen,
.legend-unternehmen {
  background: #dece54;
}

.initiator-kommune,
.legend-kommunen {
  background: #dd6d5f;
}

.initiator-altbau,
.legend-altbau {
  background: #77b6ad;
}

.initiator-neubau,
.legend-neubau {
  background: #6b98b7;
}

.initiator-weitere,
.legend-weitere {
  background: #a5a0bf;
}

.initiator-buergerbeteiligung,
.legend-buergerbeteiligung {
  background: #a46ca4;
}

.legend-H2PSPEI {
  background: #dece54;
  color: #080808 !important;
}

.legend-H2PINF {
  background: #77b6ad;
  color: #080808 !important;
}

.legend-H2PANW {
  background: #9ac251;
  color: #080808 !important;
}

.legend-H2ABIL {
  background: #a46ca4;
  color: #080808 !important;
}

.legend-H2ACLU {
  background: #dd9e4b;
  color: #080808 !important;
}

.legend-H2AUNT {
  background: #dd6d5f;
  color: #080808 !important;
}

.legend-H2PERZ {
  background: #6b98b7;
  color: #080808 !important;
}

/****************************************************/
.marker-weitere .marker-icon {
  color: #a5a0bf;
}
.marker-weitere .marker-icon .area {
  fill: #a5a0bf;
}
.marker-weitere .marker-icon .border-inner {
  fill: rgb(96.9905660377, 89.9622641509, 133.5377358491);
}

.marker-buergerbeteiligung .marker-icon {
  color: #a46ca4;
}
.marker-buergerbeteiligung .marker-icon .area {
  fill: #a46ca4;
}
.marker-buergerbeteiligung .marker-icon .border-inner {
  fill: rgb(89.25, 55.25, 89.25);
}

.marker-kommune .marker-icon {
  color: #dd6d5f;
}
.marker-kommune .marker-icon .area {
  fill: #dd6d5f;
}
.marker-kommune .marker-icon .border-inner {
  fill: rgb(155.4639175258, 46.6391752577, 33.0360824742);
}

.marker-unternehmen .marker-icon {
  color: #dece54;
}
.marker-unternehmen .marker-icon .area {
  fill: #dece54;
}
.marker-unternehmen .marker-icon .border-inner {
  fill: rgb(149.625, 135.625, 28.875);
}

.marker-altbau .marker-icon {
  color: #77b6ad;
}
.marker-altbau .marker-icon .area {
  fill: #77b6ad;
}
.marker-altbau .marker-icon .border-inner {
  fill: rgb(60.6004784689, 112.8995215311, 105.4282296651);
}

.marker-neubau .marker-icon {
  color: #6b98b7;
}
.marker-neubau .marker-icon .area {
  fill: #6b98b7;
}
.marker-neubau .marker-icon .border-inner {
  fill: rgb(53.1818181818, 86.4204545455, 109.3181818182);
}

.marker-BIO .marker-icon {
  color: #9ac251;
}
.marker-BIO .marker-icon .area {
  fill: #9ac251;
}
.marker-BIO .marker-icon .border-inner {
  fill: rgb(84.1063829787, 109.2127659574, 38.2872340426);
}

.marker-BIO.offline .marker-icon {
  color: rgb(186.8787234043, 213.8574468085, 137.6425531915);
}
.marker-BIO.offline .marker-icon .area {
  fill: rgb(186.8787234043, 213.8574468085, 137.6425531915);
}
.marker-BIO.offline .marker-icon .border-inner {
  fill: rgb(127.7276595745, 165.8553191489, 58.1446808511);
}

.marker-GAS .marker-icon {
  color: #a46ca4;
}
.marker-GAS .marker-icon .area {
  fill: #a46ca4;
}
.marker-GAS .marker-icon .border-inner {
  fill: rgb(89.25, 55.25, 89.25);
}

.marker-GAS.offline .marker-icon {
  color: rgb(193.25, 155.25, 193.25);
}
.marker-GAS.offline .marker-icon .area {
  fill: rgb(193.25, 155.25, 193.25);
}
.marker-GAS.offline .marker-icon .border-inner {
  fill: rgb(136.5, 84.5, 136.5);
}

.marker-SOL .marker-icon {
  color: #dece54;
}
.marker-SOL .marker-icon .area {
  fill: #dece54;
}
.marker-SOL .marker-icon .border-inner {
  fill: rgb(149.625, 135.625, 28.875);
}

.marker-SOL.offline .marker-icon {
  color: rgb(234.375, 224.375, 148.125);
}
.marker-SOL.offline .marker-icon .area {
  fill: rgb(234.375, 224.375, 148.125);
}
.marker-SOL.offline .marker-icon .border-inner {
  fill: rgb(213.75, 193.75, 41.25);
}

.marker-WIN .marker-icon {
  color: #77b6ad;
}
.marker-WIN .marker-icon .area {
  fill: #77b6ad;
}
.marker-WIN .marker-icon .border-inner {
  fill: rgb(60.6004784689, 112.8995215311, 105.4282296651);
}

.marker-WIN.offline .marker-icon {
  color: rgb(168.7799043062, 208.7200956938, 203.014354067);
}
.marker-WIN.offline .marker-icon .area {
  fill: rgb(168.7799043062, 208.7200956938, 203.014354067);
}
.marker-WIN.offline .marker-icon .border-inner {
  fill: rgb(87.3205741627, 162.6794258373, 151.9138755981);
}

.marker-WAS .marker-icon {
  color: #6b98b7;
}
.marker-WAS .marker-icon .area {
  fill: #6b98b7;
}
.marker-WAS .marker-icon .border-inner {
  fill: rgb(53.1818181818, 86.4204545455, 109.3181818182);
}

.marker-WAS.offline .marker-icon {
  color: rgb(158.4636363636, 187.8159090909, 208.0363636364);
}
.marker-WAS.offline .marker-icon .area {
  fill: rgb(158.4636363636, 187.8159090909, 208.0363636364);
}
.marker-WAS.offline .marker-icon .border-inner {
  fill: rgb(78.2181818182, 127.1045454545, 160.7818181818);
}

.marker-GEO .marker-icon {
  color: #dd6d5f;
}
.marker-GEO .marker-icon .area {
  fill: #dd6d5f;
}
.marker-GEO .marker-icon .border-inner {
  fill: rgb(155.4639175258, 46.6391752577, 33.0360824742);
}

.marker-GEO.offline .marker-icon {
  color: rgb(158.4636363636, 187.8159090909, 208.0363636364);
}
.marker-GEO.offline .marker-icon .area {
  fill: rgb(158.4636363636, 187.8159090909, 208.0363636364);
}
.marker-GEO.offline .marker-icon .border-inner {
  fill: rgb(78.2181818182, 127.1045454545, 160.7818181818);
}

.marker-PUM .marker-icon {
  color: #a46ca4;
}
.marker-PUM .marker-icon .area {
  fill: #a46ca4;
}
.marker-PUM .marker-icon .border-inner {
  fill: rgb(89.25, 55.25, 89.25);
}

.marker-PUM.offline .marker-icon {
  color: rgb(193.25, 155.25, 193.25);
}
.marker-PUM.offline .marker-icon .area {
  fill: rgb(193.25, 155.25, 193.25);
}
.marker-PUM.offline .marker-icon .border-inner {
  fill: rgb(136.5, 84.5, 136.5);
}

.marker-konzepte .marker-icon {
  color: #6b98b7;
}
.marker-konzepte .marker-icon .area {
  fill: #6b98b7;
}
.marker-konzepte .marker-icon .border-inner {
  fill: rgb(53.1818181818, 86.4204545455, 109.3181818182);
}

.marker-akteure .marker-icon {
  color: #dd6d5f;
}
.marker-akteure .marker-icon .area {
  fill: #dd6d5f;
}
.marker-akteure .marker-icon .border-inner {
  fill: rgb(155.4639175258, 46.6391752577, 33.0360824742);
}

.marker-weitere_akt .marker-icon {
  color: #a46ca4;
}
.marker-weitere_akt .marker-icon .area {
  fill: #a46ca4;
}
.marker-weitere_akt .marker-icon .border-inner {
  fill: rgb(89.25, 55.25, 89.25);
}

.marker-waerme {
  font-size: 1.125rem;
}
.marker-waerme .marker-icon {
  color: #dd6d5f;
  padding: 0;
  margin: 0;
}
.marker-waerme .marker-icon .area {
  fill: #dd6d5f;
}
.marker-waerme .marker-icon .border-inner {
  fill: rgb(155.4639175258, 46.6391752577, 33.0360824742);
}

.marker-H2PERZ {
  font-size: 0.75rem;
}
.marker-H2PERZ .marker-icon {
  color: #6b98b7;
  padding: 0;
  margin: 0;
}
.marker-H2PERZ .marker-icon .area {
  fill: #6b98b7;
}
.marker-H2PERZ .marker-icon .border-inner {
  fill: rgb(53.1818181818, 86.4204545455, 109.3181818182);
}

.marker-H2PSPEI {
  font-size: 0.75rem;
}
.marker-H2PSPEI .marker-icon {
  color: #dece54;
  padding: 0;
  margin: 0;
}
.marker-H2PSPEI .marker-icon .area {
  fill: #dece54;
}
.marker-H2PSPEI .marker-icon .border-inner {
  fill: rgb(149.625, 135.625, 28.875);
}

.marker-H2PINF {
  font-size: 0.75rem;
}
.marker-H2PINF .marker-icon {
  color: #77b6ad;
  padding: 0;
  margin: 0;
}
.marker-H2PINF .marker-icon .area {
  fill: #77b6ad;
}
.marker-H2PINF .marker-icon .border-inner {
  fill: rgb(60.6004784689, 112.8995215311, 105.4282296651);
}

.marker-H2PANW {
  font-size: 0.75rem;
}
.marker-H2PANW .marker-icon {
  color: #9ac251;
  padding: 0;
  margin: 0;
}
.marker-H2PANW .marker-icon .area {
  fill: #9ac251;
}
.marker-H2PANW .marker-icon .border-inner {
  fill: rgb(84.1063829787, 109.2127659574, 38.2872340426);
}

.marker-H2ABIL {
  font-size: 0.75rem;
}
.marker-H2ABIL .marker-icon {
  color: #a46ca4;
  padding: 0;
  margin: 0;
}
.marker-H2ABIL .marker-icon .area {
  fill: #a46ca4;
}
.marker-H2ABIL .marker-icon .border-inner {
  fill: rgb(89.25, 55.25, 89.25);
}

.marker-H2ACLU {
  font-size: 0.75rem;
}
.marker-H2ACLU .marker-icon {
  color: #dd9e4b;
  padding: 0;
  margin: 0;
}
.marker-H2ACLU .marker-icon .area {
  fill: #dd9e4b;
}
.marker-H2ACLU .marker-icon .border-inner {
  fill: rgb(141.7289719626, 92.1238317757, 26.7710280374);
}

.marker-H2AUNT {
  font-size: 0.75rem;
}
.marker-H2AUNT .marker-icon {
  color: #dd6d5f;
  padding: 0;
  margin: 0;
}
.marker-H2AUNT .marker-icon .area {
  fill: #dd6d5f;
}
.marker-H2AUNT .marker-icon .border-inner {
  fill: rgb(155.4639175258, 46.6391752577, 33.0360824742);
}

.selected .marker-icon {
  color: #fabb00;
}

#map .legend-body .legend-color-item.umfasste-gebiete {
  width: 100%;
  background: #abc532; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #6e8020 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #6e8020 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #6e8020 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#6e8020", GradientType=1); /* IE6-9 */
}

.legend-body .legend-color-item.nahwaermenetze {
  width: 100%;
  background: #dd6d5f; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #dd6d5f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #dd6d5f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #dd6d5f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#map .legend-body .legend-color-item.nahwaermenetze {
  width: 100%;
}

.legend-body .legend-item.wasserstoffkernnetz-rlp {
  background-color: #6b98b7;
  width: 100%;
  height: 0.2rem;
}

/****************************************************/
/****************************************************
0 - default, falls kein Icon ausgewählt
1 Akteure
2 Ausbaustufen
3 Beteiligung
4 Bürger
5 Einzelanlagen
6 Energieagentur
7 Energieatlas
8 Energiesteckbriefe
9 Energieverbrauch
10 Energiewende
11 FAQ
12 Glossar
13 Informationen
14 Karte
15 Kommunen
16 Konzepte
17 Kooperationen
18 Mobilität
19 Praxisbeispiele
20 Startseite
21 Strategien
22 Strom
23 Unternehmen
24 Wärme
*/
.btn {
  border: 0.0625rem solid #2d363b;
  color: #ffffff;
  background: #2d363b;
}

.btn-success {
  display: inline-block;
  width: 100%;
  padding: 0.3125rem 0.625rem;
  color: #ffffff;
  background: #fabb00;
  border: none;
}

.btn-blue {
  background: #006ca6 none repeat scroll 0 0;
  border: none;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.0625rem;
  padding: 0.3125rem 0.625rem;
  text-decoration: none;
}
.btn-blue:hover {
  background: #0084c9;
}

a.btn-blue:hover,
a.btn-blue:focus {
  color: #ffffff;
}

.aside-toolbar-button {
  font-size: 1.125rem;
  width: 2.25rem;
  height: 2.25rem;
  background: #2d363b;
  display: block;
  text-align: center;
  border-radius: 0;
  padding: 0;
  margin: 0.78125rem;
}
.aside-toolbar-button:hover {
  background: #2d363b;
}
.aside-toolbar-button .icon:before {
  font-size: 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
  opacity: 1;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 1;
  -webkit-animation: display-none-transition 0.6s both;
  animation: display-none-transition 0.6s both;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

@-webkit-keyframes display-none-transition {
  0% {
    opacity: 0;
  }
}
@keyframes display-none-transition {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes display-transition {
  0% {
    opacity: 1;
  }
}
@keyframes display-transition {
  0% {
    opacity: 1;
  }
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -0.625rem;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -0.625rem;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0.0625rem;
  text-indent: -62.4375;
  border: 0.0625rem solid #fff;
  border-radius: 0.625rem;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators.non-interactive li {
  cursor: default;
}
.carousel-indicators .active {
  margin: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 1.25rem;
  z-index: 10;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  text-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 36rem) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 1.875rem;
    height: 1.875rem;
    margin-top: -0.9375rem;
    font-size: 1.875rem;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -0.9375rem;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -0.9375rem;
  }
  .carousel-control .goto-left,
  .carousel-control .goto-right {
    position: absolute;
    margin-top: -0.9375rem;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    color: #2d363b;
    line-height: 1.875rem;
  }
  .carousel-control .goto-left {
    left: 0;
    margin-left: -0.9375rem;
    background: white;
    background-size: 1.25rem 1.25rem;
    border-radius: 0 0.125rem 0.125rem 0;
  }
  .carousel-control .goto-right {
    right: 0;
    margin-right: -1rem;
    background: white;
    background-size: 1.25rem 1.25rem;
    border-radius: 0.125rem 0 0 0.125rem;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 1.875rem;
  }
  .carousel-indicators {
    bottom: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .carousel-control .goto-left,
  .carousel-control .goto-right {
    margin-top: -0.625rem;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
  }
  .carousel-control .goto-left {
    background-size: 1rem 1rem;
  }
  .carousel-control .goto-right {
    background-size: 1rem 1rem;
  }
}
/****** MOVE ONE, SHOW MANY *******/
/*
 *
 *
 *
 *
 *
 */
.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
  margin-left: 0.9375rem;
}

.carousel-showmanymoveone .carousel-control.right {
  margin-right: 0.9375rem;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}

@media all and (min-width: 576px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
}
/*
@media all and (min-width: $screen-xs-min) and (transform-3d), all and (min-width: $screen-xs-min) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
*/
@media screen and (min-width: 576px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -33.33333%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 33.33333%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1,
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 576px) and (transform-3d), all and (min-width: 576px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(33.33333%, 0, 0);
    transform: translate3d(33.33333%, 0, 0);
    left: 0.25rem;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33.33333%, 0, 0);
    transform: translate3d(-33.33333%, 0, 0);
    left: -0.25rem;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media print {
  .carousel-showmanymoveone .carousel-inner .cloneditem-1,
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
section .map-thumbnail {
  background: #fabb00 !important;
  vertical-align: middle;
  text-align: center;
}
section .intro h3 {
  font-size: 1.375rem;
  padding: 0 0.3125rem;
  margin: 0;
  text-align: left;
  line-height: 1.3125;
}
section .intro h3 span.type {
  font-size: 1.125rem;
}
section .intro h4 {
  font-size: 1.125rem;
  padding: 0 0.3125rem;
  margin: 0;
  margin-top: 0.3125rem;
}
section .intro p {
  font-style: italic;
  padding: 0.3125rem;
  margin: 0;
}
section .intro a.button:hover,
section .intro a.button.selected {
  color: #ffffff;
  background: #fabb00;
  text-decoration: none;
}
section .intro .grid-button-2 button {
  width: 6.9375rem;
}
section .intro .grid-button-2:last-child button {
  width: 6.75rem;
}
section .intro .icon-label .label {
  margin-left: 0.3125rem;
}

#charts,
#toolbar {
  display: none;
}
#charts h3,
#charts h4,
#toolbar h3,
#toolbar h4 {
  font-size: 0.75rem;
  margin: 0;
  text-align: left;
}
#charts h4,
#toolbar h4 {
  font-size: 1rem;
}
#charts h3 .icon,
#toolbar h3 .icon {
  padding-left: 0.3125rem;
}
#charts a.button:hover,
#toolbar a.button:hover {
  color: #ffffff;
  background: #fabb00;
  text-decoration: none;
}
#charts .grid-button-2 button,
#toolbar .grid-button-2 button {
  width: 6.9375rem;
}
#charts .grid-button-2:last-child button,
#toolbar .grid-button-2:last-child button {
  width: 6.75rem;
}
#charts .button-label,
#toolbar .button-label {
  font-size: 0.75rem;
  padding-bottom: 0.125rem;
}
#charts .button-label.italic,
#toolbar .button-label.italic {
  font-style: italic;
}
#charts .icon-label .label,
#toolbar .icon-label .label {
  margin-left: 0.3125rem;
}
#charts .page-title,
#toolbar .page-title {
  display: block;
}
#charts .value,
#toolbar .value {
  font-weight: 600;
  padding-left: 1.5625rem;
}
#charts ul.legend-body,
#toolbar ul.legend-body {
  margin: 0;
  margin-top: 0.625rem;
  padding: 0;
}
#charts li.legend-item,
#toolbar li.legend-item {
  font-size: 0.75rem;
  color: #ffffff;
  padding: 0.125rem 0.3125rem;
  border-radius: 0.125rem;
  display: inline;
  margin: 0;
  margin-top: 0.78125rem;
  margin-right: 0.78125rem;
  white-space: nowrap;
}
#charts li.legend-item:first-of-type,
#toolbar li.legend-item:first-of-type {
  margin-left: 0;
}
#charts li.legend-item:last-of-type,
#toolbar li.legend-item:last-of-type {
  margin-right: 0;
}
#charts .resultHits,
#toolbar .resultHits {
  display: inline-block;
  margin-top: 0.3125rem;
  background: #2d363b;
  padding: 0.3125rem 1.5625rem;
  border-radius: 0.125rem;
  color: #ffffff;
  font-size: 0.75rem;
}
#charts ul.legend-icon-body,
#toolbar ul.legend-icon-body {
  margin: 0;
  margin-top: 0.625rem;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
}

#tablet-filter {
  font-size: 0.9575rem;
}
#tablet-filter ul {
  padding: 0;
}
#tablet-filter .component {
  background: none;
}
#tablet-filter .col {
  background: #dddee0;
}
#tablet-filter .btn-group {
  position: relative;
  display: inline-block;
}
#tablet-filter button.dropdown-toggle,
#tablet-filter button.simple {
  display: block;
  height: 1.6875rem;
  width: auto;
  padding: 0;
  background: linear-gradient(to left, rgb(22.9326923077, 27.5192307692, 30.0673076923) 0%, rgb(22.9326923077, 27.5192307692, 30.0673076923) 1.875rem, #2d363b 1.875rem, #2d363b 100%);
  background-repeat: no-repeat;
  background-position: 0rem 0rem;
  border: none;
  border-radius: 0.125rem;
}
#tablet-filter button.dropdown-toggle .label,
#tablet-filter button.simple .label {
  line-height: 1.5625rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
#tablet-filter button.dropdown-toggle .button-icon,
#tablet-filter button.simple .button-icon {
  line-height: 1.5625rem;
  float: right;
  display: inline-block;
  text-align: center;
  width: 1.875rem;
}
#tablet-filter .tablet-viewoption-property .dropdown-arrow {
  float: right;
}
#tablet-filter .dropdown-arrow,
#tablet-filter .clear-icon {
  float: right;
  line-height: 1.5625rem;
}
#tablet-filter .clear-all {
  display: none;
  height: 1.5625rem;
  right: 0;
  top: 0.0625rem;
  padding: 0;
  position: absolute;
  background-color: rgb(234.7, 175.5556, 0);
  border-color: rgb(234.7, 175.5556, 0);
  border-left: none;
  border-right: none;
  border-radius: 0 0.125rem 0.125rem 0;
}
#tablet-filter .clear-all.enabled {
  display: inline-block;
  width: auto;
}
#tablet-filter button.simple {
  width: 100%;
  padding: 0;
}
#tablet-filter button.active {
  background: linear-gradient(to left, rgb(234.7, 175.5556, 0) 0%, rgb(234.7, 175.5556, 0) 1.875rem, #fabb00 1.875rem, #fabb00 100%);
}
#tablet-filter button.clearer.active {
  background: 0;
}
#tablet-filter button.display-map-switch.tablet {
  background: linear-gradient(to left, rgb(234.7, 175.5556, 0) 0%, rgb(234.7, 175.5556, 0) 1.875rem, #fabb00 1.875rem, #fabb00 100%);
}
#tablet-filter button.display-map-switch.tablet.active {
  background: linear-gradient(to left, rgb(22.9326923077, 27.5192307692, 30.0673076923) 0%, rgb(22.9326923077, 27.5192307692, 30.0673076923) 1.875rem, #2d363b 1.875rem, #2d363b 100%);
}
#tablet-filter .ui-slider-range {
  background-color: #fabb00;
}
#tablet-filter .switchable {
  background: rgb(133.7931034483, 135.4310344828, 138.7068965517);
}
#tablet-filter .switchable.enabled {
  background: #fabb00;
}
#tablet-filter .checkable button {
  border-right-color: #4a4a4a;
}
#tablet-filter .checkable button,
#tablet-filter .checkable .input-group-addon {
  background: rgb(133.7931034483, 135.4310344828, 138.7068965517);
}
#tablet-filter .checkable li.enabled button,
#tablet-filter .checkable li.enabled .input-group-addon {
  background: #fabb00;
}
#tablet-filter .dropdown-menu {
  padding: 0;
  margin-top: 0.0625rem;
  width: 19.375rem;
  min-width: auto;
  background: transparent;
  border: none;
}
#tablet-filter .dropdown-menu a {
  background: #4a4a4a;
  color: #ffffff;
}
#tablet-filter .dropdown-menu .active a {
  background: #2d363b;
}
#tablet-filter .dropdown-menu .component {
  padding: 1.5625rem;
  background: #4a4a4a;
  color: #ffffff;
  border-radius: 0 0 0.125rem 0.125rem;
}
#tablet-filter .typeahead.dropdown-menu {
  width: 100%;
  background: #ffffff;
}
#tablet-filter .typeahead.dropdown-menu a {
  font-size: 0.9575rem;
}
#tablet-filter .typeahead.dropdown-menu a:hover,
#tablet-filter .typeahead.dropdown-menu a:focus {
  background: #fabb00;
}
#tablet-filter .open .dropdown-toggle {
  border-radius: 0.125rem 0.125rem 0 0;
  background: linear-gradient(to left, rgb(48.5, 48.5, 48.5) 0%, rgb(48.5, 48.5, 48.5) 1.875rem, #4a4a4a 1.875rem, #4a4a4a 100%);
}
#tablet-filter .open .clear-all {
  border-radius: 0 0.125rem 0 0;
  background-color: rgb(48.5, 48.5, 48.5);
  border-color: rgb(48.5, 48.5, 48.5);
}
#tablet-filter .ui-widget-content {
  background: #2d363b;
}
#tablet-filter .slider-scale,
#tablet-filter .slider-scale-tick {
  color: #ffffff;
}
#tablet-filter .property button {
  width: 7.5rem;
  background: linear-gradient(to left, #006ca6 0%, #006ca6 1.875rem, #0084c9 1.875rem, #0084c9 100%);
  padding: 0;
}
#tablet-filter .property button .label {
  display: inline-block;
  max-width: 70%;
  max-width: calc(100% - 2.0625rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
#tablet-filter .property .dropdown-menu li a {
  background: #ffffff;
  color: #2d363b;
}
#tablet-filter .property .dropdown-menu li a:hover {
  background-color: #006ca6;
  color: #ffffff;
}
#tablet-filter .property.open .dropdown-toggle {
  background: linear-gradient(to left, #006ca6 0%, #006ca6 1.875rem, #0084c9 1.875rem, #0084c9 100%);
}

.tile-like .caption {
  clear: both;
}
.tile-like .caption h3 {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  margin: -1.171875rem;
  padding: 1.5625rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  overflow: hidden;
  --border-width: 3em;
  --position: -0.25rem;
  --offset: -1.7rem;
  /* Stroke */
}
.tile-like .caption h3 span.link {
  display: block;
}
.tile-like .caption h3 a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.5625rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.tile-like .caption h3 a:hover {
  background: #fabb00;
  color: #ffffff;
}
.tile-like .caption h3 a .icon {
  float: right;
}
.tile-like .caption h3 .link-arrow {
  float: right;
}
.tile-like .caption h3 .icon-box {
  position: absolute;
  width: 2.1875rem;
  height: 2.5625rem;
}
.tile-like .caption h3 .icon-box .icon {
  width: 1rem;
  height: 1rem;
  color: #fabb00;
  z-index: 2;
}
.tile-like .caption h3 .icon-box:before,
.tile-like .caption h3 .icon-box:after {
  border-bottom: 0 none;
  border-color: transparent;
  border-style: solid solid none;
  content: "";
  height: 0;
  position: absolute;
  left: -1.5rem;
  width: 0;
  z-index: 1;
  bottom: var(--position);
  rotate: -90deg;
  border-width: var(--border-width);
}
.tile-like .caption h3 .icon-box:before {
  border-top-color: #f1f1f1;
}
.tile-like .caption h3 .icon-box:after {
  border-top-color: #ffffff;
  left: var(--offset);
}
.tile-like .caption h3.link-header {
  padding: 0 !important;
}
.tile-like .caption h3.icon-header {
  padding: 0 !important;
}
.tile-like .caption h3.icon-header .icon {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  margin-top: -0.625rem;
  font-size: 1.25rem;
}
.tile-like .caption h3.icon-header .label {
  display: inline-block;
  margin: 0;
  padding: 0.625rem 0.625rem 0.625rem 3.625rem !important;
}
.tile-like .caption h3.icon-header a .label {
  display: initial;
}
.tile-like .caption h3.icon-header a {
  padding-left: 0;
}

section.energiesteckbrief button,
section.einzelanlagen button {
  display: block;
  padding-top: 2.8125rem;
  border: none;
}
section.energiesteckbrief button:hover,
section.einzelanlagen button:hover {
  color: #ffffff;
  background: #fabb00;
}
section.energiesteckbrief .grid-button-2 button,
section.einzelanlagen .grid-button-2 button {
  width: 6.9375rem;
}
section.energiesteckbrief .grid-button-2:last-child button,
section.einzelanlagen .grid-button-2:last-child button {
  width: 6.75rem;
}
section.energiesteckbrief .icon-label .label,
section.einzelanlagen .icon-label .label {
  margin-left: 0.3125rem;
}
section.energiesteckbrief ul.legend-icon-body,
section.einzelanlagen ul.legend-icon-body {
  clear: both;
  margin: 0;
  padding: 0;
  padding-top: 0.625rem;
  list-style: none;
  font-size: 0.75rem;
  font-style: normal;
}
section.energiesteckbrief article h3,
section.einzelanlagen article h3 {
  text-align: right;
  font-size: 0.9575rem;
  font-weight: normal;
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
}
section.energiesteckbrief article h5,
section.einzelanlagen article h5 {
  font-weight: 600;
  font-size: 0.9575rem;
  padding: 0 0.78125rem;
  margin: 1.5625rem 0 0.78125rem 0;
}
section.energiesteckbrief article h5:first-child,
section.einzelanlagen article h5:first-child {
  margin-top: 0;
}
section.energiesteckbrief article p,
section.einzelanlagen article p {
  padding: 0 0.78125rem;
}
section.energiesteckbrief article table.gutter,
section.einzelanlagen article table.gutter {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 1.5625rem);
}
section.energiesteckbrief article table.gutter th,
section.einzelanlagen article table.gutter th {
  text-align: left;
}
section.energiesteckbrief ul.legend-body,
section.einzelanlagen ul.legend-body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
section.energiesteckbrief li.legend-item,
section.einzelanlagen li.legend-item {
  color: #ffffff;
  padding: 0.125rem 0.3125rem;
  border-radius: 0.125rem;
  display: inline;
  font-size: 0.75rem;
  margin: 0;
  margin-top: 0.78125rem;
  margin-right: 0.78125rem;
  white-space: nowrap;
}
section.energiesteckbrief li.legend-item:first-of-type,
section.einzelanlagen li.legend-item:first-of-type {
  margin-left: 0;
}
section.energiesteckbrief li.legend-item:last-of-type,
section.einzelanlagen li.legend-item:last-of-type {
  margin-right: 0;
}
section.energiesteckbrief .margin-top-10,
section.einzelanlagen .margin-top-10 {
  margin-top: 1.4375rem;
}
section.energiesteckbrief .source,
section.einzelanlagen .source {
  font-size: 0.75rem;
}
section.energiesteckbrief .source h5,
section.einzelanlagen .source h5 {
  padding-left: 0;
  font-size: 0.75rem;
  display: inline;
  color: #a9a9a9;
}
section.energiesteckbrief .source ul,
section.einzelanlagen .source ul {
  margin: 0;
  padding: 0;
  display: inline;
  color: #a9a9a9;
}
section.energiesteckbrief .source ul li,
section.einzelanlagen .source ul li {
  display: inline;
}
section.energiesteckbrief .source ul li:after,
section.einzelanlagen .source ul li:after {
  content: ", ";
}
section.energiesteckbrief .source ul li:last-of-type:after,
section.einzelanlagen .source ul li:last-of-type:after {
  content: none;
}

.tile-like.row.packed-horizontal-2 .row .gutter {
  margin-bottom: -1.3125rem;
  margin-left: 0;
  margin-right: 0;
}

.tile-like .row.caption:first-of-type .gutter {
  margin-top: 0;
}

section.start-page .teaser {
  background: #dddee0;
  padding: 0;
}

section.projekt h3 {
  margin-bottom: 0;
  margin-top: 0;
}
section.projekt .year {
  text-align: center;
}
section.projekt .icon-box,
section.projekt .link-arrow {
  display: none;
}

section.link-list h3 {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  overflow: hidden;
  --border-width: 2em;
  --position: 0.25rem;
  --offset: -0.2rem;
  /* Stroke */
}
section.link-list h3 span.label {
  padding-left: 3.125rem;
}
section.link-list h3 > a {
  display: inline-block;
  width: 100%;
  text-align: right;
}
section.link-list h3 > a span.label {
  float: left;
}
section.link-list h3 .icon-box {
  position: absolute;
  width: 2.1875rem;
  height: 2.5625rem;
  bottom: 0%;
}
section.link-list h3 .icon-box .icon {
  width: 1rem;
  height: 1rem;
  color: #fabb00;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -60%;
}
section.link-list h3 .icon-box:before,
section.link-list h3 .icon-box:after {
  border-bottom: 0 none;
  border-color: transparent;
  border-style: solid solid none;
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  width: 0;
  z-index: 1;
  bottom: var(--position);
  rotate: -90deg;
  border-width: var(--border-width);
}
section.link-list h3 .icon-box:before {
  border-top-color: #f1f1f1;
}
section.link-list h3 .icon-box:after {
  border-top-color: #ffffff;
  left: var(--offset);
}
section.link-list a.internal-link {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 0.3125rem 0.625rem;
  color: #2d363b;
  background: #f1f1f1;
  border-radius: 0.125rem;
}
section.link-list a.internal-link:hover {
  background: #fabb00;
  color: #ffffff;
}
section.link-list a.internal-link:hover:after {
  color: #ffffff;
}
section.link-list a.internal-link:after {
  /*ICON EKA-ICONFONT */
  content: "\e920";
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  margin-top: -0.5rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1rem;
}
section.link-list li {
  margin-top: 0.625rem;
}
section.link-list li.has-2nd-level {
  margin-top: 3.125rem;
}
section.link-list li:only-of-type,
section.link-list li:first-of-type {
  margin-top: 0;
}
section.link-list li li {
  margin-top: 0.25rem !important;
}
section.link-list.collapsible-energiesteckbriefe h3 {
  margin: 0;
}
section.link-list.collapsible-energiesteckbriefe .row:first-child .gutter {
  margin-top: 0.125rem;
}
section.link-list.collapsible-energiesteckbriefe article:first-child .row .gutter {
  margin-top: 1.5625rem;
}
section.link-list.collapsible-energiesteckbriefe article.kfs a.internal-link,
section.link-list.collapsible-energiesteckbriefe article.bl a.internal-link {
  font-weight: 600;
}
section.link-list.collapsible-energiesteckbriefe article.bl a.internal-link {
  background-color: #dddee0;
}
section.link-list.collapsible-energiesteckbriefe article.bl a.internal-link:hover {
  background-color: #006ca6;
}
section.link-list.collapsible-energiesteckbriefe a.internal-link {
  width: 100%;
  text-align: left;
  padding: 0.625rem;
  background-color: #ffffff;
  border-radius: 0 0.125rem 0.125rem 0;
}
section.link-list.collapsible-energiesteckbriefe a.internal-link:hover {
  background-color: #006ca6;
  color: #ffffff;
}
section.link-list.collapsible-energiesteckbriefe a.internal-link:after {
  /*ICON EKA-ICONFONT */
  content: "\e920";
  color: #006ca6;
  font-weight: normal;
  background-image: none;
}
section.link-list.collapsible-energiesteckbriefe a.internal-link:hover:after {
  color: #ffffff;
}
section.link-list.collapsible-energiesteckbriefe a.collapse-control {
  border-radius: 0.125rem 0 0 0.125rem;
  color: #2d363b;
}
section.link-list.collapsible-energiesteckbriefe a.collapse-control:hover {
  background-color: #fabb00;
  color: #ffffff;
}
section.link-list.collapsible-energiesteckbriefe ul {
  margin: 0;
  padding: 0;
}
section.link-list.collapsible-energiesteckbriefe ul li {
  margin: 0;
}
section.link-list.collapsible-energiesteckbriefe ul li a.internal-link {
  padding-left: calc(8.33333% + 0.625rem);
  border-radius: 0.125rem;
}
section.link-list.collapsible-projektsteckbrief {
  margin-top: 0.9375rem;
}
section.link-list.collapsible-projektsteckbrief h3 {
  margin: 0 !important;
  padding: 0.625rem 0.625rem 0.625rem 0rem !important;
}
section.link-list.collapsible-projektsteckbrief h3 .label {
  padding-left: 3.625rem;
}
section.link-list.collapsible-projektsteckbrief li .gutter {
  margin-top: 0.125rem;
}
section.link-list.collapsible-projektsteckbrief li.row:first-child .gutter {
  margin-top: 0.125rem;
}
section.link-list.collapsible-projektsteckbrief article:first-child > .gutter {
  margin-top: 0.625rem;
}
section.link-list.collapsible-projektsteckbrief a.internal-link {
  width: 100%;
  text-align: left;
  padding: 0.625rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
}
section.link-list.collapsible-projektsteckbrief a.internal-link:hover {
  background-color: #006ca6;
  color: #ffffff;
}
section.link-list.collapsible-projektsteckbrief ul {
  margin: 0;
  padding: 0;
}
section.link-list.collapsible-projektsteckbrief ul li {
  margin: 0;
}

section#icon-legende h3 {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
  text-align: right;
  font-size: 0.75rem;
}
section#icon-legende span.status {
  display: inline-block;
  width: 100%;
  text-align: center;
}
section#icon-legende span.status .icon {
  font-size: 2rem;
}

section#map-hint {
  display: none;
}
section#map-hint article {
  background: #595959;
  color: #ffffff;
}
section#map-hint article p {
  padding-left: 0.625rem;
}
section#map-hint article .thumb {
  text-align: center;
  vertical-align: middle;
}
section#map-hint article .col {
  background: #595959;
  border: none;
}
section#map-hint article .close-action {
  border-left: 0.125rem solid #f1f1f1;
}
section#map-hint article .close-action:hover {
  background: #fabb00;
}
section#map-hint article .close-action span {
  display: none;
}

article h3,
article h4 {
  font-weight: 600;
  font-size: 1rem;
  padding: 0 0.3125rem;
  margin: 1.5625rem 0;
}
article h3.h-top,
article h4.h-top {
  margin-top: 0;
}
article h5 {
  margin-bottom: 0;
}
article h3 a:hover {
  color: #fabb00;
}
article .glyphicon {
  text-align: center;
  font-size: 0.8125rem;
  margin-right: 0.3125rem;
}
article span.label {
  padding-left: 0.3125rem;
}
article a.more {
  display: inline-block;
  padding: 0.125rem 0.3125rem;
  text-align: center;
  font-size: 0.9575rem;
  color: #ffffff;
  background: #fabb00;
  border: none;
  border-radius: 0.125rem;
}
article a.more:hover {
  background: #2d363b;
}
article a.button {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 1.9375rem;
  padding: 0.3125rem 0.625rem;
  color: #ffffff;
  background: #2d363b;
  border: none;
}
article .stick-right {
  text-align: right;
}
article .padding-bottom {
  padding-bottom: 0.3125rem;
}
article p {
  margin: 0;
  font-size: 0.9575rem;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
@media screen and (min-width: 992px) {
  article p {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  article p {
    font-size: 0.9575rem;
  }
}
article span.second {
  margin-left: 1.5625rem;
}
article li {
  list-style: none;
}

.article-vertical {
  /*
  img {
  	max-width: 100%;
  }
  &.col-md-4 img {
  	max-height: 8.625rem; //3:2 ratio
  }
  */
}
.article-vertical h4,
.article-vertical h5 {
  width: 100%;
  padding: 0 0.3125rem;
}
.article-vertical p {
  width: 100%;
  padding: 0 0.3125rem;
}
.article-vertical.p-padding p {
  padding: 0.3125rem 0.3125rem;
}
.article-vertical img {
  width: 100%;
  height: auto;
}
.article-vertical figure {
  position: relative;
}
.article-vertical figure.center-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.article-vertical figure .stretch-img {
  min-width: 100%;
}
.article-vertical figcaption {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 0.625rem;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.9575rem;
}
.article-vertical figcaption a {
  display: inline-block;
  margin: 0 -0.625rem;
  padding: 0 0.625rem;
}
.article-vertical figcaption a:hover {
  background: #fabb00;
  color: #ffffff;
}
.article-vertical .icon-box {
  display: inline-block;
  padding-right: 0.3125rem;
}
.article-vertical a.internal-link {
  display: block;
  margin: 0.3125rem;
  font-size: 0.9575rem;
}
@media screen and (min-width: 992px) {
  .article-vertical a.internal-link {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .article-vertical a.internal-link {
    font-size: 0.9575rem;
  }
}

.article-horizontal img {
  padding-right: 1.25rem;
}
.article-horizontal .initiator-icon {
  font-size: 0.75rem;
}

.article-med h4 {
  margin-top: 0;
}
.article-med img {
  padding-right: 3.125rem;
}

article.resultslist {
  margin-top: 0.78125rem;
}
article.resultslist h3 {
  font-size: 1.125rem;
  text-align: left;
}
article.resultslist h3 .icon {
  padding-left: 0.1875rem;
}
article.resultslist h4 {
  font-weight: normal;
}
article.resultslist h3,
article.resultslist h4 {
  margin: 0;
  font-size: 0.75rem;
}
article.resultslist h4.label {
  padding: 0;
  padding-bottom: 0.78125rem;
}
article.resultslist h5 a.button {
  background: #006ca6 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.625rem;
  height: 1.25rem;
  text-align: center;
  vertical-align: middle;
}
article.resultslist h5 a.button:hover {
  background-color: #0084c9;
}
article.resultslist p {
  font-weight: 600;
  margin: 0;
  margin-bottom: 0.78125rem;
}
article.resultslist .map-thumbnail {
  background: #fabb00;
}
article.resultslist span.label {
  padding: 0 0.625rem 0 0;
  font-size: 0.75rem;
}
article.resultslist span.part {
  text-align: right;
}
article.resultslist span.part span {
  font-weight: 600;
}
article.resultslist a.button {
  display: inline-block;
  height: 1.25rem;
  font-size: 0.625rem;
  text-align: center;
  padding: -0.6875rem 0.625rem;
  color: #ffffff;
  background: #006ca6;
  border: none;
  border-radius: 0.125rem;
}
article.resultslist a.button:hover {
  background: #0084c9;
  text-decoration: none;
}
article.resultslist .text-right {
  text-align: right;
}
article.resultslist .glyphicon {
  padding-right: 0.625rem;
}
article.resultslist .gutter.no-top-margin {
  margin-top: 0 !important;
}
article.resultslist .table-like .data-col {
  height: 4.375rem;
  position: relative;
}
article.resultslist .table-like .data-col p {
  position: absolute;
  bottom: 0;
}
article.resultslist .bilanz h4 {
  font-style: italic;
}
article.resultslist .bilanz a.button {
  width: auto;
}

.main .component {
  background: #dddee0;
}

.main .table-like .col {
  background: #dddee0;
}

article.praxisbeispiel {
  /*
  h3 {
    font-size: $font-size-small;
  }

  h4 {
    //font-weight: normal;
    font-size: $font-size-large
  }

  h4.label {
    padding-bottom: $component-gutter-quarter;
  }
  */
}
article.praxisbeispiel h3,
article.praxisbeispiel h4 {
  margin: 0;
  margin-bottom: 1.5625rem;
  text-align: left;
}
article.praxisbeispiel h3 {
  font-size: 1.125rem;
  padding: 0;
}
article.praxisbeispiel h3.label {
  padding-bottom: 0.78125rem;
}
article.praxisbeispiel h3.col {
  border: 0;
}
article.praxisbeispiel .col .col {
  padding: 0;
}
article.praxisbeispiel p {
  margin: 0;
  margin-bottom: 0.78125rem;
}
article.praxisbeispiel span.label {
  padding: 0 0.625rem 0 0;
  font-size: 0.75rem;
}
article.praxisbeispiel span.part {
  text-align: right;
  padding-right: 0.625rem;
}
article.praxisbeispiel a.button {
  float: right;
  display: inline-block;
  height: 1.25rem;
  font-size: 0.625rem;
  text-align: center;
  padding: 0 0.625rem;
  color: #ffffff;
  background: #006ca6;
  border: none;
  width: 10.9375rem;
}
article.praxisbeispiel a.button:hover {
  background: #0084c9;
  text-decoration: none;
}
article.praxisbeispiel .main img {
  padding-left: 3.125rem;
}
article.praxisbeispiel .flex {
  display: flex;
  flex-direction: column;
}
article.praxisbeispiel .flex s .order-1 {
  order: 1;
}
article.praxisbeispiel .flex .order-2 {
  order: 2;
}
article.praxisbeispiel .flex .order-3 {
  order: 3;
}
article.praxisbeispiel .text-right {
  text-align: right;
}
article.praxisbeispiel .map-thumbnail {
  background: #fabb00;
}
article.praxisbeispiel .initiator-icon {
  margin-bottom: 1.5625rem;
}
article.praxisbeispiel img {
  word-wrap: break-word;
}
article.praxisbeispiel .intro h3,
article.praxisbeispiel .intro h4 {
  padding: 0;
}
article.praxisbeispiel .intro h3 {
  margin-bottom: 0.78125rem;
}
article.praxisbeispiel .intro h4 {
  margin: 0;
}
article.praxisbeispiel .gutter.no-top-margin {
  margin-top: 0 !important;
}

article.klimaschutz h3,
article.klimaschutz h4 {
  margin: 0;
  margin-bottom: 1.5625rem;
  text-align: left;
}
article.klimaschutz h3 {
  font-size: 0.75rem;
}
article.klimaschutz h4 {
  font-size: 1.125rem;
}
article.klimaschutz h5 {
  margin: 0;
  padding: 0;
  font-size: 0.9575rem;
}
article.klimaschutz h5.col {
  vertical-align: middle;
}
article.klimaschutz h5 .icon {
  padding-right: 0.3125rem;
}
article.klimaschutz h4.label {
  padding-bottom: 0.78125rem;
}
article.klimaschutz a {
  font-size: 0.9575rem;
}
article.klimaschutz p {
  margin: 0;
  font-style: normal;
}
article.klimaschutz span.label {
  padding: 0 0.625rem 0 0;
  font-size: 0.75rem;
}
article.klimaschutz .text-right {
  text-align: right;
}
article.klimaschutz .icon-thumbnail {
  background: #fabb00 !important;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  font-size: 2rem;
}
article.klimaschutz .icon-thumbnail [class*=" icon-"]::before {
  width: auto;
}
article.klimaschutz .intro h3,
article.klimaschutz .intro h4 {
  padding: 0;
}
article.klimaschutz .intro h3 {
  margin-bottom: 0.78125rem;
}
article.klimaschutz .intro h4 {
  margin: 0;
}
article.klimaschutz .intro a.button {
  color: #2d363b;
}
article.klimaschutz .intro a.button:hover {
  color: #ffffff;
  background-color: #006ca6;
}
article.klimaschutz .intro a.button:hover .icon {
  color: #ffffff;
}
article.klimaschutz.sub .intro a.button:hover {
  background-color: #fabb00;
}
article.klimaschutz .gutter.no-top-margin {
  margin-top: 0 !important;
}
.story article ul,
.story article ol,
.tile-like article ul,
.tile-like article ol,
article.projekt ul,
article.projekt ol,
article.klimaschutz .link-value ul,
article.klimaschutz .link-value ol,
fieldset.projekt ul,
fieldset.projekt ol {
  margin: 0;
  padding: 0 0.625rem;
  list-style: none;
  font-size: 0.9575rem;
}
.story article ul li,
.story article ol li,
.tile-like article ul li,
.tile-like article ol li,
article.projekt ul li,
article.projekt ol li,
article.klimaschutz .link-value ul li,
article.klimaschutz .link-value ol li,
fieldset.projekt ul li,
fieldset.projekt ol li {
  list-style: none;
}
.story article ol,
.tile-like article ol,
article.projekt ol,
article.klimaschutz .link-value ol,
fieldset.projekt ol {
  position: relative;
  counter-reset: flag;
}
.story article ol li,
.tile-like article ol li,
article.projekt ol li,
article.klimaschutz .link-value ol li,
fieldset.projekt ol li {
  padding-left: 2.8125rem;
  margin-bottom: 0.625rem;
}
.story article ol li:before,
.tile-like article ol li:before,
article.projekt ol li:before,
article.klimaschutz .link-value ol li:before,
fieldset.projekt ol li:before {
  position: absolute;
  left: 0;
  background: #006ca6;
  color: #ffffff;
  content: counter(flag, decimal);
  counter-increment: flag;
  font-weight: bold;
  margin: 0.3125rem 0 0.3125rem 0.625rem;
  width: 1.875rem;
  text-align: center;
}
.story article ul li,
.tile-like article ul li,
article.projekt ul li,
article.klimaschutz .link-value ul li,
fieldset.projekt ul li {
  position: relative;
  margin: 0.3125rem 0 0.3125rem 1.25rem;
}
.story article ul li:first-child,
.tile-like article ul li:first-child,
article.projekt ul li:first-child,
article.klimaschutz .link-value ul li:first-child,
fieldset.projekt ul li:first-child {
  margin-top: 0;
}
.story article ul li:before,
.tile-like article ul li:before,
article.projekt ul li:before,
article.klimaschutz .link-value ul li:before,
fieldset.projekt ul li:before {
  /*ICON EKA-ICONFONT */
  content: "\e91d";
  font-family: "eka-icons";
  color: #006ca6;
  font-size: 0.75rem;
  /*padding-right: 0.3125rem;*/
  width: 1.25rem;
  display: inline-block;
  margin-left: -1.25rem;
}

.story article h4,
article.projekt h4,
fieldset.projekt h4 {
  margin: 0;
}
.story article h3,
article.projekt h3,
fieldset.projekt h3 {
  font-size: 0.9575rem;
}
.story article .header-only,
article.projekt .header-only,
fieldset.projekt .header-only {
  margin-top: 1.5625rem !important;
}
.story article .caption h3,
article.projekt .caption h3,
fieldset.projekt .caption h3 {
  padding: 0;
  margin: -0.3125rem 0;
  text-align: right;
}
.story article h4,
article.projekt h4,
fieldset.projekt h4 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.story article p,
article.projekt p,
fieldset.projekt p {
  padding-bottom: 0.625rem;
}
.story article p:last-child,
article.projekt p:last-child,
fieldset.projekt p:last-child {
  padding-bottom: 0;
}
.story article .tabulator,
article.projekt .tabulator,
fieldset.projekt .tabulator {
  float: right;
  width: 63%;
}
.story article ul.diagram,
article.projekt ul.diagram,
fieldset.projekt ul.diagram {
  margin-top: 3.125rem;
  padding: 0;
}
.story article ul.diagram li,
article.projekt ul.diagram li,
fieldset.projekt ul.diagram li {
  list-style: none;
  padding: 0;
}
.story article ul.diagram li:before,
article.projekt ul.diagram li:before,
fieldset.projekt ul.diagram li:before {
  content: none;
}
.story article .label,
article.projekt .label,
fieldset.projekt .label {
  margin: 0;
}
.story article p.hint,
article.projekt p.hint,
fieldset.projekt p.hint {
  font-size: 0.75rem;
  margin: 1.5625rem 0 0 0;
}
.story article .legend-table-wrapper,
article.projekt .legend-table-wrapper,
fieldset.projekt .legend-table-wrapper {
  border-radius: 0.125rem;
  display: inline-block;
  padding: 1.5625rem;
  margin-top: 1.5625rem;
  width: 50%;
}
.story article table.legend-table,
article.projekt table.legend-table,
fieldset.projekt table.legend-table {
  width: auto;
}
.story article table.legend-table th,
.story article table.legend-table td,
article.projekt table.legend-table th,
article.projekt table.legend-table td,
fieldset.projekt table.legend-table th,
fieldset.projekt table.legend-table td {
  font-size: 0.9575rem;
  padding: 0.125rem 0;
  border: none;
  border-bottom: 0.0625rem solid #dddee0;
}
.story article table.legend-table th,
article.projekt table.legend-table th,
fieldset.projekt table.legend-table th {
  width: 70%;
  text-align: left;
  font-weight: normal;
}
.story article table.legend-table td,
article.projekt table.legend-table td,
fieldset.projekt table.legend-table td {
  width: 30%;
  text-align: right;
  font-weight: 600;
}
.story article table.legend-table tr:last-of-type th,
.story article table.legend-table tr:last-of-type td,
article.projekt table.legend-table tr:last-of-type th,
article.projekt table.legend-table tr:last-of-type td,
fieldset.projekt table.legend-table tr:last-of-type th,
fieldset.projekt table.legend-table tr:last-of-type td {
  border: none;
}
.story article table.legend-table tr.primary-energy-limit th,
.story article table.legend-table tr.primary-energy-limit td,
article.projekt table.legend-table tr.primary-energy-limit th,
article.projekt table.legend-table tr.primary-energy-limit td,
fieldset.projekt table.legend-table tr.primary-energy-limit th,
fieldset.projekt table.legend-table tr.primary-energy-limit td {
  color: #006ca6;
}
.story article table th,
article.projekt table th,
fieldset.projekt table th {
  width: 20%;
}
.story article table .table-chart,
article.projekt table .table-chart,
fieldset.projekt table .table-chart {
  height: 9.375rem;
  width: 9.375rem;
}
.story article .building-standard td,
.story article .building-standard th,
article.projekt .building-standard td,
article.projekt .building-standard th,
fieldset.projekt .building-standard td,
fieldset.projekt .building-standard th {
  background: #dddee0;
}
.story article .building-standard td,
article.projekt .building-standard td,
fieldset.projekt .building-standard td {
  color: #006ca6;
  font-weight: 600;
}
.story article .building-standard .icon-box,
article.projekt .building-standard .icon-box,
fieldset.projekt .building-standard .icon-box {
  display: inline-block;
}
.story article .building-standard .icon-box .icon,
article.projekt .building-standard .icon-box .icon,
fieldset.projekt .building-standard .icon-box .icon {
  color: #006ca6;
}
.story article .table-like h3,
article.projekt .table-like h3,
fieldset.projekt .table-like h3 {
  margin: 0;
  padding: 0;
}

article.projekt.table-like h3 {
  margin: -0.3125rem 0;
  padding: 0;
  text-align: right;
}

section.promoted article.praxisbeispiel:first-child {
  margin-top: 1.5625rem;
}

article.fixed-height.col-md-6 .component {
  height: 27.5rem;
}
article.fixed-height.col-md-4 .component {
  height: 20.625rem;
}
article.fixed-height .component {
  box-sizing: content-box;
  overflow: hidden;
  padding-bottom: 0.9375rem;
}
article.fixed-height .row {
  overflow: hidden;
}
article.fixed-height .row h3 {
  margin: 1rem 0rem 0.75rem 0rem;
}
article.fixed-height p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 576px) {
  article.resultslist h4 {
    text-align: left;
  }
  .article-vertical figure {
    background: #f1f1f1;
    text-align: center;
  }
  .article-vertical figure img {
    width: auto;
  }
  article.praxisbeispiel .initiator-icon {
    margin-top: 1.5625rem;
  }
  article.praxisbeispiel .text.pull-right {
    float: none !important;
  }
}
.energiesteckbrief article .link-bar {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
}
.energiesteckbrief article .link-bar a:after {
  /*ICON EKA-ICONFONT */
  content: "\e91d";
  font-family: "eka-icons";
  font-style: normal;
  padding-right: 0;
  padding-left: 0.625rem;
}

p:has(> span.small) {
  line-height: 1rem;
}

.gutter:has(> h3.block),
.gutter.source {
  padding: 0.675rem var(--component-gutter-three-eight);
}

#selected .icon::before,
.solarkatastergebaeude .icon::before {
  font-size: 1.3em;
}

article.solarkatastergebaeude .intro a.button {
  background-color: #006ca6;
  color: #fff;
}
article.solarkatastergebaeude .intro a.button:hover {
  background-color: #0084c9;
}
article.solarkatastergebaeude h5 {
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
}
article.solarkatastergebaeude .intro p {
  padding: 0;
}
article.solarkatastergebaeude .unit {
  font-size: 0.8rem;
  text-align: center;
}

aside,
.map_data_filter {
  position: relative;
}
aside h4,
aside h3,
.map_data_filter h4,
.map_data_filter h3 {
  margin: 0;
  font-weight: bold;
  font-size: 1.125rem;
}
aside h3,
.map_data_filter h3 {
  text-align: right;
  margin: -0.3125rem 0;
}
aside h5,
.map_data_filter h5 {
  margin: 0;
  padding: 0;
  font-size: 0.9575rem;
}
aside .center-text,
.map_data_filter .center-text {
  text-align: center;
}
aside .content-links a.internal-link,
aside .content-links a.external-link,
.map_data_filter .content-links a.internal-link,
.map_data_filter .content-links a.external-link {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 0.3125rem 1.875rem 0.3125rem 0.625rem;
  margin: -0.3125rem -0.625rem;
  color: #ffffff;
  background: #006ca6;
  border-radius: 0.125rem;
}
aside .content-links a.internal-link:after,
.map_data_filter .content-links a.internal-link:after {
  /*ICON EKA-ICONFONT */
  content: "\e91d";
}
aside .content-links a.internal-link:hover,
aside .content-links a.external-link:hover,
.map_data_filter .content-links a.internal-link:hover,
.map_data_filter .content-links a.external-link:hover {
  background: #0084c9;
}
aside .content-links a.internal-link:after,
aside .content-links a.external-link:after,
.map_data_filter .content-links a.internal-link:after,
.map_data_filter .content-links a.external-link:after {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  margin-top: -0.5rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1rem;
}
aside .compact p,
.map_data_filter .compact p {
  padding-left: 0;
  padding-right: 0;
  word-wrap: break-word;
}
aside .image-box,
.map_data_filter .image-box {
  background: #f1f1f1;
}
aside h3 .icon-box,
.map_data_filter h3 .icon-box {
  display: inline-block;
  margin-right: 0.78125rem;
}
aside .contact label,
.map_data_filter .contact label {
  text-align: center;
}
aside .contact .sub-gutter,
.map_data_filter .contact .sub-gutter {
  border-left: 0.125rem solid #f1f1f1;
}
aside figure,
.map_data_filter figure {
  /*background: $body-bg;*/
  text-align: center;
}
aside figcaption,
.map_data_filter figcaption {
  text-align: left;
  padding: 0.3125rem 0.625rem;
}
aside figcaption a,
.map_data_filter figcaption a {
  position: relative;
  background: #006ca6;
  color: #ffffff;
  display: block;
  margin: -0.3125rem -0.625rem;
  padding: 0.3125rem 0.625rem;
  border-radius: 0 0 0.125rem 0.125rem;
}
aside figcaption a:hover,
.map_data_filter figcaption a:hover {
  color: #ffffff;
  background: #0084c9;
}
aside figcaption a:after,
.map_data_filter figcaption a:after {
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  margin-top: -0.5rem;
  font-family: "eka-icons";
  /*ICON EKA-ICONFONT */
  content: "\e91d";
  width: 1rem;
  height: 1rem;
}
aside .image-box,
.map_data_filter .image-box {
  padding: 1.5625rem;
}
aside p,
.map_data_filter p {
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
aside table th,
.map_data_filter table th {
  width: 49.9837239583%;
}
aside table td,
.map_data_filter table td {
  text-align: right;
  vertical-align: middle;
}
aside table.contenttable,
.map_data_filter table.contenttable {
  text-align: left;
}
aside table.contenttable tr:first-child td,
.map_data_filter table.contenttable tr:first-child td {
  padding-top: 0;
}

.marginal-header {
  padding: 0.675rem var(--component-gutter-three-eight) !important;
}

.component {
  background-color: #ffffff;
  padding: var(--component-gutter-three-eight);
}
.component .following-inner-component {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.component.dark {
  background-color: #dddee0;
}
.component.adjust_praxisbeispiel-padding {
  padding: 0.625rem !important;
}

.gutter {
  margin-top: 1.5625rem;
  margin-bottom: 0;
}
.gutter.adjust_einsparung-padding th,
.gutter.adjust_einsparung-padding td {
  padding: 0.625rem !important;
}

.intro .component,
.row[role=presentation] .component {
  padding: 0.625rem;
}

.gutter-first {
  margin-top: 0;
}

@media (min-width: 15rem) {
  .gutter {
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
  .floating-content {
    width: 100%;
    float: left;
  }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  .block-content {
    display: inline-block;
  }
  .component.padding-top-5 {
    padding-top: 0.3125rem;
  }
  .component.padding-bottom-5 {
    padding-bottom: 0.3125rem;
  }
  .row.packed-bottom-0 .gutter {
    margin-bottom: 0rem;
  }
  .row.packed-bottom-0 > .gutter:first-child {
    margin-bottom: 1.5625rem;
  }
  .row.packed-bottom-0 .gutter:only-child,
  .row.packed-bottom-0 .col:only-child .gutter {
    margin-bottom: 0rem;
  }
  .gutter.packed-bottom-0 .sub-gutter {
    margin-bottom: 0rem;
  }
  .packed-top-0 .row .gutter {
    margin-top: 0rem;
  }
  .row.packed-top-0 .gutter {
    margin-top: 0rem;
  }
  .packed-top-0-self {
    margin-top: 0rem;
  }
  .row.packed-top-0 > .gutter:first-child:not(only-child),
  .row.packed-top-0 > .gutter:only-child,
  .row.packed-top-0 .row:only-child .col:first-child .gutter,
  .row.packed-top-0.header .row:first-child .col:first-child:not(only-child) .gutter,
  aside .row.packed-top-0 .row:first-child .col:first-child:not(only-child) .gutter,
  .row.packed-top-0 > .col:first-child:only-child .gutter,
  .row.packed-top-0 .row:first-child > .gutter,
  aside.packed-top-0 .row:only-child .col:first-child .gutter,
  .intro.row.packed-top-0 > .col .gutter,
  .table-like.row.packed-top-0 .row:first-child .gutter {
    margin-top: 1.5625rem;
  }
  .intro.row.packed-top-0 .row:only-child .col:last-child .gutter {
    margin-top: 0rem;
  }
  /*
    .row.packed-top-0 {


      .col:only-child .gutter, .row:only-child .col:first-child:not(only-child) .gutter {
        margin-top: ($gutter * 0.0625rem);
        //margin-top: $component-gutter-half;
      }

    }*/
  .gutter.packed-top-0 .sub-gutter {
    margin-top: 0rem;
  }
  .tile-like.row.packed-top-0 .col .gutter {
    margin-top: 1.5625rem;
  }
  .row.packed-bottom-2 .gutter {
    margin-bottom: 0.125rem;
  }
  .row.packed-bottom-2 > .gutter:first-child {
    margin-bottom: 1.5625rem;
  }
  .row.packed-bottom-2 .gutter:only-child,
  .row.packed-bottom-2 .col:only-child .gutter {
    margin-bottom: 0.125rem;
  }
  .gutter.packed-bottom-2 .sub-gutter {
    margin-bottom: 0.125rem;
  }
  .packed-top-2 .row .gutter {
    margin-top: 0.125rem;
  }
  .row.packed-top-2 .gutter {
    margin-top: 0.125rem;
  }
  .packed-top-2-self {
    margin-top: 0.125rem;
  }
  .row.packed-top-2 > .gutter:first-child:not(only-child),
  .row.packed-top-2 > .gutter:only-child,
  .row.packed-top-2 .row:only-child .col:first-child .gutter,
  .row.packed-top-2.header .row:first-child .col:first-child:not(only-child) .gutter,
  aside .row.packed-top-2 .row:first-child .col:first-child:not(only-child) .gutter,
  .row.packed-top-2 > .col:first-child:only-child .gutter,
  .row.packed-top-2 .row:first-child > .gutter,
  aside.packed-top-2 .row:only-child .col:first-child .gutter,
  .intro.row.packed-top-2 > .col .gutter,
  .table-like.row.packed-top-2 .row:first-child .gutter {
    margin-top: 1.5625rem;
  }
  .intro.row.packed-top-2 .row:only-child .col:last-child .gutter {
    margin-top: 0.125rem;
  }
  /*
    .row.packed-top-2 {


      .col:only-child .gutter, .row:only-child .col:first-child:not(only-child) .gutter {
        margin-top: ($gutter * 0.0625rem);
        //margin-top: $component-gutter-half;
      }

    }*/
  .gutter.packed-top-2 .sub-gutter {
    margin-top: 0.125rem;
  }
  .tile-like.row.packed-top-2 .col .gutter {
    margin-top: 1.5625rem;
  }
  .row.packed-bottom-4 .gutter {
    margin-bottom: 0.25rem;
  }
  .row.packed-bottom-4 > .gutter:first-child {
    margin-bottom: 1.5625rem;
  }
  .row.packed-bottom-4 .gutter:only-child,
  .row.packed-bottom-4 .col:only-child .gutter {
    margin-bottom: 0.25rem;
  }
  .gutter.packed-bottom-4 .sub-gutter {
    margin-bottom: 0.25rem;
  }
  .packed-top-4 .row .gutter {
    margin-top: 0.25rem;
  }
  .row.packed-top-4 .gutter {
    margin-top: 0.25rem;
  }
  .packed-top-4-self {
    margin-top: 0.25rem;
  }
  .row.packed-top-4 > .gutter:first-child:not(only-child),
  .row.packed-top-4 > .gutter:only-child,
  .row.packed-top-4 .row:only-child .col:first-child .gutter,
  .row.packed-top-4.header .row:first-child .col:first-child:not(only-child) .gutter,
  aside .row.packed-top-4 .row:first-child .col:first-child:not(only-child) .gutter,
  .row.packed-top-4 > .col:first-child:only-child .gutter,
  .row.packed-top-4 .row:first-child > .gutter,
  aside.packed-top-4 .row:only-child .col:first-child .gutter,
  .intro.row.packed-top-4 > .col .gutter,
  .table-like.row.packed-top-4 .row:first-child .gutter {
    margin-top: 1.5625rem;
  }
  .intro.row.packed-top-4 .row:only-child .col:last-child .gutter {
    margin-top: 0.25rem;
  }
  /*
    .row.packed-top-4 {


      .col:only-child .gutter, .row:only-child .col:first-child:not(only-child) .gutter {
        margin-top: ($gutter * 0.0625rem);
        //margin-top: $component-gutter-half;
      }

    }*/
  .gutter.packed-top-4 .sub-gutter {
    margin-top: 0.25rem;
  }
  .tile-like.row.packed-top-4 .col .gutter {
    margin-top: 1.5625rem;
  }
  .row.packed-bottom-5 .gutter {
    margin-bottom: 0.3125rem;
  }
  .row.packed-bottom-5 > .gutter:first-child {
    margin-bottom: 1.5625rem;
  }
  .row.packed-bottom-5 .gutter:only-child,
  .row.packed-bottom-5 .col:only-child .gutter {
    margin-bottom: 0.3125rem;
  }
  .gutter.packed-bottom-5 .sub-gutter {
    margin-bottom: 0.3125rem;
  }
  .packed-top-5 .row .gutter {
    margin-top: 0.3125rem;
  }
  .row.packed-top-5 .gutter {
    margin-top: 0.3125rem;
  }
  .packed-top-5-self {
    margin-top: 0.3125rem;
  }
  .row.packed-top-5 > .gutter:first-child:not(only-child),
  .row.packed-top-5 > .gutter:only-child,
  .row.packed-top-5 .row:only-child .col:first-child .gutter,
  .row.packed-top-5.header .row:first-child .col:first-child:not(only-child) .gutter,
  aside .row.packed-top-5 .row:first-child .col:first-child:not(only-child) .gutter,
  .row.packed-top-5 > .col:first-child:only-child .gutter,
  .row.packed-top-5 .row:first-child > .gutter,
  aside.packed-top-5 .row:only-child .col:first-child .gutter,
  .intro.row.packed-top-5 > .col .gutter,
  .table-like.row.packed-top-5 .row:first-child .gutter {
    margin-top: 1.5625rem;
  }
  .intro.row.packed-top-5 .row:only-child .col:last-child .gutter {
    margin-top: 0.3125rem;
  }
  /*
    .row.packed-top-5 {


      .col:only-child .gutter, .row:only-child .col:first-child:not(only-child) .gutter {
        margin-top: ($gutter * 0.0625rem);
        //margin-top: $component-gutter-half;
      }

    }*/
  .gutter.packed-top-5 .sub-gutter {
    margin-top: 0.3125rem;
  }
  .tile-like.row.packed-top-5 .col .gutter {
    margin-top: 1.5625rem;
  }
  .row.packed-bottom-10 .gutter {
    margin-bottom: 0.625rem;
  }
  .row.packed-bottom-10 > .gutter:first-child {
    margin-bottom: 1.5625rem;
  }
  .row.packed-bottom-10 .gutter:only-child,
  .row.packed-bottom-10 .col:only-child .gutter {
    margin-bottom: 0.625rem;
  }
  .gutter.packed-bottom-10 .sub-gutter {
    margin-bottom: 0.625rem;
  }
  .packed-top-10 .row .gutter {
    margin-top: 0.625rem;
  }
  .row.packed-top-10 .gutter {
    margin-top: 0.625rem;
  }
  .packed-top-10-self {
    margin-top: 0.625rem;
  }
  .row.packed-top-10 > .gutter:first-child:not(only-child),
  .row.packed-top-10 > .gutter:only-child,
  .row.packed-top-10 .row:only-child .col:first-child .gutter,
  .row.packed-top-10.header .row:first-child .col:first-child:not(only-child) .gutter,
  aside .row.packed-top-10 .row:first-child .col:first-child:not(only-child) .gutter,
  .row.packed-top-10 > .col:first-child:only-child .gutter,
  .row.packed-top-10 .row:first-child > .gutter,
  aside.packed-top-10 .row:only-child .col:first-child .gutter,
  .intro.row.packed-top-10 > .col .gutter,
  .table-like.row.packed-top-10 .row:first-child .gutter {
    margin-top: 1.5625rem;
  }
  .intro.row.packed-top-10 .row:only-child .col:last-child .gutter {
    margin-top: 0.625rem;
  }
  /*
    .row.packed-top-10 {


      .col:only-child .gutter, .row:only-child .col:first-child:not(only-child) .gutter {
        margin-top: ($gutter * 0.0625rem);
        //margin-top: $component-gutter-half;
      }

    }*/
  .gutter.packed-top-10 .sub-gutter {
    margin-top: 0.625rem;
  }
  .tile-like.row.packed-top-10 .col .gutter {
    margin-top: 1.5625rem;
  }
  .row.packed-horizontal-0 .col .gutter {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .row.packed-horizontal-0 div:first-child .gutter,
  .row.packed-horizontal-0 .row .gutter:only-child {
    margin-left: 0.78125rem;
  }
  .row.packed-horizontal-0 div:last-child .gutter,
  .row.packed-horizontal-0 .row .gutter:only-child {
    margin-right: 0.78125rem;
  }
  .row.packed-horizontal-0 > .gutter {
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
  .row.packed-horizontal-0 .col:first-of-type .gutter {
    margin-left: 0.78125rem;
    margin-right: 0rem;
  }
  .row.packed-horizontal-0 .col:last-of-type .gutter {
    margin-right: 0.78125rem;
    margin-left: 0rem;
  }
  .row.packed-horizontal-0 .col:only-child .gutter {
    margin-right: 0.78125rem;
    margin-left: 0.78125rem;
  }
  .tile-like.row.packed-horizontal-0 .col .gutter {
    margin-right: 0rem;
    margin-left: 0;
  }
  .tile-like.row.packed-horizontal-0 .caption + .col + .col + .col .gutter,
  .tile-like.row.packed-horizontal-0 .caption + .col + .col + .col + .col + .col + .col .gutter,
  .tile-like.row.packed-horizontal-0 .caption + .col + .col + .col + .col + .col + .col + .col + .col + .col .gutter,
  .tile-like.row.packed-horizontal-0 .caption + .col + .col + .col + .col + .col + .col + .col + .col + .col + .col + .col + .col .gutter {
    margin-right: 0;
  }
  .tile-like.row.packed-horizontal-0 .col.fullsize-article .gutter {
    margin-right: 0;
  }
  .tile-like.row.packed-horizontal-0 .caption ~ .tile-card .gutter {
    margin-right: 0.25rem !important;
  }
  .tile-like.row.packed-horizontal-0 .fullsize-article + .tile-card + .tile-card + .tile-card .gutter {
    margin-right: 0rem !important;
  }
  .tile-like.row.packed-horizontal-0 .tile-card:last-of-type .gutter {
    margin-right: 0rem !important;
  }
  .tile-like.row.packed-horizontal-0 .col:last-of-type .gutter {
    margin-right: 0;
  }
  /*
    .tile-like.row.packed-horizontal-0 .col:nth-of-type(4n+4) .gutter {
      margin-left: $component-gutter-quarter;  
    }
    */
  .component.packed-horizontal-0 .component {
    padding: 0;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .component.packed-horizontal-0 .col:first-child .component,
  .component.packed-horizontal-0 > .component:first-child {
    padding-left: 0;
  }
  .component.packed-horizontal-0 .col:last-child .component,
  .component.packed-horizontal-0 > .component:last-child {
    padding-right: 0;
  }
  .row.packed-horizontal-1 .col .gutter {
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }
  .row.packed-horizontal-1 div:first-child .gutter,
  .row.packed-horizontal-1 .row .gutter:only-child {
    margin-left: 0.78125rem;
  }
  .row.packed-horizontal-1 div:last-child .gutter,
  .row.packed-horizontal-1 .row .gutter:only-child {
    margin-right: 0.78125rem;
  }
  .row.packed-horizontal-1 > .gutter {
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
  .row.packed-horizontal-1 .col:first-of-type .gutter {
    margin-left: 0.78125rem;
    margin-right: 0.0625rem;
  }
  .row.packed-horizontal-1 .col:last-of-type .gutter {
    margin-right: 0.78125rem;
    margin-left: 0.0625rem;
  }
  .row.packed-horizontal-1 .col:only-child .gutter {
    margin-right: 0.78125rem;
    margin-left: 0.78125rem;
  }
  .tile-like.row.packed-horizontal-1 .col .gutter {
    margin-right: 0.125rem;
    margin-left: 0;
  }
  .tile-like.row.packed-horizontal-1 .caption + .col + .col + .col .gutter,
  .tile-like.row.packed-horizontal-1 .caption + .col + .col + .col + .col + .col + .col .gutter,
  .tile-like.row.packed-horizontal-1 .caption + .col + .col + .col + .col + .col + .col + .col + .col + .col .gutter,
  .tile-like.row.packed-horizontal-1 .caption + .col + .col + .col + .col + .col + .col + .col + .col + .col + .col + .col + .col .gutter {
    margin-right: 0;
  }
  .tile-like.row.packed-horizontal-1 .col.fullsize-article .gutter {
    margin-right: 0;
  }
  .tile-like.row.packed-horizontal-1 .caption ~ .tile-card .gutter {
    margin-right: 0.25rem !important;
  }
  .tile-like.row.packed-horizontal-1 .fullsize-article + .tile-card + .tile-card + .tile-card .gutter {
    margin-right: 0rem !important;
  }
  .tile-like.row.packed-horizontal-1 .tile-card:last-of-type .gutter {
    margin-right: 0rem !important;
  }
  .tile-like.row.packed-horizontal-1 .col:last-of-type .gutter {
    margin-right: 0;
  }
  /*
    .tile-like.row.packed-horizontal-1 .col:nth-of-type(4n+4) .gutter {
      margin-left: $component-gutter-quarter;  
    }
    */
  .component.packed-horizontal-1 .component {
    padding: 0;
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }
  .component.packed-horizontal-1 .col:first-child .component,
  .component.packed-horizontal-1 > .component:first-child {
    padding-left: 0;
  }
  .component.packed-horizontal-1 .col:last-child .component,
  .component.packed-horizontal-1 > .component:last-child {
    padding-right: 0;
  }
  .row.packed-horizontal-2 .col .gutter {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .row.packed-horizontal-2 div:first-child .gutter,
  .row.packed-horizontal-2 .row .gutter:only-child {
    margin-left: 0.78125rem;
  }
  .row.packed-horizontal-2 div:last-child .gutter,
  .row.packed-horizontal-2 .row .gutter:only-child {
    margin-right: 0.78125rem;
  }
  .row.packed-horizontal-2 > .gutter {
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
  .row.packed-horizontal-2 .col:first-of-type .gutter {
    margin-left: 0.78125rem;
    margin-right: 0.125rem;
  }
  .row.packed-horizontal-2 .col:last-of-type .gutter {
    margin-right: 0.78125rem;
    margin-left: 0.125rem;
  }
  .row.packed-horizontal-2 .col:only-child .gutter {
    margin-right: 0.78125rem;
    margin-left: 0.78125rem;
  }
  .tile-like.row.packed-horizontal-2 .col .gutter {
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .tile-like.row.packed-horizontal-2 .caption + .col + .col + .col .gutter,
  .tile-like.row.packed-horizontal-2 .caption + .col + .col + .col + .col + .col + .col .gutter,
  .tile-like.row.packed-horizontal-2 .caption + .col + .col + .col + .col + .col + .col + .col + .col + .col .gutter,
  .tile-like.row.packed-horizontal-2 .caption + .col + .col + .col + .col + .col + .col + .col + .col + .col + .col + .col + .col .gutter {
    margin-right: 0;
  }
  .tile-like.row.packed-horizontal-2 .col.fullsize-article .gutter {
    margin-right: 0;
  }
  .tile-like.row.packed-horizontal-2 .caption ~ .tile-card .gutter {
    margin-right: 0.25rem !important;
  }
  .tile-like.row.packed-horizontal-2 .fullsize-article + .tile-card + .tile-card + .tile-card .gutter {
    margin-right: 0rem !important;
  }
  .tile-like.row.packed-horizontal-2 .tile-card:last-of-type .gutter {
    margin-right: 0rem !important;
  }
  .tile-like.row.packed-horizontal-2 .col:last-of-type .gutter {
    margin-right: 0;
  }
  /*
    .tile-like.row.packed-horizontal-2 .col:nth-of-type(4n+4) .gutter {
      margin-left: $component-gutter-quarter;  
    }
    */
  .component.packed-horizontal-2 .component {
    padding: 0;
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .component.packed-horizontal-2 .col:first-child .component,
  .component.packed-horizontal-2 > .component:first-child {
    padding-left: 0;
  }
  .component.packed-horizontal-2 .col:last-child .component,
  .component.packed-horizontal-2 > .component:last-child {
    padding-right: 0;
  }
  .row.packed-horizontal-4 .col .gutter {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .row.packed-horizontal-4 div:first-child .gutter,
  .row.packed-horizontal-4 .row .gutter:only-child {
    margin-left: 0.78125rem;
  }
  .row.packed-horizontal-4 div:last-child .gutter,
  .row.packed-horizontal-4 .row .gutter:only-child {
    margin-right: 0.78125rem;
  }
  .row.packed-horizontal-4 > .gutter {
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
  .row.packed-horizontal-4 .col:first-of-type .gutter {
    margin-left: 0.78125rem;
    margin-right: 0.25rem;
  }
  .row.packed-horizontal-4 .col:last-of-type .gutter {
    margin-right: 0.78125rem;
    margin-left: 0.25rem;
  }
  .row.packed-horizontal-4 .col:only-child .gutter {
    margin-right: 0.78125rem;
    margin-left: 0.78125rem;
  }
  .tile-like.row.packed-horizontal-4 .col .gutter {
    margin-right: 0.5rem;
    margin-left: 0;
  }
  .tile-like.row.packed-horizontal-4 .caption + .col + .col + .col .gutter,
  .tile-like.row.packed-horizontal-4 .caption + .col + .col + .col + .col + .col + .col .gutter,
  .tile-like.row.packed-horizontal-4 .caption + .col + .col + .col + .col + .col + .col + .col + .col + .col .gutter,
  .tile-like.row.packed-horizontal-4 .caption + .col + .col + .col + .col + .col + .col + .col + .col + .col + .col + .col + .col .gutter {
    margin-right: 0;
  }
  .tile-like.row.packed-horizontal-4 .col.fullsize-article .gutter {
    margin-right: 0;
  }
  .tile-like.row.packed-horizontal-4 .caption ~ .tile-card .gutter {
    margin-right: 0.25rem !important;
  }
  .tile-like.row.packed-horizontal-4 .fullsize-article + .tile-card + .tile-card + .tile-card .gutter {
    margin-right: 0rem !important;
  }
  .tile-like.row.packed-horizontal-4 .tile-card:last-of-type .gutter {
    margin-right: 0rem !important;
  }
  .tile-like.row.packed-horizontal-4 .col:last-of-type .gutter {
    margin-right: 0;
  }
  /*
    .tile-like.row.packed-horizontal-4 .col:nth-of-type(4n+4) .gutter {
      margin-left: $component-gutter-quarter;  
    }
    */
  .component.packed-horizontal-4 .component {
    padding: 0;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .component.packed-horizontal-4 .col:first-child .component,
  .component.packed-horizontal-4 > .component:first-child {
    padding-left: 0;
  }
  .component.packed-horizontal-4 .col:last-child .component,
  .component.packed-horizontal-4 > .component:last-child {
    padding-right: 0;
  }
  .component.packed-1 .sub-component {
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }
  .component.packed-1 .sub-component-break {
    padding-right: 0.125rem;
  }
  .component.packed-1 .sub-component:first-child,
  .component.packed-1 .sub-component.first {
    padding-left: 0;
  }
  .component.packed-1 .sub-component:last-child,
  .component.packed-1 .sub-component.last {
    padding-right: 0;
  }
  .component.packed-2 .sub-component {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .component.packed-2 .sub-component-break {
    padding-right: 0.25rem;
  }
  .component.packed-2 .sub-component:first-child,
  .component.packed-2 .sub-component.first {
    padding-left: 0;
  }
  .component.packed-2 .sub-component:last-child,
  .component.packed-2 .sub-component.last {
    padding-right: 0;
  }
  .component.packed-4 .sub-component {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .component.packed-4 .sub-component-break {
    padding-right: 0.5rem;
  }
  .component.packed-4 .sub-component:first-child,
  .component.packed-4 .sub-component.first {
    padding-left: 0;
  }
  .component.packed-4 .sub-component:last-child,
  .component.packed-4 .sub-component.last {
    padding-right: 0;
  }
  .eq-height-box {
    padding-bottom: 1.5625rem;
  }
  .row.gutter-top-normal {
    margin-top: 1.5625rem;
  }
  .row.gutter-top-normal .row:first-of-type .gutter {
    margin-top: 0;
  }
}
@media screen and (max-width: breakpoint(sm)) {
  .gutter {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sub-component-break {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .col-sm-last .gutter {
    margin-right: 0.78125rem !important;
  }
  .table-like .col-sm-last {
    border: none !important;
  }
  .col-sm-first .gutter {
    margin-left: 0.78125rem !important;
  }
  .col-sm-2.last {
    padding-right: 0.125rem !important;
  }
  .col-sm-2.first {
    padding-left: 0.125rem !important;
  }
}
.m--5 {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.125rem;
  vertical-align: middle;
  border-top: 0.25rem dashed;
  border-right: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-arrow,
.clear-icon {
  display: inline-block;
  text-align: center;
  width: 1.875rem;
}

.clear-icon {
  float: right;
}

.dropdown-menu {
  margin-top: 0.0625rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1001;
  display: none;
  float: left;
  min-width: 100%;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  border-radius: 0 0 0.125rem 0.125rem;
  -webkit-box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.175);
  -webkit-print-color-adjust: exact;
  -webkit-filter: opacity(1);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 0.0625rem;
  margin: -0.34375rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 0.3125rem 0.625rem;
  clear: both;
  width: 100%;
  font-weight: normal;
  line-height: 1.3125;
  color: #2d363b;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu li a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: red;
}

.dropdown-menu li:last-of-type a {
  border-radius: 0 0 0.125rem 0.125rem;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover,
.dropdown-menu .active a,
.dropdown-menu .active a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: rgb(22.9326923077, 27.5192307692, 30.0673076923);
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #595959;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.open > .dropdown-toggle {
  border-radius: 0.125rem 0.125rem 0 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 0.1875rem 1.25rem;
  font-size: 0.75rem;
  line-height: 1.3125;
  color: #595959;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 991;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 0.25rem solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

@media (min-width: 576px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
aside,
.filter,
.sorting,
.tablet-filter,
.map_data_filter {
  font-size: 0.9575rem;
}
aside h4,
aside h3,
aside h4.headline,
.filter h4,
.filter h3,
.filter h4.headline,
.sorting h4,
.sorting h3,
.sorting h4.headline,
.tablet-filter h4,
.tablet-filter h3,
.tablet-filter h4.headline,
.map_data_filter h4,
.map_data_filter h3,
.map_data_filter h4.headline {
  font-weight: normal;
  font-size: 0.9575rem;
}
aside p,
.filter p,
.sorting p,
.tablet-filter p,
.map_data_filter p {
  margin-bottom: 0.3125rem;
  padding: 0.3125rem 0.625rem;
}
aside p:only-of-type,
aside p:last-of-type:not(only-of-type),
.filter p:only-of-type,
.filter p:last-of-type:not(only-of-type),
.sorting p:only-of-type,
.sorting p:last-of-type:not(only-of-type),
.tablet-filter p:only-of-type,
.tablet-filter p:last-of-type:not(only-of-type),
.map_data_filter p:only-of-type,
.map_data_filter p:last-of-type:not(only-of-type) {
  margin: 0;
}
aside ul,
aside li,
.filter ul,
.filter li,
.sorting ul,
.sorting li,
.tablet-filter ul,
.tablet-filter li,
.map_data_filter ul,
.map_data_filter li {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside .filled .input-group-addon,
.filter .filled .input-group-addon,
.sorting .filled .input-group-addon,
.tablet-filter .filled .input-group-addon,
.map_data_filter .filled .input-group-addon {
  border-color: #fabb00;
  background: #fabb00;
  color: #ffffff;
}
aside .filled input,
.filter .filled input,
.sorting .filled input,
.tablet-filter .filled input,
.map_data_filter .filled input {
  border-color: #fabb00;
  background: #fabb00;
  color: #ffffff;
}
aside .filled .form-control:focus,
.filter .filled .form-control:focus,
.sorting .filled .form-control:focus,
.tablet-filter .filled .form-control:focus,
.map_data_filter .filled .form-control:focus {
  border-color: #fabb00;
}
aside button,
.filter button,
.sorting button,
.tablet-filter button,
.map_data_filter button {
  display: inline-block;
  width: 100%;
  padding: 0.3125rem 0.625rem;
  color: #ffffff;
  background: #fabb00;
  border: none;
  border-radius: 0.125rem;
}
aside button.open,
.filter button.open,
.sorting button.open,
.tablet-filter button.open,
.map_data_filter button.open {
  border-radius: 0.125rem 0.125rem 0 0;
}
aside button:hover,
.filter button:hover,
.sorting button:hover,
.tablet-filter button:hover,
.map_data_filter button:hover {
  background: rgb(255, 206.8302, 63.85);
}
aside button.link,
.filter button.link,
.sorting button.link,
.tablet-filter button.link,
.map_data_filter button.link {
  text-align: left;
  padding-left: 0.625rem;
}
aside button.more,
.filter button.more,
.sorting button.more,
.tablet-filter button.more,
.map_data_filter button.more {
  padding: 0.125rem 0.3125rem;
}
aside a.more,
.filter a.more,
.sorting a.more,
.tablet-filter a.more,
.map_data_filter a.more {
  display: inline-block;
  padding: 0.125rem 0.3125rem;
  text-align: center;
  color: #ffffff;
  background: #fabb00;
  border: none;
}
aside a.more:hover,
.filter a.more:hover,
.sorting a.more:hover,
.tablet-filter a.more:hover,
.map_data_filter a.more:hover {
  background: rgb(255, 206.8302, 63.85);
}
aside button.clear-all,
.filter button.clear-all,
.sorting button.clear-all,
.tablet-filter button.clear-all,
.map_data_filter button.clear-all {
  padding: 0.125rem 0.3125rem;
  background: #dddee0;
  color: #ffffff;
  font-size: 0.75rem;
  border: none;
}
aside button.clear-all:hover,
aside button.clear-all.enabled,
.filter button.clear-all:hover,
.filter button.clear-all.enabled,
.sorting button.clear-all:hover,
.sorting button.clear-all.enabled,
.tablet-filter button.clear-all:hover,
.tablet-filter button.clear-all.enabled,
.map_data_filter button.clear-all:hover,
.map_data_filter button.clear-all.enabled {
  background: #2d363b;
}
aside .switchable-group li span,
.filter .switchable-group li span,
.sorting .switchable-group li span,
.tablet-filter .switchable-group li span,
.map_data_filter .switchable-group li span {
  /* Needs prefixing */
  box-decoration-break: clone;
}
aside button.switchable,
.filter button.switchable,
.sorting button.switchable,
.tablet-filter button.switchable,
.map_data_filter button.switchable {
  color: #2d363b;
  background: #dddee0;
  border-radius: 0;
}
aside button.switchable .icon,
.filter button.switchable .icon,
.sorting button.switchable .icon,
.tablet-filter button.switchable .icon,
.map_data_filter button.switchable .icon {
  font-size: 2rem;
  line-height: 2rem;
  color: #4a4a4a;
}
aside button.switchable .icon:before,
.filter button.switchable .icon:before,
.sorting button.switchable .icon:before,
.tablet-filter button.switchable .icon:before,
.map_data_filter button.switchable .icon:before {
  width: fit-content;
}
aside button.switchable [class^=eka-icon-mobility-],
aside button.switchable [class*=" eka-icon-mobility-"],
.filter button.switchable [class^=eka-icon-mobility-],
.filter button.switchable [class*=" eka-icon-mobility-"],
.sorting button.switchable [class^=eka-icon-mobility-],
.sorting button.switchable [class*=" eka-icon-mobility-"],
.tablet-filter button.switchable [class^=eka-icon-mobility-],
.tablet-filter button.switchable [class*=" eka-icon-mobility-"],
.map_data_filter button.switchable [class^=eka-icon-mobility-],
.map_data_filter button.switchable [class*=" eka-icon-mobility-"] {
  font-size: 1.75rem;
}
aside button.switchable.enabled,
.filter button.switchable.enabled,
.sorting button.switchable.enabled,
.tablet-filter button.switchable.enabled,
.map_data_filter button.switchable.enabled {
  color: #ffffff;
  background: #fabb00;
}
aside button.switchable.enabled .icon,
.filter button.switchable.enabled .icon,
.sorting button.switchable.enabled .icon,
.tablet-filter button.switchable.enabled .icon,
.map_data_filter button.switchable.enabled .icon {
  color: #ffffff;
}
aside button.option:hover,
.filter button.option:hover,
.sorting button.option:hover,
.tablet-filter button.option:hover,
.map_data_filter button.option:hover {
  background: rgb(67.0673076923, 80.4807692308, 87.9326923077);
}
aside a.button,
.filter a.button,
.sorting a.button,
.tablet-filter a.button,
.map_data_filter a.button {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 0.3125rem 0.625rem;
  color: #ffffff;
  background: #006ca6;
  border-radius: 0.125rem;
}
aside a.button:hover,
.filter a.button:hover,
.sorting a.button:hover,
.tablet-filter a.button:hover,
.map_data_filter a.button:hover {
  background: #0084c9;
}
aside .checkable li,
.filter .checkable li,
.sorting .checkable li,
.tablet-filter .checkable li,
.map_data_filter .checkable li {
  margin-bottom: 0.125rem;
  cursor: pointer;
}
aside .checkable li button,
.filter .checkable li button,
.sorting .checkable li button,
.tablet-filter .checkable li button,
.map_data_filter .checkable li button {
  height: fit-content;
  border-right: 0.125rem solid #ffffff;
  text-align: left;
  padding-left: 1.25rem;
  border-radius: 0;
}
aside .checkable li .input-group-addon,
.filter .checkable li .input-group-addon,
.sorting .checkable li .input-group-addon,
.tablet-filter .checkable li .input-group-addon,
.map_data_filter .checkable li .input-group-addon {
  border: 0 none;
  border-radius: 0;
  font-size: 1.25rem;
  height: 1.8125rem;
  line-height: 1.8125rem;
  padding: 0 0.625rem;
}
aside .checkable li:first-child button,
.filter .checkable li:first-child button,
.sorting .checkable li:first-child button,
.tablet-filter .checkable li:first-child button,
.map_data_filter .checkable li:first-child button {
  border-radius: 0.125rem 0 0 0;
}
aside .checkable li:first-child .input-group-addon,
.filter .checkable li:first-child .input-group-addon,
.sorting .checkable li:first-child .input-group-addon,
.tablet-filter .checkable li:first-child .input-group-addon,
.map_data_filter .checkable li:first-child .input-group-addon {
  border-radius: 0 0.125rem 0 0;
}
aside .checkable li:last-child button,
.filter .checkable li:last-child button,
.sorting .checkable li:last-child button,
.tablet-filter .checkable li:last-child button,
.map_data_filter .checkable li:last-child button {
  border-radius: 0 0 0 0.125rem;
}
aside .checkable li:last-child .input-group-addon,
.filter .checkable li:last-child .input-group-addon,
.sorting .checkable li:last-child .input-group-addon,
.tablet-filter .checkable li:last-child .input-group-addon,
.map_data_filter .checkable li:last-child .input-group-addon {
  border-radius: 0 0 0.125rem 0;
}
aside .checkable li.enabled .input-group-addon,
aside .checkable li.enabled button,
.filter .checkable li.enabled .input-group-addon,
.filter .checkable li.enabled button,
.sorting .checkable li.enabled .input-group-addon,
.sorting .checkable li.enabled button,
.tablet-filter .checkable li.enabled .input-group-addon,
.tablet-filter .checkable li.enabled button,
.map_data_filter .checkable li.enabled .input-group-addon,
.map_data_filter .checkable li.enabled button {
  color: #ffffff;
  background: #fabb00;
}
aside .checkable li.enabled .input-group-addon span.checkbox,
aside .checkable li.enabled button span.checkbox,
.filter .checkable li.enabled .input-group-addon span.checkbox,
.filter .checkable li.enabled button span.checkbox,
.sorting .checkable li.enabled .input-group-addon span.checkbox,
.sorting .checkable li.enabled button span.checkbox,
.tablet-filter .checkable li.enabled .input-group-addon span.checkbox,
.tablet-filter .checkable li.enabled button span.checkbox,
.map_data_filter .checkable li.enabled .input-group-addon span.checkbox,
.map_data_filter .checkable li.enabled button span.checkbox {
  border-color: #ffffff;
}
aside .checkable li.enabled .input-group-addon span.checkbox span,
aside .checkable li.enabled button span.checkbox span,
.filter .checkable li.enabled .input-group-addon span.checkbox span,
.filter .checkable li.enabled button span.checkbox span,
.sorting .checkable li.enabled .input-group-addon span.checkbox span,
.sorting .checkable li.enabled button span.checkbox span,
.tablet-filter .checkable li.enabled .input-group-addon span.checkbox span,
.tablet-filter .checkable li.enabled button span.checkbox span,
.map_data_filter .checkable li.enabled .input-group-addon span.checkbox span,
.map_data_filter .checkable li.enabled button span.checkbox span {
  display: block;
}
aside .checkable .input-group-addon,
aside .checkable button,
.filter .checkable .input-group-addon,
.filter .checkable button,
.sorting .checkable .input-group-addon,
.sorting .checkable button,
.tablet-filter .checkable .input-group-addon,
.tablet-filter .checkable button,
.map_data_filter .checkable .input-group-addon,
.map_data_filter .checkable button {
  color: #2d363b;
  background: #dddee0;
}
aside .checkable span.checkbox,
.filter .checkable span.checkbox,
.sorting .checkable span.checkbox,
.tablet-filter .checkable span.checkbox,
.map_data_filter .checkable span.checkbox {
  margin: 0;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border: 0.125rem solid #2d363b;
}
aside .checkable span.checkbox span,
.filter .checkable span.checkbox span,
.sorting .checkable span.checkbox span,
.tablet-filter .checkable span.checkbox span,
.map_data_filter .checkable span.checkbox span {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 0.125rem solid #fabb00;
}
aside .button-label,
.filter .button-label,
.sorting .button-label,
.tablet-filter .button-label,
.map_data_filter .button-label {
  margin: 0 0 0.3125rem 0.3125rem;
  font-size: 0.75rem;
}
aside .button-label.italic,
.filter .button-label.italic,
.sorting .button-label.italic,
.tablet-filter .button-label.italic,
.map_data_filter .button-label.italic {
  font-style: italic;
}
aside a:hover,
.filter a:hover,
.sorting a:hover,
.tablet-filter a:hover,
.map_data_filter a:hover {
  text-decoration: none;
}
aside .collapse-control:focus,
.filter .collapse-control:focus,
.sorting .collapse-control:focus,
.tablet-filter .collapse-control:focus,
.map_data_filter .collapse-control:focus {
  text-decoration: none;
}
aside .collapse-control .glyphicon:before,
.filter .collapse-control .glyphicon:before,
.sorting .collapse-control .glyphicon:before,
.tablet-filter .collapse-control .glyphicon:before,
.map_data_filter .collapse-control .glyphicon:before {
  /* ICON BOOTSTRAP */
  content: "\e080";
}
aside .collapse-control.open .glyphicon:before,
.filter .collapse-control.open .glyphicon:before,
.sorting .collapse-control.open .glyphicon:before,
.tablet-filter .collapse-control.open .glyphicon:before,
.map_data_filter .collapse-control.open .glyphicon:before {
  /* ICON BOOTSTRAP */
  content: "\e114";
}
aside .label,
.filter .label,
.sorting .label,
.tablet-filter .label,
.map_data_filter .label {
  padding-left: 0.3125rem;
  display: inline-block;
  text-align: left;
}
aside .typeahead.dropdown-menu,
.filter .typeahead.dropdown-menu,
.sorting .typeahead.dropdown-menu,
.tablet-filter .typeahead.dropdown-menu,
.map_data_filter .typeahead.dropdown-menu {
  max-height: 25rem;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0 !important;
  max-width: 100%;
}
aside .typeahead.dropdown-menu .meta,
.filter .typeahead.dropdown-menu .meta,
.sorting .typeahead.dropdown-menu .meta,
.tablet-filter .typeahead.dropdown-menu .meta,
.map_data_filter .typeahead.dropdown-menu .meta {
  display: block;
  font-size: 0.75rem;
  white-space: normal;
}
aside .input-group-addon,
.filter .input-group-addon,
.sorting .input-group-addon,
.tablet-filter .input-group-addon,
.map_data_filter .input-group-addon {
  height: 2.0625rem;
  line-height: 2.0625rem;
  padding: 0 0.78125rem;
  background-color: #a9a9a9;
  color: #2d363b;
  border-color: #a9a9a9;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
}
aside .form-control,
.filter .form-control,
.sorting .form-control,
.tablet-filter .form-control,
.map_data_filter .form-control {
  height: 2.1875rem;
  line-height: 2.1875rem;
  background-color: #a9a9a9;
  color: #ffffff;
  border-color: #a9a9a9;
}
aside .form-control::-ms-clear,
.filter .form-control::-ms-clear,
.sorting .form-control::-ms-clear,
.tablet-filter .form-control::-ms-clear,
.map_data_filter .form-control::-ms-clear {
  display: none;
}
aside .form-control:focus,
.filter .form-control:focus,
.sorting .form-control:focus,
.tablet-filter .form-control:focus,
.map_data_filter .form-control:focus {
  border-color: #a9a9a9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
aside button.form-control-feedback,
.filter button.form-control-feedback,
.sorting button.form-control-feedback,
.tablet-filter button.form-control-feedback,
.map_data_filter button.form-control-feedback {
  background: 0;
  padding: 0;
}
aside .clearer,
.filter .clearer,
.sorting .clearer,
.tablet-filter .clearer,
.map_data_filter .clearer {
  color: #ffffff;
  margin: 0;
  min-width: 1rem;
  cursor: pointer;
}
aside .clearer .icon,
.filter .clearer .icon,
.sorting .clearer .icon,
.tablet-filter .clearer .icon,
.map_data_filter .clearer .icon {
  cursor: pointer;
}
aside .clearer .spinner,
.filter .clearer .spinner,
.sorting .clearer .spinner,
.tablet-filter .clearer .spinner,
.map_data_filter .clearer .spinner {
  cursor: default;
  display: none;
  color: #d8d9da;
}
aside button.form-control-feedback.clearer,
.filter button.form-control-feedback.clearer,
.sorting button.form-control-feedback.clearer,
.tablet-filter button.form-control-feedback.clearer,
.map_data_filter button.form-control-feedback.clearer {
  padding: 0 0.625rem;
  width: auto;
}
aside .clearer.loading .icon,
.filter .clearer.loading .icon,
.sorting .clearer.loading .icon,
.tablet-filter .clearer.loading .icon,
.map_data_filter .clearer.loading .icon {
  display: none;
}
aside .clearer.loading .spinner,
.filter .clearer.loading .spinner,
.sorting .clearer.loading .spinner,
.tablet-filter .clearer.loading .spinner,
.map_data_filter .clearer.loading .spinner {
  display: inline-block;
}
aside .hasclear,
.filter .hasclear,
.sorting .hasclear,
.tablet-filter .hasclear,
.map_data_filter .hasclear {
  padding-right: 2.0625rem;
}
aside .form-control-feedback,
.filter .form-control-feedback,
.sorting .form-control-feedback,
.tablet-filter .form-control-feedback,
.map_data_filter .form-control-feedback {
  pointer-events: auto;
}
aside .property-box,
.filter .property-box,
.sorting .property-box,
.tablet-filter .property-box,
.map_data_filter .property-box {
  background: #dddee0;
}
aside .property-box .col,
.filter .property-box .col,
.sorting .property-box .col,
.tablet-filter .property-box .col,
.map_data_filter .property-box .col {
  float: left;
}
aside button.option,
.filter button.option,
.sorting button.option,
.tablet-filter button.option,
.map_data_filter button.option {
  font-size: 0.75rem;
  text-align: left;
  height: 1.8125rem;
  padding: 0.3125rem 0.625rem;
}
aside button.simple,
.filter button.simple,
.sorting button.simple,
.tablet-filter button.simple,
.map_data_filter button.simple {
  height: 1.8125rem;
  width: 100%;
  padding: 0;
  background: linear-gradient(to left, rgb(22.9326923077, 27.5192307692, 30.0673076923) 0%, rgb(22.9326923077, 27.5192307692, 30.0673076923) 1.875rem, #2d363b 1.875rem, #2d363b 100%);
  background-repeat: no-repeat;
  background-position: 0rem 0rem;
  border: none;
  border-radius: 0.125rem;
}
aside button.simple .label,
.filter button.simple .label,
.sorting button.simple .label,
.tablet-filter button.simple .label,
.map_data_filter button.simple .label {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
aside button.simple .button-icon,
.filter button.simple .button-icon,
.sorting button.simple .button-icon,
.tablet-filter button.simple .button-icon,
.map_data_filter button.simple .button-icon {
  float: right;
  display: inline-block;
  text-align: center;
  width: 1.875rem;
}
aside .property,
.filter .property,
.sorting .property,
.tablet-filter .property,
.map_data_filter .property {
  position: relative;
}
aside .property button,
.filter .property button,
.sorting .property button,
.tablet-filter .property button,
.map_data_filter .property button {
  display: block;
  height: 1.8125rem;
  border: none;
  background: linear-gradient(to left, #006ca6 0%, #006ca6 1.875rem, #0084c9 1.875rem, #0084c9 100%);
  padding: 0;
}
aside .property button .label,
.filter .property button .label,
.sorting .property button .label,
.tablet-filter .property button .label,
.map_data_filter .property button .label {
  display: inline-block;
  line-height: 1.8125rem;
  max-width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  float: left;
}
aside .property button .dropdown-arrow,
.filter .property button .dropdown-arrow,
.sorting .property button .dropdown-arrow,
.tablet-filter .property button .dropdown-arrow,
.map_data_filter .property button .dropdown-arrow {
  float: right;
  line-height: 1.8125rem;
}
aside .property .dropdown-menu li a,
.filter .property .dropdown-menu li a,
.sorting .property .dropdown-menu li a,
.tablet-filter .property .dropdown-menu li a,
.map_data_filter .property .dropdown-menu li a {
  background: #ffffff;
}
aside .property .dropdown-menu li a:hover,
.filter .property .dropdown-menu li a:hover,
.sorting .property .dropdown-menu li a:hover,
.tablet-filter .property .dropdown-menu li a:hover,
.map_data_filter .property .dropdown-menu li a:hover {
  background: #0084c9;
}

.sorting button {
  border-radius: 0;
}
.sorting .filter-box-item {
  margin: 0 0.25rem 0.125rem 0;
  padding: 0.3125rem 0.625rem;
  background: #fabb00;
  color: #ffffff;
  display: inline-block;
  min-height: 1.5625rem;
  border-radius: 0.125rem;
  height: 1.5625rem;
}
.sorting .filter-box-item:last-child {
  margin-right: 0;
}

.filter,
.sorting {
  font-size: 0.75rem;
}
.filter .checkable button,
.sorting .checkable button {
  height: 1.5625rem;
}
.filter .checkable .input-group-addon,
.sorting .checkable .input-group-addon {
  font-size: 1.25rem;
  height: 1.5625rem;
  line-height: 1.5625rem;
}
.filter button.btn,
.sorting button.btn {
  height: 1.5625rem;
  color: #2d363b;
  background: #dddee0;
}
.filter button.switchable,
.sorting button.switchable {
  height: 1.5625rem;
  color: #2d363b;
  background: #dddee0;
  border-radius: 0;
}
.filter button.switchable.enabled,
.sorting button.switchable.enabled {
  color: #ffffff;
  background: #2d363b;
}
.filter button.togglable,
.sorting button.togglable {
  height: 1.5625rem;
  color: #2d363b;
  background: #dddee0;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.125rem;
}
.filter button.togglable.enabled,
.sorting button.togglable.enabled {
  color: #ffffff;
  background: #2d363b;
}
.filter .dropdown-menu,
.sorting .dropdown-menu {
  margin-top: 0.0625rem;
  min-width: 100%;
  font-size: 0.9575rem;
  background: transparent;
}
.filter .dropdown-fix,
.sorting .dropdown-fix {
  min-width: 10rem;
}
.filter .btn.dropdown-toggle,
.sorting .btn.dropdown-toggle {
  display: block;
  padding: 0;
  background: linear-gradient(to left, #080808 0%, #080808 1.875rem, #2d363b 1.875rem, #2d363b 100%);
  background-repeat: no-repeat;
  background-position: 0rem 0rem;
  color: #ffffff;
}
.filter .toggle-group li:first-child button,
.sorting .toggle-group li:first-child button {
  border-radius: 0.125rem 0 0 0.125rem;
}
.filter .toggle-group li:last-child button,
.sorting .toggle-group li:last-child button {
  border-radius: 0 0.125rem 0.125rem 0;
}

.sorting .label {
  width: calc(100% - 2.0625rem);
}
.sorting .dropdown-menu li a {
  background-color: #2d363b;
  color: #ffffff;
}
.sorting .dropdown-menu li a:hover {
  background-color: rgb(22.9326923077, 27.5192307692, 30.0673076923);
}

.filter.toggle-group,
#tablet-filter .filter.toggle-group button {
  padding-top: 0.3125rem;
}
.filter.toggle-group li:first-child button,
#tablet-filter .filter.toggle-group button li:first-child button {
  border-radius: 0.125rem 0 0 0.125rem;
}
.filter.toggle-group li:last-child button,
#tablet-filter .filter.toggle-group button li:last-child button {
  border-radius: 0 0.125rem 0.125rem 0;
}
.filter.toggle-group button,
#tablet-filter .filter.toggle-group button button {
  font-size: 1rem;
  height: auto;
  text-align: center;
  border-radius: 0 0 0 0;
}
.filter.toggle-group button.togglable,
#tablet-filter .filter.toggle-group button button.togglable {
  color: #47484a;
}
.filter.toggle-group button.togglable.enabled,
#tablet-filter .filter.toggle-group button button.togglable.enabled {
  background: #006ca6;
  color: #ffffff;
}

#tablet-filter .filter.toggle-group button {
  font-size: 0.9575rem;
}

aside .toggle-like-switch.filter.toggle-group button.togglable,
.map_data_filter .toggle-like-switch.filter.toggle-group button.togglable {
  color: #2d363b;
  background: #dddee0;
  border-radius: 0;
}
aside .toggle-like-switch.filter.toggle-group button.togglable .icon,
.map_data_filter .toggle-like-switch.filter.toggle-group button.togglable .icon {
  font-size: 1.75rem;
  line-height: 2rem;
  color: #4a4a4a;
}
aside .toggle-like-switch.filter.toggle-group button.togglable.enabled,
.map_data_filter .toggle-like-switch.filter.toggle-group button.togglable.enabled {
  color: #ffffff;
  background: #fabb00;
}
aside .toggle-like-switch.filter.toggle-group button.togglable.enabled .icon,
.map_data_filter .toggle-like-switch.filter.toggle-group button.togglable.enabled .icon {
  color: #ffffff;
}

.vertical-toolbar .filter.toggle-group {
  padding-top: 0;
}

.active-filters {
  min-height: 4.0469rem;
}

.form h3 {
  font-size: 1rem;
  text-align: right;
  font-weight: bold;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.3125rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: #2d363b;
  border: 0;
  border-bottom: 0.0625rem solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.3125rem;
  font-weight: bold;
}

input.hidden {
  display: none;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 0.25rem 0 0;
  margin-top: 0.0625rem \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 0.125rem dotted #2d363b;
  outline-offset: 0rem;
}

output {
  display: block;
  padding-top: 1.625rem;
  font-size: 1rem;
  line-height: 1.3125;
  color: #2d363b;
}

.form-control {
  display: block;
  width: 100%;
  height: 2.0625rem;
  padding: 0 0.3125rem 0 0;
  font-size: 1rem;
  line-height: 1.3125;
  color: #2d363b;
  background-color: #fff;
  background-image: none;
  border: 0.0625rem solid #ccc;
  border-radius: 0.0625rem;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-moz-placeholder {
  font-size: 0.75rem;
  color: #2d363b;
  font-style: italic;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  font-size: 0.75rem;
  color: #2d363b;
  font-style: italic;
}
.form-control::-webkit-input-placeholder {
  font-size: 0.75rem;
  color: #2d363b;
  font-style: italic;
}
.form-control[readonly], fieldset[disabled] .form-control {
  background-color: #dddee0;
  opacity: 1;
}
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.form-control[disabled] {
  cursor: arrow;
}
.form-control:-ms-clear {
  display: none;
}

textarea.form-control,
select.form-control {
  height: auto;
}

.col-md-9 textarea.form-control,
.col-md-9 select.form-control,
.like-col-md-9 textarea.form-control,
.like-col-md-9 select.form-control {
  max-width: 27.3125rem;
  min-width: 100%;
}

input[type=search] {
  -webkit-appearance: none;
}

input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date],
  input[type=time],
  input[type=datetime-local],
  input[type=month] {
    line-height: 2.0625rem;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 1.5rem;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 2.875rem;
  }
}
.form-group {
  margin-bottom: 1.5625rem;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.radio label,
.checkbox label {
  min-height: 1.3125rem;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -1.25rem;
  margin-top: 0.25rem \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -0.3125rem;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 0.625rem;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  margin-bottom: 0;
  min-height: 2.3125rem;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 1.5rem;
  padding: 0.3125rem 0.125rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 1.5rem;
  line-height: 1.5rem;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 1.5rem;
  padding: 0.3125rem 0.125rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}
.form-group-sm select.form-control {
  height: 1.5rem;
  line-height: 1.5rem;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 1.5rem;
  padding: 0.3125rem 0.125rem;
  font-size: 0.75rem;
  line-height: 1.5;
  min-height: 2.0625rem;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 2.875rem;
  padding: 1.25rem 0.625rem;
  font-size: 1.125rem;
  line-height: 1.3333333;
  border-radius: 0.375rem;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 2.875rem;
  line-height: 2.875rem;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 2.875rem;
  padding: 1.25rem 0.625rem;
  font-size: 1.125rem;
  line-height: 1.3333333;
  border-radius: 0.375rem;
}
.form-group-lg select.form-control {
  height: 2.875rem;
  line-height: 2.875rem;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 2.875rem;
  padding: 1.25rem 0.625rem;
  font-size: 1.125rem;
  line-height: 1.3333333;
  min-height: 2.4375rem;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 2.0625rem;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.0625rem;
  height: 2.0625rem;
  line-height: 2.0625rem;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 2.875rem;
  height: 2.875rem;
  line-height: 2.875rem;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  -webkit-print-color-adjust: exact;
  -webkit-filter: opacity(1);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem rgb(102.5280898876, 177.4719101124, 103.8202247191);
  -webkit-print-color-adjust: exact;
  -webkit-filter: opacity(1);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  -webkit-print-color-adjust: exact;
  -webkit-filter: opacity(1);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem rgb(191.807106599, 160.7461928934, 107.192893401);
  -webkit-print-color-adjust: exact;
  -webkit-filter: opacity(1);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  -webkit-print-color-adjust: exact;
  -webkit-filter: opacity(1);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem rgb(206.4127659574, 132.0595744681, 130.5872340426);
  -webkit-print-color-adjust: exact;
  -webkit-filter: opacity(1);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label:not(.hide) ~ .form-control-feedback {
  top: 6.3125rem;
}
.has-feedback label:not(.hide).sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 0.3125rem;
  margin-bottom: 0.625rem;
  color: rgb(100.1682692308, 120.2019230769, 131.3317307692);
}

@media (min-width: 576px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.625rem;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 2.9375rem;
}
.form-horizontal .form-group {
  margin-left: 0rem;
  margin-right: 0rem;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 576px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 1.625rem;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 0rem;
}
@media (min-width: 576px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 2.666666625rem;
  }
}
@media (min-width: 576px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 1.3125rem;
  }
}

.footer {
  display: table-row;
  padding-top: 1.5625rem;
  background: #47484a;
}
.footer .gutter {
  background: #595959;
}
.footer .component {
  background: rgb(58.5137931034, 59.3379310345, 60.9862068966);
}
.footer .last {
  color: #e7e9eb;
  margin-bottom: 3.125rem;
}
.footer .last .gutter {
  margin-top: 1.5625rem;
}
.footer a {
  display: block;
  padding: 0.3125rem 0.625rem;
  color: #080808;
}
.footer a:hover {
  color: #fabb00;
  background-color: rgb(58.5137931034, 59.3379310345, 60.9862068966);
}
.footer h4 {
  font-size: 1rem;
  font-weight: 600;
  background: rgb(58.5137931034, 59.3379310345, 60.9862068966);
  color: #e7e9eb;
  margin: 0;
  border-bottom: 0.3125rem solid #47484a;
}
.footer h4 a {
  display: block;
  color: #e7e9eb;
  padding: 0.625rem 0.625rem;
}
.footer h4 a:hover {
  background-color: #595959;
  color: #fabb00;
}
.footer h4.separated {
  margin-bottom: 1.5625rem;
}
.footer h5 {
  margin: 0;
  font-size: 0.75rem;
}
.footer h5 span {
  display: block;
  font-size: 0.75rem;
}
.footer h5.link-headline {
  margin-bottom: 1.5625rem;
}
.footer ul {
  color: #e7e9eb;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5625rem;
}
.footer .footer-box {
  background: rgb(95.9724137931, 97.324137931, 100.0275862069);
}
.footer p {
  margin-bottom: 3.125rem;
}
.footer .footer-quicklinks {
  background: #ffffff;
}
.footer .footer-quicklinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.footer .footer-quicklinks li {
  display: inline-block;
  margin: 0;
  margin-left: 0.3125rem;
}
.footer .footer-quicklinks li:first-child {
  padding-left: 0;
  margin: 0;
}
.footer .footer-quicklinks a {
  padding: 0.3125rem 0.625rem;
  font-size: 0.75rem;
  color: #2d363b;
  border-radius: 0.125rem;
}
.footer .footer-quicklinks a:hover {
  background-color: #fabb00;
  color: #ffffff;
}
.footer .footer-quicklinks .gutter {
  background: none;
}
.footer .footer-quicklinks img {
  margin-bottom: 0.3125rem;
}
.footer .footer-quicklinks span {
  font-size: 0.75rem;
}
.footer .footer-quicklinks .button {
  display: block;
  padding: 0.3125rem 0.625rem;
}
.footer .footer-quicklinks .button .label {
  float: left;
}
.footer .footer-quicklinks .icon {
  float: right;
}
.footer .main .row {
  margin-bottom: 1.5625rem;
}
.footer .main .row:last-child {
  margin-bottom: 6.25rem;
}
.footer button,
.footer a.button {
  display: inline-block;
  background: #006ca6;
  border: none;
  border-radius: 0.0625rem;
  padding: 0.125rem 0.3125rem;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.footer button:hover,
.footer a.button:hover {
  background: #0084c9;
  text-decoration: none;
}
.footer button .glyphicon,
.footer a .glyphicon {
  float: right;
}
.footer .thumb {
  height: 7.5rem;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 1.5625rem 0 2.34375rem 0;
}
.footer .text-col p {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
.footer .partner {
  height: 6.25rem;
}
.footer .partner .col {
  height: 100%;
}
.footer .sponsor {
  margin-top: 0;
  margin: 0;
  padding: 0.5rem;
  width: 15rem;
}
.footer .sponsor.rlp {
  margin-left: 2rem;
}
.footer .svg-box {
  height: 5rem;
}
.footer .svg-box img {
  height: 5rem;
  width: 100%;
  object-fit: contain;
  object-position: left 50%;
}
.footer .link-list .gutter {
  margin-top: -1.875rem;
}
.footer .link-md-6 {
  width: 8.75rem;
}

@media (max-width: 768px) {
  .footer .link-list .gutter {
    margin-top: 1.5625rem;
  }
  .footer .footer-quicklinks .gutter-right {
    margin: inherit;
  }
  .footer .footer-quicklinks .gutter-right .gutter {
    margin-right: 1.5625rem;
  }
  .footer .footer-quicklinks .pull-right {
    float: left !important;
  }
  .footer .footer-quicklinks .button {
    width: 100%;
  }
  .footer .footer-quicklinks .col-sm-6:first-child .gutter {
    margin-right: 1.5625rem !important;
  }
  .footer .footer-quicklinks .col-sm-6:last-child .gutter {
    margin-left: 1.5625rem !important;
  }
  .footer .footer-quicklinks img {
    max-height: 100%;
  }
}
@media (max-width: 576px) {
  .footer .footer-quicklinks .col-sm-6:first-child .gutter,
  .footer .footer-quicklinks .col-sm-6:last-child .gutter {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .footer .footer-quicklinks img {
    max-height: 100%;
  }
  .footer .footer-quicklinks .button {
    display: inline-block;
  }
}
.piechart-label {
  background: white none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: bold;
  height: 1.875rem;
  line-height: 1.875rem;
  position: relative;
  vertical-align: middle;
  width: 1.875rem;
  z-index: 2050;
}

.piechart-item {
  cursor: default !important;
}

.piechart-marker-label {
  fill: #ffffff;
  fill-opacity: 1;
  stroke-width: 0;
  cursor: default !important;
}

.piechart-marker-text-label {
  font-weight: bold;
  font-size: 10px;
  font-family: "Source Sans Pro", sans-serif;
  cursor: default;
}

.piechart-marker-highlight {
  fill: #4a4a4a;
  fill-opacity: 0;
  stroke-width: 0;
}

.piechart-marker-highlight.over {
  fill-opacity: 1;
}

.piechart-marker-status {
  fill-opacity: 0;
  stroke: #595959;
  stroke-dasharray: 1, 4;
  stroke-linecap: round;
  stroke-opacity: 1;
}
.piechart-marker-status.partially {
  stroke: #dddee0;
}

.status-icon {
  width: 0.75rem;
  height: 0.75rem;
  fill: #4a4a4a;
}

.text-popup {
  z-index: 2000;
}
.text-popup h5 {
  margin: 0;
  margin-bottom: 0.3125rem;
  font-size: 0.75rem;
}
.text-popup .legend-item-group {
  float: left;
  min-width: 9.375rem;
  margin-bottom: 0.3125rem;
}
.text-popup .legend-item {
  float: left;
  margin-top: 0.625rem;
  font-size: 0.625rem;
  color: #ffffff;
  width: 100%;
  padding: 0.125rem 0.3125rem;
  border-radius: 0.125rem;
}
.text-popup .legend-item span.label {
  float: left;
  padding-right: 0.3125rem;
}
.text-popup .legend-item span.value {
  float: right;
}
.text-popup .legend-item:first-child {
  margin-top: 0;
}
.text-popup .icon {
  padding-left: 0.1875rem;
}
.text-popup img {
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.1875rem;
  margin-top: -0.125rem;
}

#charts .chartjs-tooltip,
.chartjs-tooltip {
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.3125rem;
  border-radius: 0.125rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.1s ease;
  pointer-events: none;
  font-size: 0.9575rem;
}
#charts .chartjs-tooltip h4,
.chartjs-tooltip h4 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0.3125rem;
}
#charts .chartjs-tooltip h4 img,
.chartjs-tooltip h4 img {
  margin-left: 0.3125rem;
  margin-top: -0.125rem;
  width: 0.875rem;
}
#charts .chartjs-tooltip ul,
.chartjs-tooltip ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#charts .chartjs-tooltip ul span.label,
#charts .chartjs-tooltip ul span.value,
.chartjs-tooltip ul span.label,
.chartjs-tooltip ul span.value {
  vertical-align: top;
}
#charts .chartjs-tooltip ul span.value,
.chartjs-tooltip ul span.value {
  text-align: right;
  float: right;
  padding-left: 0.625rem;
}
#charts .chartjs-tooltip ul li:last-child,
.chartjs-tooltip ul li:last-child {
  margin-bottom: -0.3125rem;
}
#charts .chartjs-tooltip .color-swatch,
.chartjs-tooltip .color-swatch {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.3125rem;
}

#map .cluster-center {
  background: #94ae28;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#map .cluster-center span {
  color: #ffffff;
  font-weight: bold;
  font-size: 15.32px;
}
#map .cluster-outline {
  border: 5px solid #94ae28;
  background: #ffffff;
  opacity: 1;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 2px;
}
#map .cluster-ground {
  background: #94ae28;
  background: rgba(148, 174, 40, 0.5);
  position: relative;
  padding: 5px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
#map .leaflet-cluster-anim .leaflet-marker-icon,
#map .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
#map .cluster-box {
  width: 100%;
  height: 100%;
}
#map .cluster-size-xs {
  padding: 20px;
}
#map .cluster-size-xs span {
  font-size: 12px;
}
#map .cluster-size-s {
  padding: 15px;
}
#map .cluster-size-m {
  padding: 10px;
}
#map .cluster-size-l {
  padding: 5px;
}
#map .cluster-size-xl {
  padding: 0px;
}
#map .cluster-size-xl span {
  line-height: 2.5;
}
#map .cluster-color-SOL .cluster-center {
  background: #dece54;
}
#map .cluster-color-SOL .cluster-outline {
  border-color: #dece54;
}
#map .cluster-color-SOL .cluster-ground {
  background: #dece54;
  background: rgba(222, 206, 84, 0.5);
}
#map .cluster-color-WIN .cluster-center {
  background: #77b6ad;
}
#map .cluster-color-WIN .cluster-outline {
  border-color: #77b6ad;
}
#map .cluster-color-WIN .cluster-ground {
  background: #77b6ad;
  background: rgba(119, 182, 173, 0.5);
}
#map .cluster-color-BIO .cluster-center {
  background: #9ac251;
}
#map .cluster-color-BIO .cluster-outline {
  border-color: #9ac251;
}
#map .cluster-color-BIO .cluster-ground {
  background: #9ac251;
  background: rgba(154, 194, 81, 0.5);
}
#map .cluster-color-GAS .cluster-center {
  background: #a46ca4;
}
#map .cluster-color-GAS .cluster-outline {
  border-color: #a46ca4;
}
#map .cluster-color-GAS .cluster-ground {
  background: #a46ca4;
  background: rgba(164, 108, 164, 0.5);
}
#map .cluster-color-GEO .cluster-center {
  background: #dd6d5f;
}
#map .cluster-color-GEO .cluster-outline {
  border-color: #dd6d5f;
}
#map .cluster-color-GEO .cluster-ground {
  background: #dd6d5f;
  background: rgba(221, 109, 95, 0.5);
}
#map .cluster-color-WAS .cluster-center {
  background: #6b98b7;
}
#map .cluster-color-WAS .cluster-outline {
  border-color: #6b98b7;
}
#map .cluster-color-WAS .cluster-ground {
  background: #6b98b7;
  background: rgba(107, 152, 183, 0.5);
}
#map .cluster-color-WAE .cluster-center {
  background: #dd6d5f;
}
#map .cluster-color-WAE .cluster-outline {
  border-color: #dd6d5f;
}
#map .cluster-color-WAE .cluster-ground {
  background: #dd6d5f;
  background: rgba(221, 109, 95, 0.5);
}
#map .cluster-color-MIX .cluster-center {
  background: #8e8e8e;
}
#map .cluster-color-MIX .cluster-outline {
  border-color: #8e8e8e;
}
#map .cluster-color-MIX .cluster-ground {
  background: #8e8e8e;
  background: rgba(142, 142, 142, 0.5);
}
#map .cluster-color-SOL .cluster-center {
  background: #dece54;
}
#map .cluster-color-SOL .cluster-outline {
  border-color: #dece54;
}
#map .cluster-color-SOL .cluster-ground {
  background: #dece54;
  background: rgba(222, 206, 84, 0.5);
}

#map .marker {
  width: 2.5rem;
  height: 2.75rem;
  margin-left: -0.87rem;
  margin-top: -1.925rem;
  cursor: inherit;
}
#map .marker * {
  cursor: inherit;
}
#map .marker .glyphicon {
  position: absolute;
  top: 0.5rem;
  left: 0.625rem;
  top: 10px;
  left: 12.5px;
  color: #ffffff;
  font-size: 0.625rem;
}
#map .marker svg * {
  cursor: inherit;
}
#map .marker svg .map-marker-shadow {
  -moz-filter: url("typo3conf/ext/earp_inventar/Resources/Public/Images/marker.svg#xy-blur");
  -webkit-filter: url("typo3conf/ext/earp_inventar/Resources/Public/Images/marker.svg#xy-blur");
  filter: url("typo3conf/ext/earp_inventar/Resources/Public/Images/marker.svg#xy-blur");
  -webkit-filter: blur(0.125rem);
  -moz-filter: blur(0.125rem);
  -ms-filter: blur(0.125rem);
  filter: blur(0.125rem);
}
#map .marker .map-marker {
  cursor: inherit;
}
#map .marker .marker-icon {
  width: 100%;
  height: 100%;
  margin-left: -1px;
}
#map .marker .icon {
  color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  top: 50%;
  left: 50%;
  translate: -67% -60%;
}
#map div.leaflet-div-icon {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
}
#map .leaflet-div-icon.selected .marker svg path.border-inner {
  fill: #bf7600;
}
#map .leaflet-div-icon.selected .marker svg path.area {
  fill: #fabb00;
}

.tooltip {
  z-index: 1207;
  margin-left: -0.4375rem;
  font-size: 0.75rem;
  position: absolute !important;
  max-width: 20rem;
}
.tooltip .tooltip-inner {
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
  -webkit-print-color-adjust: exact;
  -webkit-filter: opacity(1);
  background: #e7e9eb;
  border-radius: 0.125rem;
  padding: 0.125rem 0.3125rem;
  z-index: 1207;
  display: inline-block;
  text-align: left;
}
.tooltip span {
  font-weight: 600;
  display: block;
}

.row-offcanvas, .search-site, #charts, #praxisbeispiele-selected {
  visibility: visible;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.row-offcanvas.active {
  visibility: hidden;
  height: 0 !important;
  margin-top: 0;
}

.row-offcanvas.done {
  margin: 0;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem;
}

svg.icon {
  margin-top: -0.125rem;
  vertical-align: middle;
  padding: 0;
  fill: #000000;
  width: 100%;
  height: 100%;
}

object.logo {
  max-height: 100%;
}

.icon.spin {
  /* ie support: */
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.icon.spin .ring {
  stroke: #D8D9DA;
}
.icon.spin .border {
  stroke: #fff;
}
.icon.spin .slice {
  stroke: #4A4A4A;
}

/*
   Animation example, for spinners
*/
.animate-spin-standalone,
.animate-spin::before {
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  -webkit-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
  display: inline-block;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
a.internal-link {
  color: #006ca6;
}
a.internal-link:after {
  /*ICON EKA-ICONFONT */
  content: "\e920";
  font-family: "eka-icons";
  font-style: normal;
  font-size: 0.75rem;
  padding-right: 0.25rem;
  padding-left: 0.125rem;
}
a.internal-link:hover {
  color: #fabb00;
}

#map-hint a.internal-link {
  color: #ffffff;
  font-weight: bold;
}
#map-hint a.internal-link:hover {
  color: #fabb00;
}

article.klimaschutz .link-value a,
a.external-link {
  color: #006ca6;
}
article.klimaschutz .link-value a:after,
a.external-link:after {
  /*ICON EKA-ICONFONT */
  content: "\e91c";
  font-family: "eka-icons";
  font-style: normal;
  font-size: 0.75rem;
  padding-right: 0.25rem;
  padding-left: 0.125rem;
}
article.klimaschutz .link-value a:hover,
a.external-link:hover {
  color: #fabb00;
}

a.mail {
  color: #006ca6;
}
a.mail:after {
  /*ICON EKA-ICONFONT */
  content: "\e93a";
  font-family: "eka-icons";
  font-style: normal;
  font-size: 0.75rem;
  padding-right: 1rem;
  padding-left: 0.5rem;
}
a.mail:hover {
  color: #fabb00;
}

a.download {
  color: #006ca6;
}
a.download:hover {
  color: #fabb00;
}

ul.inline-list {
  margin: 0;
  padding: 0;
}
ul.inline-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
ul.inline-list a {
  padding: 0.3125rem 0.78125rem;
  background: #f1f1f1;
  border-radius: 0.125rem;
  margin-right: 0.3125rem;
  line-height: 2.125rem;
}
ul.inline-list a:hover {
  color: #ffffff;
  background: #fabb00;
}

/***************************************/
/*
 * SPECIAL LINKS
*/
.content-links h3 .icon::before,
.content-marginal h3 .icon::before {
  margin-right: 0.1875rem;
}
.content-links a.eka-icon-topic-energy,
.content-links a.eka-icon-topic-heat,
.content-links a.eka-icon-topic-statistic,
.content-links a.eka-icon-topic-plants,
.content-links a.eka-icon-topic-mobility,
.content-links a.eka-icon-topic-emission,
.content-links a.eka-icon-sector-citizen,
.content-links a.eka-icon-sector-industry,
.content-links a.eka-icon-sector-commune,
.content-links a.eka-icon-sector-household,
.content-links a.eka-icon-topic-energy-selected,
.content-links a.eka-icon-topic-heat-selected,
.content-links a.eka-icon-topic-statistic-selected,
.content-links a.eka-icon-topic-plants-selected,
.content-links a.eka-icon-topic-mobility-selected,
.content-links a.eka-icon-topic-emission-selected,
.content-links a.eka-icon-sector-citizen-selected,
.content-links a.eka-icon-sector-industry-selected,
.content-links a.eka-icon-sector-commune-selected,
.content-links a.eka-icon-sector-household-selected,
.content-marginal a.eka-icon-topic-energy,
.content-marginal a.eka-icon-topic-heat,
.content-marginal a.eka-icon-topic-statistic,
.content-marginal a.eka-icon-topic-plants,
.content-marginal a.eka-icon-topic-mobility,
.content-marginal a.eka-icon-topic-emission,
.content-marginal a.eka-icon-sector-citizen,
.content-marginal a.eka-icon-sector-industry,
.content-marginal a.eka-icon-sector-commune,
.content-marginal a.eka-icon-sector-household,
.content-marginal a.eka-icon-topic-energy-selected,
.content-marginal a.eka-icon-topic-heat-selected,
.content-marginal a.eka-icon-topic-statistic-selected,
.content-marginal a.eka-icon-topic-plants-selected,
.content-marginal a.eka-icon-topic-mobility-selected,
.content-marginal a.eka-icon-topic-emission-selected,
.content-marginal a.eka-icon-sector-citizen-selected,
.content-marginal a.eka-icon-sector-industry-selected,
.content-marginal a.eka-icon-sector-commune-selected,
.content-marginal a.eka-icon-sector-household-selected {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 0.3125rem 0.625rem;
  margin: -0.3125rem -0.625rem;
  color: #2d363b;
  background: #e7e9eb;
  border: 0.0625rem solid #dddee0;
  border-radius: 0.125rem;
}
.content-links a.eka-icon-topic-energy:hover,
.content-links a.eka-icon-topic-heat:hover,
.content-links a.eka-icon-topic-statistic:hover,
.content-links a.eka-icon-topic-plants:hover,
.content-links a.eka-icon-topic-mobility:hover,
.content-links a.eka-icon-topic-emission:hover,
.content-links a.eka-icon-sector-citizen:hover,
.content-links a.eka-icon-sector-industry:hover,
.content-links a.eka-icon-sector-commune:hover,
.content-links a.eka-icon-sector-household:hover,
.content-links a.eka-icon-topic-energy-selected,
.content-links a.eka-icon-topic-heat-selected,
.content-links a.eka-icon-topic-statistic-selected,
.content-links a.eka-icon-topic-plants-selected,
.content-links a.eka-icon-topic-mobility-selected,
.content-links a.eka-icon-topic-emission-selected,
.content-links a.eka-icon-sector-citizen-selected,
.content-links a.eka-icon-sector-industry-selected,
.content-links a.eka-icon-sector-commune-selected,
.content-links a.eka-icon-sector-household-selected,
.content-marginal a.eka-icon-topic-energy:hover,
.content-marginal a.eka-icon-topic-heat:hover,
.content-marginal a.eka-icon-topic-statistic:hover,
.content-marginal a.eka-icon-topic-plants:hover,
.content-marginal a.eka-icon-topic-mobility:hover,
.content-marginal a.eka-icon-topic-emission:hover,
.content-marginal a.eka-icon-sector-citizen:hover,
.content-marginal a.eka-icon-sector-industry:hover,
.content-marginal a.eka-icon-sector-commune:hover,
.content-marginal a.eka-icon-sector-household:hover,
.content-marginal a.eka-icon-topic-energy-selected,
.content-marginal a.eka-icon-topic-heat-selected,
.content-marginal a.eka-icon-topic-statistic-selected,
.content-marginal a.eka-icon-topic-plants-selected,
.content-marginal a.eka-icon-topic-mobility-selected,
.content-marginal a.eka-icon-topic-emission-selected,
.content-marginal a.eka-icon-sector-citizen-selected,
.content-marginal a.eka-icon-sector-industry-selected,
.content-marginal a.eka-icon-sector-commune-selected,
.content-marginal a.eka-icon-sector-household-selected {
  background: #fabb00;
  color: #ffffff;
  border-color: #fabb00;
}
.content-links a.eka-icon-topic-energy:before,
.content-links a.eka-icon-topic-heat:before,
.content-links a.eka-icon-topic-statistic:before,
.content-links a.eka-icon-topic-plants:before,
.content-links a.eka-icon-topic-mobility:before,
.content-links a.eka-icon-topic-emission:before,
.content-links a.eka-icon-sector-citizen:before,
.content-links a.eka-icon-sector-industry:before,
.content-links a.eka-icon-sector-commune:before,
.content-links a.eka-icon-sector-household:before,
.content-links a.eka-icon-topic-energy-selected:before,
.content-links a.eka-icon-topic-heat-selected:before,
.content-links a.eka-icon-topic-statistic-selected:before,
.content-links a.eka-icon-topic-plants-selected:before,
.content-links a.eka-icon-topic-mobility-selected:before,
.content-links a.eka-icon-topic-emission-selected:before,
.content-links a.eka-icon-sector-citizen-selected:before,
.content-links a.eka-icon-sector-industry-selected:before,
.content-links a.eka-icon-sector-commune-selected:before,
.content-links a.eka-icon-sector-household-selected:before,
.content-marginal a.eka-icon-topic-energy:before,
.content-marginal a.eka-icon-topic-heat:before,
.content-marginal a.eka-icon-topic-statistic:before,
.content-marginal a.eka-icon-topic-plants:before,
.content-marginal a.eka-icon-topic-mobility:before,
.content-marginal a.eka-icon-topic-emission:before,
.content-marginal a.eka-icon-sector-citizen:before,
.content-marginal a.eka-icon-sector-industry:before,
.content-marginal a.eka-icon-sector-commune:before,
.content-marginal a.eka-icon-sector-household:before,
.content-marginal a.eka-icon-topic-energy-selected:before,
.content-marginal a.eka-icon-topic-heat-selected:before,
.content-marginal a.eka-icon-topic-statistic-selected:before,
.content-marginal a.eka-icon-topic-plants-selected:before,
.content-marginal a.eka-icon-topic-mobility-selected:before,
.content-marginal a.eka-icon-topic-emission-selected:before,
.content-marginal a.eka-icon-sector-citizen-selected:before,
.content-marginal a.eka-icon-sector-industry-selected:before,
.content-marginal a.eka-icon-sector-commune-selected:before,
.content-marginal a.eka-icon-sector-household-selected:before {
  position: absolute;
  top: 25%;
  right: 1.5625rem;
}

.internal-link-button {
  line-height: 1rem;
  font-style: normal;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  color: #ffffff;
  background: #006ca6;
  border-radius: 0.125rem;
  border: none;
}

.internal-link-button::after {
  /*ICON EKA-ICONFONT */
  content: "\e91d";
  font-family: "eka-icons";
  margin-left: 0.3125rem;
}

/***************************************/
@media print {
  a.internal-link:before,
  a.external-link:before,
  a.download:before {
    content: " (" attr(href) ") ";
  }
  .klimaschutz a.internal-link:before,
  .klimaschutz a.external-link:before,
  .klimaschutz a.download:before {
    content: none;
  }
  .klimaschutz a.internal-link:after,
  .klimaschutz a.external-link:after,
  .klimaschutz a.download:after {
    content: " (" attr(href) ") ";
    width: auto !important;
    height: auto !important;
    background: none !important;
    vertical-align: initial;
  }
}
.reload-remainder {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
}
.reload-remainder p {
  width: 100%;
  font-size: 1.375rem;
  font-weight: 600;
}
.reload-remainder .background {
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
}
.reload-remainder .content {
  position: absolute;
  padding: 3.125rem;
  top: 3.75rem;
  z-index: 10;
  width: 100%;
  background: #ffffff;
  text-align: center;
}
.reload-remainder .svg-box {
  width: 6.25rem;
  height: 6.25rem;
  margin: 3.125rem auto;
  opacity: 0.5;
}

.tablet-reload-remainder {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
}
.tablet-reload-remainder .background {
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
}
.tablet-reload-remainder .content {
  top: 50%;
  position: absolute;
  padding: 0.78125rem 1.5625rem;
  z-index: 10;
  width: 100%;
  background: #ffffff;
  text-align: center;
  margin-top: -1.25rem;
}
.tablet-reload-remainder p {
  width: 100%;
  margin: 0;
  font-size: 1.375rem;
  font-weight: 600;
}

.needs-reload {
  position: relative;
}
.needs-reload .tablet-reload-remainder,
.needs-reload .reload-remainder {
  display: block;
}

.vertical-toolbar .toolbar-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.vertical-toolbar .toolbar-item:hover {
  background-color: #fabb00;
}
.vertical-toolbar .toolbar-item:hover .aside-toolbar-button {
  background-color: #ffffff;
}
.vertical-toolbar .toolbar-item:hover .aside-toolbar-button .icon:before {
  color: #fabb00;
}

.table-like .year-link-list .col:nth-last-child(2) {
  border-right: none;
}

.year-link-list.first .year-button:nth-child(n+13) {
  display: none;
}

.year-link-list.last .year-button:nth-last-child(n+13) {
  display: none;
}

.year-link-list.first .paging-button.back {
  display: none;
}

.year-link-list.last .paging-button.forward {
  display: none;
}

.year-link-list .paging-button.forward::after,
.year-link-list .paging-button.back::before {
  position: absolute;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "eka-icons";
  font-style: normal;
  /*ICON EKA-ICONFONT */
  content: "\e91d";
}

.year-link-list .paging-button.back::before {
  transform: scaleX(-1);
}

.year-link-list .year-button.incomplete {
  color: #a9a9a9;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .year-button {
    font-size: 12px;
    padding: 0.5rem !important;
  }
}
.social-gdpr-youtube-video,
.social-gdpr-vimeo-video,
.social-gdpr-google-maps,
.social-gdpr-osm-map,
.video-embed-item,
iframe.video-embed-item {
  width: 100%;
  min-height: 25rem;
  border: none;
  height: auto;
  background: black;
}

.social-gdpr-youtube-iframe-notice a,
.social-gdpr-vimeo-iframe-notice a {
  color: white;
  text-decoration: underline;
}

.social-gdpr-vimeo-video,
.social-gdpr-youtube-video,
.social-gdpr-vimeo-video {
  background-size: cover;
}

@media print {
  .social-gdpr-youtube-iframe-notice,
  .social-gdpr-vimeo-iframe-notice {
    display: none;
  }
}
iframe.idiagramframe,
iframe.imapframe {
  width: 100%;
  border: none;
  overflow: hidden;
  background-color: white;
}

iframe.imapframe {
  height: 475px;
}

@media screen and (min-width: 576px) {
  iframe.idiagramframe {
    height: 14.75rem;
  }
}
@media screen and (min-width: 768px) {
  iframe.idiagramframe {
    height: 12.65rem;
  }
}
@media screen and (min-width: 992px) {
  iframe.idiagramframe {
    height: 11.0625rem;
  }
}
@media screen and (min-width: 1200px) {
  iframe.idiagramframe {
    height: 10.42rem;
  }
}
@media screen and (min-width: 1400px) {
  iframe.idiagramframe {
    height: 11.5rem;
  }
}
@media screen and (min-width: 1600px) {
  iframe.idiagramframe {
    height: 10.325rem;
  }
}
header .page-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0;
}
header h1 {
  margin: 0;
  padding: 0;
}
header h1 img {
  width: auto;
  height: 5rem;
  padding: 0 1.5625rem 0 0;
}
header h1 .svg-box {
  width: 75%;
}
header h1 svg,
header h1 object {
  cursor: pointer;
}
header .sub-header {
  background: #dddee0;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-top: 0.25rem !important;
}

.start-page .sub-header {
  display: none;
}

.search-page .secondary-nav {
  display: none;
}
.search-page .sub-header.component.padding-top-5 {
  padding-top: 1.5625rem;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group .form-control.border-radius:not(:first-child):not(:last-child) {
  border-radius: 0 0.25rem 0.25rem 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.625rem 0.3125rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #2d363b;
  text-align: center;
  background-color: #dddee0;
  border: 0.0625rem solid #ccc;
  border-radius: 0.0625rem;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.3125rem 0.125rem;
  font-size: 0.75rem;
  border-radius: 0.1875rem;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 1.25rem 0.625rem;
  font-size: 1.125rem;
  border-radius: 0.375rem;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -0.0625rem;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -0.0625rem;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -0.0625rem;
}

#map {
  position: relative;
  height: 680px;
  background: #e7e9eb;
}
#map .leaflet-tile-container img {
  padding: 0.0625rem 0.0625rem 0 0;
}
#map.leaflet-container {
  font-family: "Source Sans Pro", sans-serif;
}
#map .preload-image {
  position: absolute;
  z-index: -100;
  width: 0.0625rem;
  height: 0.0625rem;
  background: url("../Images/spinner-map.svg") -625rem -625rem no-repeat;
}
#map .loading-spinner {
  display: none;
  position: absolute;
  z-index: 401;
  width: 100%;
  height: 100%;
}
#map .loading-spinner .bg {
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.5;
}
#map .loading-spinner .la-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -45px auto auto auto;
}
#map .loading-spinner .la-wrapper .spinner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 4rem;
  height: 4rem;
  background: url("../Images/spinner-map.svg") center center no-repeat;
}
#map .loading-spinner .la-wrapper .label {
  display: block;
  margin-top: 0.625rem;
  font-weight: bold;
  color: #2d363b;
  text-align: center;
  text-shadow: -0.0625rem -0.0625rem 0 #ffffff, 0.0625rem -0.0625rem 0 #ffffff, -0.0625rem 0.0625rem 0 #ffffff, 0.0625rem 0.0625rem 0 #ffffff;
}
#map .map_legend-overview {
  width: 8rem;
  position: absolute;
  width: 10rem;
  z-index: 401;
  top: 0.625rem;
  right: 21rem;
  transition: right 0.5s ease;
}
#map .map_legend-overview.offset {
  right: 2.875rem;
}
@media screen and (max-width: 1200px) {
  #map .map_legend-overview {
    right: 2.875rem;
  }
  #map .map_legend-overview.offset {
    right: 21rem;
  }
}
#map .map-aside {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 401;
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
}
#map .map-aside .data-filter-button-wrapper {
  width: 1.625rem;
  transition: width 0.5s ease;
  display: flex;
  align-items: center;
}
#map .map-aside .data-filter-button-wrapper.open {
  width: 1.625rem;
}
#map .map-aside .data-filter_button {
  width: 1.625rem;
  height: 3.875rem;
  font-size: 1rem;
  padding: 0.3125rem;
  border-radius: 0.125rem;
  background-color: #47484a;
  border: none;
  position: relative;
  transition: bottom 0.5s ease;
}
#map .map-aside .data-filter_button i {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  transition: all 0.5s ease;
}
#map .map-aside .data-filter_button .icon {
  transform: rotate(180deg);
}
#map .map-aside .data-filter_button.open {
  translate: 0rem;
  background-color: #dddee0;
  position: absolute;
}
#map .map-aside .data-filter_button.open .icon {
  color: #47484a;
  transform: rotate(0deg);
}
#map .map-aside .map_data_filter {
  --data-filter-width: 17.5rem;
  --slide-range: calc(var(--data-filter-width) + 0.625rem);
  --slide-opposite: calc(-1 * var(--slide-range));
  font-size: 0.785rem;
  width: var(--data-filter-width);
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  transition: left 0.5s ease, margin-left 0.5s ease;
  left: var(--slide-range);
  margin-left: var(--slide-opposite);
}
#map .map-aside .map_data_filter.visible-state {
  left: 0;
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  #map .map-aside .map_data_filter {
    left: 0;
    margin-left: 0;
  }
  #map .map-aside .map_data_filter.visible-state {
    left: var(--slide-range);
    margin-left: var(--slide-opposite);
  }
}
#map .map-aside .map_data_filter .filter.toggle-group button {
  font-size: 0.8rem;
}
#map .map-aside .map_data_filter .filter.toggle-group button .icon:before {
  width: fit-content;
}
#map .map-aside .map_data_filter .gutter {
  margin: 0.125rem 0 0 0 !important;
}
#map .map-aside .map_data_filter .component {
  padding: 0.3125rem;
}
#map .map-aside .map_data_filter .icon,
#map .map-aside .map_data_filter .label {
  color: #2d363b;
}
#map .map-aside .map_data_filter .switchable-group .col-md-20.col-sm-20 .icon {
  font-size: 1.35rem;
}
#map .map-aside .map_data_filter h3 {
  padding: 0.125rem 0.3125rem 0.125rem 0.125rem;
  margin: 0.125rem 0 0 0;
  background-color: #ffffff;
  font-size: 0.8rem;
}
#map .map-aside .map_data_filter .clear-all {
  width: 33.3333333333%;
}
#map .map-aside .map_data_filter .input-group-addon {
  height: 1.5rem;
  line-height: 1.5rem;
}
#map .map-aside .map_data_filter .form-control,
#map .map-aside .map_data_filter .form-control-feedback {
  font-size: 0.8rem;
  height: 1.75rem;
  line-height: 1.75rem;
}
#map .map-aside .map_data_filter .gutter.packed-top-10 .sub-gutter {
  margin-top: 0.3125rem;
}
#map .map-aside .map_data_filter .slider-gutter {
  margin-bottom: 0.125rem;
}
#map .map-aside .map_data_filter .slider-gutter .slider-pin,
#map .map-aside .map_data_filter .slider-gutter .slider-scale-tick {
  font-size: 0.625rem;
}
#map .map-aside .map_data_filter .ui-slider.sub-gutter {
  margin-top: 1.625rem;
}
#map .map-aside .map_data_filter ul > li {
  margin-top: 0.125rem;
}
#map .map-aside .map_data_filter ul > li span {
  font-size: 0.625rem;
}
#map .map-aside .map_data_filter ul > li.switch-filter-subcaption {
  font-size: 0.75rem;
  margin-left: 0.3125rem;
  font-style: italic;
}
#map .map-aside .map_data_filter .checkable li button {
  padding: 0.125rem 0.125rem 0.125rem 0.625rem;
  font-size: 0.75rem;
  height: 1.35rem;
}
#map .map-aside .map_data_filter .checkable span.input-group-addon {
  height: 1.25rem;
  line-height: 1.25rem;
  margin-top: 0.0675rem;
}
#map .map-aside .map_data_filter .checkable span .checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.625rem;
  height: 0.625rem;
}
#map .map-aside .map_data_filter .typeahead.dropdown-menu {
  max-height: 15rem;
}
#map .overview {
  margin-bottom: 0.625rem;
}
#map .legend {
  margin-bottom: 0.3125rem;
}
#map .map-button {
  width: 100%;
  height: 1.625rem;
  line-height: 1.625rem;
  padding: 0 0.625rem;
  margin: 0;
  text-align: left;
  color: #ffffff;
  background: #47484a;
  border: none;
  font-size: 0.75rem;
}
#map .map-button span {
  display: inline-block;
}
#map .map-button .label {
  padding-left: 0.3125rem;
}
#map .map-button:hover,
#map .button:hover,
#map .data-filter_button:hover {
  background: #595959;
}
#map .view-options {
  position: absolute;
  z-index: 401;
  left: 0.625rem;
  top: 0.625rem;
  color: #ffffff;
}
#map .view-options .toggle-group li {
  width: auto;
}
#map .view-options h5 {
  margin-top: 0.625rem;
}
#map .view-options .map-button.togglable {
  color: #2d363b;
  background: linear-gradient(90deg, rgb(161.35, 161.35, 161.35) 0%, #a9a9a9 30%, #a9a9a9 100%);
}
#map .view-options .map-button.togglable.enabled,
#map .view-options .map-button.togglable:hover {
  color: #ffffff;
  background: #2d363b;
}
#map .map-button.collapse-control {
  border-radius: 0.125rem;
}
#map .map-button.collapse-control.open {
  border-radius: 0.125rem 0.125rem 0 0;
}
#map .map-footer {
  font-size: 0.75rem;
  height: 1.625rem;
  position: absolute;
  bottom: 1.25rem;
  left: 0.625rem;
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  z-index: 401;
}
#map .map-footer .map-button {
  text-align: center;
}
#map .map-footer .map-button:first-of-type {
  border-radius: 0.125rem 0 0 0.125rem;
}
#map .map-footer .map-button:last-of-type {
  border-radius: 0 0.125rem 0.125rem 0;
}
#map .map-footer .map-button.active {
  border-radius: 0;
  background: #595959;
}
#map .map-footer .info {
  display: inline-block;
  height: 1.625rem;
  width: 7.5rem;
  line-height: 1.625rem;
  padding: 0 0.625rem;
  color: #ffffff;
  background: #595959;
}
#map .map-footer .scale {
  display: inline-block;
  width: 3.4375rem;
  background: url("../Images/scale_left.png"), url("../Images/scale_right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 80%, 100% 80%;
  line-height: inherit;
}
#map .map-footer .scale .value {
  padding-left: 0.3125rem;
}
#map .map-footer button {
  display: inline-block;
  padding: 0;
  width: 1.625rem;
}
#map .overview-body {
  height: 8.4375rem;
  background: #595959;
  padding: 0.3125rem;
  margin-top: 0.0125rem;
  border-radius: 0 0 0.125rem 0.125rem;
}
#map .overview-body #map-overview {
  width: 100%;
  height: 100%;
}
#map .legend-body {
  margin-top: 0.0125rem;
}
#map .legend-body .legend-item-group-wrapper {
  margin-top: 0.125rem;
}
#map .legend-body .legend-item {
  margin-top: 0.625rem;
  margin: 0.3125rem 0;
  font-size: 0.625rem;
  color: #ffffff;
  height: auto !important;
  padding: 0.125rem 0.3125rem;
  border-radius: 0.125rem;
}
#map .legend-body .legend-item:first-child {
  margin-top: 0;
}
#map .legend-body .legend-item:last-child {
  margin-bottom: 0;
}
#map .legend-body .legend-item-group {
  background: #595959;
  text-align: center;
  padding: 0.3125rem;
}
#map .legend-body .legend-color-item {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
}
#map .legend-body .legend-color-unit {
  text-align: left;
  font-size: 0.625rem;
  color: #ffffff;
}
#map .legend-body .legend-body:first-child {
  margin-top: 0;
}
#map .legend-body h4 {
  color: #ffffff;
  text-align: left;
  margin: 0;
  padding: 0.3125rem 0.3125rem 0 0.3125rem;
  font-size: 0.625rem;
  border-top: 0.0625rem solid #595959;
  background: #595959;
}
#map .legend-body h4:first-child {
  border-top: none;
  margin-top: 0;
}
#map .legend-body .legend-spatial {
  height: 0.125rem;
  background: #fabb00;
}
#map .legend-body .legend-outline {
  height: 0.125rem;
  background: #ffffff;
}
#map .legend-body .legend-globalstrahlung {
  color: white;
  font-size: 0.625rem;
  width: 100%;
}
#map .color-scale .legend-item-group {
  padding-top: 0.625rem;
  border-radius: 0 !important;
}
#map .color-scale .legend-item-group h4 {
  padding: 0 0 0.3125rem 0;
}
#map .color-scale .legend-item-group span {
  color: #ffffff;
  font-size: 0.5625rem;
}
#map .dropdown-menu {
  margin-top: 0.0625rem;
  font-size: 0.75rem;
  background: transparent;
}
#map .dropdown-menu a {
  background: rgb(133.7931034483, 135.4310344828, 138.7068965517);
  color: #ffffff;
}
#map .dropdown-menu a:hover {
  background: #47484a;
}
#map .leaflet-popup-content-wrapper {
  background: #4a4a4a;
  border-radius: 0.125rem;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.2);
}
#map .leaflet-popup-tip {
  background: #4a4a4a;
}
#map .leaflet-popup {
  margin-bottom: 0;
}
#map .leaflet-popup-content {
  margin: 0.3125rem 0.625rem;
  color: #ffffff;
}
#map .leaflet-popup-content h5 .icon {
  padding-left: 0.1875rem;
}
#map .leaflet-popup-tip-container {
  margin: inherit;
  margin-left: -1.25rem;
}
#map .map-icon {
  color: #ffffff;
}
#map #map-icons-legend {
  display: none;
}
#map .legend-icons .legend-item-group {
  text-align: left;
}
#map .legend-icons .legend-item {
  display: none;
  padding: 0;
}
#map .legend-icons .legend-item span,
#map .legend-icons .legend-item .icon {
  display: table-cell;
}
#map .legend-icons .legend-item span:last-child {
  padding-left: 0.25rem;
}

#mapoptions {
  position: relative;
}

#popup-wrapper {
  position: relative;
  z-index: 402;
}

#layermanager {
  display: none;
  position: absolute;
  z-index: 1000;
  bottom: 1.25rem;
  left: 32rem;
  width: 12.5rem;
  padding: 0.3125rem;
  border-radius: 0.125rem;
  background: #4a4a4a;
  color: #ffffff;
}
#layermanager a {
  color: #ffffff;
}
#layermanager label {
  display: block;
}
@media only screen and (max-width: 576px) {
  #map {
    width: calc(100% - 1.25rem);
  }
}
nav.quicklinks-nav ul {
  display: block;
  float: right;
  padding: 0;
  margin: 0;
  margin-right: 0.625rem;
  line-height: 2.0625rem;
  height: 2.0625rem;
}
nav.quicklinks-nav li {
  display: inline-block;
  list-style: none;
}
nav.quicklinks-nav li:first-child {
  padding-left: 0;
}
nav.quicklinks-nav li:last-child {
  padding-right: 0;
}
nav.quicklinks-nav a {
  padding: 0.3125rem 0.625rem;
}
nav.quicklinks-nav a:hover {
  color: #ffffff;
  background-color: #fabb00;
  border-radius: 0.125rem;
}

@media (max-width: 768px) {
  nav.quicklinks-nav ul {
    margin-right: 0;
    line-height: inherit;
  }
}
nav.primary-nav {
  margin-top: 0.78125rem;
}
nav.primary-nav ul.main {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #abc532;
  border-radius: 0.125rem;
}
nav.primary-nav ul.main li {
  display: inline-block;
  list-style: none;
  position: relative;
}
nav.primary-nav ul.main a {
  display: inline-block;
  background: #abc532;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #2d363b;
}
nav.primary-nav ul.main a:hover,
nav.primary-nav ul.main li.active a {
  background: #2d363b;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
nav.primary-nav ul.main a:hover:after,
nav.primary-nav ul.main li.active:after {
  content: "";
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 1.4375rem;
  right: 0;
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-transform: scale(1) rotate(135deg);
  -ms-transform: scale(1) rotate(135deg);
  -o-transform: scale(1) rotate(135deg);
  transform: scale(1) rotate(135deg);
  z-index: 1;
  background: #2d363b;
  border-radius: 0 0 0 3.125rem;
}
nav.primary-nav ul.main li:first-child a {
  border-radius: 0.125rem 0 0 0.125rem;
}
nav.primary-nav ul.main li:last-child a {
  border-radius: 0 0.125rem 0.125rem 0;
}
nav.primary-nav .dropdown a {
  display: inline-block !important;
  color: #ffffff;
  font-size: 0.9575rem;
  background: #2d363b;
}
nav.primary-nav .dropdown .dropdown-toggle {
  padding: 0.3125rem 0;
  height: 2.0625rem;
  line-height: 1.3125rem;
  text-align: center;
  background: #080808;
  border-radius: 0 0.125rem 0.125rem 0;
}
nav.primary-nav .dropdown .dropdown-selected {
  border-radius: 0.125rem 0 0 0.125rem;
  height: 2.0625rem;
  line-height: 1.3125rem;
}
nav.primary-nav .dropdown .dropdown-selected:after {
  content: "";
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 1.5625rem;
  right: 0;
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-transform: scale(1) rotate(135deg);
  -ms-transform: scale(1) rotate(135deg);
  -o-transform: scale(1) rotate(135deg);
  transform: scale(1) rotate(135deg);
  z-index: 1;
  background: #2d363b;
  border-radius: 0 0 0 3.125rem;
}
nav.primary-nav .dropdown:hover > a, nav.primary-nav .dropdown.open > a {
  background: #2d363b;
  color: #ffffff;
}
nav.primary-nav .dropdown:hover a.dropdown-toggle, nav.primary-nav .dropdown.open a.dropdown-toggle {
  color: #ffffff;
  background-color: #47484a;
}
nav.primary-nav .dropdown.open .dropdown-selected:after {
  content: none;
}
nav.primary-nav .dropdown.open .icon.dropdown::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
nav.primary-nav .dropdown-menu {
  background: transparent;
}
nav.primary-nav .dropdown-menu li {
  width: 100%;
}
nav.primary-nav .dropdown-menu a {
  background: #2d363b;
  padding: 0.3125rem 0.3125rem;
}
nav.primary-nav .dropdown-menu a:hover,
nav.primary-nav .dropdown-menu a:hover:after {
  background-color: rgb(22.9326923077, 27.5192307692, 30.0673076923);
  outline: 0;
}
nav.primary-nav .dropdown-arrow {
  float: none;
}

.start-page nav.primary-nav .dropdown .dropdown-selected,
.start-page nav.primary-nav .dropdown .dropdown-selected:after {
  background-color: #abc532;
}
.start-page nav.primary-nav .dropdown:hover > a,
.start-page nav.primary-nav .dropdown:hover .dropdown-selected:after, .start-page nav.primary-nav .dropdown.open > a,
.start-page nav.primary-nav .dropdown.open .dropdown-selected:after {
  background: #2d363b;
  color: #ffffff;
}
.start-page nav.primary-nav .dropdown:hover a.dropdown-toggle, .start-page nav.primary-nav .dropdown.open a.dropdown-toggle {
  color: #ffffff;
  background-color: #47484a;
}
.start-page nav.primary-nav .dropdown.open > a {
  border-radius: 0.125rem 0 0 0;
}
.start-page nav.primary-nav .dropdown.open > a.dropdown-toggle {
  border-radius: 0 0.125rem 0 0;
}
.start-page nav.primary-nav .dropdown.open .icon.dropdown::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.start-page nav.primary-nav .dropdown-toggle {
  background: #94ae28;
}
.start-page nav.primary-nav .dropdown-toggle:hover {
  background-color: #47484a;
}
.start-page nav.primary-nav .dropdown-menu a {
  background: #abc532;
}
.start-page nav.primary-nav .dropdown-menu a:hover {
  background: #2d363b;
  outline: 0;
}

nav.primary-nav.visible-sm {
  margin-top: 1.5625rem;
}

nav.secondary-nav .icon {
  margin-right: 0.3125rem;
}
nav.secondary-nav .dropdown-arrow {
  float: none;
}
nav.secondary-nav .dropdown-arrow .icon {
  margin-right: 0;
}
nav.secondary-nav ul.nav > li {
  display: inline;
  white-space: nowrap;
  margin-top: 0.390625rem;
  margin-bottom: 0.390625rem;
  margin-right: 0.78125rem;
}
nav.secondary-nav ul.nav > li:hover > a, nav.secondary-nav ul.nav > li:focus > a, nav.secondary-nav ul.nav > li.open > a {
  background: #2d363b;
  color: #ffffff;
  outline: 0;
}
nav.secondary-nav ul.nav > li:hover a.dropdown-toggle, nav.secondary-nav ul.nav > li:focus a.dropdown-toggle, nav.secondary-nav ul.nav > li.open a.dropdown-toggle {
  color: #ffffff;
  background-color: #47484a;
}
nav.secondary-nav ul.nav > li.open > a {
  border-radius: 0.125rem 0 0 0;
}
nav.secondary-nav ul.nav > li.open > a.dropdown-toggle {
  border-radius: 0 0.125rem 0 0;
}
nav.secondary-nav ul.nav > li.open .icon.dropdown::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
nav.secondary-nav ul.nav > li:first-child {
  margin-left: 0;
}
nav.secondary-nav ul.nav > li:last-child {
  margin-right: 0;
}
nav.secondary-nav .nav-pills > li > a {
  line-height: 1.3125;
}
nav.secondary-nav a {
  display: inline-block !important;
  background: #abc532;
  font-size: 0.9575rem;
  border-radius: 0.125rem 0 0 0.125rem;
}
nav.secondary-nav a:only-of-type {
  border-radius: 0.125rem;
}
nav.secondary-nav .dropdown-menu {
  margin-top: 0.0625rem;
  background: transparent;
  border: none;
  border-radius: 0 0 0.125rem 0.125rem;
}
nav.secondary-nav .dropdown-menu a {
  background: #abc532;
  padding: 0.3125rem 0.625rem;
  border: none !important;
  border-radius: 0;
}
nav.secondary-nav .dropdown-menu a:hover {
  background: #2d363b;
  outline: 0;
}
nav.secondary-nav .dropdown-menu li:last-of-type a {
  border-radius: 0 0 0.125rem 0.125rem;
}
nav.secondary-nav .dropdown-menu ul {
  padding: 0;
  margin: 0;
}
nav.secondary-nav .dropdown-menu ul a {
  display: block;
  padding: 0.1875rem 1.875rem;
  clear: both;
  width: 100%;
  font-weight: normal;
  line-height: 1.3125;
  color: #2d363b;
  white-space: nowrap;
}
nav.secondary-nav .dropdown-menu ul a:hover {
  background: #2d363b;
  outline: 0;
}
nav.secondary-nav .active .dropdown-menu {
  background: transparent;
}
nav.secondary-nav .active .dropdown-menu li a {
  background: #2d363b;
  color: #ffffff;
}
nav.secondary-nav .active .dropdown-menu li a span {
  color: #ffffff;
}
nav.secondary-nav .active .dropdown-menu li a:hover {
  background-color: rgb(22.9326923077, 27.5192307692, 30.0673076923);
  outline: 0;
}
nav.secondary-nav .active .dropdown-toggle {
  background: #000000;
}
nav.secondary-nav .active .dropdown-toggle span {
  color: #ffffff;
}
nav.secondary-nav .dropdown-toggle {
  background: #94ae28;
  padding: 0.3125rem 0;
  text-align: center;
  border-radius: 0 0.125rem 0.125rem 0;
}
nav.secondary-nav .dropdown-toggle:hover {
  color: #ffffff;
}

.sidebar-nav .chapter-title {
  padding-left: 0.625rem;
}
.sidebar-nav button {
  height: auto;
  border-right: 0px solid #ffffff;
  text-align: left;
  padding-left: 0;
  border-radius: 0;
  color: #2d363b;
  background: #dddee0;
  position: relative;
}
.sidebar-nav button.active {
  color: #ffffff;
  background: #fabb00;
}
.sidebar-nav button.next-button, .sidebar-nav button.back-button {
  border-right: none;
}
.sidebar-nav li {
  background-color: #dddee0;
  margin-bottom: 0.125rem;
}
.sidebar-nav .next-button::after,
.sidebar-nav .back-button::before {
  position: absolute;
  margin-top: -0.5rem;
  top: 50%;
  padding: 0;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "eka-icons";
  font-style: normal;
  /*ICON EKA-ICONFONT */
  content: "\e91d";
}
.sidebar-nav .next-button::after {
  right: 0.1875rem;
}
.sidebar-nav .back-button::before {
  left: 0.1875rem;
  transform: scaleX(-1);
}
.sidebar-nav .next-button {
  padding-right: 1.25rem;
  padding-left: 0.625rem;
  text-align: right;
}
.sidebar-nav .back-button {
  padding-left: 1.25rem;
  text-align: left;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0.3125rem 0.625rem;
}
.nav > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #2d363b;
}
.nav > li.disabled > a {
  color: #595959;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #595959;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a.dropdown-toggle, .nav .open > a.dropdown-toggle:hover {
  background-color: #2d363b;
}
.nav .nav-divider {
  height: 0.0625rem;
  margin: -0.34375rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 0.0625rem solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -0.0625rem;
}
.nav-tabs > li > a {
  margin-right: 0.125rem;
  line-height: 1.3125;
  border: 0.0625rem solid transparent;
  border-radius: 0.0625rem 0.0625rem 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #dddee0 #dddee0 #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #2d363b;
  background-color: #2d363b;
  border: 0.0625rem solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover {
  color: #ffffff;
  background-color: #2d363b;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 0.125rem;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 0.3125rem;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 576px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0.0625rem;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 0.0625rem solid #ddd;
}
@media (min-width: 576px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 0.0625rem solid #ddd;
    border-radius: 0.0625rem 0.0625rem 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f1f1f1;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -0.0625rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.search-site h3 {
  font-size: 1rem;
  margin: 0;
}
.search-site article.projekt h3,
.search-site fieldset.projekt h3 {
  font-size: 1rem;
  margin-bottom: 0.78125rem;
  padding: 0 1.5625rem;
}
.search-site .input-group-addon {
  padding: 0 0.78125rem;
  background-color: #a9a9a9;
  color: #ffffff;
  border-color: #a9a9a9;
  font-size: 0.8125rem;
  border-radius: 0.25rem 0 0 0.25rem;
  height: 1.9375rem;
  line-height: 1.9375rem;
}
.search-site .form-control {
  padding: 0 1rem 0 0;
  background-color: #a9a9a9 !important;
  color: #ffffff;
  border-color: #a9a9a9;
  border-radius: 0 0.25rem 0.25rem 0;
  height: 2.0625rem;
  line-height: 2.0625rem;
}
.search-site input:-webkit-autofill {
  background-color: #a9a9a9 !important;
  -webkit-box-shadow: 0 0 0rem 62.5rem #a9a9a9 inset;
}
.search-site .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-site .icon {
  color: #e7e9eb;
}
.search-site .clearer {
  display: none;
  padding: 0 0.625rem;
  color: #ffffff;
  margin: 0;
  min-width: 1rem;
  cursor: pointer;
  height: 2.0625rem;
  line-height: 2.0625rem;
}
.search-site .clearer .icon {
  cursor: pointer;
  color: #ffffff;
}
.search-site button.clearer {
  background: 0;
  border: 0;
}
.search-site .clearer.loading .icon {
  display: none;
}
.search-site .clearer.loading .loading {
  display: inline-block;
}
.search-site .hasclear {
  padding-right: 1.875rem;
}
.search-site .form-control-feedback {
  pointer-events: auto;
}
.search-site .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
  color: #006ca6;
}
.search-site .tx-indexedsearch .res-tmpl-css {
  margin-bottom: inherit;
}
.search-site ul.browsebox,
.search-site ul.tx-indexedsearch-browsebox {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
.search-site ul.browsebox li,
.search-site ul.tx-indexedsearch-browsebox li {
  list-style: none;
  display: inline-block;
}
.search-site ul.browsebox li:after,
.search-site ul.tx-indexedsearch-browsebox li:after {
  content: none;
}
.search-site ul.browsebox li a,
.search-site ul.tx-indexedsearch-browsebox li a {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0.78125rem 1.5625rem;
  border-radius: 0.125rem;
}
.search-site ul.browsebox li a:hover,
.search-site ul.tx-indexedsearch-browsebox li a:hover {
  color: #ffffff;
  background-color: #fabb00;
}
.search-site .result-number {
  display: none;
}
.search-site .tx-indexedsearch .tx-indexedsearch-whatis,
.search-site .tx-indexedsearch-browsebox {
  margin: 0.125rem 0.78125rem 0 0.78125rem;
  background: #ffffff;
  padding: 1.5625rem;
}
.search-site .tx-indexedsearch-browselist-currentPage a {
  background: #2d363b;
  color: #ffffff;
  font-weight: normal;
}
.search-site .tx-indexedsearch-title a:after {
  /*ICON EKA-ICONFONT */
  content: "\e920";
  font-family: "eka-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(127, 127, 127, 0.3); */
  margin-left: 0.25rem;
}
.search-site .tx-indexedsearch-title a:hover {
  color: #fabb00;
}

@media (max-width: 768px) {
  header .search-site {
    margin-top: 1.5625rem;
    margin-right: 1.5625rem;
  }
}
/* Captured from jpeg
$color-band-A-plus: #04ff00;
$color-band-A: #83ff00;
$color-band-B: #b8ff00;
$color-band-C: #e5ff00;
$color-band-D: #fbff00;
$color-band-E: #fff000;
$color-band-F: #ffc500;
$color-band-G: #ff7700;
$color-band-H: #ff3f00;
*/
.ui-widget-content {
  background: #a9a9a9;
  border-color: #a9a9a9;
}

.ui-slider-range {
  background: #2d363b;
}

.ui-slider,
.ui-slider-range {
  border-radius: 0;
  border: none;
}

.ui-slider .ui-slider-handle,
.slider-handle-fixed {
  position: absolute;
  z-index: 2;
  width: 0.25rem;
  top: -0.125rem;
  height: 1.0625rem;
  border-radius: 0.125rem;
  background: #fabb00;
  border-color: #fabb00;
}

.ui-slider-handle.right,
.slider-handle-fixed.right {
  margin-left: -0.25rem !important;
}

.ui-slider-horizontal .ui-slider-handle,
.ui-slider-horizontal .slider-handle-fixed {
  margin: 0;
}

.slider-scale {
  float: left;
  font-size: 0.75rem;
  height: 2.625em;
}

.slider-scale-tick {
  border: 0.0625rem solid transparent; /*follows slide handle style for sizing purposes*/
  position: absolute;
  margin-left: -1em;
  text-align: center;
  left: 0;
  top: 1.171875rem;
  color: #595959;
  font-weight: bold;
}

.slider-scale-tick.selected {
  color: #fabb00;
}

.slider-scale-tick:first-child {
  margin-left: 0.1em;
}

.slider-scale-tick:last-child:not(:first-child) {
  margin-left: -2.3em;
}

.slider-gutter {
  margin-bottom: 0.3125rem;
}

.row .ui-slider.sub-gutter {
  margin-top: 2.1875rem;
}

.slider-pin,
.slider-pin-fixed {
  position: absolute;
  top: -1.5625rem;
  left: -1rem;
  width: 2.125rem;
  padding: 0.125rem;
  text-align: center;
  font-size: 0.75rem;
  color: #ffffff;
  background: #fabb00;
  border-radius: 0.125rem;
  z-index: 2;
  font-style: italic;
}

.slider-pin:before,
.slider-pin-fixed:before {
  content: "";
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 1rem;
  right: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0 0.5rem;
  border-color: #fabb00 transparent transparent transparent;
  border-radius: 0;
  background: none;
  -webkit-transform: scale(0.5, 1);
  -ms-transform: scale(0.5, 1);
  -o-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
}

.slider-pin.right {
  left: -1.9375rem;
}

.slider-pin.right:before {
  transform: none;
  margin: 0;
  left: 1.625rem;
  border-width: 0 0.5rem 0.5rem 0;
  border-color: transparent #fabb00 transparent;
}

.slider-pin.left {
  left: -0.0625rem;
}

.slider-pin.left:before,
.slider-pin-fixed.left:before {
  transform: none;
  margin: 0;
  border-width: 0.5rem 0.5rem 0 0;
  border-color: #fabb00 transparent transparent transparent;
}

/*******************************************/
.color-band-slider {
  margin-top: 1.875rem;
  background: linear-gradient(to left, red 0%, yellow 50%, green 100%);
}
.color-band-slider .slider-pin,
.color-band-slider .slider-pin-fixed {
  left: 0;
  padding: 0;
  white-space: nowrap;
  width: auto;
  background: #47484a;
}
.color-band-slider .slider-pin .label,
.color-band-slider .slider-pin-fixed .label {
  display: inline-block;
  padding: 0.125rem 0.3125rem;
  border-radius: 0.125rem 0 0 0.125rem;
}
.color-band-slider .slider-pin .label .icon,
.color-band-slider .slider-pin-fixed .label .icon {
  margin-left: 0.125rem;
}
.color-band-slider .slider-pin .value,
.color-band-slider .slider-pin-fixed .value {
  display: inline-block;
  padding: 0.125rem 0.3125rem;
  border-left: 0.125rem solid #ffffff;
  border-radius: 0 0.125rem 0.125rem 0;
}
.color-band-slider .slider-pin .symbol,
.color-band-slider .slider-pin-fixed .symbol {
  padding-right: 0.3125rem;
}
.color-band-slider .slider-pin:before,
.color-band-slider .slider-pin-fixed:before {
  left: 0;
  right: auto;
  right: initial;
  top: 0.9375rem;
  margin: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 0.625rem 0 0;
  border-color: #2d363b transparent transparent transparent;
  transform: none;
  border-radius: 0;
  background: none;
}
.color-band-slider .ui-slider-handle,
.color-band-slider .slider-handle-fixed {
  background: #2d363b;
  border-color: #2d363b;
  width: 0.25rem;
  top: -0.0625rem;
  height: 1rem;
}
.color-band-slider .ui-slider-range {
  background: none !important;
}
.color-band-slider .slider-pin.right,
.color-band-slider .slider-pin-fixed.right {
  left: 0;
}
.color-band-slider .slider-pin.right:before,
.color-band-slider .slider-pin-fixed.right:before {
  right: 0;
  left: auto;
  left: initial;
  border-width: 0 0.625rem 0.625rem 0;
  border-color: transparent #4a4a4a transparent;
}
.color-band-slider .slider-pin.left,
.color-band-slider .slider-pin-fixed.left {
  left: 0;
}
.color-band-slider .slider-pin.left:before,
.color-band-slider .slider-pin-fixed.left:before {
  left: 0;
}
.color-band-slider .slider-handle-fixed {
  border-color: #006ca6;
  background-color: #006ca6;
}
.color-band-slider .slider-handle-fixed .slider-pin-fixed .label {
  color: #ffffff;
  background-color: #006ca6;
}
.color-band-slider .slider-handle-fixed .slider-pin-fixed .value {
  color: #ffffff;
  background-color: #0084c9;
}
.color-band-slider .slider-handle-fixed .slider-pin-fixed:before {
  border-color: #006ca6 transparent transparent transparent;
}

.slider-scale-unit {
  font-style: italic;
  margin-top: 1.5625rem;
  font-size: 0.9575rem;
}
.slider-scale-unit img {
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.3125rem;
}
.slider-scale-unit span.status {
  margin-left: 0.125rem;
}

.color-band-slider.revert {
  background: linear-gradient(to right, red 0%, yellow 50%, green 100%);
}

.color-band-slider.ui-state-disabled {
  opacity: 1;
}

.energy-efficiency-band {
  background: url("images/bg_scale_enev_250.png") no-repeat;
  background: linear-gradient(to right, #5fad25 0%, #9dc107 12.5%, #c9d200 25%, #f1e300 37.5%, #ffe400 50%, #fabb00 62.5%, #ef8413 75%, #e64722 87.5%, #e53125 100%);
}

.energy-efficiency-band.revert {
  background: url("images/bg_scale_enev_250_inv.png") no-repeat;
  background: linear-gradient(to left, #5fad25 0%, #9dc107 12.5%, #c9d200 25%, #f1e300 37.5%, #ffe400 50%, #fabb00 62.5%, #ef8413 75%, #e64722 87.5%, #e53125 100%);
}

.ea-energy-efficiency-band,
.ea-energy-efficiency-band.revert {
  background: url("images/bg_scale_ea_200.png") no-repeat;
  background: linear-gradient(to left, #5fad25 0%, #9dc107 50%, #ffe400 75%, #e53125 100%);
}

table {
  width: calc(100% - 1.5625rem);
  font-size: 0.9575rem;
}
table tr.total th,
table tr.total td {
  font-weight: 600;
}
table th,
table td {
  padding: 0.3125rem 0.625rem;
  vertical-align: top;
  background: #ffffff;
  border-left: 0.125rem solid #f1f1f1;
  border-top: 0.125rem solid #f1f1f1;
  flex: 0.125rem;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
table th {
  width: 24.9837239583%;
  font-weight: 600;
  text-align: left;
}
table td:first-child,
table th:first-child {
  border-left: 0;
}
table tr:first-child td,
table tr:first-child th {
  border-top: 0;
}
table thead tr:only-child th {
  border-bottom: 0.125rem solid #f1f1f1;
}
table td.border-left {
  border-left: 0.125rem solid #f1f1f1;
}
table td.numeric {
  text-align: right;
}
table ol {
  position: relative;
  margin: 0;
  padding: 0 0.625rem;
  list-style: none;
  counter-reset: flag;
}
table li {
  padding-left: 2.1875rem;
  margin-bottom: 0.625rem;
}
table li:before {
  position: absolute;
  left: 0;
  background: #006ca6;
  color: #ffffff;
  content: counter(flag, decimal);
  counter-increment: flag;
  font-weight: bold;
  margin: 0.3125rem 0;
  width: 1.875rem;
  text-align: center;
}

.table-praxisbeispiel {
  border-collapse: collapse;
}
.table-praxisbeispiel th {
  padding: 0.625rem;
  padding-bottom: 0;
}
.table-praxisbeispiel td {
  font-weight: bold;
  padding: 0.3125rem 0.625rem;
}
.table-praxisbeispiel td,
.table-praxisbeispiel th {
  border-right: 0.125rem solid #f1f1f1;
}
.table-praxisbeispiel td:last-child,
.table-praxisbeispiel th:last-child {
  border: none;
}
.table-praxisbeispiel th.label {
  font-weight: normal;
  font-size: 0.75rem;
  text-align: left;
}
.table-praxisbeispiel th.head {
  font-weight: normal;
  font-size: 1.125rem;
  text-align: left;
}
.table-praxisbeispiel th.sub-head {
  font-weight: normal;
  font-size: 0.75rem;
  text-align: left;
}

.resultslist table {
  width: 100%;
}
.resultslist table th {
  padding: 0.625rem;
  padding-bottom: 0;
  font-weight: normal;
  font-size: 0.75rem;
  border-bottom: 0;
}
.resultslist table .body td {
  padding: 0.625rem;
  padding-top: 0.3125rem;
  font-weight: 600;
  border-top: 0;
}
.resultslist table .color-marker td {
  padding: 0;
  height: 0.3125rem;
}

article.main th,
article.main .body td {
  background: #dddee0;
}

article.praxisbeispiel.selected .sub-component,
article.praxisbeispiel.selected td,
article.praxisbeispiel.selected th {
  background: #dddee0;
}

table.ce-table th,
table.ce-table td {
  width: auto;
}

.datatable td,
.datatable th {
  text-align: right;
}

.datatable tr th:first-child {
  text-align: left;
}

@media (max-width: 768px) {
  /* Force table to not be like tables anymore */
  .table-praxisbeispiel {
    display: block;
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
      Label the data
      */
  }
  .table-praxisbeispiel thead,
  .table-praxisbeispiel tbody,
  .table-praxisbeispiel th,
  .table-praxisbeispiel td,
  .table-praxisbeispiel tr {
    display: block;
  }
  .table-praxisbeispiel thead tr {
    position: absolute;
    top: -625rem;
    left: -625rem;
  }
  .table-praxisbeispiel td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .table-praxisbeispiel td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 1.5625rem;
    left: 1.875rem;
    width: 45%;
    padding-right: 1.875rem;
    margin-right: 2rem;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .table-praxisbeispiel td:before {
    content: attr(data-title);
  }
}
@media screen and (max-width: 576px) {
  table.gutter {
    width: 100% !important;
  }
}
th .table-colorlegend {
  width: 1.125rem;
  display: inline-block;
  height: 1.125rem;
  vertical-align: text-bottom;
  margin-right: 0.1875rem;
}

.no-donut .table-colorlegend {
  display: none;
}

.teaser {
  position: relative;
  margin-top: 0.125rem;
  margin-bottom: -0.625rem;
}
.teaser .teaser-text-wrapper {
  position: absolute;
  height: 100%;
}
.teaser .teaser-headline-wrapper {
  position: absolute;
}
.teaser .teaser-text {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  color: #595959;
  font-size: 1.125rem;
  font-weight: 600;
  height: 100%;
  padding: 3.125rem;
  font-style: italic;
  text-align: center;
}
.teaser .svg-box {
  height: 3.125rem;
  margin-top: 3.125rem;
}
.teaser .teaser-headline {
  background: #abc532 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 1.375rem;
  margin: 1.5625rem 0;
  padding: 0.78125rem 1.5625rem 0.78125rem 1.5625rem;
  position: absolute;
  left: -0.625rem;
  z-index: 2;
}
.teaser .teaser-headline:after {
  content: "";
  position: absolute;
  border-color: #94ae28 transparent;
  border-width: 0.625rem 0 0 0.625rem;
  border-style: solid;
  left: 0;
  bottom: -0.625rem;
}
.teaser .lightbox {
  position: relative;
  width: 100%;
  height: 12rem;
  overflow: hidden;
}
.teaser .lightbox.flex {
  height: auto;
}
.teaser .lightbox figure {
  height: 100%;
  overflow: hidden;
}
.teaser .lightbox figure img {
  box-sizing: content-box;
}
.teaser .lightbox figcaption {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 0.625rem;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.9575rem;
}
.teaser .lightbox figcaption a {
  display: inline-block;
  margin: 0 -0.625rem;
  padding: 0 0.625rem;
}
.teaser .lightbox figcaption a:hover {
  background: #006ca6;
  color: #ffffff;
}
.teaser img {
  height: 100%;
  width: 100%;
}
.teaser .article-vertical.component {
  padding: 1.171875rem;
}
.teaser .col:nth-child(4) .component {
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .teaser .teaser-text {
    position: absolute;
    bottom: 0;
    height: 50%;
  }
  .teaser .teaser-text .teaser-message {
    float: left;
    width: 50%;
    padding-right: 3.125rem;
  }
  .teaser .svg-box {
    float: left;
    width: 50%;
    height: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .teaser .teaser-headline-wrapper {
    position: static;
  }
  .teaser .teaser-headline {
    right: 0;
    left: 0;
  }
  .teaser .teaser-headline:after {
    content: none;
  }
  .teaser .teaser-text {
    padding: 1.5625rem;
  }
  .teaser .lightbox.flex .col img {
    padding: 0.125rem 0;
  }
  .teaser .lightbox.flex .col:first-child img {
    padding-top: 0;
  }
  .teaser .lightbox.flex .col:last-child img {
    padding-bottom: 0;
  }
}
.theme-link {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
  background-color: #ffffff;
  color: #2d363b;
  font-size: 1rem;
}
.theme-link span.icon,
.theme-link span.label {
  position: relative;
  display: inline-block;
  float: left;
  list-style: none;
  line-height: 2.5rem;
  padding: 0 0.625rem 0 2.5rem;
  background: #ffffff;
  font-weight: bold;
}
.theme-link span.icon {
  padding-left: 1.25rem;
}
.theme-link span.icon .glyphicon {
  z-index: 2;
}
.theme-link span.label {
  font-size: 1.125rem;
}
.theme-link span.icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.625rem;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transform: scale(1) rotate(45deg);
  -ms-transform: scale(1) rotate(45deg);
  -o-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
  z-index: 1;
  background: #ffffff;
  -webkit-box-shadow: 2rem -2rem 0 2rem #f1f1f1, 0 0 0 -0.0625rem #f1f1f1;
  box-shadow: 2rem -2rem 0 2rem #f1f1f1, 0 0 0 -0.0625rem #f1f1f1;
  -webkit-print-color-adjust: exact;
  -webkit-filter: opacity(1);
  border-radius: 0 0 0 3.125rem;
}
.theme-link a {
  text-decoration: none;
  outline: none;
  display: block;
  color: #2d363b;
}

.theme-last {
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  width: 100%;
  color: #2d363b;
  background: #ffffff;
  border: none;
  text-align: center;
  border-left: 4rem solid #f1f1f1;
}

.theme-last:hover {
  background: #006ca6;
  color: #ffffff;
}

#socialmedia a.component {
  padding-bottom: 0;
  padding-top: 0.625rem;
}
#socialmedia i {
  height: 1.75rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 0.625rem;
}
#socialmedia .social-linkedin {
  background-image: url("../Images/logo/linkedin.png");
}
#socialmedia .social-facebook {
  background-image: url("../Images/logo/facebook.png");
}
#socialmedia .social-x {
  background-image: url("../Images/logo/x.png");
}
#socialmedia a {
  display: block;
  text-align: center;
  color: #2d363b;
  background-color: #a9a9a9;
}
#socialmedia a:hover {
  background: #fabb00;
}
#socialmedia .icon {
  display: block;
  font-size: 2rem;
  padding-bottom: 0.78125rem;
}
#socialmedia span.label {
  border-top: 0.125rem solid #f1f1f1;
  display: block;
  text-align: center;
  padding: 0.390625rem;
  margin: 0 -1.171875rem;
  line-height: 1;
  background-color: white;
}
#socialmedia .social-media-labels .component {
  padding-top: 0.78125rem;
  padding-bottom: 0.78125rem;
}

.fb-share-button,
.twitter-share-button-rendered,
.linkedin-share-button {
  margin-left: 0.3125rem;
  margin-bottom: 0.3125rem;
}

#patrons .svg-box,
#partner .svg-box {
  height: 7.8125rem;
  text-align: center;
}
#patrons .svg-box img.logo,
#partner .svg-box img.logo {
  max-width: 15.625rem;
  height: 100%;
  width: 100%;
}
#patrons .svg-box img.logo.rlp,
#partner .svg-box img.logo.rlp {
  margin-left: -1rem;
}
#patrons a.button,
#partner a.button {
  width: 100%;
}
#patrons .label,
#partner .label {
  margin-right: 2rem;
}
#patrons .icon,
#partner .icon {
  float: right;
}

@media (min-width: 768px) {
  #patrons .gutter {
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
}
.table {
  display: table;
  width: 100%;
}

.table-row {
  display: table-row;
}

.table-col {
  display: table-cell;
}

.table-like {
  display: table;
  width: 100%;
}
.table-like h3 {
  margin: -0.3125rem 0;
  padding: 0;
}
.table-like a.button {
  vertical-align: middle;
  text-align: center;
}
.table-like .row {
  display: table-row;
}
.table-like .row::before,
.table-like .row::after {
  content: none;
  display: initial;
}
.table-like .caption .col {
  border-top-width: 1.5625rem;
  border-right: none;
}
.table-like .caption:first-child .col {
  border-top: none;
}
.table-like .gutter {
  margin: 0 !important;
}
.table-like .component {
  padding: 0;
}
.table-like .col {
  float: none;
  display: table-cell;
  border-right: 0.125rem solid #f1f1f1;
  border-top: 0.125rem solid #f1f1f1;
  background-color: #ffffff;
  padding: 0.625rem;
  vertical-align: top;
}
.table-like .col.map-thumbnail {
  vertical-align: middle;
}
.table-like .col.col-sm-3 {
  width: 25%;
}
.table-like .col.col-sm-2 {
  width: 16.6666666667%;
}
.table-like .col:only-child {
  border-right: none;
}
.table-like .col:last-child {
  border-right: none;
}
.table-like .row:first-child .col {
  border-top: none;
}
.table-like .col.no-border {
  border-right: none;
}
.table-like .col.no-padding {
  padding-right: 0;
}
.table-like .no-padding .col {
  padding: 0;
}

#resultslist .table-like h3 {
  font-size: 0.875rem;
}
#resultslist .table-like .col {
  padding: 0.625rem;
}

@media screen and (max-width: 768px) {
  .table-like .col.responsive-border {
    border-right: none;
  }
}
.eka-icon-interaction-goto-up:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

.eka-icon-interaction-goto-down:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
}

.icon.spinner {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../Images/spinner-map.svg") 50% 50% no-repeat;
  background-size: 0.9375rem;
}

/* '' */
.icon.left::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon.dropdown::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
}

.open .icon.dropdown::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

.open .icon.dropdown.right::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
}

@font-face {
  font-family: "eka-icons";
  src: url("../Fonts/eka-icons/eka-icons.ttf?417wnm") format("truetype"), url("../Fonts/eka-icons/eka-icons.woff?417wnm") format("woff"), url("../Fonts/eka-icons/eka-icons.svg?417wnm#eka-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=eka-icon-], [class*=" eka-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "eka-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.eka-icon-google_download:before {
  content: "\e95a";
}

.eka-icon-google_finance:before {
  content: "\e95b";
}

.eka-icon-google_help:before {
  content: "\e95c";
}

.eka-icon-google_home:before {
  content: "\e95d";
}

.eka-icon-google_info:before {
  content: "\e95e";
}

.eka-icon-google_lightbulb:before {
  content: "\e95f";
}

.eka-icon-google_list:before {
  content: "\e960";
}

.eka-icon-google_list_alt:before {
  content: "\e961";
}

.eka-icon-google_menu:before {
  content: "\e962";
}

.eka-icon-google_open_in_browser:before {
  content: "\e963";
}

.eka-icon-google_search:before {
  content: "\e964";
}

.eka-icon-google_settings:before {
  content: "\e965";
}

.eka-icon-google_stacked_bar_chart:before {
  content: "\e966";
}

.eka-icon-google_start:before {
  content: "\e967";
}

.eka-icon-google_summarize:before {
  content: "\e968";
}

.eka-icon-google_supervisor_account:before {
  content: "\e969";
}

.eka-icon-google_table:before {
  content: "\e96a";
}

.eka-icon-google_tune:before {
  content: "\e96b";
}

.eka-icon-google_view_list:before {
  content: "\e96c";
}

.eka-icon-google_add:before {
  content: "\e96d";
}

.eka-icon-google_admin_panel_settings:before {
  content: "\e96e";
}

.eka-icon-google_book:before {
  content: "\e96f";
}

.eka-icon-google_calculate:before {
  content: "\e970";
}

.eka-icon-google_close:before {
  content: "\e97b";
}

.eka-icon-google_collections:before {
  content: "\e97c";
}

.eka-icon-google_dashboard:before {
  content: "\e97d";
}

.eka-icon-topic-green-roofs:before {
  content: "\e97e";
}

.eka-icon-topic-mobility-no-cable:before {
  content: "\e97f";
}

.eka-icon-topic-waste-heat:before {
  content: "\e980";
}

.eka-icon-interaction-close-simple-x:before {
  content: "\e981";
}

.eka-icon-mobility-bus:before {
  content: "\e982";
}

.eka-icon-mobility-charging-station-simple:before {
  content: "\e983";
}

.eka-icon-mobility-h2-charging:before {
  content: "\e984";
}

.eka-icon-mobility-hvo-charging:before {
  content: "\e985";
}

.eka-icon-mobility-lkw:before {
  content: "\e986";
}

.eka-icon-energy-sol-balcon:before {
  content: "\e987";
}

.eka-icon-energy-battery-storage:before {
  content: "\e988";
}

.eka-icon-envelope-o:before {
  content: "\e976";
}

.eka-icon-file-pdf-o:before {
  content: "\e977";
}

.eka-icon-line-chart:before {
  content: "\e978";
}

.eka-icon-map-o:before {
  content: "\e979";
}

.eka-icon-th:before {
  content: "\e97a";
}

.eka-icon-h2-storage:before {
  content: "\e971";
}

.eka-icon-h2-infrastructure:before {
  content: "\e972";
}

.eka-icon-topic-research-education:before {
  content: "\e973";
}

.eka-icon-h2-application:before {
  content: "\e974";
}

.eka-icon-h2-production:before {
  content: "\e975";
}

.eka-icon-climate-change:before {
  content: "\e901";
}

.eka-icon-climate-co2-footprint:before {
  content: "\e902";
}

.eka-icon-climate-concepts:before {
  content: "\e900";
}

.eka-icon-climate-earth:before {
  content: "\e903";
}

.eka-icon-climate-forest:before {
  content: "\e904";
}

.eka-icon-climate-goals:before {
  content: "\e905";
}

.eka-icon-climate-monitoring:before {
  content: "\e906";
}

.eka-icon-climate-parties:before {
  content: "\e907";
}

.eka-icon-climate-thermometer:before {
  content: "\e908";
}

.eka-icon-energy-bio:before {
  content: "\e909";
}

.eka-icon-energy-biogas:before {
  content: "\e90a";
}

.eka-icon-energy-biomass:before {
  content: "\e90b";
}

.eka-icon-energy-biomass-wood:before {
  content: "\e90c";
}

.eka-icon-energy-geothermal:before {
  content: "\e90d";
}

.eka-icon-energy-geothermal-private:before {
  content: "\e90e";
}

.eka-icon-energy-heat:before {
  content: "\e90f";
}

.eka-icon-energy-heating-network:before {
  content: "\e910";
}

.eka-icon-energy-heat-pump:before {
  content: "\e911";
}

.eka-icon-energy-leaf:before {
  content: "\e912";
}

.eka-icon-energy-renewable:before {
  content: "\e913";
}

.eka-icon-energy-sol-dach:before {
  content: "\e914";
}

.eka-icon-energy-sol-frei:before {
  content: "\e915";
}

.eka-icon-energy-sun:before {
  content: "\e916";
}

.eka-icon-energy-waste:before {
  content: "\e917";
}

.eka-icon-energy-waste-gas:before {
  content: "\e918";
}

.eka-icon-energy-water:before {
  content: "\e919";
}

.eka-icon-energy-wind:before {
  content: "\e91a";
}

.eka-icon-interaction-close:before {
  content: "\e91b";
}

.eka-icon-interaction-external:before {
  content: "\e91c";
}

.eka-icon-interaction-goto:before {
  content: "\e91d";
}

.eka-icon-interaction-goto-down:before {
  content: "\e91e";
}

.eka-icon-interaction-home:before {
  content: "\e91f";
}

.eka-icon-interaction-internal:before {
  content: "\e920";
}

.eka-icon-interaction-location:before {
  content: "\e921";
}

.eka-icon-interaction-pdf:before {
  content: "\e922";
}

.eka-icon-interaction-print:before {
  content: "\e923";
}

.eka-icon-interaction-search:before {
  content: "\e924";
}

.eka-icon-interaction-spinner:before {
  content: "\e925";
}

.eka-icon-interaction-view:before {
  content: "\e926";
}

.eka-icon-map-layer:before {
  content: "\e927";
}

.eka-icon-map-measure:before {
  content: "\e928";
}

.eka-icon-map-minus:before {
  content: "\e929";
}

.eka-icon-map-plus:before {
  content: "\e92a";
}

.eka-icon-map-reset:before {
  content: "\e92b";
}

.eka-icon-map-url:before {
  content: "\e92c";
}

.eka-icon-mobility-bicycle:before {
  content: "\e92d";
}

.eka-icon-mobility-charging-point:before {
  content: "\e92e";
}

.eka-icon-mobility-charging-station:before {
  content: "\e92f";
}

.eka-icon-mobility-electric:before {
  content: "\e930";
}

.eka-icon-mobility-gas:before {
  content: "\e931";
}

.eka-icon-mobility-hybrid:before {
  content: "\e932";
}

.eka-icon-mobility-misc:before {
  content: "\e933";
}

.eka-icon-mobility-plugin:before {
  content: "\e934";
}

.eka-icon-mobility-train:before {
  content: "\e935";
}

.eka-icon-other-contact:before {
  content: "\e936";
}

.eka-icon-other-date:before {
  content: "\e937";
}

.eka-icon-other-document:before {
  content: "\e938";
}

.eka-icon-other-info:before {
  content: "\e939";
}

.eka-icon-other-mail:before {
  content: "\e93a";
}

.eka-icon-other-passive-house:before {
  content: "\e93b";
}

.eka-icon-other-phone:before {
  content: "\e93c";
}

.eka-icon-sector-agriculture:before {
  content: "\e93d";
}

.eka-icon-sector-business:before {
  content: "\e93e";
}

.eka-icon-sector-citizen:before {
  content: "\e93f";
}

.eka-icon-sector-commune:before {
  content: "\e940";
}

.eka-icon-sector-household:before {
  content: "\e941";
}

.eka-icon-sector-industry:before {
  content: "\e942";
}

.eka-icon-sector-other:before {
  content: "\e943";
}

.eka-icon-social-facebook:before {
  content: "\e944";
}

.eka-icon-social-google:before {
  content: "\e945";
}

.eka-icon-social-linkedin:before {
  content: "\e946";
}

.eka-icon-social-rss:before {
  content: "\e947";
}

.eka-icon-social-twitter:before {
  content: "\e948";
}

.eka-icon-topic_percent:before {
  content: "\e94a";
}

.eka-icon-topic-calculated:before {
  content: "\e94b";
}

.eka-icon-topic-calculated-partially:before {
  content: "\e94c";
}

.eka-icon-topic-concept:before {
  content: "\e94d";
}

.eka-icon-topic-data-diagram:before {
  content: "\e94e";
}

.eka-icon-topic-data-table:before {
  content: "\e94f";
}

.eka-icon-topic-emission:before {
  content: "\e950";
}

.eka-icon-topic-energy:before {
  content: "\e951";
}

.eka-icon-topic-heat:before {
  content: "\e952";
}

.eka-icon-topic-law:before {
  content: "\e953";
}

.eka-icon-topic-mobility:before {
  content: "\e954";
}

.eka-icon-topic-mobility-v2:before {
  content: "\e955";
}

.eka-icon-topic-network:before {
  content: "\e956";
}

.eka-icon-topic-plants:before {
  content: "\e957";
}

.eka-icon-topic-regional-value-creation:before {
  content: "\e958";
}

.eka-icon-topic-statistic:before {
  content: "\e959";
}

.tag {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0.0625rem;
}
.tag:not(last-child) {
  margin-right: 0.0625rem;
}
.tag span.label {
  display: inline-block;
  padding: 0.125rem 0 0.125rem 0.3125rem;
  background: #fabb00;
  border-radius: 0.125rem 0 0 0.125rem;
}
.tag span.icon,
.tag button.icon {
  display: inline-block;
  width: auto;
  cursor: pointer;
  padding: 0.125rem 0.3125rem;
  background: #fabb00;
  border-radius: 0 0.125rem 0.125rem 0;
}
.tag span.icon .icon,
.tag button.icon .icon {
  cursor: pointer;
}

#map-export .map-export-outer {
  display: inline-block;
  margin-left: 0.625rem;
  margin-top: 0.625rem;
}
#map-export .map-export-outer h2 {
  font-size: 1.125rem;
  text-align: center;
  margin: 0;
  padding: 0.625rem 0;
  color: #ffffff;
  background-color: #2d363b;
}
#map-export .map-footer {
  display: none;
}
#map-export .caption .gutter {
  margin-top: 0;
}
#map-export #map.gutter {
  margin: 0 auto;
}

#print-area {
  border: 0.1875rem dashed #2d363b;
  padding-top: 0.5rem;
}
#print-area .caption {
  margin: 0;
  margin-bottom: 0.625rem;
}
#print-area .caption h3 {
  margin: 0;
  font-size: 1rem;
}
#print-area .caption h4 {
  font-size: 1rem;
  margin: 0;
}
#print-area .caption h5 {
  font-size: 0.9575rem;
  margin: 0.3125rem 0 0 0;
}
#print-area .caption .title {
  font-weight: bold;
}
#print-area .caption .property b {
  font-weight: normal;
}
#print-area .caption .filter {
  font-weight: bold;
}
#print-area .caption .filter i {
  font-weight: normal;
}
#print-area .caption ul {
  margin: 0.3125rem 0 0 0;
  padding: 0;
}
#print-area .caption ul li {
  margin: 0;
  padding: 0;
  padding-right: 0.3125rem;
  display: inline;
}
#print-area .component {
  padding: 0.5rem;
}
#print-area h3.block {
  margin-bottom: 0 !important;
  background: #f1f1f1;
  padding: 0 0.3125rem 0.3125rem 0.78125rem !important;
  font-size: 0.9575rem !important;
  text-align: center !important;
}
#print-area article.block {
  padding: 0;
}
#print-area article.block h3.block {
  margin: 0 !important;
}
#print-area article.block > .row,
#print-area article.block > .delegate > .row {
  border-right: 0.125rem solid #f1f1f1;
  border-left: 0.125rem solid #f1f1f1;
}
#print-area article.block > .row:first-of-type,
#print-area article.block .row.first-row,
#print-area article.block > .delegate > .row:first-of-type {
  border-radius: 0.125rem 0.125rem 0 0;
  border-top: 0.125rem solid #f1f1f1;
}
#print-area article.block > .row:last-of-type,
#print-area article.block .row.last-row {
  border-radius: 0 0 0.125rem 0.125rem;
  border-bottom: 0.125rem solid #f1f1f1;
}
#print-area article.block .row.last-row .gutter {
  padding-top: 0;
}
#print-area article.block > .row:first-of-type .gutter,
#print-area article.block .row.first-row .gutter {
  padding: 0;
}
#print-area article.block table.gutter {
  padding: 0;
  margin: 3.125rem 1.5625rem 0 1.5625rem !important;
  width: calc(100% - 3.125rem);
}
#print-area article.block table.block {
  margin: 0 !important;
  margin-top: 0.125rem !important;
  width: 100%;
}
#print-area .legend h3 {
  text-align: left;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 0.9575rem;
}
#print-area .legend h4 {
  margin: 0;
  margin-bottom: 0.3125rem;
  padding: 0;
  font-size: 0.9575rem;
}
#print-area .legend h4 span {
  font-weight: normal;
}
#print-area .legend h3.caption {
  margin: 0;
}
#print-area .legend p {
  display: table;
  font-size: 0.75rem;
  margin: 0;
}
#print-area .legend ul {
  float: left;
  margin: 0.3125rem 0 0.3125rem 0;
  padding: 0;
  width: 100%;
}
#print-area .legend ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}
#print-area .legend ul li .legend-color-item {
  display: block;
  width: 100%;
}
#print-area .legend ul li .color-area-item-label {
  display: block;
  margin-top: 0;
  padding-left: 0.3125rem;
  font-size: 0.625rem;
}
#print-area .legend span.link {
  color: #006ca6;
}
#print-area .legend .top-margin-0 {
  margin-top: 0;
}
#print-area .legend .margin-lr-0 {
  margin-left: 0;
  margin-right: 0;
}
#print-area .legend .bottom-padding-0 {
  padding-bottom: 0;
}
#print-area .legend .top-padding-5 {
  padding-top: 0.3125rem;
}
#print-area .legend .col {
  border: none;
}
#print-area .legend .color-scale h4 {
  margin: 0;
}
#print-area .legend .outline,
#print-area .legend .spatial {
  display: none;
}
#print-area .legend .legend-body {
  margin: 0;
  padding: 0;
}
#print-area .legend .legend-body.color-scale {
  margin-top: 0;
}
#print-area .legend .legend-body:not(:first-child) {
  margin-top: 1.5625rem;
}
#print-area .legend .legend-item {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.125rem 0.3125rem;
  border-radius: 0.125rem;
  display: inline-block;
  margin: 0;
  margin-right: 0.78125rem;
  white-space: nowrap;
}
#print-area .legend .legend-item:first-of-type {
  margin-left: 0;
}
#print-area .legend .legend-item:last-of-type {
  margin-right: 0;
}
#print-area .legend .legend-item.legend-outline {
  display: inherit;
  width: 100%;
  margin: 0;
  margin-top: 0.3125rem;
  border: 0.0625rem solid #4a4a4a;
}
#print-area .legend .legend-item.legend-spatial {
  display: inherit;
  width: 100%;
  height: 0.125rem;
  margin: 0;
  margin-top: 0.3125rem;
  background: #fabb00;
}
#print-area .legend .legend-item.wasserstoffkernnetz-rlp {
  height: 0.2rem;
}
#print-area .legend .legend-item.wasserstoffkernnetz-rlp .sr-only {
  position: relative;
}
#print-area .legend .legend-color-item {
  display: inline-block;
  width: 100% !important;
  height: 1.25rem;
}
#print-area .legend .legend-color-item span {
  display: inline-block;
  width: 100%;
  margin-top: 1.25rem;
  padding-left: 0.3125rem;
  font-size: 0.75rem;
}
#print-area .legend .legend-color-unit {
  text-align: left;
  font-size: 0.75rem;
}
#print-area .legend .legend-icons .legend-item-group {
  text-align: left;
}
#print-area .legend .legend-icons .legend-item {
  display: none;
  padding: 0;
  color: #2d363b;
}
#print-area .legend .legend-icons .legend-item span,
#print-area .legend .legend-icons .legend-item .icon {
  display: table-cell;
}
#print-area .legend .legend-icons .legend-item span:last-child {
  padding-left: 0.25rem;
}
#print-area #map-icons-legend {
  display: none;
  color: #2d363b;
}
#print-area .legend-body .legend-color-item.umfasste-gebiete {
  margin-bottom: 1.5625rem;
  width: 100%;
  background: #abc532; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #6e8020 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #6e8020 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #6e8020 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#6e8020", GradientType=1); /* IE6-9 */
}
@media screen and (max-width: 576px) {
  #print-area .gutter {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
}
#print-area #black-hole {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
}

#toolbar-map-export {
  display: block;
}
#toolbar-map-export h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0;
}
#toolbar-map-export p {
  font-size: 0.75rem;
}
#toolbar-map-export .filter.toggle-group button {
  font-size: 0.8rem;
  height: 2.0625rem;
}
#toolbar-map-export button.btn {
  height: 2.0625rem;
  color: #2d363b;
  background: #dddee0;
}
#toolbar-map-export .btn-label {
  font-size: 1rem;
  margin-left: 0.3125rem;
  font-weight: bold;
}
#toolbar-map-export .label {
  padding-left: 0.3125rem;
  display: inline-block;
  text-align: left;
}
#toolbar-map-export a.button {
  color: #ffffff;
  background: #006ca6;
}
#toolbar-map-export a.button:hover {
  color: #ffffff;
  background: #fabb00;
  text-decoration: none;
}
#toolbar-map-export .component,
#toolbar-map-export .col {
  background-color: #f1f1f1;
}
#toolbar-map-export .col:not(:last-child) {
  border-right: 0.125rem solid white;
}
#toolbar-map-export .dropdown-menu {
  margin-top: 0.0625rem;
  min-width: 100%;
  font-size: 0.9575rem;
  background: transparent;
}
#toolbar-map-export .dropdown-fix {
  min-width: 160px;
}
#toolbar-map-export .btn.dropdown-toggle {
  display: block;
  padding: 0;
  background: linear-gradient(to left, #080808 0%, #080808 1.875rem, #2d363b 1.875rem, #2d363b 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #ffffff;
}
#toolbar-map-export .label {
  font-size: 0.8rem;
  width: calc(100% - 2.0625rem);
}
#toolbar-map-export .dropdown-menu li a {
  background-color: #2d363b;
  color: #ffffff;
}
#toolbar-map-export .dropdown-menu li a:hover {
  background-color: rgb(22.9326923077, 27.5192307692, 30.0673076923);
}
#toolbar-map-export .dropdown-arrow {
  display: inline;
}
#toolbar-map-export .input-group {
  padding-right: 0.125rem;
}
#toolbar-map-export .input-group input {
  padding: 0.125rem 0.3125rem;
  height: 1.5625rem;
  border-radius: 0.125rem;
  line-height: 1;
}
#toolbar-map-export .dpi-calculation {
  height: 1.5625rem;
  padding-left: 0.625rem;
  vertical-align: bottom;
}
#toolbar-map-export .dpi-calculation span {
  line-height: 1.5625rem;
}

body.map-export {
  background-color: white;
}
body.map-export .container {
  width: 100%;
}

body.media-print {
  border: none;
}
body.media-print .table-like .col {
  border: none;
}
body.media-print #wrapper .container {
  margin-bottom: 0;
}
body.media-print #toolbar-map-export {
  display: none;
}
body.media-print #print-area {
  border: none;
}
body.media-print #print-area #map {
  display: block !important;
}
body.media-print #map-export .map-export-outer {
  margin: 0;
}
body.media-print #map-export .map-export-outer h2 {
  display: none;
}
body.media-print .legend-body,
body.media-print .disclaimer {
  page-break-inside: avoid;
}

/******/
/*
body.media-print {

   border: none;

  .table-like .col {
    border: none;
  }

  #wrapper .container {
    margin-bottom: 0;
  }

  #print-area {

    #map {
      display: block !important;
    }
  }


  .legend-body,
  .disclaimer {
    page-break-inside: avoid;
  }

}
/****/
.modal-open {
  overflow: hidden;
}

.icon--flip-h {
  transform: scaleX(-1);
}

.img-pb {
  padding: 30px;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.pb {
  backdrop-filter: blur(2px);
  background-color: rgba(128, 128, 128, 0.8);
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.in .modal-dialog.pb {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.modal button {
  width: 100%;
  height: 1.625rem;
  line-height: 1.625rem;
  padding: 0 0.625rem;
  margin: 0;
  text-align: left;
  color: #ffffff;
  background: #47484a;
  border: none;
  font-size: 0.75rem;
}
.modal button span {
  display: inline-block !important;
}
.modal button .label {
  padding-left: 0.3125rem;
}
.modal button:hover,
.modal .button:hover {
  background: #595959;
}
.modal button {
  float: right;
  width: auto !important;
}
.modal button.close2 {
  position: absolute;
  right: 10px;
  min-width: 36px;
  height: 42px;
  line-height: 1;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  color: #47484a;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 48px;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0;
  z-index: 1050;
  border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
}
.modal button.close2:hover, .modal button.close2:focus {
  outline: 0;
  color: #47484a;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.modal button.close {
  background: rgb(118.0384615385, 135.9858299595, 34.5141700405) !important;
  color: #ffffff !important;
}
.modal .hint {
  color: #2d363b;
  display: inline-block;
}
.modal .hint b {
  white-space: nowrap;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.625rem;
}
.modal-dialog.pb {
  top: var(--header-height);
}

.img-dialog {
  padding-top: 5%;
}

.modal-content {
  position: relative;
  border: 0.0625rem solid #999;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 0.1875rem 0.5625rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.1875rem 0.5625rem rgba(0, 0, 0, 0.5);
  -webkit-print-color-adjust: exact;
  -webkit-filter: opacity(1);
  background-clip: padding-box;
  outline: 0;
}
.modal-content a {
  color: #006ca6;
}
.modal-content button {
  border-radius: 0.125rem;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 0.9375rem;
  border-bottom: 0.0625rem solid #e5e5e5;
  min-height: 2.25rem;
  background: #abc532;
  color: #ffffff;
  border-radius: 0.125rem 0.125rem 0 0;
}

.modal-header .close {
  display: none;
  margin-top: -0.125rem;
}

.modal-title {
  margin: 0;
  line-height: 1.3125;
}

.modal-body {
  font-size: 0.75rem;
  background: #fff;
  position: relative;
  padding: 0.9375rem;
}

.modal-footer {
  font-size: 0.75rem;
  padding: 0.9375rem;
  border-top: 0.0625rem solid #e5e5e5;
  border-radius: 0 0 0.125rem 0.125rem;
  background: #fff;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 0.3125rem;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -0.0625rem;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -625rem;
  width: 3.125rem;
  height: 3.125rem;
  overflow: scroll;
}

#toolbar-map-export a.button {
  color: #ffffff;
}
#toolbar-map-export .dpi-calculation {
  height: auto;
}
#toolbar-map-export .dpi-calculation span {
  height: auto;
  line-height: inherit;
}

#mapexport-modal .toollink .col {
  border-top: 0.125rem solid #ffffff;
}
#mapexport-modal .toollink a.button {
  color: #2d363b;
  background: #f1f1f1;
}
#mapexport-modal .toollink a.button span {
  padding-left: 0.3125rem;
}
#mapexport-modal .toollink a.button:hover {
  color: #ffffff;
  background: #006ca6;
  text-decoration: none;
}

.clickable {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.pxImg-ladscape {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.pxImg-portrait {
  max-height: calc(100vh - var(--header-height) - 40px);
  max-width: 80%;
  object-fit: cover;
  margin: auto;
}

img.landscape {
  max-width: 100%;
  max-height: 80vh; /* Adjust to fit viewport height */
  object-fit: cover;
}

img.portrait {
  max-width: 80%; /* Center portrait images */
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
}

@media (min-width: 576px) {
  .modal-dialog {
    width: 37.5rem;
    margin: 1.875rem auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.5);
    -webkit-print-color-adjust: exact;
    -webkit-filter: opacity(1);
  }
  .modal-sm {
    width: 18.75rem;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 56.25rem;
  }
}
.story .article-vertical h3,
.story .article-vertical p {
  padding-right: 0;
  padding-left: 0;
}

.story .source {
  font-size: 0.75rem;
  color: #a9a9a9;
}

.story .module-header h3 {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen {
  .story .module-header h3 {
    font-size: 0.9575rem;
    text-align: right;
    font-weight: normal;
  }
}
.story .module-content .sticky-source {
  position: relative;
  opacity: 0.3;
  height: 0;
  font-size: 0.5625rem;
  float: right;
  margin: -0.75rem;
}

.story .donut-table-container .table-container {
  width: 70% !important;
}
.story .donut-table-container .table-container table {
  width: 100% !important;
}
.story .donut-table-container .donut-container {
  padding-top: 2.25em;
  margin-right: 5%;
}

@media screen and (max-width: 576px) {
  .story .donut-table-container .table-container {
    width: 100% !important;
  }
  .story .donut-table-container .donut-container {
    margin-bottom: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  section.story-chapter article:last-child {
    margin-bottom: 0.625rem;
  }
  section.story-chapter article:first-of-type {
    margin-top: -0.625rem;
  }
}
@media print {
  .story-chapter {
    page-break-after: always;
    margin-top: 2.5rem;
  }
  .story-chapter:last-of-type {
    page-break-after: auto;
  }
  main.story {
    margin: 0 2.5rem;
  }
}
.enable-outline a:focus {
  outline: 0.125rem dotted #2d363b;
  outline-offset: 0rem;
}
.enable-outline button:focus, .enable-outline input[type=text]:focus {
  outline: 0.125rem dotted #2d363b;
  outline-offset: 0rem;
}
.enable-outline input[type=text]:focus {
  outline-color: #a9a9a9;
}
.enable-outline .ui-slider-handle:focus {
  outline: 0.125rem dotted #2d363b;
  outline-offset: 0rem;
}
.enable-outline .quicklinks-nav *:focus {
  outline-color: #fabb00;
}
.enable-outline .primary-nav .dropdown.open .dropdown-menu li a:focus,
.enable-outline .secondary-nav .dropdown.open .dropdown-menu li a:focus {
  outline-color: rgb(22.9326923077, 27.5192307692, 30.0673076923);
}
.enable-outline .primary-nav a:focus,
.enable-outline .secondary-nav a:focus {
  position: relative;
  z-index: 1000;
}
.enable-outline .nav.secondary-nav li a:focus {
  background: #2d363b;
  color: #ffffff;
  outline-color: #2d363b;
}
.enable-outline .checkable button:focus {
  position: relative;
  z-index: 1000;
}
.enable-outline .content-links a:focus {
  outline-color: #006ca6;
}
.enable-outline .resultslist .button {
  outline-color: #006ca6;
}
.enable-outline ol.breadcrumb a:focus span, .enable-outline ol.breadcrumb a:focus i {
  outline: 0.125rem dotted #2d363b;
  outline-offset: 0rem;
  outline-color: #ffffff;
}
.enable-outline .dropdown.open .dropdown-menu li a:focus {
  outline: 0.125rem dotted #2d363b;
  outline-offset: 0rem;
  position: relative;
  z-index: 1000;
}
.enable-outline .sorting .dropdown-menu li a:focus {
  outline-color: rgb(22.9326923077, 27.5192307692, 30.0673076923);
}
.enable-outline .secondary-nav .dropdown.active a:focus {
  outline-color: rgb(22.9326923077, 27.5192307692, 30.0673076923);
}
.enable-outline #map:focus {
  outline: 0.125rem dotted #2d363b;
  outline-offset: 0rem;
}
.enable-outline #map-overview:focus {
  outline: 0.125rem dotted #2d363b;
  outline-offset: 0rem;
  outline-color: #ffffff;
}
.enable-outline aside .property .dropdown-menu li a {
  outline-color: #006ca6;
}
.enable-outline nav.secondary-nav ul.nav > li > a:focus,
.enable-outline nav.secondary-nav ul.nav > li.open > a:focus {
  outline: 0.125rem dotted #2d363b;
  outline-offset: 0rem;
}
.enable-outline aside .tag .icon:focus {
  position: relative;
  z-index: 1000;
}
.enable-outline aside .collapse-control:focus {
  position: relative;
  z-index: 1000;
}
.enable-outline #footer-earp a:focus {
  outline-color: #ffffff;
}
.enable-outline #footer-earp .footer-quicklinks a:focus {
  outline-color: #006ca6;
}
.enable-outline #footer-earp .footer-quicklinks .link-list a:focus {
  outline-color: #fabb00;
}

.disable-outline {
  outline: 0 !important;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@page {
  size: A4 portrait;
}
.watermark {
  box-sizing: border-box;
  display: none;
  width: 100%;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent url("../Images/Logo_Energieatlas_watermark_rotate_a4.png") 0 0 repeat-y;
  z-index: 10000;
}
.watermark img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 578px;
  margin-top: -370px;
  margin-left: -289px;
}

@media print {
  html {
    height: auto;
  }
  body {
    background: #ffffff !important;
    margin: 0;
    padding: 0 !important;
    max-width: 100% !important;
    height: auto;
    overflow: visible;
    width: 21cm;
  }
  body,
  #wrapper,
  #footer-earp {
    display: block;
  }
  #wrapper .container {
    margin-bottom: 0 !important;
  }
  .watermark {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .container {
    width: auto;
  }
  .report-page .linear-chart {
    width: 100% !important;
    height: auto !important;
    padding: 0 10px;
  }
  .legend-body,
  .legend-icon-body {
    padding: 10px 0px 0 0px !important;
  }
  header {
    margin-top: 0.78125rem !important;
  }
  header .sub-header {
    padding-top: 10px !important;
  }
  .dont-print {
    display: none !important;
  }
  .table-like .col.visible-sm.dont-print {
    display: none !important;
  }
  #map {
    display: none !important;
  }
  .print-bg {
    background-color: #f1f1f1;
    padding-bottom: 10px;
  }
  article {
    page-break-inside: auto;
  }
  article.praxisbeispiel,
  article.resultslist,
  article.klimaschutz,
  .story article {
    page-break-inside: avoid;
  }
  .projekt {
    margin-top: 10px;
  }
  article.table-like,
  article.projekt .table-like {
    display: block;
  }
  article.table-like .row,
  article.projekt .table-like .row {
    display: block;
  }
  article.table-like .caption .col,
  article.projekt .table-like .caption .col {
    margin-top: 0;
  }
  article.table-like .caption .col:first-child,
  article.projekt .table-like .caption .col:first-child {
    display: none;
  }
  article.table-like .col,
  article.projekt .table-like .col {
    display: block;
    width: 100%;
    border-right: none;
  }
  article.table-like .like-col-md-3,
  article.table-like .like-col-sm-3,
  article.projekt .table-like .like-col-md-3,
  article.projekt .table-like .like-col-sm-3 {
    page-break-inside: avoid;
  }
  article.table-like .like-col-md-3 h3,
  article.table-like .like-col-sm-3 h3,
  article.projekt .table-like .like-col-md-3 h3,
  article.projekt .table-like .like-col-sm-3 h3 {
    padding: 0 5px;
  }
  article.table-like .like-col-md-9,
  article.table-like .like-col-sm-9,
  article.projekt .table-like .like-col-md-9,
  article.projekt .table-like .like-col-sm-9 {
    padding-bottom: 10px;
  }
  article.table-like p,
  article.projekt .table-like p {
    padding-left: 5px;
    padding-right: 5px;
  }
  article.resultslist .eq-height .col {
    max-height: 80px;
  }
  article.resultslist .eq-height .gutter {
    min-height: 80px;
  }
  article.resultslist .eq-height:first-child .gutter {
    min-height: 70px;
  }
  article.resultslist .col.no-padding {
    padding-right: 10px;
  }
  .intro {
    page-break-after: avoid;
  }
  /*
  section.energiesteckbrief article {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  */
  /* FILTER FIXES */
  .property-box .col-sm-6 {
    width: 100% !important;
    padding: 0 !important;
  }
  #charts .eq-height .gutter {
    min-height: 80px;
  }
  canvas.ie {
    display: block !important;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    width: auto !important;
  }
  .chart-image {
    display: block;
    padding: 0 10px;
    height: auto !important;
    width: 100% !important;
  }
  #toolbar {
    display: block !important;
  }
  #toolbar .active-filters {
    min-height: unset;
  }
  #toolbar .adjust_active-filter-padding {
    padding: 0 !important;
    margin: 0 !important;
  }
  #toolbar .row.eq-height .clearfix {
    padding-bottom: 0.625rem;
  }
  #toolbar #filter-info-box {
    padding-bottom: 0rem;
  }
  .charts-info .like-col-md-8 {
    width: 100%;
    border-right: none;
  }
  #footer-earp {
    background: none;
    page-break-after: avoid;
  }
  #footer-earp .footer-quicklinks {
    page-break-inside: avoid;
  }
  #footer-earp .footer-quicklinks .sponsor {
    margin-left: 2rem;
  }
  #footer-earp .footer-quicklinks .svg-box {
    height: auto;
  }
  #footer-earp .footer-quicklinks img {
    max-height: 100%;
    height: auto;
  }
  .print-atomic {
    page-break-inside: avoid !important;
  }
  .page-break-before {
    break-after: avoid !important;
    break-before: auto !important;
    page-break-after: avoid !important;
    page-break-before: auto !important;
  }
  .page-break-hint {
    break-after: auto !important;
    break-before: avoid !important;
    page-break-after: auto !important;
    page-break-before: avoid !important;
  }
  .force-page-break-before {
    break-before: always !important;
    page-break-before: always !important;
  }
  .force-page-break-after {
    break-after: always !important;
    page-break-after: always !important;
  }
  #content-marginal,
  #content-links,
  #socialmedia {
    page-break-inside: avoid;
  }
  #disclaimer {
    min-height: 98%;
  }
  .sorting {
    background: #ffffff;
    margin-top: 10px;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .sorting .gutter {
    margin: 0;
  }
  aside {
    width: 100%;
  }
  aside .row {
    page-break-inside: avoid;
  }
  aside a.button {
    padding: 0;
    background: none;
    color: #006ca6;
    text-align: left !important;
  }
  .teaser .teaser-headline {
    padding: 5px 10px;
    left: -10px;
  }
  .teaser .teaser-headline:after {
    content: none;
  }
  .teaser .lightbox.flex img {
    height: auto !important;
  }
  .ui-slider .ui-slider-handle,
  .slider-handle-fixed {
    border-radius: 0;
  }
  .slider {
    page-break-inside: avoid !important;
  }
  #carousel .carousel-indicators,
  #carousel .carousel-control {
    display: none;
  }
  .table-like .caption .gutter.col {
    margin-left: 0 !important;
  }
  /*********************************************************/
  /*********************************************************/
  /*********************************************************/
  /* PRINT LAYOUT                                         */
  .report-page,
  .project-page {
    border-bottom: none;
  }
  .report-page .print-bg,
  .project-page .print-bg {
    background: none;
  }
  .report-page .gutter,
  .project-page .gutter {
    margin: 0 !important;
  }
  .report-page .gutter-first,
  .project-page .gutter-first {
    margin: 5px 0 10px 0 !important;
  }
  .report-page header .page-header,
  .project-page header .page-header {
    padding: 10px 10px 10px 0 !important;
  }
  .report-page header .page-header img,
  .project-page header .page-header img {
    height: 85px;
  }
  .report-page header .gutter-first,
  .project-page header .gutter-first {
    margin: 5px 0 0 0 !important;
  }
  .report-page header nav.sub-header,
  .project-page header nav.sub-header {
    padding: 10px !important;
  }
  .report-page header .breadcrumb,
  .project-page header .breadcrumb {
    margin: 0;
  }
  .report-page .component:not(.pxImg),
  .project-page .component:not(.pxImg) {
    padding: 0 !important;
  }
  .report-page section.col-md-8,
  .project-page section.col-md-8 {
    width: calc(66.6666666666% - 20px);
    float: left;
  }
  .report-page aside.col-md-4,
  .project-page aside.col-md-4 {
    width: 33.3333333333%;
    float: right !important;
  }
  .report-page .content-wrapper,
  .project-page .content-wrapper {
    position: relative;
  }
  .report-page .teaser .gutter,
  .project-page .teaser .gutter {
    margin-top: 10px !important;
  }
  .report-page .table-like .col,
  .project-page .table-like .col {
    border: none;
    padding: 0;
  }
  .report-page .table-like h3,
  .project-page .table-like h3 {
    margin: 20px 0 10px 0 !important;
  }
  .report-page header .sub-header,
  .project-page header .sub-header {
    padding: 10px;
  }
  .report-page section .intro h3,
  .report-page section .intro h4,
  .report-page section .intro p,
  .report-page section.energiesteckbrief h3,
  .report-page section.energiesteckbrief h4,
  .report-page section.energiesteckbrief p,
  .project-page section .intro h3,
  .project-page section .intro h4,
  .project-page section .intro p,
  .project-page section.energiesteckbrief h3,
  .project-page section.energiesteckbrief h4,
  .project-page section.energiesteckbrief p {
    padding: 0 !important;
  }
  .report-page section .intro h3,
  .report-page section .intro h4,
  .report-page section.energiesteckbrief h3,
  .report-page section.energiesteckbrief h4,
  .project-page section .intro h3,
  .project-page section .intro h4,
  .project-page section.energiesteckbrief h3,
  .project-page section.energiesteckbrief h4 {
    font-weight: 600;
  }
  .report-page section .intro h3,
  .report-page section.energiesteckbrief h3,
  .project-page section .intro h3,
  .project-page section.energiesteckbrief h3 {
    margin: 20px 0 10px 0 !important;
  }
  .report-page section .intro h3.name,
  .report-page section.energiesteckbrief h3.name,
  .project-page section .intro h3.name,
  .project-page section.energiesteckbrief h3.name {
    font-size: 22px !important;
    margin-top: 0 !important;
  }
  .report-page section .intro h3 .type,
  .report-page section.energiesteckbrief h3 .type,
  .project-page section .intro h3 .type,
  .project-page section.energiesteckbrief h3 .type {
    font-size: 18px !important;
  }
  .report-page section .intro h4,
  .report-page section.energiesteckbrief h4,
  .project-page section .intro h4,
  .project-page section.energiesteckbrief h4 {
    font-size: 18px !important;
    margin: 10px 0 !important;
  }
  .report-page section .intro p,
  .report-page section.energiesteckbrief p,
  .project-page section .intro p,
  .project-page section.energiesteckbrief p {
    margin-bottom: 10px;
    font-size: 14px !important;
  }
  .report-page article h3,
  .report-page article h4,
  .project-page article h3,
  .project-page article h4 {
    display: block;
    padding: 0 !important;
    text-align: left !important;
    font-size: 16px;
    page-break-before: auto;
    page-break-after: avoid;
  }
  .report-page article .caption h3,
  .project-page article .caption h3 {
    margin: 20px 0 10px 0;
    font-size: 18px;
  }
  .report-page article p,
  .project-page article p {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .report-page article p.hint,
  .project-page article p.hint {
    margin-bottom: 20px;
  }
  .report-page article strong,
  .project-page article strong {
    font-weight: 600;
  }
  .report-page article .like-col-md-3,
  .project-page article .like-col-md-3 {
    display: block;
    page-break-before: auto;
    page-break-after: avoid;
    break-before: auto;
    break-after: avoid;
  }
  .report-page article.block p.hint,
  .project-page article.block p.hint {
    margin-bottom: 0;
  }
  .report-page article.projekt .legend-table-wrapper,
  .project-page article.projekt .legend-table-wrapper {
    padding: 10px 0 0 0;
  }
  .report-page section.energiesteckbrief article,
  .report-page section.projekt article,
  .project-page section.energiesteckbrief article,
  .project-page section.projekt article {
    margin-bottom: 20px;
  }
  .report-page section.energiesteckbrief article:last-of-type,
  .report-page section.projekt article:last-of-type,
  .project-page section.energiesteckbrief article:last-of-type,
  .project-page section.projekt article:last-of-type {
    margin-bottom: 0;
  }
  .report-page section.energiesteckbrief article h3,
  .report-page section.energiesteckbrief article h4,
  .report-page section.projekt article h3,
  .report-page section.projekt article h4,
  .project-page section.energiesteckbrief article h3,
  .project-page section.energiesteckbrief article h4,
  .project-page section.projekt article h3,
  .project-page section.projekt article h4 {
    font-size: 1rem;
  }
  .report-page section.energiesteckbrief article h3,
  .report-page section.projekt article h3,
  .project-page section.energiesteckbrief article h3,
  .project-page section.projekt article h3 {
    margin: 20px 0 10px 0 !important;
  }
  .report-page section.energiesteckbrief article h3.block,
  .report-page section.projekt article h3.block,
  .project-page section.energiesteckbrief article h3.block,
  .project-page section.projekt article h3.block {
    margin-bottom: 0 !important;
    background: #f1f1f1;
    padding: 0 10px 5px 10px !important;
    border-radius: 0.125rem 0.125rem 0 0;
    font-size: 14px !important;
    text-align: center !important;
  }
  .report-page section.energiesteckbrief article .caption h3,
  .report-page section.projekt article .caption h3,
  .project-page section.energiesteckbrief article .caption h3,
  .project-page section.projekt article .caption h3 {
    font-size: 18px;
  }
  .report-page section.energiesteckbrief article h5,
  .report-page section.projekt article h5,
  .project-page section.energiesteckbrief article h5,
  .project-page section.projekt article h5 {
    font-size: 12px;
  }
  .report-page section.energiesteckbrief article h5:first-child,
  .report-page section.projekt article h5:first-child,
  .project-page section.energiesteckbrief article h5:first-child,
  .project-page section.projekt article h5:first-child {
    margin-top: 10px;
  }
  .report-page section.energiesteckbrief article .legend-item,
  .report-page section.projekt article .legend-item,
  .project-page section.energiesteckbrief article .legend-item,
  .project-page section.projekt article .legend-item {
    font-size: 10px;
    display: inline;
    float: left;
    margin: 0;
    margin-top: 5px;
    margin-right: 5px;
    white-space: nowrap;
  }
  .report-page table,
  .project-page table {
    width: 100%;
  }
  .report-page table thead,
  .project-page table thead {
    display: table-row-group;
  }
  .report-page table th,
  .report-page table td,
  .project-page table th,
  .project-page table td {
    padding: 5px 10px;
    font-size: 12px;
  }
  .report-page table thead th,
  .project-page table thead th {
    background: #f1f1f1;
  }
  .report-page table tr:last-child th,
  .report-page table tr:last-child td,
  .report-page table .border-bottom,
  .project-page table tr:last-child th,
  .project-page table tr:last-child td,
  .project-page table .border-bottom {
    border-bottom: 2px solid #f1f1f1;
  }
  .report-page table td.no-padding,
  .project-page table td.no-padding {
    padding: 0;
  }
  .report-page aside,
  .project-page aside {
    border: 5px solid #f1f1f1;
    border-radius: 2px;
    margin-top: 20px;
    margin-left: 20px;
    padding: 10px;
    font-size: 12px;
    background: white;
  }
  .report-page aside h3,
  .report-page aside h4,
  .project-page aside h3,
  .project-page aside h4 {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    margin: 10px 0 0 0;
  }
  .report-page aside table,
  .project-page aside table {
    font-size: 12px;
  }
  .report-page aside table.gutter,
  .project-page aside table.gutter {
    margin-bottom: 10px !important;
  }
  .report-page aside table td,
  .project-page aside table td {
    word-break: break-word;
  }
  .report-page aside p,
  .project-page aside p {
    padding-left: 0;
    padding-right: 0;
  }
  .report-page aside img,
  .project-page aside img {
    max-width: 100%;
    height: auto;
  }
  .report-page aside .region,
  .project-page aside .region {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .report-page aside .table-headline,
  .project-page aside .table-headline {
    background: #f1f1f1;
    padding: 5px 10px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .report-page aside .headline h3,
  .report-page aside h3.headline,
  .project-page aside .headline h3,
  .project-page aside h3.headline {
    border-bottom: 2px solid #ffffff;
    background: #f1f1f1;
    padding: 5px 10px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .report-page aside .contact .table-like,
  .project-page aside .contact .table-like {
    margin-bottom: 20px;
  }
  .report-page aside .contact .table-like .col,
  .project-page aside .contact .table-like .col {
    padding: 10px;
    border-right: 2px solid #f1f1f1;
    border-top: 2px solid #f1f1f1;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
  }
  .report-page aside .contact .table-like .col a span.visible-print,
  .project-page aside .contact .table-like .col a span.visible-print {
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
    word-break: break-all;
  }
  .report-page aside .contact .table-like .col:last-child,
  .project-page aside .contact .table-like .col:last-child {
    border-right: none;
  }
  .report-page aside .contact .table-like .row:last-of-type .col,
  .project-page aside .contact .table-like .row:last-of-type .col {
    border-bottom: 2px solid #f1f1f1;
  }
  .report-page aside p:last-of-type,
  .project-page aside p:last-of-type {
    margin-bottom: 10px;
  }
  .report-page .footer-quicklinks h5,
  .project-page .footer-quicklinks h5 {
    margin-top: 10px;
  }
  .report-page article.block,
  .project-page article.block {
    margin-top: 20px !important;
  }
  .report-page article.block h3.block,
  .project-page article.block h3.block {
    margin: 0 !important;
  }
  .report-page article.block > .row,
  .report-page article.block > .delegate > .row,
  .project-page article.block > .row,
  .project-page article.block > .delegate > .row {
    border-right: 5px solid #f1f1f1;
    border-left: 5px solid #f1f1f1;
  }
  .report-page article.block > .row:first-of-type,
  .report-page article.block .row.first-row,
  .report-page article.block > .delegate > .row:first-of-type,
  .project-page article.block > .row:first-of-type,
  .project-page article.block .row.first-row,
  .project-page article.block > .delegate > .row:first-of-type {
    border-radius: 0.125rem 0.125rem 0 0;
    border-top: 5px solid #f1f1f1;
  }
  .report-page article.block > .row:last-of-type,
  .report-page article.block .row.last-row,
  .project-page article.block > .row:last-of-type,
  .project-page article.block .row.last-row {
    border-radius: 0 0 0.125rem 0.125rem;
    border-bottom: 5px solid #f1f1f1;
  }
  .report-page article.block .gutter,
  .project-page article.block .gutter {
    padding: 10px;
  }
  .report-page article.block .gutter.source,
  .project-page article.block .gutter.source {
    padding: 10px !important;
    font-size: 12px;
  }
  .report-page article.block .row.last-row .gutter,
  .project-page article.block .row.last-row .gutter {
    padding-top: 0;
  }
  .report-page article.block > .row:first-of-type .gutter,
  .report-page article.block .row.first-row .gutter,
  .project-page article.block > .row:first-of-type .gutter,
  .project-page article.block .row.first-row .gutter {
    padding: 0;
  }
  .report-page article.block table.gutter,
  .project-page article.block table.gutter {
    padding: 0;
    margin: 20px 10px 0 10px !important;
    width: calc(100% - 20px);
  }
  .report-page article.block table.block,
  .project-page article.block table.block {
    margin: 0 !important;
    margin-top: 2px !important;
    width: 100%;
  }
}
.wireframe {
  /* Testing broken image style */
}
.wireframe svg.placeholder {
  display: block;
  max-width: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJ3aGl0ZSI+CiAgPHBhdGggZD0iTTAgNCBMMCAyOCBMMzIgMjggTDMyIDQgeiBNNCAyNCBMMTAgMTAgTDE1IDE4IEwxOCAxNCBMMjQgMjR6IE0yNSA3IEE0IDQgMCAwIDEgMjUgMTUgQTQgNCAwIDAgMSAyNSA3Ij48L3BhdGg+Cjwvc3ZnPg==") no-repeat center hsl(0, 0%, 80%);
  background-size: 33.3333333333%;
}
.wireframe .ph-circle {
  border-radius: 100%;
}
.wireframe span.placeholder,
.wireframe span.placeholder a,
.wireframe article p a {
  background: hsl(0, 0%, 80%);
  color: hsl(0, 0%, 80%);
  line-height: 1.6;
  margin: 0 !important;
}
.wireframe article p a:hover {
  color: #fabb00;
  background: #fabb00;
}
.wireframe h3 span.placeholder {
  background: #2d363b;
  color: #2d363b;
}
.wireframe h3 a:hover span.placeholder {
  background: #fabb00;
  color: #fabb00;
}
.wireframe h3 i.icon {
  display: inline-block;
  color: hsl(0, 0%, 80%);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJ3aGl0ZSI+CiAgPHBhdGggZD0iTTAgNCBMMCAyOCBMMzIgMjggTDMyIDQgeiBNNCAyNCBMMTAgMTAgTDE1IDE4IEwxOCAxNCBMMjQgMjR6IE0yNSA3IEE0IDQgMCAwIDEgMjUgMTUgQTQgNCAwIDAgMSAyNSA3Ij48L3BhdGg+Cjwvc3ZnPg==") no-repeat center hsl(0, 0%, 80%);
  width: 1.25rem;
  color: #2d363b;
  background-color: #2d363b;
  background-size: 0.75rem;
}
.wireframe figcaption a {
  background: transparent;
  color: transparent;
}
.wireframe figcaption a:hover {
  color: #fabb00;
}
.wireframe button span.placeholder,
.wireframe button span.placeholder a {
  background: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.wireframe button {
  background: hsl(0, 0%, 60%);
  padding: 1em;
  border: 0;
  border-radius: 0.125rem;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
}
.wireframe hr.placeholder {
  border: 0;
  height: 0.25em;
  background: hsla(0, 0%, 80%, 0.25);
  margin: 2rem 0;
}
.wireframe img {
  font-family: inherit;
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.wireframe img.broken-3 {
  position: relative;
  min-height: 3.125rem;
}
.wireframe img.broken-3:before {
  content: " ";
  display: block;
  position: absolute;
  top: -0.625rem;
  left: 0;
  height: calc(100% + 0.625rem);
  width: 100%;
  background-color: silver;
}
.wireframe img.broken-3:after {
  content: "\f127" " Broken Image (" attr(alt) ")";
  display: block;
  font-family: FontAwesome;
  color: white;
  position: absolute;
  top: 0.3125rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.wireframe aside h3 span.placeholder {
  background: hsl(0, 0%, 80%);
  color: hsl(0, 0%, 80%);
}
.wireframe aside figcaption a,
.wireframe aside .internal-link,
.wireframe aside a.button {
  background: #2d363b !important;
  color: #2d363b !important;
}
.wireframe aside figcaption a:after,
.wireframe aside figcaption a .icon,
.wireframe aside .internal-link:after,
.wireframe aside .internal-link .icon,
.wireframe aside a.button:after,
.wireframe aside a.button .icon {
  color: #ffffff;
}
.wireframe aside figcaption a:hover,
.wireframe aside .internal-link:hover,
.wireframe aside a.button:hover {
  color: #0084c9;
}

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