@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
* {
  padding: 0;
  border: 0;
  margin: 0;
}

/* Legacy Code */
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
  outline: 0;
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  content: "";
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0s;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}

.fotorama--fullscreen,
.fullscreen {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.fotorama__nav__frame,
.fotorama__thumb-border {
  box-sizing: content-box;
}

.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background: url(../images/fotorama.png) no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background: url(../images/fotorama@2x.png) 0 0/96px 160px no-repeat;
  }
}
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}

@media print {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb-border,
  .fotorama__video-close,
  .fotorama__video-play {
    background: 0 0 !important;
  }
}
.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage,
.fullscreen {
  background: #000;
}

.fotorama {
  min-width: 1px;
}

.fotorama:not(.fotorama--unobtrusive) > :not(:first-child) {
  display: none;
}

.fullscreen {
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
}

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}

.fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}

.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}

.fotorama__stage__frame {
  overflow: hidden;
}

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full,
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}

.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}

.fotorama__nav--dots {
  display: block;
}

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}

.fotorama__nav--thumbs {
  display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}

.fotorama__caption__wrap {
  box-sizing: border-box;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: auto;
}

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1;
}

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}

.fotorama__nav:before,
.fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}

.fotorama__nav:after,
.fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}

/*
* lazyYT (lazy load YouTube videos)
* v1.3.0 - 2016-03-06
* (CC) This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
* http://creativecommons.org/licenses/by-sa/4.0/
* Contributors: https://github.com/tylerpearson/lazyYT/graphs/contributors || https://github.com/daugilas/lazyYT/graphs/contributors
*/
.lazyYT-container button:focus,
.lazyYT-container button:hover {
  background-color: transparent !important;
}

.lazyYT-container iframe {
  bottom: 0;
  left: 0;
  height: 100%;
  border: 0;
}

