@charset "UTF-8";
/* @import url("https://use.typekit.net/nee1gob.css");*/
@import url("https://use.typekit.net/dqz5xna.css");
.C-red {
  color: #ff1103;
}

.B-red {
  background-color: #ff1103;
}

.C-yel {
  color: #FFDC00;
}

.B-yel {
  background-color: #FFDC00;
}

.C-ora {
  color: #ff9501;
}

.B-ora {
  background-color: #ff9501;
}

.C-grn {
  color: #25a233;
}

.B-grn {
  background-color: #25a233;
}

.C-blu {
  color: #2c85b0;
}

.B-blu {
  background-color: #2c85b0;
}

.C-prpl {
  color: #639;
}

.B-prpl {
  background-color: #639;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body, input, select, option {
  font-family: "gineso", sans-serif;
  font-size: 16px;
}

body {
  background-color: #f2f2f2;
}

body:not(.js) .js-only {
  display: none !important;
}

img {
  max-width: 100%;
}
img.inline {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-family: ff-dax-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.dax {
  font-family: ff-dax-pro, sans-serif;
}

p {
  hyphens: auto;
}
p:not(:last-child) {
  margin-bottom: 10px;
}

.red {
  color: #bc2b3a;
}

#page {
  max-width: 1420px;
  min-height: calc(100vh - 200px);
  margin: 0 auto 300px;
  padding: 35px 50px;
  background: #fff;
  position: relative;
  z-index: 2;
}
#page::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 7px;
  background: linear-gradient(to bottom, black, transparent);
  display: block;
  left: 0;
  right: 0;
}

footer .inner-footer {
  max-width: 1420px;
  margin: 0 auto;
  padding: 35px 50px 20px;
  background: #000;
  color: #bc2b3a;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-content: end;
}
footer h4 {
  color: #fff;
  margin-bottom: 10px;
  padding: 3px 5px;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer li > a:only-child {
  display: block;
  margin-bottom: 2px;
  color: #bc2b3a;
  line-height: 1.337;
  text-decoration: none;
  padding: 3px 5px;
}
footer li > a:only-child:hover {
  color: #fff;
  text-decoration: underline;
}
footer li > a:only-child:hover i, footer li > a:only-child:hover svg {
  transform: scale(1.5);
  transform-origin: center right;
}
footer li > a:only-child i,
footer li > a:only-child svg {
  margin-right: 4px;
  color: #fff;
  transition: all 0.2s;
}
footer li.active > a:only-child {
  background-color: #bc2b3a;
  color: #fff;
  font-weight: 800;
}
footer span.info {
  margin-top: 10px;
  color: #999;
  font-size: 13px;
  display: block;
  padding: 3px 5px;
}
footer span.info > a {
  color: #bbb;
}
footer span.info > a:hover {
  color: #bc2b3a;
  text-decoration: underline;
}

#head {
  display: flex;
}
#head #logo img {
  height: 85px;
}
#head .space {
  flex-grow: 1;
  text-align: center;
}
@keyframes swoosh {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  50.00001% {
    left: -10px;
  }
}
@keyframes swoosh2 {
  0% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: 100%;
    opacity: 0;
  }
}
#head .space a {
  background-color: #ddd;
  color: #bc2b3a;
  text-align: center;
  display: inline-block;
  padding: 20px 20px;
  transform: rotate(-1.337deg);
  font-size: 110%;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
#head .space a::after {
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #bc2b3a;
  box-shadow: 0 0 5px #bc2b3a;
  animation: swoosh;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-iteration-count: 2;
}
#head .space a::before {
  content: "Neues Design, neue Inhalte! Erfahren Sie hier mehr zu unserem Relaunch!";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  animation: swoosh2;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  background-color: #bc2b3a;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 20px 20px;
  white-space: nowrap;
  overflow: hidden;
}
#head .space a:hover {
  background-color: #333;
  color: #fff;
}
#head .space #relaunch {
  position: relative;
  z-index: 1;
  display: inline-block;
}
#head .space #relaunch i,
#head .space #relaunch svg {
  position: absolute;
  right: -6px;
  top: -14px;
  z-index: 2;
  cursor: pointer;
}
#head .space #relaunch i:hover,
#head .space #relaunch svg:hover {
  color: #bc2b3a;
}
#head .aside-menu {
  text-align: right;
  position: relative;
  z-index: 801;
  min-width: 300px;
}
#head .aside-menu > ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  justify-content: right;
}
#head .aside-menu > ul > li.active > a {
  background-color: #333;
}
#head .aside-menu > ul > li.active > a.ico {
  color: #333;
}
#head .aside-menu > ul > li.active > a.ico::after {
  background-color: #fff;
}
#head .aside-menu > ul > li > a {
  display: inline-block;
  margin: 0 5px;
  background-color: #bc2b3a;
  color: #fff;
  padding: 8px;
  font-size: 80%;
  text-decoration: none;
}
#head .aside-menu > ul > li > a.ico {
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
#head .aside-menu > ul > li > a.ico::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  content: "";
  border-radius: 50%;
  border: 2px solid white;
  z-index: -1;
}
#head .aside-menu > ul > li > a:hover {
  background-color: #333;
}
#head .aside-menu > ul > li > a:hover.ico {
  color: #333;
}
#head .aside-menu > ul > li > a:hover.ico::after {
  background-color: #fff;
}
#head .aside-menu > ul > li > a:not(.ico) {
  padding: 8px 20px;
  border-radius: 16px;
}
#head .aside-menu > ul > li:not(:hover) > ul {
  display: none;
}
#head .aside-menu > ul > li.level0.k-profile ul.on-red {
  border-top: 3px solid white;
}
#head .aside-menu > ul > li.level0.k-profile .submenu-title {
  max-width: 260px;
}
#head .aside-menu > ul > li:hover > ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #bc2b3a;
  z-index: 600;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
}
#head .aside-menu > ul > li:hover > ul > li {
  padding: 20px;
  flex: 1 0 0;
  white-space: nowrap;
}
#head .aside-menu > ul > li:hover > ul > li > .submenu-title {
  font-size: 95%;
  margin-bottom: 10px;
  display: block;
  background-color: #fff;
  color: #bc2b3a;
  font-weight: bold;
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#head .aside-menu > ul > li:hover > ul > li .space {
  display: block;
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #fff;
}
#head .aside-menu > ul > li:hover > ul > li .divider span.title {
  font-size: 95%;
  background-color: #fff;
  margin-top: 5px;
  display: block;
  padding: 5px 10px;
  font-weight: 100;
  color: #000;
}
#head .aside-menu > ul > li:hover > ul > li > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#head .aside-menu > ul > li:hover > ul > li > ul > li.active > a {
  font-weight: 900 !important;
  color: #000 !important;
}
#head .aside-menu > ul > li:hover > ul > li > ul > li.active > a .ico {
  color: #bc2b3a;
  background-color: #000;
}
#head .aside-menu > ul > li:hover > ul > li > ul > li > a:not(.content-box) {
  display: block;
  padding: 10px;
  color: #fff;
  font-weight: 300;
}
#head .aside-menu > ul > li:hover > ul > li > ul > li > a:not(.content-box):hover {
  color: #000;
  background-color: #fff;
}
#head .aside-menu > ul > li:hover > ul > li > ul > li > a:not(.content-box):hover .ico {
  background-color: #333;
  color: #fff;
}
#head .aside-menu > ul > li:hover > ul > li > ul > li > a:not(.content-box) .ico {
  display: inline-block;
  padding: 5px;
  margin: -5px 5px -5px -5px;
}

#top {
  margin-top: 50px;
  position: relative;
  z-index: 800;
}
#top::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: -50px;
  right: -50px;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0666666667), rgba(0, 0, 0, 0));
  height: 10px;
}
#top nav > ul > li:last-child a {
  margin-right: 0;
}
#top nav a {
  text-decoration: none;
  color: #000;
  margin-right: 3px;
  font-weight: bold;
  position: relative;
}
#top nav a:hover {
  color: #fff;
  background-color: #bc2b3a;
}
#top nav a .tag {
  font-size: 75%;
  padding: 2px 10px;
  background-color: #bc2b3a;
  color: #fff;
  position: absolute;
  right: -2px;
  top: -5px;
  transform: rotate(10deg);
  font-weight: normal;
  border: 1px solid #fff;
}
#top nav > ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#top nav > ul > li a {
  padding: 15px;
  display: inline-block;
}
#top nav > ul > li.level1 a {
  font-size: 120%;
}
#top nav > ul > li.level2 {
  display: flex;
  align-items: end;
}
#top nav > ul > li.level2 a {
  font-size: 100%;
  font-weight: 200;
}
#top nav > ul > li.space {
  flex-grow: 1;
}
#top nav > ul > li.divider {
  width: 10px;
}
#top nav > ul > li.active a {
  color: #fff;
  background-color: #bc2b3a;
  font-weight: 900;
  position: relative;
}
#top nav > ul > li.active a::after {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-top-color: #bc2b3a;
  left: calc(50% - 5px);
  top: 100%;
}
#top nav > ul > li:not(:hover) > ul {
  display: none;
}
#top nav > ul > li.level0.k-profile ul.on-red {
  border-top: 3px solid white;
}
#top nav > ul > li.level0.k-profile .submenu-title {
  max-width: 260px;
}
#top nav > ul > li:hover > ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #bc2b3a;
  z-index: 600;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
}
#top nav > ul > li:hover > ul > li {
  padding: 20px;
  flex: 1 0 0;
  white-space: nowrap;
}
#top nav > ul > li:hover > ul > li > .submenu-title {
  font-size: 95%;
  margin-bottom: 10px;
  display: block;
  background-color: #fff;
  color: #bc2b3a;
  font-weight: bold;
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top nav > ul > li:hover > ul > li .space {
  display: block;
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #fff;
}
#top nav > ul > li:hover > ul > li .divider span.title {
  font-size: 95%;
  background-color: #fff;
  margin-top: 5px;
  display: block;
  padding: 5px 10px;
  font-weight: 100;
  color: #000;
}
#top nav > ul > li:hover > ul > li > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#top nav > ul > li:hover > ul > li > ul > li.active > a {
  font-weight: 900 !important;
  color: #000 !important;
}
#top nav > ul > li:hover > ul > li > ul > li.active > a .ico {
  color: #bc2b3a;
  background-color: #000;
}
#top nav > ul > li:hover > ul > li > ul > li > a:not(.content-box) {
  display: block;
  padding: 10px;
  color: #fff;
  font-weight: 300;
}
#top nav > ul > li:hover > ul > li > ul > li > a:not(.content-box):hover {
  color: #000;
  background-color: #fff;
}
#top nav > ul > li:hover > ul > li > ul > li > a:not(.content-box):hover .ico {
  background-color: #333;
  color: #fff;
}
#top nav > ul > li:hover > ul > li > ul > li > a:not(.content-box) .ico {
  display: inline-block;
  padding: 5px;
  margin: -5px 5px -5px -5px;
}

