/*Layout GZWeb Breadcrumb*/
:root {
  --gz: #00334c;
  --gzlight: #009ee3;
}

body {
  /*PMODIF JST 2024-06-04 removed zerstört mobile layout*/
  /*display: flex;
  flex-direction: column;*/
}

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;
}

.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;
}

.paywallContainerNew .paywallContainerMessage p {
  margin-bottom: 15px;
  font-size: 2em;
}

.paywallContainerNew .paywallOffers {
  display: grid;
  grid-template-rows: repeat(3, auto);
  gap: 10px;
}

.paywallContainerNew .card {
  color: white;
  transition: transform 0.1s ease-in-out;
  display: flex;
  flex-direction: column;
}

.paywallContainerNew .card.special {
  grid-row: 3;
}

.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 .bluebg {
  background-color: var(--gzlight);
}

.paywallContainerNew .cardContent {
  border: 1px solid var(--gzlight);
  height: 100%;
  padding: 0px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.paywallContainerNew .cardHead {
  margin: 30px 0;
  display: flex;
  align-items: center;
  width: 100%;
}

.paywallContainerNew .cardHead i {
  margin-left: 5px;
}

.paywallContainerNew .cardHeader {
  font-size: 2.25em;
  color: var(--gzlight);
  width: 100%;
}

.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 .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;
  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: 100%;
    border-radius: 2em;
    padding: 25px 50px;
    max-width: unset;
  }

  .paywallContainerNew .paywallContainerMessage {
    margin-bottom: 25px;
  }

  .paywallContainerNew .paywallOffers {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 50px;
  }

  .paywallContainerNew .card {
    border-radius: 2rem;
    position: relative;
  }

  .paywallContainerNew .card.special {
    grid-row: 1;
    grid-column: 2;
  }

  .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;
  }

  .paywallContainerNew .cardContent {
    border-radius: 2rem;
    position: relative;
  }

  .paywallContainerNew .card:hover .paywallButton {
    background-color: #1abaff;
  }

  .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 .bluebg {
    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;
  }

  .paywallContainerNew .collapse {
    max-height: unset;
    height: 100%;
  }
}