.ytp-gradient-top {
  /* z-index: 21; */
  height: 98px;
  pointer-events: none;
  background-repeat: repeat-x;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABiCAQAAAA7fHH2AAAAQUlEQVQYV22KQQoAIAzDyv7/Et/oVlGZVCfkkIYamsENXESyi8vc0u/PKZ6o8+7fZ0h8ShRYnD+BFKToRJkHFpkM2hZSxuyWpEYAAAAASUVORK5CYII=);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.ytp-chrome-top {
  position: absolute;
  left: 12px;
  right: 10px;
  top: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #eee;
  text-align: left;
  direction: ltr;
  font-size: 11px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  /* z-index: 60; */
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.ytp-title {
  font-size: 150%;
  padding-right: 20px;
  white-space: nowrap;
}

.ytp-title-text {
  padding-top: 15px;
  display: inline-block;
  line-height: 1.1;
  vertical-align: top;
  max-width: 100%;
  margin-left: 4px;
}

.ytp-title-link {
  max-width: 100%;
  color: #eee;
  text-decoration: none;
  white-space: nowrap;
  word-wrap: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: left;
}

.ytp-thumbnail {
  height: 100%;
  left: 0;
  /* z-index: 12; */
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.lazyYT-image-loaded .ytp-spinner {
  display: none;
}

.ytp-thumbnail button.ytp-button {
  visibility: hidden;
}

.ytp-thumbnail.lazyYT-image-loaded button.ytp-button {
  visibility: visible;
}

.ytp-spinner {
  position: absolute;
  left: 45%;
  top: 45%;
  width: 10%;
  height: 10%;
  z-index: 16;
}

.ytp-spinner-message {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 300px;
  font-size: 127%;
  line-height: 182%;
  margin-left: -150px;
  display: none;
  text-align: center;
  background-color: #000;
  opacity: 0.5;
}

@keyframes ytp-spinner-dot-fade {
  0% {
    opacity: 0.5;
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  50% {
    opacity: 0.15;
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  to {
    opacity: 0.15;
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
}
@-moz-keyframes ytp-spinner-dot-fade {
  0% {
    opacity: 0.5;
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  50% {
    opacity: 0.15;
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  to {
    opacity: 0.15;
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
}
@-webkit-keyframes ytp-spinner-dot-fade {
  0% {
    opacity: 0.5;
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  50% {
    opacity: 0.15;
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  to {
    opacity: 0.15;
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
}
.ytp-spinner-dot {
  -moz-animation: ytp-spinner-dot-fade 0.8s ease infinite;
  -webkit-animation: ytp-spinner-dot-fade 0.8s ease infinite;
  animation: ytp-spinner-dot-fade 0.8s ease infinite;
  opacity: 0;
  fill: #ccc;
  -moz-transform-origin: 4px 4px;
  -ms-transform-origin: 4px 4px;
  -webkit-transform-origin: 4px 4px;
  transform-origin: 4px 4px;
}

.ytp-spinner-dot-1 {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.ytp-spinner-dot-2 {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ytp-spinner-dot-3 {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.ytp-spinner-dot-4 {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ytp-spinner-dot-5 {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.ytp-spinner-dot-6 {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ytp-spinner-dot-7 {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.ytp-button,
.ytp-button:focus {
  border: none;
  outline: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: default;
  line-height: inherit;
  padding: 0;
  background: 0 0;
}

.ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
  cursor: pointer;
}

.ytp-large-play-button-bg {
  -moz-transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  fill: #1f1f1f;
  opacity: 0.9;
}

.ytp-thumbnail:hover .ytp-large-play-button-bg {
  -moz-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  fill: #cc181e;
  opacity: 1;
}

.video-time {
  position: absolute;
  right: 2px;
  bottom: 2px;
  height: 14px;
  padding: 0 4px;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #fff !important;
  background-color: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
  zoom: 1;
}

/* Actual Code the developer wrote */
.grid {
  display: flex;
}

.grid.article {
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.grid.article .article {
  min-height: 32rem;
}
.grid.article .article.preview {
  height: 50vw;
  min-height: 0;
}
.grid.article .article.preview {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  min-height: 308px;
  max-height: 308px;
  flex: 1 1 308px;
}
.grid.article .article.preview .textcontainer {
  background-color: rgba(var(--gz-bg-color-rgb), 0.8);
  width: 100%;
  align-self: flex-end;
  max-height: 308px;
  word-break: break-word;
}
.grid.article .article.preview .textcontainer .teaser {
  transition: all 0.3s ease-in;
  transition-delay: 0s;
  font-size: 1rem;
  max-height: 0;
  height: auto;
  padding: 0 15px;
  font-weight: 400;
}
.grid.article .article.preview:hover .textcontainer .teaser {
  transition: all 0.3s ease-out;
  max-height: 308px;
  padding: 0 15px 10px;
}
.grid.article .article.preview h2 {
  color: var(--gz-text-color);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2em;
  text-decoration: none;
  margin: 10px 15px 5px;
}
.grid.article .article.preview p {
  color: var(--gz-text-color);
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 20px;
  padding: 0 15px 10px;
  overflow: hidden;
  height: 28px;
  margin-bottom: 8px;
}

.grid.article.three .news_article_grid {
  align-content: flex-start;
  padding: 0;
}
.grid.article.three .news_article_grid .article:nth-child(3), .grid.article.three .news_article_grid .article:nth-child(6) {
  margin-top: 2rem;
  flex: 0 0 648px;
}
.grid.article.three .news_article_grid .article:nth-child(4), .grid.article.three .news_article_grid .article:nth-child(5) {
  margin-top: 2rem;
  margin-bottom: 0;
}

.grid.article.six {
  flex-wrap: nowrap;
  padding-left: 0.75rem;
  margin-bottom: 1rem;
}
.grid.article.six .article.preview {
  flex: 0 0 145px;
  min-height: 145px;
  min-width: 145px;
  max-height: 145px;
  margin: 0 0.5rem;
}
.grid.article.six .article.preview h2 {
  font-size: 0.75rem;
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.two .article.preview.left {
  flex: 0 0 308px;
}

.two.reverse .article.preview.left {
  flex: 1 1 308px;
  margin-right: 1rem;
}
.two.reverse .article.preview.right {
  flex: 0 1 308px;
}

.grid.article {
  margin-bottom: 2rem;
}

@media screen and (max-device-width: 1024px), screen and (max-width: 1024px) {
  .grid.article .article.preview h2 {
    font-size: 1rem;
    padding-bottom: 10px;
  }
  .grid.article .textcontainer .teaser {
    display: none;
  }
  .grid.article {
    margin-bottom: 1rem;
  }
  .grid.article.three .news_article_grid .article:nth-child(3), .grid.article.three .news_article_grid .article:nth-child(6) {
    flex: 1 1 100%;
  }
  .grid.article.three .news_article_grid .article:nth-child(4), .grid.article.three .news_article_grid .article:nth-child(5) {
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .grid.article.three .article:nth-child(1), .grid.article.three .article:nth-child(4) {
    flex: 0 0 50%;
    flex: 0 0 calc(50% - 0.5rem);
    margin-right: 0.5rem;
    margin-left: 0;
  }
  .grid.article.three .article:nth-child(2), .grid.article.three .article:nth-child(5) {
    flex: 0 0 50%;
    flex: 0 0 calc(50% - 0.5rem);
    margin-left: 0.5rem;
    margin-right: 0;
  }
  .grid.article.three .article:nth-child(3), .grid.article.three .article:nth-child(6) {
    flex: 1 1 308px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1rem;
  }
  .grid.article.three .news_article_grid {
    padding: 0;
  }
  .grid.article.three .news_article_grid .article:nth-child(3) {
    margin-bottom: 0;
  }
  .grid.article.two .left {
    flex: 0 0 50%;
    flex: 0 0 calc(50% - 0.5rem);
    margin-right: 0.5rem;
    margin-left: 0;
  }
  .grid.article.two .right {
    flex: 0 0 50%;
    flex: 0 0 calc(50% - 0.5rem);
    margin-left: 0.5rem;
    margin-right: 0;
  }
  .grid.article.two.reverse .left {
    flex: 0 0 50%;
    flex: 0 0 calc(50% - 0.5rem);
    margin-right: 0.5rem;
    margin-left: 0;
  }
  .grid.article.two.reverse .right {
    flex: 0 0 50%;
    flex: 0 0 calc(50% - 0.5rem);
    margin-left: 0.5rem;
    margin-right: 0;
  }
}
.werbe-container {
  max-height: 308px;
  display: block;
}
.werbe-container > a {
  width: 100%;
  height: 100%;
}

.news_article_grid {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 308px;
  margin: 0 !important;
}
.news_article_grid .article:nth-child(1) {
  margin-left: 0;
  flex: 0 1 calc(50% - 1rem);
}
.news_article_grid .article:nth-child(2) {
  margin-right: 0;
  flex: 0 1 calc(50% - 1rem);
}
.news_article_grid .article:nth-child(3) {
  flex: 0 0 100%;
  margin-left: 0;
  margin-top: 2rem;
}

#footer {
  z-index: 1;
  position: relative;
  margin-bottom: 2.5rem;
  margin-top: 1rem;
}
#footer .wrapper {
  display: flex;
  padding: 0 0.5rem;
  min-height: 44px;
  background-color: var(--gz-tile-color);
  max-width: calc(var(--gz-view-xl) - 2rem);
  box-sizing: border-box;
}
#footer ul {
  color: var(--gz-text-color);
  display: flex;
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0;
}
#footer ul li {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  padding: 0 0.7rem;
  cursor: pointer;
  line-height: 44px;
}
  height: 44px;
}
#footer ul li.imageBanner a {
  display: inline-block;
}
#footer ul li.imageBanner,
#footer ul li.imageBanner a,
#footer ul li.imageBanner a img {
  height: 44px;
}

#footer ul li a {
  color: var(--gz-text-color);
}
#footer ul li a:hover {
  color: var(--gz-main-color);
}
#footer ul.left {
  text-align: left;
  flex: 1 0 auto;
  flex-wrap: wrap;
}
#footer ul.right {
  text-align: right;
  flex: 0 0 auto;
}

@media screen and (max-width: 1020px) {
  #footer .wrapper {
    max-height: none;
    flex-direction: column;
  }
  #footer > a {
    display: block;
    padding: 10rem 0 0;
  }
  #footer ul {
    justify-content: center;
    margin: 6rem auto;
    text-align: center !important;
    margin: 0 0.25rem;
  }
  #footer .wrapper {
    flex-wrap: wrap;
  }
}
.main-menu {
  display: flex;
  position: sticky;
  top: 1px;
  align-items: center;
  justify-content: center;
  width: var(--gz-view-xl);
  margin: 1rem auto;
  height: 86px;
  transition: 0.4s all;
  z-index: 10;
  max-width: 1020px;
}
.main-menu .light,
.main-menu .dark {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.main-menu .light {
  display: none;
}

.dark .main-menu .dark {
  display: none;
}
.dark .main-menu .light {
  display: flex;
}

.main-menu-sticky-observer {
  height: 25px;
  top: -25px;
  position: absolute;
}

.main-menu__sticky {
  transform: translateY(-24px);
}
.main-menu__sticky .main-menu__bar {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3294117647);
}
.main-menu__sticky .main-menu__logo {
  width: 150px;
  top: 6px;
  left: -20px;
}

.main-menu__bar-mobile {
  display: none;
}

.main-menu__bar {
  display: flex;
  align-items: center;
  position: relative;
  background-color: var(--gz-tile-color);
  width: calc(100% - 3rem);
  margin-left: 1.6rem;
  padding-left: 10rem;
  height: 50px;
  box-sizing: border-box;
  transition: 0.4s all;
}
.main-menu__bar .main-menu__mobile-background {
  display: none;
}

.main-menu__menu-wrapper {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
}

.main-menu__logo {
  position: absolute;
  z-index: 10;
  height: 78px;
  width: 259px;
  left: -77px;
  transition: 0.2s all;
}
.main-menu__logo img {
  height: 78px;
  width: 259px;
  transform: translate(0, 0);
  position: relative;
  transition: 0.2s all;
}

.main-menu__icon {
  fill: var(--gz-text-color);
}

.main-menu__icon-container {
  align-items: center;
  min-width: 24px;
  display: flex;
  position: relative;
  justify-content: center;
  height: 1.475rem;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  padding: 1rem 0.75rem;
}
.main-menu__icon-container.active, .main-menu__icon-container:hover {
  background-color: var(--gz-main-color);
  cursor: pointer;
}
.main-menu__icon-container #globalsearchterm-button {
  flex: 0 0 20px;
  max-width: 20px;
  width: 20px;
  display: inline-block;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-menu__icon-container #globalsearchterm-button svg {
  fill: var(--gz-text-color);
  height: 0.875rem;
}

.main-menu__submenu {
  display: none;
}

.twitchlink {
  position: relative;
  top: 2px;
}

.main-menu__links {
  list-style: none;
  flex: 1 0 auto;
  margin: 0;
  padding: 0;
}

.main-menu__link {
  display: inline-block;
  padding: 0;
  top: -1px;
}
.main-menu__link.active a {
  color: var(--gz-text-color);
  background-color: var(--gz-main-color);
}
.main-menu__link:hover a {
  color: var(--gz-text-color);
  background-color: var(--gz-main-color);
}
.main-menu__link a {
  text-decoration: none;
  color: var(--gz-text-color);
  font-weight: 700;
  font-size: 1.25rem;
  padding: 1rem 1.5rem;
  font-size: 1.15rem;
}
.main-menu__link a:hover {
  color: var(--gz-text-color);
  background-color: var(--gz-main-color);
}

.main-menu__mobile-switcher {
  display: none;
}

.main-menu__submenu {
  position: absolute;
  left: -20px;
  top: 3.1rem;
  border-top: 13px solid var(--gz-bg-color);
  width: 62rem;
  padding: 1.875rem 0rem 0.625rem 0;
  background-color: var(--gz-tile-color);
}
.main-menu__submenu.news, .main-menu__submenu.events, .main-menu__submenu.videos {
  padding: 1.875rem 0rem 1.25rem 0;
  min-height: 146px;
}
.main-menu__submenu .main-menu__linkmenu-groupnames {
  flex: 1 1 auto;
  display: flex;
  max-width: 200px;
  flex-direction: column;
  justify-content: center;
}
.main-menu__submenu .main-menu__linkmenu-groupnames .title {
  color: var(--gz-text-color);
  text-align: right;
  padding: 0.125rem 2rem 0.125rem 0;
  font-size: 1rem;
}
.main-menu__submenu .main-menu__linkmenu-groupnames .title.active {
  background-color: var(--gz-main-color);
  font-weight: bold;
}
.main-menu__submenu .main-menu__linkmenu-groupnames .title:hover {
  background-color: var(--gz-main-color);
  cursor: pointer;
  font-weight: bold;
}
.main-menu__submenu .main-menu__linkmenu-groupnames a.title {
  font-weight: normal;
  background-color: transparent;
  font-size: 1rem;
}
.main-menu__submenu .main-menu__linkmenu {
  flex: 0 1 auto;
  display: flex;
}
.main-menu__submenu .main-menu__linkmenu.hardware {
  max-width: 50.4rem;
}
/*.main-menu__submenu .main-menu__linkmenu {*/
.main-menu__submenu .main-menu__linkmenu:not(.hardware) {
  justify-content: center;
  width: 100%;
}
.main-menu__submenu .main-menu__linkmenu.grid.article.six {
  padding-left: 0;
  margin-bottom: 0;
}
.main-menu__submenu .menu.article.preview {
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.main-menu__submenu .menu.article.preview:first-of-type {
  margin-left: 0;
}
.main-menu__submenu .menu.article.preview:last-of-type {
  margin-right: 0;
}
.main-menu__submenu .ytp-chrome-top,
.main-menu__submenu .ytp-gradient-top {
  display: none;
}
.main-menu__submenu .ytp-button {
  z-index: 1;
}
.main-menu__submenu .lazyload-video.lazy,
.main-menu__submenu .lazyload-video.lazyYT-container {
  padding-bottom: 0;
  width: 100%;
  height: 100%;
}
.main-menu__submenu .youtube-container .ytp-thumbnail {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.main-menu__submenu .youtube-container .ytp-thumbnail:hover .ytp-large-play-button-bg {
  fill: var(--gz-main-color);
}
.main-menu__submenu .youtube-container .textcontainer {
  pointer-events: none;
  position: absolute;
}
.main-menu__submenu .grid.article.six .article.preview.youtube-container .textcontainer h2 {
  padding: 0;
}

@media screen and (max-width: 1190px) {
  .main-menu {
    width: 100%;
    max-width: calc(100% - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .main-menu__logo {
    position: absolute;
    width: 160px;
    left: -8px;
  }
  .main-menu__bar {
    width: calc(100% - 3.1rem);
    padding-left: 5.5rem;
    margin-left: 3.1rem;
    min-height: 0;
  }
  .main-menu__links {
    padding: 0 0 0 1.375rem;
  }
  .main-menu__link a {
    font-size: 1.15rem;
    padding: 0.75rem 1.5rem;
  }
  .main-menu__sticky {
    transform: translateY(-24px);
  }
  .main-menu__sticky .main-menu__logo {
    width: 160px;
    top: 8px;
    left: -8px;
  }
  .search-wrapper {
    left: 2.25rem;
  }
}
@media screen and (max-width: 1050px) {
  .main-menu__submenu.berichte.hardware .preview:nth-of-type(5) {
    display: none;
  }
  .main-menu__submenu.berichte {
    width: calc(100vw - 4rem);
    left: -2rem;
  }
  .main-menu__submenu .main-menu__linkmenu {
    width: 41rem;
  }
}
@media screen and (min-width: 721px) {
  .main-menu__link:hover .main-menu__submenu {
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .main-menu__link a {
    padding: 0.75rem 0.75rem;
  }
  .main-menu__submenu.berichte.games .preview:nth-of-type(4),
  .main-menu__submenu.berichte.hardware .preview:nth-of-type(4) {
    display: none;
  }
  .main-menu__submenu {
    width: calc(100% + 1rem);
    max-width: 62rem;
  }
  .main-menu__submenu .main-menu__linkmenu:not(.hardware):not(.games) {
    justify-content: left;
    margin-left: 1.5rem;
  }
  .main-menu__submenu.events .preview:nth-of-type(5),
  .main-menu__submenu.events .preview:nth-of-type(6),
  .main-menu__submenu.videos .preview:nth-of-type(5),
  .main-menu__submenu.videos .preview:nth-of-type(6),
  .main-menu__submenu.news .preview:nth-of-type(5),
  .main-menu__submenu.news .preview:nth-of-type(6) {
    display: none;
  }
  .main-menu__submenu .main-menu__linkmenu-groupnames {
    width: 220px;
    max-width: 220px;
  }
}
@media screen and (max-width: 720px) {
  .main-menu {
    margin-right: 0;
  }
  .main-menu .main-menu__bar .main-menu__mobile-background {
    display: block;
    position: fixed;
    top: -30vh;
    left: -1rem;
    height: 130vh;
    width: 116px;
    background-color: var(--gz-tile-color-rgb, 0.8);
  }
  .main-menu__logo {
    top: 4px;
  }
  .main-menu__sticky .main-menu__bar-mobile {
    top: -5px;
  }
  .main-menu__sticky .main-menu__logo {
    top: 2px;
    width: 118px;
    left: -12px;
  }
  .main-menu__menu-wrapper {
    align-items: flex-end;
    flex-direction: column;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    line-height: 2.5rem;
    text-align: right;
  }
  .main-menu__menu-wrapper .main-menu__icon-container {
    margin: 0 1rem;
  }
  .main-menu__bar-mobile {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
    background-color: var(--gz-tile-color);
    width: calc(100% - 3rem);
    margin-left: 3rem;
    padding-left: 8rem;
    box-sizing: border-box;
    height: 40px;
    min-height: 0;
    z-index: 6;
  }
  .main-menu__bar {
    display: none;
    position: absolute;
    justify-content: flex-end;
    transition: 0.4s transform;
    background: var(--gz-bg-color);
    top: -1rem;
    height: 100vh;
    z-index: 5;
    padding-top: 6rem;
    box-shadow: 0 0 0 300px rgba(0, 0, 0, 0.6), 0 0 18px -6px rgba(0, 0, 0, 0.4);
    right: 0;
    margin-left: -1px;
  }
  .main-menu__bar.open {
    display: block;
  }
  .main-menu__mobile-switcher {
    display: flex;
    margin-right: 1rem;
    padding: 0.75rem;
  }
  .main-menu__link {
    display: block;
  }
}
#news-list {
  flex: 0 0 308px;
  padding: 0 0.5rem;
  margin: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  box-sizing: border-box;
  background-color: var(--gz-new-tile-color);
}
#news-list .more_news {
  font-weight: 400;
  text-align: center;
  color: #f26225;
  display: block;
  position: relative;
  top: 0;
  font-size: 23px;
}
#news-list .news_entry.flag:after {
  content: "";
  height: 30px;
  width: 16px;
  background: url(/images/flag.png) no-repeat;
  display: block;
  position: absolute;
  background-size: contain;
  top: 8px;
  left: 49px;
}

.news-list__head {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gz-main-color);
  padding: 0.75rem 0.75rem 0.375rem 0.5rem;
  line-height: 1;
}
.news-list__head:first-of-type {
  padding: 1.4rem 0.75rem 0.375rem 0.5rem;
}

#news-list .news-entry {
  margin-bottom: 0.5rem;
}

.news-entry {
  color: var(--gz-text-color);
  font-size: 0.875rem;
  padding: 0 0.5rem 0;
  position: relative;
}
.news-entry__title {
  line-height: 1.4;
  font-weight: 700;
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-entry__author, .news-entry__date {
  color: var(--gz-text-color);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
}
.news-entry__date {
  margin-top: 3px;
}
.news-entry__date svg {
  margin-bottom: -1px;
}
.news-entry__author {
  margin-right: 0.5rem;
}
.news-entry__infos {
  color: var(--gz-text-color);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding-top: 10px;
}
.news-entry__teaser {
  font-size: 0.875rem;
  margin-top: 2px;
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-entry__link {
  flex: 0 0 100%;
  width: 100%;
  margin: 0.25rem 0;
  text-decoration: none;
  color: var(--gz-text-color);
}
.news-entry__link:hover {
  text-decoration: none;
}
.news-entry__badge {
  position: absolute;
  left: -1rem;
  top: 0;
}
.news-entry_date svg {
  margin-right: 4px;
}

@media screen and (max-device-width: 1024px), screen and (max-width: 1024px) {
  #news-list {
    margin-left: 0;
  }
  #news-list .news-entry__date {
    margin-top: 0.575rem;
  }
  .news-entry__infos {
    flex-direction: column;
    align-items: start;
  }
  .news-entry__author {
    padding-bottom: 3px;
  }
}
@media screen and (max-device-width: 648px), screen and (max-width: 648px) {
  #news-list {
    flex: 0 0 100%;
    margin: 0 0 1rem;
    width: 100%;
  }
  .news-entry__title {
    width: 100%;
  }
}
#articlewrapper.article {
  padding: 0 1.25rem;
}
#articlewrapper.article a {
  text-decoration: none;
  color: var(--gz-main-color);
}

#main_img {
  width: 100%;
  margin-bottom: 1.25rem;
  align-self: stretch;
  height: 420px;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#main_img .text-wrapper {
  color: var(--gz-text-color);
  padding: 1rem;
  background-color: rgba(var(--gz-tile-color-rgb), 0.9);
}
#main_img .text-wrapper__title {
  font-weight: 700;
  font-size: 1.75rem;
  padding: 0 0 1rem;
}
#main_img .text-wrapper__subtitle {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
#main_img .text-wrapper__article-details {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

