@font-face {
  font-family: "Source Sans Pro";
  src: url("/fonts/SourceSansPro-Regular.80c998aa03640281d556814a14e1d9c8.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("/fonts/SourceSansPro-SemiBold.117e12cdb861ed7356c805f6f515afbb.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("/fonts/SourceSansPro-Bold.639c2738552a0376c91e7d485e476fda.woff2")
    format("woff2");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "BlickVariable";
  src: url("/fonts/BlickVariable.0dc173c5cd98943290c991034b87b45e.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.hyxEDh {
  display: grid;
  position: relative;
  grid-auto-flow: column;
  z-index: 4;
  grid-column: 2;
}

@media screen and (min-width: 1594px) {
  .hyxEDh {
    grid-column: 3;
    grid-template-columns: minmax(0, 1fr) 994px minmax(0, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 993px) {
  .hyxEDh {
    grid-template-columns: 768px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .hyxEDh {
    grid-template-columns: minmax(0, 1fr);
  }
}

.jiQGix {
  grid-column: 1;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1594px) {
  .jiQGix {
    grid-column: 2;
  }
}

@media (min-width: 768px) and (max-width: 993px) {
  .jiQGix {
    grid-column: 1;
  }
}

.cQGMfx {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
}

@media print {
  .cQGMfx {
    display: none;
  }
}

.iRoTBK {
  position: fixed;
  bottom: 0;
  z-index: 12;
  display: grid;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  justify-items: center;
}

.iRoTBK > aside {
  display: block;
  width: 100%;
  line-height: 0;
}

@media (min-width: 994px) {
  .iRoTBK {
    width: calc(994px - 2 * 20px);
  }
}

@media (min-width: 768px) and (max-width: 993px) {
  .iRoTBK {
    width: calc(768px - 2 * 52px);
  }
}

@media (max-width: 767px) {
  .iRoTBK {
    width: 100%;
  }
}

html {
  font-family: sans-serif;
  font-size: 1rem;
}

body {
  position: relative;
  margin: 0;
  font-family: Inter;
  font-size: 1rem;
  line-height: 1;
  color: #1f1f1f;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 1.6;
}

body h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 19px;
  line-height: 1.2;
}

#__next {
  position: relative;
}

:root {
  --adPlaceholderTitle: "Anzeige";
}

@media print {
  footer {
    display: none;
  }

  img {
    -webkit-break-before: auto;
    break-before: auto;
    -webkit-break-after: auto;
    break-after: auto;
    -webkit-break-inside: avoid;
    break-inside: avoid;
  }

  ul {
    margin: 0;
  }

  div,
  span,
  p {
    font-size: 14px;
    line-height: 18px;
  }
}

.bDSdMS {
  display: grid;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-gap: 20px;
  box-sizing: border-box;
}

.bDSdMS > * {
  grid-column: span 6;
}

@media (min-width: 994px) {
  .bDSdMS {
    min-height: calc(100vh - 110px);
  }
}

@media (min-width: 768px) and (max-width: 993px) {
  .bDSdMS {
    min-height: calc(100vh - 110px);
  }
}

@media (max-width: 767px) {
  .bDSdMS {
    min-height: calc(100vh - 98px);
  }
}

.jBJvld {
  display: grid;
  grid-gap: 16px;
  box-sizing: border-box;
}


@media (min-width: 768px) and (max-width: 993px) {
  .jBJvld {
    padding: 0 72px;
  }
}

.dJfYFF {
  grid-column: span 6;
  display: grid;
  grid-row-gap: 20px;
  -webkit-align-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (min-width: 994px) {
  .dJfYFF {
    grid-template-columns: 968px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (max-width: 993px) {
  .dJfYFF {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .dJfYFF {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* @media (max-width: 767px) {
  .hvWpZJ {
    margin-left: 12px;
    margin-right: 12px;
  }
} */

/* @media (min-width: 994px) {
  .hvWpZJ {
    margin-left: 40px;
  }
} */

/* @media (min-width: 768px) and (max-width: 993px) {
  .hvWpZJ {
    margin-left: 72px;
  }
} */

/* 
@media (max-width: 767px) {
  .hvWpZJ {
    margin-left: 12px;
  }
} */

/* @media (min-width: 994px) {
  .hvWpZJ {
    margin-right: 40px;
  }
} */

/* 
@media (min-width: 768px) and (max-width: 993px) {
  .hvWpZJ {
    margin-right: 72px;
  }
} */

/* 
@media (max-width: 767px) {
  .hvWpZJ {
    margin-right: 12px;
  }
} */

.hRGCvE {
  display: grid;
  grid-row-gap: 16px;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.hRGCvE p,
.hRGCvE h3,
.sc-4037208f-0 {
  padding: 0 15px;
}

.hRGCvE li,
.hRGCvE p {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  /* .hRGCvE li,
  .hRGCvE p {
    font-size: 18px;
  } */
}

@media print {
  /* .hRGCvE li,
  .hRGCvE p {
    font-size: 14px;
  } */
}

.hRGCvE p {
  overflow: auto;
}

.hRGCvE h2,
.hRGCvE h3,
.hRGCvE p,
.hRGCvE ul {
  margin: 0;
}

.hRGCvE h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
}

@media print {
  .hRGCvE h2 {
    font-size: 18px;
  }
}

.hRGCvE h3 {
  font-size: 19px;
  line-height: 1.2;
  font-family: "BlickVariable";
}

@media print {
  .hRGCvE h3 {
    font-size: 16px;
  }
}

.hRGCvE > *:not(div):not(aside) + h2,
.hRGCvE > *:not(div):not(aside) + h3 {
  margin-top: 0px;
}

.hRGCvE > div {
  margin-top: 16px;
  margin-bottom: 16px;
}

.hRGCvE > div:last-child {
  margin-bottom: 0;
}

.hRGCvE > div + h2 {
  margin-top: 0;
}

svg:not(:root) {
  overflow-clip-margin: content-box;
  overflow: hidden;
}

.dTgdxW {
  margin-top: 3px;
  font-family: "BlickVariable";
  font-weight: 700;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.05;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  text-align: left;
  color: #1f1f1f;
  display: block;
  overflow-wrap: anywhere;
  word-break: break-wor;
}

@media (min-width: 994px) {
  .dTgdxW {
    font-family: BlickVariable;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 44px;
    line-height: 1.2;
  }
}

.kimGvV {
  margin: inherit;
}

.hXRkuu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

img {
  max-width: 100%;
}

p a {
  color: #007fff;
  text-decoration: underline;
}

p a:hover {
  color: #e11229;
}

/* informer style settings */

* {
  box-sizing: border-box;
}

body {
  /* font-family: "Source Sans Pro", sans-serif; */
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
}

/*==============CHECK==============*/

/*=========CHECKMQ=======*/

/*=========REG=============*/

.button-link {
  background-color: #007fff;
  color: #fff !important;
  display: block;
  margin: 1rem auto;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 15px 0;
  border-radius: 6px;
  box-shadow: 0px 5px 10px 0px #3b5998;
}
.button-link:hover {
  color: #fff;
  background-color: #444;
}
/* text-decoration: underline; */
/* padding-bottom: 3px; */
ul {
  padding-left: 15px;
}

.sc-21a58697-0.jiQGix {
  display: flex;
  justify-content: center;
}

@font-face {
  font-family: "Gotham XNarrow";
  src: url("/fonts/GothamXNarrow-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

.header {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 16px 0;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #fff;
}

.header__logo {
  width: 148px;
  height: 148px;
  transition: all 0.3s;
}

.header__logo img {
  width: 148px;
  height: 148px;
  transition: all 0.3s;
}

.header__content {
  width: calc(100% - 148px - 16px);
  margin-left: 16px;
}

.header__top {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: end;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s;
}

.header__btn,
.header__btn-special {
  font-size: 12px;
  font-family: "Gotham XNarrow", sans-serif;
  font-weight: 700;
  color: rgb(73, 80, 87);
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s;
}

.header__btn + .header__btn,
.header__btn-special + .header__btn-special {
  margin-left: 32px;
}

.header__top-line {
  width: 1px;
  height: 48px;
  margin: 0 32px;
  background-color: #e9ecef;
}

.header__btn-special:hover {
  color: #d00;
}

.header__btn path {
  transition: all 0.3s;
}

.header__btn:hover path {
  fill: #d00;
}

.header__bottom {
  height: 48px;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}

.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__nav a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  height: 46px;
  font-family: "Gotham XNarrow", sans-serif;
  font-weight: 700;
  color: rgb(73, 80, 87);
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s;
}

.header__nav a:hover {
  color: #000;
  border-bottom: 2px solid #d00;
}

.header__mobile {
  display: none;
}

.subnav {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.subnav__list {
  font-size: 12px;
  font-family: "Gotham XNarrow", sans-serif;
  font-weight: 700;
  display: flex;
  margin: 15px 0;
  padding: 0;
  list-style: none;
}

.subnav__list span,
.subnav__list a {
  color: rgb(73, 80, 87);
}

.subnav__list a {
  border-bottom: 1px solid rgb(73, 80, 87);
  text-decoration: none;
  transition: all 0.1s;
}

.subnav__list a:hover {
  color: rgb(33, 37, 41);
  border-bottom: 3px solid #d00;
}

.subnav__list li + li {
  margin-left: 3px;
}

.subnav__list li + li:before {
  display: inline-block;
  content: "›";
  padding-right: 5px;
}

.footer {
  max-width: 488px;
  width: 100%;
  margin: 80px auto 0;
  padding-bottom: 80px;
}

.footer__btn:nth-child(1) {
  display: none;
}

.footer__button-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.footer__btns {
  display: flex;
  justify-content: space-between;
}

.footer__btn {
  max-width: 236px;
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-family: "Gotham XNarrow", sans-serif;
  font-weight: 700;
  color: rgb(73, 80, 87);
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 16px;
  border-radius: 8px;
  background-color: #e9ecef;
  transition: all 0.3s;
}

.footer__btn:nth-child(3) {
  margin-left: 10px;
}

.footer__btn:hover {
  background-color: #cbd3da;
}

.footer__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.footer__links li {
  height: 14px;
  padding: 0 6px;
  margin-bottom: 4px;
}

.footer__links a {
  font-size: 11px;
  font-family: "Gotham XNarrow", sans-serif;
  font-weight: 700;
  color: rgb(73, 80, 87);
  text-decoration: none;
  transition: all 0.3s;
}

.footer__links a:hover {
  color: #d00;
}

@media (max-width: 1024px) {
  .header {
    height: 84px;
  }

  .header__logo {
    width: 72px;
    height: 72px;
    padding: 8px;
  }

  .header__logo img {
    width: 56px;
    height: 56px;
  }

  .header__content {
    width: calc(100% - 72px - 16px);
  }

  .header__top,
  .header__bottom {
    display: none;
  }

  .header__mobile {
    height: 72px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .header__mobile a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 56px;
    min-height: 56px;
  }

  .footer__btn:nth-child(1) {
    display: flex;
  }

  .footer__btn:nth-child(2) {
    display: none;
  }
}

@media (max-width: 488px) {
  .footer__btns {
    flex-wrap: wrap;
    padding: 0 10px;
  }

  .footer__btn {
    margin: 0 auto;
  }

  .footer__btn:nth-child(3) {
    margin: 10px auto;
  }
}

body {
  font-family: "Archivo Narrow", sans-serif !important;
}
.hRGCvE p {
  font-size: 22px;
  font-family: var(--body-font-family);
  /* font-family: "Gotham XNarrow", "Avenir Next Condensed", sans-serif-condensed, "Arial Narrow", "Arial Nova", sans-serif; */
}
.dTgdxW {
  font-family: "Gotham XNarrow", sans-serif;
}
@media screen and (max-width: 768px) {
  .subnav {
    display: none;
  }
}

hr {
  width: 95%;
}

li a,
p a {
  font-weight: 700;
  color: #d51300;
}

p {
  font-family: "Gotham XNarrow", sans-serif;
}

.author_block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.author_row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.author_row__img {
  height: 100px;
  width: 100px;
  overflow: hidden;
  border-radius: 999px;
  position: relative;
  flex-shrink: 0;
}

.author_row__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.comments-section {
  width: 100%;
  padding: 0 15px;
  margin-top: 40px;
  font-family: "Source Sans Pro", sans-serif;
}

.comments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #e20000;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 8px;
}

.comments-tabs {
  display: flex;
  gap: 0;
}

.comments-tab {
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Gotham XNarrow", sans-serif;
  text-transform: uppercase;
  border: none;
  background: #f0f0f0;
  color: #545454;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 4px 4px 0 0;
  letter-spacing: 0.3px;
}

.comments-tab.active {
  background: #e20000;
  color: #fff;
}

.comments-tab + .comments-tab {
  margin-left: 2px;
}

.comments-tab:hover:not(.active) {
  background: #e0e0e0;
}

.comment-form-wrapper {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 28px;
}

.comment-form-title {
  font-family: "Gotham XNarrow", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.comment-form-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.comment-form-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.comment-form-input {
  flex: 1;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 20px;
  padding: 12px 18px;
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
  color: #767676;
  cursor: pointer;
  transition: border-color 0.2s;
}

.comment-form-input:hover {
  border-color: #aaa;
}

.comment-form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}

.comment-form-submit {
  background: #e20000;
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Gotham XNarrow", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: background 0.2s;
}

.comment-form-submit:hover {
  background: #c40000;
}

.comments-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.comment-card {
  background: #fff;
  border-bottom: 1px solid #e9ecef;
  padding: 20px 0;
}

.comment-card:first-child {
  padding-top: 0;
}

.comment-card:last-child {
  border-bottom: none;
}

.comment-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.comment-card-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #e9ecef;
}

.comment-card-user {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.comment-card-name {
  font-weight: 700;
  font-size: 15px;
  color: #1f1f1f;
  line-height: 1.2;
}

.comment-card-date {
  font-size: 12px;
  color: #8e8e90;
  line-height: 1;
}

.comment-card-text {
  font-size: 15px;
  line-height: 1.55;
  color: #3d3d3d;
  margin-bottom: 6px;
  word-wrap: break-word;
}

.comment-card-image {
  max-width: 100%;
  max-height: 320px;
  border-radius: 8px;
  margin-top: 8px;
  margin-bottom: 4px;
  border: 1px solid #e0e0e0;
}

.comment-card-actions {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.comment-card-action {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #8e8e90;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  transition: color 0.2s;
}

.comment-card-action:hover {
  color: #e20000;
}

.comment-card-action svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.comments-show-more {
  display: block;
  width: 100%;
  padding: 12px;
  text-align: center;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Gotham XNarrow", sans-serif;
  color: #545454;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
  letter-spacing: 0.3px;
  transition: all 0.2s;
}

.comments-show-more:hover {
  background: #e0e0e0;
}

.comments-counter {
  font-family: "Gotham XNarrow", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #8e8e90;
  text-transform: uppercase;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 20vh;
}

.modal {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 10px;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.modal-inner {
  position: relative;
  max-width: 450px;
  width: 100%;
}

#close {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 32px;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  border: none;
}