.slider {
  position: relative;
  z-index: 1;
}
.slider > ul {
  list-style-type: none;
}
.slider > ul > li:not(:first-child) {
  display: none;
}
.slider div.parent {
  display: flex;
}
.slider div.parent .left {
  width: 64%;
}
.slider div.parent .left figure {
  position: relative;
}
.slider div.parent .left figure img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.slider div.parent .left figure figcaption.source {
  position: absolute;
  right: 3px;
  top: 3px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  transform: rotate(90deg) translateX(100%);
  transform-origin: top right;
}
.slider div.parent .left figure figcaption.info {
  position: absolute;
  top: calc(100% - 15px);
  background-color: #fff;
  left: 25px;
  right: 25px;
  padding: 10px 15px;
  color: #777;
  font-style: italic;
  font-size: 90%;
  z-index: 1;
}
.slider div.parent .right {
  width: 36%;
  display: flex;
}
.slider div.parent .right a.news {
  background-color: #bc2b3a;
  text-decoration: none;
  padding: 60px 70px;
  display: block;
  color: #fff;
  transition: all 0.2s;
}
.slider div.parent .right a.news .btn {
  transition: all 0.2s;
}
.slider div.parent .right a.news:hover {
  background-color: #333;
}
.slider div.parent .right a.news:hover .btn {
  color: #333;
  background-color: #fff;
}
body.product .slider .on-white {
  background-color: #fff;
}
body.product .slider .on-white::before {
  border-right-color: #fff;
}
body.product .slider .on-red {
  background-color: #bc2b3a;
}
body.product .slider .on-red::before {
  border-right-color: #bc2b3a;
}
body.product .slider .on-red a, body.product .slider .on-red strong, body.product .slider .on-red p {
  color: white;
}
body.product .slider .on-black {
  background-color: #000;
}
body.product .slider .on-black::before {
  border-right-color: #000;
}
body.product .slider .on-black a, body.product .slider .on-black strong, body.product .slider .on-black p {
  color: white;
}
body.product .slider .on-blue {
  background-color: #064c9f;
}
body.product .slider .on-blue::before {
  border-right-color: #064c9f;
}
body.product .slider .on-blue a, body.product .slider .on-blue strong, body.product .slider .on-blue p {
  color: white;
}
body.product .slider .on-bluegray {
  background-color: #3f628b;
}
body.product .slider .on-bluegray::before {
  border-right-color: #3f628b;
}
body.product .slider .on-bluegray a, body.product .slider .on-bluegray strong, body.product .slider .on-bluegray p {
  color: white;
}
body.product .slider .left {
  position: relative;
}
body.product .slider .right {
  position: relative;
  flex-direction: column;
  padding: 0 15px 10px 50px;
  font-size: 16px;
  justify-content: center;
}
body.product .slider .right.text-only {
  padding: 10px 40px;
}
body.product .slider .right.text-only p {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
}
body.product .slider .right::before {
  content: "";
  position: absolute;
  border: 15px solid transparent;
  right: 100%;
  top: 25%;
}
body.product .slider .right > ul > li strong {
  display: block;
  margin-top: 15px;
}
body.product .slider .headline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 25px 40px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5333333333) 20%, rgba(0, 0, 0, 0.6666666667));
  color: #fff;
}
body.product .slider .headline h2 {
  font-size: 110%;
  margin: 0 0 15px;
  text-shadow: 0 0 8px #000;
}
body.product .slider .headline h1 {
  font-size: 190%;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
  text-shadow: 0 0 8px #000;
}
body.product .slider .headline small {
  font-weight: normal;
}
body.product .slider .right > ul {
  list-style-type: none;
}
body.product .slider .right > ul > li {
  display: inline-block;
}
body.product .slider .right > ul > li > ul {
  list-style-type: none;
}
body.product .slider .right > ul > li > ul > li {
  display: inline-block;
}
.slider body:not(.js) .slider-controls {
  display: none !important;
}
.slider .slider-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  font-size: 200%;
  z-index: 2;
  color: #fff;
  border-top: 2px solid transparent;
}
.slider .slider-controls:hover {
  background-color: rgba(255, 255, 255, 0.5333333333);
  border-top-color: #fff;
}
.slider .slider-controls:hover .pager span {
  opacity: 1;
}
.slider .slider-controls .np {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  cursor: pointer;
}
.slider .slider-controls .np.na {
  opacity: 0.5;
  cursor: not-allowed;
}
.slider .slider-controls .np:not(.na) {
  cursor: pointer;
}
.slider .slider-controls .np:not(.na):hover {
  background-color: #333;
}
.slider .slider-controls .np.prev {
  left: 0;
  top: 0;
  bottom: 0;
}
.slider .slider-controls .np.next {
  right: 0;
  bottom: 0;
  top: 0;
}
.slider .slider-controls .pager {
  right: 0;
  left: 64%;
  bottom: 0;
  top: 0;
  align-items: center;
  position: absolute;
  text-align: center;
}
.slider .slider-controls .pager span {
  display: inline-block;
  background-color: #000;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  margin: 20px 5px;
  opacity: 0.5;
}
.slider .slider-controls .pager span:hover {
  background-color: #333;
}
.slider .slider-controls .pager span.active {
  background-color: #bc2b3a;
}
.content-r {
  padding-left: 10px;
}

.content-l {
  padding-right: 10px;
}

.msg-functions {
  position: relative;
  padding-top: 40px;
  margin-top: 20px;
}
.msg-functions span.note {
  position: absolute;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  max-width: 35%;
  text-align: center;
}
.msg-functions span.note.note-1 {
  left: 37%;
  top: 3%;
}
.msg-functions span.note.note-2 {
  left: -2%;
  top: 1%;
}
.msg-functions span.note.note-3 {
  right: -3%;
  top: -1%;
}
.msg-functions span.note::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  border: 20px solid;
  border-color: #000 transparent transparent;
  transform: translateX(-50%);
}

.container {
  overflow: hidden;
}
.container + .container {
  margin-top: 25px;
}
.container > .elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  overflow: hidden;
}
.container > .elements > .content {
  flex: 1 0 300px;
}
.container > .elements > .content a.news:not(:first-child) .top {
  margin-top: 30px;
}
.container > .elements > .content.image-is-logo figure {
  padding: 20px 20px 25px 20px;
  text-align: center;
}
.container > .elements > .content.image-is-logo figure img {
  max-height: 90px;
  width: 75%;
}
.container > .elements > .content.stage {
  display: flex;
  flex-direction: column;
}
.container > .elements > .content.stage > .stage-title {
  padding: 3px 10px;
  display: inline-block;
  color: #fff;
  width: fit-content;
  background-color: #000;
}
.container > .elements > .content.stage > .stage-content {
  border: 2px solid #000;
  flex-grow: 1;
}
.container > .elements > .content.stage > .stage-content .subcontent {
  padding: 20px;
}
.container > .elements > .content.stage > .stage-content .subcontent p:last-child {
  margin-bottom: 0;
}
.container > .elements > .content.list > .stage-content {
  border-width: 0 0 0 2px;
}
.container > .elements > .content.list > .stage-content .subcontent {
  max-height: 50vh;
  min-height: 350px;
  overflow: auto;
}
.container > .elements > .content.image-only {
  display: flex;
}
.container > .elements > .content.image-only:nth-child(1) figure {
  margin: -20px 0 -20px -20px;
}
.container > .elements > .content.image-only:nth-child(2) figure {
  margin: -20px 0 -20px 0;
}
.container > .elements > .content.image-only:nth-child(3) figure {
  margin: -20px -20px -20px 0;
}
.container > .elements > .content.image-only figure {
  background-size: cover;
  background-position: center;
}
.container > .elements > .content.image-only figure img {
  opacity: 0.001;
  height: 100%;
  width: 100%;
}
.container > .elements > .content.image-only figure.linked {
  transition: all 0.2s;
}
.container > .elements > .content.image-only figure.linked:hover {
  transform: scale(1.075);
}
.container > .elements > .content.image-only figure.linked a {
  display: block;
  height: 100%;
}
.container > .elements > .content.highlight-blue > .stage-title {
  background-color: #064c9f;
}
.container > .elements > .content.highlight-blue > .stage-content {
  border-color: #064c9f;
}
.container > .elements > .content.highlight-red > .stage-title {
  background-color: #bc2b3a;
}
.container > .elements > .content.highlight-red > .stage-content {
  border-color: #bc2b3a;
}
.container > .elements > .content.nobo > .stage-content {
  border: none !important;
}
.container.with-box > .elements {
  border: 2px solid black;
  padding: 20px;
}
.container.with-box.highlight-red > .title {
  background-color: #bc2b3a;
}
.container.with-box.highlight-red > .elements {
  border-color: #bc2b3a;
}
.container.with-box.highlight-blue > .title {
  background-color: #064c9f;
}
.container.with-box.highlight-blue > .elements {
  border-color: #064c9f;
}
.container.with-title > .title {
  padding: 5px 10px 1px;
  margin: 0 !important;
  background-color: #000;
  width: fit-content;
  font-size: 100% !important;
  color: #fff;
}

.rubric {
  padding: 3px 10px;
  display: inline-block;
  color: #fff;
  width: fit-content;
  background-color: #000;
}

ul.recent-keywords {
  padding: 0;
  margin: 0 0 15px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 10px;
}
ul.recent-keywords li {
  display: flex;
  align-items: center;
  margin: 0;
}
ul.recent-keywords li.title {
  background-color: #000;
  color: #fff;
  padding: 13px 15px;
  text-align: center;
  width: min-content;
  white-space: nowrap;
}
ul.recent-keywords li.outlink {
  color: #bc2b3a;
  text-align: center;
}
ul.recent-keywords li.outlink a {
  color: #bc2b3a;
  font-weight: bold;
  display: inline-block;
  padding: 10px;
}
ul.recent-keywords li.outlink a:hover {
  color: #333;
}
ul.recent-keywords li.keyword {
  flex-grow: 2;
  margin: 0;
}
ul.recent-keywords li.keyword > a {
  background-color: #eee;
  display: block;
  padding: 10px 15px;
  color: #000;
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
ul.recent-keywords li.keyword > a:hover {
  background-color: #333;
  color: #fff;
}
ul.recent-keywords li.keyword > a svg, ul.recent-keywords li.keyword > a i {
  background-color: #bc2b3a;
  padding: 5px 5px 5px 7px;
  border-right: 2px solid #fff;
  color: #fff;
}
ul.recent-keywords li.keyword > a span {
  padding: 1px 10px;
  background-color: #000;
  color: #fff;
  white-space: nowrap;
}

ul.list,
ol.list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.list li,
ol.list li {
  margin: 0;
}
ul.list a:only-child,
ol.list a:only-child {
  color: #000;
  text-decoration: none;
}
ul.list a:only-child:hover,
ul.list a:only-child:hover .red,
ol.list a:only-child:hover,
ol.list a:only-child:hover .red {
  color: #333;
}
ul.list:not(.block-links) li,
ol.list:not(.block-links) li {
  padding: 10px 20px;
}
ul.list:not(.block-links) li a:only-child,
ol.list:not(.block-links) li a:only-child {
  display: block;
}
body.product .right ul.list:not(.block-links) li a:only-child,
body.product .right ol.list:not(.block-links) li a:only-child {
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
  text-overflow: ellipsis;
}
ul.list.block-links li a,
ol.list.block-links li a {
  padding: 10px 20px;
  display: block;
}
ul.list.text-flow li,
ol.list.text-flow li {
  display: inline-block;
  padding: 3px 7px;
}
ul.list.narrow:not(.block-links) li,
ol.list.narrow:not(.block-links) li {
  padding: 5px 10px;
}
ul.list.narrow.block-links li a,
ol.list.narrow.block-links li a {
  padding: 5px 10px;
}

ul.list {
  list-style: none;
}
ul.list li {
  position: relative;
  margin-left: 10px;
}
ul.list:not(.block-links) li::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 15px;
  left: -10px;
  height: 13px;
  width: 13px;
  background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-plus fa-fw' aria-hidden='true' focusable='false' data-prefix='fass' data-icon='plus' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23BC2B3A' d='M256 80V48H192V80 224H48 16v64H48 192V432v32h64V432 288H400h32V224H400 256V80z'%3E%3C/path%3E%3C/svg%3E");
}
ul.list:not(.block-links) li::before a:only-child {
  display: block;
}
ul.list:not(.block-links).narrow li::before {
  top: 8px;
}
ul.list:not(.block-links).text-flow li::before {
  top: 5px;
}
ul.list.block-links li a {
  position: relative;
}
ul.list.block-links li a::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 15px;
  left: -10px;
  height: 13px;
  width: 13px;
  background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-plus fa-fw' aria-hidden='true' focusable='false' data-prefix='fass' data-icon='plus' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23BC2B3A' d='M256 80V48H192V80 224H48 16v64H48 192V432v32h64V432 288H400h32V224H400 256V80z'%3E%3C/path%3E%3C/svg%3E");
}
ul.list.block-links li a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='12' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23333333' d='M345 137l17-17L328 86.1l-17 17-119 119L73 103l-17-17L22.1 120l17 17 119 119L39 375l-17 17L56 425.9l17-17 119-119L311 409l17 17L361.9 392l-17-17-119-119L345 137z'/%3E%3C/svg%3E");
}