#article_content {
  display: flex;
  flex-direction: column;
}
#article_content .article_box > .box {
  padding: 1px 2rem 2rem;
}
#article_content .article_box .article_page > .extend_benchmark {
  background-color: var(--gz-tile-color);
  padding: 1px 0 0.5rem;
}
#article_content .article_box .article_page > .extend_benchmark:last-of-type {
  padding-bottom: 0;
}
#article_content .article_box .article_page > .extend_benchmark:first-of-type {
  padding-top: 1.5rem;
}
#article_content .box table {
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  max-width: 46rem;
}
#article_content .box table tr {
  line-height: 2em;
  white-space: nowrap;
}
#article_content .box table tr:first-child {
  border-bottom: 1px solid var(--gz-main-color);
}
#article_content .box table tr:nth-child(2) td {
  padding-top: 5px;
}
#article_content .box table tr:last-child td {
  padding-bottom: 5px;
}
#article_content .box table tr td {
  padding-right: 1.3em;
}
#article_content .article_page {
  background-color: var(--gz-tile-color);
  padding-top: 4rem;
  font-size: 1rem;
  color: var(--gz-text-color);
  padding: 2rem;
  line-height: 1.5;
}
#article_content .article_page::after {
  content: "";
  display: block;
  clear: both;
}
#article_content .article_page:first-child {
  padding-top: 2rem;
}
#article_content .article_page.empty {
  background-color: transparent;
}
#article_content .article_page .page_title {
  color: var(--gz-text-color);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
  text-align: left;
}
#article_content .article_page:not(:first-of-type) {
  margin-top: 2rem;
}
#article_content .article_page b {
  display: block;
  clear: both;
}
#article_content .article_page b u {
  display: inline-block;
  text-decoration: none;
  font-size: 1.125rem;
  padding: 0;
  margin: 1.5rem 0 0.3rem;
}
#article_content .article_page span {
  display: block;
  text-align: justify;
  text-align-last: left;
}
#article_content .article_page span b {
  display: inline;
  clear: none;
}
#article_content .article_page br {
  height: 0;
  margin: 0 0 15px;
  padding: 0;
  line-height: 0;
  font-size: 0;
  content: "";
  display: block;
}
#article_content .article_page p {
  margin: 0;
  padding-bottom: 5px;
}
#article_content .article_page .galleryimage {
  display: block;
  position: relative;
  width: calc(100% + 4rem);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: -2rem;
}
#article_content .article_page .galleryimage:hover:before {
  content: "";
}
#article_content .article_page .galleryimage:before {
  display: block;
  position: absolute;
  background: url(/images/lupe.svg);
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(50%, 50%);
  cursor: zoom-in;
}
#article_content .article_page .galleryimage img {
  width: 100%;
  display: block;
  pointer-events: none;
}
#article_content .article_page .galleryimage.singleimage {
  width: calc(100% + 4rem);
  display: block;
}
#article_content .article_page .image_gallery_subtext {
  text-align: right;
  margin-right: -1.4rem;
  margin-top: -0.7rem;
  font-size: 12px;
  margin-bottom: 1rem;
}
#article_content .article_page .image_gallery_subtext .gallery_opener {
  margin: 0;
  color: var(--gz-text-color);
}
#article_content .article_page .image_gallery_subtext .gallery_opener:hover {
  cursor: pointer;
  color: var(--gz-main-color);
}
#article_content .article_page .image_gallery_subtext .gallery_opener:hover svg {
  fill: var(--gz-main-color);
}
#article_content .article_page .image_gallery_subtext > * {
  display: inline-block;
}
#article_content .article_page .image_gallery_subtext svg {
  fill: var(--gz-text-color);
  height: 12px;
}
#article_content .article_page .image_gallery_subtext span {
  display: inline-block;
}
#article_content .article_text {
  margin: 0 0 1.25rem 0;
}
#article_content .article_text .videocontainer {
  display: block;
  position: relative;
  left: -2rem;
  margin: 1rem 0;
  width: calc(100% + 4rem);
}
#article_content .article_text .benchmark_box {
  padding: 0;
  border-right: 1px solid rgba(var(--gz-main-color-rgb), 0.6);
  border-bottom: 1px solid rgba(var(--gz-main-color-rgb), 0.6);
  width: 100%;
  padding: 20px 50px 20px 20px;
  background-color: var(--gz-benchmark-background);
  box-sizing: border-box;
}
#article_content .article_text .benchmark_box .title {
  color: var(--gz-main-color);
  display: block;
  font-weight: 700;
  text-decoration: none;
  padding: 0;
  font-size: 1.375em;
  margin: 0 0 0.25rem;
}
#article_content .article_text .benchmark_box .benchmark_description {
  display: block;
  margin-bottom: 1rem;
}
#article_content .article_text .benchmark_box .benchmark_rowname {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 1rem;
}
#article_content .article_text .benchmark_box .benchmark_field {
  display: flex;
}
#article_content .article_text .benchmark_box .benchmark_bar_wrapper {
  flex: 1 1 auto;
  background: var(--gz-backbar-background);
  height: 15px;
  border-right: 2px solid var(--gz-backbar-border);
  border-top: 2px solid var(--gz-backbar-border);
}
#article_content .article_text .benchmark_box .benchmark_bar_wrapper .benchmark_bar {
  height: 15px;
  transform: translateY(-2px);
  transition: width 0.5s;
  margin-bottom: 3px;
  background-color: var(--gz-frontbar-background);
  border-right: 2px solid var(--gz-frontbar-border);
  border-bottom: 2px solid var(--gz-frontbar-border);
}
#article_content .article_text .benchmark_box .benchmark_bar_container {
  display: flex;
  flex-direction: column;
}
#article_content .article_text .benchmark_box .benchmark_row,
#article_content .article_text .benchmark_box .benchmark_row_middle {
  padding-bottom: 0.25rem;
}
#article_content .article_text .benchmark_box .benchmark_row.main-entry .benchmark_bar,
#article_content .article_text .benchmark_box .benchmark_row_middle.main-entry .benchmark_bar {
  background-color: var(--gz-main-color);
  border-right: 2px solid var(--gz-main-color-dark);
  border-bottom: 2px solid var(--gz-main-color-dark);
}
#article_content .article_text .benchmark_box .benchmark_row.main-entry:hover .benchmark_bar,
#article_content .article_text .benchmark_box .benchmark_row_middle.main-entry:hover .benchmark_bar {
  background-color: var(--gz-main-color-dark);
}
#article_content .article_text .benchmark_box .benchmark_row:hover .benchmark_bar,
#article_content .article_text .benchmark_box .benchmark_row_middle:hover .benchmark_bar {
  background-color: var(--gz-frontbar-border);
}
#article_content .article_text .benchmark_box .numbers_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  flex: 0 0 105px;
  text-align: right;
  line-height: 17px;
  vertical-align: middle;
  height: 20px;
}
#article_content .article_text .benchmark_box .numbers_container span {
  display: inline-block;
  text-align: right;
  text-align-last: right;
}
#article_content .article_text .benchmark_box .percent_value,
#article_content .article_text .benchmark_box .benchmark_value {
  flex: 0 0 100%;
  height: 17px;
}
#article_content .article_text .benchmark_box .percent_value {
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 17px;
}
#article_content .article_text .benchmark_box .percent_value.green {
  color: var(--gz-ok-color);
}
#article_content .article_text .benchmark_box .percent_value.red {
  color: var(--gz-error-color);
}
#article_content .article_text .benchmark_box .benchmark_value {
  font-size: 14px;
}
#article_content .article_text .benchmark_box .benchmark_legend {
  margin: 1rem 0;
  text-align: left;
}
#article_content .article_text .benchmark_box .benchmark_legend .benchmark_legend_entry {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
#article_content .article_text .benchmark_box .benchmark_legend .benchmark_legend_color {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
}
#article_content .article_text .benchmark_box .benchmark_legend .benchmark_legend_description {
  display: inline-block;
  position: relative;
  top: -2px;
  left: 22px;
}
#article_content .article_text .benchmark_box .benchmark_button {
  color: #fff;
  background-color: var(--gz-frontbar-background);
  text-align: justify;
  font-size: 1rem;
  line-height: 23px;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
