/*Layout GZWeb Breadcrumb*/
:root {
  --gz: #00334c;
  --gzlight: #009ee3;
  --gzalert: #e34500;
}

body {
  /*PMODIF JST 2024-06-04 removed zerstört mobile layout*/
  /*display: flex;
  flex-direction: column;*/
}

/* Plus ausblenden HUP-Update */
/*img.plus-logo-gz {
  display: none !important;
}*/

.article-compact {
  padding-top: 5px;
}

footer {
  flex-grow: 1;
}

ol.breadcrumb {
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  padding: 5px 0;
}

.breadcrumb > li + li::before {
  content: '> ';
}

.navbar {
  margin-bottom: 5px;
}

td {
  padding: 0.75em;
  vertical-align: top;
}

.tb_pw_block_special {
  flex-grow: 1;
}

.tb_pw {
  padding: 0 0.5rem;
  overflow: hidden;
  --tbmain-color: #00334c;
  --tbsecondary-color: #009ee0;
  font-size: 16px;
  margin: auto;
}

.tb_pw_login {
  border: 1px solid;
  border-color: #e6e6e6;
  padding: 1em 3vw;
}

.tb_pw_login a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  border-bottom: unset !important;
}

.tb_pw_login * {
  color: var(--tbmain-color);
  margin: 0;
}

.tb_pw_login i:first-of-type {
  font-size: 2em;
}

.tb_pw_login i:last-of-type {
  font-size: 1.25em;
}

.tb_pw_login h5 {
  color: #000;
}

.tb_pw_login_details {
  flex-grow: 1;
}

.tb_pw > p {
  text-align: center;
}

.tb_pw_extras {
  padding: 1em 0;
  margin-left: 2em;
}

.tb_pw_block_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  gap: 0.75em;
}

.tb_pw_block:nth-of-type(2) .tb_pw_block_special {
  background: var(--tbsecondary-color);
  padding: 0.35em;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0 1em;
  border-radius: 0.5em;
}

.btn-outline-primary {
  border: 1px solid #00334c !important;
  background: #fff;
  color: #00334c !important;
  margin-bottom: 5px;
  width: 100%;
  display: block;
}

.tb_pw .tb_pw_block_link {
  color: white !important;
  background-color: var(--tbmain-color);
  padding: 0.25em 0.5em;
  text-decoration: none;
  border-radius: 0.5em;
  font-size: 1.5em;
  width: 100%;
  text-align: center;
}

.tb_pw_header {
  color: var(--tbmain-color);
}

.tb_pw_header {
  text-transform: uppercase;
  text-align: center;
  margin: 0.5rem 0;
  font-size: 2.25em;
}

.tb_pw_content {
  background-color: #e6e6e6;
  display: grid;
  justify-items: center;
  overflow: hidden;
  margin: 1em 0;
  padding-top: 2vw;
}

.tb_pw_block_price {
  color: var(--tbmain-color);
  font-size: 2em;
  margin: 0;
}

.tb_pw_block_infos {
  list-style: none;
  text-align: center;
  padding: unset;
}

.tb_pw_block_header {
  color: var(--tbmain-color);
  font-size: 1.25em;
  margin: 0;
}

.tb_pw_block_price_wrapper {
  text-align: center;
}

.tb_pw_blocks {
  display: grid;
  width: 100%;
}

.tb_pw_block {
  position: relative;
  display: flex;
  flex-direction: column;
}

.tb_pw_block:nth-of-type(2) {
  grid-row: 1;
}

.tb_pw_block:nth-of-type(2) .tb_pw_block_special {
  background: var(--tbsecondary-color);
  padding: 0.35em;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0 1em;
  border-radius: 0.5em;
}

.tb_pw_block::after {
  content: '';
  width: 100vw;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
}

.banner-grey {
  background: #fafafa;
}

.banner-grey .HtmlModule {
  padding: unset;
}

.jobs-table {
  margin-bottom: 2em;
  background: rgba(0, 0, 0, 0.03);
}

.jobs-table td {
  border-top: 1px solid #eceeef;
}

.MarketNav .market-background {
  margin-top: 0;
}

.MarketNav .market-image {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.market-background a {
  color: #fff
}

.download {
  list-style: url(/Uploads/Misc/down-arrow.png);
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.download li {
  margin-block-start: 1em;
  margin-block-end: 1em;
}

#DeskTop_NavItem_319_Plus a,
#Mobile_NavItem_319_Plus a {
  color: transparent;
}

#DeskTop_NavItem_319_Plus a::after,
#Mobile_NavItem_319_Plus a::after {
  background-image: url(/Layout/Custom/Images/gzplus.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 22px;
  position: absolute;
  right: 11px;
  content: ' ';
  background-size: contain;
  top: 0px;
}

#Mobile_NavItem_319_Plus a::after {
  width: 67px;
  height: 31px;
  top: 5px;
  left: 15px;
}

.dropdown-menu {
  margin-top: 0;
}

.border-bot-grey {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

.graphic-bg-blue {
  padding: 15px;
  background: #005478;
  text-align: center;
}

.graphic-bg-blue h3 {
  color: #fff;
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.tiefe_Zwei,
.tiefe_Drei {
  position: relative;
  width: 7px;
  display: inline-block;
}

.tiefe_Zwei::after,
.tiefe_Drei::after {
  position: absolute;
  top: -12px;
  left: 1px;
  font-size: 0.75em;
}

.tiefe_Zwei::after {
  content: '2';
}

.tiefe_Drei::after {
  content: '3';
}

/*
 * Artikel HTML-Element für Plus-Seiten . Dirk Eickhorst . 24.03.2024 . Ticket RF-3230
 * *****************************************************************************************
 */

#RF-3230-Container {
  position: relative;
  left: -15px;
  width: 100vw;
  margin-bottom: clamp(45px, (767px - 100vw) * 1000, 75px);
}

#RF-3230_img {
  width: 100%;
  object-fit: cover;
  height: clamp(210px, (100vw - 600px) * 1000, 360px);
}

#RF-3230_head {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: clamp(
    clamp(22px, (100vw - 767px) * 1000, 27px),
    (100vw - 991px) * 1000,
    33px
  );
  display: flex;
  justify-content: center;
}

#RF-3230_logo {
  height: calc(
    clamp(
        clamp(22px, (100vw - 767px) * 1000, 27px),
        (100vw - 991px) * 1000,
        33px
      ) +
      3px
  );
  width: calc(
    clamp(
        clamp(22px, (100vw - 767px) * 1000, 27px),
        (100vw - 991px) * 1000,
        33px
      ) +
      3px
  );

  margin-left: 3px;
}

#RF-3230_sec {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 12px;
  background-color: white;
  color: rgb(71, 71, 71);
  text-align: center;
  font-size: clamp(
    clamp(15px, (100vw - 767px) * 1000, 17px),
    (100vw - 991px) * 1000,
    20px
  );
  margin: auto;
  padding: 20px 30px;
}

@media screen and (min-width: 600px) {
  #RF-3230-Container {
    width: 100%;
    left: unset;
  }
}

/*****************************************************************************************/

blockquote.tiktok-embed {
  border-left: none;
}

/*****************************************************************************************/
/* FI: Beispiel css für Textbaustein "Interviewfrage" css Klassen Name ist gleich dem Namen des Textbausteines */
article.WebStoryShow .Interviewfrage {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18.6667px;
  font-weight: 700;
}

/*******************************************
* Abo-Shop
*********************************************/

.aboShopContainer ul {
  list-style: none;
}

.aboShopContainer img {
  text-align: center;
}

.aboShopContainer ul li:not(:first-child) {
  margin-top: 0.5em;
}

/*******************************************
* Paywall
*********************************************/

.paywallContainerBlue {
  background-color: #00334c;
  color: #ffffff;
  padding: 1rem;
}

.paywallContainerBlue a {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.paywallContainerBlue ul {
  list-style: none;
}

.paywallContainerBlue li {
  padding-left: 30px;
  padding-bottom: 5px;
}

.paywallContainerBlue li:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  position: absolute;
  left: 30px;
}

.paywall-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.paywall-box {
  display: flex;
  flex-direction: column-reverse;
}

.paywall-mob {
  padding-left: 15px;
  padding-right: 15px;
}