ol.list {
  list-style: none;
  counter-reset: item;
}
ol.list.block-links li a::before {
  position: absolute;
  left: -30px;
  top: 13px;
  content: counter(item) ".";
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 120%;
  color: #fff;
  background-color: #bc2b3a;
  font-weight: bold;
}
ol.list.block-links li a:hover::before {
  background-color: #333;
}
ol.list.block-links li a:hover .red {
  color: #333;
}
ol.list:not(.block-links) li::before {
  position: absolute;
  left: -30px;
  top: 13px;
  content: counter(item) ".";
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 120%;
  color: #fff;
  background-color: #bc2b3a;
  font-weight: bold;
}
ol.list li {
  counter-increment: item;
  position: relative;
  margin-left: 30px;
}

.btn {
  cursor: pointer;
  text-decoration: none;
  padding: 3px 10px;
  display: inline-block;
}
a.news:hover .btn:not(.btn-text) {
  background-color: #333;
  color: #fff;
}
.btn svg, .btn i {
  margin-right: 7px;
}
.btn small {
  font-size: 75%;
  font-style: italic;
}
.btn:not(.btn-text) {
  background-color: #bc2b3a;
  border: none;
  color: #fff;
  display: inline-block;
}
.btn:not(.btn-text):hover {
  background-color: #333;
  color: #fff;
}
.btn.btn-shy {
  background-color: #eee;
  color: #444;
  padding: 1px 10px;
}
.btn.btn-shy svg, .btn.btn-shy i {
  margin-right: 0;
}
.btn.btn-shy:hover {
  background-color: #333;
  color: #fff;
}
.btn.social-share.social-facebook {
  color: #3E578C;
  background-image: linear-gradient(225deg, rgba(62, 87, 140, 0.5), rgba(62, 87, 140, 0.5) 5px, transparent 5px, #eee 6px, #eee 7px, transparent 7px);
  box-shadow: 0 0 4px rgba(62, 87, 140, 0.25);
}
.btn.social-share.social-facebook:hover {
  background: #3E578C;
  color: #fff;
}
.btn.social-share.social-x {
  color: #00ACEE;
  background-image: linear-gradient(225deg, rgba(0, 172, 238, 0.5), rgba(0, 172, 238, 0.5) 5px, transparent 5px, #eee 6px, #eee 7px, transparent 7px);
  box-shadow: 0 0 4px rgba(0, 172, 238, 0.25);
}
.btn.social-share.social-x:hover {
  background: #00ACEE;
  color: #fff;
}
.btn.social-share.social-linkedin {
  color: #0E76A8;
  background-image: linear-gradient(225deg, rgba(14, 118, 168, 0.5), rgba(14, 118, 168, 0.5) 5px, transparent 5px, #eee 6px, #eee 7px, transparent 7px);
  box-shadow: 0 0 4px rgba(14, 118, 168, 0.25);
}
.btn.social-share.social-linkedin:hover {
  background: #0E76A8;
  color: #fff;
}
.btn.social-share.social-xing {
  color: #006567;
  background-image: linear-gradient(225deg, rgba(0, 101, 103, 0.5), rgba(0, 101, 103, 0.5) 5px, transparent 5px, #eee 6px, #eee 7px, transparent 7px);
  box-shadow: 0 0 4px rgba(0, 101, 103, 0.25);
}
.btn.social-share.social-xing:hover {
  background: #006567;
  color: #fff;
}
.btn.btn-yellow {
  background-color: #FFDC00;
}
.btn.btn-green {
  background-color: #25a233;
  color: #000;
}
.btn.btn-orange {
  background-color: #ff9501;
}
.btn.btn-red {
  background-color: #ff1103;
}
.btn.btn-small {
  padding: 5px 10px;
}
.btn.btn-big {
  padding: 10px;
  font-size: 115%;
  width: 100%;
  text-align: center;
}
.btn.btn-text {
  color: #bc2b3a;
  border: 1px solid transparent;
}
.btn.btn-text:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

a.news {
  line-height: 1.5;
}
a.news .datetime {
  margin: 0 10px;
}
a.news.side-by-side {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
a.news.side-by-side .bottom {
  display: flex;
  flex-wrap: wrap;
}
a.news.side-by-side .bottom div.left,
a.news.side-by-side .bottom div.right {
  flex: 1;
}
a.news.side-by-side .bottom div.left {
  padding-right: 20px;
}
a.news.side-by-side .content h2 {
  margin-top: 0;
}
a.news h1, a.news h2, a.news h3, a.news h4, a.news h5, a.news h6 {
  margin: 15px 0 5px 0;
}
body.home a.news h2 {
  font-size: 125%;
}

h1 {
  font-size: 120%;
}

h2 {
  font-size: 110%;
}

h3 {
  font-size: 100%;
}

h4 {
  font-size: 100%;
}

h1.bubble,
h2.bubble {
  position: relative;
  z-index: 1;
}
h1.bubble > small,
h2.bubble > small {
  background-color: #fff;
  padding-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 20px;
}
h1.stick, h2.stick, h3.stick, h4.stick, h5.stick, h6.stick {
  z-index: 500;
  top: 0;
  position: sticky;
  background-color: rgba(255, 255, 255, 0.9333333333);
  padding: 15px 0;
}
h1.bubble > span:not([class]), h2.bubble > span:not([class]), h3.bubble > span:not([class]), h4.bubble > span:not([class]), h5.bubble > span:not([class]), h6.bubble > span:not([class]) {
  display: inline-block;
  background-color: #000;
  padding: 10px 20px;
  color: #fff;
  position: relative;
}
h1.bubble > span:not([class])::after, h2.bubble > span:not([class])::after, h3.bubble > span:not([class])::after, h4.bubble > span:not([class])::after, h5.bubble > span:not([class])::after, h6.bubble > span:not([class])::after {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-top-color: #000;
  left: calc(50% - 5px);
  top: 100%;
}
h1.bubble.red span, h2.bubble.red span, h3.bubble.red span, h4.bubble.red span, h5.bubble.red span, h6.bubble.red span {
  background-color: #bc2b3a;
}
h1.bubble.red span::after, h2.bubble.red span::after, h3.bubble.red span::after, h4.bubble.red span::after, h5.bubble.red span::after, h6.bubble.red span::after {
  border-top-color: #bc2b3a;
}
h1.bubble.red a, h2.bubble.red a, h3.bubble.red a, h4.bubble.red a, h5.bubble.red a, h6.bubble.red a {
  color: #fff;
}
h1.bubble.red a:hover, h2.bubble.red a:hover, h3.bubble.red a:hover, h4.bubble.red a:hover, h5.bubble.red a:hover, h6.bubble.red a:hover {
  text-decoration: none;
}
h1.bubble.red a:only-child, h2.bubble.red a:only-child, h3.bubble.red a:only-child, h4.bubble.red a:only-child, h5.bubble.red a:only-child, h6.bubble.red a:only-child {
  margin: -10px -20px;
  padding: 10px 20px;
  display: block;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center {
  text-align: center;
}
#page-content {
  line-height: 1.5;
}
#page-content:not(:first-child) {
  margin-top: 30px;
}
#page-content h1.bubble.center, #page-content h2.bubble.center, #page-content h3.bubble.center {
  margin: 50px 0;
}

a:not([class]),
a.external,
a.link {
  color: #8d202c;
  text-decoration: underline;
}
a:not([class]):hover,
a.external:hover,
a.link:hover {
  color: #bc2b3a;
  text-decoration: none;
}

body > div.overlay:not(.active) {
  display: none;
}
body > div.overlay.active {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.4);
}

body > div.layer:not(.active) {
  display: none;
}
body > div.layer.active {
  position: absolute;
  width: auto;
  z-index: 350;
  background-color: #000;
  color: #fff;
  padding: 20px;
}
body > div.layer.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-bottom-color: #000;
}
body > div.layer.active.arr-bottom::after {
  top: 100%;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top-color: #000;
}

form.mini-form {
  min-width: 300px;
}
form.mini-form label {
  display: none;
}
form.mini-form .form-row {
  padding: 5px 0;
}
form.mini-form .form-row input[type=password],
form.mini-form .form-row input[type=text] {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  line-height: 2;
  color: #fff;
}
form.mini-form .form-row input[type=password]:focus,
form.mini-form .form-row input[type=text]:focus {
  outline: none !important;
  border-bottom-color: yellow;
}
form.mini-form .form-row input[type=submit] {
  width: auto;
}

.tabbed .tab-content {
  margin-top: 20px;
}
.tabbed .tab-content div.tab:not(.active) {
  display: none;
}
.tabbed .tabber {
  display: flex;
  gap: 5px;
  align-items: center;
}
.tabbed .tabber a.tab {
  border: 2px solid #000;
  color: #000;
  padding: 3px 10px;
  text-decoration: none;
  font-weight: bold;
}
.tabbed .tabber a.tab:hover {
  color: #fff;
  border-color: #333;
  background-color: #333;
}
.tabbed .tabber a.tab.active {
  color: #fff;
  border-color: #bc2b3a;
  background-color: #bc2b3a;
}

.link-date {
  margin-bottom: 15px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  display: inline-block;
}
.link-date p {
  font-weight: 700;
}
.link-date .content p {
  font-weight: normal;
}
.link-date .date-author {
  display: block;
  margin-bottom: 5px;
}
.link-date .datetime {
  display: inline-block;
  color: #bc2b3a;
  font-weight: bold;
}

div.link-date {
  margin-bottom: 20px;
  display: flex;
}
div.link-date .date-author {
  background-color: #f2f2f2;
  border-right: 2px solid #666;
  padding: 5px 20px 5px 10px;
  flex-shrink: 0;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  min-width: 160px;
}
div.link-date .date-author > * {
  display: block;
  white-space: nowrap;
}
div.link-date .date-author .type {
  font-size: 110%;
  flex-grow: 1;
}
div.link-date .date-author .small {
  display: none;
}

a.link-date:hover, a.link-date:hover .datetime {
  color: #333;
}

.lang-selector {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
}
.lang-selector::after {
  display: none !important;
}
.lang-selector svg, .lang-selector i {
  opacity: 0;
}
.lang-selector.flag-de {
  background-image: url(../flags/de.svg);
}
.lang-selector.flag-ch {
  background-image: url(../flags/ch.svg);
}
.lang-selector.flag-at {
  background-image: url(../flags/at.svg);
}
.lang-selector.flag-ee {
  background-image: url(../flags/gb.svg);
}

i.flag {
  width: 1rem;
  height: 1rem;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
}
i.flag.flag-de {
  background-image: url(../flags/de.svg);
}
i.flag.flag-ch {
  background-image: url(../flags/ch.svg);
}
i.flag.flag-at {
  background-image: url(../flags/at.svg);
}
i.flag.flag-ee {
  background-image: url(../flags/gb.svg);
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-50 {
  border-top: 50px solid white;
}

.centered {
  text-align: center;
  justify-content: center;
}

form#testabo-form {
  transition: all 0.75s;
  overflow: hidden;
  max-width: 700px;
}

form.eg-form_ALT hr {
  margin: 2px 0 5px;
}
form.eg-form_ALT .field {
  display: flex;
  margin-bottom: 3px;
}
form.eg-form_ALT .field.cb .as-input, form.eg-form_ALT .field.radios .as-input {
  padding-top: 4px;
}
form.eg-form_ALT .field > label:first-child,
form.eg-form_ALT .field > .as-label {
  min-width: 135px;
  background-color: #333;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 0 10px;
  line-height: 2;
}
form.eg-form_ALT .field > label:first-child em,
form.eg-form_ALT .field > .as-label em {
  color: #bc2b3a;
  font-style: normal;
}
form.eg-form_ALT .field.info > .as-label {
  background-color: #ddd;
  min-width: 0;
  display: flex;
  align-items: center;
  text-align: center;
  color: #bc2b3a;
}
form.eg-form_ALT .field.info > small {
  background-color: #eee;
  color: #333;
  padding: 4px 10px;
  font-style: italic;
  font-weight: 200;
  flex-grow: 1;
}
form.eg-form_ALT .field.info > small .validator:not(.valid) {
  color: #ff1103;
  font-weight: bold;
}
form.eg-form_ALT .field.info > small .validator.valid {
  color: #25a233;
}
form.eg-form_ALT button {
  margin: 0 0 0 2px;
  padding: 2px 10px;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  font-size: 90%;
}
form.eg-form_ALT button:hover {
  color: #bc2b3a;
}
form.eg-form_ALT button:hover i, form.eg-form_ALT button:hover svg {
  color: #000;
}
form.eg-form_ALT .as-input,
form.eg-form_ALT input[type=text],
form.eg-form_ALT input[type=password],
form.eg-form_ALT input[type=email],
form.eg-form_ALT input[type=tel],
form.eg-form_ALT textarea,
form.eg-form_ALT select {
  margin: 0;
  padding: 2px 10px;
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  flex-grow: 1;
}
form.eg-form_ALT .as-input:invalid,
form.eg-form_ALT input[type=text]:invalid,
form.eg-form_ALT input[type=password]:invalid,
form.eg-form_ALT input[type=email]:invalid,
form.eg-form_ALT input[type=tel]:invalid,
form.eg-form_ALT textarea:invalid,
form.eg-form_ALT select:invalid {
  padding-left: 5px;
  border-left: 5px solid #ff1103;
}
form.eg-form_ALT .as-input:focus,
form.eg-form_ALT input[type=text]:focus,
form.eg-form_ALT input[type=password]:focus,
form.eg-form_ALT input[type=email]:focus,
form.eg-form_ALT input[type=tel]:focus,
form.eg-form_ALT textarea:focus,
form.eg-form_ALT select:focus {
  outline: 0;
}
form.eg-form_ALT .as-input:not([readonly]):focus,
form.eg-form_ALT input[type=text]:not([readonly]):focus,
form.eg-form_ALT input[type=password]:not([readonly]):focus,
form.eg-form_ALT input[type=email]:not([readonly]):focus,
form.eg-form_ALT input[type=tel]:not([readonly]):focus,
form.eg-form_ALT textarea:not([readonly]):focus,
form.eg-form_ALT select:not([readonly]):focus {
  border-left-color: #3f628b;
  background-color: rgba(0, 0, 0, 0.1);
}
form.eg-form_ALT .as-input[readonly],
form.eg-form_ALT input[type=text][readonly],
form.eg-form_ALT input[type=password][readonly],
form.eg-form_ALT input[type=email][readonly],
form.eg-form_ALT input[type=tel][readonly],
form.eg-form_ALT textarea[readonly],
form.eg-form_ALT select[readonly] {
  cursor: help;
}
form.eg-form_ALT textarea {
  min-height: 100px;
}
form.eg-form_ALT .field.select {
  position: relative;
}
form.eg-form_ALT .field.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form.eg-form_ALT .field.select select + .trigger {
  position: absolute;
  right: 5px;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: -1;
  opacity: 0.75;
  transition: all 0.2s;
}
form.eg-form_ALT .field.select select:focus + .trigger {
  transform: rotate(180deg);
}
form.eg-form_ALT .as-input label {
  margin-right: 10px;
}
form.eg-form_ALT .as-input input:checked + span.label {
  font-weight: bold;
}
form.eg-form_ALT .checkboxes label:not(.multiline) {
  white-space: nowrap;
}
form.eg-form_ALT .checkboxes label.multiline {
  display: block;
  margin-bottom: 10px;
}
form.eg-form_ALT .checkboxes label.multiline:first-child {
  margin-top: 5px;
}
form.eg-form_ALT .submit {
  display: flex;
  padding-top: 10px;
}
form.eg-form_ALT .submit small {
  flex-grow: 1;
}
form.eg-form_ALT .submit button {
  background-color: #bc2b3a;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  border: none;
}
form.eg-form_ALT .submit button:hover {
  background-color: #000;
  cursor: pointer;
}
form.eg-form_ALT .submit em {
  color: #bc2b3a;
  font-style: normal;
}

form.eg-form {
  /*$c1: #eee;
  $c2: #999;

  hr {
    margin: 2px 0 5px;
  }

  .field {
    display: flex;
    margin-bottom: 10px;
    &:not(.info){
      border: 1px solid white;
      border-bottom: 1px solid $c2;
    }
    &.cb,
    &.radios {
      .as-input {
        padding-top: 4px;
      }
    }
  }

  .field > label:first-child,
  .field > .as-label {
    min-width: 150px;
    background-color: $c1;
    font-weight: 600;
    display: inline-block;
    padding: 0 10px;
    line-height: 2;
    em {
      color: $egRed;
      font-style: normal;
    }
  }
  .field.info {
    > .as-label {
      //background-color: #ddd;
      min-width: 0;
      display: flex;
      align-items: center;
      text-align: center;
      color: $egRed;
    }
    > small {
      //background-color: #eee;
      color: $c2;
      padding: 4px 10px;
      font-style: italic;
      font-weight: 200;
      flex-grow: 1;

      .validator {
        &:not(.valid){
          color: $cRed;
          font-weight: bold;
        }
        &.valid {
          color: $cGreen;
        }
      }
    }
  }

  button {
    margin: 0 0 0 2px;
    padding: 2px 10px;
    background-color: rgb(0 0 0 / 10%);
    border: none;
    cursor: pointer;
    font-size: 90%;
    &:hover {
      color: $egRed;
      i, svg {
        color: #000;
      }
    }
  }

  .as-input,
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  textarea,
  select {
    margin: 0;
    padding: 2px 10px;
    background-color: #fff;
    border: none;
    flex-grow: 1;
    &:invalid {
      border-bottom: 3px solid $cYellow;
      margin-bottom: -2px;
    }
    &:focus {
      outline: 0;
      border-color: $c2;
    }
    &:not([readonly]):focus {
      //border-left-color: $egBlueGray;
      //background-color: rgba($c1, 10%);
    }
    &[readonly] {
      cursor: help;
    }
  }
  textarea {
    min-height: 100px;
  }
  .field.select {
    position: relative;
    select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      + .trigger {
        position: absolute;
        right: 5px;
        display: flex;
        align-items: center;
        height: 100%;
        z-index: -1;
        opacity: .75;
        transition: all .2s;
      }
      &:focus + .trigger {
        transform: rotate(180deg);
      }
    }

  }
  .as-input {
    label {
      margin-right: 10px;
    }
    input:checked + span.label {
      font-weight: bold;
    }
  }
  .checkboxes {
    label:not(.multiline) {
      white-space: nowrap;
    }
    label.multiline {
      display: block;
      margin-bottom: 10px;
      &:first-child {
        margin-top: 5px;
      }
    }
  }
  .submit {
    display: flex;
    padding-top: 10px;
    small {
      flex-grow: 1
    }
    button {
      background-color: $egRed;
      color: #fff;
      font-weight: bold;
      padding: 10px 15px;
      border: none;
      &:hover {
        background-color: #000;
        cursor: pointer;
      }
    }
    em {
      color: $egRed;
      font-style: normal;
    }
  }*/
}
form.eg-form .field:not(.info) {
  margin-top: 15px;
}
form.eg-form .field > .as-label,
form.eg-form .field > label {
  display: flex;
  font-weight: 700;
}
form.eg-form .field > .as-label em,
form.eg-form .field > label em {
  color: #bc2b3a;
  margin: 0 3px;
  flex-grow: 1;
}
form.eg-form .field > .as-label .button,
form.eg-form .field > label .button {
  background-color: #f2f2f2;
  font-weight: 600;
}
form.eg-form .field > .as-label .button i,
form.eg-form .field > .as-label .button svg,
form.eg-form .field > label .button i,
form.eg-form .field > label .button svg {
  margin-right: 3px;
}
form.eg-form .field > .as-label .button:hover,
form.eg-form .field > label .button:hover {
  background-color: #fff;
}
form.eg-form .field > .as-label .info,
form.eg-form .field > .as-label .button,
form.eg-form .field > label .info,
form.eg-form .field > label .button {
  font-size: 85%;
  padding: 2px 10px;
  margin-left: 5px;
  border: 1px solid #bbb;
  border-bottom: none;
}
form.eg-form .field > .as-label .info,
form.eg-form .field > label .info {
  font-weight: 400;
  font-style: italic;
  color: #666;
}
form.eg-form .field.checkboxes > .as-input, form.eg-form .field.checkbox > .as-input, form.eg-form .field.radios > .as-input {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  background-color: #fff;
  border-width: 1px 0 0 1px;
}
form.eg-form .field.checkboxes > .as-input > label, form.eg-form .field.checkbox > .as-input > label, form.eg-form .field.radios > .as-input > label {
  padding: 2px 10px;
  flex: 1 1 0;
  text-align: center;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
}
form.eg-form .field.checkboxes > .as-input > label :checked + .label::before, form.eg-form .field.checkbox > .as-input > label :checked + .label::before, form.eg-form .field.radios > .as-input > label :checked + .label::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background-color: #eee;
}
form.eg-form .field.checkboxes > .as-input.newsletters > label, form.eg-form .field.checkbox > .as-input.newsletters > label, form.eg-form .field.radios > .as-input.newsletters > label {
  text-align: left;
  flex: auto;
  display: flex;
  width: 100%;
}
form.eg-form .field.checkboxes > .as-input.newsletters > label .label, form.eg-form .field.checkbox > .as-input.newsletters > label .label, form.eg-form .field.radios > .as-input.newsletters > label .label {
  display: block;
  margin-left: 5px;
  flex-grow: 1;
}
form.eg-form .field.checkboxes > .as-input.newsletters > label .name, form.eg-form .field.checkbox > .as-input.newsletters > label .name, form.eg-form .field.radios > .as-input.newsletters > label .name {
  font-weight: bold;
}
form.eg-form .field.checkboxes > .as-input.newsletters > label .info,
form.eg-form .field.checkboxes > .as-input.newsletters > label .freq, form.eg-form .field.checkbox > .as-input.newsletters > label .info,
form.eg-form .field.checkbox > .as-input.newsletters > label .freq, form.eg-form .field.radios > .as-input.newsletters > label .info,
form.eg-form .field.radios > .as-input.newsletters > label .freq {
  color: #000;
}
form.eg-form .field.checkboxes > .as-input.newsletters > label img,
form.eg-form .field.checkboxes > .as-input.newsletters > label .freq, form.eg-form .field.checkbox > .as-input.newsletters > label img,
form.eg-form .field.checkbox > .as-input.newsletters > label .freq, form.eg-form .field.radios > .as-input.newsletters > label img,
form.eg-form .field.radios > .as-input.newsletters > label .freq {
  display: none;
  white-space: initial;
}
form.eg-form .field.checkboxes > .as-input.newsletters > label > input, form.eg-form .field.checkbox > .as-input.newsletters > label > input, form.eg-form .field.radios > .as-input.newsletters > label > input {
  vertical-align: top;
  margin-top: 10px;
  align-self: baseline;
}
form.eg-form .field.checkboxes > .as-input.newsletters > label > input:checked, form.eg-form .field.checkbox > .as-input.newsletters > label > input:checked, form.eg-form .field.radios > .as-input.newsletters > label > input:checked {
  position: relative;
}
form.eg-form .field.checkboxes > .as-input.newsletters > label > input:checked + .label img, form.eg-form .field.checkbox > .as-input.newsletters > label > input:checked + .label img, form.eg-form .field.radios > .as-input.newsletters > label > input:checked + .label img {
  display: inline-block;
  float: right;
  margin: 10px 0 10px 10px;
  max-width: 150px;
  max-height: 75px;
}
form.eg-form .field.checkboxes > .as-input.newsletters > label > input:checked + .label .freq, form.eg-form .field.checkbox > .as-input.newsletters > label > input:checked + .label .freq, form.eg-form .field.radios > .as-input.newsletters > label > input:checked + .label .freq {
  display: block;
}
form.eg-form .field.checkbox > .as-input > label {
  white-space: normal;
  text-align: left;
  padding-left: 30px;
  text-indent: -21px;
}
form.eg-form .field.checkbox > .as-input > label span.label {
  padding-left: 5px;
}
form.eg-form .field.radios :checked ~ span, form.eg-form .field.checkbox :checked ~ span, form.eg-form .field.checkboxes :checked ~ span {
  color: #bc2b3a;
}
form.eg-form .field.radios [readonly], form.eg-form .field.checkbox [readonly], form.eg-form .field.checkboxes [readonly] {
  cursor: help;
  color: #666;
  font-style: italic;
}
form.eg-form .field.radios [readonly] + span, form.eg-form .field.checkbox [readonly] + span, form.eg-form .field.checkboxes [readonly] + span {
  color: #666;
  font-style: italic;
}
form.eg-form .field > .as-input,
form.eg-form .field > textarea,
form.eg-form .field > select,
form.eg-form .field > input {
  padding: 2px 10px;
  border: 1px solid #bbb;
  background-color: #f2f2f2;
  width: 100%;
  line-height: 2;
}
form.eg-form .field > select {
  padding: 7px 10px;
}
form.eg-form .field > select:not([readonly]):focus,
form.eg-form .field > textarea:not([readonly]):focus,
form.eg-form .field > input:not([readonly]):focus {
  border-color: #666;
  outline: none;
}
form.eg-form .field > select:invalid:not(:placeholder-shown),
form.eg-form .field > textarea:invalid:not(:placeholder-shown),
form.eg-form .field > input:invalid:not(:placeholder-shown) {
  padding: 0 8px;
  border-color: #FFDC00;
  border-width: 3px;
}
form.eg-form .field > select[readonly],
form.eg-form .field > textarea[readonly],
form.eg-form .field > input[readonly] {
  cursor: help;
  color: #666;
  font-style: italic;
}
form.eg-form .field > select[readonly]:focus,
form.eg-form .field > textarea[readonly]:focus,
form.eg-form .field > input[readonly]:focus {
  outline: none;
}
form.eg-form .field > select[readonly] + span,
form.eg-form .field > textarea[readonly] + span,
form.eg-form .field > input[readonly] + span {
  color: #666;
  font-style: italic;
}
form.eg-form .field.info {
  padding: 2px 5px;
}
form.eg-form .field.info .as-label {
  display: inline-block;
  color: #333;
}
form.eg-form .field input:focus + .hint {
  background-color: #666;
  border-color: #666;
}
form.eg-form .field input:focus + .hint .validator:not(.valid) {
  background-color: #f0dad9;
}
form.eg-form .field input:focus + .hint .validator:not(.valid) > .ico-valid {
  display: none;
}
form.eg-form .field input:focus + .hint .validator:not(.valid) > .ico-invalid {
  color: #ff1103;
}
form.eg-form .field input:focus + .hint .validator.valid {
  background-color: #dce7dd;
}
form.eg-form .field input:focus + .hint .validator.valid > .ico-invalid {
  display: none;
}
form.eg-form .field input:focus + .hint .validator.valid > .ico-valid {
  color: #25a233;
}
form.eg-form .field .hint {
  display: flex;
  font-size: 85%;
  background-color: #bbb;
  border: 1px solid #bbb;
  border-top: none;
  gap: 1px;
}
form.eg-form .field .hint .validator {
  flex: 1 1 0;
  text-align: center;
  color: #666;
  background-color: #fff;
}
form.eg-form .field .hint .validator > i,
form.eg-form .field .hint .validator > svg {
  margin-right: 5px;
  font-weight: 900;
}
form.eg-form .field .hint .validator:not(.valid) > .ico-valid {
  display: none;
}
form.eg-form .field .hint .validator.valid > .ico-invalid {
  display: none;
}
form.eg-form .field .hint .validator.valid > .ico-valid {
  color: #25a233;
}
form.eg-form .submit {
  display: flex;
  padding-top: 10px;
}
form.eg-form .submit small {
  flex-grow: 1;
}
form.eg-form .submit button {
  background-color: #bc2b3a;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  border: none;
}
form.eg-form .submit button:hover {
  background-color: #000;
  cursor: pointer;
}
form.eg-form .submit em {
  color: #bc2b3a;
  font-style: normal;
}
form.eg-form .price_display #price {
  background-color: #eee;
  text-align: center;
  font-size: 110%;
  color: #bc2b3a;
  font-weight: bold;
  display: block;
  padding: 5px 10px;
}
form.eg-form .price_display #price small {
  color: #333;
  font-weight: normal;
}
form.eg-form .price_display label {
  display: block;
  text-align: center;
}