#article_content .article_text .benchmark_box .benchmark_button.active {
  background-color: var(--gz-main-color);
}
#article_content .article_text .benchmark_box .benchmark_button:hover {
  cursor: pointer;
  background-color: var(--gz-main-color);
}
#article_content .article_text .conclusion_box {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: nowrap;
}
#article_content .article_text .conclusion_box img {
  width: 75px;
  flex: 0 0 75px;
  display: inline-block;
  padding-right: 2rem;
  align-self: flex-start;
}
#article_content .article_text .conclusion_box.conclusion_author {
  flex-wrap: nowrap;
}
#article_content .article_text .conclusion_box.conclusion_author span {
  flex: 1 1 0;
}
#article_content .article_text .conclusion_box .evaluation__text {
  padding-top: 0.75rem;
  text-align: justify;
}
#article_content .article_text .conclusion_box .conclusion_short {
  display: inline;
  flex: 1 1 auto;
  align-self: center;
  position: relative;
  margin-left: -18px;
}
#article_content .article_text .conclusion_box .conclusion_short .after,
#article_content .article_text .conclusion_box .conclusion_short .before {
  display: inline;
  color: var(--gz-main-color);
  font-size: 30px;
  line-height: 20px;
  padding-left: 2px;
}
#article_content .article_text .conclusion_box .conclusion_short .before {
  vertical-align: top;
  margin-right: 5px;
}
#article_content .article_text .conclusion_box .conclusion_short .content {
  display: inline;
  width: calc(100% - 40px);
  font-size: 1.25rem;
}
#article_content .article_text .conclusion_box .conclusion_title {
  color: var(--gz-main-color);
  display: block;
  font-size: 1.25em;
  text-decoration: none;
  padding: 0;
  margin: 25px 0 5px;
}
#article_content .article_text .conclusion_box .valuation_wrapper {
  flex-wrap: wrap;
  margin: 1.5rem 0 1rem;
}
#article_content .article_text .conclusion_box .valuation_bars {
  flex: 1 1 auto;
  margin-top: 2rem;
  column-count: 2;
}
#article_content .article_text .conclusion_box .valuation_bars .valuation_part {
  display: flex;
  min-width: 310px;
  margin-bottom: 0.75rem;
}
#article_content .article_text .conclusion_box .valuation_bars .valuation_part .title {
  flex: 0 0 130px;
  text-align: right;
  padding-right: 15px;
}
#article_content .article_text .conclusion_box .valuation_bars .valuation_part .bar {
  flex: 0 0 auto;
  font-size: 0;
  position: relative;
}
#article_content .article_text .conclusion_box .valuation_bars .valuation_part .bar .bar_box {
  display: inline-block;
  position: relative;
  background: var(--gz-backbar-background);
  width: 1.5rem;
  height: 1.375rem;
  padding-left: 3px;
}
#article_content .article_text .conclusion_box .valuation_bars .valuation_part .bar.container {
  display: flex;
  width: 274px;
  background-color: var(--gz-backbar-background);
  border-right: 2px solid var(--gz-backbar-border);
  box-shadow: inset 0px 2px var(--gz-backbar-border);
}
#article_content .article_text .conclusion_box .valuation_bars .valuation_part .bar_box.percentage {
  background-color: var(--gz-main-color);
  border-bottom: 2px solid var(--gz-main-color-dark);
  border-right: 2px solid var(--gz-main-color-dark);
}
#article_content .article_text .conclusion_box .valuation_bars .valuation_part .valuation_number {
  position: absolute;
  color: var(--gz-text-color);
  width: calc(100% - 6px);
  font-size: 14px;
  height: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
}
#article_content .article_text .conclusion_box .valuation_bars .valuation_part .number {
  flex: 0 0 23px;
  text-align: right;
}
#article_content .article_text .conclusion_box.conclusion_award {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#article_content .article_text .conclusion_box.conclusion_award .page_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1em;
  flex: 0 0 100%;
  display: block;
  margin-bottom: 1rem;
}
#article_content .article_text .conclusion_box.conclusion_award img {
  height: 250px;
  width: auto;
  padding-right: 0;
}
#article_content .article_showall {
  display: block;
  flex: 0 1 auto;
}
#article_content .article_showall_wrapper {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 1.25rem;
}
#article_content .extracontent_box_wrapper {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#article_content .extracontent_box_wrapper.extracontent_1 .box, #article_content .extracontent_box_wrapper.extracontent_2 .box {
  flex: 0 1 calc(50% - 0.625rem);
  max-width: calc(50% - 0.625rem);
}
#article_content .extracontent_box_wrapper.extracontent_1.extracontentBoxBackLink .box, #article_content .extracontent_box_wrapper.extracontent_2.extracontentBoxBackLink .box {
  flex: 0 1 calc(50% - 2.25rem);
  max-width: calc(50% - 2.25rem);
}
#article_content .extracontent_box_wrapper.extracontent_3 .box {
  flex: 0 1 calc(33.333% - 0.8333333333rem);
  max-width: calc(33.333% - 0.8333333333rem);
}
#article_content .extracontent_box_wrapper.extracontent_3.extracontentBoxBackLink .box {
  flex: 0 1 calc(33.333% - 0.8333333333rem);
  max-width: calc(33.333% - 0.8333333333rem);
}
#article_content .extracontent_box_wrapper.extracontent_4 .box {
  flex: 0 1 calc(25% - 0.9375rem);
  max-width: calc(25% - 0.9375rem);
}
#article_content .extracontent_box_wrapper.extracontent_4.extracontentBoxBackLink .box {
  flex: 0 1 calc((100% - 2rem - 1.25rem) / 4 - 0.9375rem);
  max-width: calc((100% - 2rem - 1.25rem) / 4 - 0.9375rem);
}
#article_content .extracontent_box_wrapper.extracontent_5 .box {
  flex: 0 1 calc(20% - 1rem);
  max-width: calc(20% - 1rem);
}
#article_content .extracontent_box_wrapper.extracontent_5.extracontentBoxBackLink .box {
  flex: 0 1 calc(20% - 1rem);
  max-width: calc(20% - 1rem);
}
#article_content .extracontent_box_wrapper .extracontent_box {
  flex: 0 1 calc(33.333% - 0.8333333333rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  background-color: var(--gz-tile-color);
  margin-bottom: 1.25rem;
  height: 2.5rem;
  position: relative;
}
#article_content .extracontent_box_wrapper .extracontent_box:hover {
  height: auto;
  align-self: flex-start;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3294117647);
}
#article_content .extracontent_box_wrapper .extracontent_box:hover .open_close_box {
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3294117647);
  display: block;
  position: absolute;
  background: var(--gz-tile-color);
  width: 100%;
  width: calc(100% - 2rem);
  z-index: 2;
}
#article_content .extracontent_box_wrapper .extracontent_box:hover .box_title::after {
  transform: rotate(-90deg);
}
#article_content .extracontent_box_wrapper .extracontent_box.reverse:hover .open_close_box {
  bottom: 100%;
  box-shadow: 3px -3px 3px 0px rgba(0, 0, 0, 0.3294117647);
}
#article_content .extracontent_box_wrapper .extracontent_box.reverse:hover .box_title::after {
  transform: rotate(90deg);
}
#article_content .extracontent_box_wrapper .extracontent_box:last-of-type {
  margin-right: 0;
}
#article_content .extracontent_box_wrapper .extracontent_box:first-of-type {
  margin-left: 0;
}
#article_content .extracontent_box_wrapper .extracontent_box a {
  display: inline-block;
}
#article_content .extracontent_box_wrapper .extracontent_box.toc_box .toc_box_allLink {
  margin-top: 1rem;
  padding: 0 2.25rem;
  position: relative;
}
#article_content .extracontent_box_wrapper .extracontent_box.toc_box .toc_box_allLink::before {
  content: "*";
  left: -15px;
  position: relative;
  font-size: 21px;
  top: 6px;
}
#article_content .extracontent_box_wrapper .extracontent_box.toc_box .toc_box_allLink:hover {
  background-color: #535353;
  color: var(--gz-main-color);
}
#article_content .extracontent_box_wrapper .extracontent_box.toc_box .toc_box_allLink:hover a {
  color: var(--gz-main-color);
}
#article_content .extracontent_box_wrapper .extracontent_box.toc_box .toc_box_allLink a {
  color: var(--gz-text-color);
  width: calc(100% - 10px);
}
#article_content .extracontent_box_wrapper .extracontent_box.toc_box .toc_box_allLink a.active {
  color: var(--gz-main-color);
}
#article_content .extracontent_box_wrapper .extracontent_box .box_title {
  width: calc(100% - 3rem);
  font-weight: 700;
  color: var(--gz-text-color);
  line-height: 1.1;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  min-height: 2.5rem;
}
#article_content .extracontent_box_wrapper .extracontent_box .box_title::after {
  content: "";
  transition: 0.5s transform;
  background-image: url("/images/chevron.svg");
  background-position: center center;
  transform: rotate(0);
  height: 14px;
  width: 14px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  height: 2.5rem;
}
#article_content .extracontent_box_wrapper .extracontent_box.back_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#article_content .extracontent_box_wrapper .extracontent_box.back_box .back_link {
  display: block;
  line-height: 2.5rem;
  min-width: 2.5rem;
  width: 100%;
  text-align: center;
}
#article_content .extracontent_box_wrapper .extracontent_box.small {
  min-width: 0;
  max-width: 2rem !important;
}
#article_content .extracontent_box_wrapper .extracontent_box.forward_box {
  height: 100%;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
}
#article_content .extracontent_box_wrapper .extracontent_box.forward_box .box_title::after {
  background-image: url("/images/chevron-highlight.svg");
  transform: rotate(180deg);
}
#article_content .extracontent_box_wrapper .extracontent_box.forward_box .box_title:hover .title {
  text-decoration: underline;
}
#article_content .extracontent_box_wrapper .extracontent_box.forward_box .next,
#article_content .extracontent_box_wrapper .extracontent_box.forward_box .title {
  display: inline-block;
}
#article_content .extracontent_box_wrapper .extracontent_box.forward_box .next {
  font-weight: 700;
  margin-right: 3px;
}
#article_content .extracontent_box_wrapper .extracontent_box.toc_box .open_close_box {
  width: 100%;
}
#article_content .extracontent_box_wrapper .extracontent_box.toc_box ul {
  list-style: decimal;
  padding: 1rem 0 1rem;
  color: var(--gz-text-color);
  list-style-position: inside;
}
#article_content .extracontent_box_wrapper .extracontent_box.toc_box li {
  margin: 0 0 0.25rem 0;
  padding-left: 1rem;
}
#article_content .extracontent_box_wrapper .extracontent_box.toc_box li:hover {
  background-color: #535353;
  color: var(--gz-main-color);
}
#article_content .extracontent_box_wrapper .extracontent_box.toc_box li:hover a {
  color: var(--gz-main-color);
}
#article_content .extracontent_box_wrapper .extracontent_box.toc_box li a {
  width: calc(100% - 2.5rem);
  margin-left: 4px;
  vertical-align: text-top;
  color: var(--gz-text-color);
}
#article_content .extracontent_box_wrapper .extracontent_box.toc_box li.active a {
  font-weight: bold;
}
#article_content .extracontent_box_wrapper .extracontent_box.award_box .open_close_box {
  padding: 1rem;
  text-align: center;
}
#article_content .extracontent_box_wrapper .extracontent_box.award_box .open_close_box img {
  width: 100%;
  max-width: 400px;
}
#article_content .extracontent_box_wrapper .extracontent_box.autor_box .open_close_box {
  padding: 1rem;
}
#article_content .extracontent_box_wrapper .extracontent_box.autor_box .entry {
  display: flex;
  margin: 0.25rem 0;
  color: var(--gz-text-color);
}
#article_content .extracontent_box_wrapper .extracontent_box.autor_box .entry .left {
  flex: 0 0 40%;
}
#article_content .extracontent_box_wrapper .extracontent_box.autor_box .entry .right {
  flex: 0 0 60%;
}
#article_content .extracontent_box_wrapper .extracontent_box.autor_box .entry > a {
  margin-top: 0.5rem;
}
#article_content .extracontent_box_wrapper .extracontent_box.autor_box .entry a {
  margin-left: 0;
  text-decoration: none;
  color: var(--gz-main-color);
}
#article_content .extracontent_box_wrapper .extracontent_box.facts_box .fact_wrapper {
  padding: 1rem;
}
#article_content .extracontent_box_wrapper .extracontent_box.facts_box .fact {
  display: flex;
  margin: 0.25rem 0;
  color: var(--gz-text-color);
}
#article_content .extracontent_box_wrapper .extracontent_box.facts_box .fact .left,
#article_content .extracontent_box_wrapper .extracontent_box.facts_box .fact .right {
  flex: 0 0 50%;
}
#article_content .extracontent_box_wrapper .extracontent_box.facts_box .fact > a {
  margin-top: 0.5rem;
}
#article_content .extracontent_box_wrapper .extracontent_box.facts_box .fact a {
  margin-left: 0;
  text-decoration: none;
  color: var(--gz-main-color);
}
#article_content .extracontent_box_wrapper .extracontent_box.media_box .open_close_box {
  padding: 1rem;
}
#article_content .extracontent_box_wrapper .extracontent_box.media_box .box_subtitle {
  font-size: 0.875rem;
  margin: 0.75rem 0 0.5rem 0;
}
#article_content .extracontent_box_wrapper .extracontent_box.media_box .image_list {
  display: flex;
  justify-content: space-between;
}
#article_content .extracontent_box_wrapper .extracontent_box.media_box .image_list img {
  cursor: zoom-in;
  flex: 0 0 calc(25% - 1rem);
  width: calc(25% - 1rem);
}
#article_content .extracontent_box_wrapper .extracontent_box.media_box .image_list img.thirds {
  flex: 0 0 calc(33.33% - 1rem);
}
#article_content .extracontent_box_wrapper .extracontent_box.media_box .image_list img:nth-child(n+4) {
  display: none;
}
#article_content .extracontent_box_wrapper .extracontent_box.media_box .image_list .more_images {
  flex: 0 0 calc(25% - 1rem);
  width: calc(25% - 1rem);
  text-align: center;
  background: var(--gz-bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: zoom-in;
}
#article_content .extracontent_box_wrapper .extracontent_box.media_box .image_list .more_images span {
  display: block;
  transform: rotate(90deg);
}
#article_content .extracontent_box_wrapper .extracontent_box.back_box a, #article_content .extracontent_box_wrapper .extracontent_box.forward_box a {
  text-decoration: none;
}
#article_content .extracontent_box_wrapper .open_close_box {
  display: none;
}
#article_content .link_box {
  background-color: var(--gz-tile-color);
  margin: 0 0 1.25rem 0;
  padding: 0.75rem;
}
#article_content .link_box .box_title {
  font-weight: 700;
}
#article_content .link_box .box_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  padding: 0 0.5rem;
}
#article_content .link_box .box_list .article {
  flex: 0 0 33.33%;
  max-width: calc(33.33% - 1.5rem);
  display: flex;
  margin-bottom: 1rem;
  color: var(--gz-text-color);
}
#article_content .link_box .box_list .article:nth-child(3n+1) {
  margin-right: 0.75rem;
}
#article_content .link_box .box_list .article:nth-child(3n+2) {
  margin: 0 0.75rem;
}
#article_content .link_box .box_list .article:nth-child(3n+3) {
  margin-left: 0.75rem;
}
#article_content .link_box .box_list .article .image_wrapper {
  flex: 0 0 60px;
  height: 60px;
  width: 60px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#article_content .link_box .box_list .article .text_wrapper {
  flex: 0 1 auto;
  max-width: 100%;
  padding-left: 1rem;
}
#article_content .link_box .box_list .article .text_wrapper .created {
  margin-top: 0.25rem;
  font-size: 0.75rem;
}
#article_content .link_box .box_list .article:hover {
  color: var(--gz-main-color);
}
#article_content .comments_box {
  background-color: var(--gz-tile-color);
  padding: 2rem;
  margin-bottom: 1.25rem;
}
#article_content .comments_box .box_title {
  font-weight: 700;
}
#article_content .comments_box .comment {
  padding-bottom: 1.3em;
  border-bottom: 1px solid var(--gz-bg-color);
  margin-bottom: 1.25rem;
}
#article_content .comments_box .comment:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#article_content .comments_box .comment .entry {
  width: 100%;
  display: block;
  word-break: break-word;
  padding-right: 1rem;
  box-sizing: border-box;
}
#article_content .comments_box .comment .header {
  width: auto;
  display: block;
}
#article_content .comments_box .comment .header .created {
  font-size: 0.75em;
  position: relative;
  top: -1px;
  padding-left: 3px;
  display: inline-block;
}
#article_content .comments_box .comment .header .person {
  display: inline-block;
  padding-bottom: 0.5rem;
}
#article_content .comments_box .comment .header .person .name {
  color: var(--gz-main-color);
  font-weight: 400;
  font-size: 1.1em;
}
#article_content .comments_box .comment .do-answer {
  font-size: 0.875rem;
  line-height: 24px;
  margin-top: 0.25rem;
  vertical-align: middle;
}
#article_content .comments_box .comment .do-answer a:hover .do-answer__icon {
  fill: var(--gz-main-color);
}
#article_content .comments_box .comment .do-answer__icon {
  fill: var(--gz-text-color);
  height: 11px;
  width: 11px;
  position: relative;
  top: -1px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}
