:root {
  --tb: #00334c;

  --tblight: #009ee3;
  --tbalert: #e34500;
}

/*Plus ausblenden HUP-Update*/
/* span.plus-tb {
  display: none !important;
} */

/* .headLine {
  background-color: #009ee3 !important;
} */

/* Header */

.TopNavigation {
  padding: 1rem 0;
}

.article-compact {
  padding-top: 5px;
}

.navbar-toggle {
  margin-right: unset;
}

.WcmsFooter {
  background-color: #009ee3 !important;
}

.StoryShowInfoArea a.AddToWatchListLink {
  background-color: #009ee3;
}

.DocCommentModule .WebStoryComment .comment-avatar {
  background-color: #009ee3;
}

.DocCommentModule .WebStoryComment .DocCommentModulePseudonym {
  color: #009ee3;
}

.btn-primary {
  background-color: #009ee3 !important;
}

/*******************************************
* breadcrumb
*********************************************/
ol.breadcrumb {
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  padding: 5px 0;
}

.breadcrumb > li + li::before {
  content: '> ';
}

.navbar {
  margin-bottom: 5px;
}

.bg-green {
  background-color: green;
}

.bg-red {
  background-color: red;
}

.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';
}

/*******************************************
* side Container with grey background
*********************************************/

.greyAsideContainer .HtmlModule {
  background-color: #fafafa;
}

@media only screen and (min-width: 768px) {
  .greyAsideContainer .HtmlModule {
    background-clip: content-box;
  }
}

.greyAsideContainer .HtmlModule > .HtmlModuleContent {
  padding-left: 15px;
  padding-right: 15px;
}

/*******************************************
* formatting list with download Symbols
*********************************************/

.downloadList ul {
  list-style-type: none;
  padding-left: 0;
}

.downloadList ul li i {
  margin-right: 0.5em;
}

.downloadList ul li {
  margin-left: 1em;
  text-indent: -0.75em;
}

.downloadList ul li:not(:first-child) {
  margin-top: 0.5em;
}

/*******************************************
* 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;
  /* border: 1px solid #00334C; */
  flex-grow: 1;
}

.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;
}

@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;
}
.tbabo_paywall-cta {
  color: #fff;
  /* background: #00334c; */
  background: #009ee3;

  text-align: center;
  padding: 0.5em;
}
.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;
  }
}

.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;
}

/* 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;
}

.WcmsFooter .WcmsModule a {
  border-bottom: unset !important;
}

/*******************************************
* 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: 768px) {
  .bootstrap4Container .col-md-3 {
    width: 25%;
  }

  .bootstrap4Container .row {
    display: flex;
  }
}

@media (min-width: 992px) {
  .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;
  }

  .MarketSearchResult thead {
    display: unset;
  }

  .MarketSearchResult tr td:nth-child(3) {
    border-top: 1px solid #ddd;
  }

  .MarketSearchResult table {
    table-layout: unset;
  }
}
.tb_pw {
  padding: 0 0.5rem;
  overflow: hidden;
  --tbmain-color: #00334c;
  --tbsecondary-color: #009ee0;
  font-size: 16px;
  margin: auto;
}

.tb_pw_header {
  text-transform: uppercase;
  text-align: center;
  margin: 0.5rem 0;
  font-size: 2.25em;
}

.tb_pw > p {
  text-align: center;
}

.tb_pw_content {
  background-color: #e6e6e6;
  display: grid;
  justify-items: center;
  overflow: hidden;
  margin: 1em 0;
  padding-top: 2vw;
}

.tb_pw_blocks {
  display: grid;
  width: 100%;
}

/* .tb_pw_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  gap: 0.75em;
  position: relative;
} */

/* .tb_pw_block::after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
} */

.tb_pw_block_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  gap: 0.75em;
}

.tb_pw_block_special {
  flex-grow: 1;
}

.tb_pw_block {
  position: relative;
  display: flex;
  flex-direction: column;
}

.tb_pw_block::after {
  content: '';
  width: 100vw;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
}

.tb_pw_block:nth-of-type(2) {
  grid-row: 1;
}

.tb_pw_extras {
  padding: 1em 0;
  margin-left: 2em;
}

.tb_pw_block_price_wrapper {
  text-align: center;
}

.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_block_header {
  color: var(--tbmain-color);
  font-size: 1.25em;
  margin: 0;
}

.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_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_details {
  flex-grow: 1;
}

.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_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;
}

@media screen and (min-width: 576px) {
  .tb_pw_blocks {
    grid-template-columns: repeat(3, 1fr);
  }

  .tb_pw_block_content {
  }

  .tb_pw_block:nth-of-type(2) {
    grid-row: unset;
  }

  .tb_pw_block:nth-of-type(2) .tb_pw_block_content {
    border-left: 1px solid;
    border-right: 1px solid;
  }
}

@media screen and (min-width: 992px) {
  .tb_pw_extras {
    display: flex;
    gap: 5vw;
    margin: unset;
  }
}

/********************************************/

: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,
.preview-module .preview-doc .preview-heading,
.DocumentRankingModule .DocumentRankingContentHolder a {
  color: var(--header-color);
}

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(#medium_rectancle_1),
.WcmsModule:has(#medium_rectancle_2),
.WcmsModule:has(#medium_rectancle_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 {
    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:nth-child(-n + 3) {
    border-bottom: 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/v1062-103a.svg');
  }
}
@media (max-width: 575px) {
  .paywall-xmas .tb_pw_block {
    background: url('/Uploads/Paywall/v1062-103a.svg');
  }
  .paywall-xmas .tb_pw_content {
    background-color: #bdcebe;
  }
}
.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;
  }
}

@media screen and (max-width: 1399px) {
  #WallpaperBanner:has(#skin_bb) {
    display: none;
  }
  .smart-skin-main {
    display: none;
  }
}

/* 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(--tbalert);
}

.paywallContainerLight .cardContent {
  border: 2px solid var(--tblight);
  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(--tbalert);
  /* 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(--tblight);
  width: 100%;
}

.paywallContainerLight .card.special .cardHeader {
  color: var(--tbalert);
}

.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(--tblight);
}

.paywallContainerLight .card.special .cardPrice {
  color: var(--tbalert);
}

.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(--tblight);
}

.paywallContainerLight .card.special .advantages li::before {
  color: var(--tbalert);
}

.paywallContainerLight .paywallButton {
  /* border-color: var(--tb); */
  background: var(--tblight);
  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(--tbalert);
}

.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(--tblight) !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(--tblight);
  transition: width 0.3s ease-in-out;
}

.paywallContainerLight .paywallMore .paywallLink:hover::after {
  width: 100%;
}

.paywallContainerLight .temp .cardContent {
  border: 2px solid #17b532;
}

.paywallContainerLight .temp .cardHeader {
  color: #17b532;
}

.paywallContainerLight .temp .cardPrice {
  color: #17b532;
}

.paywallContainerLight .temp .advantages li::before {
  color: #17b532;
}

.paywallContainerLight .temp .paywallButton {
  background: #17b532;
}

.paywallContainerLight .temp .paywallButton:hover {
  background-color: #17b532;
}



@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 .temp:hover .paywallButton {
    background-color: #17b532;
  }

  .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%;
  } */
}