.paywall-box-mob {
  display: flex;
  flex-direction: column;
  border: 1px solid #00334c;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.paywall-box-mob:not(:last-child) {
  margin-bottom: 0;
  border-bottom: none;
}

.paywall-box.form {
  align-self: flex-end;
}

.paywall-content,
.paywall-content.mob-box {
  border: 1px solid #00334c;
  color: #000000;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.paywall-content-fullWidth {
  border: 1px solid #00334c;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (max-width: 1200px) {
  .paywall-content:not(.mob-box) {
    height: 400px;
  }

  .paywall-cta a strong {
    font-size: 12pt;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .not-plus-paywall .paywall-content.mob-box {
    height: 400px;
  }

  .paywall-cta a strong {
    font-size: 12pt;
  }
}

@media (max-width: 992px) {
  .paywall-content.mob-box {
    border: none;
  }
}

.paywall-content h3 {
  margin-bottom: 25px;
  font-weight: 700;
}

.paywall-content ul,
.paywall-box-mob ul {
  position: relative;
  list-style: none;
}

.paywall-content ul li,
.paywall-box-mob ul li {
  padding-left: 1em;
}

.paywall-content ul li::before,
.paywall-box-mob ul li::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  position: absolute;
  left: 1em;
}

.paywall-content p.price {
  margin-top: 0;
  text-align: center;
}

.paywall-content span.price {
  font-size: 2em;
}

.paywall-content span.price-info {
  font-size: 0.75em;
}