#article_content .comments_box .subcomment {
  margin-left: 1em;
  padding: 1.25rem;
  background: rgba(var(--gz-main-color-rgb), 0.1);
  border-bottom: 0;
  margin-bottom: 0;
}
#article_content .comments_box .subcomment > .subcomment {
  margin-top: 2rem;
  margin-left: 0;
  padding: 0 0 1.25rem 0;
  background: none;
  margin-bottom: 1.25rem;
}
#article_content .comments_box .subcomment > .subcomment:last-of-type {
  margin-bottom: 0;
}
#article_content .comments_box .answer-triangle {
  width: 0;
  height: 0;
  margin-top: 1.25rem;
  transform: rotate(360deg);
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent rgba(var(--gz-main-color-rgb), 0.1);
  margin-left: 50px;
}
#article_content .comment_form {
  margin-bottom: 1.25rem;
  padding: 0.75rem;
  background: var(--gz-tile-color);
}
#article_content .comment_form .box_title {
  font-weight: 700;
  padding-left: 0;
}
#article_content .comment_form .open_close_box {
  margin-top: 1.25rem;
}
#article_content .comment_form .col {
  flex: 0 0 50%;
}
#article_content .comment_form form {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
}
#article_content .comment_form .form_row {
  width: 100%;
  padding: 0 1.25rem 1.25rem 0;
  box-sizing: border-box;
}
#article_content .comment_form .textfield, #article_content .comment_form .select {
  width: 100%;
  display: block;
  position: relative;
  background-color: var(--gz-bg-color);
}
#article_content .comment_form .textfield input, #article_content .comment_form .textfield select, #article_content .comment_form .textfield textarea, #article_content .comment_form .select input, #article_content .comment_form .select select, #article_content .comment_form .select textarea {
  width: 100%;
  height: 3.25rem;
  padding: 1.275rem 0.5rem 0 0.5rem;
  color: var(--gz-text-color);
  background: var(--gz-bg-color);
  box-sizing: border-box;
}
#article_content .comment_form .textfield textarea, #article_content .comment_form .select textarea {
  padding: 1.475rem 0.5rem 0 0.5rem;
  height: 100px;
}
#article_content .comment_form .textfield select, #article_content .comment_form .select select {
  width: calc(100% - 6px);
}
#article_content .comment_form .textfield .textfield__label, #article_content .comment_form .textfield .select__label, #article_content .comment_form .select .textfield__label, #article_content .comment_form .select .select__label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.75rem;
  padding: 0.45rem 0.25rem 0.25rem 0.45rem;
  color: var(--gz-text-color);
}
#article_content .comment_form em.error {
  position: absolute;
  top: 100%;
  left: 0.25rem;
  z-index: 2;
  color: red;
  font-size: 0.8rem;
}
#article_content .comment_form #comment_save {
  padding: 1rem 1.25rem;
}
#article_content .comment_form label.recaptcha {
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
}
#article_content .comment_form label.recaptcha.error {
  margin-bottom: 0;
}
#article_content .comment_form #comment_hiddenReCaptcha-error {
  margin-bottom: 2.4rem;
}
#article_content .comment_form button {
  background-color: var(--gz-main-color);
}
#article_content .comment_form input.error {
  border-color: #c00 !important;
}
#article_content .comment_form textarea.error {
  border-color: #c00 !important;
}
#article_content .comment_form .error span {
  color: #e60000;
}
#article_content .comment_form .g-recaptcha.error > div {
  border: 1px solid #c00 !important;
}
#article_content .comment_form.extracontent_box {
  background-color: var(--gz-tile-color);
  position: relative;
}
#article_content .comment_form.extracontent_box.open {
  height: auto;
  align-self: flex-start;
}
#article_content .comment_form.extracontent_box.open .open_close_box {
  display: block;
}
#article_content .comment_form.extracontent_box.open .box_title::after {
  transform: rotate(-90deg);
}
#article_content .comment_form.extracontent_box .open_close_box {
  display: none;
}
#article_content .comment_form.extracontent_box:last-of-type {
  margin-right: 0;
}
#article_content .comment_form.extracontent_box:first-of-type {
  margin-left: 0;
}
#article_content .comment_form.extracontent_box a {
  display: inline-block;
}
#article_content .comment_form.extracontent_box .box_title {
  width: calc(100% - 3rem);
  font-weight: 700;
  color: var(--gz-text-color);
  line-height: 1.1;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#article_content .comment_form.extracontent_box .box_title::after {
  content: "";
  transition: 0.5s transform;
  background-image: url("/images/chevron.svg");
  background-position: center center;
  transform: rotate(0);
  height: 14px;
  width: 14px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0.65rem;
  top: 0;
  height: 2.5rem;
}
#article_content .evaluation {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin-top: 2rem;
  flex-wrap: nowrap;
  margin-bottom: 1.25rem;
}
#article_content .evaluation .evaluation__text {
  flex: 1 1 auto;
  padding: 1.25rem 1.25rem 0 0;
}
#article_content .evaluation .evaluation__chart {
  flex: 0 0 340px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#article_content .evaluation .evaluation__chart .circle {
  max-height: 300px;
  max-width: 300px;
}
#article_content .evaluation .evaluation__chart-graphic {
  width: 100%;
  height: 100%;
}
#article_content .evaluation .evaluation__chart-bg {
  stroke: var(--gz-backbar-border);
  fill: none;
  stroke-width: 3;
}
#article_content .evaluation .evaluation__chart-fill {
  stroke: var(--gz-main-color);
  filter: url(#inset-shadow);
  fill: none;
  stroke-width: 3;
  animation: keystroke 1s 1s cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: forwards;
}
#article_content .evaluation .evaluation__chart-text {
  font-size: 0.75rem;
  font-weight: 700;
  stroke-width: 0;
  fill: var(--gz-text-color);
  letter-spacing: -0.5px;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.6);
}
#article_content .procontra_wrapper {
  display: flex;
  width: 100%;
}
#article_content .procontra_wrapper .contra, #article_content .procontra_wrapper .pro {
  flex: 0 0 50%;
  flex: 0 0 50%;
  flex: 0 0 calc(50% - 0.5rem);
  margin-right: 0.5rem;
}
#article_content .procontra_wrapper .contra .title, #article_content .procontra_wrapper .pro .title {
  color: var(--gz-text-color);
  display: block;
  font-size: 1.25em;
  text-decoration: none;
  padding: 0;
  margin: 0 5px 1.5rem;
}
#article_content .procontra_wrapper .contra span, #article_content .procontra_wrapper .pro span {
  text-align: left;
}
#article_content .procontra_wrapper .contra ul, #article_content .procontra_wrapper .pro ul {
  margin: 0;
  padding-bottom: 0;
}
#article_content .procontra_wrapper .contra ul li, #article_content .procontra_wrapper .pro ul li {
  list-style: none;
  display: flex;
  padding-bottom: 0.5rem;
}
#article_content .procontra_wrapper .contra ul li .text, #article_content .procontra_wrapper .pro ul li .text {
  display: block;
  flex: 1 1 auto;
  padding-left: 1.5rem;
}
#article_content .procontra_wrapper .contra ul li .icon, #article_content .procontra_wrapper .pro ul li .icon {
  display: block;
  flex: 0 0 12px;
  background-image: url(/images/minus.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 12px;
  width: 12px;
  transform: translate(0.2rem, 0.375rem);
}
#article_content .procontra_wrapper .pro ul li .icon {
  background-image: url(/images/plus.svg);
}
#article_content .requirements_box--list, #article_content .requirements_box--review-system {
  line-height: 1.75rem;
}
#article_content .requirements_box .subtitle,
#article_content .requirements_box .title {
  color: var(--gz-text-color);
  display: block;
  font-size: 1.5em;
  margin-bottom: 1.5rem;
}
#article_content .requirements_box .subtitle {
  margin-top: 2rem;
}
#article_content .article_page .requirements_box .requirements_box--list br {
  content: none;
  margin: 0;
}
#article_content .article_page .requirements_box .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 1160px) {
  #articlewrapper.article {
    padding: 2.6rem 1.25rem 0;
  }
  .article_page .galleryimage:nth-last-of-type(even),
  .article_page .galleryimage:nth-last-of-type(odd),
  .article_page .galleryimage {
    width: calc(100% + 4rem);
    margin: 0 0 0 -2rem;
  }
}
@media screen and (max-width: 920px) {
  .article_page {
    padding: 1rem 1rem 0;
  }
  .article_page .galleryimage:nth-last-of-type(even),
  .article_page .galleryimage:nth-last-of-type(odd),
  .article_page .galleryimage {
    width: calc(100% + 2rem);
    margin: 0 0 0 -1rem;
  }
  #article_content .benchmark_box.extended {
    max-width: 100%;
  }
  #article_content .article_text .conclusion_box .valuation_bars {
    column-count: 1;
  }
  #article_content .link_box {
    background-color: var(--gz-tile-color);
    margin: 1.25rem 0;
    padding: 2rem 2rem 1rem;
  }
  #article_content .link_box .box_title {
    font-weight: 700;
  }
  #article_content .link_box .box_list {
    margin-top: 1.5rem;
  }
  #article_content .link_box .box_list .article {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 1.5rem;
  }
  #article_content .link_box .box_list .article:nth-child(3n+1) {
    margin: 0 0 1.5rem;
  }
  #article_content .link_box .box_list .article:nth-child(3n+2) {
    margin: 0 0 1.5rem;
  }
  #article_content .link_box .box_list .article:nth-child(3n+3) {
    margin: 0 0 1.5rem;
  }
}
@media screen and (max-width: 720px) {
  #articlewrapper.article {
    padding: 2.6rem 0.75rem 0;
  }
  #article_content .extracontent_box_wrapper.extracontent_4.extracontentBoxBackLink .box, #article_content .extracontent_box_wrapper.extracontent_4 .box, #article_content .extracontent_box_wrapper.extracontent_3.extracontentBoxBackLink .box, #article_content .extracontent_box_wrapper.extracontent_3 .box, #article_content .extracontent_box_wrapper.extracontent_5 .box, #article_content .extracontent_box_wrapper.extracontent_5.extracontentBoxBackLink .box,
  #article_content .extracontent_box_wrapper .extracontent_box {
    flex: 0 1 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #article_content .extracontent_box_wrapper.extracontent_2 .toc_box + .box {
    margin-left: 0.625rem;
  }
  #article_content .extracontent_box_wrapper.extracontent_2 .back_box {
    margin-right: 0.625rem;
  }
  #article_content .extracontent_box_wrapper.extracontent_2 .toc_box {
    margin-right: 0.625rem;
  }
  #article_content .extracontent_box_wrapper.extracontent_2.extracontentBoxBackLink .toc_box {
    flex: 0 1 calc(50% - 2.25rem);
    max-width: calc(50% - 2.25rem);
    margin-left: 0.625rem;
  }
  #article_content .article_page .galleryimage {
    width: calc(100% + 4rem);
  }
  #article_content .article_page .galleryimage:nth-of-type(odd), #article_content .article_page .galleryimage:nth-of-type(even) {
    margin: 2rem -2rem;
    width: calc(100% + 4rem);
  }
  #article_content .article_page .galleryimage::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #article_content .article_text .conclusion_box .valuation_bars .valuation_part {
    min-width: 100%;
  }
  #article_content .article_text .conclusion_box .valuation_bars .valuation_part .bar {
    display: flex;
    flex: 1 1 auto;
  }
  #article_content .article_text .conclusion_box .valuation_bars .valuation_part .bar.container {
    width: 100%;
  }
  #article_content .article_text .conclusion_box .valuation_bars .valuation_part .bar .bar_box {
    width: 20%;
  }
  #article_content .article_page > .extend_benchmark {
    padding: 1px 1rem;
    margin: 0 calc(-2rem + 6px);
  }
  #article_content .conclusion_box .evaluation {
    flex-wrap: wrap;
  }
  #article_content .conclusion_box .evaluation .valuation_bars {
    order: 2;
    margin-top: 2rem;
  }
  #article_content .conclusion_box .evaluation .conclusion_box .conclusion_short_wrapper {
    flex-wrap: wrap;
  }
  #article_content .conclusion_box .evaluation .conclusion_box .conclusion_short_wrapper .conclusion_short {
    margin-left: 0;
    display: block;
    margin-top: 1.75rem;
  }
  #article_content .conclusion_box .evaluation .evaluation__chart {
    order: 1;
  }
  #article_content .article_text .conclusion_box {
    flex-wrap: wrap;
  }
  #article_content .article_text .conclusion_box .conclusion_short {
    margin-left: 0;
  }
  #article_content .article_text .conclusion_box .conclusion_box--text-wrapper {
    margin-top: 2rem;
    flex: 0 0 100%;
  }
  #article_content .article_text .conclusion_box .evaluation__chart {
    margin: 2rem auto 0;
    flex: 0 0 80%;
  }
  #article_content .procontra_wrapper {
    flex-wrap: wrap;
  }
  #article_content .procontra_wrapper .pro, #article_content .procontra_wrapper .contra {
    flex: 1 1 100%;
  }
  #article_content .procontra_wrapper .contra {
    margin-top: 2rem;
  }
  #article_content .comment_form .col {
    flex: 0 0 100%;
  }
  #article_content .comment_form button {
    width: 100%;
  }
  #article_content .comment_form .form_row {
    padding-right: 0;
  }
  #article_content .comment_form form > div,
  #article_content .comment_form button {
    width: 100%;
  }
}
.twitch-video {
  position: relative;
  padding: 0;
  width: calc(100% - 2rem);
  height: 0;
  margin-left: 1rem;
}
.twitch-video iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.twitch-video .button_close {
  display: none;
  z-index: 99;
  height: 12px;
  width: 12px;
  border: 2px solid #000;
  cursor: pointer;
  padding: 4px;
  background: #fff;
  right: -4px;
  top: -4px;
  position: absolute;
}
.twitch-video .button_close svg {
  fill: #000;
  position: absolute;
  height: 12px;
  width: 12px;
}

