﻿/***********************************/
/*         CSS SGSW Onlinewelt     */
/***********************************/
/* Variables */
.universe-45 {
  font-family: Univers LT W01_45 Light1475944;
}
.universe-55 {
  font-family: Univers LT W01_55 Roman1475956;
}
.universe-65 {
  font-family: Univers LT W01_65 Bold1475968;
}
.fontawesome {
  font-family: "Font Awesome 5 Pro";
}
.hyphenate {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.thumbnail {
  border-radius: 0;
  box-shadow: none;
}
.nav-tabs {
  border-bottom: none;
}
.nav-tabs > li > a {
  margin-right: 0;
  border: 1px solid #e3e2da;
  border-radius: 0;
  border-right: none !important;
}
.nav-tabs > li:last-child > a {
  border-right: 1px solid #e3e2da !important;
}
.strong {
  font-weight: bold !important;
}
body {
  font-family: "Univers LT W01_55 Roman1475956", Arial, Helvetica, sans-serif;
  color: #000000;
}
*:hover {
  transition: all ease 0.1s;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
}
.badge {
  border-radius: 50%;
  padding: 3px 7px 5px;
}
.z-1 {
  z-index: -1;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #efefeb;
}
.form-control {
  box-shadow: none;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: solid 1px #bfbdb2;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn:hover {
  transform: scale(1.02);
}
.nobold {
  font-weight: normal !important;
}
a:hover:before,
a:focus:before {
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .modal.in:not(#contact-overlay) .modal-dialog {
    max-width: 80%;
    width: auto;
  }
}
/* Basics */
.halfwidth {
  width: 50% !important;
  margin-right: 0 !important;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .halfwidth {
    width: 100% !important;
  }
}
.fullwidth {
  width: 100% !important;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.product-img {
  width: 146px;
}
.product-img-100 {
  width: 100px;
}
.product-img-120 {
  width: 120px;
}
.product-img-160 {
  width: 160px;
}
.product-img-col5 {
  width: 134px;
}
@media screen and (max-width: 600px) {
  .preis-table .product-img-160 {
    width: 125px;
  }
}
@media screen and (max-width: 600px) {
  .preis-table .product-img-col5 {
    width: 100px;
  }
}
.percentage {
  white-space: nowrap;
}
.percentage:after {
  content: "% ";
}
.center-text {
  text-align: center;
}
.center-text img {
  margin: 0 auto;
}
.fa-check {
  color: #007000 !important;
}
hr {
  clear: both;
  float: left;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .top-h2-space {
    margin-top: 79px !important;
  }
}
@media screen and (min-width: 1024px) {
  .trick77 {
    padding-left: 77px;
  }
}
h1,
.h1,
h1.media-heading {
  font-size: 40px;
  /* padding-top: @title-padding-top; */
  padding-top: 60px;
  margin-top: 0;
  margin-bottom: 30px;
}
h2,
.h2 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 30px;
  clear: both;
  /* padding-top: @title-padding-top; padding-top: 70px;*/
}
h2:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  h2:last-child {
    margin-bottom: 40px;
  }
}
h3,
.h3 {
  font-size: 26px;
  line-height: 1.5em;
}
h4,
.h4 {
  font-size: 20px;
  font-family: Univers LT W01_65 Bold1475968;
}
h4.fs17,
.h4.fs17 {
  font-size: 17px;
}
.smaller-typo {
  font-size: 14px;
}
.text-highlight {
  color: #007000;
}
@media screen and (min-width: 1024px) {
  .leadtext,
  .leadrow p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .leadtext,
  .leadrow p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .leadrow img.media-object {
    margin-left: 50%;
    transform: translateX(calc(50% - 146px));
  }
}
@media screen and (min-width: 1024px) {
  .maintext {
    font-size: 17px;
  }
}
@media screen and (max-width: 1023px) {
  .maintext {
    font-size: 15px;
  }
}
h2 ~ p:last-child {
  margin-bottom: 60px;
}
.id-bild-text h2 ~ p:last-child {
  margin-bottom: 12px;
}
p:last-child {
  margin-bottom: 0;
}
p.smaller-typo:last-child {
  margin-bottom: 12px;
}
.container.intro .id-bild-text p:last-child {
  margin-bottom: 0;
}
.id-bild-text p > a {
  margin-bottom: 12px;
}
.alert {
  border-radius: 0;
}
.alert.alert-success {
  background: #EEFFEE !important;
  border: solid #007000 1px;
  font-size: 14px !important;
}
.alert.alert-error {
  background: #FFF5F3;
  border: solid #e00025 1px;
}
.help-block {
  font-size: 13px;
}
.help-block.info {
  color: #737373;
}
.help-block.error {
  color: #e00025;
}
/* Lists */
ul {
  list-style-type: none;
}
ul li {
  list-style-type: none;
}
ol {
  color: #e00025;
  padding-left: 21px;
}
ol li a {
  color: #000000;
}
ul.inline-list {
  float: left;
}
ul.inline-list li {
  float: left;
  display: inline-block;
}
ul.inline-list li a {
  padding: 0 20px;
}
ul.list-2-col {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
}
ul.list-2-col li {
  width: 100%;
  float: left;
}
ul.linklist {
  float: left;
}
ul.linklist li {
  width: 100%;
  float: left;
}
ul.linklist li a {
  display: block;
}
ul.linklist,
ul.iconlist,
ul.iconlist.no-link {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.icon-link,
.linklist li a,
ul.iconlist.no-link li {
  padding-left: 0.8em;
  position: relative;
  color: #000000;
  float: left;
}
.icon-link:before,
.linklist li a:before,
ul.iconlist.no-link li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  color: #e00025;
  text-decoration: none;
  -moz-text-decoration-color: #fff;
  text-decoration-color: #fff;
  font-weight: 600;
}
.icon-link.phone,
.linklist li a.phone,
ul.iconlist.no-link li.phone {
  padding-left: 1em;
}
.icon-link.phone:before,
.linklist li a.phone:before,
ul.iconlist.no-link li.phone:before {
  content: "\f879";
  color: #e00025;
}
.icon-link.mail,
.linklist li a.mail,
ul.iconlist.no-link li.mail {
  padding-left: 1em;
}
.icon-link.mail:before,
.linklist li a.mail:before,
ul.iconlist.no-link li.mail:before {
  content: "\f0e0";
  color: #e00025;
}
.icon-link.download,
.linklist li a.download,
ul.iconlist.no-link li.download {
  padding-left: 1.3em;
  padding-top: 3px;
  padding-bottom: 3px;
}
.icon-link.download:before,
.linklist li a.download:before,
ul.iconlist.no-link li.download:before {
  content: "\f019";
  color: #e00025;
}
.icon-link.download:after,
.linklist li a.download:after,
ul.iconlist.no-link li.download:after {
  width: 16px;
}
.icon-link.default,
.linklist li a.default,
ul.iconlist.no-link li.default {
  padding-left: 1em;
}
.icon-link.back:before,
.linklist li a.back:before,
ul.iconlist.no-link li.back:before {
  content: "\f104";
  padding-top: 1.5px;
}
.icon-link.check,
.linklist li a.check,
ul.iconlist.no-link li.check {
  padding-left: 1.5em;
  width: 100%;
}
.icon-link.check:before,
.linklist li a.check:before,
ul.iconlist.no-link li.check:before {
  content: "\f00c";
  color: #007000;
}
.icon-link.uncheck,
.linklist li a.uncheck,
ul.iconlist.no-link li.uncheck {
  padding-left: 1.5em;
  width: 100%;
}
.icon-link.uncheck:before,
.linklist li a.uncheck:before,
ul.iconlist.no-link li.uncheck:before {
  content: "\f00d";
  color: #bd0221;
}
.icon-link.star,
.linklist li a.star,
ul.iconlist.no-link li.star {
  padding-left: 1.5em;
}
.icon-link.star:before,
.linklist li a.star:before,
ul.iconlist.no-link li.star:before {
  content: "\f005";
  color: #ffd52a;
}
.icon-link.pulldown:before,
.linklist li a.pulldown:before,
ul.iconlist.no-link li.pulldown:before {
  content: "\f107";
  padding-top: 2px;
}
.linklist li.download a {
  padding-left: 1.8em;
  padding-top: 3px;
  padding-bottom: 3px;
}
.linklist li.download a:before {
  content: "\f019";
}
ul.rte {
  position: relative;
  padding-left: 20px;
}
ul.rte li:before {
  content: "\f04d";
  font-family: "Font Awesome 5 Pro";
  left: 0;
  position: absolute;
  font-size: 0.4em;
  font-weight: 600;
  margin-top: 8px;
  color: #e00025;
}
ol.rte {
  counter-reset: item;
  position: relative;
  padding-left: 20px;
}
ol.rte li {
  display: block;
  color: #000000;
}
ol.rte li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #e00025;
  position: absolute;
  left: 0;
}
.inline-icon-link {
  float: none;
  margin-right: 20px;
}
.inline-icon-link.pull-right {
  margin-right: 0;
}
ul.iconlist li a {
  color: #000000;
}
ul.iconlist li i {
  width: 2em;
  padding-right: 1em;
  color: #e00025;
  text-align: center;
}
.downloadlink-title {
  float: left;
  width: 100%;
}
.downloadlink-title .downloadlink-txt {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .downloadlink-title .downloadlink-txt {
    max-width: calc(100% - 170px);
  }
}
@media screen and (max-width: 767px) {
  .downloadlink-title .downloadlink-txt {
    max-width: 100%;
    width: 100%;
    float: left;
  }
}
.downloadlink-title .icon-link {
  font-size: 17px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .downloadlink-title .icon-link {
    transform: translateY(100%);
  }
}
@media screen and (max-width: 767px) {
  .downloadlink-title .icon-link {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
footer .icon-link:hover,
.container-fluid .icon-link:hover,
footer a.icon-link:hover,
.container-fluid a.icon-link:hover,
footer ol a:hover,
.container-fluid ol a:hover {
  color: #000;
}
.dropdown-menu {
  border-radius: 0;
}
/* Forms */
button i + span {
  margin-left: 6px;
}
/* Header */
.nav a {
  color: #000000;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 1px;
}
.tile {
  background-color: #efefeb;
  padding: 20px;
  margin: 0 0 20px 0;
}
/*********************************************************/
/*            SGSW General Content Elements              */
/*********************************************************/
table:not(.pure):not(.lines):not(.table-condensed) {
  border: solid #e3e2da 1px;
}
table:not(.pure):not(.lines):not(.table-condensed) thead {
  background-color: #e3e2da;
}
table:not(.pure):not(.lines):not(.table-condensed) thead th {
  border-right: solid #fff 1px;
  font-weight: normal;
}
table:not(.pure):not(.lines):not(.table-condensed) thead th:last-child {
  border-right: none;
}
table:not(.pure):not(.lines):not(.table-condensed) tbody th {
  background-color: #e3e2da;
  border-right: solid #fff 1px;
  font-family: Univers LT W01_65 Bold1475968;
}
table:not(.pure):not(.lines):not(.table-condensed) tbody th:last-child {
  border-right: none;
}
table:not(.pure):not(.lines):not(.table-condensed) tbody td {
  border: solid #e3e2da 1px;
  border-top: none;
}
table:not(.pure):not(.lines):not(.table-condensed) th,
table:not(.pure):not(.lines):not(.table-condensed) td {
  padding: 20px;
}
table.lines th,
table.lines td {
  border-bottom: solid #e3e2da 1px;
  padding: 20px;
}
table.pure th,
table.pure td {
  padding: 20px;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  color: #e00025;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  color: #e00025;
}
table.small-padding th,
table.small-padding td {
  padding: 10px;
}
table:not(.pure):not(.lines):not(.table-condensed).small-padding th {
  padding: 15px 20px 15px 10px;
}
table:not(.pure):not(.lines):not(.table-condensed).small-padding td {
  padding: 10px;
}
.nav-tabs + .tab-content {
  padding-top: 25px;
}
.panel.panel-default {
  border-radius: 0;
  text-align: center;
}
.panel.panel-default > .panel-body {
  padding: 33px;
}
@media screen and (max-width: 1023px) {
  .panel.panel-default > .panel-body {
    padding: 10px !important;
  }
}
.panel.panel-default > .panel-body.txt {
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .panel.panel-default > .panel-body.txt {
    height: 119px !important;
  }
}
@media screen and (min-width: 992px) {
  .panel.panel-default > .panel-body.txt {
    height: 166px;
  }
}
@media screen and (max-width: 991px) {
  .panel.panel-default > .panel-body.txt {
    height: auto !important;
  }
}
.panel.panel-default > .panel-body.txt p {
  overflow: hidden;
  max-height: 100%;
}
@media screen and (max-width: 991px) {
  .panel.panel-default > .panel-body.txt p {
    margin-bottom: 0;
  }
}
.panel.panel-default > .panel-heading {
  background-image: none;
  border-radius: 0;
  font-weight: bold;
}
.panel.panel-default > .panel-heading h3 {
  font-weight: bold !important;
}
.panel.panel-default > .panel-footer {
  background-image: none;
  border-radius: 0;
  padding-bottom: 15px;
}
.panel-group {
  text-align: left;
  margin-top: 0;
}
.panel-group .panel-heading {
  padding: 0;
  background: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.panel-group .panel-heading .panel-title {
  position: relative;
}
.panel-group .panel-heading .panel-title a {
  display: block;
  width: 100%;
  padding: 17px 40px 17px 0;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}
.panel-group .panel-heading .panel-title a:hover {
  text-decoration: none;
}
.panel-group .panel-heading .panel-title a:after {
  content: "\f106";
  color: #e00025;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
}
.panel-group .panel-heading .panel-title a.collapsed:after {
  content: "\f107";
}
.panel-group .panel-body {
  text-align: left;
  padding-left: 0;
}
.panel-group .panel-body .AccordionPar h2 {
  font-size: 20px;
  padding-top: 0;
}
.panel-group .panel-body .AccordionPar img {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .panel-group .panel-body .AccordionPar img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 601px) {
  .panel-group .panel-body .AccordionPar .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.panel-group .panel-body .AccordionPar .container .row {
  margin: 0;
}
.panel-group .panel-body .AccordionPar .container .row div[class^="col"] {
  padding: 0;
}
.panel-group .panel-body .AccordionPar .container .id-bild-text .col-xxs-12 {
  padding-right: 10px !important;
  padding-bottom: 10px !important;
}
.panel-group .panel {
  border-right: none;
  border-left: none;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 0;
  border-top: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent !important;
}
.media .media-left,
.media .media-right {
  max-width: 50%;
}
ul.popover-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: 0;
  transform: translateY(-50%) translateX(-50%);
}
ul.popover-outer a i {
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .interactive-imagemap .imagemap-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .interactive-imagemap .imagemap-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .interactive-imagemap .imagemap-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.interactive-imagemap .imagemap-container.padding-top {
  padding-top: 75px;
}
.interactive-imagemap .imagemap-container.padding-bottom {
  padding-bottom: 75px;
}
.interactive-imagemap .imagemap-container .imagemap {
  position: relative;
  z-index: 1;
}
.interactive-imagemap .imagemap-container img {
  /*margin-left: auto; margin-right: auto;*/
  width: 100%;
}
.interactive-imagemap div.popover-outer {
  position: absolute;
  padding: 0;
  margin: 0;
}
.interactive-imagemap div.popover-outer a i {
  color: #000000;
}
@media screen and (min-width: 1024px) {
  .interactive-imagemap div.popover-outer .dropdown.open .marker,
  .interactive-imagemap div.popover-outer .dropup.open .marker {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .interactive-imagemap div.popover-outer .dropdown.open .marker,
  .interactive-imagemap div.popover-outer .dropup.open .marker {
    background-color: #BD0221;
  }
  .interactive-imagemap div.popover-outer .dropdown.open .marker .arrow.down,
  .interactive-imagemap div.popover-outer .dropup.open .marker .arrow.down {
    border-top: 13px solid #BD0221;
  }
  .interactive-imagemap div.popover-outer .dropdown.open .marker .arrow.left,
  .interactive-imagemap div.popover-outer .dropup.open .marker .arrow.left {
    border-right: 13px solid #BD0221;
  }
  .interactive-imagemap div.popover-outer .dropdown.open .marker .arrow.right,
  .interactive-imagemap div.popover-outer .dropup.open .marker .arrow.right {
    border-left: 13px solid #BD0221;
  }
  .interactive-imagemap div.popover-outer .dropdown.open .marker .arrow.up,
  .interactive-imagemap div.popover-outer .dropup.open .marker .arrow.up {
    border-bottom: 13px solid #BD0221;
  }
}
.interactive-imagemap div.popover-outer .marker {
  background-color: #e00025;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 60px;
  margin: 0;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  transition: all ease-out 0.3s;
}
@media screen and (max-width: 600px) {
  .interactive-imagemap div.popover-outer .marker {
    transform: scale(0.75);
  }
}
@media screen and (max-width: 480px) {
  .interactive-imagemap div.popover-outer .marker {
    transform: scale(0.5);
  }
}
.interactive-imagemap div.popover-outer .marker:hover {
  background-color: #BD0221;
}
.interactive-imagemap div.popover-outer .marker:hover.bottom {
  top: 5px;
}
.interactive-imagemap div.popover-outer .marker:hover.top {
  top: -5px;
}
.interactive-imagemap div.popover-outer .marker:hover.left {
  left: -5px;
}
.interactive-imagemap div.popover-outer .marker:hover.right {
  left: 5px;
}
.interactive-imagemap div.popover-outer .marker:hover .arrow.down {
  border-top: 13px solid #BD0221;
}
.interactive-imagemap div.popover-outer .marker:hover .arrow.left {
  border-right: 13px solid #BD0221;
}
.interactive-imagemap div.popover-outer .marker:hover .arrow.right {
  border-left: 13px solid #BD0221;
}
.interactive-imagemap div.popover-outer .marker:hover .arrow.up {
  border-bottom: 13px solid #BD0221;
}
.interactive-imagemap div.popover-outer .marker .marker-content {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  position: absolute;
  font-size: 35px;
  font-weight: 600;
}
.interactive-imagemap div.popover-outer .marker .marker-content .svg-icon {
  padding-bottom: 6px;
  width: 40px;
  /*fill: #fff;*/
  /*filter: invert(100%) sepia(10%) saturate(0%) hue-rotate(277deg) brightness(106%) contrast(102%);*/
}
.interactive-imagemap div.popover-outer .marker .marker-content i {
  color: #fff;
  font-size: 35px;
}
.interactive-imagemap div.popover-outer .marker .arrow {
  width: 0;
  height: 0;
  position: absolute;
  transition: all ease-out 0.3s;
}
.interactive-imagemap div.popover-outer .marker .arrow.down {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 13px solid #e00025;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}
.interactive-imagemap div.popover-outer .marker .arrow.left {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 13px solid #e00025;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
}
.interactive-imagemap div.popover-outer .marker .arrow.right {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 13px solid #e00025;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
}
.interactive-imagemap div.popover-outer .marker .arrow.up {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 13px solid #e00025;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
}
.interactive-imagemap div.popover-outer .dropdown-menu {
  z-index: 999;
  transform: none;
  left: inherit;
  right: inherit;
  transform: translateX(-50%);
  border: solid 1px #e00025;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.16);
}
.interactive-imagemap div.popover-outer .dropdown-menu.top {
  left: 30px;
  bottom: -60px;
}
.interactive-imagemap div.popover-outer .dropdown-menu.bottom {
  left: 30px;
}
.interactive-imagemap div.popover-outer .dropdown-menu.left {
  top: 30px;
  right: -60px;
  transform: translateY(-50%);
}
.interactive-imagemap div.popover-outer .dropdown-menu.right {
  top: 30px;
  transform: translateY(-50%);
}
.interactive-imagemap div.popover-outer .dropdown-menu .arrow {
  width: 0;
  height: 0;
  position: absolute;
}
.interactive-imagemap div.popover-outer .dropdown-menu .arrow.down {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 13px solid #e00025;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.interactive-imagemap div.popover-outer .dropdown-menu .arrow.left {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 13px solid #e00025;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
}
.interactive-imagemap div.popover-outer .dropdown-menu .arrow.right {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 13px solid #e00025;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}
.interactive-imagemap div.popover-outer .dropdown-menu .arrow.up {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 13px solid #e00025;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.interactive-imagemap div.popover-outer .dropdown-menu .overlay-content {
  width: 280px;
  padding: 15px 30px 30px 30px;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .interactive-imagemap div.popover-outer .dropdown-menu .overlay-content {
    padding: 5px 20px 20px 20px;
  }
}
.interactive-imagemap div.popover-outer .dropdown-menu .overlay-content h4 {
  font-size: 17px;
  font-family: Univers LT W01_65 Bold1475968;
}
.interactive-imagemap div.popover-outer .dropdown-menu button.close {
  opacity: 1;
  font-size: 17px;
  padding-right: 10px;
}
@media screen and (max-width: 1023px) {
  .interactive-imagemap div.popover-outer .dropdown-menu.top {
    transform: translate3d(-50%, 50%, 0);
  }
  .interactive-imagemap div.popover-outer .dropdown-menu.bottom {
    transform: translate3d(-50%, -50%, 0);
  }
  .interactive-imagemap div.popover-outer .dropdown-menu.left {
    right: initial;
    transform: translate3d(-50%, -50%, 0);
  }
  .interactive-imagemap div.popover-outer .dropdown-menu.right {
    transform: translate3d(-50%, -50%, 0);
  }
  .interactive-imagemap div.popover-outer .dropdown-menu .arrow {
    display: none;
  }
}
/*********************************************************/
/*                  Form Elements                        */
/*********************************************************/
.id-form form .id-bildtext .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mixin-btn-primary {
  background-color: #e00025;
  border-color: #e00025;
  color: #fff;
}
.mixin-btn-primary-hover {
  background-color: #BD0221;
  border-color: #BD0221;
  color: #fff;
  text-decoration: none !important;
}
.mixin-btn-secondary {
  background-color: #fff;
  border-color: #e00025;
  color: #e00025;
}
.mixin-btn-secondary-hover {
  background-color: #fff;
  border-color: #bd0221;
  color: #bd0221;
  text-decoration: none !important;
}
.mixin-btn-link {
  background-color: #fff;
  border-color: #505050;
  color: #505050;
}
.mixin-btn-link-hover {
  background-color: #fff;
  border-color: #000000;
  color: #000;
  text-decoration: none !important;
}
@media screen and (max-width: 480px) {
  .btn-group {
    width: 100%;
  }
}
.btn,
a.btn {
  border: 1px solid transparent;
  white-space: normal;
  min-height: 50px;
  transition: all ease-out 0.1s;
}
@media screen and (min-width: 1024px) {
  .btn,
  a.btn {
    padding: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .btn,
  a.btn {
    padding: 12px 30px;
  }
}
@media screen and (max-width: 480px) {
  .btn,
  a.btn {
    width: 100%;
  }
}
.btn.btn-primary,
a.btn.btn-primary {
  background-color: #e00025;
  border-color: #e00025;
  color: #fff;
}
.btn.btn-primary:hover,
a.btn.btn-primary:hover {
  background-color: #BD0221;
  border-color: #BD0221;
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-secondary,
a.btn.btn-secondary {
  background-color: #fff;
  border-color: #e00025;
  color: #e00025;
}
.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
  background-color: #fff;
  border-color: #bd0221;
  color: #bd0221;
  text-decoration: none !important;
}
.btn.btn-link,
a.btn.btn-link {
  background-color: #fff;
  border-color: #505050;
  color: #505050;
}
.btn.btn-link:hover,
a.btn.btn-link:hover {
  background-color: #fff;
  border-color: #000000;
  color: #000;
  text-decoration: none !important;
}
a.wrapper-link {
  display: inline-block;
  float: left;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
}
a.wrapper-link:hover {
  text-decoration: none;
  color: inherit;
}
a.wrapper-link:hover .btn-primary {
  background-color: #BD0221;
  border-color: #BD0221;
  color: #fff;
  text-decoration: none !important;
}
a.wrapper-link:hover .btn-secondary {
  background-color: #fff;
  border-color: #bd0221;
  color: #bd0221;
  text-decoration: none !important;
}
a.wrapper-link:hover .btn-link {
  background-color: #fff;
  border-color: #000000;
  color: #000;
  text-decoration: none !important;
}
.row.color-grey .btn.btn-secondary,
.row.color-grey a.btn.btn-secondary {
  background-color: transparent;
}
.row.color-grey .btn.btn-secondary:hover,
.row.color-grey a.btn.btn-secondary:hover {
  background-color: transparent;
}
.row.color-grey .btn.btn-link,
.row.color-grey a.btn.btn-link {
  background-color: transparent;
}
.row.color-grey .btn.btn-link:hover,
.row.color-grey a.btn.btn-link:hover {
  background-color: transparent;
}
.nav.navbar-nav.hotlink-nav a.btn {
  background-color: #e00025;
  border-color: #e00025;
  color: #fff;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1024px) {
  .nav.navbar-nav.hotlink-nav a.btn {
    min-height: 42px;
    padding-top: 9px;
  }
}
.nav.navbar-nav.hotlink-nav a.btn:hover {
  background-color: #BD0221;
  border-color: #BD0221;
  color: #fff;
  text-decoration: none !important;
}
.button-row .btn {
  margin: 20px 20px 20px 0;
}
@media screen and (max-width: 1023px) {
  .button-row .btn:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .button-row .btn {
    margin-right: 0;
  }
}
input[type="text"],
input[type="email"],
input[type="number"],
textarea,
.input-style {
  background-color: #efefeb;
  outline: none;
  box-shadow: none;
  border-image: none;
  border: 1px #e3e2da solid;
  height: 50px;
  padding-left: 20px;
  padding-top: 15px;
  float: left;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
.input-style:focus {
  outline: none;
  box-shadow: none;
  border-image: none;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.input-style::-webkit-input-placeholder {
  color: #505050;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder,
.input-style:-moz-placeholder {
  /* Firefox 18- */
  color: #505050;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder,
.input-style::-moz-placeholder {
  /* Firefox 19+ */
  color: #505050;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.input-style:-ms-input-placeholder {
  color: #505050;
}
textarea {
  resize: vertical;
}
.form-control {
  height: 50px;
}
a.input-style {
  margin-right: 10px;
  text-align: center;
  padding: 12px;
  font-size: 26px;
  margin-bottom: 10px;
}
a.input-style:hover,
a.input-style:focus {
  text-decoration: none;
}
a.input-style i.fa-crosshairs {
  display: block;
}
label.input-label > span:not(.outer-label) {
  position: absolute;
  left: 20px;
  top: 12px;
  z-index: 10;
  color: #505050;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1023px) {
  label.input-label > span:not(.outer-label) {
    left: 26px;
  }
}
label.input-label.labelfocus > span:not(.outer-label),
label.input-label.notempty > span:not(.outer-label),
label.input-label.datepicker > span:not(.outer-label),
label.input-label.selectlabel > span:not(.outer-label) {
  top: 3px;
  z-index: 10;
  font-size: 12px;
}
label.input-label .outer-label {
  float: left;
}
label {
  font-weight: normal;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
label.small-label {
  width: 80px;
}
label.small-label input {
  width: 100%;
}
.error-message {
  font-size: 13px;
}
.input-label.datepicker {
  padding: 0;
  border-radius: 0;
}
.input-label.datepicker .input-group-addon {
  left: inherit;
  right: 3px;
  font-size: 20px;
  color: #e00025;
  border: none;
  outline: none;
  background: none;
  width: 50px;
  padding: 13px;
  height: 50px;
  top: 0;
}
.form-group {
  float: left;
  width: 100%;
}
.form-group.bootstrap-columns label,
.form-group.bootstrap-columns select,
.form-group.bootstrap-columns textarea {
  width: 100%;
}
.form-group button.browse {
  white-space: nowrap;
}
.form-group .input-group.fileupload input.form-control {
  padding-top: 6px !important;
}
.form-group .input-group.fileupload .oc-fileuploader {
  visibility: hidden;
  position: absolute;
}
.form-group button.pull-right + button.pull-right {
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  .form-group button.pull-right + button.pull-right {
    margin-right: 0;
  }
}
.form-group .btn {
  margin-bottom: 10px;
}
/*********************************************************/
/*               Paragraphs / Rows                       */
/*********************************************************/
.id-zusammensetzung .thumbnail {
  border: none;
  height: 180px;
  text-align: center;
  margin-bottom: 0;
}
.id-zusammensetzung .thumbnail .graph {
  margin: 0 auto;
  width: 94px;
  height: 94px;
}
.id-zusammensetzung .caption {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.id-zusammensetzung .caption h4,
.id-zusammensetzung .caption h5 {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .id-zusammensetzung .percentage {
    white-space: normal;
    width: 100%;
    float: left;
  }
  .id-zusammensetzung .caption {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .id-zusammensetzung .composition .graph {
    width: 80px;
    height: 80px;
    float: none;
    margin: 0 auto;
  }
}
.id-zusammensetzung.waerme .thumbnail {
  height: initial;
}
.id-zusammensetzung.waerme .caption h5 {
  line-height: 1.2;
}
.composition .graph {
  width: 128px;
  height: 128px;
  background-image: url('../images/design/sgsw-onlinewelt/zusammensetzung-unbekannte-herkunft.svg');
}
.composition .graph.fossile-energie,
.component.fossile-energie .graph {
  background-image: url('../images/design/sgsw-onlinewelt/zusammensetzung-fossile-energie.svg');
}
.composition .graph.kehrichtverbrennung,
.component.kehrichtverbrennung .graph {
  background-image: url('../images/design/sgsw-onlinewelt/zusammensetzung-kehrichtverbrennung.svg');
}
.composition .graph.kernenergie,
.component.kernenergie .graph {
  background-image: url('../images/design/sgsw-onlinewelt/zusammensetzung-kernenergie.svg');
}
.composition .graph.solarenergie,
.component.solarenergie .graph {
  background-image: url('../images/design/sgsw-onlinewelt/zusammensetzung-solarenergie.svg');
}
.composition .graph.wasserkraft,
.component.wasserkraft .graph {
  background-image: url('../images/design/sgsw-onlinewelt/zusammensetzung-wasserkraft.svg');
}
.composition .graph.windenergie,
.component.windenergie .graph {
  background-image: url('../images/design/sgsw-onlinewelt/zusammensetzung-windenergie.svg');
}
.composition .graph.waermekraftkopplung,
.component.waermekraftkopplung .graph {
  background-image: url('../images/design/sgsw-onlinewelt/zusammensetzung-waermekraftkopplung.svg');
}
.composition .graph.unbekannte-herkunft,
.component.unbekannte-herkunft .graph {
  background-image: url('../images/design/sgsw-onlinewelt/zusammensetzung-unbekannte-herkunft.svg');
}
.composition .graph.heizkesselBiogasCH,
.component.heizkesselBiogasCH .graph {
  background-image: url('../images/design/sgsw-onlinewelt/waerme-zusammensetzung_heizkessel-ch-gase.svg');
}
.composition .graph.heizkesselBiogasEU,
.component.heizkesselBiogasEU .graph {
  background-image: url('../images/design/sgsw-onlinewelt/waerme-zusammensetzung_heizkessel-eu-gase.svg');
}
.composition .graph.heizkesselErdgas,
.component.heizkesselErdgas .graph {
  background-image: url('../images/design/sgsw-onlinewelt/waerme-zusammensetzung_heizkessel-fossil.svg');
}
.composition .graph.kehrichtheizkraftwerk,
.component.kehrichtheizkraftwerk .graph {
  background-image: url('../images/design/sgsw-onlinewelt/waerme-zusammensetzung_kericht.svg');
}
.composition .graph.blockheizkraftwerkBiogas,
.component.blockheizkraftwerkBiogas .graph {
  background-image: url('../images/design/sgsw-onlinewelt/waerme-zusammensetzung_kraftwerk-eu-gase.svg');
}
.composition .graph.blockheizkraftwerkErdgas,
.component.blockheizkraftwerkErdgas .graph {
  background-image: url('../images/design/sgsw-onlinewelt/waerme-zusammensetzung_kraftwerk-fossil.svg');
}
.composition .graph.erdgas,
.component.erdgas .graph {
  background-image: url('../images/design/sgsw-onlinewelt/sgsw_produkt-piktos_rgb_erdgas.svg');
}
.composition .graph.biogas,
.component.biogas .graph {
  background-image: url('../images/design/sgsw-onlinewelt/sgsw_produkt-piktos_rgb_biogas.svg');
}
.id-preisuebersicht,
.id-preisrechner {
  /*hide the outline behind the border*/
}
.id-preisuebersicht .preisrechner,
.id-preisrechner .preisrechner {
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisrechner .nav-tabs li a,
  .id-preisrechner .preisrechner .nav-tabs li a {
    font-size: 15px;
    padding: 10px 10px;
    max-width: 200px;
    height: 65px;
  }
}
@media screen and (max-width: 480px) {
  .id-preisuebersicht .preisrechner .nav-tabs li a,
  .id-preisrechner .preisrechner .nav-tabs li a {
    font-size: 13px;
    padding: 5px 5px;
    max-width: 160px;
    height: 50px;
  }
}
.id-preisuebersicht .preisuebersicht,
.id-preisrechner .preisuebersicht {
  padding: 20px;
  background: #fff;
}
.id-preisuebersicht .preisuebersicht h3,
.id-preisrechner .preisuebersicht h3 {
  margin-top: 0;
}
.id-preisuebersicht .preisuebersicht .preisuebersicht-tabs,
.id-preisrechner .preisuebersicht .preisuebersicht-tabs {
  padding-top: 10px;
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .id-preisuebersicht .preisuebersicht .leftrightoffset .swipe-wrapper.shadow-left:before,
  .id-preisrechner .preisuebersicht .leftrightoffset .swipe-wrapper.shadow-left:before {
    left: 189px;
    z-index: 1;
    height: calc(100% - 120px);
  }
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisuebersicht .leftrightoffset .swipe-wrapper.shadow-left:before,
  .id-preisrechner .preisuebersicht .leftrightoffset .swipe-wrapper.shadow-left:before {
    left: 139px;
  }
}
.id-preisuebersicht .preisuebersicht .leftrightoffset .swipe-wrapper.shadow-right:after,
.id-preisrechner .preisuebersicht .leftrightoffset .swipe-wrapper.shadow-right:after {
  height: calc(100% - 120px);
}
.id-preisuebersicht .preisuebersicht .preis-table,
.id-preisrechner .preisuebersicht .preis-table {
  width: 900px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .id-preisuebersicht .preisuebersicht .preis-table,
  .id-preisrechner .preisuebersicht .preis-table {
    width: 100%;
    overflow-x: scroll;
    padding-top: 10px;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .col .td,
.id-preisrechner .preisuebersicht .preis-table .col .td {
  padding: 10px 15px;
}
@media screen and (max-width: 991px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col .td,
  .id-preisrechner .preisuebersicht .preis-table .col .td {
    padding: 10px;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .col .td.dropdown-titlerow,
.id-preisrechner .preisuebersicht .preis-table .col .td.dropdown-titlerow,
.id-preisuebersicht .preisuebersicht .preis-table .col .td.tarif-titlerow,
.id-preisrechner .preisuebersicht .preis-table .col .td.tarif-titlerow,
.id-preisuebersicht .preisuebersicht .preis-table .col .td.rowtitle,
.id-preisrechner .preisuebersicht .preis-table .col .td.rowtitle,
.id-preisuebersicht .preisuebersicht .preis-table .col .td.component:not(.multiline),
.id-preisrechner .preisuebersicht .preis-table .col .td.component:not(.multiline) {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  height: 51px;
}
@media screen and (max-width: 991px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col .td.dropdown-titlerow,
  .id-preisrechner .preisuebersicht .preis-table .col .td.dropdown-titlerow,
  .id-preisuebersicht .preisuebersicht .preis-table .col .td.tarif-titlerow,
  .id-preisrechner .preisuebersicht .preis-table .col .td.tarif-titlerow,
  .id-preisuebersicht .preisuebersicht .preis-table .col .td.rowtitle,
  .id-preisrechner .preisuebersicht .preis-table .col .td.rowtitle,
  .id-preisuebersicht .preisuebersicht .preis-table .col .td.component:not(.multiline),
  .id-preisrechner .preisuebersicht .preis-table .col .td.component:not(.multiline) {
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col .td.dropdown-titlerow,
  .id-preisrechner .preisuebersicht .preis-table .col .td.dropdown-titlerow,
  .id-preisuebersicht .preisuebersicht .preis-table .col .td.tarif-titlerow,
  .id-preisrechner .preisuebersicht .preis-table .col .td.tarif-titlerow,
  .id-preisuebersicht .preisuebersicht .preis-table .col .td.rowtitle,
  .id-preisrechner .preisuebersicht .preis-table .col .td.rowtitle,
  .id-preisuebersicht .preisuebersicht .preis-table .col .td.component:not(.multiline),
  .id-preisrechner .preisuebersicht .preis-table .col .td.component:not(.multiline) {
    height: 40px;
    min-height: 40px;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .col .td.vert-cent-2line,
.id-preisrechner .preisuebersicht .preis-table .col .td.vert-cent-2line {
  height: 60px;
  white-space: break-spaces;
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col .td.vert-cent-2line,
  .id-preisrechner .preisuebersicht .preis-table .col .td.vert-cent-2line {
    height: 51px;
    min-height: 51px;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .col:not(.row-legend),
.id-preisrechner .preisuebersicht .preis-table .col:not(.row-legend) {
  width: 173px;
}
@media screen and (max-width: 991px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col:not(.row-legend),
  .id-preisrechner .preisuebersicht .preis-table .col:not(.row-legend) {
    width: 168px;
  }
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col:not(.row-legend),
  .id-preisrechner .preisuebersicht .preis-table .col:not(.row-legend) {
    overflow-y: clip;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .col:not(.row-legend).gas,
.id-preisrechner .preisuebersicht .preis-table .col:not(.row-legend).gas {
  width: 162px;
}
@media screen and (max-width: 991px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col:not(.row-legend).gas,
  .id-preisrechner .preisuebersicht .preis-table .col:not(.row-legend).gas {
    width: 170px;
  }
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col:not(.row-legend).gas,
  .id-preisrechner .preisuebersicht .preis-table .col:not(.row-legend).gas {
    width: 157px;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .col:not(.row-legend).gas img,
.id-preisrechner .preisuebersicht .preis-table .col:not(.row-legend).gas img {
  padding: 0;
}
.id-preisuebersicht .preisuebersicht .preis-table .col:not(.row-legend).waerme img,
.id-preisrechner .preisuebersicht .preis-table .col:not(.row-legend).waerme img {
  padding: 5px;
}
.id-preisuebersicht .preisuebersicht .preis-table .col:not(.row-legend) .td,
.id-preisrechner .preisuebersicht .preis-table .col:not(.row-legend) .td {
  justify-content: center;
}
.id-preisuebersicht .preisuebersicht .preis-table .col:not(.row-legend) .td.component,
.id-preisrechner .preisuebersicht .preis-table .col:not(.row-legend) .td.component {
  justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col:not(.row-legend) .td.component,
  .id-preisrechner .preisuebersicht .preis-table .col:not(.row-legend) .td.component {
    padding: 0 30px !important;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .col:not(.row-legend) .td.component .percentage,
.id-preisrechner .preisuebersicht .preis-table .col:not(.row-legend) .td.component .percentage {
  padding: 0;
}
.id-preisuebersicht .preisuebersicht .preis-table .col:not(.row-legend) .td.component .graph,
.id-preisrechner .preisuebersicht .preis-table .col:not(.row-legend) .td.component .graph {
  margin: 0;
}
.id-preisuebersicht .preisuebersicht .preis-table .col.row-legend,
.id-preisrechner .preisuebersicht .preis-table .col.row-legend {
  width: 200px;
}
@media screen and (min-width: 1024px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col.row-legend,
  .id-preisrechner .preisuebersicht .preis-table .col.row-legend {
    z-index: 99;
  }
}
@media screen and (max-width: 991px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col.row-legend,
  .id-preisrechner .preisuebersicht .preis-table .col.row-legend {
    z-index: 1;
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col.row-legend,
  .id-preisrechner .preisuebersicht .preis-table .col.row-legend {
    width: 130px;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .col.row-legend.gas,
.id-preisrechner .preisuebersicht .preis-table .col.row-legend.gas {
  width: 240px;
}
@media screen and (max-width: 991px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col.row-legend.gas,
  .id-preisrechner .preisuebersicht .preis-table .col.row-legend.gas {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col.row-legend.gas,
  .id-preisrechner .preisuebersicht .preis-table .col.row-legend.gas {
    width: 130px;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .col.row-legend .td,
.id-preisrechner .preisuebersicht .preis-table .col.row-legend .td {
  text-align: left;
  white-space: break-spaces;
}
.id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow,
.id-preisrechner .preisuebersicht .preis-table .col .product-titlerow {
  height: 295px;
  text-align: center;
  padding: 5px 10px !important;
  background: #fff;
  border-right: solid #d8d5c5 1px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow,
  .id-preisrechner .preisuebersicht .preis-table .col .product-titlerow {
    z-index: 0;
  }
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow,
  .id-preisrechner .preisuebersicht .preis-table .col .product-titlerow {
    height: 275px;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow img,
.id-preisrechner .preisuebersicht .preis-table .col .product-titlerow img {
  padding: 10px;
}
.id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .statusbar,
.id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .statusbar {
  text-align: left;
  padding-top: 5px;
}
.id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .statusbar progress,
.id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .statusbar progress {
  width: 100%;
  height: 18px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .statusbar progress::-webkit-progress-bar,
.id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .statusbar progress::-webkit-progress-bar {
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 2px, #DCD8D0 2px, #DCD8D0 4px);
  background-color: #DCD8D0;
  border-radius: 0;
  border: none;
  overflow: hidden;
}
.id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .statusbar progress::-webkit-progress-value,
.id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .statusbar progress::-webkit-progress-value {
  background-color: #ADAA9F;
  border-radius: 0;
  border: none;
}
.id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .statusbar progress::-moz-progress-bar,
.id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .statusbar progress::-moz-progress-bar {
  background-color: #ADAA9F;
  border-radius: 0;
  border: none;
}
.id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .statusbar progress[value]::-moz-progress-bar,
.id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .statusbar progress[value]::-moz-progress-bar {
  background-color: #ADAA9F;
  border-radius: 0;
  border: none;
}
.id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .statusbar progress[value],
.id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .statusbar progress[value] {
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 2px, #DCD8D0 2px, #DCD8D0 4px);
  background-color: #DCD8D0;
  border-radius: 0;
  border: none;
  overflow: hidden;
}
.id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .statusbar .popover-outer,
.id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .statusbar .popover-outer {
  position: initial;
  float: right;
  transform: none;
}
.id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .statusbar .popover-outer .modal-toggle,
.id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .statusbar .popover-outer .modal-toggle {
  float: right;
  color: #000;
  padding-top: 1px;
}
.id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .statusbar .popover-outer .modal-toggle .fa-info,
.id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .statusbar .popover-outer .modal-toggle .fa-info {
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: solid #000000 1px;
  font-size: 12px;
  padding-top: 2px;
  text-align: center;
  float: left;
}
.id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .statusbar .legend,
.id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .statusbar .legend {
  display: block;
  margin-top: -1px;
  width: calc(100% - 30px);
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .statusbar .legend,
  .id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .statusbar .legend {
    font-size: 12px;
    margin-top: 1px;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .costs,
.id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .costs {
  text-align: center;
  padding: 15px 0;
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .costs,
  .id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .costs {
    padding: 10px 0;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .costs .value,
.id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .costs .value {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .costs .value,
  .id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .costs .value {
    font-size: 30px;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .costs .legend,
.id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .costs .legend {
  display: block;
  margin-top: 2px;
}
.id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .btn,
.id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .btn {
  float: left;
  clear: both;
  min-height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .btn,
  .id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .btn {
    padding-left: 0;
    padding-right: 0;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .col .product-titlerow .btn + .btn,
.id-preisrechner .preisuebersicht .preis-table .col .product-titlerow .btn + .btn {
  margin-top: 5px;
}
.id-preisuebersicht .preisuebersicht .preis-table .col .tarif-titlerow,
.id-preisrechner .preisuebersicht .preis-table .col .tarif-titlerow {
  z-index: 0;
}
.id-preisuebersicht .preisuebersicht .preis-table .col .dropdown-titlerow,
.id-preisrechner .preisuebersicht .preis-table .col .dropdown-titlerow {
  z-index: 1;
}
.id-preisuebersicht .preisuebersicht .preis-table .col.product.kernstrom-mix,
.id-preisrechner .preisuebersicht .preis-table .col.product.kernstrom-mix {
  margin-left: 8px;
}
.id-preisuebersicht .preisuebersicht .preis-table.hide-costs .col .product-titlerow,
.id-preisrechner .preisuebersicht .preis-table.hide-costs .col .product-titlerow {
  height: 227px;
}
.id-preisuebersicht .preisuebersicht .preis-table.hide-costs .col .product-titlerow .statusbar,
.id-preisrechner .preisuebersicht .preis-table.hide-costs .col .product-titlerow .statusbar {
  padding-bottom: 20px;
}
.id-preisuebersicht .preisuebersicht .preis-table .modal-dialog .overlay-content,
.id-preisrechner .preisuebersicht .preis-table .modal-dialog .overlay-content {
  width: 500px;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .id-preisuebersicht .preisuebersicht .preis-table .modal-dialog .overlay-content,
  .id-preisrechner .preisuebersicht .preis-table .modal-dialog .overlay-content {
    width: 100%;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .modal-dialog .overlay-content h5,
.id-preisrechner .preisuebersicht .preis-table .modal-dialog .overlay-content h5 {
  padding-top: 0;
}
.id-preisuebersicht .preisuebersicht .preis-table .modal-dialog .overlay-content .composition-thumbs,
.id-preisrechner .preisuebersicht .preis-table .modal-dialog .overlay-content .composition-thumbs {
  display: flex;
  flex-flow: row wrap;
}
.id-preisuebersicht .preisuebersicht .preis-table .modal-dialog .overlay-content .composition-thumbs .composition,
.id-preisrechner .preisuebersicht .preis-table .modal-dialog .overlay-content .composition-thumbs .composition {
  width: calc(100% / 3);
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .id-preisuebersicht .preisuebersicht .preis-table .modal-dialog .overlay-content .composition-thumbs .composition,
  .id-preisrechner .preisuebersicht .preis-table .modal-dialog .overlay-content .composition-thumbs .composition {
    width: calc(100% / 2);
    padding: 5px 10px;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .modal-dialog .overlay-content .composition-thumbs .composition .graph,
.id-preisrechner .preisuebersicht .preis-table .modal-dialog .overlay-content .composition-thumbs .composition .graph {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisuebersicht .preis-table .modal-dialog .overlay-content .composition-thumbs .composition .graph,
  .id-preisrechner .preisuebersicht .preis-table .modal-dialog .overlay-content .composition-thumbs .composition .graph {
    width: 60px;
    height: 60px;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .modal-dialog .overlay-content .composition-thumbs .composition .percentage,
.id-preisrechner .preisuebersicht .preis-table .modal-dialog .overlay-content .composition-thumbs .composition .percentage {
  display: block;
  font-size: 17px;
}
@media screen and (max-width: 1023px) {
  .id-preisuebersicht .preisuebersicht .preis-table .modal-dialog .overlay-content .composition-thumbs .composition .percentage,
  .id-preisrechner .preisuebersicht .preis-table .modal-dialog .overlay-content .composition-thumbs .composition .percentage {
    font-size: 15px;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .modal-dialog .overlay-content .composition-thumbs .composition .component,
.id-preisrechner .preisuebersicht .preis-table .modal-dialog .overlay-content .composition-thumbs .composition .component {
  font-size: 17px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 1023px) {
  .id-preisuebersicht .preisuebersicht .preis-table .modal-dialog .overlay-content .composition-thumbs .composition .component,
  .id-preisrechner .preisuebersicht .preis-table .modal-dialog .overlay-content .composition-thumbs .composition .component {
    font-size: 15px;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .kostenbeispiel-dtm,
.id-preisrechner .preisuebersicht .preis-table .kostenbeispiel-dtm {
  width: 380px;
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisuebersicht .preis-table .kostenbeispiel-dtm,
  .id-preisrechner .preisuebersicht .preis-table .kostenbeispiel-dtm {
    width: 250px;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .first-col,
.id-preisrechner .preisuebersicht .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .first-col {
  width: 60%;
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisuebersicht .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .first-col,
  .id-preisrechner .preisuebersicht .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .first-col {
    width: 55%;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .data-col,
.id-preisrechner .preisuebersicht .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .data-col {
  width: 40%;
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisuebersicht .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .data-col,
  .id-preisrechner .preisuebersicht .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .data-col {
    width: 45%;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .data-col .top-description,
.id-preisrechner .preisuebersicht .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .data-col .top-description {
  text-align: right;
}
.id-preisuebersicht .preisuebersicht .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .data-col .legend-cell,
.id-preisrechner .preisuebersicht .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .data-col .legend-cell {
  text-align: right;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .id-preisuebersicht .preisuebersicht .preis-table .swipe-wrapper,
  .id-preisrechner .preisuebersicht .preis-table .swipe-wrapper {
    width: 690px;
    margin-left: 180px;
  }
  .id-preisuebersicht .preisuebersicht .preis-table .swiper.swipe-left,
  .id-preisrechner .preisuebersicht .preis-table .swiper.swipe-left {
    left: 190px;
  }
  .id-preisuebersicht .preisuebersicht .preis-table .swiper.swipe-right,
  .id-preisrechner .preisuebersicht .preis-table .swiper.swipe-right {
    right: 14px;
  }
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisuebersicht .preis-table .col .td.component span:not(:empty) + .graph,
  .id-preisrechner .preisuebersicht .preis-table .col .td.component span:not(:empty) + .graph {
    width: 35px;
    height: 35px;
  }
  .id-preisuebersicht .preisuebersicht .preis-table .swipe-wrapper,
  .id-preisrechner .preisuebersicht .preis-table .swipe-wrapper {
    margin-left: 130px;
    width: 640px;
  }
  .id-preisuebersicht .preisuebersicht .preis-table .col:not(.row-legend),
  .id-preisrechner .preisuebersicht .preis-table .col:not(.row-legend) {
    width: 157px;
  }
  .id-preisuebersicht .preisuebersicht .preis-table .td.component .percentage,
  .id-preisrechner .preisuebersicht .preis-table .td.component .percentage {
    padding-top: 0 !important;
    font-size: 12px;
  }
  .id-preisuebersicht .preisuebersicht .preis-table .td.component .graph,
  .id-preisrechner .preisuebersicht .preis-table .td.component .graph {
    margin-top: 10px !important;
  }
}
.id-preisuebersicht .preisuebersicht .preis-table.strom-preis-table:not(.gas).overflow-left:before,
.id-preisrechner .preisuebersicht .preis-table.strom-preis-table:not(.gas).overflow-left:before {
  content: "";
  position: absolute;
  top: 385px;
  left: 11px;
  height: 48px;
  background: #fff;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .id-preisuebersicht .preisuebersicht .preis-table.strom-preis-table:not(.gas).overflow-left:before,
  .id-preisrechner .preisuebersicht .preis-table.strom-preis-table:not(.gas).overflow-left:before {
    width: 175px;
  }
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .preisuebersicht .preis-table.strom-preis-table:not(.gas).overflow-left:before,
  .id-preisrechner .preisuebersicht .preis-table.strom-preis-table:not(.gas).overflow-left:before {
    width: 127px;
    top: 365px;
    height: 36px;
  }
}
.id-preisuebersicht .splitter,
.id-preisrechner .splitter {
  padding: 10px 0;
  text-align: center;
}
.id-preisuebersicht .nav-tabs.product-nav,
.id-preisrechner .nav-tabs.product-nav {
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .nav-tabs.product-nav,
  .id-preisrechner .nav-tabs.product-nav {
    padding-bottom: 40px;
  }
}
.id-preisuebersicht .nav-tabs.product-nav li a,
.id-preisrechner .nav-tabs.product-nav li a {
  padding: 10px 25px;
  border-left: none !important;
  border-right: 1px solid #e3e2da !important;
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .nav-tabs.product-nav li a,
  .id-preisrechner .nav-tabs.product-nav li a {
    padding: 6px 10px;
  }
}
.id-preisuebersicht .nav-tabs.product-nav li:first-child > a,
.id-preisrechner .nav-tabs.product-nav li:first-child > a {
  border-left: 1px solid #e3e2da !important;
}
.id-preisuebersicht .nav-tabs.product-nav li:last-child > a,
.id-preisrechner .nav-tabs.product-nav li:last-child > a {
  margin-left: 10px;
  border-left: 1px solid #e3e2da !important;
}
.id-preisuebersicht .nav-tabs.product-nav h3,
.id-preisrechner .nav-tabs.product-nav h3 {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht .nav-tabs.product-nav h3,
  .id-preisrechner .nav-tabs.product-nav h3 {
    font-size: 20px;
  }
}
.id-preisuebersicht .nav-tabs.product-nav > li.active > a.strom-basis,
.id-preisrechner .nav-tabs.product-nav > li.active > a.strom-basis {
  background-color: #00B0E6;
  border: 1px solid #00B0E6;
}
.id-preisuebersicht .nav-tabs.product-nav > li.active > a.strom-oeko,
.id-preisrechner .nav-tabs.product-nav > li.active > a.strom-oeko {
  background-color: #BBD142;
  border: 1px solid #BBD142;
}
.id-preisuebersicht .nav-tabs.product-nav > li.active > a.strom-oeko-plus,
.id-preisrechner .nav-tabs.product-nav > li.active > a.strom-oeko-plus {
  background-color: #3CA442;
  border: 1px solid #3CA442;
}
.id-preisuebersicht .nav-tabs.product-nav > li.active > a.kernstrom-mix,
.id-preisrechner .nav-tabs.product-nav > li.active > a.kernstrom-mix {
  background-color: #81807A;
  border: 1px solid #81807A;
}
.id-preisuebersicht .nav-tabs.product-nav > li.active > a h3,
.id-preisrechner .nav-tabs.product-nav > li.active > a h3 {
  color: #fff !important;
}
.id-preisuebersicht .year-selection,
.id-preisrechner .year-selection {
  display: flex;
  flex-flow: row;
  align-items: baseline;
}
.id-preisuebersicht .year-selection span,
.id-preisrechner .year-selection span {
  width: 80px;
}
.id-preisuebersicht .year-selection .year-dropdown,
.id-preisrechner .year-selection .year-dropdown {
  display: flex;
  justify-content: flex-start;
  width: 110px;
  float: left;
  cursor: pointer;
  background: #efefeb;
  padding: 0 15px;
}
.id-preisuebersicht .year-selection .year-dropdown .icon-open,
.id-preisrechner .year-selection .year-dropdown .icon-open {
  margin-left: 20px;
  color: #e00025;
  align-content: center;
}
.id-preisuebersicht .year-selection .year-dropdown .icon-close,
.id-preisrechner .year-selection .year-dropdown .icon-close {
  margin-left: 20px;
  display: none;
  color: #e00025;
  align-content: center;
}
.id-preisuebersicht .year-selection .year-dropdown.show-dropdown .icon-open,
.id-preisrechner .year-selection .year-dropdown.show-dropdown .icon-open {
  display: none;
}
.id-preisuebersicht .year-selection .year-dropdown.show-dropdown .icon-close,
.id-preisrechner .year-selection .year-dropdown.show-dropdown .icon-close {
  display: block;
}
.id-preisuebersicht .year-selection .year-dropdown .year-dropdown-list,
.id-preisrechner .year-selection .year-dropdown .year-dropdown-list {
  position: absolute;
  margin-top: 46px;
  margin-left: -15px;
  width: 160px;
  background-color: #fff;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
  display: block;
  padding: 0;
  z-index: 999;
}
.id-preisuebersicht .year-selection .year-dropdown .year-dropdown-list li,
.id-preisrechner .year-selection .year-dropdown .year-dropdown-list li {
  padding: 10px;
  border-top: 1px solid #EFEFEB;
}
.id-preisuebersicht .year-selection .year-dropdown .year-dropdown-list li a,
.id-preisrechner .year-selection .year-dropdown .year-dropdown-list li a {
  color: #000;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}
.id-preisuebersicht .year-selection .year-dropdown .year-dropdown-list li.active,
.id-preisrechner .year-selection .year-dropdown .year-dropdown-list li.active {
  background-color: #505050;
}
.id-preisuebersicht .year-selection .year-dropdown .year-dropdown-list li.active a,
.id-preisrechner .year-selection .year-dropdown .year-dropdown-list li.active a {
  color: #fff;
}
.id-preisuebersicht .year-selection .year-dropdown .year-dropdown-list li:hover,
.id-preisrechner .year-selection .year-dropdown .year-dropdown-list li:hover {
  background-color: #EFEFEB;
}
.id-preisuebersicht .year-selection .year-dropdown .year-dropdown-list li:hover.active,
.id-preisrechner .year-selection .year-dropdown .year-dropdown-list li:hover.active {
  background-color: #505050;
}
.id-preisuebersicht .year-selection .year-dropdown .year-dropdown-list li.link i,
.id-preisrechner .year-selection .year-dropdown .year-dropdown-list li.link i {
  padding-left: 15px;
}
.id-preisuebersicht #personen-slider,
.id-preisrechner #personen-slider {
  float: left;
  width: 80%;
}
.id-preisuebersicht #rangevalue-outer,
.id-preisrechner #rangevalue-outer {
  float: left;
  width: 20%;
  padding: 0 0 0 10px;
}
.id-preisuebersicht #rangevalue-outer output,
.id-preisrechner #rangevalue-outer output {
  border: solid #e3e2da 1px;
  background: #efefeb;
  text-align: center;
  float: right;
  padding: 6px 15px;
}
.id-preisuebersicht input[type=range],
.id-preisrechner input[type=range] {
  -webkit-appearance: none;
  cursor: pointer;
  padding-bottom: 0;
  padding-top: 0;
}
.id-preisuebersicht #personenscale,
.id-preisrechner #personenscale {
  display: block;
  float: left;
  width: 100%;
  padding-left: 10px;
  font-size: 9px;
}
.id-preisuebersicht #personenscale div,
.id-preisrechner #personenscale div {
  float: left;
  display: inline-block;
  padding: 0;
  width: calc((100% / 5) - 3px);
  border-left: solid 2px #efefeb;
  margin: 0;
  color: transparent;
}
.id-preisuebersicht #personenscale div:nth-child(6),
.id-preisrechner #personenscale div:nth-child(6) {
  width: 1px;
}
@media screen and (max-width: 991px) {
  .id-preisuebersicht .personen-slider-text,
  .id-preisrechner .personen-slider-text {
    padding-top: 10px;
  }
}
.id-preisuebersicht input[type=range]::-webkit-slider-runnable-track,
.id-preisrechner input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  background: #efefeb;
  border: none;
  border-radius: 10px;
  margin: 10px 0;
}
.id-preisuebersicht input[type=range]::-webkit-slider-thumb,
.id-preisrechner input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #fff;
  margin-top: -8px;
  border: solid #e00025 3px;
}
.id-preisuebersicht input[type=range]:focus,
.id-preisrechner input[type=range]:focus {
  outline: none;
}
.id-preisuebersicht input[type=range]:focus::-webkit-slider-runnable-track,
.id-preisrechner input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
.id-preisuebersicht input[type=range]::-moz-range-track,
.id-preisrechner input[type=range]::-moz-range-track {
  width: 100%;
  height: 12px;
  background: #efefeb;
  border: none;
  border-radius: 10px;
}
.id-preisuebersicht input[type=range]::-moz-range-thumb,
.id-preisrechner input[type=range]::-moz-range-thumb {
  border: none;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #fff;
  border: solid 3px #e00025;
}
.id-preisuebersicht input[type=range]:-moz-focusring,
.id-preisrechner input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
.id-preisuebersicht input[type=range]:focus::-moz-range-track,
.id-preisrechner input[type=range]:focus::-moz-range-track {
  background: #ccc;
}
.id-preisuebersicht input[type=range]::-ms-track,
.id-preisrechner input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  padding: 10px 0;
  /* remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /* leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /* remove default tick marks */
  color: transparent;
}
.id-preisuebersicht input[type=range]::-ms-fill-lower,
.id-preisrechner input[type=range]::-ms-fill-lower {
  background: #e00025;
  border-radius: 10px;
}
.id-preisuebersicht input[type=range]::-ms-fill-upper,
.id-preisrechner input[type=range]::-ms-fill-upper {
  background: #efefeb;
  border-radius: 10px;
}
.id-preisuebersicht input[type=range]::-ms-thumb,
.id-preisrechner input[type=range]::-ms-thumb {
  border: none;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #fff;
  border: solid 3px #e00025;
}
.id-preisuebersicht input[type=range]:focus::-ms-fill-lower,
.id-preisrechner input[type=range]:focus::-ms-fill-lower {
  background: #e00025;
}
.id-preisuebersicht input[type=range]:focus::-ms-fill-upper,
.id-preisrechner input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}
.id-preisuebersicht label,
.id-preisrechner label {
  display: inline-block;
  float: left;
  width: 50%;
}
.id-preisuebersicht label input,
.id-preisrechner label input {
  width: 70px;
  height: 40px;
  padding: 10px;
  text-align: center;
}
.id-preisuebersicht label .outer-label,
.id-preisrechner label .outer-label {
  padding-top: 10px;
}
.id-preisuebersicht label .outer-label.left-outer-label,
.id-preisrechner label .outer-label.left-outer-label {
  padding-right: 10px;
}
.id-preisuebersicht label .outer-label.right-outer-label,
.id-preisrechner label .outer-label.right-outer-label {
  padding-left: 10px;
}
.id-preisuebersicht #accordion-calc,
.id-preisrechner #accordion-calc {
  margin-bottom: 0;
}
.id-preisuebersicht #accordion-calc .panel-default,
.id-preisrechner #accordion-calc .panel-default {
  border: none;
}
.id-preisuebersicht #accordion-calc .panel-default .panel-heading,
.id-preisrechner #accordion-calc .panel-default .panel-heading {
  border: none;
}
.id-preisuebersicht #accordion-calc .panel-default .panel-heading .panel-title a:after,
.id-preisrechner #accordion-calc .panel-default .panel-heading .panel-title a:after {
  position: relative;
  right: -15px;
}
.id-preisuebersicht #accordion-calc .panel-default .panel-heading .panel-title a.collapsed:after,
.id-preisrechner #accordion-calc .panel-default .panel-heading .panel-title a.collapsed:after {
  position: relative;
  right: -15px;
}
.id-preisuebersicht #collapse-calc .panel-body,
.id-preisrechner #collapse-calc .panel-body,
.id-preisuebersicht .tab-pane .panel-body,
.id-preisrechner .tab-pane .panel-body {
  padding-bottom: 0;
}
.id-preisuebersicht #collapse-calc .fullwidth label,
.id-preisrechner #collapse-calc .fullwidth label,
.id-preisuebersicht .tab-pane .fullwidth label,
.id-preisrechner .tab-pane .fullwidth label {
  width: 100%;
}
.id-preisuebersicht #collapse-calc label,
.id-preisrechner #collapse-calc label,
.id-preisuebersicht .tab-pane label,
.id-preisrechner .tab-pane label {
  width: 200px;
}
.id-preisuebersicht #collapse-calc label[for="hochtarif"],
.id-preisrechner #collapse-calc label[for="hochtarif"],
.id-preisuebersicht .tab-pane label[for="hochtarif"],
.id-preisrechner .tab-pane label[for="hochtarif"],
.id-preisuebersicht #collapse-calc label[for="niedertarif"],
.id-preisrechner #collapse-calc label[for="niedertarif"],
.id-preisuebersicht .tab-pane label[for="niedertarif"],
.id-preisrechner .tab-pane label[for="niedertarif"] {
  margin-right: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .id-preisuebersicht #collapse-calc label[for="hochtarif"],
  .id-preisrechner #collapse-calc label[for="hochtarif"],
  .id-preisuebersicht .tab-pane label[for="hochtarif"],
  .id-preisrechner .tab-pane label[for="hochtarif"],
  .id-preisuebersicht #collapse-calc label[for="niedertarif"],
  .id-preisrechner #collapse-calc label[for="niedertarif"],
  .id-preisuebersicht .tab-pane label[for="niedertarif"],
  .id-preisrechner .tab-pane label[for="niedertarif"] {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .id-preisuebersicht #collapse-calc label[for="hochtarif"],
  .id-preisrechner #collapse-calc label[for="hochtarif"],
  .id-preisuebersicht .tab-pane label[for="hochtarif"],
  .id-preisrechner .tab-pane label[for="hochtarif"],
  .id-preisuebersicht #collapse-calc label[for="niedertarif"],
  .id-preisrechner #collapse-calc label[for="niedertarif"],
  .id-preisuebersicht .tab-pane label[for="niedertarif"],
  .id-preisrechner .tab-pane label[for="niedertarif"] {
    width: 200px;
  }
  .id-preisuebersicht #collapse-calc label[for="hochtarif"] .outer-label.left-outer-label,
  .id-preisrechner #collapse-calc label[for="hochtarif"] .outer-label.left-outer-label,
  .id-preisuebersicht .tab-pane label[for="hochtarif"] .outer-label.left-outer-label,
  .id-preisrechner .tab-pane label[for="hochtarif"] .outer-label.left-outer-label,
  .id-preisuebersicht #collapse-calc label[for="niedertarif"] .outer-label.left-outer-label,
  .id-preisrechner #collapse-calc label[for="niedertarif"] .outer-label.left-outer-label,
  .id-preisuebersicht .tab-pane label[for="niedertarif"] .outer-label.left-outer-label,
  .id-preisrechner .tab-pane label[for="niedertarif"] .outer-label.left-outer-label {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht #collapse-calc label[for="hochtarif"],
  .id-preisrechner #collapse-calc label[for="hochtarif"],
  .id-preisuebersicht .tab-pane label[for="hochtarif"],
  .id-preisrechner .tab-pane label[for="hochtarif"],
  .id-preisuebersicht #collapse-calc label[for="niedertarif"],
  .id-preisrechner #collapse-calc label[for="niedertarif"],
  .id-preisuebersicht .tab-pane label[for="niedertarif"],
  .id-preisrechner .tab-pane label[for="niedertarif"] {
    width: 180px;
  }
  .id-preisuebersicht #collapse-calc label[for="hochtarif"] .outer-label.left-outer-label,
  .id-preisrechner #collapse-calc label[for="hochtarif"] .outer-label.left-outer-label,
  .id-preisuebersicht .tab-pane label[for="hochtarif"] .outer-label.left-outer-label,
  .id-preisrechner .tab-pane label[for="hochtarif"] .outer-label.left-outer-label,
  .id-preisuebersicht #collapse-calc label[for="niedertarif"] .outer-label.left-outer-label,
  .id-preisrechner #collapse-calc label[for="niedertarif"] .outer-label.left-outer-label,
  .id-preisuebersicht .tab-pane label[for="niedertarif"] .outer-label.left-outer-label,
  .id-preisrechner .tab-pane label[for="niedertarif"] .outer-label.left-outer-label {
    width: 180px;
  }
}
.id-preisuebersicht #collapse-calc label input,
.id-preisrechner #collapse-calc label input,
.id-preisuebersicht .tab-pane label input,
.id-preisrechner .tab-pane label input {
  width: 200px;
  height: 50px;
  padding-left: 20px;
  padding-top: 15px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .id-preisuebersicht #collapse-calc label input,
  .id-preisrechner #collapse-calc label input,
  .id-preisuebersicht .tab-pane label input,
  .id-preisrechner .tab-pane label input {
    width: 180px !important;
  }
}
.id-preisuebersicht #collapse-calc .form-group,
.id-preisrechner #collapse-calc .form-group,
.id-preisuebersicht .tab-pane .form-group,
.id-preisrechner .tab-pane .form-group {
  margin-bottom: 0;
}
.id-preisuebersicht .id-stromverkauf-tabs,
.id-preisrechner .id-stromverkauf-tabs {
  padding-top: 30px;
}
.id-preisrechner label {
  width: 100%;
}
.id-preisrechner label[for="hochtarif"],
.id-preisrechner label[for="niedertarif"] {
  margin-right: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .id-preisrechner label[for="hochtarif"],
  .id-preisrechner label[for="niedertarif"] {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .id-preisrechner label[for="hochtarif"],
  .id-preisrechner label[for="niedertarif"] {
    width: 100%;
  }
  .id-preisrechner label[for="hochtarif"] .outer-label.left-outer-label,
  .id-preisrechner label[for="niedertarif"] .outer-label.left-outer-label {
    width: 140px;
  }
}
.id-preisrechner .order-button {
  padding: 30px 0;
}
.speechbubble {
  position: relative;
  background: #fff;
  border: #e3e2da solid 4px;
  margin: 20px 20px 0 70px;
  padding: 30px 30px 20px 30px;
  width: calc(100% - 20px - 70px - 20px - 39px);
  float: left;
  min-height: 120px;
}
.speechbubble.standalone {
  margin: 0 20px 0 70px;
}
@media screen and (min-width: 768px) {
  .speechbubble.standalone .row {
    display: flex;
    flex-flow: row;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .speechbubble.standalone {
    padding: 30px;
    margin: 0 20px 0 50px;
  }
}
@media screen and (max-width: 600px) {
  .speechbubble.standalone {
    padding: 20px;
    width: calc(100% - 39px - 39px);
    margin: 0 20px 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .speechbubble.standalone {
    width: calc(100% - 39px);
    margin: 0 20px 0 30px;
  }
}
.speechbubble.standalone h2 {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.speechbubble.standalone p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .speechbubble {
    margin: 20px 10px 0 45px;
    width: calc(100% - 10px - 45px - 39px);
  }
}
@media screen and (max-width: 480px) {
  .speechbubble {
    margin: 0 0 0 35px;
    padding: 20px 10px 10px 10px;
    width: calc(100% - 39px);
  }
}
.speechbubble:before {
  /* Triangle: coloured frame */
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 0;
  height: 0;
  top: 30px;
  left: -39px;
  border-style: solid;
  border-width: 25px 24px 40px 15px;
  border-color: #e3e2da #e3e2da transparent transparent;
}
.speechbubble:after {
  /* Triangle: white inner surface */
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  top: 34px;
  left: -32px;
  border-style: solid;
  border-width: 25px 24px 40px 15px;
  border-color: #fff #fff transparent transparent;
}
.speechbubble h4 {
  margin-top: 0;
}
.speechbubble .bubble-button {
  margin-top: 5px;
}
.speechbubble .highlight {
  font-weight: bold;
  border-bottom: 4px solid #e00025;
}
.speechbubble.black {
  border-color: #000;
}
.speechbubble.black:before {
  border-color: #000 #000 transparent transparent;
}
.speechbubble.black .highlight {
  border-color: #000;
}
.speechbubble.grey {
  border-color: #e3e2da;
}
.speechbubble.grey:before {
  border-color: #e3e2da #e3e2da transparent transparent;
}
.speechbubble.grey .highlight {
  border-color: #e3e2da;
}
.speechbubble.red {
  border-color: #e00025;
}
.speechbubble.red:before {
  border-color: #e00025 #e00025 transparent transparent;
}
.speechbubble.red .highlight {
  border-color: #e00025;
}
.speechbubble.strom-basis {
  border-color: #01b0f9;
}
.speechbubble.strom-basis:before {
  border-color: #01b0f9 #01b0f9 transparent transparent;
}
.speechbubble.strom-basis .highlight {
  border-color: #01b0f9;
}
.speechbubble.strom-oeko {
  border-color: #d2e264;
}
.speechbubble.strom-oeko:before {
  border-color: #d2e264 #d2e264 transparent transparent;
}
.speechbubble.strom-oeko .highlight {
  border-color: #d2e264;
}
.speechbubble.strom-oeko-plus {
  border-color: #01bf33;
}
.speechbubble.strom-oeko-plus:before {
  border-color: #01bf33 #01bf33 transparent transparent;
}
.speechbubble.strom-oeko-plus .highlight {
  border-color: #01bf33;
}
.speechbubble.newsletter {
  display: flex;
  flex-flow: row;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .speechbubble.newsletter {
    padding: 30px;
    margin: 0 20px 0 50px;
  }
}
@media screen and (max-width: 600px) {
  .speechbubble.newsletter {
    padding: 20px;
    width: calc(100% - 39px - 39px);
    margin: 0 20px 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .speechbubble.newsletter {
    flex-flow: column;
    width: calc(100% - 39px);
    margin: 0 20px 0 30px;
  }
}
.speechbubble.newsletter .icon {
  width: 80px;
}
@media screen and (max-width: 600px) {
  .speechbubble.newsletter .icon {
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  .speechbubble.newsletter .icon {
    width: 100%;
  }
}
.speechbubble.newsletter .icon img {
  width: 80px;
}
@media screen and (max-width: 600px) {
  .speechbubble.newsletter .icon img {
    width: 50px;
  }
}
.speechbubble.newsletter .content {
  width: calc(100% - 80px);
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  .speechbubble.newsletter .content {
    width: calc(100% - 50px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .speechbubble.newsletter .content {
    width: 100%;
    padding-left: 0;
  }
}
.speechbubble.newsletter .content .introtext {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  padding-bottom: 20px;
  width: 80%;
}
@media screen and (max-width: 991px) {
  .speechbubble.newsletter .content .introtext {
    width: 100%;
  }
}
.speechbubble.newsletter .content label.email,
.speechbubble.newsletter .content input#email {
  width: 300px;
}
@media screen and (max-width: 991px) {
  .speechbubble.newsletter .content label.email,
  .speechbubble.newsletter .content input#email {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .speechbubble.newsletter .content a.btn {
    width: 100%;
  }
}
.speechbubble.newsletter .content .social-icons {
  float: left;
  padding-top: 30px;
}
.speechbubble.newsletter .content .social-icons .title {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.speechbubble.newsletter .content .social-icons ul.inline-list {
  padding-left: 0;
  margin-bottom: 0;
}
.speechbubble.newsletter .content .social-icons ul.inline-list li a {
  color: #000;
  padding: 0 10px;
}
.speechbubble.newsletter .content .social-icons ul.inline-list li a i {
  font-size: 25px;
}
.speechbubble.newsletter .content .social-icons ul.inline-list li:first-child a {
  padding: 0;
  padding-right: 10px;
}
.id-produktinfo .panel .panel-footer,
.id-weitere-produkte .panel .panel-footer {
  background: none;
  border-top: none;
}
.id-produktinfo .stromprodukt-item .spacer,
.id-weitere-produkte .stromprodukt-item .spacer {
  width: 100px;
}
.id-produktinfo .stromprodukt-item .thumbnail,
.id-weitere-produkte .stromprodukt-item .thumbnail {
  width: 20%;
  float: left;
  text-align: center;
  border: none;
}
.id-produktinfo .stromprodukt-item .thumbnail .percentage,
.id-weitere-produkte .stromprodukt-item .thumbnail .percentage {
  display: block;
}
.id-produktinfo .stromprodukt-item .composition .graph,
.id-weitere-produkte .stromprodukt-item .composition .graph {
  width: 94px;
  height: 94px;
  margin: 0 auto;
}
.id-produktinfo .panel-heading.empty,
.id-weitere-produkte .panel-heading.empty {
  background: none;
  border-bottom: none;
  min-height: 51px;
  display: none;
}
.id-produktinfo .panel-heading.empty + .panel-body,
.id-weitere-produkte .panel-heading.empty + .panel-body {
  padding: 30px 30px 20px 30px;
}
.id-produktkacheln .product-boxes {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .id-produktkacheln .product-boxes .product-img-100 {
    width: 150px;
  }
}
.id-produktkacheln .product-boxes .panel {
  width: calc((100% / 4) - 10px);
  margin: 0 0 20px 0;
  /*
            .dropdown-menu {
                z-index: 999;
                transform: none;
                top: 30px;
                left: 9px;
                right: inherit;
                transform: translateX(-100%);
                box-shadow: @box-shadow-16;
                .arrow {
                    width: 0;
                    height: 0;
                    position: absolute;
                    &.up {
                        border-left: 7px solid transparent;
                        border-right: 7px solid transparent;
                        border-bottom: 13px solid #505050;
                        top: -14px;
                        left: 50%;
                        transform: translateX(-50%);
                    }
                }
                .overlay-content {
                    width: 460px;
                    padding: 20px;
                    font-size: 15px;
                    @media @mobile {padding: 5px 20px 20px 20px;}
                    .composition-thumbs {
                        display: flex; flex-flow: row wrap;
                        .composition {
                            width: calc(100% / 3); padding: 10px; text-align: center;
                            .graph {width: 70px; height: 70px; background-repeat: no-repeat; margin: 0 auto;}
                            .percentage {display: none;}
                            .component {font-size: 17px;}
                        }
                    }
                }
                button.close {
                    opacity: 1;
                    font-size: 17px;
                    padding-right: 10px;
                }
                @media @mobile {
                    &.bottom {
                        transform: translate3d(-50%, -50%, 0);
                    }
                    .arrow {display: none;}
                }
            }
            &:first-child .dropdown-menu {
                transform: translateX(-50%);
                @media @mobile {}
            }*/
}
@media screen and (max-width: 1023px) {
  .id-produktkacheln .product-boxes .panel {
    width: calc((100% / 2) - 10px);
  }
}
@media screen and (max-width: 600px) {
  .id-produktkacheln .product-boxes .panel {
    width: 100%;
  }
}
.id-produktkacheln .product-boxes .panel .panel-heading.sr-only {
  background: none;
  border-bottom: none;
  min-height: 0;
  display: none;
}
.id-produktkacheln .product-boxes .panel .panel-body {
  padding: 15px;
}
@media screen and (max-width: 1023px) {
  .id-produktkacheln .product-boxes .panel .panel-body {
    padding: 15px !important;
  }
}
.id-produktkacheln .product-boxes .panel .panel-body .content {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
}
.id-produktkacheln .product-boxes .panel .panel-body .content .title,
.id-produktkacheln .product-boxes .panel .panel-body .content .description {
  display: block;
}
.id-produktkacheln .product-boxes .panel .panel-body .statusbar {
  text-align: left;
}
.id-produktkacheln .product-boxes .panel .panel-body .statusbar progress {
  width: 100%;
  height: 18px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.id-produktkacheln .product-boxes .panel .panel-body .statusbar progress::-webkit-progress-bar {
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 2px, #DCD8D0 2px, #DCD8D0 4px);
  background-color: #DCD8D0;
  border-radius: 0;
  border: none;
  overflow: hidden;
}
.id-produktkacheln .product-boxes .panel .panel-body .statusbar progress::-webkit-progress-value {
  background-color: #ADAA9F;
  border-radius: 0;
  border: none;
}
.id-produktkacheln .product-boxes .panel .panel-body .statusbar progress::-moz-progress-bar {
  background-color: #ADAA9F;
  border-radius: 0;
  border: none;
}
.id-produktkacheln .product-boxes .panel .panel-body .statusbar progress[value]::-moz-progress-bar {
  background-color: #ADAA9F;
  border-radius: 0;
  border: none;
}
.id-produktkacheln .product-boxes .panel .panel-body .statusbar progress[value] {
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 2px, #DCD8D0 2px, #DCD8D0 4px);
  background-color: #DCD8D0;
  border-radius: 0;
  border: none;
  overflow: hidden;
}
.id-produktkacheln .product-boxes .panel .panel-body .statusbar .popover-outer {
  position: initial;
  float: right;
  transform: none;
}
.id-produktkacheln .product-boxes .panel .panel-body .statusbar .popover-outer .modal-toggle {
  float: right;
  color: #000;
  padding-top: 0;
}
.id-produktkacheln .product-boxes .panel .panel-body .statusbar .popover-outer .modal-toggle .fa-info {
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: solid #000000 1px;
  font-size: 12px;
  padding-top: 2px;
  text-align: center;
  float: left;
}
.id-produktkacheln .product-boxes .panel .panel-body .statusbar .legend {
  display: block;
  margin-top: -2px;
  width: calc(100% - 30px);
}
.id-produktkacheln .product-boxes .panel .panel-body .costs {
  text-align: center;
  padding: 15px;
}
.id-produktkacheln .product-boxes .panel .panel-body .costs .value {
  font-size: 36px;
  font-weight: 600;
}
.id-produktkacheln .product-boxes .panel .panel-body .costs .legend {
  display: block;
  margin-top: -2px;
}
.id-produktkacheln .product-boxes .panel .panel-body .costs .asterisk {
  position: absolute;
  margin-top: 7px;
  margin-left: 2px;
}
.id-produktkacheln .product-boxes .panel .panel-footer {
  background: none;
  border-top: none;
  padding: 15px;
  padding-top: 0;
}
.id-produktkacheln .product-boxes .panel .modal-dialog .overlay-content {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .id-produktkacheln .product-boxes .panel .modal-dialog .overlay-content {
    width: 100%;
  }
}
.id-produktkacheln .product-boxes .panel .modal-dialog .overlay-content h5 {
  padding-top: 0;
}
.id-produktkacheln .product-boxes .panel .modal-dialog .overlay-content .composition-thumbs {
  display: flex;
  flex-flow: row wrap;
}
.id-produktkacheln .product-boxes .panel .modal-dialog .overlay-content .composition-thumbs .composition {
  width: calc(100% / 3);
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .id-produktkacheln .product-boxes .panel .modal-dialog .overlay-content .composition-thumbs .composition {
    width: calc(100% / 2);
    padding: 5px 10px;
  }
}
.id-produktkacheln .product-boxes .panel .modal-dialog .overlay-content .composition-thumbs .composition .graph {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .id-produktkacheln .product-boxes .panel .modal-dialog .overlay-content .composition-thumbs .composition .graph {
    width: 60px;
    height: 60px;
  }
}
.id-produktkacheln .product-boxes .panel .modal-dialog .overlay-content .composition-thumbs .composition .percentage {
  display: block;
  font-size: 17px;
}
@media screen and (max-width: 1023px) {
  .id-produktkacheln .product-boxes .panel .modal-dialog .overlay-content .composition-thumbs .composition .percentage {
    font-size: 15px;
  }
}
.id-produktkacheln .product-boxes .panel .modal-dialog .overlay-content .composition-thumbs .composition .component {
  font-size: 17px;
}
@media screen and (max-width: 1023px) {
  .id-produktkacheln .product-boxes .panel .modal-dialog .overlay-content .composition-thumbs .composition .component {
    font-size: 15px;
  }
}
.id-produktkacheln .product-boxes .panel .modal-dialog .overlay-content .composition-thumbs .composition .caption {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.id-produktinfo .panel.panel-default {
  text-align: left;
}
.id-produktinfo .panel .panel-heading {
  padding: 10px 36px;
}
@media screen and (min-width: 1024px) {
  .id-produktinfo .panel .panel-body .row.graph .product-img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .id-produktinfo .panel .panel-body .row.graph .product-img {
    padding: 0 30px 30px 30px;
    width: 180px;
  }
}
.id-produktinfo .panel .panel-body .row.graph h5 {
  font-size: 15px !important;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .id-produktinfo .panel .panel-body .row.graph .thumbnail {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .id-produktinfo .panel .panel-body .row.graph .thumbnail {
    width: 33%;
  }
}
@media screen and (max-width: 480px) {
  .id-produktinfo .panel .panel-body .row.graph .thumbnail {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .id-produktinfo .panel .panel-body .row.graph {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .id-produktinfo .panel .panel-body .row.desc .btn-group {
    width: 100%;
  }
  .id-produktinfo .panel .panel-body .row.desc .btn-group .btn {
    width: 100%;
  }
}
.id-produktinfo .panel .caption {
  padding: 9px 1px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.id-produktinfo .product-boxes {
  display: flex;
  flex-flow: column;
}
.id-produktinfo .product-boxes .hit-row {
  order: -2;
  display: none;
  background-color: #e00025;
  color: #fff;
  padding: 12px 20px;
  position: relative;
}
.id-produktinfo .product-boxes .hit-row .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e00025;
  position: absolute;
  bottom: -10px;
  left: 50%;
}
.id-produktinfo .product-boxes.highlight .hit-row {
  display: block;
}
.id-produktinfo .product-boxes .product-box {
  display: flex;
  flex-flow: row;
  width: 100%;
  min-height: 300px;
  background: #fff;
  color: #000;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 991px) {
  .id-produktinfo .product-boxes .product-box {
    flex-flow: column;
  }
}
.id-produktinfo .product-boxes .product-box.image-right {
  flex-flow: row-reverse;
}
@media screen and (max-width: 991px) {
  .id-produktinfo .product-boxes .product-box.image-right {
    flex-flow: column;
  }
}
.id-produktinfo .product-boxes .product-box .image {
  width: calc(100% - 200px);
  margin: 0;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .id-produktinfo .product-boxes .product-box .image {
    width: 100%;
    height: 200px;
  }
}
.id-produktinfo .product-boxes .product-box .image.image-logo {
  text-align: center;
  align-self: center;
  /*
                    background-size: contain;
                    border-top: 80px solid #fff;
                    border-bottom: 80px solid #fff;*/
}
@media screen and (max-width: 991px) {
  .id-produktinfo .product-boxes .product-box .image.image-logo {
    padding-top: 20px;
    height: auto;
    /*border-top: 20px solid #fff;
                        border-bottom: none;*/
  }
}
.id-produktinfo .product-boxes .product-box .logo-composition {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: calc(100% - 200px);
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .id-produktinfo .product-boxes .product-box .logo-composition {
    width: 100%;
  }
}
.id-produktinfo .product-boxes .product-box .logo-composition .image {
  height: 90px;
  margin-bottom: 20px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
@media screen and (max-width: 991px) {
  .id-produktinfo .product-boxes .product-box .logo-composition .image {
    width: 100%;
    height: 90px;
  }
}
.id-produktinfo .product-boxes .product-box .logo-composition .composition-list {
  display: flex;
  flex-flow: row wrap;
}
.id-produktinfo .product-boxes .product-box .logo-composition .composition-list .composition {
  text-align: center;
  padding: 0 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.id-produktinfo .product-boxes .product-box .logo-composition .composition-list .composition .graph {
  width: 60px;
  height: 60px;
}
.id-produktinfo .product-boxes .product-box .logo-composition .composition-list .caption h5 {
  font-size: 14px;
}
.id-produktinfo .product-boxes .product-box .content {
  width: 100%;
  padding: 60px 80px 60px 80px;
}
@media screen and (max-width: 991px) {
  .id-produktinfo .product-boxes .product-box .content {
    padding: 20px;
  }
}
.id-produktinfo .product-boxes .product-box .content .title {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}
.id-produktinfo .product-boxes .product-box .content .info {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .id-produktinfo .product-boxes .product-box .content .info {
    flex-flow: column;
  }
}
.id-produktinfo .product-boxes .product-box .content .info .time,
.id-produktinfo .product-boxes .product-box .content .info .people {
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .id-produktinfo .product-boxes .product-box .content .info .time,
  .id-produktinfo .product-boxes .product-box .content .info .people {
    margin-bottom: 3px;
  }
}
.id-produktinfo .product-boxes .product-box .content .info i {
  width: 30px;
  padding-right: 8px;
}
.id-produktinfo .product-boxes .product-box .content .description {
  margin: 0;
  display: block;
}
.id-produktinfo .product-boxes .product-box .content .description a {
  float: initial;
}
.id-produktinfo .product-boxes .product-box .content .btn {
  margin-top: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .id-produktinfo .product-boxes .product-box .content .btn {
    margin-top: 20px;
  }
}
.id-produktinfo .product-boxes .product-box.highlight {
  order: -1;
}
.id-produktinfo .product-boxes .product-box.highlight .btn.btn-link {
  background-color: #fff;
  border-color: #e00025;
  color: #e00025;
}
.id-produktinfo .product-boxes.product-carousel .product-box {
  margin: 0 10px 20px 10px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.id-produktinfo .product-boxes.product-carousel .product-box .content {
  padding: 40px 40px 40px 40px;
}
.id-produktinfo .product-boxes.product-carousel .product-box .content .btn {
  margin-top: 20px;
  margin-right: 10px;
}
.id-produktinfo .contact-overlay .description {
  margin-top: -10px;
}
@media screen and (max-width: 1023px) {
  .id-produktinfo .contact-overlay.modal.in .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .id-produktinfo .contact-overlay.modal.in .modal-dialog {
    margin-left: 0;
    margin-right: initial;
  }
}
.id-produktinfo .contact-overlay .modal-content {
  padding: 0;
}
.id-produktinfo .contact-overlay .modal-header {
  border: none;
  padding-bottom: 0;
}
.id-produktinfo .contact-overlay .modal-header h2 {
  padding-top: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .id-produktinfo .contact-overlay .modal-header h2 {
    padding-top: 0;
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 24px;
  }
}
.id-produktinfo .contact-overlay .modal-body {
  padding: 15px 80px 40px 80px;
}
@media screen and (max-width: 1023px) {
  .id-produktinfo .contact-overlay .modal-body {
    padding: 10px 20px 15px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .id-produktinfo .contact-overlay .modal-body h3 {
    margin-top: 10px;
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .id-produktinfo .contact-overlay .modal-body h4 {
    font-size: 18px;
  }
}
.id-produktinfo .contact-overlay .modal-body .icon-success {
  display: block;
  padding-top: 50px;
  font-size: 80px;
}
@media screen and (max-width: 767px) {
  .id-produktinfo .contact-overlay .modal-body .icon-success {
    padding-top: 30px;
    font-size: 70px;
  }
}
.id-produktinfo .contact-overlay .modal-body .success-text {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .id-produktinfo .contact-overlay .modal-body .success-text {
    padding-top: 20px;
  }
}
.id-produktinfo .contact-overlay .modal-body .btn#close {
  width: 50%;
  float: right;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .id-produktinfo .contact-overlay .modal-body .btn#close {
    width: 100%;
    float: left;
    margin-top: 50px;
  }
}
.id-produktinfo .contact-overlay .form-group {
  margin-bottom: 0;
}
.id-produktinfo .contact-overlay .form-group select.form-control {
  padding-top: 15px;
  padding-left: 15px;
}
.id-produktinfo .contact-overlay .form-group.textarea {
  margin-bottom: 20px;
}
.id-produktinfo .contact-overlay .form-group.recaptcha {
  margin-bottom: 20px;
}
.id-produktinfo .contact-overlay .form-group.recaptcha.has-error {
  margin-bottom: 40px;
}
.id-produktinfo .contact-overlay .form-group label {
  margin-bottom: 20px;
}
.id-produktinfo .contact-overlay .form-group .datepicker .input-group-addon {
  top: 1px;
  font-size: 20px;
  color: #000;
}
.id-produktinfo .contact-overlay .btn {
  text-align: center;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .id-produktinfo .contact-overlay .btn#reset,
  .id-produktinfo .contact-overlay .btn#back {
    margin-bottom: 10px;
  }
}
.id-emissionsfaktoren .nav-tabs {
  margin-bottom: 30px;
}
.id-emissionsfaktoren .col-2-flex-desktop {
  display: flex;
}
@media screen and (min-width: 601px) {
  .id-emissionsfaktoren .col-2-flex-desktop {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .id-emissionsfaktoren .col-2-flex-desktop {
    flex-flow: column;
    align-items: center;
  }
}
.id-emissionsfaktoren .statistics-panel {
  height: 100%;
  line-height: initial;
}
.id-emissionsfaktoren .statistics-panel .axis-y-legend {
  width: 50px;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 13px;
  color: #666;
}
.id-emissionsfaktoren .statistics-panel .axis-x-legend {
  width: 50px;
  position: relative;
  float: right;
  right: 0;
  bottom: 30px;
  font-size: 13px;
  color: #666;
}
.id-emissionsfaktoren .statistics-panel .diagramm-legend {
  text-align: center;
  font-size: 15px;
  color: #666;
}
@media screen and (min-width: 1024px) {
  .id-emissionsfaktoren .statistics-panel.highlight-lightgreen,
  .id-emissionsfaktoren .statistics-panel.highlight-greylightest,
  .id-emissionsfaktoren .statistics-panel.highlight-sgsppgreen {
    padding: 26px;
  }
}
@media screen and (max-width: 1023px) {
  .id-emissionsfaktoren .statistics-panel.highlight-lightgreen,
  .id-emissionsfaktoren .statistics-panel.highlight-greylightest,
  .id-emissionsfaktoren .statistics-panel.highlight-sgsppgreen {
    padding: 20px;
  }
}
.id-emissionsfaktoren .statistics-panel .bignumber.value {
  color: #e00025;
  font-family: Univers LT W01_65 Bold1475968;
}
.id-emissionsfaktoren .statistics-panel .bignumber.value .number {
  font-size: 101px;
}
.id-emissionsfaktoren .statistics-panel .bignumber.value .unit {
  font-size: 30px;
}
.id-emissionsfaktoren .statistics-panel .bignumber.value .unit.medium {
  font-size: 25px;
}
.id-emissionsfaktoren .statistics-panel .bignumber.value .unit.small {
  font-size: 20px;
}
.id-emissionsfaktoren .statistics-panel p.legend {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .id-emissionsfaktoren .statistics-panel p.legend {
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 600px) {
  .id-emissionsfaktoren .statistics-panel .chart-container {
    width: 100% !important;
  }
}
.id-emissionsfaktoren .statistics-panel .chart-container + p.legend {
  margin-top: 10px;
}
.id-emissionsfaktoren ul.bars.upscaling {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.id-emissionsfaktoren ul.bars.upscaling li {
  padding: 0;
  text-indent: 0;
  display: flex;
  margin-bottom: 20px;
}
.id-emissionsfaktoren ul.bars.upscaling li:before {
  content: none;
}
.id-emissionsfaktoren ul.bars.upscaling li .legend {
  margin-right: 20px;
}
.id-emissionsfaktoren .bar {
  width: 220px;
  height: 20px;
  list-style-type: none;
  position: relative;
}
.id-emissionsfaktoren .bar p {
  position: absolute;
  left: 0;
  top: 0;
}
.id-emissionsfaktoren .bar.bardarkgreen p {
  background-color: rgba(0, 131, 51, 0.7);
}
.id-emissionsfaktoren .bar.barbrightgreen p {
  background-color: rgba(0, 131, 52, 0.4);
}
.id-emissionsfaktoren .bar.barbrightgrey p {
  background-color: rgba(158, 155, 155, 0.6);
}
.id-emissionsfaktoren .bar.barmiddlegrey p {
  background-color: rgba(99, 99, 99, 0.6);
}
.id-emissionsfaktoren .bar.bardarkgrey p {
  background-color: rgba(99, 99, 99, 0.9);
}
.id-emissionsfaktoren .bar span {
  padding-left: 15px;
  left: 100%;
  color: #fff;
  font-size: 12px;
  font-family: Univers LT W01_55 Roman1475956;
}
.id-timeline .nav-tabs {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .id-timeline .nav-tabs {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.id-timeline .nav-tabs > li > a {
  margin-right: -1px;
  border: 1px solid #e3e2da;
  border-right: 1px solid #e3e2da !important;
  white-space: nowrap;
}
.id-timeline .nav-tabs > li:last-child > a {
  border-right: 1px solid #e3e2da !important;
}
.id-timeline .timeline-boxes {
  display: flex;
  flex-flow: column;
}
.id-timeline .timeline-boxes .timeline-box {
  display: flex;
  flex-flow: row;
  width: 100%;
  background: #fff;
  color: #000;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .id-timeline .timeline-boxes .timeline-box {
    flex-flow: column;
    margin: 0 10px 20px 10px;
  }
}
.id-timeline .timeline-boxes .timeline-box .image {
  width: calc(100% - 200px);
  margin: 0;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 250px;
}
@media screen and (max-width: 991px) {
  .id-timeline .timeline-boxes .timeline-box .image {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
}
.id-timeline .timeline-boxes .timeline-box .image.video-preview:after {
  content: "\f144";
  font-family: "Font Awesome 5 Pro";
  font-size: 120px;
  position: relative;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  height: 120px;
  width: 120px;
  color: #fff;
  line-height: 1em;
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
  .id-timeline .timeline-boxes .timeline-box .image.video-preview:after {
    position: relative;
    font-size: 100px;
    height: 100px;
    width: 100px;
    top: 65px;
    left: calc(50% - 50px);
    transform: translateX(-50%);
  }
}
.id-timeline .timeline-boxes .timeline-box .content {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .id-timeline .timeline-boxes .timeline-box .content {
    padding: 0 20px;
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .id-timeline .timeline-boxes .timeline-box .content.no-image {
    width: 60%;
    margin: 0 auto;
  }
}
.id-timeline .timeline-boxes .timeline-box h3 {
  margin-top: 0;
}
.id-timeline .timeline-boxes .timeline-box .title {
  font-size: 20px;
  margin-bottom: 20px;
}
.id-timeline .timeline-boxes .timeline-box .description {
  margin: 0;
}
.id-timeline .timeline-boxes .timeline-box a {
  padding-top: 20px;
}
.id-timeline .timeline-boxes .timeline-box a.mobile-view {
  padding-top: 10px;
}
@media screen and (min-width: 992px) {
  .id-timeline .timeline-boxes .timeline-box .mobile-view {
    display: none;
  }
}
.id-timeline .timeline-boxes .timeline-box .mehr-lesen-container {
  position: relative;
}
.id-timeline .timeline-boxes .timeline-box .mehr-lesen-container .show-more a.show-more-toggler {
  color: #000;
  display: block;
  cursor: pointer;
  padding-bottom: 20px;
  padding-top: 0;
}
.id-timeline .timeline-boxes .timeline-box .mehr-lesen-container .show-more a.show-more-toggler:hover i {
  text-decoration: none;
}
.id-timeline .timeline-boxes .timeline-box .mehr-lesen-container .show-more a.show-more-toggler .expand-icon,
.id-timeline .timeline-boxes .timeline-box .mehr-lesen-container .show-more a.show-more-toggler .collapse-icon {
  color: #e00025;
  margin-right: 20px;
  position: absolute;
  left: 0;
  font-size: 18px;
}
.id-timeline .timeline-boxes .timeline-box .mehr-lesen-container .show-more a.show-more-toggler span {
  position: absolute;
  left: 30px;
  font-size: 14px;
  line-height: 18px;
}
.id-timeline .timeline-boxes .timeline-box .mehr-lesen-container .sgswcollapse:not(.in) {
  display: block;
  max-height: 71px;
  position: relative;
  padding-bottom: 90px;
  overflow: hidden;
}
.id-timeline .timeline-boxes .timeline-box .mehr-lesen-container .sgswcollapse:not(.in):after {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 58%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 58%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 58%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 103px;
  z-index: 99;
  content: "";
  width: 100%;
}
.id-timeline .timeline-boxes .timeline-box .mehr-lesen-container .sgswcollapse:not(.in) .show-more {
  position: absolute;
  bottom: 2px;
  z-index: 999;
  width: 100%;
  cursor: pointer;
}
.id-timeline .timeline-boxes .timeline-box .mehr-lesen-container .sgswcollapse:not(.in) .show-more .collapse-icon,
.id-timeline .timeline-boxes .timeline-box .mehr-lesen-container .sgswcollapse:not(.in) .show-more .collapse-text {
  display: none;
  visibility: hidden;
}
.id-timeline .timeline-boxes .timeline-box .mehr-lesen-container .sgswcollapse.in {
  max-height: inherit;
  margin-bottom: 71px;
}
.id-timeline .timeline-boxes .timeline-box .mehr-lesen-container .sgswcollapse.in .show-more .expand-icon,
.id-timeline .timeline-boxes .timeline-box .mehr-lesen-container .sgswcollapse.in .show-more .expand-text {
  display: none;
  visibility: hidden;
}
.id-timeline .timeline-boxes .timeline-box .mehr-lesen-container .sgswcollapse.in .show-more .collapse-icon,
.id-timeline .timeline-boxes .timeline-box .mehr-lesen-container .sgswcollapse.in .show-more .collapse-text {
  margin-top: 20px;
}
.id-timeline .media-overlay .description {
  margin-top: -10px;
}
@media screen and (max-width: 1023px) {
  .id-timeline .media-overlay.modal.in .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}
.id-timeline .media-overlay .modal-content {
  padding: 0;
}
.id-timeline .media-overlay .modal-header {
  border: none;
  padding-bottom: 0;
}
.id-timeline .media-overlay .modal-header h2 {
  padding-top: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .id-timeline .media-overlay .modal-header h2 {
    padding-top: 0;
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 24px;
  }
}
.id-timeline .media-overlay .modal-body {
  padding: 15px 80px 40px 80px;
}
@media screen and (max-width: 1023px) {
  .id-timeline .media-overlay .modal-body {
    padding: 10px 20px 15px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .id-timeline .media-overlay .modal-body h3 {
    margin-top: 10px;
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .id-timeline .media-overlay .modal-body h4 {
    font-size: 18px;
  }
}
.id-timeline .media-overlay .modal-body .icon-success {
  display: block;
  padding-top: 50px;
  font-size: 80px;
}
@media screen and (max-width: 767px) {
  .id-timeline .media-overlay .modal-body .icon-success {
    padding-top: 30px;
    font-size: 70px;
  }
}
.id-timeline .media-overlay .modal-body .success-text {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .id-timeline .media-overlay .modal-body .success-text {
    padding-top: 20px;
  }
}
.id-timeline .media-overlay .modal-body .btn#close {
  width: 50%;
  float: right;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .id-timeline .media-overlay .modal-body .btn#close {
    width: 100%;
    float: left;
    margin-top: 50px;
  }
}
.id-timeline .leftrightoffset {
  position: relative;
  width: 100%;
  margin-left: 40px;
}
.id-timeline .leftrightoffset a.btn.btn-vertical-scroll {
  position: absolute;
  top: 5px;
  background: none;
  width: 32px;
  height: 32px;
  min-height: 32px;
  border-color: #505050;
  border-radius: 50%;
  outline: none;
  color: #505050;
  font-size: 1.3em;
  padding: 0;
  z-index: 9999;
  padding-left: 1px;
  padding-top: 0;
}
.id-timeline .leftrightoffset a.btn.btn-vertical-scroll.btn-scroll-left {
  left: -35px;
  /*display: none;*/
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.id-timeline .leftrightoffset a.btn.btn-vertical-scroll.btn-scroll-right {
  right: -35px;
  /*display: none;*/
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.id-timeline .leftrightoffset.shadow-right a.btn.btn-vertical-scroll.btn-scroll-right {
  display: flex;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  padding-left: 6px;
  padding-top: 5px;
}
.id-timeline .leftrightoffset.shadow-left a.btn.btn-vertical-scroll.btn-scroll-left {
  display: flex;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  padding-left: 6px;
  padding-top: 5px;
}
.id-timeline .leftrightoffset ul.timeline {
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  margin-top: 60px;
  padding-top: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
}
.id-timeline .leftrightoffset ul.timeline li {
  float: left;
  display: inline-block;
  padding: 10px;
  margin: 0;
  text-align: center;
  width: 100%;
  min-width: 160px;
  border-top: 3px solid #ebebeb;
}
.id-timeline .leftrightoffset ul.timeline li:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 15px;
  margin-left: -7px;
  background-color: #505050;
  border-radius: 50%;
}
.id-timeline .leftrightoffset ul.timeline li.active:before {
  background-color: #e00025;
}
.id-timeline .leftrightoffset ul.timeline li .year {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 600;
  padding-top: 15px;
}
.id-timeline .leftrightoffset ul.timeline li .description {
  display: inline-block;
  text-align: center;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  max-width: 250px;
}
.id-timeline .leftrightoffset ul.timeline li a {
  display: block;
  color: #000;
}
.id-timeline .leftrightoffset ul.timeline.single-item {
  width: 100%;
  margin-top: 20px;
}
.id-timeline .leftrightoffset ul.timeline.single-item li.active {
  width: 100%;
}
.id-timeline .leftrightoffset ul.timeline.single-item li:not(.active) {
  display: none;
}
.id-timeline .leftrightoffset ul.timeline.single-item li .year {
  padding-top: 0;
  padding-bottom: 5px;
}
.id-timeline .leftrightoffset.timeline-mobile {
  width: calc(100% - 100px);
  margin-left: 50px;
}
.id-timeline .leftrightoffset.timeline-mobile a.btn.btn-vertical-scroll {
  top: 1px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  font-size: 1.6em;
  padding-left: 1px;
  padding-top: 2px;
}
.id-timeline .leftrightoffset.timeline-mobile a.btn.btn-vertical-scroll.btn-scroll-left {
  left: -42px;
  display: block;
}
.id-timeline .leftrightoffset.timeline-mobile a.btn.btn-vertical-scroll.btn-scroll-right {
  right: -42px;
  display: block;
}
.id-timeline .leftrightoffset.timeline-mobile.shadow-right a.btn.btn-vertical-scroll.btn-scroll-right {
  padding-left: 0;
  padding-top: 2px;
}
.id-timeline .leftrightoffset.timeline-mobile.shadow-left a.btn.btn-vertical-scroll.btn-scroll-left {
  padding-left: 0;
  padding-top: 2px;
}
header .id-wissenswertes-linktiles {
  padding-bottom: 0;
}
.id-wissenswertes-linktiles .link-boxes a.wrapper-link {
  background-color: #fff;
  position: relative;
  padding: 22px 46px 22px 25px;
  margin-bottom: calc(10px * 2);
  font-weight: bold;
  min-height: 92px;
  overflow: hidden;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
  transition: all ease-out 0.3s;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .id-wissenswertes-linktiles .link-boxes a.wrapper-link {
    max-height: 92px;
  }
}
@media screen and (max-width: 1023px) {
  .id-wissenswertes-linktiles .link-boxes a.wrapper-link {
    padding: 20px 46px 20px 20px;
  }
}
.id-wissenswertes-linktiles .link-boxes a.wrapper-link h4 {
  font-size: 17px;
  font-weight: bold;
  margin: 0;
}
.id-wissenswertes-linktiles .link-boxes a.wrapper-link:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #e00025;
  position: absolute;
  font-size: 30px;
  font-weight: 200;
}
.id-wissenswertes-linktiles .link-boxes a.wrapper-link:hover {
  transform: scale(1.03);
}
.id-wissenswertes-linktiles .link-boxes a.wrapper-link.simple {
  min-height: initial;
  max-height: initial;
  height: 61px;
}
@media screen and (max-width: 1023px) {
  .id-wissenswertes-linktiles .link-boxes a.wrapper-link.simple {
    height: 59px;
  }
}
.id-wissenswertes-linktiles .link-boxes a.wrapper-link.icon {
  display: flex;
  min-height: 106px;
}
.id-wissenswertes-linktiles .link-boxes a.wrapper-link.icon .link-icon {
  margin-right: 20px;
  align-self: center;
}
.id-wissenswertes-linktiles .link-boxes a.wrapper-link.icon .link-icon img {
  width: 41px;
}
.id-wissenswertes-linktiles .link-boxes a.wrapper-link.icon .link-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.id-wissenswertes-linktiles .link-boxes a.wrapper-link.icon .link-content .title {
  font-family: Univers LT W01_65 Bold1475968;
  font-size: 17px;
  padding-bottom: 10px;
}
.id-wissenswertes-linktiles .link-boxes a.wrapper-link.icon .link-content .text {
  font-family: 'Univers LT W01_55 Roman1475956';
  font-weight: normal;
  font-size: 14px;
}
.id-geschaeftskunden .media .media-object {
  min-width: 380px;
}
.id-geschaeftskunden .geschaeftskunden-contact-box {
  padding: 10px 20px;
}
@media screen and (max-width: 1023px) {
  .id-geschaeftskunden .geschaeftskunden-contact-box {
    margin-top: 20px;
  }
}
.id-geschaeftskunden .geschaeftskunden-contact-box h4 {
  margin-top: 0;
}
.id-geschaeftskunden .geschaeftskunden-contact-box ul {
  margin-bottom: 0;
}
.id-geschaeftskunden .halfwidth label.halfwidth {
  width: 48% !important;
}
.id-geschaeftskunden .halfwidth label.halfwidth + label.halfwidth {
  float: right;
}
.id-geschaeftskunden .input-append.date {
  width: 95%;
}
@media screen and (min-width: 1024px) {
  .id-geschaeftskunden h4 {
    margin-top: 0;
  }
}
.q-cards {
  position: relative;
  height: 400px;
  margin: 25px 0 0 0;
}
.q-cards .item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-height: 288px;
  border: solid 10px #fff;
  background-color: #fff;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1024px) {
  .q-cards .item {
    max-width: 700px;
  }
}
@media screen and (max-width: 1023px) {
  .q-cards .item {
    max-width: 550px;
  }
}
.q-cards .item .head-row {
  float: left;
  width: 100%;
  background: #fff;
}
.q-cards .item .head-row h3 {
  padding: 0;
  margin: 0;
  font-family: Univers LT W01_65 Bold1475968;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .q-cards .item .head-row h3 {
    font-size: 18px;
  }
}
.q-cards .item .head-row .title {
  float: left;
  padding: 20px 10px 10px 20px;
  width: calc(100% - 110px);
}
@media screen and (max-width: 767px) {
  .q-cards .item .head-row .title {
    width: 100%;
    padding: 20px 10px 10px 10px;
  }
}
.q-cards .item .head-row .pagination {
  background: #fff;
  float: right;
  width: 110px;
  padding: 20px 0 10px 0;
  text-align: center;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.q-cards .item .head-row .pagination h3 {
  font-family: Univers LT W01_55 Roman1475956;
}
.q-cards .item .head-row .pagination .page:after {
  content: " / ";
}
@media screen and (max-width: 767px) {
  .q-cards .item .head-row .pagination {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    padding: 0;
  }
  .q-cards .item .head-row .pagination h3 {
    font-size: 13px;
  }
}
.q-cards .item .content-row {
  padding: 10px 20px 0 20px;
  float: left;
  width: 100%;
  font-size: 20px;
  overflow-y: auto;
}
@media screen and (min-width: 1024px) {
  .q-cards .item .content-row {
    height: 130px;
  }
}
@media screen and (max-width: 1023px) {
  .q-cards .item .content-row {
    height: 145px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .q-cards .item .content-row {
    height: 170px;
    padding: 10px 10px 10px 10px;
  }
}
@media screen and (max-width: 480px) {
  .q-cards .item .content-row {
    height: 200px;
    padding: 10px 10px 10px 10px;
  }
}
.q-cards .item .content-row.availability-check {
  height: 115px;
}
@media screen and (max-width: 767px) {
  .q-cards .item .content-row.availability-check {
    height: 140px;
  }
}
@media screen and (max-width: 480px) {
  .q-cards .item .content-row.availability-check {
    height: 150px;
  }
}
.q-cards .item .content-row.button-choice {
  height: auto;
  max-height: 115px;
}
.q-cards .item .content-row.suggestion .row .btn {
  margin-bottom: 10px;
}
.q-cards .item .foot-row {
  padding: 20px 20px 20px 20px;
  text-align: center;
  float: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .q-cards .item .foot-row {
    padding: 10px 10px 10px 10px;
  }
}
.q-cards .item .foot-row .btn {
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 40px;
}
@media screen and (max-width: 1023px) {
  .q-cards .item .foot-row .btn {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .q-cards .item .foot-row .btn {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.q-cards .item .foot-row .btn.btn-link {
  color: #e00025;
  border-color: #e00025;
}
.q-cards .item .foot-row .btn-group .btn {
  background: transparent;
  width: 230px;
  max-width: calc(50% - 20px);
  margin-bottom: 15px;
}
.q-cards .item .foot-row .btn-group .btn + .btn {
  margin-left: 20px;
}
.q-cards .item .foot-row .slide-dots {
  margin-top: 20px;
}
.q-cards .item .foot-row .slide-dots i {
  font-size: 10px;
  border-radius: 50%;
  color: #d8d5c5;
  border: solid #d8d5c5 2px;
  background-color: #d8d5c5;
}
.q-cards .item .foot-row .slide-dots i.active {
  border-color: #d8d5c5;
  color: #fff;
}
.q-cards .item .foot-row.availability-check input[type="text"] {
  background-color: #fff;
  float: left;
  width: 100%;
}
.q-cards .item .foot-row.availability-check label {
  float: left;
  width: calc(50% - 10px);
}
.q-cards .item .foot-row.availability-check button {
  width: calc(50% - 10px);
  float: right;
}
.q-cards .item .foot-row.button-choice .text-box {
  padding: 5px;
  transition: all ease 0.5s;
  font-size: 17px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .q-cards .item .foot-row.button-choice .text-box {
    font-size: 14px;
  }
}
.q-cards .item .foot-row.button-choice .text-box .button-container {
  background: #fff;
  padding: 10px;
  text-align: left;
  margin-bottom: 4px;
  border: 1px solid #e3e2da;
}
.q-cards .item .foot-row.button-choice .text-box .button-icon {
  background-color: #fff;
  border: solid 2px #000000;
}
.q-cards .item .foot-row.availability-check .btn {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 50px;
}
.q-cards .item.active {
  z-index: 98;
  transform: translateX(-50%) !important;
}
.q-cards .item:not(.active) {
  z-index: 0;
  max-height: 288px;
  overflow: hidden;
}
.q-cards .item:not(.active) .back {
  display: none;
}
.q-cards .item#item-1 .back {
  display: none;
}
.q-cards .item:nth-child(1) {
  transform: translateX(-50%) rotate(1deg);
}
.q-cards .item:nth-child(2) {
  transform: translateX(-49%) rotate(3deg);
}
.q-cards .item:nth-child(3) {
  transform: translateX(-51%) rotate(-1deg);
}
.q-cards .item:nth-child(4) {
  transform: translateX(-51%) rotate(-5deg);
}
.q-cards .item:nth-child(5) {
  transform: translateX(-50%) rotate(-2deg);
}
.q-cards .item:nth-child(1n + 6):not(.active) {
  display: none;
}
.q-cards .item.last .content-row {
  background: #fff;
}
.q-cards .back {
  float: left;
}
.q-cards .back:before {
  position: relative;
  margin-right: 10px;
}
.q-cards .back .icon-link {
  padding-left: 0;
  text-decoration: none;
  cursor: pointer;
}
.q-cards .back .icon-link:hover {
  border-bottom: 1px solid #000;
}
.q-cards.button-choice {
  height: 550px;
}
.q-cards.button-choice .item.active {
  min-height: 400px;
}
.q-cards.button-choice .item:not(.active) {
  max-height: 400px;
}
@media screen and (max-width: 1023px) {
  .q-cards.button-choice {
    height: auto;
    float: left;
    display: inline-block;
    width: 100%;
    clear: both;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 1px;
  }
  .q-cards.button-choice .item {
    position: relative;
  }
  .q-cards.button-choice .item:not(.active) {
    position: absolute;
    top: 0;
  }
  .q-cards.button-choice .item .foot-row .col-md-4 .btn {
    margin-bottom: 0;
  }
  .q-cards.button-choice .content-row {
    height: auto;
  }
  .q-cards.button-choice .slimScrollDiv[style],
  .q-cards.button-choice .button-content[style] {
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .q-cards.button-choice .item .foot-row .col-sm-6 .btn {
    margin-bottom: 0;
  }
}
.q-cards.button-choice .item.last .content-row.suggestion {
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .q-cards.button-choice .col-sm-6 .slimScrollDiv[style],
  .q-cards.button-choice .col-sm-6 .button-content[style] {
    min-height: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .q-cards:not(.button-choice) {
    max-height: 400px;
  }
}
.q-cards:not(.button-choice) .item.last .content-row.suggestion {
  height: auto;
  min-height: 160px;
}
@media screen and (max-width: 1023px) {
  .q-cards:not(.button-choice) .item.last .content-row.suggestion {
    min-height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .q-cards:not(.button-choice) .item.last .content-row.suggestion {
    min-height: 250px;
  }
}
.q-cards .product-boxes {
  margin-bottom: 0;
}
.q-cards .product-boxes .panel {
  width: 100%;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 480px) {
  .q-cards .product-boxes .panel {
    margin-top: 15px;
  }
}
.q-cards .product-boxes .panel .panel-body {
  padding: 15px;
}
@media screen and (max-width: 1023px) {
  .q-cards .product-boxes .panel .panel-body {
    padding: 15px !important;
  }
}
.q-cards .product-boxes .panel .panel-body .costs {
  display: none;
  text-align: center;
  padding-top: 10px;
}
.q-cards .product-boxes .panel .panel-body .costs .value {
  font-size: 36px;
  font-weight: 600;
}
.q-cards .product-boxes .panel .panel-body .costs .legend {
  display: block;
  font-size: 17px;
  margin-top: -2px;
}
.q-cards .product-boxes .panel .panel-body .costs .legend-description {
  display: block;
  font-size: 15px;
  margin-top: -2px;
}
.q-cards .product-boxes .panel .panel-footer {
  background: none;
  border-top: none;
  padding: 0 15px 5px 15px;
}
@media all and (max-width: 1400px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .q-cards .item {
    left: 0;
  }
  .q-cards .item.active {
    transform: translateX(0%) !important;
  }
  .q-cards .item:nth-child(1) {
    transform: translateX(0%) rotate(1deg);
  }
  .q-cards .item:nth-child(2) {
    transform: translateX(-1%) rotate(3deg);
  }
  .q-cards .item:nth-child(3) {
    transform: translateX(1%) rotate(-1deg);
  }
  .q-cards .item:nth-child(4) {
    transform: translateX(1%) rotate(-5deg);
  }
  .q-cards .item:nth-child(5) {
    transform: translateX(0%) rotate(-2deg);
  }
}
@media all and (max-width: 1400px) and (min-width: 780px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .q-cards .item {
    left: 10%;
  }
}
.flip-container {
  /*For when IE adopts preserve-3d*/
  height: 170px;
  position: relative;
  overflow: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  /*set Transition and Backface Properties*/
  /*Define Side-A*/
  /*Define Side-B*/
  /*Turns Side-A*/
  /*Simultaneously Turns Side-B in Opposite Direction*/
}
.flip-container .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.flip-container .flip-label {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #555555;
  color: #fff;
  border: solid 11px #555;
  overflow-y: scroll;
}
.flip-container .flipper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-container .flipper div {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  position: absolute;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 165px;
  width: 100%;
}
.flip-container .front {
  z-index: 100;
  -moz-transform: perspective(800px) rotateY(0deg);
  -webkit-transform: perspective(800px) rotateY(0deg);
  transform: perspective(800px) rotateY(0deg);
}
.flip-container .back {
  -moz-transform: perspective(800px) rotateY(-180deg);
  -webkit-transform: perspective(800px) rotateY(-180deg);
  transform: perspective(800px) rotateY(-180deg);
}
.flip-container .flipper:hover .front {
  -webkit-transform: perspective(800px) rotateY(-89.9deg);
  -moz-transform: perspective(800px) rotateY(-89.9deg);
  transform: perspective(800px) rotateY(180deg);
}
.flip-container .flipper:hover .back {
  -moz-transform: perspective(800px) rotateY(0);
  -webkit-transform: perspective(800px) rotateY(0);
  transform: perspective(800px) rotateY(0deg);
}
.flip-container .flipper:hover .back .slimScrollDiv {
  z-index: 9999;
}
.preis-table {
  width: 940px;
  margin-bottom: 30px;
}
@media screen and (min-width: 601px) {
  .preis-table .vert-cent-1line {
    padding-top: 20px !important;
    padding-bottom: 19px !important;
  }
}
@media screen and (max-width: 991px) {
  .preis-table {
    width: 100%;
    overflow-x: scroll;
    padding-top: 25px;
  }
}
.preis-table .col {
  float: left;
  display: inline-block;
  border-top: solid #d8d5c5 1px;
}
.preis-table .col.product:not(:first-child) .dropdown-titlerow .dropdown-menu {
  transform: none;
  left: inherit;
  right: -75px;
}
.preis-table .col.product:not(:first-child) .dropdown-titlerow .dropdown-menu.kostenbeispiel-dtm:before {
  transform: none;
  left: inherit;
  right: 75px;
}
.preis-table .col:not(.row-legend) {
  width: 168px;
}
@media screen and (max-width: 1023px) {
  .preis-table .col:not(.row-legend) {
    z-index: -1;
  }
}
.preis-table .col.row-legend {
  width: 251px;
}
@media screen and (min-width: 1024px) {
  .preis-table .col.row-legend {
    z-index: 99;
  }
}
@media screen and (max-width: 1023px) {
  .preis-table .col.row-legend {
    z-index: 0;
  }
}
@media screen and (max-width: 600px) {
  .preis-table .col.row-legend {
    width: 160px;
  }
}
.preis-table .col.row-legend .td {
  padding: 5px 15px;
}
.preis-table .col .image-titlerow {
  height: 180px;
  text-align: center;
  background: #fff;
  border-right: solid #d8d5c5 1px;
  position: relative;
  z-index: -1;
}
.preis-table .col .image-titlerow img {
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.preis-table .col .tarif-titlerow {
  background: #e3e2da !important;
  position: relative;
  border-right: solid #fff 1px;
}
.preis-table .col .tarif-titlerow strong,
.preis-table .col .tarif-titlerow span {
  display: block;
  text-align: center;
}
.preis-table .col .dropdown-titlerow {
  position: relative;
  border-bottom: solid 1px #fff !important;
}
.preis-table .col .dropdown-titlerow .fa-info {
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: solid #000000 1px;
  font-size: 12px;
  padding-top: 2px;
  text-align: center;
  float: left;
}
.preis-table .col .dropdown-titlerow .dropdown-menu {
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  .preis-table .col .dropdown-titlerow .dropdown-menu {
    z-index: 99;
  }
}
.preis-table .col .td {
  border-bottom: solid 1px #e3e2da;
  border-right: solid 1px #e3e2da;
  padding: 5px 17px;
  display: block;
  float: left;
  width: 100%;
  white-space: nowrap;
  min-height: 51px;
  line-height: 1.2em;
  text-align: center;
}
.preis-table .col .td.component {
  text-align: right;
}
.preis-table .col .td.component .percentage {
  float: right;
  padding-top: 10px;
  padding-right: 20px;
}
.preis-table .col .td.component span:empty:after {
  content: "";
}
.preis-table .col .td.component span:not(:empty) + .graph {
  width: 40px;
  height: 40px;
  margin: 0 20px;
  background-repeat: no-repeat;
}
.preis-table .col .td.component.multiline {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.preis-table .col .td.component.multiline.title {
  flex-flow: row;
  font-size: 16px;
}
.preis-table .col .td.component.multiline .graph-label {
  padding: 0 0 0 10px;
  width: 179px;
  white-space: normal;
}
.preis-table .col .td.component.multiline .percentage {
  padding: 0 9px;
}
@media screen and (max-width: 600px) {
  .preis-table .col .td.component.multiline.title {
    flex-flow: row;
    font-size: 11px;
  }
  .preis-table .col .td.component.multiline .graph {
    background-repeat: no-repeat;
  }
  .preis-table .col .td.component.multiline .graph-label {
    padding: 0 0 0 5px !important;
    width: 93px;
    font-size: 11px;
  }
  .preis-table .col .td.component.multiline .percentage {
    padding: 0 15px !important;
    text-align: initial;
    width: initial;
    font-size: 11px;
  }
}
.preis-table .col .td.component.kehrichtheizkraftwerk {
  height: 70px;
}
.preis-table .col .td.component.blockheizkraftwerkBiogas {
  height: 120px;
}
.preis-table .col .td.component.blockheizkraftwerkErdgas {
  height: 80px;
}
.preis-table .col .td.component.heizkesselErdgas {
  height: 80px;
}
.preis-table .col .td.component.heizkesselBiogasCH {
  height: 120px;
}
.preis-table .col .td.component.heizkesselBiogasEU {
  height: 100px;
}
@media screen and (max-width: 600px) {
  .preis-table .col .td.component.kehrichtheizkraftwerk {
    height: 55px;
  }
  .preis-table .col .td.component.blockheizkraftwerkBiogas {
    height: 110px;
  }
  .preis-table .col .td.component.blockheizkraftwerkErdgas {
    height: 70px;
  }
  .preis-table .col .td.component.heizkesselErdgas {
    height: 70px;
  }
  .preis-table .col .td.component.heizkesselBiogasCH {
    height: 110px;
  }
  .preis-table .col .td.component.heizkesselBiogasEU {
    height: 90px;
  }
}
.preis-table .col .td.tarif-titlerow {
  border-color: #fff;
}
.preis-table .col .td.order {
  padding: 5px;
  text-align: center;
  height: 100px;
}
.preis-table .col .td.order.single-line {
  height: 50px;
}
.preis-table .col .td.order .btn {
  float: left;
  clear: both;
  width: 142px;
  margin-left: 8px;
  min-height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media screen and (max-width: 600px) {
  .preis-table .col .td.order .btn {
    padding-left: 0;
    padding-right: 0;
  }
}
.preis-table .col .td.order .btn + .btn {
  margin-top: 5px;
}
.preis-table .col .td.mehrkosten-1p,
.preis-table .col .td.mehrkosten-4p {
  white-space: normal;
}
.preis-table .col .td.rowtitle {
  font-family: Univers LT W01_65 Bold1475968;
  font-weight: bold;
  padding-top: 14px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word !important;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.preis-table .col:last-child .td {
  border-right: solid 1px #e3e2da !important;
}
.preis-table .col.row-legend {
  border-left: solid #d8d5c5 1px;
}
.preis-table .col.row-legend .td {
  text-align: left;
  border-right: solid #d8d5c5 1px;
}
.preis-table .col.row-legend .td.tarif-titlerow {
  border-right: solid #fff 1px;
}
.preis-table .col.row-legend .component .graph {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
}
.preis-table .col.row-legend .component .graph-label {
  display: inline-block;
  padding: 10px 0 0 5px;
}
.preis-table .col.product.kernstrom-mix,
.preis-table .col.product.gas-grau,
.preis-table .col.product.waerme-grau {
  margin-left: 8px;
  border-left: solid #d8d5c5 1px;
}
.preis-table .col.product.strom-oeko-plus .td {
  border-right: solid #d8d5c5 1px !important;
}
.preis-table .col.passendes-produkt {
  border-top: none;
  z-index: 0;
  border-right: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  zoom: 105%;
  margin-top: -20px;
  margin-left: -1px;
  margin-right: -1px;
  position: relative;
}
.preis-table .col.passendes-produkt .td.image-titlerow {
  box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.175);
  position: relative;
  padding-top: 25px;
  height: 184px;
}
.preis-table .col.passendes-produkt .td.image-titlerow img {
  top: 60%;
}
.preis-table .col.passendes-produkt .td.image-titlerow:before {
  content: "Ihr passendes Produkt";
  background: #e00025;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
  z-index: 99;
}
.preis-table .col.passendes-produkt .td.image-titlerow:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e00025;
  position: relative;
  top: 25px;
}
.preis-table .col.passendes-produkt .td {
  border-left: none;
  border-right: none;
  background: #fff;
}
.preis-table .col.passendes-produkt .btn-secondary {
  background-color: #e00025;
  border-color: #e00025;
  color: #fff;
}
.preis-table .col.passendes-produkt .btn-secondary:hover {
  background-color: #BD0221;
  border-color: #BD0221;
  color: #fff;
  text-decoration: none !important;
}
@media screen and (min-width: 1024px) {
  .preis-table .col.passendes-produkt .kostenbeispiel-dtm {
    top: 31px;
  }
}
.preis-table .swipe-wrapper > .col:first-child {
  border-left: none;
}
@media screen and (max-width: 991px) {
  .preis-table .swiper.max-visible-991 {
    display: none !important;
  }
  .preis-table .col.passendes-produkt {
    zoom: 0;
    margin-top: -3px;
  }
  .preis-table .col.passendes-produkt:before {
    top: 47px;
    border-width: 55px 96px 0 90px;
  }
  .preis-table .swipe-wrapper {
    width: 690px;
    margin-left: 251px;
  }
  .preis-table .row-legend {
    position: absolute;
    background: #fff;
    left: 10px;
  }
  .preis-table .swiper {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: #fff;
  }
  .preis-table .swiper.swipe-left {
    left: 261px;
  }
  .preis-table .swiper.swipe-right {
    right: 14px;
  }
  .preis-table .swiper a {
    color: #fff;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    transition: background ease 0.5s;
    padding: 42px 15px;
  }
  .preis-table .swiper a:hover {
    background: rgba(0, 0, 0, 0.8);
  }
}
.preis-table .td.line2title {
  padding-top: 10px !important;
  padding-bottom: 9px !important;
}
@media screen and (max-width: 600px) {
  .preis-table {
    font-size: 13px;
  }
  .preis-table .col.row-legend {
    width: 130px;
    white-space: normal;
  }
  .preis-table .col.row-legend .graph {
    width: 25px !important;
    height: 25px !important;
  }
  .preis-table .col .td.component span:not(:empty) + .graph {
    width: 25px;
    height: 25px;
  }
  .preis-table .col.passendes-produkt .td.image-titlerow:before {
    left: 0;
    width: 100%;
    padding: 5px;
  }
  .preis-table .col.passendes-produkt:before {
    display: none;
  }
  .preis-table .swipe-wrapper {
    margin-left: 130px;
    width: 518px;
  }
  .preis-table .col:not(.row-legend) {
    width: 126px;
  }
  .preis-table .td {
    white-space: normal !important;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .preis-table .td.component {
    height: 47px;
  }
  .preis-table .td.component .percentage {
    text-align: center;
    padding-top: 26px !important;
    width: 100%;
    font-size: 11px;
  }
  .preis-table .td .graph-label {
    white-space: pre-wrap;
    padding-top: 0 !important;
    padding-left: 0 !important;
    font-size: 10px;
    width: 100%;
    float: left;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .preis-table .td.order {
    height: 140px;
  }
  .preis-table .td.order .btn {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .preis-table .td.tarif-titlerow {
    white-space: normal;
  }
  .preis-table .td.rowtitle.line2title {
    font-size: 10px;
  }
}
.preis-table .kostenbeispiel-dtm {
  left: 39%;
  top: 31px;
  transform: translateX(-50%);
  border-top: solid #e3e2da 1px;
}
.preis-table .kostenbeispiel-dtm h4 {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .preis-table .kostenbeispiel-dtm {
    width: 500px;
  }
}
@media screen and (max-width: 1023px) {
  .preis-table .kostenbeispiel-dtm {
    width: 250px;
  }
  .preis-table .kostenbeispiel-dtm h4 {
    white-space: pre-line;
  }
}
.preis-table .kostenbeispiel-dtm .legend-cell {
  display: inline-block;
  float: left;
  width: 100%;
}
.preis-table .kostenbeispiel-dtm .currency {
  float: left;
}
.preis-table .kostenbeispiel-dtm .amount {
  float: right;
}
.preis-table .kostenbeispiel-dtm:before {
  content: " ";
  border: solid transparent 10px;
  border-bottom-color: #e3e2da;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.preis-table .kostenbeispiel-dtm .kostenbeispiel {
  padding: 20px;
  font-size: 15px;
}
.preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .title-row {
  background: #e3e2da;
  text-align: left;
}
.preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .title-row .cell {
  padding: 8px;
}
@media screen and (min-width: 1024px) {
  .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .title-row .cell {
    width: 33.333333%;
  }
}
.preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .title-row .top-description {
  font-family: Univers LT W01_65 Bold1475968;
}
.preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .first-col .legend-cell {
  text-align: left !important;
}
.preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .col {
  border-left: none;
  border-right: solid #e3e2da 1px;
}
@media screen and (min-width: 1024px) {
  .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .col {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 1023px) {
  .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .col {
    margin-bottom: 20px;
    width: 50%;
    font-size: 13px;
  }
}
.preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .col .cell {
  border-bottom: solid #e3e2da 1px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .col .cell {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .col .cell {
    padding: 8px 4px;
  }
  .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .col .cell.top-description {
    margin-left: -100%;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .col .cell.legend-cell {
    padding-right: 62px;
  }
}
.preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .col .cell span.currency {
  display: inline-block;
  margin-right: 10px;
}
.preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .col .cell span.amount {
  display: inline-block;
}
.preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .col .cell.summary {
  font-family: Univers LT W01_65 Bold1475968;
}
.preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .col .cell.top-description,
.preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .col .cell.title-cell {
  background: #e3e2da;
  font-weight: bold;
}
.preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .col .cell.top-description {
  border-left: solid 1px #fff;
  margin-left: -1px;
}
.preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .col.legend-col {
  border-left: solid #e3e2da 1px;
}
@media screen and (min-width: 1024px) {
  .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .col.legend-col.further-legend-col {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .preis-table .kostenbeispiel-dtm .kostenbeispiel .overlay-table .col.legend-col.further-legend-col {
    display: inline-block;
  }
}
.preis-table .kostenbeispiel-dtm .foot-row {
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  .preis-table .kostenbeispiel-dtm .foot-row {
    white-space: normal;
  }
}
.preis-table.strom-preis-table.overflow-left:before {
  content: "";
  position: absolute;
  top: 206px;
  left: 12px;
  height: 48px;
  background: #fff;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .preis-table.strom-preis-table.overflow-left:before {
    width: 247px;
  }
}
@media screen and (max-width: 600px) {
  .preis-table.strom-preis-table.overflow-left:before {
    width: 127px;
  }
}
#heizgas .preis-table .col .td.vert-cent-1line,
#kochgas .preis-table .col .td.vert-cent-1line,
#heizgas .preis-table .col .td.line2title,
#kochgas .preis-table .col .td.line2title {
  height: 60px;
}
@media screen and (max-width: 600px) {
  #heizgas .preis-table .col .td.vert-cent-1line,
  #kochgas .preis-table .col .td.vert-cent-1line {
    height: 40px;
    min-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  #heizgas .preis-table .col .td.vert-cent-2line,
  #kochgas .preis-table .col .td.vert-cent-2line {
    height: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
}
#heizgas .preis-table .col:not(.row-legend) .td.component,
#kochgas .preis-table .col:not(.row-legend) .td.component {
  padding: 0 35px;
}
/*
    #heizgas .preis-table {
        .col:not(.row-legend) {
            width: 134px;
            @media @max600 {width: 100px;}
        }
        .col .td.order .btn {
            width: 116px; margin-left: 5px;
            @media @mobile {width: 125px; margin-left: 0px; font-size: 11px;}
        }
    }*/
.preis-table.simple .col.row-legend {
  z-index: 1;
}
.preis-table.simple .col:not(.row-legend):first-child .td {
  border-right: none;
}
.preis-table.simple .col:last-child .td {
  border-left: solid 1px #e3e2da !important;
}
.preis-table.simple .col:last-child .td.tarif-titlerow {
  border-color: #fff !important;
}
.preis-table.simple .col:not(.row-legend) {
  width: 250px;
}
@media screen and (max-width: 600px) {
  .preis-table.simple .col:not(.row-legend) {
    width: 150px;
  }
}
.preis-table.simple .col .td.order {
  height: 80px;
}
@media screen and (max-width: 600px) {
  .preis-table.simple .col .td.order {
    height: 50px;
  }
}
.preis-table.simple .col .td.order .btn {
  width: 230px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .preis-table.simple .col .td.order .btn {
    width: 125px;
    margin-left: 0px;
    font-size: 11px;
  }
}
.preis-table.simple .col .td.row-1 {
  height: 80px;
  white-space: normal;
}
@media screen and (max-width: 600px) {
  .preis-table.simple .col .td.row-1 {
    height: 70px;
  }
}
.preis-table.simple .col .td.row-2 {
  height: 100px;
  white-space: normal;
}
@media screen and (max-width: 600px) {
  .preis-table.simple .col .td.row-2 {
    height: 100px;
  }
}
.preis-table.simple ul.rte {
  text-align: left;
  white-space: normal;
}
.preis-table.simple ul.rte li:before {
  color: #000;
  margin-top: 1px;
  font-size: 6px;
}
@media screen and (max-width: 600px) {
  .preis-table.simple .td.rowtitle.line2title {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .preis-table.simple .swipe-wrapper {
    width: 300px;
  }
}
.preis-table.simple .panel-group {
  margin-bottom: 0;
}
.preis-table.simple .panel-group .panel,
.preis-table.simple .panel-group a.panel {
  padding: 0;
  margin-bottom: 0;
}
.preis-table.simple .panel-group .panel-heading {
  display: inline-block !important;
}
.preis-table.simple .panel-group .panel-heading .panel-title {
  font-size: 17px;
}
@media screen and (max-width: 600px) {
  .preis-table.simple .panel-group .panel-heading .panel-title {
    font-size: 13px;
  }
}
.preis-table.simple .panel-group .panel-body {
  padding-right: 0;
}
.preis-table.simple .panel-group .panel-body ul li:before {
  margin-top: 1px !important;
  font-size: 6px !important;
}
@media screen and (max-width: 991px) {
  .leftrightoffset .swipe-wrapper.shadow-right:after {
    content: "";
    width: 30px;
    position: absolute;
    height: calc(100% - 42px);
    right: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0+0,0.3+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1);
    /* IE6-9 */
  }
}
@media screen and (max-width: 600px) {
  .leftrightoffset .swipe-wrapper.shadow-right:after {
    height: calc(100% - 26px);
  }
}
@media screen and (max-width: 991px) {
  .leftrightoffset .swipe-wrapper.shadow-left:before {
    content: "";
    width: 30px;
    position: absolute;
    height: calc(100% - 42px);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0.3+0,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
  }
}
@media screen and (max-width: 991px) {
  .leftrightoffset .swipe-wrapper.shadow-left:before {
    left: 260px;
  }
}
@media screen and (max-width: 600px) {
  .leftrightoffset .swipe-wrapper.shadow-left:before {
    left: 139px;
    height: calc(100% - 26px);
  }
}
.leftrightoffset#heizgas .shadow-right:after,
.leftrightoffset#kochgas .shadow-right:after,
.leftrightoffset#heizgas.shadow-left:after,
.leftrightoffset#kochgas.shadow-left:after,
.leftrightoffset#heizgas .shadow-right:before,
.leftrightoffset#kochgas .shadow-right:before,
.leftrightoffset#heizgas.shadow-left:before,
.leftrightoffset#kochgas.shadow-left:before {
  height: 617px;
}
@media screen and (max-width: 1023px) {
  .leftrightoffset#heizgas .shadow-right:after,
  .leftrightoffset#kochgas .shadow-right:after,
  .leftrightoffset#heizgas.shadow-left:after,
  .leftrightoffset#kochgas.shadow-left:after,
  .leftrightoffset#heizgas .shadow-right:before,
  .leftrightoffset#kochgas .shadow-right:before,
  .leftrightoffset#heizgas.shadow-left:before,
  .leftrightoffset#kochgas.shadow-left:before {
    height: calc(100% - 123px);
  }
}
.leftrightoffset#heizgas .shadow-left:not(.shadow-right):before,
.leftrightoffset#kochgas .shadow-left:not(.shadow-right):before {
  height: 617px;
}
@media screen and (max-width: 1023px) {
  .leftrightoffset#heizgas .shadow-left:not(.shadow-right):before,
  .leftrightoffset#kochgas .shadow-left:not(.shadow-right):before {
    height: calc(100% - 123px);
  }
}
.modal.in.contact-overlay .modal-dialog {
  max-height: 80%;
  max-width: 95%;
  width: 940px;
}
@media screen and (max-width: 1023px) {
  .modal.in.contact-overlay .modal-dialog {
    top: 30px;
    margin-left: 0;
  }
}
body.modal-open[style] {
  padding-right: 0 !important;
}
@media screen and (min-width: 1024px) {
  .modal.in .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
  }
}
@media screen and (max-width: 480px) {
  .modal.in .modal-dialog {
    width: 90%;
    overflow-y: scroll;
    height: 70%;
    left: 3%;
    top: 50px;
    height: calc(100% - 100px);
  }
}
.modal.in .modal-dialog .modal-content {
  border-radius: 0;
}
.modal-dialog form label {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.modal-dialog form label input {
  width: 100%;
}
.modal-dialog form button.btn-primary {
  margin: 0 auto;
  display: block;
}
.modal-body {
  display: inline-block;
  width: 100%;
}
label {
  position: relative;
}
body.modal-open .back.affix,
body.modal-open .scrolltop,
body.modal-open .sgsw-custom-hotlink,
body.modal-open header,
body.modal-open .navbar,
body.modal-open .breadcrumbs,
body.modal-open .leftrightoffset.timeline-desktop,
body.modal-open .leftrightoffset.timeline-mobile {
  z-index: 1 !important;
}
@media screen and (max-width: 1023px) {
  body.modal-open .navbar-nav,
  body.modal-open ul.breadcrumb {
    z-index: 1 !important;
  }
}
.modal.in.gallery-overlay .modal-dialog {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
@media screen and (max-width: 480px) {
  .modal.in.gallery-overlay .modal-dialog {
    left: 0;
    overflow-y: initial;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-content {
  max-height: 100%;
  overflow: hidden;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}
@media screen and (min-width: 1024px) {
  .modal.in.gallery-overlay .modal-dialog .modal-content {
    height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .modal.in.gallery-overlay .modal-dialog .modal-content {
    height: auto;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-header {
  border: none;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay .modal-dialog .modal-header {
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .modal.in.gallery-overlay .modal-dialog .modal-header {
    height: 60px;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-header button {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 42px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay .modal-dialog .modal-header button {
    right: 15px;
    top: 15px;
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .modal.in.gallery-overlay .modal-dialog .modal-header button {
    right: 15px;
    top: 15px;
    font-size: 32px;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body {
  padding: 0 100px;
  height: calc(100% - 80px);
}
@media screen and (max-width: 1023px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body {
    padding: 0 50px 60px 50px;
  }
}
@media screen and (max-width: 600px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body {
    padding: 0 40px 50px 40px;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-height: calc(100% - 100px);
}
.modal.in.gallery-overlay .modal-dialog .modal-body .medialegend {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  position: relative;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 1500px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .medialegend {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .medialegend {
    width: 100%;
    transform: translateX(-50%) translateY(0) !important;
    padding: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .medialegend {
    padding: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .medialegend {
    flex-flow: column;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body .medialegend .title {
  width: 70%;
}
@media screen and (max-width: 480px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .medialegend .title {
    width: 100%;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body .medialegend .subtitle {
  font-size: 10px;
  line-height: 12px;
  width: 30%;
  text-align: right;
  margin-top: 2px;
}
@media screen and (max-width: 480px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .medialegend .subtitle {
    width: 100%;
    margin-top: 10px;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body .medialegend.onlytitle .title {
  width: 100%;
}
.modal.in.gallery-overlay .modal-dialog .modal-body .medialegend.onlytitle .subtitle {
  display: none;
}
.modal.in.gallery-overlay .modal-dialog .modal-body .medialegend.onlycredits .title {
  display: none;
}
.modal.in.gallery-overlay .modal-dialog .modal-body .medialegend.onlycredits .subtitle {
  width: 100%;
}
.modal.in.gallery-overlay .modal-dialog .modal-body .medialegend.video {
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .medialegend.video {
    width: 100%;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body .sgsw-custom-slider-btns.style-modal button.slick-prev {
  margin-left: 10px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .sgsw-custom-slider-btns.style-modal button.slick-prev {
    margin-left: 0;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body .sgsw-custom-slider-btns.style-modal button.slick-next {
  margin-right: 10px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .sgsw-custom-slider-btns.style-modal button.slick-next {
    margin-right: 0;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body .sgsw-custom-slider-btns.style-modal button.slick-prev:before,
.modal.in.gallery-overlay .modal-dialog .modal-body .sgsw-custom-slider-btns.style-modal button.slick-next:before {
  display: none;
}
.modal.in.gallery-overlay-old .modal-dialog {
  max-width: 1320px !important;
  width: 95% !important;
  height: 93% !important;
}
@media screen and (max-width: 480px) {
  .modal.in.gallery-overlay-old .modal-dialog {
    left: 0;
    overflow-y: initial;
  }
}
.modal.in.gallery-overlay-old .modal-dialog .modal-content {
  max-height: 90%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .modal.in.gallery-overlay-old .modal-dialog .modal-content {
    height: 90%;
  }
}
@media screen and (max-width: 1023px) {
  .modal.in.gallery-overlay-old .modal-dialog .modal-content {
    height: auto;
  }
}
.modal.in.gallery-overlay-old .modal-dialog .modal-header {
  border: none;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay-old .modal-dialog .modal-header {
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .modal.in.gallery-overlay-old .modal-dialog .modal-header {
    height: 60px;
  }
}
.modal.in.gallery-overlay-old .modal-dialog .modal-header button {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 42px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay-old .modal-dialog .modal-header button {
    right: 15px;
    top: 15px;
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .modal.in.gallery-overlay-old .modal-dialog .modal-header button {
    right: 15px;
    top: 15px;
    font-size: 32px;
  }
}
.modal.in.gallery-overlay-old .modal-dialog .modal-body {
  padding: 0 100px;
  height: calc(100% - 80px);
}
@media screen and (max-width: 1023px) {
  .modal.in.gallery-overlay-old .modal-dialog .modal-body {
    padding: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  .modal.in.gallery-overlay-old .modal-dialog .modal-body {
    padding: 0 40px;
  }
}
.modal.in.gallery-overlay-old .modal-dialog .modal-body img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-height: calc(100% - 100px);
}
.modal.in.gallery-overlay-old .modal-dialog .modal-body .medialegend {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  position: relative;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay-old .modal-dialog .modal-body .medialegend {
    width: 100%;
    transform: translateX(-50%) translateY(0) !important;
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .modal.in.gallery-overlay-old .modal-dialog .modal-body .medialegend {
    flex-flow: column;
  }
}
.modal.in.gallery-overlay-old .modal-dialog .modal-body .medialegend .title {
  width: 70%;
}
@media screen and (max-width: 480px) {
  .modal.in.gallery-overlay-old .modal-dialog .modal-body .medialegend .title {
    width: 100%;
  }
}
.modal.in.gallery-overlay-old .modal-dialog .modal-body .medialegend .subtitle {
  font-size: 10px;
  line-height: 12px;
  width: 30%;
  text-align: right;
  margin-top: 2px;
}
@media screen and (max-width: 480px) {
  .modal.in.gallery-overlay-old .modal-dialog .modal-body .medialegend .subtitle {
    width: 100%;
    margin-top: 10px;
  }
}
.modal.in.gallery-overlay-old .modal-dialog .modal-body .medialegend.onlytitle .title {
  width: 100%;
}
.modal.in.gallery-overlay-old .modal-dialog .modal-body .medialegend.onlytitle .subtitle {
  display: none;
}
.modal.in.gallery-overlay-old .modal-dialog .modal-body .medialegend.onlycredits .title {
  display: none;
}
.modal.in.gallery-overlay-old .modal-dialog .modal-body .medialegend.onlycredits .subtitle {
  width: 100%;
}
.modal.in.gallery-overlay-old .modal-dialog .modal-body .sgsw-custom-slider-btns.style-modal button.slick-prev {
  margin-left: 10px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay-old .modal-dialog .modal-body .sgsw-custom-slider-btns.style-modal button.slick-prev {
    margin-left: 0;
  }
}
.modal.in.gallery-overlay-old .modal-dialog .modal-body .sgsw-custom-slider-btns.style-modal button.slick-next {
  margin-right: 10px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay-old .modal-dialog .modal-body .sgsw-custom-slider-btns.style-modal button.slick-next {
    margin-right: 0;
  }
}
.modal.in.gallery-overlay-old .modal-dialog .modal-body .sgsw-custom-slider-btns.style-modal button.slick-prev:before,
.modal.in.gallery-overlay-old .modal-dialog .modal-body .sgsw-custom-slider-btns.style-modal button.slick-next:before {
  display: none;
}
label {
  position: relative;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=radio],
input[type=checkbox] {
  display: none;
}
input[type=radio] + label span,
input[type=checkbox] + label span {
  display: inline-block;
  float: left;
  width: 19px;
  height: 19px;
  margin: 2px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: solid #e3e2da 2px;
  background-color: #efefeb;
}
input[type=radio] + label span span,
input[type=checkbox] + label span span {
  background-color: #292321;
}
input[type=radio] + label span,
input[type=checkbox] + label span,
input[type=radio]:checked + label span,
input[type=checkbox]:checked + label span {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
input[type=radio] + label span {
  -moz-border-radius: 50%;
  border-radius: 50%;
}
input[type=radio]:checked + label span {
  background-color: #CC3300;
  border-width: 4px;
}
input[type=checkbox]:checked + label span:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 1px;
  top: -4px;
  color: #e00025;
  font-size: 1.2em;
}
.id-kontaktstellen .map {
  width: 100%;
  height: 270px;
}
.id-kontaktstellen p.address {
  margin-bottom: 0;
}
/*
    .id-news-home + .id-produkte  {
        background: @greydefault;
        padding-top: 80px !important;
    }*/
.id-produkte {
  padding-top: 100px !important;
}
@media screen and (max-width: 1023px) {
  .id-produkte {
    padding-top: calc(100px / 1.5) !important;
  }
}
.id-produkte .available-products-search {
  padding-bottom: 30px;
}
.id-produkte .available-products-results {
  padding-bottom: 0;
}
.id-produkte .row.searchfield {
  position: relative;
  top: -37px;
  z-index: 999;
}
.id-produkte a.input-style {
  display: none;
}
.id-produkte label.input-label.adresse {
  width: 100%;
  margin-right: 0;
}
.id-produkte label > span:not(.outer-label) {
  top: 20px;
  /*color: @brand-color;*/
  font-size: 20px;
}
.id-produkte label input {
  width: 100%;
  height: 74px;
  background-color: #fff;
  border: none;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
  transition: all ease-out 0.3s;
}
.id-produkte label input:hover {
  transform: scale(1.01);
}
.id-produkte label input:focus {
  transform: scale(1);
}
@media screen and (max-width: 1023px) {
  .id-produkte label.plz-ort {
    width: calc(100% - 59px);
    margin-right: 0;
  }
  .id-produkte label.adresse {
    width: calc(100% - 90px);
  }
  .id-produkte label.nr {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .id-produkte label.plz-ort {
    width: 160px;
  }
}
.id-produkte .search-go {
  color: #505050;
  font-size: 32px;
  border: none;
  background: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 4px;
  padding: 10px 30px 10px 10px;
}
.id-produkte #map-toggler.active,
.id-produkte #map-toggler:focus {
  color: #000;
}
.id-produkte #map-toggler:after {
  content: "Karte ausklappen";
  padding-left: 2px;
}
.id-produkte #map-toggler.open:before {
  content: "\f106";
}
.id-produkte #map-toggler.open:after {
  content: "Karte einklappen";
  padding-left: 2px;
}
.id-produkte .alert-overlay .modal-content {
  padding: 30px;
}
.id-produkte .alert-overlay .modal-header {
  padding: 0;
  padding-bottom: 20px;
  border: none;
}
.id-produkte .alert-overlay .modal-body {
  padding: 0;
}
.id-map-home {
  margin-top: 20px;
}
.id-map-home .mapwrap.active .maphome {
  height: 650px;
}
.id-map-home .mapwrap.active #CloseButton {
  display: block;
}
.id-map-home .mapwrap.active #BasemapToggle {
  display: block;
}
.id-map-home .mapwrap.active #maphome_zoom_slider {
  display: block;
}
.id-map-home .mapwrap.active .esriControlsBR {
  bottom: 50px;
}
.id-map-home .mapwrap.active .select-box {
  display: block;
}
.id-map-home .mapwrap:not(.active) .esriControlsBR {
  top: 5px;
}
.id-map-home .maphome {
  height: 200px;
  transition: all ease 1s;
}
.id-map-home .maphome #CloseButton {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 40;
  color: #4C4C4C;
  background-color: #ffffff;
  border-radius: 5px;
  opacity: 1;
  width: 30px;
  height: 30px;
  font-size: 19px;
  border: 1px solid #57585A;
}
@media screen and (max-width: 480px) {
  .id-map-home .maphome #CloseButton {
    top: 10px;
    right: 10px;
  }
}
.id-map-home .maphome #CloseButton:hover {
  background-color: #eee;
}
.id-map-home .maphome #LocateButton {
  display: none !important;
  position: absolute;
  top: 90px;
  left: 15px;
  z-index: 40;
}
.id-map-home .maphome #BasemapToggle {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 40;
}
@media screen and (max-width: 1023px) {
  .id-map-home .maphome #BasemapToggle {
    bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .id-map-home .maphome #BasemapToggle {
    bottom: 50px;
    left: 10px;
  }
}
.id-map-home .maphome #maphome_zoom_slider {
  display: none;
}
@media screen and (max-width: 480px) {
  .id-map-home .maphome #maphome_zoom_slider {
    top: 10px;
    left: 10px;
  }
}
.id-map-home .select-box {
  display: none;
  z-index: 99;
  position: absolute;
  right: 20px;
  top: 70px;
  width: 300px;
}
@media screen and (max-width: 480px) {
  .id-map-home .select-box {
    right: 10px;
    top: 50px;
    font-size: 12px;
    width: 220px;
  }
  .id-map-home .select-box .panel-body {
    width: 210px !important;
  }
}
.id-map-home .select-box #layer-select {
  display: inline-block;
  font-size: 14px;
}
.id-map-home .select-box .panel-heading {
  cursor: pointer;
  font-family: Univers LT W01_65 Bold1475968;
  background-color: #fff;
}
.id-map-home .select-box .panel-heading i.toggler {
  font-size: 22px;
  margin-top: 0;
  color: #e00025;
}
.id-map-home .select-box .panel-body {
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .id-map-home .select-box .panel-body {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .id-map-home .select-box .panel-body {
    width: 100%;
  }
}
.id-map-home .select-box .panel-body .dijit {
  float: left;
  width: 100%;
}
.id-map-home .select-box .panel-body .dijit label {
  float: right;
  width: calc(100% - 40px);
  text-align: left;
}
.id-map-home .select-box .panel-body .dijit label:before {
  content: " ";
  display: inline-block;
  float: left;
  width: 19px;
  height: 19px;
  margin: 2px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: solid #e3e2da 2px;
  background-color: #efefeb;
  position: absolute;
  left: -26px;
}
.id-map-home .select-box .panel-body .dijit.dijitChecked label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: -24px;
  top: -4px;
  color: #e00025;
  font-size: 1.2em;
}
.id-map-home .select-box .panel-body .dijit input[type="checkbox"] {
  float: left;
  width: 30px;
  -webkit-appearance: checkbox;
}
ul.ui-menu.ui-autocomplete {
  padding-left: 20px;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 999;
}
@media screen and (min-width: 1024px) {
  ul.ui-menu.ui-autocomplete {
    width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  ul.ui-menu.ui-autocomplete {
    width: 250px;
  }
  ul.ui-menu.ui-autocomplete .ui-menu-item {
    padding: 10px 0;
  }
}
.mapwrap {
  position: relative;
}
.mapwrap .overlay {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background: transparent;
}
.id-bildtext-map.overlay-bottom .mapwrap {
  z-index: 1;
}
.id-bildtext-map .mapwrap .maphome {
  height: 520px;
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .id-bildtext-map .mapwrap .maphome {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .id-bildtext-map .mapwrap .maphome {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .id-bildtext-map .mapwrap .maphome {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .id-bildtext-map .mapwrap .maphome {
    height: 300px;
  }
}
.id-bildtext-map .mapwrap .maphome.no-padding {
  padding: 0;
}
.id-bildtext-map .mapwrap .maphome.has-iconlegend {
  padding-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .id-bildtext-map .mapwrap .maphome.has-iconlegend {
    padding-bottom: 10px;
  }
}
.id-bildtext-map .mapwrap #LocateButton {
  display: none !important;
  position: absolute;
  top: 90px;
  left: 15px;
  z-index: 40;
}
.id-bildtext-map .mapwrap #BasemapToggle {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 40;
}
.id-bildtext-map .mapwrap #maphome_zoom_slider {
  display: block;
}
.id-bildtext-map .mapwrap .select-box {
  display: none;
}
.id-bildtext-map .iconlegend {
  padding: 0 0 30px 30px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .id-bildtext-map .iconlegend {
    padding: 0 0 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  .id-bildtext-map .iconlegend {
    padding: 0 0 10px 10px;
  }
}
.id-bildtext-map .iconlegend span {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.id-bildtext-map .iconlegend span img {
  margin-right: 10px;
}
.id-bildtext-map .iconlegend span + span {
  margin-left: 40px;
}
.id-bildtext-map .iconlegend.no-padding-left {
  padding-left: 0;
}
@media screen and (max-width: 1023px) {
  h2 + p > a.pull-right {
    float: left !important;
    display: inline-block;
    clear: both;
    width: 100%;
  }
}
.alert {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999999999999;
  width: 100%;
}
.id-parallax {
  height: 500px;
}
@media screen and (max-width: 1023px) {
  .id-parallax {
    height: 350px;
  }
}
.id-parallax.overlay-top {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  padding-top: 0;
}
.id-parallax .parallax-bg {
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .id-parallax .parallax-bg {
    height: 350px;
  }
}
.id-parallax .parallax-teaser {
  position: relative;
  top: 60px;
  left: 0;
  background-color: #505050;
  color: #fff;
  opacity: 0.9;
  width: 420px;
  max-width: 100%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .id-parallax .parallax-teaser {
    padding: 10px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax-bg {
    background-attachment: scroll !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: portrait) {
  .parallax-bg {
    background-attachment: scroll !important;
  }
}
.orderable-overview img {
  margin-top: 0;
  margin-bottom: 28px;
}
@media screen and (max-width: 991px) {
  .orderable-overview img {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.id-produktberater .smr-checker-results ul.iconlist li a {
  color: #e00025;
}
.id-produktberater .berater-section {
  margin-bottom: 30px;
}
.id-produktberater .berater-section a.input-style {
  display: none;
}
.id-produktberater .btn-primary {
  float: right;
}
.id-produktberater .input-label.adresse {
  width: calc(100% - 180px);
}
.id-produktberater .input-label.adresse input {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .id-produktberater .input-label.adresse {
    width: 100%;
    float: right;
    margin-right: 0;
  }
  .id-produktberater .btn-primary {
    width: 100%;
  }
}
.newsitem {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .newsitem {
    border-bottom: none;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .newsitem .col-xxs-12 + .col-xxs-12 {
    border-top: none;
    padding-top: 10px;
  }
}
.id-video .media a {
  display: none;
}
.video-wrapper,
.audio-wrapper {
  --plyr-color-main: #e00025;
}
.video-wrapper .plyr--video .plyr__control--overlaid {
  background-color: transparent;
  border: 2px solid #fff;
}
.video-wrapper .plyr--video .plyr__control--overlaid:hover {
  background-color: #e00025;
  border: none;
}
.audio-wrapper {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.video-wrapper .plyr__poster {
  background-size: cover;
}
.video-wrapper .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper,
.video-wrapper .plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 100%;
}
.video-wrapper .plyr:-webkit-full-screen.plyr--vimeo > .plyr__video-wrapper > .plyr__video-embed__container,
.video-wrapper .plyr--fullscreen-fallback.plyr--vimeo > .plyr__video-wrapper > .plyr__video-embed__container {
  transform: none !important;
  position: initial;
}
.video-wrapper iframe {
  margin-top: 0 !important;
}
.video-wrapper .responsive-iframe {
  position: relative;
  padding-top: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-bottom: 5px;
  height: 0;
  overflow: hidden;
}
.video-wrapper .responsive-iframe iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.video-legend {
  padding-top: 8px;
}
.product-overview .main-nav-sub li.active > a {
  text-decoration: none;
}
.id-solar-tabs .nav-tabs > li {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .id-solar-tabs .nav-tabs > li {
    margin-bottom: 8px;
    margin-right: 8px;
  }
}
.id-solar-tabs .nav-tabs > li > a {
  border-right: 1px solid #e3e2da !important;
}
@media screen and (max-width: 767px) {
  .id-solar-tabs .nav-tabs > li > a {
    padding: 8px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .id-solar-tabs .tab-pane {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .id-solar-tabs .tab-pane .panel {
    position: absolute;
    bottom: 0;
    right: 50px;
    margin-bottom: 0;
  }
}
.id-solar-tabs .tab-pane .panel.panel-default {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .id-solar-tabs .tab-pane .panel.panel-default {
    min-width: 300px;
    max-width: 400px;
  }
}
.id-solar-tabs .tab-pane .panel.panel-default ul {
  padding-left: 0;
}
.id-solar-tabs .tab-pane .panel.panel-default ul li {
  position: relative;
  padding-left: 25px;
}
.id-solar-tabs .tab-pane .panel.panel-default ul li:before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
}
.id-solar-tabs .tab-pane .panel-footer {
  background: none;
  border-top: none;
}
.id-solar-tabs .tab-pane .panel-footer a:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .id-solar-tabs .tab-pane .panel-footer a:first-child {
    margin-bottom: 10px;
  }
}
.id-solar-tabs .tab-pane .panel-body,
.id-solar-tabs .tab-pane .panel-footer {
  padding: 0 !important;
}
.id-solar-tabs .tab-pane h4 {
  padding: 0 0 10px 0;
  margin: 0;
}
.id-solar-tabs .tab-pane .panel-default {
  padding: 15px 15px 15px 15px;
}
.id-bild-text h2:last-child {
  margin-bottom: 30px;
}
.id-bild-text p:last-child {
  margin-bottom: 12px;
}
.id-bild-text a.btn {
  margin-top: 18px;
}
.id-bild-text ul.rte li:before {
  content: "\f45c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: 600;
  font-size: 6px;
  margin-top: 8px;
}
.id-bild-text img.padding-top {
  padding-top: 30px;
}
.id-bild-text img.padding-bottom {
  padding-bottom: 20px;
}
.id-bild-text .imagelegend {
  padding-top: 8px;
}
.medialegend {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 8px;
}
@media screen and (max-width: 480px) {
  .medialegend {
    flex-flow: column;
  }
}
.medialegend .title {
  width: 70%;
}
@media screen and (max-width: 480px) {
  .medialegend .title {
    width: 100%;
  }
}
.medialegend .subtitle {
  font-size: 10px;
  line-height: 12px;
  width: 30%;
  text-align: right;
  margin-top: 2px;
}
@media screen and (max-width: 480px) {
  .medialegend .subtitle {
    width: 100%;
    margin-top: 10px;
  }
}
.medialegend.onlytitle .title {
  width: 100%;
}
.medialegend.onlytitle .subtitle {
  display: none;
}
.medialegend.onlycredits .title {
  display: none;
}
.medialegend.onlycredits .subtitle {
  width: 100%;
}
.medialegend.padding-bottom {
  padding-bottom: 20px;
}
.id-testimonial .flexrow {
  display: flex;
  flex-flow: row;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .id-testimonial .flexrow {
    flex-flow: column;
    align-items: flex-start;
  }
}
.id-testimonial .quote-content {
  color: #fff;
  font-family: Univers LT W01_45 Light1475944;
  font-size: 32px;
  line-height: 42px;
  padding-right: 80px;
}
@media screen and (max-width: 1023px) {
  .id-testimonial .quote-content {
    padding-right: 0;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.id-testimonial .author {
  font-family: Univers LT W01_55 Roman1475956;
  font-size: 17px;
  margin-top: 30px;
  color: #fff;
  /*&:before {content: '\f105'; .fontawesome; color: @brand-color; margin-right: 10px;}*/
}
@media screen and (max-width: 1023px) {
  .id-testimonial .author {
    padding-bottom: 40px;
  }
}
.id-testimonial .author a {
  color: #fff;
}
.id-testimonial .author a:hover {
  color: #fff;
}
.id-testimonial .quote-author {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .id-testimonial .quote-author {
    float: right;
  }
}
.id-testimonial .quote-author img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  margin-bottom: 20px;
}
.id-testimonial .quote-author .name {
  font-family: Univers LT W01_65 Bold1475968;
}
.id-testimonial .id-bildtext {
  padding-top: 60px;
}
.id-testimonial .id-bildtext .imagebox {
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 1023px) {
  .id-testimonial .id-bildtext .imagebox {
    padding: calc(30px / 1.5);
  }
}
.id-aktuelles {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefeb), color-stop(30%, #efefeb), color-stop(30%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, #efefeb 0%, #efefeb 30%, #ffffff 30%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@greydefault', endColorstr='#ffffff', GradientType=0);
  padding-bottom: 122px;
}
@media screen and (max-width: 1023px) {
  .id-aktuelles {
    padding-bottom: calc(122px / 1.5);
  }
}
.id-aktuelles .title-row {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .id-aktuelles .title-row {
    flex-flow: column;
  }
}
.id-aktuelles .title-row h2 {
  margin-bottom: 20px;
}
.id-aktuelles .title-row .news-archive {
  align-self: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .id-aktuelles .title-row .news-archive {
    align-self: flex-start;
  }
}
.id-news-carousel {
  padding-bottom: 140px !important;
}
.id-news-home {
  margin-top: 100px;
  padding-bottom: 0;
  background: #ffffff;
  background: linear-gradient(to bottom, #fff calc(100% - 100px), #efefeb 100px);
}
@media screen and (max-width: 767px) {
  .id-news-home {
    background: linear-gradient(to bottom, #fff calc(100% - 50px), #efefeb 50px);
    margin-top: calc(100px / 1.5);
  }
}
.id-news-home .title-row h2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .id-news-home .title-row h2 {
    margin-bottom: 30px;
  }
}
.id-news-filter {
  padding-top: 0 !important;
}
.id-news-filter .filterbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .id-news-filter .filterbox {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .id-news-filter .filterbox {
    padding: 0;
  }
}
.id-news-filter .filterbox h4 {
  margin-top: 0;
  margin-bottom: 24px;
}
.id-news-filter .filterbox .topics {
  width: calc((100% - 150px) / 2);
  padding-right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .id-news-filter .filterbox .topics {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .id-news-filter .filterbox .topics {
    width: 100%;
  }
}
.id-news-filter .filterbox .categories {
  width: calc((100% - 150px) / 2);
  padding-right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .id-news-filter .filterbox .categories {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .id-news-filter .filterbox .categories {
    width: 100%;
  }
}
.id-news-filter .filterbox .years {
  width: 150px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .id-news-filter .filterbox .years {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .id-news-filter .filterbox .years {
    width: 100%;
  }
}
.id-news-filter .filterbox .years .year-dropdown {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  float: left;
  cursor: pointer;
}
.id-news-filter .filterbox .years .year-dropdown .nofYears {
  background-color: #505050;
  color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  margin-left: 10px;
  padding-left: 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.id-news-filter .filterbox .years .year-dropdown .nofYears.hidden + .icon-open {
  margin-left: 50px;
}
.id-news-filter .filterbox .years .year-dropdown .nofYears.hidden + .icon-open + .icon-close {
  margin-left: 50px;
}
.id-news-filter .filterbox .years .year-dropdown .icon-open {
  margin-left: 20px;
  color: #e00025;
}
.id-news-filter .filterbox .years .year-dropdown .icon-close {
  margin-left: 20px;
  display: none;
  color: #e00025;
}
.id-news-filter .filterbox .years .year-dropdown.show-dropdown .icon-open {
  display: none;
}
.id-news-filter .filterbox .years .year-dropdown.show-dropdown .icon-close {
  display: block;
}
.id-news-filter .filterbox .years .year-dropdown .year-selection {
  position: absolute;
  margin-top: 30px;
  width: 130px;
  background-color: #fff;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
  display: block;
  padding: 0;
  z-index: 999;
}
.id-news-filter .filterbox .years .year-dropdown .year-selection li {
  padding: 10px;
  border-top: 1px solid #EFEFEB;
}
.id-news-filter .filterbox .years .year-dropdown .year-selection li a {
  color: #000;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}
.id-news-filter .filterbox .years .year-dropdown .year-selection li a .number {
  display: none;
  /* wird nun doch nicht gewünscht */
  font-size: 14px;
  padding-left: 15px;
}
.id-news-filter .filterbox .years .year-dropdown .year-selection li.active {
  background-color: #505050;
}
.id-news-filter .filterbox .years .year-dropdown .year-selection li.active a {
  color: #fff;
}
.id-news-filter .filterbox .years .year-dropdown .year-selection li.active a:after {
  float: right;
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
  font-weight: 200;
}
.id-news-filter .filterbox .years .year-dropdown .year-selection li.disabled {
  pointer-events: none;
}
.id-news-filter .filterbox .years .year-dropdown .year-selection li.disabled a {
  opacity: 0.5;
  pointer-events: none;
}
.id-news-filter .filterbox .years .year-dropdown .year-selection li:hover {
  background-color: #EFEFEB;
}
.id-news-filter .filterbox .years .year-dropdown .year-selection li:hover.active {
  background-color: #505050;
}
.id-news-filter .filterbox .years .reset-filter {
  float: left;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .id-news-filter .filterbox .years .reset-filter {
    margin: 12px 40px;
  }
}
@media screen and (max-width: 767px) {
  .id-news-filter .filterbox .years .reset-filter {
    margin: 12px 0;
  }
}
@media screen and (max-width: 600px) {
  .id-news-filter .filterbox .years .reset-filter {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.id-news-filter .filterbox .years .reset-filter a {
  font-size: 14px;
  color: #505050;
}
.id-news-filter .filterbox .years .reset-filter a i {
  margin-right: 10px;
}
.id-news-filter .filterbox ul.filter {
  display: flex;
  flex-flow: row wrap;
  float: left;
  margin-left: 0;
  padding-left: 0;
}
.id-news-filter .filterbox ul.filter li {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
.id-news-filter .filterbox ul.filter li a {
  color: #505050;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  background-color: transparent;
  border: 2px solid #D3CFBF;
  display: inline-flex;
  border-radius: 21px;
  padding: 6px 16px;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .id-news-filter .filterbox ul.filter li a {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 16px;
  }
}
.id-news-filter .filterbox ul.filter li a .number {
  display: none;
  /* wird nun doch nicht gewünscht */
  font-size: 14px;
  padding-left: 10px;
  padding-top: 1px;
}
@media screen and (max-width: 600px) {
  .id-news-filter .filterbox ul.filter li a .number {
    font-size: 12px;
    padding-top: 0;
  }
}
.id-news-filter .filterbox ul.filter li a:hover {
  background-color: #D3CFBF;
}
.id-news-filter .filterbox ul.filter li.active a {
  background-color: #505050;
  color: #fff;
  border: 2px solid #505050;
}
.id-news-filter .filterbox ul.filter li.active a:after {
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
  font-weight: 200;
}
.id-news-filter .filterbox ul.filter li.disabled a {
  opacity: 0.5;
  pointer-events: none;
}
.id-news-filter .filterbox ul.filter li.disabled a .number {
  display: none;
}
.id-news-results .search-info {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 20px 24px 20px;
}
@media screen and (max-width: 600px) {
  .id-news-results .search-info {
    padding: 0 10px 24px 10px;
  }
}
@media screen and (max-width: 480px) {
  .id-news-results .search-info {
    padding: 0 0 20px 0;
  }
}
.id-news-results .search-info .sort-dropdown {
  display: flex;
  justify-content: flex-start;
  float: left;
  cursor: pointer;
}
.id-news-results .search-info .sort-dropdown .icon-open {
  margin-left: 20px;
  color: #e00025;
}
.id-news-results .search-info .sort-dropdown .icon-close {
  margin-left: 20px;
  display: none;
  color: #e00025;
}
.id-news-results .search-info .sort-dropdown.show-dropdown .icon-open {
  display: none;
}
.id-news-results .search-info .sort-dropdown.show-dropdown .icon-close {
  display: block;
}
.id-news-results .search-info .sort-dropdown #sort-selection {
  padding-left: 10px;
}
.id-news-results .search-info .sort-dropdown .sort-selection {
  position: absolute;
  margin-top: 30px;
  margin-left: 40px;
  width: 200px;
  background-color: #fff;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
  display: block;
  padding: 0;
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  .id-news-results .search-info .sort-dropdown .sort-selection {
    margin-left: 20px;
  }
}
.id-news-results .search-info .sort-dropdown .sort-selection li {
  padding: 10px;
  border-top: 1px solid #EFEFEB;
}
.id-news-results .search-info .sort-dropdown .sort-selection li a {
  color: #000;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}
.id-news-results .search-info .sort-dropdown .sort-selection li.active:after {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  float: right;
  padding-right: 10px;
}
.id-news-results .search-info .sort-dropdown .sort-selection li.active a {
  font-weight: 600;
}
.id-news-results .search-info .sort-dropdown .sort-selection li:hover {
  background-color: #EFEFEB;
}
.id-news-results .news-results {
  padding-bottom: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .id-news-results .news-results {
    flex-flow: column;
    align-items: center;
  }
}
.id-news-results .news-results .news-box {
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
  border: none;
  background: #fff;
  color: #000;
  overflow: hidden;
  margin-bottom: 30px;
  width: calc(50% - 15px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .id-news-results .news-results .news-box {
    margin-bottom: 15px;
    width: calc(50% - 7px);
  }
}
@media screen and (max-width: 600px) {
  .id-news-results .news-results .news-box {
    margin-bottom: 15px;
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 480px) {
  .id-news-results .news-results .news-box {
    width: 100%;
  }
}
.id-news-results .news-results .news-box:hover,
.id-news-results .news-results .news-box:focus,
.id-news-results .news-results .news-box:active {
  text-decoration: none;
}
.id-news-results .news-results .news-box .newsimage {
  height: 185px;
  overflow: hidden;
  /*
                .medienmitteilung {
                    background-color: #505050;
                    color: #fff;
                    padding: 4px 10px;
                    font-size: 14px;
                    position: relative;
                    bottom: 27px;
                    @media @mobile {bottom: 24px;}
                }*/
}
@media screen and (max-width: 991px) {
  .id-news-results .news-results .news-box .newsimage {
    height: 150px;
  }
}
.id-news-results .news-results .news-box .newsimage .image {
  display: block;
  transition: all 0.5s ease-in-out;
  background-position: center center;
  height: 185px;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .id-news-results .news-results .news-box .newsimage .image {
    height: 150px;
  }
}
.id-news-results .news-results .news-box .tile-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: calc(100% - 185px);
}
@media screen and (max-width: 991px) {
  .id-news-results .news-results .news-box .tile-content {
    height: calc(100% - 150px);
  }
}
.id-news-results .news-results .news-box .tile-content .content {
  padding: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .id-news-results .news-results .news-box .tile-content .content {
    padding: 10px;
    padding-bottom: 15px;
  }
}
.id-news-results .news-results .news-box .tile-content .content .date {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 1px solid #D8D5C5;
}
@media screen and (max-width: 991px) {
  .id-news-results .news-results .news-box .tile-content .content .date {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
  }
}
.id-news-results .news-results .news-box .tile-content .content .date .medienmitteilung {
  padding-left: 25px;
}
.id-news-results .news-results .news-box .tile-content .content .intro {
  color: #716E60;
  margin-bottom: 10px;
}
.id-news-results .news-results .news-box .tile-content .content .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-height: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 991px) {
  .id-news-results .news-results .news-box .tile-content .content .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }
}
.id-news-results .news-results .news-box .tile-content .taglist {
  display: none;
  /* wird nun doch nicht gewünscht */
  padding: 10px 20px;
}
@media screen and (max-width: 991px) {
  .id-news-results .news-results .news-box .tile-content .taglist {
    padding: 10px;
    padding-bottom: 0;
  }
}
.id-news-results .news-results .news-box .tile-content .taglist ul.tags {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0;
  margin-bottom: 0;
}
.id-news-results .news-results .news-box .tile-content .taglist ul.tags li {
  padding-right: 10px;
  padding-bottom: 10px;
}
.id-news-results .news-results .news-box .tile-content .taglist ul.tags li span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background-color: transparent;
  border: 1px solid #DFDED5;
  display: inline-flex;
  border-radius: 15px;
  padding: 4px 16px;
  text-decoration: none;
}
.id-news-results .news-results .news-box .tile-content .taglist ul.tags li span:hover {
  background-color: #505050;
  color: #fff;
}
@media screen and (min-width: 601px) {
  .id-news-results .news-results .news-box.leadstory {
    display: flex;
    flex-flow: row;
    width: 100%;
    min-height: 340px;
  }
  .id-news-results .news-results .news-box.leadstory a.newslink {
    display: flex;
    width: 100%;
  }
  .id-news-results .news-results .news-box.leadstory .newsimage {
    width: 60%;
    height: 100%;
  }
  .id-news-results .news-results .news-box.leadstory .newsimage .image {
    height: 100%;
  }
  .id-news-results .news-results .news-box.leadstory .tile-content {
    width: 40%;
    height: 100%;
  }
  .id-news-results .news-results .news-box.leadstory .tile-content .content {
    padding: 20px;
  }
  .id-news-results .news-results .news-box.leadstory .tile-content .content .title {
    font-size: 26px;
    line-height: 36px;
    -webkit-line-clamp: 5;
    max-height: 150px;
  }
}
@media screen and (max-width: 991px) {
  .id-news-results .news-results .news-box.leadstory .tile-content .content {
    padding: 10px;
  }
  .id-news-results .news-results .news-box.leadstory .tile-content .content .title {
    font-size: 22px;
    line-height: 26px;
    -webkit-line-clamp: 5;
    max-height: 130px;
  }
}
@media screen and (max-width: 600px) {
  .id-news-results .news-results .news-box.leadstory {
    width: 100%;
  }
  .id-news-results .news-results .news-box.leadstory .newsimage {
    height: 185px;
  }
  .id-news-results .news-results .news-box.leadstory .newsimage .image {
    height: 185px;
  }
  .id-news-results .news-results .news-box.leadstory .tile-content {
    height: calc(100% - 185px);
  }
  .id-news-results .news-results .news-box.leadstory .tile-content .content {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .id-news-results .news-results .news-box.leadstory .tile-content .content {
    padding-bottom: 15px;
  }
  .id-news-results .news-results .news-box.leadstory .tile-content .content .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.id-news-results .news-results .news-box a.newslink {
  color: #000;
  text-decoration: none;
}
.id-news-results .news-results .news-box a.newslink:hover .image {
  transform: scale(1.05);
}
.id-news-results .resultinfo-bottom {
  text-align: center;
}
.id-news-results .resultinfo-bottom #load-news {
  margin-top: 20px;
}
.id-blog-entry {
  /* * * * * * * * * */
}
.id-blog-entry .blog-content > .row:first-of-type {
  padding-top: 0;
}
.id-blog-entry .blog-content > .row,
.id-blog-entry .blog-content .NewsPar > .row {
  padding-top: 50px;
}
@media screen and (max-width: 1023px) {
  .id-blog-entry .blog-content > .row,
  .id-blog-entry .blog-content .NewsPar > .row {
    padding-top: 30px;
  }
}
.id-blog-entry .row.id-quote + .row {
  padding-top: 50px;
}
.id-blog-entry .row + .row.id-parallax {
  margin-top: 50px;
  padding-top: 0;
}
.id-blog-entry .row:not(.overlay-bottom-white):not(.overlay-bottom-darkgrey):not(.overlay-top-white):not(.color-grey):not(.id-parallax):not(.id-map-home) + .row.color-grey {
  margin-top: 50px;
}
.id-blog-entry .row.color-grey {
  padding-bottom: 50px;
}
.id-blog-entry .back {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .id-blog-entry .back.sticky {
    padding: 0 10px 40px 10px;
  }
}
.id-blog-entry .back a {
  color: #000;
  margin-left: 10px;
}
.id-blog-entry .back.affix {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1420px;
  border-bottom: solid #d8d5c5 1px;
  margin: 0 auto;
  padding: 10px 0;
  background: #fff;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .id-blog-entry .back.affix {
    padding: 10px;
  }
}
.id-blog-entry .back.affix + .col-md-12 {
  margin-top: 80px;
  /*transition: all ease 0.3s;*/
}
.id-blog-entry .blog-intro .autor,
.id-blog-entry .blog-bottom .autor {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #505050;
  float: left;
  padding-top: 12px;
}
.id-blog-entry .blog-intro .blog-info,
.id-blog-entry .blog-bottom .blog-info {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  /*width: 100%;*/
  width: calc(100% - 21px);
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .id-blog-entry .blog-intro .blog-info,
  .id-blog-entry .blog-bottom .blog-info {
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .id-blog-entry .blog-intro .blog-info,
  .id-blog-entry .blog-bottom .blog-info {
    flex-flow: column;
  }
}
.id-blog-entry .blog-intro .blog-info .metadata .readtime:before,
.id-blog-entry .blog-bottom .blog-info .metadata .readtime:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 5px;
  margin-left: 5px;
  margin-right: 10px;
  position: relative;
  bottom: 3px;
}
.id-blog-entry .blog-intro .blog-info #social-share,
.id-blog-entry .blog-bottom .blog-info #social-share {
  display: flex;
  flex-flow: column;
  align-self: flex-start;
  min-width: 175px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .id-blog-entry .blog-intro .blog-info #social-share,
  .id-blog-entry .blog-bottom .blog-info #social-share {
    min-width: 215px;
  }
}
.id-blog-entry .blog-intro .blog-info #social-share .title,
.id-blog-entry .blog-bottom .blog-info #social-share .title {
  float: left;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .id-blog-entry .blog-intro .blog-info #social-share .title,
  .id-blog-entry .blog-bottom .blog-info #social-share .title {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .id-blog-entry .blog-intro .blog-info #social-share .title,
  .id-blog-entry .blog-bottom .blog-info #social-share .title {
    margin-top: 0;
    margin-left: 7px;
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .id-blog-entry .blog-intro .blog-info #social-share .title,
  .id-blog-entry .blog-bottom .blog-info #social-share .title {
    margin-top: 10px;
    margin-left: 0;
  }
}
.id-blog-entry .blog-intro .blog-info #social-share .shariff,
.id-blog-entry .blog-bottom .blog-info #social-share .shariff {
  float: left;
  font-size: 22px;
}
.id-blog-entry .blog-intro .blog-info #social-share .shariff .theme-white .shariff-button,
.id-blog-entry .blog-bottom .blog-info #social-share .shariff .theme-white .shariff-button {
  border: none !important;
}
.id-blog-entry .blog-intro .blog-info #social-share .shariff .theme-white .shariff-button a,
.id-blog-entry .blog-bottom .blog-info #social-share .shariff .theme-white .shariff-button a {
  display: block;
  text-align: center;
}
.id-blog-entry .blog-intro .blog-info #social-share .shariff .theme-white .shariff-button a span.fa,
.id-blog-entry .blog-bottom .blog-info #social-share .shariff .theme-white .shariff-button a span.fa {
  display: block;
}
.id-blog-entry .blog-intro .blog-info #social-share .shariff .theme-white .shariff-button a span.fa-facebook-f,
.id-blog-entry .blog-bottom .blog-info #social-share .shariff .theme-white .shariff-button a span.fa-facebook-f {
  margin-top: 4px;
}
.id-blog-entry .blog-intro .blog-info #social-share .shariff .orientation-horizontal,
.id-blog-entry .blog-bottom .blog-info #social-share .shariff .orientation-horizontal {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  width: auto;
  float: right;
}
.id-blog-entry .blog-intro .blog-info #social-share .shariff .orientation-horizontal li,
.id-blog-entry .blog-bottom .blog-info #social-share .shariff .orientation-horizontal li {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (min-width: 1024px) {
  .id-blog-entry .blog-intro .blog-info #social-share .shariff .orientation-horizontal li.whatsapp,
  .id-blog-entry .blog-bottom .blog-info #social-share .shariff .orientation-horizontal li.whatsapp {
    display: none;
    min-width: 1px !important;
    max-width: 1px !important;
  }
}
@media screen and (max-width: 1023px) {
  .id-blog-entry .blog-intro .blog-info #social-share .shariff .orientation-horizontal li.whatsapp,
  .id-blog-entry .blog-bottom .blog-info #social-share .shariff .orientation-horizontal li.whatsapp {
    display: inline-block;
  }
}
.id-blog-entry .blog-intro .blog-info #social-share .shariff .orientation-horizontal li a,
.id-blog-entry .blog-bottom .blog-info #social-share .shariff .orientation-horizontal li a {
  color: #000;
}
.id-blog-entry .blog-intro .blog-info #social-share .shariff .orientation-horizontal li a:hover,
.id-blog-entry .blog-bottom .blog-info #social-share .shariff .orientation-horizontal li a:hover {
  background: none;
  color: #e00025;
}
.id-blog-entry .blog-intro .blog-info #social-share .shariff .orientation-horizontal li:first-child,
.id-blog-entry .blog-bottom .blog-info #social-share .shariff .orientation-horizontal li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .id-blog-entry .blog-intro .blog-info #social-share .shariff .orientation-horizontal li:first-child,
  .id-blog-entry .blog-bottom .blog-info #social-share .shariff .orientation-horizontal li:first-child {
    margin-left: 0;
  }
}
.id-blog-entry .blog-intro .blog-info #social-share ul.copylink,
.id-blog-entry .blog-bottom .blog-info #social-share ul.copylink {
  width: 34px;
  font-size: 22px;
  margin-bottom: 0;
  margin-left: 15px;
  padding-left: 0;
  float: left;
}
.id-blog-entry .blog-intro .blog-info #social-share ul.copylink li,
.id-blog-entry .blog-bottom .blog-info #social-share ul.copylink li {
  display: inline-block;
  list-style: none;
}
.id-blog-entry .blog-intro .blog-info #social-share ul.copylink li a,
.id-blog-entry .blog-bottom .blog-info #social-share ul.copylink li a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
.id-blog-entry .blog-intro .blog-info #social-share ul.copylink li a:hover,
.id-blog-entry .blog-bottom .blog-info #social-share ul.copylink li a:hover {
  color: #e00025;
}
.id-blog-entry .blog-intro .blog-info #social-share ul.copylink li a:hover .tooltiptext,
.id-blog-entry .blog-bottom .blog-info #social-share ul.copylink li a:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.id-blog-entry .blog-intro .blog-info #social-share ul.copylink .tooltiptext,
.id-blog-entry .blog-bottom .blog-info #social-share ul.copylink .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #555;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 6px;
  padding: 2px;
  position: absolute;
  z-index: 1;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}
.id-blog-entry .blog-intro .blog-info #social-share ul.copylink .tooltiptext.top,
.id-blog-entry .blog-bottom .blog-info #social-share ul.copylink .tooltiptext.top {
  top: -40px;
}
.id-blog-entry .blog-intro .blog-info #social-share ul.copylink .tooltiptext.bottom,
.id-blog-entry .blog-bottom .blog-info #social-share ul.copylink .tooltiptext.bottom {
  bottom: 140px;
}
.id-blog-entry .blog-intro .blog-info .shariff .theme-white .shariff-button,
.id-blog-entry .blog-bottom .blog-info .shariff .theme-white .shariff-button,
.id-blog-entry .blog-intro .blog-info .shariff .theme-white li a,
.id-blog-entry .blog-bottom .blog-info .shariff .theme-white li a {
  width: 34px !important;
  max-width: 34px !important;
}
@media screen and (max-width: 767px) {
  .id-blog-entry .blog-intro .blog-info .shariff .theme-white .shariff-button,
  .id-blog-entry .blog-bottom .blog-info .shariff .theme-white .shariff-button,
  .id-blog-entry .blog-intro .blog-info .shariff .theme-white li a,
  .id-blog-entry .blog-bottom .blog-info .shariff .theme-white li a {
    width: 30px !important;
    max-width: 30px !important;
  }
}
.id-blog-entry .blog-intro .blog-info.top,
.id-blog-entry .blog-bottom .blog-info.top {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .id-blog-entry .blog-intro .blog-info.top #social-share,
  .id-blog-entry .blog-bottom .blog-info.top #social-share {
    flex-flow: row;
  }
  .id-blog-entry .blog-intro .blog-info.top #social-share .title,
  .id-blog-entry .blog-bottom .blog-info.top #social-share .title {
    margin-top: 6px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .id-blog-entry .blog-intro .blog-info.top,
  .id-blog-entry .blog-bottom .blog-info.top {
    align-items: flex-start;
  }
  .id-blog-entry .blog-intro .blog-info.top #social-share,
  .id-blog-entry .blog-bottom .blog-info.top #social-share {
    flex-flow: column;
  }
  .id-blog-entry .blog-intro .blog-info.top .metadata,
  .id-blog-entry .blog-bottom .blog-info.top .metadata {
    margin-bottom: 10px;
  }
}
.id-blog-entry .blog-intro .blog-info.bottom,
.id-blog-entry .blog-bottom .blog-info.bottom {
  padding-top: 48px;
  padding-bottom: 0;
}
.id-blog-entry .blog-intro .taglist,
.id-blog-entry .blog-bottom .taglist {
  padding-top: 10px;
}
.id-blog-entry .blog-intro .taglist ul.tags,
.id-blog-entry .blog-bottom .taglist ul.tags {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0;
  margin-bottom: 0;
}
.id-blog-entry .blog-intro .taglist ul.tags li,
.id-blog-entry .blog-bottom .taglist ul.tags li {
  padding-right: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .id-blog-entry .blog-intro .taglist ul.tags li,
  .id-blog-entry .blog-bottom .taglist ul.tags li {
    padding-bottom: 10px;
  }
}
.id-blog-entry .blog-intro .taglist ul.tags li a,
.id-blog-entry .blog-bottom .taglist ul.tags li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background-color: transparent;
  border: 1px solid #DFDED5;
  display: inline-flex;
  border-radius: 15px;
  padding: 4px 16px;
  text-decoration: none;
  cursor: pointer;
}
.id-blog-entry .blog-intro .taglist ul.tags li a:hover,
.id-blog-entry .blog-bottom .taglist ul.tags li a:hover {
  background-color: #DFDED5;
}
.id-quote {
  background: #EFEFEB;
  margin: 50px -10px 0 -10px;
  padding: 50px 0 !important;
}
.id-quote .quote-panel .text-container {
  display: block;
  position: relative;
  text-decoration: none;
  /*
            .teaser-canvas-arrow {
                content: ""; 
                position: absolute; 
                transform: skewX(-33.5deg);
                background: @brand-color;
                z-index: 999;
                width: 15px;
                height: 32px; 
                bottom: 9px;
                left: 12px;
                @media @mobile {left: 32px;}
                @media @mobilemedium {left: 12px;}
            }*/
}
@media screen and (max-width: 1023px) {
  .id-quote .quote-panel .text-container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .id-quote .quote-panel .text-container {
    padding: 0;
  }
}
.id-quote .quote-panel .text-container .quote-content .quote-icon {
  /*color: @brand-color;*/
}
.id-quote .quote-panel .text-container .quote-content,
.id-quote .quote-panel .text-container .quote-content p {
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .id-quote .quote-panel .text-container .quote-content,
  .id-quote .quote-panel .text-container .quote-content p {
    font-size: 23px;
    line-height: 32px;
  }
}
.id-quote .quote-panel .text-container .autor {
  margin-top: 30px;
  /*margin-top: 40px; margin-left: 50px;*/
  font-size: 14px;
  line-height: 20px;
}
.id-quote .quote-panel .text-container .teaser-canvas-arrow {
  display: none;
}
.id-quote .quote-panel.split-panel {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .id-quote .quote-panel.split-panel {
    flex-flow: column;
  }
}
.id-quote .quote-panel.split-panel .visuals {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .id-quote .quote-panel.split-panel .visuals {
    width: 100%;
    padding-bottom: 20px;
  }
}
.id-quote .quote-panel.split-panel .visuals .quote-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .id-quote .quote-panel.split-panel .visuals .quote-img {
    flex-flow: column;
  }
}
.id-quote .quote-panel.split-panel .text-container {
  width: calc(100% - 250px);
}
@media screen and (max-width: 1023px) {
  .id-quote .quote-panel.split-panel .text-container {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .id-quote .quote-panel.split-panel .text-container {
    width: 100%;
    padding: 0;
  }
}
.id-note .note-content {
  border-left: 4px solid #e00025;
  padding-left: 40px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .id-note .note-content {
    padding-left: 30px;
    font-size: 23px;
    line-height: 32px;
  }
}
.id-newsintro {
  font-size: 26px;
  line-height: 38px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .id-newsintro {
    font-size: 22px;
    line-height: 32px;
  }
}
.id-bildtext .infobox {
  float: left;
  background-color: #EFEFEB;
  position: relative;
  width: 315px;
  padding: 30px;
  margin: 0 40px 25px 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media screen and (max-width: 767px) {
  .id-bildtext .infobox {
    margin: 0 20px 15px 0;
  }
}
@media screen and (max-width: 600px) {
  .id-bildtext .infobox {
    width: 100%;
  }
}
.id-bildtext .infobox .toggle-button {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #e00025;
  height: 42px;
  width: 42px;
  border-radius: 21px;
  color: #e00025;
  cursor: pointer;
}
.id-bildtext .infobox .toggle-button .icon-close {
  display: none;
}
.id-bildtext .infobox .toggle-button .icon-close i {
  top: 6px;
  transform: translateX(-50%);
}
.id-bildtext .infobox .toggle-button i {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}
.id-bildtext .infobox .introtext {
  width: 255px;
}
.id-bildtext .infobox .introtext .title {
  float: left;
  padding-bottom: 20px;
}
.id-bildtext .infobox .introtext .text {
  float: left;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
}
.id-bildtext .infobox .description {
  display: none;
  width: calc(100% - 315px);
  padding-left: 20px;
}
.id-bildtext .infobox.show-infobox {
  display: flex;
  flex-flow: row;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .id-bildtext .infobox.show-infobox {
    flex-flow: column;
  }
}
.id-bildtext .infobox.show-infobox .toggle-button .icon-open {
  display: none;
}
.id-bildtext .infobox.show-infobox .toggle-button .icon-close {
  display: block;
}
.id-bildtext .infobox.show-infobox .introtext {
  width: 255px;
}
@media screen and (max-width: 767px) {
  .id-bildtext .infobox.show-infobox .introtext {
    flex-flow: column;
  }
}
.id-bildtext .infobox.show-infobox .description {
  display: block;
}
@media screen and (max-width: 767px) {
  .id-bildtext .infobox.show-infobox .description {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.id-bildtext .infobox ul.rte li:before,
.id-bildtext .infobox ol.rte li:before {
  color: #000;
}
.id-gallery {
  padding-top: 60px !important;
  padding-bottom: 20px !important;
}
@media screen and (max-width: 1023px) {
  .id-gallery .imggallerie-carousel {
    /*padding-left: 15px;*/
  }
}
.id-gallery .imggallerie-carousel .img-item {
  width: 650px;
  /*
            @media screen and (min-width: 1221px) {width: calc((1210px / 12 * 8) - 40px);}
            @media screen and (min-width: 1025px) and (max-width: 1220px) {width: calc((100vw / 12 * 8) - 75px);}
            */
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .id-gallery .imggallerie-carousel .img-item {
    width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .id-gallery .imggallerie-carousel .img-item {
    width: 75vw;
  }
}
.id-gallery .imggallerie-carousel .img-item a {
  height: 438px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
}
@media screen and (max-width: 1023px) {
  .id-gallery .imggallerie-carousel .img-item a {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .id-gallery .imggallerie-carousel .img-item a {
    height: 320px;
  }
}
@media screen and (max-width: 600px) {
  .id-gallery .imggallerie-carousel .img-item a {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .id-gallery .imggallerie-carousel .img-item a {
    height: 200px;
  }
}
.id-gallery .imggallerie-carousel .img-item .medialegend {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
}
@media screen and (max-width: 480px) {
  .id-gallery .imggallerie-carousel .img-item .medialegend {
    flex-flow: column;
  }
}
.id-gallery .imggallerie-carousel .img-item .medialegend .title {
  width: 70%;
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 480px) {
  .id-gallery .imggallerie-carousel .img-item .medialegend .title {
    width: 100%;
  }
}
.id-gallery .imggallerie-carousel .img-item .medialegend .subtitle {
  font-size: 10px;
  line-height: 12px;
  width: 30%;
  text-align: right;
  margin-top: 2px;
}
@media screen and (max-width: 480px) {
  .id-gallery .imggallerie-carousel .img-item .medialegend .subtitle {
    width: 100%;
    margin-top: 10px;
  }
}
.id-gallery .imggallerie-carousel .img-item .medialegend.onlytitle .title {
  width: 100%;
}
.id-gallery .imggallerie-carousel button.slick-next:before {
  font-size: 40px;
}
.id-gallery .imggallerie-carousel button.slick-prev:before {
  font-size: 40px;
}
.id-gallery .imggallerie-carousel .slick-dots {
  padding-top: 35px;
}
.project-box {
  border: 1px #cbcbcb solid;
  background: #fff;
  overflow: hidden;
}
.project-box a.project-box-link {
  color: #000;
}
.project-box a.project-box-link:hover,
.project-box a.project-box-link:focus,
.project-box a.project-box-link:active {
  text-decoration: none;
}
.project-box a.project-box-link .image {
  margin-bottom: 21px;
  display: block;
  transition: all 0.5s ease-in-out;
  background-position: center center;
  height: 205px;
  background-size: cover;
}
.project-box a.project-box-link .h4 {
  padding: 0 26px 0 26px;
  display: block;
}
.project-box a.project-box-link .p-small {
  padding: 0 26px 26px 26px;
  margin: 0;
  display: block;
}
.project-box a.project-box-link:hover .image {
  transform: scale(1.05);
}
.projectbox-carousel .project-box {
  width: 380px;
  margin: 10px;
}
.projectbox-carousel .project-box .project-box-link {
  display: block;
}
.slick-prev:before,
.slick-next:before {
  opacity: 0.95;
}
.stsg-carousel {
  height: 200px;
  position: relative;
  /*
    .stsg-tile {
        &.width-33 {
            @media @desktop {
                width: calc(~"(100% / 3) - 19px");
                margin: 0 0 @vertical-grid-row 0;
            }
            @media @mobilemedium {
                width: calc(~"(100% / 2) - 10px");
                margin: 0 0 @vertical-grid-row-mobile 0;
            }
            @media @max600 {
                width: 100%;
                margin: 10px 0;
                &:first-child {
                    margin-top: 0;
                }
            }
        }
    }*/
}
.stsg-carousel.fullwidthslide .carousel-item {
  margin: 0;
}
.stsg-carousel a {
  float: left;
  display: inline-block;
  width: 100%;
}
.stsg-carousel a:hover {
  color: #e00025;
  text-decoration: underline;
}
.stsg-carousel > div.slick-list {
  height: 200px;
}
.stsg-carousel > div.slick-list > .slick-track {
  height: 200px;
}
.stsg-carousel > div.slick-list > .slick-track .carousel-item {
  height: 200px;
}
.stsg-carousel .carousel-item {
  margin: 0 10px;
  cursor: pointer;
}
.stsg-carousel .carousel-item .carousel-image {
  width: 100%;
  height: 100%;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .stsg-carousel .carousel-item.news-item {
    width: calc(100% - 20px);
    padding-right: 20px;
    /*margin-left: 5px;*/
  }
}
@media screen and (max-width: 767px) {
  .stsg-carousel .carousel-item.news-item {
    width: calc(100% - 10px);
    padding-right: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .stsg-carousel .carousel-item.news-item {
    width: calc(100% - 10px);
    padding-right: 0;
    margin-left: 0;
  }
}
.stsg-carousel button.slick-next {
  background: none;
  right: -45px;
}
.stsg-carousel button.slick-next:before {
  color: #000;
  font-size: 40px;
}
.stsg-carousel button.slick-prev {
  background: none;
  left: -55px;
}
.stsg-carousel button.slick-prev:before {
  color: #000;
  font-size: 40px;
}
.stsg-carousel button.slick-next,
.stsg-carousel button.slick-prev {
  height: 100%;
  top: 0;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .stsg-carousel button.slick-next,
  .stsg-carousel button.slick-prev {
    display: none !important;
    margin-left: 10px;
    margin-right: 8px;
  }
}
.stsg-carousel button.slick-next:before,
.stsg-carousel button.slick-prev:before {
  padding: 0 !important;
}
@media screen and (max-width: 1023px) {
  .stsg-carousel button.slick-next:before,
  .stsg-carousel button.slick-prev:before {
    background: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel button {
    width: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel button:before {
    width: 50px;
    height: 42px;
  }
}
.stsg-carousel .slick-prev.slick-disabled:before,
.stsg-carousel .slick-prev:before {
  content: "\f060";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}
@media screen and (min-width: 1024px) {
  .stsg-carousel .slick-prev.slick-disabled:before,
  .stsg-carousel .slick-prev:before {
    margin-left: -25px;
  }
}
.stsg-carousel .slick-next:before,
.stsg-carousel .slick-next.slick-disabled:before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}
.stsg-carousel.info-carousel {
  height: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.stsg-carousel.info-carousel > div.slick-list {
  height: 100%;
}
.stsg-carousel.info-carousel > div.slick-list > .slick-track {
  height: 100%;
}
.stsg-carousel.info-carousel button.slick-next {
  right: -60px;
}
.stsg-carousel.info-carousel button.slick-prev {
  left: -50px;
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.info-carousel button.slick-next:before,
  .stsg-carousel.info-carousel button.slick-prev:before {
    position: absolute;
    top: 120px;
    width: 50px;
    height: 42px;
  }
}
.stsg-carousel.info-carousel > div.slick-list > .slick-track .carousel-item {
  height: 100%;
  margin: 0 10px 10px 10px;
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.info-carousel button.slick-prev:before {
    left: 0;
    margin-left: 0;
  }
  .stsg-carousel.info-carousel button.slick-next:before {
    right: -1px;
  }
}
.stsg-carousel.product-carousel {
  height: initial;
  max-width: 940px;
  margin: 0 auto;
}
.stsg-carousel.product-carousel a {
  width: initial;
}
.stsg-carousel.product-carousel > div.slick-list {
  height: 100%;
}
.stsg-carousel.product-carousel > div.slick-list > .slick-track {
  height: 100%;
}
.stsg-carousel.product-carousel button.slick-next {
  right: -60px;
}
.stsg-carousel.product-carousel button.slick-next:before {
  color: #000;
  font-size: 40px;
}
.stsg-carousel.product-carousel button.slick-prev {
  left: -50px;
}
.stsg-carousel.product-carousel button.slick-prev:before {
  color: #000;
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.product-carousel button.slick-next:before,
  .stsg-carousel.product-carousel button.slick-prev:before {
    position: absolute;
    top: 120px;
    width: 50px;
    height: 42px;
  }
}
.stsg-carousel.product-carousel > div.slick-list > .slick-track .carousel-item {
  height: 100%;
  margin: 0 10px 10px 10px;
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.product-carousel button.slick-prev:before {
    left: 0;
    margin-left: 0;
  }
  .stsg-carousel.product-carousel button.slick-next:before {
    right: -1px;
  }
}
.stsg-carousel.timeline-carousel {
  height: initial;
  max-width: 100%;
  margin: 0 auto;
}
.stsg-carousel.timeline-carousel a {
  width: initial;
}
.stsg-carousel.timeline-carousel > div.slick-list {
  height: 100%;
}
.stsg-carousel.timeline-carousel > div.slick-list > .slick-track {
  height: 100%;
}
.stsg-carousel.timeline-carousel button.slick-next {
  right: -60px;
}
.stsg-carousel.timeline-carousel button.slick-next:before {
  color: #000;
  font-size: 40px;
}
.stsg-carousel.timeline-carousel button.slick-prev {
  left: -50px;
}
.stsg-carousel.timeline-carousel button.slick-prev:before {
  color: #000;
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.timeline-carousel button.slick-next:before,
  .stsg-carousel.timeline-carousel button.slick-prev:before {
    position: absolute;
    top: 120px;
    width: 50px;
    height: 42px;
  }
}
.stsg-carousel.timeline-carousel > div.slick-list > .slick-track .carousel-item {
  height: 100%;
  margin: 0 10px 10px 10px;
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.timeline-carousel button.slick-prev:before {
    left: 0;
    margin-left: 0;
  }
  .stsg-carousel.timeline-carousel button.slick-next:before {
    right: -1px;
  }
}
.stsg-carousel.stsg-carousel-title {
  height: 250px;
  position: relative;
}
.stsg-carousel.stsg-carousel-title > div.slick-list {
  height: 250px;
  /*   @media @desktop-ultra {
                margin-left: -40px;
                width: calc(~"100% + 80px");
            }
             */
}
.stsg-carousel.stsg-carousel-title > div.slick-list > .slick-track {
  height: 250px;
}
.stsg-carousel.stsg-carousel-title.newscarousel {
  /*
            @media @desktop-ultra {
                margin-left: -42px; width: calc(~"100% + 85px");
                .news-item {margin: 0 42px;}
            }*/
  /*
            @media @desktop-ultra {
               margin-left: -45px;
               width: calc(~"100% + 120px");
            }*/
}
@media screen and (min-width: 1024px) {
  .stsg-carousel.stsg-carousel-title.newscarousel {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-title.newscarousel button.slick-next:before,
  .stsg-carousel.stsg-carousel-title.newscarousel button.slick-prev:before {
    position: absolute;
    top: 120px;
    width: 50px;
    height: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .stsg-carousel.stsg-carousel-title.newscarousel {
    height: 585px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-title.newscarousel {
    height: 547px;
    width: calc(100% + 10px);
  }
}
@media screen and (min-width: 1024px) {
  .stsg-carousel.stsg-carousel-title.newscarousel > div.slick-list {
    height: 585px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-title.newscarousel > div.slick-list {
    height: 547px;
  }
}
@media screen and (min-width: 1024px) {
  .stsg-carousel.stsg-carousel-title.newscarousel > div.slick-list > .slick-track {
    height: 585px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-title.newscarousel > div.slick-list > .slick-track {
    height: 547px;
  }
}
@media screen and (min-width: 1024px) {
  .stsg-carousel.stsg-carousel-title.newscarousel > div.slick-list > .slick-track .carousel-item {
    height: 585px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-title.newscarousel > div.slick-list > .slick-track .carousel-item {
    height: 547px;
  }
}
.stsg-carousel.stsg-carousel-title.newscarousel .carousel-item .carousel-image-outer {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .stsg-carousel.stsg-carousel-title.newscarousel .carousel-item .carousel-image-outer {
    max-height: 185px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-title.newscarousel .carousel-item .carousel-image-outer {
    max-height: 185px;
  }
}
@media screen and (min-width: 1024px) {
  .stsg-carousel.stsg-carousel-title.newscarousel .carousel-item .carousel-image-outer .carousel-image {
    height: 185px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-title.newscarousel .carousel-item .carousel-image-outer .carousel-image {
    height: 185px;
  }
}
.stsg-carousel.stsg-carousel-title.newscarousel .carousel-item a {
  height: calc(100% - 5px);
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-title.newscarousel button.slick-prev:before {
    left: 0;
    margin-left: 0;
  }
  .stsg-carousel.stsg-carousel-title.newscarousel button.slick-next:before {
    right: -1px;
  }
}
.stsg-carousel.stsg-carousel-news {
  height: 370px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .stsg-carousel.stsg-carousel-news {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-news {
    margin-left: -5px;
    width: calc(100% + 10px);
  }
}
@media screen and (max-width: 767px) {
  .stsg-carousel.stsg-carousel-news {
    margin-left: 0;
  }
}
.stsg-carousel.stsg-carousel-news .news-box {
  height: 370px;
}
@media screen and (min-width: 1024px) {
  .stsg-carousel.stsg-carousel-news .news-box {
    width: calc(100% - 20px);
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .stsg-carousel.stsg-carousel-news .news-box {
    width: calc(100% - 20px);
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .stsg-carousel.stsg-carousel-news .news-box {
    width: calc(100% - 20px);
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .stsg-carousel.stsg-carousel-news .news-box {
    width: calc(100% - 10px);
    margin-left: 0;
  }
}
.stsg-carousel.stsg-carousel-news .news-box:hover,
.stsg-carousel.stsg-carousel-news .news-box:focus,
.stsg-carousel.stsg-carousel-news .news-box:active {
  text-decoration: none;
}
.stsg-carousel.stsg-carousel-news .news-box .newsimage {
  height: 185px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.stsg-carousel-news .news-box .newsimage {
    height: 150px;
  }
}
.stsg-carousel.stsg-carousel-news .news-box .newsimage .image {
  display: block;
  transition: all 0.5s ease-in-out;
  background-position: center center;
  height: 185px;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.stsg-carousel-news .news-box .newsimage .image {
    height: 150px;
  }
}
.stsg-carousel.stsg-carousel-news .news-box .content {
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.stsg-carousel-news .news-box .content {
    padding: 10px;
  }
}
.stsg-carousel.stsg-carousel-news .news-box .content .date {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.stsg-carousel-news .news-box .content .date {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
  }
}
.stsg-carousel.stsg-carousel-news .news-box .content .date .medienmitteilung {
  padding-left: 25px;
}
.stsg-carousel.stsg-carousel-news .news-box .content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  max-height: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.stsg-carousel-news .news-box .content .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }
}
.stsg-carousel.stsg-carousel-news .news-box a.newslink {
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background: #fff;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-news .news-box a.newslink {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .stsg-carousel.stsg-carousel-news .news-box a.newslink {
    width: calc(100% - 10px);
  }
}
.stsg-carousel.stsg-carousel-news .news-box a.newslink:hover .image {
  transform: scale(1.05);
}
.stsg-carousel.stsg-carousel-news > div.slick-list {
  height: 370px;
}
.stsg-carousel.stsg-carousel-news > div.slick-list > .slick-track {
  height: 370px;
}
.stsg-carousel.stsg-carousel-news > div.slick-list > .slick-track .carousel-item {
  height: 370px;
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-news button.slick-next:before,
  .stsg-carousel.stsg-carousel-news button.slick-prev:before {
    position: absolute;
    top: 120px;
    width: 50px;
    height: 42px;
  }
}
.stsg-carousel.stsg-carousel-news .carousel-item .carousel-image-outer {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .stsg-carousel.stsg-carousel-news .carousel-item .carousel-image-outer {
    max-height: 185px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-news .carousel-item .carousel-image-outer {
    max-height: 185px;
  }
}
@media screen and (min-width: 1024px) {
  .stsg-carousel.stsg-carousel-news .carousel-item .carousel-image-outer .carousel-image {
    height: 185px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-news .carousel-item .carousel-image-outer .carousel-image {
    height: 185px;
  }
}
.stsg-carousel.stsg-carousel-news .carousel-item a {
  height: 350px;
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-news button.slick-prev:before {
    left: 0;
    margin-left: 0;
  }
  .stsg-carousel.stsg-carousel-news button.slick-next:before {
    right: -1px;
  }
}
.stsg-carousel.stsg-carousel-news .slick-dots {
  padding-top: 20px;
}
.stsg-carousel button.slick-next:before,
.stsg-carousel button.slick-prev:before {
  /*
            @media @mindesktop-maxultra {
                background: rgba(255, 255, 255, 0.85);
            }*/
}
@media screen and (max-width: 1023px) {
  .stsg-carousel button.slick-next:before,
  .stsg-carousel button.slick-prev:before {
    background: rgba(255, 255, 255, 0.85);
  }
}
.stsg-carousel.fullwidthslide {
  height: 500px;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.fullwidthslide {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .stsg-carousel.fullwidthslide {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .stsg-carousel.fullwidthslide {
    height: 150px;
  }
}
.stsg-carousel.fullwidthslide div.slick-list {
  height: 500px;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.fullwidthslide div.slick-list {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .stsg-carousel.fullwidthslide div.slick-list {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .stsg-carousel.fullwidthslide div.slick-list {
    height: 150px;
  }
}
.stsg-carousel.fullwidthslide div.slick-list .slick-track {
  height: 500px;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.fullwidthslide div.slick-list .slick-track {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .stsg-carousel.fullwidthslide div.slick-list .slick-track {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .stsg-carousel.fullwidthslide div.slick-list .slick-track {
    height: 150px;
  }
}
.stsg-carousel.fullwidthslide div.slick-list .slick-track .carousel-item {
  height: 500px;
  border-right: solid 8px #fff;
  border-left: solid 10px #fff;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.fullwidthslide div.slick-list .slick-track .carousel-item {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .stsg-carousel.fullwidthslide div.slick-list .slick-track .carousel-item {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .stsg-carousel.fullwidthslide div.slick-list .slick-track .carousel-item {
    height: 150px;
  }
}
.stsg-carousel.fullwidthslide.stsg-carousel-title {
  height: 540px;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title {
    height: 440px;
  }
}
@media screen and (max-width: 767px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title {
    height: 200px;
  }
}
.stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list {
  height: 540px;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list {
    height: 440px;
  }
}
@media screen and (max-width: 767px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list {
    height: 200px;
  }
}
.stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list .slick-track {
  height: 540px;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list .slick-track {
    height: 440px;
  }
}
@media screen and (max-width: 767px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list .slick-track {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list .slick-track {
    height: 200px;
  }
}
.stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list .slick-track .carousel-item {
  height: 540px;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list .slick-track .carousel-item {
    height: 440px;
  }
}
@media screen and (max-width: 767px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list .slick-track .carousel-item {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list .slick-track .carousel-item {
    height: 200px;
  }
}
.stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list .slick-track .carousel-item .image-description-label {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
}
.news-item > a,
.news-item .disorder-item {
  text-decoration: none;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 600px) {
  .news-item > a,
  .news-item .disorder-item {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
  }
}
.news-item > a:hover,
.news-item:hover > a {
  overflow: hidden;
}
.news-item > a:hover .carousel-image,
.news-item:hover > a .carousel-image {
  transform: scale(1.03);
  -ms-transform: scale(1.03);
}
.news-item > a:hover .carousel-image-outer,
.news-item:hover > a .carousel-image-outer {
  max-height: 375px;
  overflow: hidden;
}
.news-item > a:hover .morelink,
.news-item:hover > a .morelink {
  text-decoration: underline;
}
.news-item > a:hover .morelink:before,
.news-item:hover > a .morelink:before {
  text-decoration: none;
  -moz-text-decoration-color: #fff;
  text-decoration-color: #fff;
}
.news-item > a {
  overflow: hidden;
}
.news-item > a .carousel-image {
  transition: all ease 0.4s;
}
.news-item {
  height: 275px;
  margin-bottom: 40px !important;
  float: left;
  display: flex;
  align-items: stretch;
  height: 100% !important;
}
@media screen and (min-width: 1024px) {
  .news-item {
    margin: 0 40px 0 40px;
    min-height: 565px;
  }
  .news-item > a,
  .news-item .disorder-item {
    height: 565px !important;
  }
}
@media screen and (max-width: 1023px) {
  .news-item {
    margin: 0 20px 0 0;
    min-height: 527px;
  }
  .news-item > a,
  .news-item .disorder-item {
    height: 527px !important;
  }
}
.news-item .disorder-item {
  height: auto;
  background-color: #fff;
  color: #000 !important;
  cursor: default;
}
.news-item .disorder-item .tile-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
.news-item .disorder-item .current-disorder {
  border-bottom: 1px solid #efefeb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.news-item .disorder-item a.disorder-link {
  color: #000;
  width: initial;
  float: initial;
  display: initial;
}
.news-item .disorder-item a.btn.disorder {
  width: auto;
  height: initial;
  margin-top: 30px;
}
.news-item > a {
  height: auto;
  background-color: #fff;
  color: #000 !important;
}
.news-item > a:hover {
  text-decoration: none;
}
.news-item > a:hover * {
  text-decoration: none;
}
.news-item .carousel-image-outer {
  max-height: 275px;
  overflow: hidden;
}
.news-item .carousel-image-outer .carousel-image {
  height: 275px;
  background-size: cover;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .news-item .tile-content {
    height: calc(100% - 185px);
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .news-item .tile-content {
    padding: 20px;
  }
}
.news-item .tile-content .date {
  border-bottom: 1px solid #efefeb;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .news-item .tile-content .date {
    font-size: 13px;
  }
}
.news-item .tile-content .date .social-icon {
  margin-right: 10px;
}
.news-item .tile-content .topic {
  max-height: 4.5em;
  line-height: 1.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  .news-item .tile-content .topic {
    font-size: 18px;
  }
}
.news-item .tile-content .item-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: calc(100% - 52px);
}
@media screen and (min-width: 1024px) {
  .news-item .tile-content .description {
    -moz-osx-font-smoothing: unset;
    /*   display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;*/
  }
}
.news-item .tile-content .morelink {
  margin-top: 20px;
  cursor: pointer;
  position: relative;
  padding-left: 0.8em;
}
@media screen and (max-width: 1023px) {
  .news-item .tile-content .morelink {
    margin-top: 20px;
  }
}
.news-item .tile-content .morelink:before {
  content: "\f105";
  margin-right: 10px;
  color: #e00025;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 1px;
}
@media screen and (max-width: 1023px) {
  .news-item .tile-content .description,
  .news-item .tile-content .morelink {
    font-size: 15px;
  }
}
.home-news-overview {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  /*@media @smallmobile {flex-flow: column; align-items: center;}*/
}
.home-news-overview .news-box {
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
  border: none;
  background: #fff;
  color: #000;
  overflow: hidden;
  margin-bottom: 20px;
  /*@media @smallmobile {width: 100%;}*/
  /*
        .medienmitteilung {
            background-color: #505050;
            color: #fff;
            padding: 4px 10px;
            font-size: 14px;
            position: relative;
            bottom: 27px;
            @media @mobile {bottom: 24px;}
        }*/
}
.home-news-overview .news-box:nth-child(1) {
  order: 1;
}
.home-news-overview .news-box:nth-child(2) {
  order: 2;
}
.home-news-overview .news-box:nth-child(3) {
  order: 3;
}
.home-news-overview .news-box:nth-child(4) {
  order: 4;
}
.home-news-overview .news-box:nth-child(5) {
  order: 5;
}
.home-news-overview .news-box:nth-child(6) {
  order: 7;
}
.home-news-overview .news-box:nth-child(7) {
  order: 8;
}
.home-news-overview .news-box:nth-child(8) {
  order: 6;
}
@media screen and (max-width: 767px) {
  .home-news-overview .news-box:nth-child(6) {
    order: 6;
  }
  .home-news-overview .news-box:nth-child(7) {
    order: 7;
  }
  .home-news-overview .news-box:nth-child(8) {
    order: 8;
  }
}
@media screen and (min-width: 768px) {
  .home-news-overview .news-box {
    width: calc(33% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .home-news-overview .news-box {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .home-news-overview .news-box {
    width: calc(50% - 7px);
    margin-bottom: 15px;
  }
}
.home-news-overview .news-box:hover,
.home-news-overview .news-box:focus,
.home-news-overview .news-box:active {
  text-decoration: none;
}
.home-news-overview .news-box .newsimage {
  height: 185px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .home-news-overview .news-box .newsimage {
    height: 150px;
  }
}
@media screen and (max-width: 480px) {
  .home-news-overview .news-box .newsimage {
    height: 130px;
  }
}
.home-news-overview .news-box .newsimage .image {
  display: block;
  transition: all 0.5s ease-in-out;
  background-position: center center;
  height: 185px;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .home-news-overview .news-box .newsimage .image {
    height: 150px;
  }
}
@media screen and (max-width: 480px) {
  .home-news-overview .news-box .newsimage .image {
    height: 130px;
  }
}
.home-news-overview .news-box .content {
  padding: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .home-news-overview .news-box .content {
    padding: 10px;
    padding-bottom: 20px;
  }
}
.home-news-overview .news-box .content .date {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 1px solid #D8D5C5;
}
@media screen and (max-width: 991px) {
  .home-news-overview .news-box .content .date {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
  }
}
.home-news-overview .news-box .content .date .medienmitteilung {
  padding-left: 25px;
}
@media screen and (max-width: 480px) {
  .home-news-overview .news-box .content .date .medienmitteilung {
    padding-left: 0;
    display: block;
  }
}
.home-news-overview .news-box .content .intro {
  color: #716E60;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .home-news-overview .news-box .content .intro {
    font-size: 13px;
  }
}
.home-news-overview .news-box .content .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  max-height: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 991px) {
  .home-news-overview .news-box .content .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }
}
@media screen and (max-width: 480px) {
  .home-news-overview .news-box .content .title {
    font-size: 15px;
  }
}
.home-news-overview .news-box .taglist {
  display: none;
}
.home-news-overview .news-box.leadstory {
  width: calc(67% - 10px);
}
@media screen and (max-width: 767px) {
  .home-news-overview .news-box.leadstory {
    width: 100%;
  }
}
.home-news-overview .news-box.leadstory .newsimage {
  height: 220px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .home-news-overview .news-box.leadstory .newsimage {
    height: 150px;
  }
}
.home-news-overview .news-box.leadstory .newsimage .image {
  height: 220px;
}
@media screen and (max-width: 991px) {
  .home-news-overview .news-box.leadstory .newsimage .image {
    height: 150px;
  }
}
.home-news-overview .news-box.leadstory .content {
  padding: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .home-news-overview .news-box.leadstory .content {
    padding: 10px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .home-news-overview .news-box.leadstory .content .date .medienmitteilung {
    padding-left: 25px;
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  .home-news-overview .news-box.leadstory .content .title {
    font-size: 18px;
  }
}
.home-news-overview .news-box.disorder {
  width: calc(33% - 10px);
  height: auto;
  background-color: #fff;
  color: #000 !important;
  cursor: default;
  padding: 20px;
  /*@media @smallmobile {width: 100%;}*/
}
@media screen and (max-width: 991px) {
  .home-news-overview .news-box.disorder {
    padding: 10px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .home-news-overview .news-box.disorder {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .home-news-overview .news-box.disorder {
    width: calc(50% - 7px);
  }
}
.home-news-overview .news-box.disorder .tile-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
.home-news-overview .news-box.disorder .tile-content .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .home-news-overview .news-box.disorder .tile-content .title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 991px) {
  .home-news-overview .news-box.disorder .tile-content .description {
    font-size: 15px;
  }
}
.home-news-overview .news-box.disorder .current-disorder {
  /*border-bottom: 1px solid @greydefault;*/
  margin-bottom: 20px;
  /*padding-bottom: 20px;*/
}
.home-news-overview .news-box.disorder .current-disorder .morelink {
  margin-top: 20px;
  cursor: pointer;
  position: relative;
  padding-left: 0.8em;
}
@media screen and (max-width: 1023px) {
  .home-news-overview .news-box.disorder .current-disorder .morelink {
    margin-top: 20px;
    font-size: 15px;
  }
}
.home-news-overview .news-box.disorder .current-disorder .morelink:before {
  content: "\f105";
  margin-right: 10px;
  color: #e00025;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 1px;
}
.home-news-overview .news-box.disorder .current-disorder .morelink a.disorder-link {
  color: #000;
  width: initial;
  float: initial;
  display: initial;
}
.home-news-overview .news-box.disorder a.btn.disorder {
  width: 100%;
  height: initial;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .home-news-overview .news-box.disorder a.btn.disorder {
    padding: 13px 10px;
  }
}
.home-news-overview .news-box.more-button {
  height: 72px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .home-news-overview .news-box.more-button {
    width: 100%;
  }
}
.home-news-overview .news-box.more-button a {
  background-color: #fff;
  position: relative;
  padding: 22px 46px 22px 25px;
  margin-bottom: calc(10px * 2);
  height: 72px;
  overflow: hidden;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
  transition: all ease-out 0.3s;
  display: flex;
  align-items: center;
}
.home-news-overview .news-box.more-button a h4 {
  font-family: Univers LT W01_55 Roman1475956;
  font-size: 17px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .home-news-overview .news-box.more-button a h4 {
    font-size: 15px;
  }
}
.home-news-overview .news-box.more-button a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #e00025;
  position: absolute;
  font-size: 30px;
  font-weight: 200;
}
.home-news-overview .news-box.more-button a:hover {
  transform: scale(1.02);
}
.home-news-overview .news-box a.newslink {
  color: #000;
  text-decoration: none;
}
.home-news-overview .news-box a.newslink:hover .image {
  transform: scale(1.05);
}
.content-boxes {
  display: flex;
}
@media screen and (min-width: 601px) {
  .content-boxes {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .content-boxes {
    flex-flow: column;
    align-items: center;
  }
}
.content-boxes a.content-box {
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
  border: none;
}
.content-boxes a.content-box .description {
  margin-bottom: 30px;
}
.content-boxes .content-box {
  background: #fff;
  color: #000;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 601px) {
  .content-boxes .content-box {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .content-boxes .content-box {
    max-width: 100%;
    border: 1px solid #e3e2da;
  }
}
.content-boxes .content-box:hover,
.content-boxes .content-box:focus,
.content-boxes .content-box:active {
  text-decoration: none;
}
.content-boxes .content-box .image {
  margin-bottom: 20px;
  display: block;
  transition: all 0.5s ease-in-out;
  background-position: center center;
  height: 250px;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .content-boxes .content-box .image {
    margin-bottom: 10px;
  }
}
.content-boxes .content-box .image.image-logo {
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 10px;
  height: 240px;
}
.content-boxes .content-box .content {
  padding: 30px;
  padding-top: 10px;
  height: calc(100% - 270px);
  display: flex;
  flex-flow: column;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .content-boxes .content-box .content {
    padding: 20px;
    padding-top: 10px;
    height: calc(100% - 260px);
  }
}
@media screen and (max-width: 480px) {
  .content-boxes .content-box .content .link {
    width: 100%;
  }
}
.content-boxes .content-box .title {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}
.content-boxes .content-box .description {
  margin: 0;
  display: block;
}
.content-boxes a.content-box:hover .image {
  transform: scale(1.05);
}
.tilebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -20px;
}
.tilebox.panel-group {
  margin: 0;
}
.tilebox + .smaller-typo {
  margin-top: 20px;
}
.stsg-tile.facts-tile,
a.stsg-tile.facts-tile {
  background-color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .stsg-tile.facts-tile,
  a.stsg-tile.facts-tile {
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .stsg-tile.facts-tile,
  a.stsg-tile.facts-tile {
    padding: 30px;
    margin-bottom: 20px;
  }
}
.stsg-tile.facts-tile .facts-content,
a.stsg-tile.facts-tile .facts-content {
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 1024px) {
  .stsg-tile.facts-tile .facts-content.width-100,
  a.stsg-tile.facts-tile .facts-content.width-100 {
    align-self: center;
    max-width: calc(100% / 2);
  }
}
.stsg-tile.facts-tile .facts-content .pretext,
a.stsg-tile.facts-tile .facts-content .pretext {
  font-size: 20px;
}
.stsg-tile.facts-tile .facts-content .value,
a.stsg-tile.facts-tile .facts-content .value {
  font-family: Univers LT W01_65 Bold1475968;
  font-size: 40px;
  margin: 20px 0;
}
.stsg-tile.facts-tile .facts-content .posttext,
a.stsg-tile.facts-tile .facts-content .posttext {
  font-size: 17px;
}
.stsg-tile.info-tile,
a.stsg-tile.info-tile {
  background-color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  padding: 30px;
}
@media screen and (max-width: 1023px) {
  .stsg-tile.info-tile,
  a.stsg-tile.info-tile {
    padding: 20px;
  }
}
.stsg-tile.info-tile .icon,
a.stsg-tile.info-tile .icon {
  margin-bottom: 20px;
  align-self: flex-start;
}
.stsg-tile.info-tile .icon img,
a.stsg-tile.info-tile .icon img {
  height: 30px;
}
.stsg-tile.info-tile .title,
a.stsg-tile.info-tile .title {
  font-size: 20px;
  margin-bottom: 20px;
}
.stsg-tile.info-tile .description,
a.stsg-tile.info-tile .description {
  font-size: 17px;
}
.stsg-tile.info-tile.toggle,
a.stsg-tile.info-tile.toggle {
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  align-self: flex-start;
  /*.toggle-icon {color: @brand-color; text-align: left; margin-top: 20px; font-size: 20px; display: none;}*/
  /*
            &.collapsed {
                .panel-heading {
                    .toggle-icon {display: none;}
                }   
            }*/
}
.stsg-tile.info-tile.toggle.panel,
a.stsg-tile.info-tile.toggle.panel {
  border: none;
  text-align: left;
  margin-top: 0;
}
.stsg-tile.info-tile.toggle .panel-heading,
a.stsg-tile.info-tile.toggle .panel-heading {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  /*.toggle-icon {display: none;}*/
}
.stsg-tile.info-tile.toggle .panel-heading .panel-title,
a.stsg-tile.info-tile.toggle .panel-heading .panel-title {
  font-weight: normal;
  text-align: left;
}
.stsg-tile.info-tile.toggle .panel-body,
a.stsg-tile.info-tile.toggle .panel-body {
  padding-bottom: 0;
}
.stsg-tile.info-tile.toggle .panel-body .btn,
a.stsg-tile.info-tile.toggle .panel-body .btn {
  margin-top: 30px;
}
.stsg-tile.info-tile.toggle .panel-body ul li:before,
a.stsg-tile.info-tile.toggle .panel-body ul li:before {
  content: "\f45c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: 600;
  font-size: 6px;
  margin-top: 8px;
}
.stsg-tile.info-tile.toggle .panel-collapse,
a.stsg-tile.info-tile.toggle .panel-collapse {
  text-align: left;
  color: #000;
}
.stsg-tile.info-tile.toggle.collapsed:before,
a.stsg-tile.info-tile.toggle.collapsed:before {
  content: "\f107";
}
.stsg-tile.info-tile.toggle:before,
a.stsg-tile.info-tile.toggle:before {
  content: "\f106";
  color: #e00025;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  height: 0;
}
.stsg-tile.product-tile,
a.stsg-tile.product-tile {
  background-color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 30px;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1023px) {
  .stsg-tile.product-tile,
  a.stsg-tile.product-tile {
    padding: 20px;
  }
}
.stsg-tile.product-tile .title,
a.stsg-tile.product-tile .title {
  font-family: Univers LT W01_65 Bold1475968;
  font-size: 17px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e2da;
}
.stsg-tile.product-tile .description,
a.stsg-tile.product-tile .description {
  font-size: 17px;
  margin-bottom: 30px;
}
.stsg-tile.product-tile img,
a.stsg-tile.product-tile img {
  margin-bottom: 20px;
  align-self: flex-start;
  height: 80px;
}
.stsg-tile.product-tile.unavailable,
a.stsg-tile.product-tile.unavailable {
  background-color: #E3E2DA;
}
.stsg-tile.product-tile.unavailable .title,
a.stsg-tile.product-tile.unavailable .title {
  border-bottom: 1px solid #fff;
}
.stsg-tile.product-tile.unavailable .description,
a.stsg-tile.product-tile.unavailable .description {
  font-size: 15px;
}
.stsg-tile.product-tile.unavailable a.btn.btn-link,
a.stsg-tile.product-tile.unavailable a.btn.btn-link {
  background-color: #E3E2DA;
}
.stsg-tile.id-bild-text,
a.stsg-tile.id-bild-text {
  z-index: 1;
  position: relative;
  background-color: #fff;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
}
.stsg-tile.id-bild-text.no-shadow,
a.stsg-tile.id-bild-text.no-shadow {
  box-shadow: none;
}
@media screen and (max-width: 1023px) {
  .stsg-tile.id-bild-text,
  a.stsg-tile.id-bild-text {
    padding: 20px 10px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .stsg-tile.id-bild-text,
  a.stsg-tile.id-bild-text {
    padding: 30px 20px;
  }
}
.stsg-tile.id-bild-text h2,
a.stsg-tile.id-bild-text h2 {
  padding-top: 0;
}
.stsg-tile.topic-tile,
a.stsg-tile.topic-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background: #efefeb;
  border: solid #efefeb 1px;
  text-decoration: none;
  position: relative;
}
.stsg-tile.topic-tile:hover,
a.stsg-tile.topic-tile:hover {
  -webkit-box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.2);
}
@media screen and (min-width: 1024px) {
  .stsg-tile.topic-tile,
  a.stsg-tile.topic-tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-tile.topic-tile,
  a.stsg-tile.topic-tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding-top: calc(3 * 20px);
  }
}
.stsg-tile.topic-tile .tile-content,
a.stsg-tile.topic-tile .tile-content {
  background: #fff;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .stsg-tile.topic-tile .tile-content,
  a.stsg-tile.topic-tile .tile-content {
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-tile.topic-tile .tile-content,
  a.stsg-tile.topic-tile .tile-content {
    line-height: 20px;
    padding-top: calc(3 * 20px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .stsg-tile.topic-tile .tile-content .title,
  a.stsg-tile.topic-tile .tile-content .title {
    font-size: 20px;
    white-space: nowrap;
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-tile.topic-tile .tile-content .title,
  a.stsg-tile.topic-tile .tile-content .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
}
@media screen and (min-width: 1024px) {
  .stsg-tile.topic-tile .tile-content .description,
  a.stsg-tile.topic-tile .tile-content .description {
    font-size: 16px;
    color: black;
    max-height: 3.2em;
    overflow: hidden;
    line-height: 24px;
  }
}
.stsg-tile.topic-tile.img-topic-tile,
a.stsg-tile.topic-tile.img-topic-tile {
  padding-top: calc(336px / 2);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .stsg-tile.topic-tile.img-topic-tile,
  a.stsg-tile.topic-tile.img-topic-tile {
    background: #fff;
  }
}
.stsg-tile.topic-tile.img-topic-tile .topictile-image-outer,
a.stsg-tile.topic-tile.img-topic-tile .topictile-image-outer {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}
.stsg-tile.topic-tile.img-topic-tile .tile-img,
a.stsg-tile.topic-tile.img-topic-tile .tile-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.stsg-tile.topic-tile.img-topic-tile:hover .tile-img,
a.stsg-tile.topic-tile.img-topic-tile:hover .tile-img {
  transform: scale(1.03);
  /*   transform: scale(1.03);
                    -ms-transform: scale(1.03);
                    transition: transform 0.4s;*/
}
.stsg-tile.topic-tile.img-topic-tile .tile-content,
a.stsg-tile.topic-tile.img-topic-tile .tile-content {
  padding-top: 20px;
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  .stsg-tile.topic-tile.img-topic-tile .tile-content,
  a.stsg-tile.topic-tile.img-topic-tile .tile-content {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-tile.topic-tile.img-topic-tile .tile-content,
  a.stsg-tile.topic-tile.img-topic-tile .tile-content {
    padding-top: 12px;
  }
}
.stsg-tile.topic-tile.img-topic-tile .tile-content .description,
a.stsg-tile.topic-tile.img-topic-tile .tile-content .description {
  max-height: 6em;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .stsg-tile.width-25,
  a.stsg-tile.width-25 {
    width: calc((100% / 4) - 15px);
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-tile.width-25,
  a.stsg-tile.width-25 {
    width: 100%;
    margin: 6px 0;
  }
}
@media screen and (min-width: 1024px) {
  .stsg-tile.width-25:nth-last-child(-n+4),
  a.stsg-tile.width-25:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
.stsg-tile.width-25:first-child,
a.stsg-tile.width-25:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .stsg-tile.width-33,
  a.stsg-tile.width-33 {
    width: calc((100% / 3) - 19px);
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 600px) {
  .stsg-tile.width-33,
  a.stsg-tile.width-33 {
    width: calc((100% / 2) - 10px);
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .stsg-tile.width-33,
  a.stsg-tile.width-33 {
    width: 100%;
    margin: 10px 0;
  }
  .stsg-tile.width-33:first-child,
  a.stsg-tile.width-33:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .stsg-tile.width-50,
  a.stsg-tile.width-50 {
    width: calc((100% / 2) - 10px);
  }
}
@media screen and (max-width: 1023px) {
  .stsg-tile.width-50,
  a.stsg-tile.width-50 {
    width: 100%;
  }
}
.stsg-tile.width-100,
a.stsg-tile.width-100 {
  width: 100%;
}
.stsg-tile.empty-tile,
a.stsg-tile.empty-tile {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  touch-action: none;
  border: none;
  visibility: hidden;
}
/* Filterliste erweitert */
.id-filterlist ul.linklist {
  margin-bottom: 0;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: 600 !important;
  white-space: normal !important;
  width: 100% !important;
  padding-top: 10px;
  padding-bottom: 30px;
}
.yadcf-filter-wrapper {
  margin-left: 0 !important;
  width: calc(100% - 30px);
}
.yadcf-filter.inuse {
  background: none;
  background-color: #efefeb;
}
select.yadcf-filter.form-control {
  margin-bottom: 10px;
}
.yadcf-filter-reset-button {
  display: inline-block;
  background: none;
  border: none;
  color: #e00025;
  padding: 0 6px;
  position: absolute;
  top: 47px;
  right: 10px;
}
table.dataTable thead .sorting:after {
  content: '\f883';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  bottom: 20px;
}
table.dataTable thead .sorting_asc:after {
  content: '\f15e';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #e00025;
  opacity: 1;
  bottom: 15px;
  right: 15px;
}
table.dataTable thead .sorting_desc:after {
  content: '\f15d';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #e00025;
  opacity: 1;
  bottom: 15px;
  right: 15px;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: 600 !important;
  white-space: normal !important;
  width: 100% !important;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0 !important;
  width: 100% !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role='row'] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role='row'] > th:first-child:before {
  color: #fff !important;
  background-color: #e00025 !important;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f078" !important;
  padding: 2px 5px !important;
  border-radius: 6px !important;
  margin-right: 5px !important;
  border: none !important;
  box-shadow: none !important;
  display: inline-block !important;
  line-height: 20px !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  font-weight: normal !important;
  height: auto !important;
  width: auto !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  content: "\f077" !important;
}
table.dataTable.dtr-column > thead > tr > th.control,
table.dataTable.dtr-column > tbody > tr > td.control {
  padding: 10px !important;
  width: 16px !important;
  min-width: 16px !important;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 10px !important;
  color: #fff !important;
  background-color: #e00025 !important;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f078" !important;
  padding: 2px 5px !important;
  border-radius: 6px !important;
  margin: 0 0 0 -10px !important;
  border: none !important;
  box-shadow: none !important;
  display: inline-block !important;
  line-height: 20px !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  font-weight: normal !important;
  height: auto !important;
  width: auto !important;
}
table.dataTable.dtr-column > tbody > tr.parent > td.control:before,
table.dataTable.dtr-column > tbody > tr.parent > th.control:before {
  content: "\f077" !important;
}
table.dataTable > tbody > tr.child span.dtr-title {
  font-weight: 600 !important;
  float: left !important;
  margin-right: 10px !important;
  min-width: auto !important;
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_info {
    text-align: left !important;
  }
}
div.dataTables_wrapper div.dataTables_paginate {
  padding-top: 8px !important;
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: left !important;
  }
}
/* Mailchimp */
#mc_embed_signup {
  background: #fff;
  clear: left;
}
#mc_embed_signup form {
  margin: 0 !important;
}
#mc_embed_signup #mc-embedded-subscribe-form input[type=checkbox] {
  display: inline;
  width: auto;
  margin: 8px 10px 0 0;
}
#mc_embed_signup #mc-embedded-subscribe-form input[type=checkbox] + span {
  margin-left: 25px;
}
#mc_embed_signup #mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  min-height: 0px;
  padding-bottom: 20px;
}
#mc_embed_signup #mergeRow-gdpr {
  margin-top: 20px;
}
#mc_embed_signup #mergeRow-gdpr .content__gdpr > label {
  font-weight: 600;
}
#mc_embed_signup #mergeRow-gdpr .content__gdpr p {
  float: left;
}
#mc_embed_signup #mergeRow-gdpr fieldset label {
  font-weight: normal;
}
#mc_embed_signup #mergeRow-gdpr .content__gdprLegal {
  padding-top: 30px;
}
#mc_embed_signup #mc-embedded-subscribe {
  background-color: #e00025;
  border-color: #e00025;
  border-radius: 0;
  padding: 10px 30px;
  margin-top: 20px;
  min-height: 50px;
  height: initial;
}
#mc_embed_signup div#mce-responses {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
#mc_embed_signup div#mce-responses div.response {
  margin: 20px 0;
  padding: 0;
}
#mc_embed_signup div#mce-responses #mce-success-response {
  color: #007000;
}