form.default-form .form-content {
  display: flex;
  flex-direction: column;
}
form.default-form .info {
  padding: 10px;
}
form.default-form .form-row {
  margin-bottom: 10px;
  display: flex;
}
form.default-form .form-row span.label:not(.txt),
form.default-form .form-row label:not(.txt) {
  border-bottom: 1px solid #999;
  white-space: nowrap;
  background-color: #ccc;
  width: 130px;
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}
.on-black form.default-form .form-row span.label:not(.txt),
.on-black form.default-form .form-row label:not(.txt) {
  background-color: rgba(204, 204, 204, 0.2666666667);
}
form.default-form .form-row span.label:not(.txt) em,
form.default-form .form-row label:not(.txt) em {
  color: #bc2b3a;
}
form.default-form .multi-row {
  display: flex;
}
form.default-form .multi-row > div {
  flex: 1 1 0;
  display: flex;
}
form.default-form .multi-select-parent .multi-select {
  padding-left: 20px;
  flex-grow: 1;
  border-bottom: 1px solid #ccc;
}
form.default-form .multi-select-parent .multi-select label {
  background: none;
  padding: 5px 10px;
  display: inline-block;
  font-weight: bold;
}
form.default-form .checkbox .input-parent {
  padding-left: 10px;
}
form.default-form .text-input input {
  flex-grow: 1;
  background-color: #fff;
  color: #000;
  padding: 2px 10px;
  border: solid #999;
  border-width: 0 0 1px 0;
}
.on-black form.default-form .text-input input {
  background-color: rgba(204, 204, 204, 0.5333333333);
  color: #fff;
}
form.default-form .text-input input:focus {
  outline: none;
  border-color: #333;
  background-color: rgba(51, 51, 51, 0.2);
}
form.default-form .text-input + .info {
  padding-top: 0;
  margin-top: -5px;
}
form.default-form .buttons {
  display: flex;
  padding: 0 10px;
}
form.default-form .buttons .btn-primary {
  flex-grow: 1;
}