.twitch-video.active {
  padding: 0 0 calc(56.25% - 1rem);
  margin-bottom: 2rem;
}

.twitch-banner {
  position: relative;
  height: 0;
  overflow: hidden;
}
.twitch-banner .close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 0 2rem;
  height: 14px;
  width: 14px;
  padding: 12px 12px 14px 10px;
  cursor: pointer;
}
.twitch-banner .close svg {
  fill: #fff;
}
.twitch-banner .banner {
  display: flex;
  align-items: center;
  min-height: 40px;
  height: 40px;
  text-decoration: none;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
  color: #fff;
}
.twitch-banner .banner p {
  padding-bottom: 0;
}
.twitch-banner .banner .left {
  background: #4b367c;
  display: inline-flex;
  align-items: center;
  flex: 0 0 150px;
  height: 50px;
}
.twitch-banner .banner .right {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  height: 100%;
  background: var(--gz-main-color);
}
.twitch-banner .banner .separator {
  flex: 0 0 30px;
  background: var(--gz-main-color);
  height: 100%;
}
.twitch-banner .banner .separator:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid #4b367c;
  border-right: 30px solid transparent;
}
.twitch-banner .banner .info:before {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin-right: 10px;
  background: red;
  display: inline-flex;
  animation: pulse 2s infinite ease-in-out;
}
.twitch-banner .banner .channelinfo {
  margin-left: 10px;
  padding-right: 40px;
}
.twitch-banner .banner svg {
  fill: #fff;
  margin: 0 10px;
}

.wrapper.list .twitch-banner {
  margin-left: 0;
  margin-right: 0;
}
.wrapper.list .twitch-banner .banner {
  margin: 2rem 1rem 0;
}
.wrapper.list .twitch-banner .close {
  margin-top: 2rem;
  margin-right: 1rem;
}

.twitch-banner.active {
  height: auto;
  overflow: auto;
}
.twitch-banner.active .close {
  display: block;
}

.main-menu__bar .main-menu__link-live {
  display: none;
}
.main-menu__bar .main-menu__link-live.active {
  display: inline-block;
}
.main-menu__bar .main-menu__link-live a:hover {
  text-decoration: none;
  color: var(--gz-main-color);
}
.main-menu__bar .main-menu__link-live .info {
  display: inline;
  margin-left: 0.5rem;
}
.main-menu__bar .main-menu__link-live .info:before {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin-right: 10px;
  background: red;
  display: inline-flex;
  animation: pulse 2s infinite ease-in-out;
}

