.irs {
  position: relative;
  display: block;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0px;
  width: 0px;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0px;
  width: 0px;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0px;
}

.irs-max {
  right: 0px;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 20px;
}

.irs-hidden-input {
  overflow: hidden;
  position: absolute !important;
  display: block !important;
  top: 0px !important;
  left: 0px !important;
  width: 0px !important;
  height: 0px !important;
  font-size: 0px !important;
  line-height: 0 !important;
  padding: 0px !important;
  margin: 0px !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: rgb(225, 228, 233);
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: rgb(237, 85, 101);
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0px 0px 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgb(225, 228, 233);
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0px;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: rgb(218, 68, 83);
}

.irs--flat .irs-handle:hover > i:first-child {
  background-color: rgb(164, 53, 64);
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0px;
  padding: 1px 3px;
  color: rgb(153, 153, 153);
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: rgb(225, 228, 233);
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: rgb(237, 85, 101);
  border-radius: 4px;
}

.irs--flat .irs-from::before,
.irs--flat .irs-to::before,
.irs--flat .irs-single::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0px;
  height: 0px;
  margin-left: -3px;
  overflow: hidden;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(237, 85, 101) transparent transparent;
  border-image: initial;
}

body .page-container .container-center {
  width: 80%;
}

header.header-container .header-wrapper {
  width: 95%;
}

@media (max-width: 520px) {
  body .page-container .container-center {
    width: 100%;
  }
  header.header-container .header-wrapper {
    width: 100%;
  }
}

.comments-section {
  margin-top: 80px;
  border-top: 1px solid rgb(238, 238, 238);
  box-shadow: rgba(13, 13, 13, 0.43) 0px 4px 20.9px 3.1px;
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
  margin-bottom: 40px !important;
}

.comments-header {
  background: rgb(65, 103, 178);
  color: rgb(255, 255, 255);
  font-family: "Work Sans", sans-serif, serif;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 16px;
  margin-bottom: 0px;
}

.comment-box {
  display: flex;
  align-items: center;
  padding: 12px 14px 4px;
  gap: 10px;
  position: relative;
  flex-wrap: wrap;
}

.comment-input {
  flex: 1 1 0%;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 20px;
  padding: 8px 16px;
  font-family: "Work Sans", sans-serif, serif;
  font-size: 13px;
  color: rgb(153, 153, 153);
  outline: none;
  min-width: 150px;
}

.enviar-link {
  font-family: "Work Sans", sans-serif, serif;
  font-size: 13px;
  color: rgb(26, 82, 118);
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  text-align: right;
  padding-right: 4px;
  padding-bottom: 8px;
}

.comments-list {
  padding: 8px 0px;
}

.comment {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.main-comment {
  padding: 10px 14px;
}

.reply-comment {
  padding: 8px 0px;
}

.cmt-avatar-main {
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: rgb(204, 204, 204);
  width: 38px !important;
  height: 38px !important;
}

.cmt-avatar-reply {
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: rgb(204, 204, 204);
  width: 32px !important;
  height: 32px !important;
}

.comment-body {
  flex: 1 1 0%;
  font-family: "Work Sans", sans-serif, serif;
  font-size: 13px;
  line-height: 1.5;
  color: rgb(34, 34, 34);
}

.reply-body {
  background: rgb(240, 242, 245);
  border-radius: 10px;
  padding: 8px 12px;
}

.cmt-name {
  font-weight: 700;
  color: rgb(26, 82, 118);
  margin-right: 4px;
  display: inline;
}

.cmt-text {
  color: rgb(34, 34, 34);
  display: inline;
}

.cmt-actions {
  font-size: 12px;
  color: rgb(85, 85, 85);
  margin-top: 5px;
  font-weight: 500;
}

.cmt-time {
  color: rgb(136, 136, 136);
  font-weight: 400;
}

.replies {
  margin-top: 8px;
  padding-left: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media (max-width: 480px) {
  .cmt-avatar-main {
    width: 32px !important;
    height: 32px !important;
  }
  .cmt-avatar-reply {
    width: 28px !important;
    height: 28px !important;
  }
  .comment-body,
  .reply-body {
    font-size: 12px;
  }
  .cmt-actions {
    font-size: 11px;
  }
}

* {
  transition: none 0s ease 0s !important;
  scroll-behavior: auto !important;
}
.lander-form-wrapper {
  margin: 0px auto;
  max-width: 700px;
  width: 100%;
  border: 0px;
  border-radius: 6px;
}

.lander-form-header {
  font-size: 30px;
  margin: 0px;
  padding: 30px 20px;
  letter-spacing: 1px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.lander-form-wrapper {
  box-shadow: rgba(13, 13, 13, 0.43) 0px 4px 20.9px 3.1px;
}

.lander-form-header {
  font-weight: 700;
  background: rgb(27, 117, 187);
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.card {
  width: 100%;
  margin: 40px auto;
  background: rgb(255, 255, 255);
  border-radius: 48px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 25px 0px;
}

.charts {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
  min-height: 220px;
  gap: 60px;
}

.chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 180px;
  width: 100%;
  min-width: 60px;
}

.bar {
  width: 100%;
  background: rgb(45, 116, 173);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 10px;
}

@media (max-width: 400px) {
  .bar {
    width: 60px;
  }
}

.bar.small {
  height: 80px;
}

.bar.big {
  height: 140px;
}

.value {
  font-weight: bold;
  color: rgb(45, 116, 173);
  font-size: clamp(18px, 4vw, 32px);
}

.label {
  font-size: clamp(14px, 2.5vw, 20px);
  color: rgb(102, 102, 102);
}

.info {
  margin-top: 20px;
}

.row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0px;
  border-bottom: 1px dashed rgb(204, 204, 204);
}

.result {
  margin-top: 20px;
  background: rgb(45, 116, 173);
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 15px;
  font-size: 16px;
  border-radius: 30px;
  font-weight: bold;
}

.result span {
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 480px) {
  .bar {
    width: 40px;
  }
}

.irs--flat .irs-line {
  background: linear-gradient(
    90deg,
    rgb(27, 117, 187) 0%,
    rgb(0, 247, 255) 100%
  );
  height: 8px;
}

.irs-handle.single {
  background: linear-gradient(
    90deg,
    rgb(27, 117, 187) 0%,
    rgb(0, 247, 255) 100%
  );
  z-index: 10;
  cursor: pointer;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  border: 4px solid rgb(255, 255, 255) !important;
  top: 14px !important;
}

.irs--flat .irs-from::before,
.irs--flat .irs-to::before,
.irs--flat .irs-single::before {
  display: none !important;
}

.irs--flat .irs-bar {
  background: rgb(27, 117, 187) !important;
  height: 8px !important;
}

.irs-single {
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    rgb(27, 117, 187) 0%,
    rgb(0, 247, 255) 100%
  ) !important;
  top: -5px !important;
}

.irs--flat .irs-handle > i:first-child {
  display: none !important;
}

.row span:first-child {
  display: flex;
  gap: 4px;
  align-items: center;
}

#dailyText,
#monthlyText {
  color: rgb(27, 117, 187);
  font-weight: 900;
}
.tp-modal
  .tp-iframe-wrapper.piano-id-modal-ver-2
  .tp-close.tp-active:focus-visible {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-image: initial;
  border-left: 1px solid rgba(15, 15, 21, 0.06);
  opacity: 1;
  box-shadow: none;
}