table.eg-content-table {
  margin: 15px 0;
  border: 2px solid black;
  border-collapse: collapse;
}
table.eg-content-table.center {
  margin-left: auto;
  margin-right: auto;
}
table.eg-content-table.full {
  width: 100%;
}
table.eg-content-table tbody tr th, table.eg-content-table tbody tr td {
  border: 1px solid black;
  padding: 3px 10px;
}
table.eg-content-table th, table.eg-content-table.first-td-head td:first-child {
  background-color: #eee;
  font-weight: bold;
}
table.eg-content-table td.numeric {
  text-align: right;
}

table.pakete {
  border-collapse: separate;
  border: none;
  width: 100%;
}
table.pakete td, table.pakete th {
  padding: 0.25rem;
  border: 1px solid white;
}
table.pakete thead th span {
  display: block;
  padding: 0.5rem;
  margin: -0.25rem;
  text-align: center;
  background-color: #bc2b3a;
  color: white;
  font-size: 110%;
}
table.pakete tbody td:not(.title) {
  text-align: center;
}
table.pakete tbody td.title ul {
  margin-bottom: 0;
  padding-left: 2rem;
}
table.pakete tbody tr:not([class]) {
  background-color: #eee;
}
table.pakete tbody tr.prices td:not(.title) {
  background-color: #e1e1e1;
}
table.pakete tbody tr.prices span.price {
  color: #bc2b3a;
  font-size: 130%;
}
table.pakete tbody tr.prices a {
  display: block;
  background-color: #bc2b3a;
  margin: -0.25rem;
  border: 1px solid #bc2b3a;
  padding: 1rem;
  color: #fff;
  transition: all 0.2s;
}
table.pakete tbody tr.prices a:hover {
  color: #bc2b3a;
  background-color: #fff;
}
table.pakete i {
  line-height: 1.4;
  font-size: 150%;
  vertical-align: middle;
}
table.pakete i.fa-check {
  color: #25a233;
}
table.pakete i.fa-times {
  color: #ff1103;
}
table.pakete i.fa-check-circle {
  color: #b3c812;
}
table.pakete i.fa-plus-circle {
  color: #bc2b3a;
}
table.pakete td[rowspan] {
  position: relative;
  background: repeating-linear-gradient(-34deg, rgba(37, 162, 51, 0.5), rgba(37, 162, 51, 0.5) 3px, transparent 3px, transparent 10px);
}
table.pakete div.addon {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  bottom: 0.75rem;
  right: 0.75rem;
  border: 1px solid #25a233;
  background-color: #ebedeb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 1rem;
}
table.pakete div.addon small {
  margin-top: 0.5rem;
  line-height: 1.4;
  display: block;
}

hr {
  margin: 25px 0;
  border-color: #000;
}
hr.narrow {
  margin: 10px 0;
}

.vcard {
  margin-bottom: 15px;
}
.vcard.notext {
  display: flex;
}
.vcard.notext .detail {
  margin: -15px -20px 10px -20px;
}
.vcard.notext .detail .position,
.vcard.notext .detail .name {
  padding-left: 20px;
}
.vcard.notext .info {
  flex-grow: 1;
}
.vcard .left {
  max-width: 225px;
}
.vcard .top {
  display: flex;
}
.vcard .top div.img {
  flex-shrink: 1;
  overflow: hidden;
}
.vcard .top div.img img {
  max-width: 160px;
  max-height: 70px;
}
.vcard .top div.img span.reduced {
  margin: 0 -30px -30px;
  display: block;
}
.vcard .top div.img span.reduced img {
  max-width: 160px;
  max-height: none;
}
.vcard .detail {
  flex-grow: 1;
}
.vcard .detail div.name {
  font-size: 120%;
  font-weight: bold;
  color: #bc2b3a;
  border-bottom: 1px solid #000;
  padding: 5px 20px 5px 15px;
}
.vcard .detail div.name small {
  color: #000;
}
.vcard .detail div.position {
  padding: 3px 20px 5px 15px;
}
.vcard div.info {
  padding: 15px 20px 10px 20px;
  font-size: 90%;
}

.eg-stimme figure,
.stage.testimony figure {
  display: flex;
  margin-bottom: 20px;
}
.eg-stimme figure .person,
.stage.testimony figure .person {
  width: 40%;
}
.eg-stimme figure .logo-person,
.stage.testimony figure .logo-person {
  width: 60%;
  padding-left: 20px;
}
.eg-stimme figure .logo-person img,
.stage.testimony figure .logo-person img {
  margin: 0 auto 10px;
  display: block;
  max-height: 50px;
}
.eg-stimme figure figcaption,
.stage.testimony figure figcaption {
  width: 100%;
}
.eg-stimme blockquote p,
.stage.testimony blockquote p {
  font-style: italic;
}
.eg-stimme blockquote p .fa-square-quote,
.eg-stimme blockquote p .quote,
.stage.testimony blockquote p .fa-square-quote,
.stage.testimony blockquote p .quote {
  float: left;
  font-size: 3.1rem;
  margin: 0 5px -5px 0;
}

.eg-stimme {
  margin-bottom: 25px;
}
.eg-stimme p {
  clear: both;
}
.eg-stimme blockquote p {
  padding-left: 50px;
}
.eg-stimme blockquote p .fa-square-quote,
.eg-stimme blockquote p .quote {
  margin-left: -50px;
}
.eg-stimme blockquote p + p {
  font-style: normal;
  padding-top: 10px;
}

a.app-link svg.qr-code {
  max-width: 80%;
  height: auto;
}

.info-box {
  border-left: 25px solid #3f628b;
  padding: 5px 10px;
  position: relative;
  font-size: 90%;
  color: #3f628b;
}
.info-box p:last-child {
  margin-bottom: 0;
}
.info-box > svg,
.info-box > i {
  position: absolute;
  left: -20px;
  top: 5px;
  color: #fff;
}

body.product .button-parent {
  position: relative;
  margin-top: 50px;
}
body.product .button-parent .buttons {
  position: sticky;
  top: 25px;
  display: block;
}
body.product .button-parent .buttons a {
  text-align: center;
  margin-bottom: 10px;
}
body.product .button-parent .buttons a img {
  max-width: none;
}
body.product #page-content .news-body,
body.product .slider {
  font-size: 20px;
}
body.product #page-content {
  line-height: 1.75;
}
body.product .news-body {
  padding: 0 25px;
  position: relative;
}
body.product div.header {
  margin: 20px 0;
  font-size: 1rem;
}
body.product strong.authors {
  color: #bc2b3a;
  font-size: 75%;
}