@media screen and (max-width: 640px) {
  .twitch-video {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .twitch-video .button_close {
    right: 0;
    top: 0;
  }
  .twitch-video.active {
    padding-bottom: 56.25%;
    margin-bottom: 1rem;
  }
  .twitch-banner .banner {
    margin-bottom: 1rem;
  }
  .twitch-banner .banner .left {
    height: 50px;
    flex: 0 0 30px;
  }
  .twitch-banner .banner .left .info {
    display: none;
  }
  .twitch-banner .banner .right .channelinfo {
    font-size: 12px;
    line-height: 16px;
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 0;
  }
  20%, 80% {
    opacity: 1;
  }
}
.newest_articles {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.25rem;
}
.newest_articles .article.preview {
  flex: 0 0 calc(33.333% - 0.8333333333rem);
  display: flex;
  height: 300px;
  flex-direction: column-reverse;
}
.newest_articles .article.preview:hover .textcontainer .teaser {
  transition: all 0.3s ease-out;
  max-height: 295px;
  padding: 0 0 10px;
}
.newest_articles .textcontainer {
  background: rgba(var(--gz-tile-color-rgb), 0.9);
  color: var(--gz-text-color);
  padding: 0.75rem 0.75rem 0;
}
.newest_articles .textcontainer .teaser {
  transition: all 0.3s ease-in;
  transition-delay: 0s;
  max-height: 0;
  overflow: hidden;
  height: auto;
  padding: 0;
  font-size: 0.75rem;
}
.newest_articles .textcontainer h2 {
  font-weight: 700;
  font-size: 1rem;
  padding-bottom: 0.75rem;
}

@media screen and (max-width: 720px) {
  .newest_articles {
    flex-direction: column;
  }
  .newest_articles .article.preview {
    flex: 0 0 100%;
    height: 230px;
    position: relative;
    max-height: none;
    min-height: 180px;
    margin-bottom: 1.25rem;
  }
  .newest_articles .article.preview .textcontainer .teaser {
    display: none;
  }
}
#articlewrapper.list {
  padding: 0 1.25rem;
}
#articlewrapper.list .searchwrapper {
  flex-direction: row-reverse;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#articlewrapper.list .searchwrapper .searchsubmit {
  flex: 0 0 auto;
  padding: 0.25rem 0.875rem;
  background-color: var(--gz-main-color);
  margin-left: 0.75rem;
  max-height: 1.25rem;
}
#articlewrapper.list .searchwrapper .searchterm {
  flex: 1 1 auto;
  max-width: 220px;
  min-width: 20px;
  color: var(--gz-text-input-color);
  padding: 0 0.75rem;
  max-height: 1.75rem;
}
#articlewrapper.list .searchwrapper .select-overlay,
#articlewrapper.list .searchwrapper select {
  flex: 0 0 auto;
}
#articlewrapper.list .searchwrapper .select-overlay option,
#articlewrapper.list .searchwrapper select option {
  padding-left: 5px;
}
#articlewrapper.list .searchwrapper .select-overlay option.highlight,
#articlewrapper.list .searchwrapper select option.highlight {
  font-weight: bold;
  color: #000;
  padding-left: 0;
}
#articlewrapper.list .search_message {
  margin-top: 1.25rem;
}
#articlewrapper.list .selectwrapper {
  justify-content: space-between;
}
#articlewrapper.list .searchwrapper,
#articlewrapper.list .selectwrapper {
  background-color: var(--gz-tile-color);
  color: var(--gz-main-color);
  display: flex;
  padding: 0.75rem;
  margin-bottom: 1.25rem;
}
#articlewrapper.list .searchwrapper select,
#articlewrapper.list .selectwrapper select {
  display: inline-block;
  height: 1.75rem;
  color: var(--gz-text-input-color);
  font-size: 0.9em;
  appearance: menulist;
  padding: 0 0.5rem;
}
#articlewrapper.list .searchwrapper select,
#articlewrapper.list .selectwrapper select {
  margin-right: 1.25rem;
}
#articlewrapper.list .searchwrapper select *,
#articlewrapper.list .selectwrapper select * {
  color: var(--gz-text-input-color);
}
#articlewrapper.list #news-list {
  width: 100%;
  margin: 0 0 1.25rem;
  padding: 0 1.25rem 1.25rem;
  background-color: var(--gz-tile-color);
}
#articlewrapper.list #news-list .news-list__head {
  padding: 2rem 0.75rem 0.375rem 0;
}
#articlewrapper.list #news-list .news__day-container {
  width: 100%;
}
#articlewrapper.list #news-list .news-entry__date {
  flex: 0 0 60px;
  border-bottom: 0;
  font-size: 0.75rem;
  margin-right: 0.5rem;
  margin-top: 0;
  padding: 0;
}
#articlewrapper.list #news-list .news-entry__badge {
  position: absolute;
  left: -1.875rem;
  top: 0.5rem;
}
#articlewrapper.list #news-list .news-entry__text-wrapper {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
#articlewrapper.list #news-list .news-entry__link {
  display: flex;
  align-items: center;
  padding: 0.625rem 0 0.5rem;
  max-width: 100%;
  position: relative;
}
#articlewrapper.list #news-list .news-entry__link:hover .news-entry__text {
  color: var(--gz-text-color);
}
#articlewrapper.list #news-list .news-entry__title {
  font-size: 0.975rem;
  font-weight: 700;
  margin-bottom: 0.125rem;
  line-height: 1.25rem;
}
#articlewrapper.list #news-list .news-entry__text {
  font-size: 0.875rem;
}
#articlewrapper.list #news-list .news-entry__title, #articlewrapper.list #news-list .news-entry__text {
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
#articlewrapper.list #news-list .news-entry__image {
  width: 10.5rem;
  min-width: 10.5rem;
  margin-right: 1.625rem;
}

@media screen and (max-width: 720px) {
  #articlewrapper.list {
    padding: 0 0.75rem;
    padding-top: 0;
    box-sizing: border-box;
  }
  #articlewrapper.list #news-list {
    padding: 0 0.75rem 0.75rem;
  }
  #articlewrapper.list #news-list .news-entry__date {
    flex: 0 0 30px;
  }
  #articlewrapper.list #news-list .news-entry__uhr {
    display: none;
  }
  #articlewrapper.list .searchwrapper .searchterm {
    flex: 1 1 auto;
    height: 2rem;
    min-width: 0;
    max-width: 100%;
  }
  #articlewrapper.list .searchwrapper .select-overlay,
  #articlewrapper.list .searchwrapper select {
    margin-top: 0.5rem;
  }
}
#articlewrapper.list span.highlight {
  color: var(--gz-main-color);
}

.searchopen .globalsearchwrapper {
  background-color: var(--gz-main-color);
}
.searchopen .search-wrapper {
  display: block;
}

#search-result-wrapper .noresult.active {
  color: var(--gz-text-color);
  padding: 0 1.5rem 1rem;
}

.search-wrapper {
  position: absolute;
  display: none;
  background-color: var(--gz-tile-color);
  top: calc(100% - 23px);
  left: 0;
  max-width: 993px;
  width: 100%;
  margin: 1rem;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.24);
}
.search-wrapper .search-input {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: right;
  padding: 1rem;
}

#gosearchbutton {
  color: var(--gz-text-color);
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  flex: 0 0 auto;
  pointer-events: none;
  background: var(--gz-bg-color);
}
#gosearchbutton.active {
  pointer-events: all;
  cursor: pointer;
  background-color: var(--gz-main-color);
}

#globalsearchterm-input {
  flex: 0 1 auto;
  min-width: unset;
  max-width: 500px;
  width: 100%;
  height: 2rem;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2rem;
  border: none;
  margin-right: 1rem;
  color: var(--gz-text-color);
  background: var(--gz-bg-color);
  padding: 0.375rem 0.5rem;
}
#globalsearchterm-input:focus {
  outline: none;
}
#globalsearchterm-input::placeholder {
  font-weight: normal;
}

@media screen and (max-width: 720px) {
  .search-wrapper {
    max-width: calc(100% - 1rem);
  }
  .search-wrapper .grid.article.six {
    flex-wrap: wrap;
  }
  .search-wrapper .grid.article.six .article.preview {
    margin: 0.5rem 0.75rem;
    flex: 0 0 130px;
    min-height: 130px;
    min-width: 130px;
    max-height: 130px;
  }
}
@keyframes loading {
  to {
    background-position-x: -20%;
  }
}
.grid.article.six.animate {
  --loading-grey: var(--gz-bg-color);
}
.grid.article.six.animate .preview, .grid.article.six.animate span {
  position: relative;
  background-color: var(--loading-grey);
  background: linear-gradient(100deg, rgba(var(--gz-text-color-shimmer), 0) 40%, rgba(var(--gz-text-color-shimmer), 0.5) 50%, rgba(var(--gz-text-color-shimmer), 0) 60%) var(--loading-grey);
  background-size: 200% 100%;
  background-position-x: 180%;
}
.grid.article.six.animate .white {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: var(--gz-tile-color);
  opacity: 55%;
}
.grid.article.six.animate span {
  height: 13px;
  width: calc(100% - 16px);
  display: block;
  margin: 8px;
}

.grid.article.six.animate.loading .preview, .grid.article.six.animate.loading span {
  animation: 1s loading ease-in-out infinite;
}

#articlewrapper.video {
  padding: 0 1.25rem;
}
#articlewrapper.video .searchwrapper {
  background-color: var(--gz-tile-color);
  display: flex;
  padding: 0.75rem;
  margin-bottom: 1.25rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#articlewrapper.video .searchwrapper .searchsubmit {
  padding: 0.25rem 0.875rem;
  background-color: var(--gz-main-color);
  margin-left: 0.75rem;
}
#articlewrapper.video .searchwrapper .searchterm {
  width: 220px;
  color: var(--gz-text-input-color);
  padding: 0 0.75rem;
}
#articlewrapper.video .lazyYT-container iframe, #articlewrapper.video .ytp-gradient-top, #articlewrapper.video .ytp-thumbnail {
  width: 100%;
  top: 0;
  position: absolute;
}
#articlewrapper.video .ytp-thumbnail:hover .ytp-large-play-button-bg {
  fill: var(--gz-main-color);
}
#articlewrapper.video .ytp-chrome-top {
  display: none !important;
}
#articlewrapper.video .ytp-thumbnail {
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
  background-size: cover;
}
#articlewrapper.video .grid.article {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
#articlewrapper.video .article.preview.youtube-container {
  flex: 0 0 calc(50% - 0.625rem);
  min-height: 0;
  max-height: 0;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-bottom: 27.25%;
}
#articlewrapper.video .article.preview.youtube-container .textcontainer {
  max-height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  transition: all 0.3s ease-in;
}
#articlewrapper.video .article.preview.youtube-container .textcontainer h2 {
  padding: 10px 15px;
}
#articlewrapper.video .article.preview.youtube-container:hover .textcontainer {
  transition: all 0.3s ease-out;
  max-height: 100px;
}

@media screen and (max-width: 720px) {
  #articlewrapper.video .grid.article {
    flex-wrap: wrap;
  }
  #articlewrapper.video .grid.article .article.preview {
    flex: 1 1 100%;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 1.25rem;
  }
  #articlewrapper.video .article.preview.youtube-container .textcontainer {
    transition: all 0.3s ease-out;
    max-height: 100px;
  }
}
#articlewrapper.list.static h2 {
  margin-bottom: 2rem;
  font-size: 1.75rem;
}
#articlewrapper.list.static h5 {
  font-size: 1.5rem;
  color: var(--gz-main-color);
}
#articlewrapper.list.static h6 {
  font-size: 1.25rem;
  color: var(--gz-text-color);
}
#articlewrapper.list.static br {
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  content: "";
  display: block;
}
#articlewrapper.list.static .flexwrapper {
  display: flex;
}
#articlewrapper.list.static .flexwrapper .box_right,
#articlewrapper.list.static .flexwrapper .box_left {
  flex: 0 1 50%;
  padding: 0.5rem 0.875rem;
}
#articlewrapper.list.static .flexwrapper .box_left_more {
  flex: 0 1 60%;
}
#articlewrapper.list.static .flexwrapper .box_right_less {
  flex: 0 1 40%;
}
#articlewrapper.list.static p, #articlewrapper.list.static b {
  display: inline-block;
}

@media screen and (max-width: 920px) {
  #articlewrapper.list.static .flexwrapper {
    flex-wrap: wrap;
    word-break: break-word;
  }
  #articlewrapper.list.static .flexwrapper .box_right,
  #articlewrapper.list.static .flexwrapper .box_left,
  #articlewrapper.list.static .flexwrapper .box_left_more,
  #articlewrapper.list.static .flexwrapper .box_right_less {
    flex: 0 1 100%;
  }
}
.select-overlay:hover .select-overlay__list {
  display: flex;
}
.select-overlay:hover .select-overlay__main-button::after {
  transform: rotate(-90deg);
}
.select-overlay__main-button {
  flex: 0 0 auto;
  flex-wrap: nowrap;
  display: flex;
  position: relative;
  padding: 0.25rem 1.5rem 0.25rem 0.875rem;
  background: var(--gz-bg-color);
  max-height: 1.25rem;
  margin-right: 0.75rem;
  cursor: pointer;
}
.select-overlay__main-button::after {
  content: "";
  position: absolute;
  transition: 0.5s transform;
  background-image: url(/images/chevron.svg);
  background-position: center center;
  transform: rotate(0);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  right: 7px;
  top: 0;
  width: 10px;
  height: 1.875rem;
}
.select-overlay__main-button-pretitle {
  color: var(--gz-text-color);
  padding-right: 5px;
}
.select-overlay__main-button-title {
  color: var(--gz-main-color);
  padding-left: 0.25rem;
}
.select-overlay__list {
  display: none;
  position: absolute;
  background: var(--gz-bg-color);
  z-index: 2;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0.75rem;
}
.select-overlay__link {
  cursor: pointer;
  padding: 0.15rem 0.25rem;
  color: var(--gz-text-color);
  display: block;
}
.select-overlay__link:hover {
  color: var(--gz-main-color);
}
.select-overlay__link.selected {
  color: var(--gz-main-color);
}
.select-overlay__link-main {
  flex: 0 0 100%;
  font-weight: bold;
}
.select-overlay__link-main-small {
  flex: 0 0 100%;
}
.select-overlay__link-section {
  flex: 0 0 50%;
  width: 100%;
  display: block;
  font-weight: bold;
}
.select-overlay__section-hardware {
  flex: 0 0 49%;
}
.select-overlay__section-hardware .group-container {
  column-count: 2;
}
.select-overlay__section-games {
  flex: 0 0 49%;
}
.select-overlay__section-games .group-container {
  column-count: 2;
}
.select-overlay__section-events {
  flex: 0 0 100%;
}
.select-overlay__section-events .group-container {
  column-count: 4;
}
.select-overlay__section-hardware, .select-overlay__section-games {
  flex: 0 0 100%;
}
.select-overlay__section-hardware .group-container, .select-overlay__section-games .group-container {
  column-count: 4;
}