.tp-modal
  .tp-iframe-wrapper.piano-id-modal-ver-2
  .tp-close.tp-active:focus-visible::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid rgb(59, 103, 178);
  position: absolute;
  top: 19px;
  left: 18px;
  display: inline-block;
}

.carodaLibraryFloatingContainer:has(.carodaBannerOuterContainer) {
  width: auto !important;
}

.carodaLibraryFloatingContainer.carodaLibraryFloatingContainerVisible:has(
    iframe,
    img
  ) {
  min-height: unset;
  pointer-events: auto;
  visibility: visible;
}

.carodaLibraryFloatingContainer.carodaLibraryFloatingContainerVisible:has(
    iframe,
    img
  )
  .adLoaded:not(.carodaHidden) {
  visibility: unset !important;
}

.carodaProtectiveLayer:has(
  .carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-top
) {
  transform: translateY(-100%);
  top: 30px;
}

.carodaProtectiveLayer:has(
    .carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-top
  )
  .carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-top {
  transform: unset;
}

.carodaProtectiveLayer:has(
  .carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-top.carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-center
) {
  left: 50%;
  right: unset;
  transform: translate(-50%, -100%);
}

.carodaProtectiveLayer:has(
    .carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-top.carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-center
  )
  .carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-top.carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-center {
  left: unset;
  right: unset;
  transform: unset;
}

.carodaProtectiveLayer:has(
  .carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-bottom.carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-center
) {
  bottom: 30px;
  left: 50%;
  right: unset;
  transform: translate(-50%, 100%);
}

.carodaProtectiveLayer:has(
    .carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-bottom.carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-center
  )
  .carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-bottom.carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-center {
  bottom: unset;
  left: unset;
  right: unset;
  transform: unset;
}

.carodaProtectiveLayer:has(
  .carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-bottom
) {
  bottom: 30px;
  transform: translateY(100%);
}

.carodaProtectiveLayer:has(
    .carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-bottom
  )
  .carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-bottom {
  bottom: unset;
  transform: unset;
}

.carodaProtectiveLayer:has(
  .carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-left
) {
  left: -30px;
  right: unset;
}

.carodaProtectiveLayer:has(
    .carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-left
  )
  .carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-left {
  left: unset;
  right: unset;
}

.carodaProtectiveLayer:has(
  .carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-right
) {
  left: unset;
  right: -30px;
}