details:not(.plain) summary {
  cursor: pointer;
}
details:not(.plain) summary h2, details:not(.plain) summary h3, details:not(.plain) summary h4 {
  display: inline-block;
}
details:not(.plain) summary::marker, details:not(.plain) summary::-webkit-details-marker {
  color: #bc2b3a;
}
details:not(.plain)[open] {
  position: relative;
  margin-bottom: 15px;
}
details:not(.plain)[open] ul, details:not(.plain)[open] p {
  margin-left: 15px;
}
details:not(.plain)[open] ul {
  padding-left: 20px;
}
details:not(.plain)[open]::after {
  position: absolute;
  content: "";
  left: 4px;
  top: 30px;
  bottom: -5px;
  border-left: 2px solid #3f628b;
}
details:not(.plain)[open] summary::marker, details:not(.plain)[open] summary::-webkit-details-marker {
  color: #3f628b;
}

/*
.filter-weekly details {
  p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3px;
    a {
      flex-grow: 1;
      text-align: center;
    }
  }
}

.filter-weekly.v2 {
  overflow: auto;
  font-size: 90%;
  table {
    border-collapse: collapse;
    td, th {
      border: 1px solid #000;
      text-align: left;
      padding: 2px 4px;
    }
    thead {
      th {
        background-color: #444;
        color: #fff;
      }
      td {
        background-color: #777;
        color: #fff;
      }
    }
    tbody {
      td {
        height: 30px;
        border-width: 0 1px 1px;
        padding: 0;
        text-align: center;
        a {
          display: block;
          padding: 2px 5px;
        }
      }
    }
  }
}
*/
.sticky {
  top: 0;
  position: sticky;
}

.v-sticky {
  left: 5px;
  position: sticky;
}

div.pager .current,
div.pager .paging {
  display: flex;
  gap: 5px;
}
div.pager .current .page {
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  flex-grow: 50;
  font-weight: bold;
}
div.pager .current .res {
  padding: 5px 10px;
}
div.pager .paging {
  margin-top: 30px;
  align-items: center;
}
div.pager span.a-fake,
div.pager a {
  padding: 5px;
  background-color: #eee;
  text-align: center;
  flex-grow: 1;
  text-decoration: none;
  color: #000;
  min-width: 25px;
}
div.pager span.np,
div.pager a.np {
  flex-grow: unset;
}
div.pager span.a-fake {
  cursor: not-allowed;
}
div.pager a:hover {
  background-color: #333;
  color: #fff;
}
div.pager a.active {
  flex-grow: 3;
  background-color: #bc2b3a;
  color: #fff;
  font-weight: 900;
}

.cal-parent {
  height: 315px;
  overflow: hidden;
  margin: 15px 0;
}
.cal-parent table.calendar {
  margin: 0 0 75px 0;
}

table.calendar {
  border-collapse: collapse;
  border: 2px solid #ccc;
  width: 100%;
  margin: 15px 0;
  font-size: 85%;
}
table.calendar thead tr th.month-title {
  background-color: #000;
  color: #fff;
}
table.calendar thead tr.week-days {
  background-color: #eee;
}
table.calendar thead tr.week-days th {
  width: 100%/7;
}
table.calendar thead td.controls {
  text-align: center;
  color: #666;
  background-color: #000;
}
table.calendar thead td.controls span.inactive {
  visibility: hidden;
}
table.calendar thead td.controls > span {
  display: block;
}
table.calendar tbody td.dow-6,
table.calendar tbody td.dow-7 {
  background-color: #eee;
  opacity: 0.5;
}
table.calendar tbody td {
  position: relative;
  border: 2px solid #ccc;
  padding: 15px 2px 1px 5px;
}
table.calendar tbody td:not(.dow-6):not(.dow-7):not(.future).pc-0 {
  background-color: white;
}
table.calendar tbody td:not(.dow-6):not(.dow-7):not(.future).pc-1 {
  background-color: #f1f7ed;
}
table.calendar tbody td:not(.dow-6):not(.dow-7):not(.future).pc-2 {
  background-color: #e3efda;
}
table.calendar tbody td:not(.dow-6):not(.dow-7):not(.future).pc-3 {
  background-color: #d4e7c8;
}
table.calendar tbody td:not(.dow-6):not(.dow-7):not(.future).pc-4 {
  background-color: #c6dfb5;
}
table.calendar tbody td:not(.dow-6):not(.dow-7):not(.future).pc-5 {
  background-color: #b8d7a3;
}
table.calendar tbody td:not(.dow-6):not(.dow-7):not(.future).pc-6 {
  background-color: #aace90;
}
table.calendar tbody td:not(.dow-6):not(.dow-7):not(.future).pc-7 {
  background-color: #9cc67e;
}
table.calendar tbody td:not(.dow-6):not(.dow-7):not(.future).pc-8 {
  background-color: #8dbe6b;
}
table.calendar tbody td:not(.dow-6):not(.dow-7):not(.future).pc-9 {
  background-color: #7fb659;
}
table.calendar tbody td:not(.dow-6):not(.dow-7):not(.future).pc-10 {
  background-color: #71ae46;
}
table.calendar tbody td .day {
  position: absolute;
  right: 2px;
  top: -2px;
  font-weight: 900;
}
table.calendar tbody td .num {
  display: inline-block;
  line-height: 25px;
}
table.calendar tbody tr:not(.future):hover td {
  border-bottom-color: #333;
  color: #333;
  cursor: pointer;
}

.single-char {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 5px;
}
.single-char strong {
  padding: 2px 10px;
  background-color: #000;
  color: #fff;
  text-align: center;
  flex-grow: 1;
}
.single-char a {
  padding: 2px 10px;
  background-color: #eee;
  text-decoration: none;
  color: #000;
  flex-grow: 4;
  text-align: center;
}
.single-char a.active {
  background-color: #bc2b3a;
  color: #fff;
  font-weight: bold;
}
.single-char a:hover {
  background-color: #333;
  color: #fff;
}

@media screen and (min-width: 64em) {
  .eg-stimme:nth-child(n+1) {
    padding-right: 2rem;
  }
  .eg-stimme:nth-child(n+2) {
    padding: 0 1rem;
  }
  .eg-stimme:nth-child(n+3) {
    padding-left: 2rem;
  }
}
.page-authors .author {
  padding: 10px;
  display: flex;
}
.page-authors .author .vcard {
  display: flex;
  flex-direction: column;
}
.page-authors .author .info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.page-authors .author .info p:first-child {
  flex-grow: 1;
}

.flash-message {
  padding: 15px;
  margin: 15px 0;
  border: 2px solid #3f628b;
  background-color: #f5f7f9;
}
.flash-message > img {
  display: block;
  margin: 10px auto;
  max-height: 75px;
}
.flash-message .title {
  margin: -15px -15px 15px;
  padding: 8px 15px;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #3f628b;
  background-color: #3f628b;
  position: relative;
  letter-spacing: 1px;
}
.flash-message .title::after {
  content: "";
  border: 8px solid transparent;
  border-top-color: #3f628b;
  position: absolute;
  left: 10px;
  top: 100%;
}
.flash-message > :last-child {
  margin-bottom: 0;
}
.flash-message.type-error {
  border-color: #ff1103;
  background-color: #fff3f2;
}
.flash-message.type-error .title {
  background-color: #ff1103;
  border-bottom-color: #ff1103;
}
.flash-message.type-error .title::after {
  border-top-color: #ff1103;
}
.flash-message.type-success {
  border-color: #25a233;
  background-color: #f4faf5;
}
.flash-message.type-success .title {
  background-color: #25a233;
  border-bottom-color: #25a233;
}
.flash-message.type-success .title::after {
  border-top-color: #25a233;
}
.flash-message.type-warn {
  border-color: #FFDC00;
  background-color: #fffdf2;
}
.flash-message.type-warn .title {
  background-color: #FFDC00;
  border-bottom-color: #FFDC00;
}
.flash-message.type-warn .title::after {
  border-top-color: #FFDC00;
}
.flash-message.type-info {
  border-color: #2c85b0;
  background-color: #f4f9fb;
}
.flash-message.type-info .title {
  background-color: #2c85b0;
  border-bottom-color: #2c85b0;
}
.flash-message.type-info .title::after {
  border-top-color: #2c85b0;
}

.page-events h2:not(:first-child) {
  margin-top: 15px;
}

ul.events {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.events.all {
  margin: 0 -10px;
}
ul.events.all li {
  display: inline-flex;
  width: 50%;
  padding: 20px 10px;
}
ul.events.highlight li {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
ul.events li a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #000;
  text-decoration: none;
}
ul.events li a:hover {
  border-color: #bc2b3a;
}
ul.events li a:hover h3 {
  color: #bc2b3a;
}
ul.events li a .flag {
  font-size: 95%;
  padding: 2px 10px 1px;
  text-align: center;
  font-weight: 600;
}
ul.events li a .flag.eg {
  background-color: #bc2b3a;
  color: #fff;
}
ul.events li a .flag.partner {
  background-color: #ece4e5;
  color: #bc2b3a;
}
ul.events li a h3 {
  padding: 5px 10px;
  margin: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  background-color: #eee;
}
ul.events li a span.fact {
  display: flex;
  padding: 2px 10px;
}
ul.events li a span.fact .name {
  color: #bc2b3a;
  margin-right: 5px;
}
ul.events li a .right span.image {
  display: block;
  text-align: right;
}
ul.events li a > span.image {
  position: relative;
  z-index: 1;
  text-align: center;
  background-size: cover;
  background-position: center;
}
ul.events li a > span.image img {
  z-index: 1;
  border: solid rgba(255, 255, 255, 0.6666666667);
  border-width: 0 5px;
  vertical-align: top;
}
ul.events li a > span.image::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5333333333);
  backdrop-filter: blur(3px) grayscale(0.5);
  -webkit-backdrop-filter: blur(3px) grayscale(0.5);
}

.single-event span.image {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}
.single-event span.image::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5333333333);
  backdrop-filter: blur(3px) grayscale(0.5);
  -webkit-backdrop-filter: blur(3px) grayscale(0.5);
}
.single-event div.partner {
  float: right;
  width: 160px;
  font-size: 80%;
  padding: 10px 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #000;
  color: #fff;
}
.single-event div.partner.eg {
  background-color: #bc2b3a;
  color: #fff;
}
.single-event div.partner.eg img {
  margin-top: 10px;
}

.subscription-overview .box {
  transition: all 0.3s;
  display: flex;
  flex-wrap: wrap;
}
.subscription-overview .box:not(.last) {
  margin-bottom: 25px;
}
body.js .subscription-overview .box.highlight {
  transform: scale(1.1);
  box-shadow: 0 0 10px #bbb;
  margin: 35px 0;
}
body.js .subscription-overview .box.start {
  transform: scale(0.5) rotate(15deg);
  box-shadow: 0 0 0 #bbb;
  margin: 25px 0;
}
.subscription-overview .box .head {
  width: 100%;
  background-color: #000;
  padding: 15px;
  font-size: 120%;
  color: #fff;
  margin-bottom: 1px;
}
.subscription-overview .box .head .recommended {
  font-size: 90%;
  display: inline-block;
  float: right;
  color: #bc2b3a;
  padding: 5px 10px;
  margin: -5px 0;
  background-color: #fff;
  transform: rotate(2deg);
  border: 1px solid #bc2b3a;
}
.subscription-overview .box .content {
  flex-grow: 5;
  padding: 10px;
}
.subscription-overview .box .content ul {
  margin-left: 25px;
}
.subscription-overview .box .content ul.payment-methods {
  margin-left: 0;
  margin-top: 10px;
  list-style-type: none;
}
.subscription-overview .box .content ul.payment-methods li {
  display: inline-block;
}
.subscription-overview .box .content ul.payment-methods li img {
  margin-right: 5px;
  max-height: 20px;
}
.subscription-overview .box > a {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  flex-grow: 1;
}
.subscription-overview .box > a span {
  flex-grow: 1;
}