.paywall-content h5 {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.paywall-cta {
  color: #ffffff;
  background: #00334c;
}

.paywall-cta.stoerer {
  background: #009ee3;
}

.paywall-content.stoerer {
  border-bottom: none;
}

.paywall-box .stoerer-img {
  align-self: center;
  max-width: 80%;
}

.paywall-box .stoerer-fav {
  background: #00334c;
  color: #ffffff;
  text-align: center;
}

.paywall-form-box {
  display: flex;
  flex-direction: column-reverse;
}

.paywall-form-button {
  margin-bottom: 0;
  width: 100%;
  background: #00334c;
  color: #fff;
}

.paywall-form-box .form-group {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.paywall-box-mob .collapse-header {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}

.paywall-box-mob .collapse-content {
  padding-left: 15px;
  padding-right: 15px;
}

.paywall-box-mob .collapse-header a {
  width: 100%;
}

.paywall-box-mob .collapse-header .header-text {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.paywall-box-mob .collapse-header .header-text .price {
  margin: 15px 0 10px 0;
  text-align: right;
  display: flex;
  flex-direction: column;
}

.price-mob {
  display: inline-block;
  font-size: 18pt;
  font-weight: 700;
  width: max-content;
}

.price-red {
  color: red;
}

.paywall-box-mob .collapse-header .header-text .price .fa {
  font-size: 18pt;
  margin-left: 0.5em;
  font-weight: 700;
}

.mob-stoerer {
  background: rgb(0, 158, 224);
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-top: 1em;
}

.paywall-box-mob a[data-toggle='collapse'] {
  border-bottom: none !important;
}
/*******************************************
* Aboshop Container
*********************************************/
.tbabo_paywall-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tbabo_paywall-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.aboModelle .tbabo_paywall-box {
  display: grid;
  grid-template-rows: auto 85px;
}

.tbabo_paywall-mob {
  padding-left: 15px;
  padding-right: 15px;
}

.tbabo_paywall-box-mob {
  display: flex;
  flex-direction: column;
  border: 1px solid #00334c;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tbabo_paywall-box-mob:not(:last-child) {
  margin-bottom: 0;
  border-bottom: none;
}
.tbabo_paywall-box-mob .tbabo_header-text {
  color: #000000;
}

.tbabo_paywall-box.tbabo_form {
  align-self: flex-end;
}

.tbabo_paywall-content,
.tbabo_paywall-content.tbabo_mob-box {
  border: 1px solid #00334c;
  color: #000000;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
.tbabo_paywall-content {
  flex-grow: 1;
}

.tbabo_paywall-cta.probeabo {
  border-bottom: 2px solid white;
  background: rgba(0, 51, 77, 0.8);
}

@media (max-width: 1200px) {
  /* .tbabo_paywall-content:not(.tbabo_mob-box) {
        height: 400px;
    } */

  .tbabo_paywall-cta a strong {
    font-size: 12pt;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .tbabo_not-plus-paywall .tbabo_paywall-content.tbabo_mob-box {
    height: 400px;
  }

  .tbabo_paywall-cta a strong {
    font-size: 12pt;
  }
}

@media (max-width: 992px) {
  .tbabo_paywall-content.tbabo_mob-box {
    border: none;
  }
}

.tbabo_paywall-content h3 {
  margin-bottom: 25px;
  font-weight: 700;
}

.tbabo_paywall-content ul,
.tbabo_paywall-box-mob ul {
  position: relative;
  list-style: none;
  margin-right: 0px !important;
  flex-grow: 1;
}

.tbabo_paywall-content ul li,
.tbabo_paywall-box-mob ul li {
  padding-left: 1em;
  padding-bottom: 5pt;
}

.tbabo_paywall-content ul li::before,
.tbabo_paywall-box-mob ul li::before {
  content: '\f00c';
  font-family: 'FontAwesome', sans-serif;
  font-weight: 900;
  position: absolute;
  left: 1em;
}

.tbabo_paywall-content p.tbabo_price,
.tbabo_collapse-content p.tbabo_price {
  margin-top: 0;
  text-align: center;
}

.tbabo_paywall-content span.tbabo_price,
.tbabo_collapse-content span.tbabo_price {
  font-size: 2em;
}

.tbabo_paywall-content span.tbabo_price-info,
.tbabo_collapse-content span.tbabo_price-info {
  font-size: 0.75em;
}

.tbabo_paywall-content h5 {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.tbabo_paywall-content h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px !important;
}

.aboModelle .tbabo_paywall-cta-container {
  display: flex;
  flex-direction: column;
  border: 1px solid black;
  border-top: none;
}

.tbabo_paywall-cta {
  color: #fff;
  background: #00334c;
  text-align: center;
  padding: 0.5em;
  height: fit-content;
}
.tbabo_paywall-cta > a > strong,
.tbabo_paywall-cta > a {
  font-size: 14pt;
  color: #fff !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
.tbabo_paywall-cta.tbabo_stoerer {
  background: #009ee3;
}

.tbabo_paywall-content.tbabo_stoerer {
  border-bottom: none;
}

.tbabo_paywall-box .tbabo_stoerer-img {
  align-self: center;
  max-width: 80%;
}

.tbabo_paywall-box .tbabo_stoerer-fav {
  background: #00334c;
  color: #ffffff;
  text-align: center;
}

.tbabo_paywall-form-box {
  display: flex;
  flex-direction: column-reverse;
}

.tbabo_paywall-form-button {
  margin-bottom: 0;
  width: 100%;
  background: #00334c;
  color: #fff;
}

.tbabo_paywall-form-box .tbabo_form-group {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.tbabo_paywall-box-mob .tbabo_collapse-header {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}

.tbabo_paywall-box-mob .tbabo_collapse-content {
  padding-left: 15px;
  padding-right: 15px;
}

.tbabo_paywall-box-mob .tbabo_collapse-header a {
  width: 100%;
}

.tbabo_paywall-box-mob .tbabo_collapse-header .tbabo_header-text {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.tbabo_paywall-box-mob .tbabo_collapse-header .tbabo_header-text .tbabo_price {
  margin: 15px 0 10px 0;
}
div.tbabo_paywall-box-mob > div.tbabo_collapse-header h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tbabo_price-mob {
  display: inline-block;
  font-size: 18pt;
  font-weight: 700;
}

.tbabo_paywall-box-mob
  .tbabo_collapse-header
  .tbabo_header-text
  .tbabo_price
  .tbabo_fa {
  font-size: 18pt;
  margin-left: 0.5em;
  font-weight: 700;
}

.tbabo_mob-stoerer {
  background: rgb(0, 158, 224);
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-top: 1em;
}
.tbabo_priceWrapper {
  display: flex;
  flex-direction: column;
}
.tbabo_paywall-box > div.HtmlModule.col-xs-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.tbabo_collapse-header > a {
  border-bottom: none !important;
}
@media (min-width: 992px) {
  .tbabo_hiddenOnDektop {
    display: none;
  }
  .aboModelle .tbabo_paywall-content {
    border-bottom: none;
  }
  .aboModelle .tbabo_paywall-cta {
    margin-top: auto;
  }

  .tb_pw_extras {
    display: flex;
    gap: 5vw;
    margin: unset;
  }
}

.tbabo_link_list a:link,
.tbabo_link_list a:visited,
.tbabo_link_list a:hover,
.tbabo_link_list a:active {
  font-weight: bold;
  border-bottom: 0 !important;
  padding: 10px !important;
}

/*******************************************
* tbabo Modal
*********************************************/
.tbabo_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  /* z-index: 1; */
}
.tbabo_modal {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 750px;
  padding: 1.3rem;
  min-height: 250px;
  z-index: 200000;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 500px;
  width: 25vw;
}
.tbabo_modal .tbabo_modalButton {
  color: #000000 !important;
  background-color: #fff !important;
}
.tbabo_modal .tbabo_closingModalButton {
  align-self: flex-end;
}
.tbabo_modal .tbabo_modalContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.tbabo_modal .flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tbabo_modal a,
.tbabo_modal a span {
  color: #fff;
}

.tbabo_modal input {
  padding: 0.7rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.9em;
}

.tbabo_modal p {
  font-size: 0.9rem;
  color: #777;
  margin: 0.4rem 0 0.2rem;
}

.tbabo_modal button {
  cursor: pointer;
  border: none;
  font-weight: 600;
}

.tbabo_modal .btn {
  display: inline-block;
  padding: 0.8rem 1.4rem;
  font-weight: 700;
  background-color: black;
  color: white;
  border-radius: 5px;
  text-align: center;
  font-size: 1em;
}

.tbabo_btn-open {
  position: unset;
  bottom: unset;
  color: #fff !important;
}

.tbabo_btn-close {
  transform: translate(10px, -20px);
  padding: 0.5rem 0.7rem;
  background: #eee;
  border-radius: 50%;
}
.tbabo_paywall-cta .btn-open {
  cursor: pointer;
}

.d-block.tbabo_paywall-mob .tbabo_collapse-content ul {
  margin-top: 20px;
}

/* PRE FOOTER */
.tbabo_pre-footer {
  background: #e9eaec;
}
.tbabo_pre-footer .co {
  padding-bottom: 0;
  padding-top: 0;
}
.tbabo_pre-footer .col-md-6:first-child img {
  max-width: 100%;
  float: right;
}
/* .pre-footer .contact {
	background:#e3e4e8;
	padding:25px;
	margin-top:50px;
} */
.tbabo_pre-footer h2 {
  /* text-align:left; */
  margin: 0 0 15px 0;
}
.tbabo_pre-footer .tab {
  display: table;
  width: 100%;
}
.tbabo_pre-footer .tab div {
  display: table-row;
}
.tbabo_pre-footer .tab span {
  font-size: 20px;

  display: table-cell;
  padding-right: 25px;
}

#pre_foot {
  width: 100%;
  background: #e9eaec;
  border: none;
}
#text_pre_foot {
  background: #e3e4e8;
  margin-top: 20px;
}
.tbabo_pre-footer a.social {
  position: relative;
  font-size: 20px;
  display: inline-block;
  width: 44px;
  padding-top: 7px;
  margin: 0 5px;
}
.tbabo_pre-footer a.social span {
  z-index: 1;
  position: relative;
}
.tbabo_pre-footer a.social::before {
  content: '';
  display: block;
  background: #777b84;
  border-radius: 50% 50%;
  left: 0;
  top: 0;
  padding: 22px 22px;
  position: absolute;
  z-index: 0;
}

/* Footer */

.Wcms .WcmsFooter .HtmlModuleContent a:not(.btn) {
  border-bottom: none;
}

.WcmsFooter ul {
  padding: unset;
}

/*******************************************
* Bootstrap 4
*********************************************/

.bootstrap4Container .pt-2,
.bootstrap4Container .py-2,
.bootstrap4Container .p-2 {
  padding-top: 0.5rem;
}

.bootstrap4Container .pb-2,
.bootstrap4Container .py-2,
.bootstrap4Container .p-2 {
  padding-bottom: 0.5rem;
}

.bootstrap4Container .pl-2,
.bootstrap4Container .px-2,
.bootstrap4Container .p-2 {
  padding-left: 0.5rem;
}

.bootstrap4Container .pr-2,
.bootstrap4Container .px-2,
.bootstrap4Container .p-2 {
  padding-right: 0.5rem;
}

.bootstrap4Container .pt-4 {
  padding-top: 1.5rem;
}

.bootstrap4Container .pb-4,
.bootstrap4Container .py-4 {
  padding-bottom: 1.5rem;
}

.bootstrap4Container .ml-2,
.bootstrap4Container .mx-2 {
  margin-left: 0.5rem;
}

.bootstrap4Container .mr-2,
.bootstrap4Container .mx-2 {
  margin-right: 0.5rem;
}

.bootstrap4Container .mb-2,
.bootstrap4Container .my-2 {
  margin-bottom: 0.5rem;
}

.bootstrap4Container .mt-2,
.bootstrap4Container .my-2 {
  margin-top: 0.5rem;
}

.bootstrap4Container .justify-content-center {
  justify-content: center;
}

.bootstrap4Container .d-lg-flex {
  display: flex;
}

.bootstrap4Container .d-none {
  display: none;
}

.bootstrap4Container .d-block {
  display: block !important;
}

.bootstrap4Container .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

.bootstrap4Container a.btn {
  font-size: 14pt;
  color: #ffffff;
  line-height: 21pt;
}

.bootstrap4Container img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 576px) {
  .bootstrap4Container .d-sm-block {
    display: block !important;
  }

  .tb_pw_block:nth-of-type(2) .tb_pw_block_content {
    border-left: 1px solid;
    border-right: 1px solid;
  }

  .tb_pw_blocks {
    grid-template-columns: repeat(3, 1fr);
  }

  .tb_pw_block:nth-of-type(2) {
    grid-row: unset;
  }

  .bootstrap4Container .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .bootstrap4Container .col-md-3 {
    width: 25%;
  }

  .bootstrap4Container .row {
    display: flex;
  }

  .bootstrap4Container .d-md-block {
    display: block !important;
  }

  .bootstrap4Container .d-md-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .bootstrap4Container .d-lg-grid {
    display: grid;
  }

  .bootstrap4Container .d-lg-flex {
    display: flex;
  }

  .bootstrap4Container .d-lg-block {
    display: block;
  }

  .bootstrap4Container .d-lg-none,
  .bootstrap4Container .hidden-lg {
    display: none !important;
  }
}
.bootstrap4Container .row > * {
  padding-right: 14px;
  padding-left: 14px;
}

.bootstrap4Container .p-4 {
  padding: 1.5rem !important;
}
.bootstrap4Container .mb-1 {
  margin-bottom: 0.25rem !important;
}
.bootstrap4Container .w-100 {
  width: 100% !important;
}
div.paywallContainer:has(div.col-lg-12) {
  margin-left: 0px;
  margin-right: 0px;
  height: 200px;
}
.bootstrap4Container div.col-lg-12 {
  padding-right: 0px;
  padding-left: 0px;
}
/*******************************************
* ordered lists
*********************************************/
.orderedListContainer ol,
.orderedListContainer ul {
  margin: 15px 0;
}

.orderedListContainer ol {
  list-style-type: none;
  counter-reset: item;
  padding: 0;
}

.orderedListContainer ol > li {
  display: table;
  margin-bottom: 0.6em;
}

.orderedListContainer ol.strong > li:before {
  font-weight: bold;
}

.orderedListContainer li li {
  margin: 0;
}

.orderedListContainer li:before {
  display: table-cell;
  padding-right: 0.6em;
}

.orderedListContainer ol:not(.ignoreNested) > li {
  counter-increment: item;
}

.orderedListContainer ol:not(.ignoreNested) > li:before {
  content: counters(item, '.') '. ';
}

.orderedListContainer li ol:not(.ignoreNested) > li:before {
  content: counters(item, '.') ' ';
}

.orderedListContainer ol.ignoreNested {
  counter-reset: nestedItem;
}

.orderedListContainer ol.ignoreNested li {
  counter-increment: nestedItem;
}

.orderedListContainer ol.ignoreNested li:before {
  content: counter(nestedItem, lower-alpha) ') ';
}

.orderedListContainer ul {
  list-style: square;
}

/*******************************************
* tables in text
*********************************************/
.tableInText {
  overflow-x: scroll;
}

.tableInText table {
  width: 100%;
  border: 1px solid;
  border-spacing: 0;
  border-collapse: collapse;
}

.tableInText th,
.tableInText td {
  padding: 5px;
  border: 1px solid;
}

.InlineTagList {
  display: none;
}

cite {
  width: 50%;
  margin: auto;
  font-weight: 500;
  color: #00334c;
  font-size: 40px;
}

/* Block Ads */
.blockAd {
  display: none !important;
  opacity: 0 !important;
}

.MarketSearchResult .col-md-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.MarketSearchResult thead {
  display: none;
}

.MarketSearchResult td {
  white-space: unset !important;
}

.MarketSearchResult tr td:nth-child(3) {
  border-top: none;
}

.MarketSearchResult table {
  table-layout: fixed;
}

@media (min-width: 576px) {
  .MarketSearchResult .col-md-4 {
    display: table-cell;
    text-align: unset;
  }

  .tb_pw_block:nth-of-type(2) .tb_pw_block_content {
    border-left: 1px solid;
    border-right: 1px solid;
  }

  .tb_pw_blocks {
    grid-template-columns: repeat(3, 1fr);
  }

  .tb_pw_block:nth-of-type(2) {
    grid-row: unset;
  }

  .MarketSearchResult thead {
    display: unset;
  }

  .MarketSearchResult tr td:nth-child(3) {
    border-top: 1px solid #ddd;
  }

  .MarketSearchResult table {
    table-layout: unset;
  }
}

/* Ansprechpartner */

.AuthorNav .AuthorNavResult .author-box .author-details .author-position {
  font-size: 14px;
}

.AuthorNav
  .AuthorNavResult
  .author-box
  .author-details
  .author-contact
  .author-phone:has(> .fa-fax) {
  display: none;
}

/* Slider */

.homepageSlider {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  max-width: 100%;
}

.homepageSliderItems {
  position: absolute;
  left: 0;
  display: flex;
  transition: left 1s ease-in-out;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}

.homepageSliderItem {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  flex-grow: 1;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .homepageSliderItem {
    padding: unset;
  }
}

/* New Paywall */

.paywallContainerNew {
  margin: auto;
  font-size: 14px;
  max-width: 600px;
  border: 1px solid var(--gz);
  padding: 25px 15px;
  background-image: linear-gradient(180deg, black, var(--gz));
}

.paywallContainerNew h1,
.paywallContainerNew h2,
.paywallContainerNew h3,
.paywallContainerNew h4,
.paywallContainerNew h5,
.paywallContainerNew h6 {
  margin: 0;
}

.paywallContainerNew .paywallContainerMessage {
  color: white;
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
}

.paywallContainerNew .paywallContainerMessage p {
  margin-bottom: 15px;
  font-size: 1.8em;
}

.paywallContainerNew .paywallContainerMessage img {
  height: 33px;
}

.paywallContainerNew .paywallOffers {
  display: grid;
  grid-template-rows: repeat(2, auto);
  gap: 16px;
}

.paywallContainerNew .card {
  color: white;
  transition: transform 0.1s ease-in-out;
  display: flex;
  flex-direction: column;
}

.paywallContainerNew .card.special {
  grid-row: 1;
}

.paywallContainerNew .card.special:hover,
.paywallContainerNew .card:not(.special) .cardContent:hover {
  box-shadow: 0px 0px 25px 5px rgba(0, 51, 76, 0.5);
  transform: scale(1.0075);
}

.paywallContainerNew .cardInfo {
  font-size: 1.5em;
  text-align: center;
  padding: 10px 0;
}

.paywallContainerNew .card:not(.special) .cardInfo {
  display: none;
}

.paywallContainerNew .card.special .cardInfo {
  background-color: var(--gzalert);
}

.paywallContainerNew .cardContent {
  border: 1px solid var(--gzlight);
  height: 100%;
  padding: 0px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.paywallContainerNew .card.special .cardContent {
  border-color: var(--gzalert);
}

.paywallContainerNew .cardHead {
  margin: 30px 0;
  display: flex;
  align-items: center;
  width: 100%;
}

.paywallContainerNew .cardHead i {
  margin-left: 5px;
  display: none;
}

.paywallContainerNew .cardHeader {
  font-size: 2.25em;
  color: var(--gzlight);
  width: 100%;
}

.paywallContainerNew .cardHeader span {
  font-size: 18px;
  display: block;
}

.paywallContainerNew .cardPrice {
  font-size: 1.75em;
  min-width: fit-content;
}

.paywallContainerNew .cardPriceInfo {
  font-size: 1.1em;
  display: none;
}

.paywallContainerNew .collapse {
  transition: all 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.paywallContainerNew .collapse p {
  flex-grow: 1;
  font-size: 1.2em;
}

.paywallContainerNew .advantages {
  list-style: none;
  flex-grow: 1;
  width: 100%;
  padding-left: 40px;
}

.paywallContainerNew .advantages li {
  font-size: 1.2em;
  margin: 10px 0;
  position: relative;
}

.paywallContainerNew .advantages li::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  position: absolute;
  left: -25px;
  color: var(--gzlight);
}

.paywallContainerNew .paywallButton {
  border-color: var(--gz);
  background: var(--gzlight);
  border-radius: 10px;
  color: white !important;
  padding: 10px 5px;
  font-size: 1.25em;
  width: 95%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  border-bottom: unset !important;
  text-decoration: none !important;
}

.paywallContainerNew .paywallButton:hover {
  background-color: #1abaff;
  cursor: pointer;
}

.paywallContainerNew .card.special .paywallButton {
  background-color: var(--gzalert);
}

.paywallContainerNew .card.special .paywallButton:hover {
  background-color: #ff540a;
}

.paywallContainerNew .bold {
  font-weight: bold;
}

.paywallContainerNew .paywallMore {
  margin-top: 20px;
  line-height: 1.5;
}

.paywallContainerNew .paywallMore p {
  color: white;
  text-align: center;
  font-size: 1.5em;
}

.paywallContainerNew .paywallMore .paywallLink {
  color: var(--gzlight) !important;
  position: relative;
  text-decoration: none !important;
  font-weight: bold;
  border-bottom: none !important;
}

.paywallContainerNew .paywallMore .paywallLink::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--gzlight);
  transition: width 0.3s ease-in-out;
}

.paywallContainerNew .paywallMore .paywallLink:hover::after {
  width: 100%;
}

.paywallContainerNew .collapse.visible {
  max-height: 400px;
  height: fit-content;
}

@media screen and (min-width: 992px) {
  .paywallContainerNew {
    font-size: 16px;
    width: fit-content;
    border-radius: 2em;
    padding: 25px 50px;
    max-width: unset;
  }

  .paywallContainerNew .paywallContainerMessage {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .paywallContainerNew .paywallOffers {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 50px;
    width: fit-content;
  }

  .paywallContainerNew .card {
    border-radius: 2rem;
    position: relative;
  }

  .paywallContainerNew .card.special {
    grid-row: 1;
    grid-column: 1;
  }

  .paywallContainerNew .cardInfo {
    font-size: 2em;
  }

  .paywallContainerNew .card:not(.special) .cardInfo {
    display: block;
  }

  .paywallContainerNew .cardHead {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .paywallContainerNew .cardHead i {
    display: none;
  }

  .paywallContainerNew .cardHeader {
    font-size: 2.5em;
    width: fit-content;
    margin-bottom: 10px;
  }

  .paywallContainerNew .cardContent {
    border-radius: 2rem;
    position: relative;
  }

  .paywallContainerNew .card:hover .paywallButton {
    background-color: #1abaff;
  }

  .paywallContainerNew .card.special:hover .paywallButton {
    background-color: #ff540a;
  }

  .paywallContainerNew .card .cardLink {
    position: absolute;
    height: 100%;
    width: 100%;
    text-decoration: none !important;
    color: transparent !important;
    background: transparent !important;
    border-bottom: unset !important;
    z-index: 100;
  }

  .paywallContainerNew .card.special .cardInfo {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .paywallContainerNew .card.special .cardContent {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .paywallContainerNew .cardPrice {
    font-size: 2em;
  }

  .paywallContainerNew .cardPriceInfo {
    display: block;
  }
}

:root {
  --background-color: #fff;
  --header-color: #000;
  /* --text-color: rgba(0, 0, 0, 0.85); */
  --text-color: #262626;
  --accent-color: #009ee0;
  --misc-color: #808080;
}

/* @media (prefers-color-scheme: dark) {
  :root {
    --background-color: #262626;
    --header-color: #fff;
    --text-color: rgba(255, 255, 255, 0.85);
    --accent-color: #009ee0;
    --misc-color: rgba(255, 255, 255, 0.85);
  }
} */

article.StoryPreviewBox .article-heading a,
.PreviewModule .PreviewDoc .preview-heading,
.DocumentRankingModule .DocumentRankingContentHolder a {
  color: var(--header-color);
}

article.StoryPreviewBox .article-section,
article.StoryPreviewBox .article-locality,
.WatchListIcon span,
.PreviewModule .PreviewDoc .preview-date,
article.StoryPreviewBox .article-meta .readingtime {
  color: var(--accent-color);
}

article.StoryPreviewBox h2.article-heading a:hover,
article.StoryPreviewBox .article-heading a:hover,
article.StoryPreviewBox .article-pubdate,
.DocumentRankingModule .DocumentRankingContentHolder a:hover,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text,
nav.navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: var(--text-color);
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: var(--text-color);
}

body {
  background-color: var(--background-color);
  color: var(--text-color);
}

article.StoryPreviewBox .article-meta {
  color: var(--misc-color);
  margin-bottom: unset;
}

/* article.StoryPreviewBox .article-headline,
article.StoryPreviewBox .article-section,
article.StoryPreviewBox .article-locality,
article.StoryPreviewBox .article-headline,
.article-section {
  color: var(--misc-color);
} */

.WcmsModule,
.WcmsContainer,
.Wcms,
.navbar-default,
.dropdown-menu {
  background-color: var(--background-color);
  border-color: transparent;
}

.WcmsContainer .WcmsModule {
  background-color: unset;
}

.headLine {
  background-color: unset;
  color: var(--accent-color);
  text-align: center;
  margin-bottom: unset;
  font-weight: 600;
  padding: 12px;
}

.gzSliderWrapper {
  overflow: hidden;
}

.gzSliderWrapper .gzSliderItems {
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
  margin-bottom: 15px;
}

.gzSliderWrapper .gzSliderItems .ListContainerContent {
  display: flex;
}

.gzSliderWrapper .gzSliderItem {
  max-width: 100%;
  margin: unset;
  height: 0;
  padding: unset;
}

.gzSliderWrapper .gzSliderItem.active {
  height: auto;
}

.gzSliderWrapper .gzSliderNav {
  display: flex;
}

.gzSliderWrapper .gzSliderNav .gzSliderNavItems {
  overflow-x: auto;
  margin: unset;
  margin-bottom: 1rem;
  max-width: 100%;
  display: flex;
  padding-bottom: 10px;
  gap: 1rem;
  position: relative;
  border-bottom: 1px solid
    color-mix(in srgb, var(--misc-color) 35%, transparent);
  align-items: center;
}

.gzSliderWrapper .gzSliderNav::before,
.gzSliderNav::after {
  display: none;
  content: unset;
}

.gzSliderWrapper .gzSliderNavItem {
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.gzSliderWrapper .gzSliderNavItem h4 {
  font-weight: unset;
  margin: unset;
  position: relative;
}

.gzSliderWrapper .gzSliderNavItem.active {
  /* color: var(--accent-color); */
  font-weight: bold;
}

.gzSliderWrapper .gzSliderNavItem h4::after {
  content: '';
  height: 2px;
  background-color: var(--accent-color);
  width: 0;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transition: width 0.3s;
  transform: translateX(-50%);
}

.gzSliderWrapper .gzSliderNavItem.active h4::after {
  width: 100%;
}

.gzSliderWrapper .gzSliderItem .headLine {
  margin-bottom: unset;
}

.gzSliderItem .headLine {
  display: none;
}

.gzSliderNav .HtmlModuleContent {
  position: relative;
}

.fas.fa-chevron-left.scroll-arrow.scroll-arrow-left,
.fas.fa-chevron-right.scroll-arrow.scroll-arrow-right {
  display: none;
}

.fas.fa-chevron-left.scroll-arrow.scroll-arrow-left {
  left: 35%;
}

.fas.fa-chevron-right.scroll-arrow.scroll-arrow-right {
  right: 0;
}

.WcmsModule {
  margin-bottom: unset;
  padding: unset;
}

/* .newsTicker .newsTickerElement {
  margin-bottom: unset;
  padding: 5px 0;
} */

.newsTicker .newsTickerElement:nth-child(2) {
  /* border-top: 1px solid;
  border-bottom: 1px solid; */
}

/* .newsTickerElement .StoryPreviewBox {
  padding-bottom: unset;
} */

.WcmsFooter .WcmsContainer {
  background-color: unset;
  padding-bottom: 1rem;
}

.WcmsModule:has(#billboard_1),
.WcmsModule:has(#billboard_footer),
.WcmsModule:has(#custom_size_2),
.WcmsModule:has(#medium_rectangle_1),
.WcmsModule:has(#medium_rectangle_2),
.WcmsModule:has(#medium_rectangle_3) {
  margin-bottom: 30px;
}

.custSlider-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  overflow: hidden;

  /* margin: 12px auto; */
}

.custSlider {
  display: flex;
  transition: transform 0.5s ease;
  gap: 32px;
}

.custSlide {
  min-width: 100%;
  box-sizing: border-box;
}

.custPagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.custPagination-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--text-color);
  margin: 0 4px;
  cursor: pointer;
  opacity: 0.2;
}

.swiper-pagination-bullet {
  background-color: var(--text-color);
}

.custPagination-dot.active {
  background-color: var(--accent-color);
  opacity: 1;
}

.gzSliderWrapper .headLine {
  margin-bottom: unset;
}

.PreviewGallery .swiper-button-next,
.PreviewGallery .swiper-button-prev {
  /* display: none; */
  top: unset;
  bottom: 0;
}

.PreviewGallery .swiper-button-next {
  right: 25px;
}

.PreviewGallery .swiper-button-prev {
  left: 25px;
}

.PreviewGallery .swiper-button-next i,
.PreviewGallery .swiper-button-prev i {
  font-size: unset;
}

.WcmsModule.ticker-slider {
  margin-bottom: 0;
}
article.StoryPreviewBox.article-compact h4.article-heading {
  margin-bottom: 0;
}

.article.StoryPreviewBox {
  padding-bottom: unset;
}

.sliderContainer {
  overflow: hidden;
}

/* .gzSliderNav .gzSliderNavItems {
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  -webkit-mask-image: none;
  mask-image: none;
} */

/* Fade rechts (kann nach rechts scrollen) */
.gzSliderNav .gzSliderNavItems[data-scrollable='right'] {
  -webkit-mask-image: linear-gradient(to right, black 75%, transparent 100%);
  mask-image: linear-gradient(to right, black 75%, transparent 100%);
}

/* Fade links (kann nach links scrollen) */
.gzSliderNav .gzSliderNavItems[data-scrollable='left'] {
  -webkit-mask-image: linear-gradient(to left, black 75%, transparent 100%);
  mask-image: linear-gradient(to left, black 75%, transparent 100%);
}

/* Fade beide Seiten (kann in beide Richtungen scrollen) */
.gzSliderNav .gzSliderNavItems[data-scrollable='both'] {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 15%,
    black 75%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 15%,
    black 75%,
    transparent 100%
  );
}

#MobileNavigation.GZWeb #WcmsLogoXs > img {
  width: 80%;
}

.swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.homeFixedElement {
  position: fixed;
  left: 15px;
  bottom: 2%;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1000;
}

.homeFixedElement .HtmlModuleContent {
  display: grid;
  grid-template-columns: repeat(3, auto);
  width: fit-content;
  margin: auto;
  background: var(--accent-color);
  border-radius: 2rem;
  text-align: center;
  font-weight: bold;
  box-shadow: 0px 2px 7px 3px rgba(0, 51, 76, 0.45);
}

.homeFixedElement a {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 16px;
  padding: 10px 8px;
}

.homeFixedElement a:first-of-type {
  padding-left: 24px;
}

.homeFixedElement a:nth-of-type(2) {
  position: relative;
}

.homeFixedElement a:nth-of-type(2)::before,
.homeFixedElement a:nth-of-type(2)::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0.5;
}

.homeFixedElement a:nth-of-type(2)::before {
  left: 0;
}

.homeFixedElement a:nth-of-type(2)::after {
  right: 0;
}

.homeFixedElement a:last-of-type {
  padding-right: 24px;
}

.articleContainer .StoryPreviewBox {
  padding: 15px 0;
}

article.StoryPreviewBox .article-section,
article.StoryPreviewBox .article-locality,
article.StoryPreviewBox .article-headline,
article.StoryPreviewBox .article-section.article-section-blue,
article.StoryPreviewBox .article-locality.article-section-blue,
article.StoryPreviewBox .article-headline.article-section-blue,
.DocumentRankingContentHolder .article-section,
.article-section {
  font-weight: 500;
}

.ticker-slider .PreviewGallery .preview-swiper-container .swiper-slide::after {
  background-color: var(--misc-color);
}

.articleContainer .StoryPreviewBox,
.DocumentRankingTab .DocumentRankingContentHolder:not(:last-of-type) {
  border-bottom: 1px dotted
    color-mix(in srgb, var(--misc-color) 60%, transparent);
}

.articleContainer .swiper-slide .StoryPreviewBox {
  border-bottom: unset;
}

.DocumentRankingTab .DocumentRankingContentHolder {
  margin: 5px 0;
}

.DocumentRankingModule {
  padding: unset;
}

footer ul {
  padding: unset;
}

.fixedNavi {
  white-space: nowrap;
  position: fixed;
  z-index: 9999;
  top: 50px;
  overflow-x: scroll;
  padding: 12px 10px;
  left: 0;
  right: 0;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.4);
  display: none !important;
}

.Admin + .Wcms .fixedNavi {
  top: 140px;
}

@media screen and (min-width: 768px) {
  .fixedNavi {
    display: none;
  }
}

.fixedNavi .HtmlModuleContent {
  display: flex;
  justify-content: space-between;
}

.fixedNavi a {
  color: var(--text-color) !important;
  position: relative;
  border-bottom: none !important;
}

.fixedNavi a.active {
  font-weight: bold;
}

.fixedNavi a.active::after {
  content: '';
  height: 2px;
  background-color: var(--accent-color);
  position: absolute;
  bottom: -3px;
  width: 100%;
  left: 0;
}

article.StoryPreviewBox .article-section.article-section-blue,
article.StoryPreviewBox .article-locality.article-section-blue,
article.StoryPreviewBox .article-headline.article-section-blue,
article.StoryPreviewBox .article-headline,
article.StoryPreviewBox .article-section,
article.StoryPreviewBox .article-locality,
.article-section {
  text-transform: none;
}

.categorySplitter .headLine {
  border-top: 10px solid color-mix(in srgb, var(--misc-color) 10%, transparent);
  margin-top: 10px;
  padding-top: 10px;
}

.ticker-slider .PreviewGallery {
  padding-top: 5px;
}

.article-border-bottom {
  display: none;
}

.DocumentRankingContentHolder .col-md-5 {
  display: none;
}

.DocumentRankingContentHolder .col-md-7 {
  width: 100%;
}

/* .darkContainer {
  background-color: black;
} */

.ticker-slider .WebStoryPreviewModule > div {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.ticker-slider .swiper-slide {
  margin-top: 5px;
}

.cyanContainer {
  --background-color: #009ee0;
  --header-color: #fff;
  --text-color: rgba(255, 255, 255, 0.85);
  --accent-color: #fff;
}

.cyanContainer .PreviewGallery .swiper-button-next i,
.cyanContainer .PreviewGallery .swiper-button-prev i {
  color: #fff;
}

.articleContainer .headLine {
  padding-bottom: unset;
}

@media screen and (min-width: 768px) {
  .headLine {
    text-align: left;
  }

  .gzSliderWrapper .headLine {
    border-top: unset;
  }

  .gzSliderWrapper .gzSliderNav .gzSliderNavItems {
    padding: 0 12px;
    margin-bottom: 0;
    scrollbar-width: none;
    border-bottom: unset;
  }

  .gzSliderWrapper .gzSliderNavItems::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent;
  }

  .gzSliderNav .HtmlModuleContent {
    display: grid;
    grid-template-columns: 35% 65%;
    padding: 12px 0;
  }

  .gzSliderWrapper .gzSliderNav .headLine {
    padding: 0 12px;
  }

  .gzSliderNav .HtmlModule {
    padding: 0 30px;
  }
  .gzSliderWrapper .fas.fa-chevron-left.scroll-arrow.scroll-arrow-left,
  .gzSliderWrapper .fas.fa-chevron-right.scroll-arrow.scroll-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: var(--accent-color);
    cursor: pointer;
    display: block;
    z-index: 2;
  }
  .articleContainer .StoryPreviewBox:not(.articleList .StoryPreviewBox),
  .articleContainer .articleList.articleBox .StoryPreviewBox {
    border-bottom: none;
  }

  .StoryPreviewBox:has(.article-border-bottom) {
    padding: unset;
  }

  .StoryPreviewBox .article-border-bottom {
    margin: 10px 0;
  }

  .sideArticleContainer {
    padding: 15px 0;
  }

  .article-border-bottom {
    display: block;
  }
  .ticker-slider .swiper-slide {
    margin-top: unset;
  }

  .categorySplitter {
    border-top: 10px solid
      color-mix(in srgb, var(--misc-color) 10%, transparent);
    margin-top: 10px;
    padding-top: 10px;
  }

  .categorySplitter .headLine {
    border-top: unset;
    margin-top: unset;
    padding: 12px;
  }

  .articleBox .flex-preview > .col-sm-6 {
    padding: 15px;
  }

  .articleBox .flex-preview > .col-sm-6:not(:nth-child(-n + 2)) {
    border-top: 1px solid #ccc;
  }

  .articleBox .flex-preview > .col-sm-6:nth-child(2)::after,
  .articleBox .flex-preview > .col-sm-6:nth-child(5)::after,
  .articleBox .flex-preview > .col-sm-6:nth-child(8)::after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px; /* Starts 10px from top */
    bottom: 15px; /* Ends 10px from bottom */
    width: 1px; /* Border thickness */
    background: #ccc;
  }

  .row:has(> div > .jobsContainer) {
    display: flex;
  }

  .row > div:has(.jobsContainer) {
    flex-grow: 1;
  }

  .jobsContainer {
    border-left: 1px solid
      color-mix(in srgb, var(--misc-color) 35%, transparent);
    border-bottom: 1px solid
      color-mix(in srgb, var(--misc-color) 35%, transparent);
    padding: 12px;
    height: 100%;
  }

  .cyanContainer {
    margin: 20px 0;
  }

  .miscContainer > .ThreeColumnsContainer > .row {
    display: flex;
  }

  .miscContainer > .ThreeColumnsContainer > .row > div {
    flex-grow: 1;
  }

  .miscContainer .miscModule {
    height: 50%;
  }

  .ranking {
    border-left: 1px solid
      color-mix(in srgb, var(--misc-color) 35%, transparent);
    padding-left: 2rem;
  }
}

/*******************************************
* Contentempfehlungen
*********************************************/
.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

/*******************************************
* Paywall Xmas
*********************************************/
.paywall-xmas .tb_pw {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
@media (min-width: 576px) {
  .paywall-xmas .tb_pw_content {
    background: url('/Uploads/Paywall/Goslar/goslarsche-Hintergrund-Winter.png');
    background-size: cover;
  }
}
@media (max-width: 575px) {
  .paywall-xmas .tb_pw_block {
    background: url('/Uploads/Paywall/Goslar/goslarsche-Hintergrund-Winter.png');
    background-size: cover;
  }
  .paywall-xmas .tb_pw_content {
    background-color: #b3d5f2;
  }
}
.paywall-xmas .tb_pw_block:nth-of-type(2) .tb_pw_block_special {
  background: rgb(190, 0, 0);
}
.paywall-xmas .tb_pw_block .tb_pw_block_content {
  margin-bottom: 10px;
}
.paywall-xmas .tb_pw_block:nth-of-type(2) .tb_pw_block_content {
  border: dotted;
  border-width: 5px;
  border-color: rgb(190, 0, 0);
  margin-top: 10px;
}
.paywall-xmas .tb_pw_block .tb_pw_block_infos {
  font-weight: 600;
}
.paywall-xmas .tb_pw_extras {
  font-weight: 600;
}
/* Schneeflocken-Overlay */
.paywall-xmas .tb_pw::before,
.paywall-xmas .tb_pw::after,
.paywall-xmas .tb_pw .snow-layer {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  background-repeat: repeat;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 2px, transparent 3px),
    radial-gradient(circle, rgba(255, 255, 255, 0.8) 3px, transparent 4px),
    radial-gradient(circle, rgba(255, 255, 255, 0.7) 1.5px, transparent 3px);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: background-position;
}
/* Schnellere, größere Flocken (Vordergrund) */
.paywall-xmas .tb_pw::before {
  animation: snowfallFast 15s linear infinite;
  background-size: 200px 200px;
  opacity: 0.9;
}
/* Mittlere Flocken */
.paywall-xmas .tb_pw .snow-layer {
  animation: snowfallMedium 30s linear infinite;
  background-size: 300px 300px;
  opacity: 0.6;
}
/* Kleine, langsame Flocken (Hintergrund) */
.paywall-xmas .tb_pw::after {
  animation: snowfallSlow 50s linear infinite;
  background-size: 400px 400px;
  opacity: 0.4;
}
/* Bewegungsmuster mit Drift */
@keyframes snowfallFast {
  from {
    background-position:
      0 0,
      50px 0,
      100px 0;
  }
  to {
    background-position:
      40px 800px,
      90px 820px,
      140px 830px;
  }
}
@keyframes snowfallMedium {
  from {
    background-position:
      0 0,
      60px 0,
      120px 0;
  }
  to {
    background-position:
      60px 1000px,
      120px 950px,
      180px 980px;
  }
}
@keyframes snowfallSlow {
  from {
    background-position:
      0 0,
      80px 0,
      160px 0;
  }
  to {
    background-position:
      80px 1200px,
      160px 1100px,
      240px 1150px;
  }
}

@media screen and (max-width: 767px) {
  .zweispaltig .flex-preview > div:not(.clear) {
    width: 50%;
  }

  .zweispaltig.articleContainer .StoryPreviewBox {
    border-bottom: none;
  }

  .zweipaltig .StoryPreviewBox {
    border-bottom: 1px dotted
      color-mix(in srgb, var(--misc-color) 60%, transparent) !important;
  }

  .zweispaltig .flex-preview .col-sm-6:nth-child(1),
  .zweispaltig .flex-preview .col-sm-6:nth-child(4) {
    padding-right: 0;
  }

  .zweispaltig .flex-preview .col-sm-6:nth-child(2),
  .zweispaltig .flex-preview .col-sm-6:nth-child(5) {
    padding-left: 0;
  }

  .zweispaltig .flex-preview .col-sm-6:nth-child(1) .StoryPreviewBox > .row,
  .zweispaltig .flex-preview .col-sm-6:nth-child(4) .StoryPreviewBox > .row {
    padding-right: 5px;
  }

  .zweispaltig .flex-preview .col-sm-6:nth-child(2) .StoryPreviewBox > .row,
  .zweispaltig .flex-preview .col-sm-6:nth-child(5) .StoryPreviewBox > .row {
    padding-left: 5px;
  }

  .zweispaltig article.StoryPreviewBox h2.article-heading > a,
  .articleList article.StoryPreviewBox h2.article-heading > a,
  .articleList .DocumentRankingModule .DocumentRankingContentHolder a {
    font-size: 19px;
  }

  .zweispaltig .article-meta {
    display: none;
  }

  .zweispaltig .WatchListIcon {
    display: none;
  }

  .zweispaltig .article-preview {
    display: none;
  }
}

.bltr .StoryPreviewBox > .row > div,
.brtl .StoryPreviewBox > .row > div {
  flex-direction: row !important;
  gap: 1rem;
}

.bltr .StoryPreviewBox > .row > div header h2 a,
.brtl .StoryPreviewBox > .row > div header h2 a {
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .firstArticle article.StoryPreviewBox .PictureContainer figure {
    padding-bottom: unset;
    height: auto;
  }

  .firstArticle img {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .firstArticle .article-heading img {
    aspect-ratio: unset;
    object-fit: unset;
  }
}

@media screen and (max-width: 1399px) {
  #WallpaperBanner:has(#skin_bb) {
    display: none;
  }
  .smart-skin-main {
    display: none;
  }
}

/* Weihnachstfeier Landingpage */

.headerImageDesktop {
  display: none;
}

.headerImage {
  width: 100%;
}

.locationGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  border-radius: 2rem;
  background-color: #f5eee4;
  padding: 2rem;
  position: relative; /* Required for snow overlay */
  overflow: hidden;
}

/* Snowflakes container */
.snowflakes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

/* Individual snowflakes */
/* Snowflakes container stays the same */
.snowflakes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

/* Individual snowflakes */
.snowflake {
  position: absolute;
  top: -20px; /* start higher */
  color: #ffffff; /* bright white */
  font-size: 2rem; /* bigger */
  opacity: 0.9; /* more visible */
  text-shadow:
    0 0 8px #fff,
    0 0 12px #fff; /* glow effect */
  animation: fall linear infinite;
}

/* Random positions and speeds */
.snowflake:nth-child(1) {
  left: 10%;
  animation-duration: 8s;
  animation-delay: 0s;
}
.snowflake:nth-child(2) {
  left: 25%;
  animation-duration: 10s;
  animation-delay: 2s;
}
.snowflake:nth-child(3) {
  left: 40%;
  animation-duration: 12s;
  animation-delay: 4s;
}
.snowflake:nth-child(4) {
  left: 60%;
  animation-duration: 9s;
  animation-delay: 1s;
}
.snowflake:nth-child(5) {
  left: 75%;
  animation-duration: 11s;
  animation-delay: 3s;
}
.snowflake:nth-child(6) {
  left: 90%;
  animation-duration: 13s;
  animation-delay: 5s;
  border:  ;
}

/* Falling animation */
@keyframes fall {
  0% {
    transform: translateY(-20px) rotate(0deg) scale(0.8);
    opacity: 1;
  }
  50% {
    transform: translateY(50vh) rotate(180deg) scale(1);
  }
  100% {
    transform: translateY(100vh) rotate(360deg) scale(0.8);
    opacity: 0.9;
  }
}

.location {
  display: grid;
  gap: 1rem;
  border-radius: 2rem;
  background-color: #fff;
}

.locationImage {
  position: relative;
}

.locationImage img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 2rem 2rem 0 0;
}

.locationImage .booked {
  aspect-ratio: unset;
  object-fit: unset;
  border-radius: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.locationContent {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}

.locationIcon {
  border-radius: 50%;
  width: auto;
  height: 80px;
  margin: auto;
}

.locationIcon > img {
  height: 100%;
  width: auto;
}

.locationText h4 {
  color: #aa1b00;
  margin-top: unset;
}

.locationText h4 > a {
  color: inherit !important;
  border-bottom: none !important;
}

.locationContact {
  display: flex;
  gap: 0.5rem;
}

.locationContact > .locationLink {
  color: #3a662e !important;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  border: 1px solid #3a662e !important;
  transition: 0.4s ease-in-out;
}
.locationContact > .locationLink:hover {
  border: 1px solid white;
  color: white !important;
  background-color: #3a662e;
}

@media screen and (min-width: 768px) {
  .headerImageDesktop {
    display: block;
  }
  .headerImageMobile {
    display: none;
  }
}
.locationHours {
  margin: 15px 0;
}

.hoursToggle {
  width: 100%;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  padding: unset;
}

.hoursToggle i {
  transition: transform 0.3s ease;
}

.hoursContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.hoursContent p {
  padding: 10px 0;
  margin: 0;
}

/* Wenn geöffnet */
.hoursOpen .hoursContent {
  max-height: 200px;
}

.hoursOpen .hoursToggle i {
  transform: rotate(180deg);
}

@media screen and (max-width: 1399px) {
  #WallpaperBanner:has(#skin_bb) {
    display: none;
  }
  .smart-skin-main {
    display: none;
  }
}

/* Paywall Newyear */

.paywall-newyear .tb_pw {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: white;
}

.paywall-newyear .tb_pw_block_header,
.paywall-newyear .tb_pw_block_price {
  color: #009ee0;
}

.paywall-newyear .tb_pw_block_link {
  background-color: #009ee3;
  border-bottom: none !important;
}

.paywall-newyear .tb_pw_block::after {
  background-color: white;
}

.paywall-newyear .tb_pw_block:nth-of-type(1) {
  background: url('/Uploads/Paywall/Feuerwerk-v1.gif');
}
.paywall-newyear .tb_pw_block:nth-of-type(2) {
  background: url('/Uploads/Paywall/Feuerwerk-v2.gif');
}
.paywall-newyear .tb_pw_block:nth-of-type(3) {
  background: url('/Uploads/Paywall/Feuerwerk-v3.gif');
}
@media (min-width: 576px) {
  .paywall-newyear .tb_pw_content {
    background: black;
  }
}
@media (max-width: 575px) {
  .paywall-newyear .tb_pw_content {
    background-color: black;
  }
}
.paywall-newyear .tb_pw_block:nth-of-type(2) .tb_pw_block_special {
  background: rgb(190, 0, 0);
  color: white;
}
.paywall-newyear .tb_pw_block .tb_pw_block_content {
  margin: 10px 0;
}
.paywall-newyear .tb_pw_block:nth-of-type(2) .tb_pw_block_content {
  border: dotted;
  border-width: 5px;
  border-color: rgb(190, 0, 0);
  margin-top: 10px;
}
.paywall-newyear .tb_pw_block .tb_pw_block_infos {
  font-weight: 600;
}
.paywall-newyear .tb_pw_extras {
  font-weight: 600;
}

/* Paywall New Design */

.paywallContainerLight {
  margin: 2rem auto;
  font-size: 14px;
  max-width: 600px;
  box-shadow: 0px 0px 25px 5px rgba(0, 51, 76, 0.5);
  padding: 25px 15px;
}

.paywallContainerLight h1,
.paywallContainerLight h2,
.paywallContainerLight h3,
.paywallContainerLight h4,
.paywallContainerLight h5,
.paywallContainerLight h6 {
  margin: 0;
}

.paywallContainerLight .paywallContainerMessage {
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
}

.paywallContainerLight .paywallContainerMessage p {
  margin-bottom: 15px;
  font-size: 1.8em;
}

.paywallContainerLight .paywallContainerMessage img {
  height: 33px;
}

.paywallContainerLight .paywallOffers {
  display: grid;
  gap: 10px;
}

.paywallContainerLight .card {
  transition: transform 0.1s ease-in-out;
  display: flex;
  flex-direction: column;
}

.paywallContainerLight .card.special {
  grid-row: 1;
}

.paywallContainerLight .card.special:hover,
.paywallContainerLight .card:not(.special) .cardContent:hover {
  box-shadow: 0px 0px 25px 5px rgba(0, 51, 76, 0.5);
  transform: scale(1.0075);
}

.paywallContainerLight .cardInfo {
  font-size: 1.5em;
  text-align: center;
  padding: 10px 0;
  color: white;
}

.paywallContainerLight .card:not(.special) .cardInfo {
  display: none;
}

.paywallContainerLight .card.special .cardInfo {
  background-color: var(--gzalert);
}

.paywallContainerLight .cardContent {
  border: 2px solid var(--gzlight);
  height: 100%;
  padding: 0px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: rgba(0, 158, 227, 0.1); */
}

.paywallContainerLight .card.special .cardContent {
  border-color: var(--gzalert);
  /* background-color: rgba(227, 69, 0, 0.1); */
}

.paywallContainerLight .cardHead {
  margin: 30px 0;
  display: flex;
  align-items: center;
  width: 100%;
}

.paywallContainerLight .cardHead i {
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}

.paywallContainerLight .card:has(.collapse.visible) .cardHead i {
  transform: rotate(180deg);
}

.paywallContainerLight .cardHeader {
  font-size: 2.25em;
  color: var(--gzlight);
  width: 100%;
}

.paywallContainerLight .card.special .cardHeader {
  color: var(--gzalert);
}

.paywallContainerLight .cardHeader span {
  font-size: 18px;
  display: block;
  color: black;
}

.paywallContainerLight .cardPrice {
  font-size: 1.75em;
  min-width: fit-content;
  white-space: nowrap;
  text-align: right;
  color: var(--gzlight);
}

.paywallContainerLight .card.special .cardPrice {
  color: var(--gzalert);
}

.paywallContainerLight .cardPriceInfo {
  font-size: 1.1em;
  display: none;
  color: black;
}

.paywallContainerLight .collapse {
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.paywallContainerLight .collapse.visible {
  max-height: 400px;
  height: fit-content;
  transition: all 0.5s ease-in-out;
}

.paywallContainerLight .collapse.visibe .paywallContainerLight .collapse p {
  flex-grow: 1;
  font-size: 1.2em;
}

.paywallContainerLight .advantages {
  list-style: none;
  flex-grow: 1;
  width: 100%;
  padding-left: 40px;
}

.paywallContainerLight .advantages li {
  font-size: 1.2em;
  margin: 10px 0;
  position: relative;
}

.paywallContainerLight .advantages li::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  position: absolute;
  left: -25px;
  color: var(--gzlight);
}

.paywallContainerLight .card.special .advantages li::before {
  color: var(--gzalert);
}

.paywallContainerLight .paywallButton {
  border-color: var(--gz);
  background: var(--gzlight);
  border-radius: 10px;
  color: white !important;
  padding: 10px 5px;
  font-size: 1.25em;
  width: 95%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  border-bottom: unset !important;
  text-decoration: none !important;
}

.paywallContainerLight .paywallButton:hover {
  background-color: #1abaff;
  cursor: pointer;
}

.paywallContainerLight .card.special .paywallButton {
  background-color: var(--gzalert);
}

.paywallContainerLight .card.special .paywallButton:hover {
  background-color: #ff540a;
}

.paywallContainerLight .bold {
  font-weight: bold;
}

.paywallContainerLight .paywallMore {
  margin-top: 20px;
  line-height: 1.5;
}

.paywallContainerLight .paywallMore p {
  text-align: center;
  font-size: 1.5em;
}

.paywallContainerLight .paywallMore .paywallLink {
  color: var(--gzlight) !important;
  position: relative;
  text-decoration: none !important;
  font-weight: bold;
  border-bottom: none !important;
}

.paywallContainerLight .paywallMore .paywallLink::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--gzlight);
  transition: width 0.3s ease-in-out;
}