.carodaProtectiveLayer:has(
    .carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-right
  )
  .carodaLibraryCloseButton.carodaLibraryCloseButtonPosition-right {
  left: unset;
  right: unset;
}
#div-gpt-ad-aktuality-desktop-screen-top {
  margin: 10px 0px;
}
body,
h1,
h2,
h3,
html,
li,
ol,
p,
ul {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3 {
  font-size: 100%;
}

ul {
  list-style: none;
}

button {
  margin: 0px;
}

button:focus {
  outline: none;
}

html {
  box-sizing: border-box;
  scroll-padding-top: calc(50% - 200px);
}

*,
::after,
::before {
  box-sizing: inherit;
}

img {
  height: auto;
  max-width: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
}

article,
aside,
header,
section {
  display: block;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a,
a:hover {
  color: rgb(0, 0, 0);
}

a:hover {
  text-decoration: underline;
}

img {
  height: auto;
  max-width: 100%;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

body {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  min-width: 320px;
}

.page-container {
  position: relative;
}

main {
  margin-top: 10px;
}

@media (max-width: 767px) {
  main {
    margin-top: 0px;
  }
}

ul {
  list-style-type: none;
}

.container {
  display: flex;
  margin: 0px auto;
  max-width: 1220px;
  padding: 0px 10px;
  position: relative;
}

.container-full-flex {
  display: flex;
  max-width: 100%;
  position: relative;
}

.header-icon,
.rs-logo {
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: inline-block;
  font-size: 0px;
  text-indent: -99999px;
}

.rs-logo.rs-logo-aktuality-30 {
  background-image: url("/img/logo_aktuality.293b24e2.svg");
  height: 30px;
  width: 145.53px;
}

#page-menu-overlay {
  background-color: rgb(30, 34, 39);
  display: none;
  height: 100%;
  opacity: 0.85;
  position: absolute;
  width: 100%;
  z-index: 190;
}

@media (min-width: 320px) and (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .tablet-hidden {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .desktop-hidden {
    display: none !important;
  }
}

.tiny-clear {
  clear: both;
  content: "";
  display: block;
}

.rs-logo {
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: inline-block;
  font-size: 0px;
  text-indent: -99999px;
}

.rs-logo.rs-logo-aktuality-20 {
  height: 20px;
  width: 97.02px;
}

.rs-logo.rs-logo-aktuality-20.visible {
  background-image: url("/img/logo_aktuality.293b24e2.svg");
}

.rs-logo.rs-logo-aktuality-25 {
  height: 25px;
  width: 121.275px;
}

.rs-logo.rs-logo-aktuality-25.visible {
  background-image: url("/img/logo_aktuality.293b24e2.svg");
}

.rs-logo.rs-logo-aktuality-30 {
  height: 30px;
  width: 145.53px;
}

#ad-aktuality-responsive-sticky {
  bottom: 0px;
  left: 0px;
  position: fixed;
  right: 0px;
  z-index: 150;
}

#ad-aktuality-responsive-sticky .rs-advertisement-aktuality-responsive-sticky {
  background-color: rgb(43, 49, 56);
}

.section-row-1 {
  grid-row-start: 1;
}
@media (max-width: 767px) {
  .section-order--3 {
    order: -30;
  }
  .section-order--1 {
    order: -10;
  }
}
header.header-container {
  background-color: rgb(255, 255, 255);
  line-height: 26px;
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 1001;
}

header.header-container .header-wrapper {
  align-items: center;
  background-color: rgb(255, 255, 255);
  height: 65px;
  justify-content: space-between;
  margin: 0px auto;
  max-width: 1440px;
  min-width: 0px;
  padding: 0px 1.5%;
}

@media (max-width: 1023px) {
  header.header-container .header-wrapper {
    height: 60px;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  header.header-container .header-wrapper {
    justify-content: space-between;
    padding: 0px 10px;
  }
}

header.header-container .header-wrapper .menu-dropdown {
  border: 1px solid rgb(219, 219, 219);
  border-radius: 4px;
  cursor: pointer;
  display: none;
  height: 32px;
  left: 10px;
  padding: 8px 6px;
  position: absolute;
  width: 32px;
}

@media (max-width: 1023px) {
  header.header-container .header-wrapper .menu-dropdown {
    display: block;
  }
}

@media (max-width: 767px) {
  header.header-container .header-wrapper .menu-dropdown {
    left: 0px;
    position: relative;
    top: auto;
    transform: none;
  }
}

header.header-container .header-wrapper .menu-dropdown .menu-icon {
  background-image: url("/img/hamburger.b47e9395.svg");
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
}

header.header-container .header-wrapper .header-logo-wrapper {
  flex-shrink: 0;
  font-size: 0px;
  padding-right: 30px;
}

header.header-container .header-wrapper .header-logo-wrapper .rs-logo {
  background-position: 50% center;
  display: block;
}

@media (max-width: 767px) {
  header.header-container .header-wrapper .header-logo-wrapper .rs-logo {
    height: auto;
    max-width: 127px;
  }
}

@media (max-width: 1023px) {
  header.header-container .header-wrapper .header-logo-wrapper {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  header.header-container .header-wrapper .header-logo-wrapper {
    margin-right: 85px;
  }
}

header.header-container .header-wrapper .flex-wrapper {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  min-width: 0px;
}

@media (max-width: 767px) {
  header.header-container .header-wrapper .flex-wrapper {
    display: none;
  }
}

header.header-container .header-wrapper .main-menu-wrapper {
  align-items: center;
  display: flex;
  white-space: nowrap;
}

header.header-container .header-wrapper .main-menu-wrapper .menu-item {
  align-items: center;
  display: flex;
  padding: 0px 12px;
  position: relative;
}

header.header-container
  .header-wrapper
  .main-menu-wrapper
  .menu-item
  .menu-link {
  cursor: pointer;
  display: block;
  font-size: 0px;
  position: relative;
  text-transform: uppercase;
}

header.header-container
  .header-wrapper
  .main-menu-wrapper
  .menu-item
  .menu-link
  .text {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}

header.header-container
  .header-wrapper
  .main-menu-wrapper
  .menu-item
  .menu-link
  .arrow-down-icon {
  display: none;
  height: 6px;
  margin-left: 3px;
  position: relative;
  top: 10px;
  vertical-align: top;
  width: 11px;
}

header.header-container
  .header-wrapper
  .main-menu-wrapper
  .menu-item
  .menu-link
  .triangle {
  bottom: -80%;
  display: none;
  left: 50%;
  transform: translateX(-70%);
}

header.header-container
  .header-wrapper
  .main-menu-wrapper
  .menu-item
  .menu-link.more
  .arrow-down-icon {
  display: inline-block;
}

header.header-container
  .header-wrapper
  .main-menu-wrapper
  .menu-item
  .menu-link:active,
header.header-container
  .header-wrapper
  .main-menu-wrapper
  .menu-item
  .menu-link:hover {
  text-decoration: none;
}

header.header-container
  .header-wrapper
  .main-menu-wrapper
  .menu-item
  .menu-link:active
  .text,
header.header-container
  .header-wrapper
  .main-menu-wrapper
  .menu-item
  .menu-link:hover
  .text {
  text-decoration: underline;
}

@media (min-width: 1440px) {
  header.header-container .header-wrapper .main-menu-wrapper .menu-item {
    padding: 0px 18px;
  }
}

header.header-container
  .header-wrapper
  .header-premium-button-container
  #tp-header-btn-template {
  height: 35px;
  overflow: hidden;
  width: 128px;
}

header.header-container
  .header-wrapper
  .header-premium-button-container
  #tp-header-btn-template
  .tp-container-inner {
  height: 35px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  header.header-container .header-wrapper .header-premium-button-container {
    margin-top: 0px;
    position: absolute;
    right: 120px;
  }
}

@media (max-width: 767px) {
  header.header-container .header-wrapper .header-premium-button-container {
    right: 45px;
  }
  header.header-container
    .header-wrapper
    .header-premium-button-container
    #tp-header-btn-template {
    width: 85px;
  }
}

header.header-container .header-wrapper .right-menu-wrapper {
  flex-shrink: 0;
  height: 35px;
  padding-left: 20px;
  width: 134px;
}

@media (max-width: 1023px) {
  header.header-container .header-wrapper .right-menu-wrapper {
    height: auto;
    padding-left: 0px;
    position: absolute;
    right: 10px;
    width: auto;
  }
}

@media (max-width: 767px) {
  header.header-container .header-wrapper .right-menu-wrapper {
    padding-right: 5px;
    position: relative;
    right: 0px;
  }
}

header .more-item-wrapper {
  padding: 0px 11.5px;
  position: relative;
}

header .more-item-wrapper .menu-link {
  color: rgb(0, 0, 0);
  cursor: pointer;
  display: none;
  font-size: 0px;
  min-width: 45px;
  text-transform: uppercase;
  vertical-align: top;
}

header .more-item-wrapper .menu-link .text {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}

header .more-item-wrapper .menu-link:active,
header .more-item-wrapper .menu-link:hover {
  text-decoration: none;
}

header .more-item-wrapper .menu-link:active .text,
header .more-item-wrapper .menu-link:hover .text {
  text-decoration: underline;
}

header .more-item-wrapper .submenu-wrapper {
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  left: -40px;
  padding: 10px 15px;
  position: absolute;
  top: 30px;
  visibility: hidden;
  width: 150px;
  z-index: 300;
}

header .more-item-wrapper .submenu-wrapper .menu-item {
  padding: 5px 0px;
}

header .more-item-wrapper .submenu-wrapper .menu-item .menu-link {
  display: block;
}

header.header-container .menu-container {
  background: linear-gradient(90deg, rgb(43, 49, 56), rgb(53, 61, 69) 75%);
  height: 35px;
}

header.header-container .menu-container .menu-wrapper {
  align-items: center;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  min-width: 0px;
}

header.header-container .menu-container .menu-wrapper .menu-list {
  align-items: center;
  display: flex;
  height: 100%;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list.manual-list
  .menu-item {
  min-width: 0px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list.manual-list
  .menu-item:first-child {
  padding-left: 0px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list.manual-list
  .menu-item:last-child {
  padding-right: 0px;
}

@media (max-width: 767px) {
  header.header-container
    .menu-container
    .menu-wrapper
    .menu-list.manual-list
    .menu-item {
    white-space: nowrap;
  }
  header.header-container
    .menu-container
    .menu-wrapper
    .menu-list.manual-list
    .menu-item:first-child {
    flex: 0 0 auto;
  }
}

@media (max-width: 1023px) {
  header.header-container .menu-container .menu-wrapper .menu-list.manual-list {
    flex-grow: 1;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  header.header-container .menu-container .menu-wrapper .menu-list.manual-list {
    overflow: hidden;
    padding-left: 0px;
  }
}

header.header-container .menu-container .menu-wrapper .menu-list.utils-list {
  background-color: rgb(53, 61, 69);
}

@media (max-width: 767px) {
  header.header-container .menu-container .menu-wrapper .menu-list.utils-list {
    display: none;
  }
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list.utils-list
  .menu-item:first-of-type {
  border-left: 1px solid rgb(82, 95, 109);
  margin-left: 12px;
}

@media (max-width: 767px) {
  header.header-container .menu-container .menu-wrapper .menu-list {
    flex-grow: 1;
  }
  header.header-container
    .menu-container
    .menu-wrapper
    .menu-list
    .menu-item
    .menu-link
    .text {
    font-size: 12px;
  }
}

header.header-container .menu-container .menu-wrapper .menu-list .menu-item {
  align-items: center;
  border-left: 1px solid rgb(82, 95, 109);
  display: flex;
  padding: 0px 12px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link {
  align-items: center;
  color: rgb(255, 255, 255);
  display: flex;
  font-size: 0px;
  font-weight: 700;
  line-height: 15px;
  min-width: 0px;
  position: relative;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .menu-icon {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .menu-icon.aktuality-tag-icon {
  height: 10px;
  width: 7px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .menu-icon.char-a-icon {
  height: 10px;
  width: 7px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .menu-icon.microphone-icon {
  height: 13px;
  width: 9px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .menu-icon.tv-icon {
  height: 13px;
  width: 14px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .menu-icon.star-icon {
  height: 14px;
  width: 14px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .menu-icon.camera-icon {
  height: 8px;
  width: 13px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .circle {
  background-color: rgb(206, 48, 49);
  border-radius: 50%;
  display: none;
  height: 6px;
  margin-right: 6px;
  vertical-align: middle;
  width: 6px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .text {
  display: inline-block;
  font-size: 13px;
  margin-bottom: -1px;
  vertical-align: bottom;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .text:hover {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  header.header-container
    .menu-container
    .menu-wrapper
    .menu-list
    .menu-item.hide-desktop-item {
    display: none;
  }
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item:first-of-type
  .menu-link
  .circle {
  display: inline-block;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item:first-of-type {
  border-left: 0px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item.search {
  margin-left: 30px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item.search
  .search-icon {
  height: 13px;
  width: 13px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item.search
  .search-icon:hover {
  text-decoration: none;
}

.menu-arrow-triangle {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(43, 49, 56);
  border-image: initial;
  border-radius: 2px;
  border-width: 0px 17px 10px;
  bottom: -2px;
  content: "";
  display: none;
  height: 0px;
  left: 30px;
  position: absolute;
  width: 0px;
}

.header-shadow-under {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

.footer .first-row-container {
  align-items: center;
  background-color: rgb(43, 49, 56);
  display: flex;
  justify-content: center;
  min-width: 0px;
  padding: 0px 10px;
}

.footer .first-row-container .first-row-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  min-width: 0px;
  overflow: hidden;
}

.footer .first-row-container .first-row-wrapper .first-row-link {
  margin: 10px 10px 0px;
}

.footer
  .first-row-container
  .first-row-wrapper
  .first-row-link
  .first-row-link-item {
  color: rgb(255, 255, 255);
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
}

.footer .second-row-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .footer .second-row-container {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 10px;
  }
}

.footer .second-row-container .logo-wrapper {
  height: 20px;
}

@media (max-width: 767px) {
  .footer .second-row-container .logo-wrapper {
    height: 25px;
  }
}

.footer .second-row-container .links-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px auto 20px;
}

.footer .third-row-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.footer .third-row-container .third-row-wrapper {
  text-align: center;
}

.footer .third-row-container .third-row-wrapper .disclaimer-text {
  font-family: "PT Sans", sans-serif;
  font-size: 11px;
  line-height: 20px;
}

.footer {
  position: relative;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 0px;
  }
}

.actual-topic-container {
  border-bottom: 1px solid rgb(240, 242, 244);
  border-top: 1px solid rgb(240, 242, 244);
  margin-bottom: 20px;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .actual-topic-container {
    border-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
}

.actual-topic-container .head-title {
}

.footer .second-row-container {
  padding: 20px 10px;
}

.actual-topic-container .actual-topic-item {
  margin-bottom: 20px;
}

.actual-topic-container .actual-topic-item .article-image {
  display: block;
  margin-bottom: 10px;
}

.actual-topic-container .actual-topic-item .article-title {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.actual-topic-container .actual-topic-item .article-title:visited {
  color: grey;
}

.most-read-container .most-read-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .most-read-container .most-read-title {
    font-size: 20px;
  }
}

.most-read-container .most-read-selector {
  width: 100%;
}

.most-read-container .most-read-selector button {
  background-color: transparent;
}

.most-read-container .most-read-selector .first-line {
  margin-top: 12px;
}

.most-read-container .most-read-selector .first-line .selector-btn {
  border: 1px solid rgb(237, 237, 237);
  color: rgb(0, 0, 0);
  font-weight: 700;
  padding: 6px 0px;
  text-align: center;
  width: 50%;
}

.most-read-container .most-read-selector .first-line .selector-btn.active,
.most-read-container .most-read-selector .first-line .selector-btn:hover {
  color: rgb(207, 47, 50);
}

.most-read-container .most-read-selector .second-line {
  border-bottom: 1px solid rgb(237, 237, 237);
}

.most-read-container .most-read-selector .second-line .selector-btn {
  color: rgb(0, 0, 0);
  padding: 8px 0px;
  text-align: center;
  width: 25%;
}

.most-read-container .most-read-selector .second-line .selector-btn.active {
  border-bottom: 3px solid rgb(207, 47, 50);
}

.most-read-container .most-read-selector .second-line .selector-btn:hover {
  color: rgb(207, 47, 50);
}

.most-read-container .most-read-articles-list {
  color: rgb(0, 0, 0);
  padding: 10px 10px 0px 25px;
}

.most-read-container .most-read-articles-list .most-read-articles-list-item {
  padding: 0px 0px 5px 5px;
}

.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item:first-child {
  font-weight: 700;
}

.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item
  .list-item-wrapper {
  display: inline-flex;
}

.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item
  .list-item-wrapper
  .list-item-cut {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0px;
  height: calc(100% - 3px);
  line-height: 0;
  padding-top: 3px;
  width: 100%;
}

@media (min-width: 1220px) {
  .most-read-container
    .most-read-articles-list
    .most-read-articles-list-item
    .list-item-wrapper
    .list-item-cut {
    -webkit-line-clamp: 3;
  }
}

.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item
  .list-item-wrapper
  .list-item-cut
  > :not(:last-child) {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 2px;
  vertical-align: top;
}

.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item
  .list-item-wrapper
  .list-item-cut
  .cutted-text {
  font-size: 16px;
  line-height: 20px;
}

.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item
  .list-item-wrapper
  .list-item-cut
  .cutted-text:hover {
  color: inherit;
}

.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item
  .list-item-wrapper
  .list-item-cut
  .cutted-text:visited {
  color: grey;
}

.c-badge {
  border-radius: 3px;
  display: inline-flex;
  height: 20px;
  width: 75px;
}

.c-badge,
.c-badge:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.c-badge:focus {
  outline: none;
}

.c-badge.small {
  height: 16px;
  width: 58px;
}

.c-badge--premium {
  background-color: gold;
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: 2px;
  vertical-align: top;
}

body .page-wrapper.page-wrapper-right-side {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}

@media (min-width: 768px) {
  body .page-wrapper.page-wrapper-right-side {
    flex-wrap: nowrap;
  }
}

body .page-wrapper.page-wrapper-right-side .side-section {
  display: block !important;
}

@media (min-width: 768px) {
  body .page-wrapper.page-wrapper-right-side .side-section {
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  body .page-wrapper.page-wrapper-right-side .side-section {
    width: 300px;
  }
}

article,
aside,
body,
div,
h1,
h2,
h3,
header,
html,
i,
img,
li,
nav,
ol,
p,
section,
span,
ul {
  border: 0px;
  font-size: 100%;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
}

article,
aside,
header,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0px;
  padding: 0px;
  vertical-align: baseline;
}

nav li,
nav ul {
  margin: 0px;
}

button {
  cursor: pointer;
}

button {
  margin: 0px;
}

:focus,
a {
  outline: none;
}

a {
  color: rgb(0, 0, 0);
  cursor: pointer;
  text-decoration: none;
}

a:active {
  text-decoration: none !important;
}

a:hover {
  outline: none;
  text-decoration: underline;
}

h1,
h2,
h3,
p,
ul {
  border: 0px;
  text-align: left;
}

button {
  border: 0px;
  text-align: center;
}

button:hover {
  cursor: pointer;
}

ol,
ul {
  text-align: left;
}

body {
  font: 12px Arial;
}

body {
  color: rgb(34, 34, 34);
  -webkit-font-smoothing: antialiased;
}

article,
header,
nav,
section {
  display: block;
}

p {
  margin-bottom: 1em;
}

.hidden {
  display: none;
}

.tiny-clear {
  clear: both;
  display: block;
  height: 1px;
  font: 1px / 1px Tahoma;
  margin: -1px 0px 0px;
  padding: 0px;
  width: auto;
}

.disable-selection {
  user-select: none;
}

.mb10 {
  margin-bottom: 10px;
}

.pl5 {
  padding-left: 5px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .mt-xs-10 {
    margin-top: 10px;
  }
  .mb-xs-15 {
    margin-bottom: 15px;
  }
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

body .page-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main-section,
.side-section {
  position: relative;
}

@media (min-width: 1024px) {
  body .page-wrapper {
    display: table;
    width: 100%;
  }
  body .page-wrapper .main-section {
    display: table-cell;
    vertical-align: top;
  }
  body .page-wrapper.page-wrapper-right-side {
    display: flex;
  }
  body .page-wrapper.page-wrapper-right-side .side-section {
    flex: 0 0 300px;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body .page-wrapper {
    display: flex;
  }
  body .page-wrapper .side-section {
    flex: 0 0 300px;
    height: auto;
  }
}

body {
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0px;
  min-width: 320px;
  padding: 0px;
}

body .page-container {
  left: 0px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}

body .page-container .container-full {
  display: block;
  max-width: 100%;
  position: relative;
}

body .page-container .container-center {
  animation: 1s ease 0s 0 normal none running slidein;
  float: none;
  margin: 0px auto;
  padding: 0px 10px;
  position: relative;
  max-width: 1220px !important;
}

.image-wrapper {
  display: block;
  margin: 0px 0px 1em;
  line-height: 0;
}

.image-wrapper .image {
  display: block;
  width: 100%;
  max-height: 500px;
  background-color: rgb(238, 238, 238);
  object-fit: contain;
}

.article-image {
  display: block;
  position: relative;
}

.article-title {
  color: rgb(0, 0, 0);
  font-family: Heuristica, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.head-title {
  color: rgb(207, 47, 50);
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.list {
  font-size: 0px;
  list-style-type: none;
  text-align: left;
}

.list .list-item {
  display: inline-block;
  float: none;
  position: relative;
  vertical-align: top;
}

.footer-advertisement .rs-advertisement {
  margin: 10px 0px;
}

.breadcrumbs-widget {
  align-items: center;
  color: rgb(163, 163, 163);
  display: flex;
  flex-flow: row;
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
  overflow-x: scroll;
}

.breadcrumbs-widget::-webkit-scrollbar-track {
  border-radius: 4px;
}

.breadcrumbs-widget::-webkit-scrollbar {
  background: transparent;
  height: 0px;
  width: 0px;
}

.breadcrumbs-widget::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .breadcrumbs-widget {
    margin-top: 10px;
    padding-bottom: 4px;
  }
}

.breadcrumbs-widget span {
  color: rgb(163, 163, 163);
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 400;
}

article {
  font-family: "PT Sans", sans-serif;
  max-width: 800px;
}

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

article .head-info-wrapper {
  font-size: 14px;
  line-height: 16px;
}

article .head-info-wrapper .headinfo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  row-gap: 6px;
}

article .head-info-wrapper .headinfo .date {
  border-left: 1px solid rgb(0, 0, 0);
  margin-right: 12px;
  padding-left: 12px;
}

article .head-info-wrapper .headinfo .breadcrumbs .item {
  color: rgb(207, 47, 50);
  display: inline-block;
  margin-right: 12px;
}

article .head-info-wrapper .mobile {
  display: none;
}

@media (max-width: 767px) {
  article .head-info-wrapper .mobile {
    display: inline-block;
  }
}

article .head-info-wrapper .desktop {
  display: inline-block;
}

@media (max-width: 767px) {
  article .head-info-wrapper .desktop {
    display: none;
  }
}

article .head-info-wrapper .time-to-read {
  border-left: 1px solid rgb(0, 0, 0);
  max-height: 16px;
  padding-left: 12px;
}

@media (max-width: 767px) {
  article .head-info-wrapper .time-to-read {
    border-left: none;
    margin-bottom: 10px;
    padding-left: 0px;
  }
}

article h1,
article h2 {
  color: rgb(0, 0, 0);
  font-family: Heuristica, serif;
}

article .article-headline-wrapper h1 {
  display: inline;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 0px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  article .article-headline-wrapper h1 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  article .article-headline-wrapper h1 {
    font-size: 33px;
    line-height: 35px;
  }
}

article h2 {
  font-size: 20px;
  line-height: 26px;
  margin: 30px 0px 10px;
}

@media (min-width: 768px) {
  article h2 {
    margin: 25px 0px 10px;
  }
}

article ol li::marker {
  font-weight: 700;
}

article .article-content .fulltext {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  padding-top: 20px;
}

@media (min-width: 768px) {
  article .article-content .fulltext {
    line-height: 28px;
    padding-top: 18px;
  }
}

article .main-image .article-image {
  margin: 20px 0px;
  position: relative;
  width: 100%;
}

article .main-image .article-image .img-wrapper {
  display: block;
}

article .main-image .article-image .img-wrapper .img {
  display: block;
  max-width: 100%;
  position: relative;
  width: 100%;
}

article .main-image .article-image.with-layer .info-layer {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  left: 0px;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 1;
}

article .main-image .article-image.with-layer .info-layer .cnt,
article .main-image .article-image.with-layer .info-layer .cnt-text {
  color: rgb(255, 255, 255);
  display: block;
  height: 40px;
  line-height: 40px;
}

article .main-image .article-image.with-layer .info-layer .cnt {
  background-color: rgb(207, 47, 50);
  float: left;
  min-width: 40px;
  padding: 0px 5px;
  text-align: center;
}

article .main-image .article-image.with-layer .info-layer .cnt-text {
  float: left;
  margin-left: 10px;
}

article .main-image .article-image.with-layer:hover .info-layer {
  opacity: 1;
}

@media (min-width: 320px) {
  article {
    max-width: 100%;
    padding: 0px 5px;
  }
}

body .page-wrapper.article-wrapper {
  gap: 20px 0px;
  display: grid;
  grid-template-columns: minmax(0px, 1fr) 300px;
  grid-template-rows: minmax(0px, 1fr) auto;
}

@media (max-width: 767px) {
  body .page-wrapper.article-wrapper {
    display: flex;
  }
}

@media (min-width: 768px) {
  body .page-wrapper.article-wrapper {
    column-gap: 20px;
  }
}

body .page-wrapper.article-wrapper .side-section {
  grid-row-end: none;
}

@media (max-width: 479px) {
  body .page-wrapper {
    overflow: hidden;
  }
}
.cross-menu-container {
  background-color: rgb(0, 0, 0);
  font-family: "PT Sans", sans-serif;
  font-size: 0px;
  height: 30px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .cross-menu-container {
    height: 35px;
  }
}

.cross-menu-container .cross-menu-list {
  text-align: center;
}

.cross-menu-container .cross-menu-list .projects-wrapper {
  display: inline-block;
  list-style-type: none;
}

@media (max-width: 1023px) {
  .cross-menu-container .cross-menu-list .projects-wrapper {
    background-color: rgb(18, 18, 18);
    display: none;
    left: 0px;
    padding: 15px 0px 0px 15px;
    position: absolute;
    text-align: center;
    top: 35px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cross-menu-container .cross-menu-list {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.cross-menu-container .cross-menu-list .list-item {
  border-right: 1px solid rgb(26, 27, 28);
  display: inline-block;
  padding: 0px 16px;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.cross-menu-container .cross-menu-list .list-item .cross-link {
  color: rgb(166, 166, 166);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 1px;
  text-transform: uppercase;
}

.cross-menu-container .cross-menu-list .list-item .cross-link.current-project {
  color: rgb(255, 255, 255);
}

.cross-menu-container .cross-menu-list .list-item .triangle {
  border-color: transparent transparent rgb(255, 255, 255);
  border-style: solid;
  border-width: 0px 9.5px 6px;
  bottom: -1px;
  height: 0px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0px;
}

.cross-menu-container .cross-menu-list .list-item.nob {
  border-right: 0px;
}

@media (max-width: 1023px) {
  .cross-menu-container .cross-menu-list .list-item {
    border-right: 0px;
    padding: 0px 20px 10px 0px;
  }
  .cross-menu-container .cross-menu-list .list-item .cross-link {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
  }
  .cross-menu-container .cross-menu-list .list-item .triangle {
    display: none;
  }
}

@media (max-width: 767px) {
  .cross-menu-container .cross-menu-list .list-item {
    padding: 0px 17px 10px 0px;
  }
  .cross-menu-container .cross-menu-list .list-item .cross-link {
    font-size: 12px;
  }
}

.cross-menu-container .cross-menu-list .util-item {
  border-right: 1px solid rgb(26, 27, 28);
  padding: 0px 16px;
}

@media (max-width: 767px) {
  .cross-menu-container .cross-menu-list .util-item {
    flex-grow: 2;
    padding: 0px;
  }
}

.cross-menu-container .cross-menu-list .mobile-submenu-wrapper {
  border-left: 1px solid rgb(26, 27, 28);
  display: inline-block;
  height: 35px;
  vertical-align: top;
}

.cross-menu-container
  .cross-menu-list
  .mobile-submenu-wrapper
  .arrow-down-icon {
  background-position: 50% center;
  background-repeat: no-repeat;
  display: block;
  height: 6px;
  margin-top: 12.5px;
  padding: 0px 15px;
  vertical-align: top;
  width: 11px;
}

@media (min-width: 1024px) {
  .cross-menu-container .desktop-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cross-menu-container .tablet-hidden {
    display: none !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .cross-menu-container .mobile-hidden {
    display: none !important;
  }
}

.nameday-wrapper {
  font-size: 0px;
  height: 30px;
  line-height: 30px;
  max-width: 186px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .nameday-wrapper {
    height: 35px;
    line-height: 35px;
  }
}

.nameday-wrapper .calendar-icon {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  font-size: 0px;
  height: 12px;
  margin-right: 10px;
  position: relative;
  text-indent: -99999px;
  top: 8px;
  vertical-align: top;
  width: 12px;
}

@media (max-width: 1023px) {
  .nameday-wrapper .calendar-icon {
    top: 10px;
  }
}

@media (max-width: 767px) {
  .nameday-wrapper .calendar-icon {
    display: none;
  }
}

.nameday-wrapper .name-link {
  color: rgb(166, 166, 166);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding-right: 5px;
  text-transform: capitalize;
  vertical-align: top;
}

.nameday-wrapper .name-link:hover {
  color: rgb(166, 166, 166);
  text-decoration: underline;
}

@media (max-width: 767px) {
  .nameday-wrapper .name-link {
    display: none;
  }
  .nameday-wrapper .name-link.first-name {
    display: inline-block;
  }
}

.nameday-wrapper .calendar-link {
  color: rgb(166, 166, 166);
  display: inline-block;
  font-size: 0px;
  font-weight: 700;
  padding-right: 5px;
  text-transform: capitalize;
  vertical-align: top;
}

.nameday-wrapper .calendar-link .nameday-date {
  font-size: 12px;
}

.nameday-wrapper .calendar-link:hover .nameday-date {
  text-decoration: underline;
}
.account-login-dropdown .icon {
  height: 15px;
  position: absolute;
  top: 10px;
  width: 15px;
}

.account-login-dropdown .icon-default {
  fill: rgb(144, 149, 155);
}

.account-button-container {
  background: inherit;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "PT Sans", sans-serif;
  height: 35px;
  line-height: 100%;
  margin: 0px;
  max-width: 90px;
  min-width: 15px;
  padding: 0px;
  position: relative;
}

.account-button-container:hover {
  text-decoration: underline;
}

.account-button-container .account-title-wrapper {
  font-family: "PT Sans", sans-serif;
  line-height: 35px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .account-button-container .account-title-wrapper {
    display: none;
  }
}

.account-button-container .account-title-wrapper .title {
  color: rgb(46, 51, 58);
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 34px;
}

@media (max-width: 374px) {
  .account-button-container .account-title-wrapper .title {
    font-size: 12px;
    line-height: 33px;
  }
}
.subscription-btn__w {
  border-radius: 4px;
  font-family: var(--ff-sans);
  font-weight: 900;
  display: flex;
  height: 35px;
  background-color: rgb(255, 215, 0);
}

.subscription-btn__w:hover {
  background-color: rgb(236, 199, 0);
}

.subscription-btn__w .subscription-link {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.subscription-btn__w .subscription-link .subscription-text {
  white-space: nowrap;
  font-size: 13px;
  line-height: 16px;
  color: rgb(34, 34, 34);
}

.fulltext a {
  color: rgb(225, 18, 41);
  text-decoration: underline;
  transition: all 0.1s ease 0s;
}

.fulltext a:hover {
  color: rgb(0, 127, 255);
  text-decoration: underline;
  transition: all 0.1s ease 0s;
}

.un-instruction__item::marker {
  font-weight: bold;
}

@media (max-width: 767px) {
  body .page-wrapper.page-wrapper-right-side .side-section {
    display: none !important;
  }
}

body,
html {
  scroll-behavior: smooth !important;
}

#form {
  scroll-margin-top: 100px;
}

.header-container .header-wrapper .main-menu-wrapper {
  overflow: auto;
}

.header-container .header-wrapper .main-menu-wrapper::-webkit-scrollbar {
  display: none;
}
:root {
  --font-size: 15px;
  --bg-color: #ffffff;
  --cite-color: #666666;
  --name-color: #050505;
  --text-color: #222222;
  --secondary-color: #65676b;
  --verified-color: #0866ff;
  --border-radius: 8px;
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
}

.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}

.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country-primary:hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country:has(+ .iti-aio__dropdown-content:hover)
  .iti-aio__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.fa-sr-only-focusable:not(:focus),
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
  border-width: 0px;
}