.event-single p.date-time {
  letter-spacing: 0.75px;
  font-weight: 700;
}
.event-single .person {
  margin-bottom: 10px;
  display: flex;
  align-content: center;
}
.event-single .person .fix,
.event-single .person .asked {
  font-size: 12px;
  display: block;
  color: #fff;
  font-weight: 100;
  text-align: center;
  padding: 2px 10px;
  background-color: #eee;
}
.event-single .person .fix {
  border-top: 2px solid #25a233;
  color: #25a233;
}
.event-single .person .asked {
  border-top: 2px solid #FFDC00;
  color: #FFDC00;
}
.event-single .person .position {
  font-style: italic;
}
.event-single .person div.img {
  max-width: 80px;
}
.event-single .person div.img img.placeholder {
  opacity: 0.5;
}
.event-single .person div.info {
  padding-left: 10px;
}

.event-aside {
  float: right;
  margin: 5px 0 10px 10px;
  font-size: 95%;
  max-width: 170px;
  text-align: center;
  font-weight: 600;
  display: block;
}
.event-aside > * {
  padding: 10px;
}
.event-aside span.p {
  display: block;
}
.event-aside .event-partner {
  display: block;
}
.event-aside .event-partner > a {
  display: block;
  margin-bottom: 10px;
}
.event-aside .event-partner img {
  max-width: 150px;
}
.event-aside .event-partner img.logo-only {
  margin-bottom: 10px;
}
.event-aside .event-partner ~ .dfvcg-koop {
  border-top: 2px solid #112974;
}

.market-parent h2.bubble {
  display: flex;
  align-items: center;
}
.market-parent h2.bubble > small {
  padding-left: 10px;
}
.market-parent .flag {
  flex-grow: 1;
  text-align: right;
}
.market-parent .flag img {
  vertical-align: middle;
  height: 20px;
}

.market-rows .row {
  padding: 5px;
  border-bottom: 1px solid #eee;
}
.market-rows .row:nth-child(2n) {
  background-color: #eee;
}
.market-rows .row .title a {
  display: block;
}
.market-rows .row .numeric,
.market-rows .row .value {
  text-align: right;
}
.market-rows thead tr th {
  background-color: #999;
}

table.market-rows {
  width: 100%;
}

.market-ticker a.partner img {
  height: 20px;
}

fieldset {
  border: 2px solid black;
}
fieldset h1, fieldset h2, fieldset h3, fieldset h4 {
  margin-bottom: 0;
  margin-top: 0;
}
fieldset legend {
  padding: 0 10px;
}

.labelled-box {
  margin-bottom: 20px;
}
.labelled-box label,
.labelled-box .label {
  display: block;
  background-color: #444;
  color: #fff;
  padding: 5px 10px;
}
.labelled-box input[type=date] {
  width: 100%;
  border: none;
  background-color: #eee;
  padding: 4px 10px;
}
.labelled-box input[type=date]:focus {
  outline: none;
}
.labelled-box .content {
  display: flex;
  gap: 2px;
}
.labelled-box .content > * {
  flex: 1 1 0;
  padding: 2px 10px;
  text-align: center;
  background-color: #eee;
  text-decoration: none;
  color: #000;
}
.labelled-box .content > *.active {
  background-color: #bc2b3a;
  color: #fff;
}
.labelled-box .content > button:hover,
.labelled-box .content > a:hover {
  text-decoration: underline;
}
.labelled-box .content > button {
  background-color: #bc2b3a;
  color: #fff;
  padding: 4px 10px;
  border: none;
}
.labelled-box .content > label input[type=radio],
.labelled-box .content > label input[type=checkbox] {
  appearance: none;
  width: 0;
  height: 0;
}
.labelled-box .content > label input[type=radio]:checked + span,
.labelled-box .content > label input[type=checkbox]:checked + span {
  font-weight: bold;
  color: #bc2b3a;
}

#datacenter-frame {
  width: 100%;
  height: 0;
  border: none;
}
#datacenter-frame:not(.active) {
  opacity: 0.01;
}
#datacenter-frame.active {
  height: 75vh;
}
#datacenter-frame.active ~ #datacenter-loading {
  display: none !important;
}
#datacenter-loading {
  padding: 3rem;
  background-color: #f5edb6;
  border: 1px solid #FFDC00;
  text-align: center;
  margin: 1rem 0;
}

#modals {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  top: 0;
  position: fixed;
  width: 100vw;
  z-index: 1000;
  backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.1);
}

.modal {
  text-align: left;
  width: 400px;
  max-width: 95vw;
  background-color: #f6f6f6;
  border-radius: 2px;
  overflow: auto;
  box-shadow: 0 0 14px -2px #444;
  margin: 10px;
  transform: scale(0);
}
.modal .head {
  display: flex;
  background-color: #fff;
}
.modal .head .title {
  flex-grow: 1;
  display: inline-block;
  padding: 5px 10px;
  font-weight: 800;
}
.modal .head .icon {
  padding: 5px 0 5px 10px;
}
.modal .head .close {
  padding: 5px 10px;
}
.modal .head .close:hover {
  background-color: rgba(188, 43, 58, 0.46);
}
.modal > .content {
  padding: 10px;
  max-height: 50vh;
  overflow: auto;
}
.modal > .content .footer {
  padding-top: 10px;
}
.modal > .footer {
  padding: 10px;
}
@keyframes drop {
  0% {
    top: -10rem;
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
    top: 1rem;
  }
}
.modal.show {
  animation-name: drop;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.modal:not(.show) {
  height: 0 !important;
}
.modal#filter-rows {
  width: 650px;
}
.modal#filter-rows > .content {
  max-height: 75vh;
}
.modal .market-add-row > details {
  margin-bottom: 15px;
}
.modal .market-add-row > details > summary {
  font-size: 105%;
  font-weight: bold;
  background-color: #444;
  color: #fff;
  margin-bottom: 10px;
  padding: 3px 10px;
  cursor: pointer;
}
.modal .market-add-row > details ul {
  margin-left: 20px;
  margin-top: 10px;
  list-style-type: none;
}
.modal .market-add-row > details ul li {
  padding-bottom: 10px;
}
.modal .market-add-row > details details > summary {
  font-weight: bold;
  cursor: pointer;
  padding: 3px 10px;
  margin-left: -27px;
}
.modal .market-add-row > details details:not([open]) > summary {
  background-color: rgba(0, 0, 0, 0.05);
}
.modal .market-add-row li.row {
  display: flex;
  align-items: center;
}
.modal .market-add-row li.row span.name {
  flex-grow: 1;
}
.modal .market-add-row li.row button.add_row {
  float: right;
  background-color: #bc2b3a;
  color: #fff;
  padding: 2px 10px;
  border: none;
}
.modal .market-add-row li.row button.add_row:hover {
  background-color: #000;
}
.modal .market-add-row li.row button.add_row i,
.modal .market-add-row li.row button.add_row svg {
  margin-left: 7px;
}
.modal .market-add-row li.row.active button.add_row {
  background-color: #25a233;
}

.graph[data-show-graph] {
  display: flex;
  min-height: 200px;
  align-items: center;
  justify-content: space-around;
}

.home .rub.rubi-1, .home .rub.rubi-2, .home .rub.rubi-3, .home .rub.rubi-4, .home .rub.rubi-5 {
  position: relative;
  margin-bottom: 20px;
}
.home .rub.rubi-1::before, .home .rub.rubi-2::before, .home .rub.rubi-3::before, .home .rub.rubi-4::before, .home .rub.rubi-5::before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: -10px;
  bottom: -20px;
  background-color: #eee;
  z-index: -1;
}
.home .rub.rubi-1 h2.stick, .home .rub.rubi-2 h2.stick, .home .rub.rubi-3 h2.stick, .home .rub.rubi-4 h2.stick, .home .rub.rubi-5 h2.stick {
  background-color: rgba(238, 238, 238, 0.93);
}
.home .rub .button-parent {
  text-align: center;
  margin-top: 30px;
}
.home .rub .button-parent a.btn {
  padding-left: 50px;
  padding-right: 50px;
}

.multi-news {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.multi-news .big-news {
  max-width: 50%;
  flex: 1 0 auto;
}
.multi-news .news-list:not(.col1) {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-content: space-between;
}
.multi-news .news-list:not(.col1) .news {
  flex: 1 0 300px;
}

:not(.right) > a.news {
  margin-bottom: 25px;
}

a.news {
  display: block;
  color: #000;
  text-decoration: none;
}
a.news figure {
  position: relative;
}
a.news figure figcaption.source {
  position: absolute;
  bottom: 3px;
  right: 3px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
}
a.news figure img {
  vertical-align: top;
}
a.news .content.no-image h2 {
  margin-top: 10px;
}
a.news:hover {
  color: #333;
}
a.news:hover figure {
  position: relative;
}
a.news:hover figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
a.news:hover h2, a.news:hover h3, a.news:hover h4 {
  color: #bc2b3a;
}
a.news:hover .link {
  color: #fff;
}
a.news:hover .rubric {
  background-color: #bc2b3a;
  color: #000;
}

#page-content .logo-pmg {
  background-color: #004570;
  color: #fff;
  padding: 10px 15px;
  clear: both;
}
#page-content .logo-pmg img {
  float: right;
  margin-top: 3px;
}
#page-content .logo-pmg a {
  color: #eee;
  text-decoration: underline;
}
#page-content .logo-pmg a:hover {
  color: #fff;
  text-decoration: none;
}

.logo-wall {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 50px;
  justify-content: space-evenly;
  border-top: 2px solid #000;
  padding: 40px;
  margin: -35px -50px;
}
.logo-wall a {
  display: inline-block;
  align-content: center;
}
.logo-wall a img {
  max-height: 100px;
  width: 150px;
}

body.login #page {
  display: flex;
  flex-direction: column;
}
body.login form.eg-form {
  padding: 20px 0;
  flex-grow: 1;
  align-self: center;
  display: flex;
  align-items: center;
  width: 500px;
  max-width: 100%;
}

.eg-three-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.eg-three-boxes.no-logos .single {
  display: flex;
  flex-direction: column;
}
.eg-three-boxes.no-logos .info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.eg-three-boxes.no-logos .info p:first-child {
  flex-grow: 1;
}
.eg-three-boxes .info {
  padding: 10px;
}
.eg-three-boxes .single > .box,
.eg-three-boxes .single > a {
  background-color: #eee;
  padding: 10px;
  display: grid;
  align-content: center;
  justify-items: center;
}
.eg-three-boxes .single > .box img,
.eg-three-boxes .single > a img {
  max-height: 100px;
}
.eg-three-boxes .single > a {
  height: 120px;
}

#searchbar p.field {
  display: flex;
}
#searchbar p.field input {
  flex-grow: 1;
}
#searchbar p.field button.btn svg, #searchbar p.field button.btn i {
  margin-right: 0;
  font-size: 120%;
}

#paywall {
  position: relative;
  background-color: #000;
  margin-right: -150px;
  margin-top: -20px;
  padding-bottom: 20px;
}
body.product #paywall {
  font-size: 80%;
}
#paywall li {
  line-height: 1.4;
}
#paywall::after {
  position: absolute;
  content: "";
  border: 20px solid transparent;
  border-bottom-color: #000;
  left: calc(50% - 20px);
  bottom: 100%;
}
#paywall::before {
  position: absolute;
  content: "";
  bottom: 100%;
  height: 150px;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}