.paywallContainerLight .paywallMore .paywallLink:hover::after {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .paywallContainerLight {
    font-size: 16px;
    width: fit-content;
    border-radius: 2em;
    padding: 25px 50px;
    max-width: unset;
  }

  .paywallContainerLight .paywallContainerMessage {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .paywallContainerLight .card {
    border-radius: 2rem;
    position: relative;
  }

  .paywallContainerLight .cardInfo {
    font-size: 2em;
  }

  .paywallContainerLight .card:not(.special) .cardInfo {
    display: block;
  }

  .paywallContainerLight .cardHead {
    align-items: center;
    text-align: center;
  }

  .paywallContainerLight .cardHeader {
    font-size: 2.5em;
    width: fit-content;
    margin-bottom: 10px;
  }

  .paywallContainerLight .cardPriceContainer {
    margin-left: auto;
  }

  .paywallContainerLight .cardContent {
    border-radius: 2rem;
    position: relative;
  }

  .paywallContainerLight .card:hover .paywallButton {
    background-color: #1abaff;
  }

  .paywallContainerLight .card.special:hover .paywallButton {
    background-color: #ff540a;
  }

  .paywallContainerLight .card .cardLink {
    position: absolute;
    height: 100%;
    width: 100%;
    text-decoration: none !important;
    color: transparent !important;
    background: transparent !important;
    border-bottom: unset !important;
    z-index: 100;
  }

  .paywallContainerLight .card.special .cardInfo {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .paywallContainerLight .card.special .cardContent {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .paywallContainerLight .cardPrice {
    font-size: 2em;
  }

  .paywallContainerLight .cardPriceInfo {
    display: block;
  }

  /* .paywallContainerLight .collapse {
    max-height: unset;
    height: 100%;
  } */
}