@media screen and (max-width: 720px) {
  .select-overlay__section-hardware {
    flex: 0 0 100%;
  }
  .select-overlay__section-hardware .group-container {
    column-count: 2;
  }
  .select-overlay__section-games {
    flex: 0 0 100%;
    margin-top: 2rem;
  }
  .select-overlay__section-games .group-container {
    column-count: 2;
  }
  .select-overlay__section-games.single, .select-overlay__section-hardware.single {
    flex: 0 0 100%;
  }
  .select-overlay__section-games.single .group-container, .select-overlay__section-hardware.single .group-container {
    column-count: 2;
  }
  .select-overlay__section-events .group-container {
    column-count: 2;
  }
}
.adblock-container {
  display: flex;
  flex-direction: row;
  background: var(--gz-main-color);
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  align-content: flex-start;
}
.adblock-container img {
  width: 80%;
  flex: 0 0 80%;
  padding-top: 2.5rem;
}
.adblock-container .adtext {
  padding: 10px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  width: 80%;
  color: var(--gz-text-color);
}

.skyscraper .adblock-container img {
  padding-top: 40px;
  padding-bottom: 30px;
}
.skyscraper .adblock-container .adtext {
  font-size: 0.8rem;
}

.adblock-howto {
  margin: 0 1rem 2rem;
  flex-direction: column;
  display: flex;
}
.adblock-howto a {
  color: var(--gz-new-tile-color);
}
.adblock-howto a:hover {
  text-decoration: underline;
  color: var(--gz-new-tile-color);
}
.adblock-howto .header {
  display: flex;
  background: var(--gz-main-color);
}
.adblock-howto .header img {
  max-width: 150px;
  align-self: center;
  padding: 1rem;
}
.adblock-howto .adtext {
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
  align-self: center;
}
.adblock-howto .anleitung {
  width: 100%;
  display: flex;
  padding: 1rem 0;
  background: #FEFEFE;
  color: var(--gz-text-color);
}
.adblock-howto .anleitung .point {
  flex: 1 1 33%;
  padding: 0 1rem;
}
.adblock-howto .anleitung .point img {
  display: block;
  padding: 1rem 0;
}

.article .adblock-howto {
  margin: 0 0 1rem 0;
}

.article .adblock-howto {
  margin: 0 0 1rem 0;
}

@media screen and (max-device-width: 1024px) {
  .adblock-howto {
    margin: 0 0 1rem 0;
  }
  .article .adblock-howto {
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-device-width: 800px) {
  .adblock-howto .anleitung {
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .adblock-howto .anleitung {
    flex-direction: column;
  }
}
/* Tiberium Code */
:root {
  --gz-view-xl: 1020px;
  --gz-view-md: 920px;
  --gz-view-xs: 790px;
}

html {
  font-size: 100%;
}

body {
  transition: 0.15s background-color;
  background-color: var(--gz-bg-color);
  font-family: "PT Sans", Verdana, Geneva, Tahoma, sans-serif;
}

body,
body.dark {
  --gz-main-color: #F28B25;
  --gz-main-color-dark: #AF5700;
  --gz-main-color-rgb: 242,139,37;
  --gz-tile-color: #424242;
  --gz-tile-color-rgb: 66,66,66;
  --gz-text-color-shimmer: 25,25,25;
  --gz-new-tile-color: #41382F;
  --gz-bg-color: #282828;
  --gz-bg-color-rgb: 40,40,40;
  --gz-text-color: #FEFEFE;
  --gz-text-color-rgb: 254,254,254;
  --gz-text-input-color: #454545;
  --gz-benchmark-background: #474747;
  --gz-backbar-background: #252525;
  --gz-backbar-border: #1E1E1E;
  --gz-frontbar-background: #9D9D9D;
  --gz-frontbar-border: #696969;
  --gz-error-color: #ff8585;
  --gz-ok-color: #6ee66e;
}

body.light {
  --gz-main-color: #F28B25;
  --gz-main-color-dark: #AF5700;
  --gz-main-color-rgb: 242,139,37;
  --gz-tile-color: #F0F0F0;
  --gz-tile-color-rgb: 240,240,240;
  --gz-text-color-shimmer: 222,222,222;
  --gz-new-tile-color: #F9F0E9;
  --gz-bg-color: #FAFAFA;
  --gz-bg-color-rgb: 250,250,250;
  --gz-text-color: #454545;
  --gz-text-color-rgb: 69,69,69;
  --gz-text-input-color: #454545;
  --gz-benchmark-background: #E6E6E6;
  --gz-backbar-background: #9D9D9D;
  --gz-backbar-border: #858585;
  --gz-frontbar-background: #707070;
  --gz-frontbar-border: #5d5d5d;
  --gz-error-color: #fd3d3d;
  --gz-ok-color: #33b733;
}

body.mobileMenu {
  overflow: hidden;
}

*:focus-visible {
  outline: 1px solid var(--gz-main-color);
}

img {
  max-width: 100%;
}

a {
  color: var(--gz-text-color);
  text-decoration: none;
}
a:hover {
  color: var(--gz-text-color);
  text-decoration: none;
  color: var(--gz-main-color);
}

.icon-color {
  color: var(--gz-text-color);
  fill: var(--gz-text-color);
}

.show-more {
  font-weight: 400;
  color: var(--gz-text-color);
  display: block;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  width: 100%;
  margin: 0 0 1.25rem;
}
.show-more__text {
  display: inline-block;
}
.show-more__icon {
  transform: translateY(2px);
  display: inline-block;
}

#spinner {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0;
}

.wrapper {
  margin: 0 auto;
  max-width: 1020px;
}

#articlewrapper {
  box-sizing: border-box;
  min-height: calc(100vh - 50px - 53px);
  color: var(--gz-text-color);
}

#werbe-container {
  position: fixed;
  pointer-events: none;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}
#werbe-container .wrapper {
  margin-top: 100px;
}
#werbe-container .skyscraper {
  pointer-events: all;
}
#werbe-container .skyscraper .ad {
  margin-top: 2rem;
  height: calc(50vh - 4.4rem);
  min-height: 320px;
  min-width: 64px;
}
#werbe-container .skyscraper .ad:first-of-type {
  margin-top: 1.5rem;
}
#werbe-container .skyscraper .ad a {
  height: 100%;
  display: block;
}
#werbe-container .skyscraper .ad a img {
  height: 100%;
}
#werbe-container .skyscraper .ad-wallpaper-right {
  width: 31.5893385982vh;
  height: 100vh;
  min-height: 1013px;
  min-width: 320px;
  display: block;
  position: absolute;
  top: -100px;
  left: calc((50vh - 5rem) / 600 * 120 + 2rem);
}
#werbe-container .skyscraper .ad-wallpaper-right img {
  height: 100%;
  width: 100%;
}
#werbe-container .skyscraper .ad-wallpaper-left {
  width: 31.5893385982vh;
  height: 100vh;
  min-height: 1013px;
  min-width: 320px;
  display: block;
  position: absolute;
  top: -100px;
  left: calc((-100vh - 13rem) / 1013 * 320 + 2rem);
}
#werbe-container .skyscraper .ad-wallpaper-left img {
  height: 100%;
  width: 100%;
}
#werbe-container .skyscraper.top.left {
  position: relative;
  left: calc(-9vh - 3rem);
  float: left;
  width: 9vh;
}
#werbe-container .skyscraper.top.right {
  position: relative;
  left: calc(9vh + 3rem);
  float: right;
  width: 9vh;
}

#werbe-container.sticky {
  position: fixed;
  z-index: 2;
}

.article.preview.youtube-container .textcontainer h2 {
  padding: 10px 15px;
}

#articlewrapper.index #header-ad {
  padding: 0 1.25rem 2rem;
}

#header-ad {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-left: -1px;
  padding-right: 1px;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
#header-ad img {
  width: 100%;
}
#header-ad .ad.left,
#header-ad .ad.right {
  flex: 0 0 calc(50% - 1rem);
}

#header-ad.sticky {
  position: fixed;
  background: #f3f3f3;
  padding-top: 7rem;
  top: -2px;
  z-index: 995;
}

.button {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  #articlewrapper.index {
    margin: 0 0.75rem;
  }
  #header-ad {
    padding-left: 0;
    padding-right: 0;
  }
  #header-ad .ad.left,
  #header-ad .ad.right {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
@media screen and (max-device-width: 800px) {
  .grid.article.two .youtube-container.article {
    flex: 0 0 calc(50% - 1rem);
    margin: 0 0.5rem;
  }
  .grid.article.two .ad-container.video-ad-container {
    min-height: 255px;
    flex: 0 0 calc(50% - 1rem);
    margin: 0 0.5rem;
  }
  .grid.article .article.youtube-container {
    min-height: 0;
    height: auto;
  }
  #header-ad.sticky {
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  .grid.article.two .youtube-container.article {
    flex: 0 0 calc(50% - 1rem);
    margin: 0 0.5rem;
  }
  .grid.article.two .ad-container.video-ad-container {
    min-height: 255px;
    flex: 0 0 calc(50% - 1rem);
    margin: 0 0.5rem;
  }
  .grid.article .article.youtube-container {
    min-height: 0;
    height: auto;
  }
  #header-ad.sticky {
    position: relative;
  }
  .globalsearchwrapper {
    flex: 0 0 25px;
  }
  .globalsearchwrapper:hover #globalsearchterm-input {
    display: none;
  }
  .globalsearchwrapper #globalsearchterm-input {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  #articlewrapper.index {
    padding-top: 0;
    box-sizing: border-box;
  }
  #header-ad {
    flex-wrap: wrap;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 1rem !important;
  }
  #header-ad .ad.left {
    flex: 0 0 100%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  #header-ad .ad.left a {
    width: 100%;
  }
  #header-ad .ad.left img {
    width: 100%;
  }
  #header-ad .ad.right {
    flex: 0 0 100%;
    margin: 0 auto;
  }
  #header-ad .ad.right a {
    width: 100%;
  }
  #header-ad .ad.right img {
    width: 100%;
  }
}
@media screen and (max-height: 720px) {
  #werbe-container .skyscraper.top.left {
    left: calc(-64px - 1rem);
    width: 64px;
  }
  #werbe-container .skyscraper .ad-wallpaper-right {
    left: calc(64px + 2rem);
  }
}
@media screen and (max-height: 1100px) {
  #werbe-container .skyscraper .ad-wallpaper-left {
    left: calc(-320px - 2rem);
  }
}
@media screen and (max-device-width: 1024px) {
  #werbe-container {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #werbe-container {
    display: none;
  }
}

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