#paywall .title {
  text-align: center;
  padding: 20px 20px 0;
  font-size: 120%;
  font-weight: 700;
  color: #fff;
}
#paywall .content {
  margin: 20px 20px 0;
  padding: 20px;
  background-color: #fff;
}
#paywall .subtitle {
  color: #bc2b3a;
  padding: 10px 20px;
  font-weight: bold;
}
#paywall ul {
  margin-left: 40px;
}
#paywall ul ul.payment-methods {
  list-style-type: none;
  margin-left: 0;
  margin-top: 10px;
}
#paywall ul ul.payment-methods li {
  display: inline-block;
}
#paywall ul ul.payment-methods img {
  height: 20px;
  margin-right: 5px;
}
#paywall .bubble {
  border: 2px solid #bc2b3a;
  border-bottom: none;
  position: relative;
  margin-top: 20px;
  background-color: #eee;
}
#paywall .bubble::before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-bottom-color: #bc2b3a;
  left: 10%;
  bottom: 100%;
}
#paywall .bubble .oneline,
#paywall .bubble .price,
#paywall .bubble .should {
  padding: 0 20px;
}
#paywall .bubble > :first-child {
  font-weight: bold;
  color: #bc2b3a;
}
#paywall .bubble > :first-child small {
  font-size: 1rem;
  color: #000;
}
#paywall .bubble > :first-child::before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-bottom-color: #eee;
  left: 10%;
  bottom: calc(100% - 2px);
}
#paywall .bubble .price {
  font-size: 175%;
}
#paywall .bubble .should {
  margin: -15px 0 10px;
}
#paywall .bubble .oneline {
  font-size: 175%;
  margin: 12px 0 11px;
  font-family: "ff-market-web", sans-serif;
}
#paywall a.block {
  padding: 10px 20px;
  background-color: #bc2b3a;
  border: 2px solid #bc2b3a;
  color: #fff;
  display: block;
  font-size: 110%;
}
#paywall a.block:hover {
  background-color: #fff;
  color: #bc2b3a;
}
#paywall a.block svg,
#paywall a.block i {
  margin-right: 4px;
}
#paywall .flex {
  display: flex;
  flex-direction: column;
}
#paywall .middle {
  flex-grow: 1;
}
#paywall .center .subtitle {
  text-align: center;
  padding: 10px 0;
}
#paywall .center form.eg-form .field:not(.info) {
  margin-top: 8px;
}
#paywall .center form.eg-form .field.checkbox > .as-input > label span.label {
  font-size: 14px;
}
#paywall .center form.eg-form .field.checkbox > .as-input > label {
  line-height: 1.5;
}
#paywall .left a,
#paywall .left .bubble {
  margin-right: 10px;
}
#paywall .right a,
#paywall .right .bubble {
  margin-left: 10px;
}
#paywall .bottom {
  margin: 20px 20px 0 20px;
  text-align: center;
  background-color: #333;
  color: #aaa;
}
#paywall .bottom a {
  color: #bc2b3a;
}
#paywall .bottom a:hover {
  color: #bf3644;
}
#paywall .links {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#paywall .links a {
  flex-grow: 1;
  text-align: center;
  font-size: 85%;
}
#paywall .links a:not(:hover) {
  background-color: #fff;
}

.mobile-facts,
#mobile-menu {
  display: none;
}

@media screen and (max-width: 640px) {
  body.product .slider .headline h1 {
    font-size: 115%;
  }
  body.product .slider .headline h2 {
    font-size: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1440px) {
  #mobile-menu-trigger {
    display: none !important;
  }
}
@media screen and (max-width: 1439px) {
  #top::after {
    left: 0 !important;
    right: 0 !important;
  }
  body.mobile-menu-open {
    overflow: hidden;
    position: relative;
    max-height: 100vh;
    max-width: 100vw;
  }
  body.mobile-menu-open #page {
    max-height: 100vh;
    max-width: 100vw;
    overflow: hidden;
  }
  body.mobile-menu-open::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    -webkit-backdrop-filter: blur(5px) grayscale(0.75);
    backdrop-filter: blur(5px) grayscale(0.75);
    z-index: 999;
  }
  body.mobile-menu-open #mobile-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100vh;
    min-width: 50%;
    max-width: 100%;
    background-color: #fff;
    border-right: 2px solid #bc2b3a;
    z-index: 1000;
    overflow: auto;
  }
  body.mobile-menu-open #mobile-menu #mobile-logo {
    padding: 10px 20px;
    text-align: center;
  }
  body.mobile-menu-open #mobile-menu #mobile-logo img {
    max-height: 100px;
  }
  body.mobile-menu-open #mobile-menu a,
  body.mobile-menu-open #mobile-menu .submenu-title {
    display: block;
    padding: 10px;
    position: relative;
  }
  body.mobile-menu-open #mobile-menu a.triggered,
  body.mobile-menu-open #mobile-menu .submenu-title.triggered {
    padding-right: 40px;
  }
  body.mobile-menu-open #mobile-menu a {
    text-decoration: none;
    color: #bc2b3a;
  }
  body.mobile-menu-open #mobile-menu a:hover {
    text-decoration: underline;
  }
  body.mobile-menu-open #mobile-menu ul {
    list-style-type: none;
  }
  body.mobile-menu-open #mobile-menu > ul {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #bc2b3a;
  }
  body.mobile-menu-open #mobile-menu > ul:nth-child(2) {
    padding-top: 0;
    margin-top: 0;
  }
  body.mobile-menu-open #mobile-menu > ul:nth-child(2) > .space {
    border-top: 2px solid #bc2b3a;
  }
  body.mobile-menu-open #mobile-menu > ul ul {
    margin-left: 20px;
  }
  body.mobile-menu-open #mobile-menu li {
    position: relative;
  }
  body.mobile-menu-open #mobile-menu li.space {
    height: 20px;
  }
  body.mobile-menu-open #mobile-menu li.level1 a {
    font-weight: bold;
    font-size: 120%;
    background-color: #eee;
  }
  body.mobile-menu-open #mobile-menu li.level2 > a {
    font-weight: bold;
  }
  body.mobile-menu-open #mobile-menu li.level2.k-jobs,
  body.mobile-menu-open #mobile-menu li.divider {
    display: none !important;
  }
  body.mobile-menu-open #mobile-menu li.k-search a::after {
    content: " Suche";
  }
  body.mobile-menu-open #mobile-menu li.k-profile.level0 > a.ico::after {
    content: " Profil";
  }
  body.mobile-menu-open #mobile-menu li.active > a {
    background: #bc2b3a;
    color: #fff;
  }
  body.mobile-menu-open #mobile-menu li.active > a > span.tag {
    display: none !important;
  }
  body.mobile-menu-open #mobile-menu span.trigger {
    background-color: #000;
    color: #fff;
    padding: 2px;
    width: 35px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 38px;
  }
  body.mobile-menu-open #mobile-menu span.tag {
    background-color: #bc2b3a;
    padding: 3px 5px;
    margin: -2px -5px -2px 10px;
    font-weight: bold;
    color: #fff;
  }
  #mobile-menu-trigger {
    font-size: 25px;
    margin-left: 15px;
    padding: 2px 10px;
  }
  #page {
    padding-left: 0;
    padding-right: 0;
  }
  .desktop-facts {
    display: none !important;
  }
  .mobile-facts {
    display: block;
  }
  .slider div.parent {
    flex-direction: column;
  }
  .slider div.parent .right,
  .slider div.parent .left {
    width: unset;
  }
  .slider div.parent .right a.news,
  .slider div.parent .left a.news {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    flex-grow: 1;
  }
  .slider .slider-controls .pager {
    display: none !important;
  }
  ul.recent-keywords {
    flex-wrap: wrap;
  }
  ul.recent-keywords .outlink a,
  ul.recent-keywords .outlink {
    flex-grow: 1;
  }
  .multi-news {
    flex-wrap: wrap;
  }
  .multi-news .big-news {
    max-width: none;
    flex: 1 1 500px;
  }
  div.inner-footer > div {
    margin-bottom: 20px;
  }
  a.link-date,
  a.news > div.content {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
  div.link-date {
    flex-direction: column;
  }
  div.link-date .date-author {
    flex-direction: row;
    margin-right: 0;
    border-right: none;
  }
  div.link-date .date-author .type {
    text-align: center;
  }
  body.product div.aside {
    padding: 20px;
  }
  #paywall {
    margin-right: 0 !important;
  }
  #page h1, #page h2, #page h3, #page h4, #page h5, #page h6 {
    padding-left: 10px;
  }
  #page .content h1, #page .content h2, #page .content h3, #page .content h4, #page .content h5, #page .content h6 {
    padding-left: 0;
  }
  #page div.pure-u-1-1 + div.pure-u-1-1 {
    margin-top: 20px;
  }
  #page p {
    margin-left: 10px;
    margin-right: 10px;
  }
  #page form {
    padding: 10px;
  }
  ul.events.all {
    margin: 0;
    width: 100%;
  }
  #page-content:not(:first-child) {
    margin-top: 0;
  }
  body.product .slider .right.text-only {
    padding: 10px 20px;
  }
  body.product .slider .right.text-only p {
    font-size: 0.95rem;
  }
  a.news.side-by-side .bottom div.left,
  a.news.side-by-side .bottom div.right {
    flex: 1 0 100%;
  }
  a.news.side-by-side .bottom div.left {
    padding-right: 0;
  }
  a.news.side-by-side .bottom div.right {
    padding: 10px;
  }
  ul.compact-list {
    margin: 0 10px;
  }
  .vcard div.info {
    padding: 0;
  }
  .vcard.notext .detail {
    margin: 0;
  }
  #page-content .logo-pmg img {
    float: none;
    display: block;
    margin-bottom: 15px;
  }
  .msg-functions span.note {
    display: block;
    position: static;
    max-width: none;
    margin-bottom: 5px;
    background-color: #bc2b3a;
  }
  .msg-functions span.note::after {
    display: none;
  }
  details:not(.plain) summary h2,
  details:not(.plain) summary h3,
  details:not(.plain) summary h4 {
    display: inline;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1100px) {
  #top .level2 {
    display: none !important;
  }
  #logo {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1099px) {
  body.js .subscription-overview .box.highlight {
    transform: scale(1);
  }
  #relaunch,
  #head nav.aside-menu,
  #top {
    display: none !important;
  }
  #mobile-menu-trigger {
    display: inline-block;
    font-size: 50px;
  }
  #head {
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 0;
    position: relative;
  }
  #head::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 5px #ccc;
    z-index: -1;
  }
  #page {
    padding-top: 0;
  }
  .himo {
    display: none !important;
  }
  table {
    background-color: #fff;
  }
}
@media screen and (max-width: 48em) {
  ul.events.all li {
    width: 100%;
  }
}
span.egad {
  display: block;
  text-align: center;
}
span.egad.intext {
  float: right;
  margin: 0 -150px 15px 15px;
}
span.egad .egslot {
  display: inline-block;
}
span.egad a {
  display: inline-block;
}
span.egad a img {
  vertical-align: top;
  height: auto;
}
html[lang=en] span.egad a::before {
  content: "Ad";
}
html:not([lang=en]) span.egad a::before {
  content: "Anzeige";
}
span.egad a::before {
  background-color: #eee;
  display: block;
  color: #666;
  font-size: 12px;
  text-align: right;
}
span.egad .slot-3 {
  margin-bottom: 25px;
}
.news-list .stage-content span.egad {
  text-align: right;
}
.news-list .stage-content span.egad .slot-1 {
  margin-bottom: 25px;
}

.egadstick {
  position: sticky;
  top: 10px;
  z-index: -1;
}
.egadstick ~ * {
  background-color: #fff;
}

@media screen and (min-width: 1900px) {
  #sidebar-banner {
    position: fixed;
    right: 20px;
    top: 20px;
  }
}
.related-news .elements .content {
  max-width: 500px;
}

@media print {
  .related-news,
  .egad,
  .button-parent,
  #top,
  footer,
  #head > *:not(#logo) {
    display: none !important;
  }
  body {
    background: #fff;
  }
  body.product #page-content .news-body, body.product body.product .slider {
    font-size: 16px !important;
  }
  body.product .slider .headline,
  body.product .news-body {
    padding: 0 !important;
  }
  #page-content::after {
    display: block;
    margin-top: 10px;
    font-size: 11px;
    color: #888;
    content: "Jegliche Verwendung für den nicht-privaten, kommerziellen Gebrauch bedarf der schriftlichen Zustimmung. Kontakt: redaktion@energate.de | Nutzungsanfragen: info@energate.de | Copyright: © 2024 energate GmbH | Norbertstr. 3-5 | 45131 Essen | Telefon: +49 201 1022-500";
    text-align: center;
  }
  #page {
    margin-bottom: 0 !important;
  }
  #page::after {
    display: none !important;
  }
  .vcard {
    margin-top: 20px;
  }
  .vcard a {
    display: none !important;
  }
  .slider {
    margin-bottom: -35px;
  }
  .slider .right,
  .slider figure {
    display: none !important;
  }
  .slider div.headline {
    position: static !important;
    background: none !important;
    color: #000 !important;
  }
  .slider div.headline h1,
  .slider div.headline h2 {
    text-shadow: none !important;
    color: #000 !important;
  }
  .slider div.headline h1 {
    font-size: 20px !important;
  }
  .slider div.headline h2 {
    font-size: 16px !important;
  }
  #logo {
    flex-grow: 1;
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
  }
  #logo img {
    max-height: 1.5cm;
  }
}
