@font-face {
  font-display: swap;
  font-family: ffmark;
  font-style: normal;
  font-weight: 400;
  src: url("https://www.welt.de/assets/public/fonts/ffmark/Mark-Regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: ffmark;
  font-style: normal;
  font-weight: 800;
  src: url("https://www.welt.de/assets/public/fonts/ffmark/Mark-Heavy.woff2") format("woff2");
}

:root {
  --welt-header-top-bg: #003a5a;
  --welt-header-nav-bg: #064b71;
  --welt-footer-bg: #003a5a;
  --welt-divider: #064b71;
  --welt-text-light: #ffffff;
  --welt-accent: #f18825;
  --page-bg: #dfdfdf;
  --page-surface: #ffffff;
  --comment-bg: #e8ebf0;
  --fb-head-bg: #f2f3f5;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background: var(--page-bg);
  color: #1d1d1d;
  font-family: ffmark, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
}

.page-shell {
  background: var(--page-surface);
  margin: 0 auto;
  max-width: 970px;
  width: 100%;
}

.welt-header {
  background: var(--page-surface);
  position: relative;
  z-index: 15;
}

.welt-header-top {
  background: var(--welt-header-top-bg);
}

.header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 970px;
  padding: 0 1.5rem;
  width: 100%;
}

.welt-logo-wrap {
  align-items: center;
  display: flex;
  height: 5.2rem;
}

.welt-logo {
  display: block;
  height: 2.1rem;
  object-fit: contain;
  width: 7.6rem;
}

.welt-tools {
  align-items: center;
  color: var(--welt-text-light);
  display: flex;
  gap: 0;
  height: 5.2rem;
}

.tool-icon {
  align-items: center;
  color: var(--welt-text-light);
  display: inline-flex;
  font-size: 2rem;
  height: 100%;
  justify-content: center;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.tool-icon i,
.menu-button-mobile i {
  color: var(--welt-text-light);
  line-height: 1;
}

.abo-button {
  border: 1px solid var(--welt-accent);
  border-radius: 3px;
  color: var(--welt-text-light);
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 800;
  justify-content: center;
  line-height: 2.8rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  min-width: 9.2rem;
  padding: 0 0.8rem;
  text-align: center;
  text-transform: uppercase;
}

.abo-text-long {
  display: none;
}

.abo-text-short {
  display: inline;
}

.menu-button-mobile {
  align-items: center;
  color: var(--welt-text-light);
  display: inline-flex;
  font-size: 2rem;
  height: 5rem;
  justify-content: center;
  margin-left: 0.8rem;
  margin-right: -1.5rem;
  width: 5rem;
}

.welt-header-nav {
  display: none;
}

.page-content {
  background: var(--page-surface);
  margin: 0 auto;
  max-width: 970px;
  padding: 2.4rem 1.5rem 4rem;
}

.video-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 1.2rem 0 2.8rem;
}

.video-headline {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 1.8rem;
  max-width: 76rem;
  text-align: center;
}

.video-embed-wrap {
  margin: 0 auto;
  max-width: 40rem;
  width: 100%;
}

.video-placeholder {
  align-items: center;
  background: #5f21a7;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: center;
  max-width: 40rem;
  min-height: 32rem;
  padding: 2.4rem 2rem;
  width: 100%;
}

.video-placeholder-title {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  text-align: center;
}

.video-placeholder-actions {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.video-placeholder-actions span {
  align-items: center;
  display: inline-flex;
  font-size: 1.8rem;
  gap: 1rem;
}

.video-placeholder-actions i {
  font-size: 2rem;
}

.watching-now-text {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 2.2rem 0 0;
  text-align: center;
}

.register-cta {
  align-items: center;
  background: #f18825;
  border: 1px solid #cd6a10;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: ffmark, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  margin-top: 1.8rem;
  min-width: 26rem;
  padding: 1.2rem 2.2rem;
  text-decoration: none;
  text-transform: uppercase;
}

.comments-shell {
  border: 1px solid #ddd;
  font-family: Arial, Helvetica, sans-serif;
  margin: 3rem auto 1rem;
  max-width: 760px;
  width: 100%;
}

.comments-list {
  background: #fff;
}

.comments-header-top {
  background: var(--fb-head-bg);
  border-bottom: 1px solid #e4e4e4;
  padding: 1.8rem 2rem;
}

.comments-plugin-title-row {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.comments-plugin-title-row span {
  font-size: 2rem;
  font-weight: 500;
}

.fb-plugin-icon {
  height: 3.5rem;
  width: 3.5rem;
}

.comments-header-top p {
  color: #707b8b;
  font-size: 1.4rem;
  margin: 0.6rem 0 0;
}

.comments-count {
  background: #fff;
  font-size: 2.8rem;
  font-weight: 800;
  padding: 1.8rem 2rem;
}

.comment-row {
  align-items: flex-start;
  display: flex;
  gap: 1.4rem;
  padding: 0 2rem 2rem;
}

.comment-avatar {
  border-radius: 50%;
  flex: 0 0 5.6rem;
  height: 5.6rem;
  margin-top: 0.4rem;
  object-fit: cover;
  width: 5.6rem;
}

.comment-content {
  flex: 1;
}

.comment-bubble {
  background: var(--comment-bg);
  border-radius: 2.4rem;
  padding: 1.5rem 1.9rem;
}

.comment-name {
  color: #2d4f8e;
  font-size: 1.4rem;
  font-weight: 800;
}

.comment-text {
  font-size: 1.6rem;
  line-height: 1.35;
  margin-top: 0.9rem;
}

.comment-actions {
  align-items: center;
  color: #666f7f;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  gap: 1rem;
  padding: 1rem 1.2rem 0;
}

.comment-actions span {
  font-weight: 600;
}

.comment-actions .dot {
  font-weight: 400;
}

.compact-actions {
  gap: 2rem;
}

.comment-reactions {
  align-items: center;
  display: inline-flex;
  gap: 1rem;
  margin-left: auto;
}

.reaction-count {
  color: #4f596a;
  font-size: 1.3rem;
  font-weight: 700;
}

.reaction-icons {
  align-items: center;
  display: inline-flex;
}

.reaction-like,
.reaction-love {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 2.2rem;
  justify-content: center;
  width: 2.2rem;
}

.reaction-like {
  background: #1877f2;
}

.reaction-love {
  background: #ff3067;
  margin-left: -0.5rem;
}

.reaction-like i,
.reaction-love i {
  color: #fff;
  font-size: 1rem;
}

.comment-reply {
  margin-left: 5.8rem;
}

.form-page-content {
  padding-bottom: 3rem;
}

.lead-form-shell {
  background: #f5f5f5;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  overflow: hidden;
}

.lead-form-info {
  border-bottom: 1px solid #d3d3d3;
  padding: 3rem 2.2rem;
}

.lead-form-info h1 {
  color: #1b1b1d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 11vw, 4.8rem);
  font-weight: 700;
  line-height: 1.12;
  margin: 0;
  max-width: 42rem;
  overflow-wrap: anywhere;
}

.lead-form-info ul {
  color: #4d4d4d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.55;
  margin: 2.2rem 0 0;
  padding-left: 2.8rem;
}

.lead-form-info li + li {
  margin-top: 0.8rem;
}

.lead-form-panel {
  padding: 2.2rem;
}

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.lead-input,
.lead-phone-wrap {
  background: #f7f7f7;
  border: 1px solid #bfc0c1;
  border-radius: 8px;
  color: #252525;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  height: 5.8rem;
  outline: none;
  width: 100%;
}

.lead-input {
  padding: 0 2rem;
}

.lead-input::placeholder,
.lead-phone-input::placeholder {
  color: #9b9b9b;
}

.lead-phone-wrap {
  align-items: center;
  display: flex;
  gap: 0.6rem;
  padding: 0 1.2rem;
}

.lead-country-fixed {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 0.8rem;
  min-width: 8.6rem;
  padding-right: 0.6rem;
  white-space: nowrap;
  user-select: none;
}

.lead-flag {
  background:
    linear-gradient(
      to bottom,
      #000 0 33.3%,
      #dd0000 33.3% 66.6%,
      #ffce00 66.6% 100%
    );
  display: inline-block;
  flex: 0 0 3.1rem;
  height: 2rem;
}

.lead-caret {
  color: #555;
  font-size: 1.3rem;
  line-height: 1;
}

.lead-code {
  color: #2f2f2f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
}

.lead-phone-input {
  background: transparent;
  border: 0;
  color: #252525;
  flex: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  min-width: 0;
  outline: none;
  padding-left: 0.6rem;
  width: 100%;
}

.lead-submit {
  background: #2b6dcc;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-family: ffmark, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  height: 5.8rem;
  text-transform: none;
}

.lead-form-status {
  border-radius: 6px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.35;
  margin: 0 0 0.2rem;
  min-height: 0;
  padding: 0.9rem 1.1rem;
}

.lead-form-status:empty {
  display: none;
}

.lead-form-status-error {
  background: #fdecec;
  border: 1px solid #f0b6b6;
  color: #b12424;
}

.lead-form-status-success {
  background: #e9f8ee;
  border: 1px solid #b6e3c2;
  color: #0a6a2f;
}

.welt-footer {
  background: var(--welt-footer-bg);
  color: var(--welt-text-light);
}

.footer-inner {
  margin: 0 auto;
  max-width: 970px;
  padding: 1.5rem 2rem;
}

.footer-top {
  border-bottom: 1px solid var(--welt-divider);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 2rem;
}

.footer-logo-wrap {
  display: flex;
  justify-content: center;
}

.footer-logo {
  display: block;
  height: 3.2rem;
  object-fit: contain;
  width: 11.7rem;
}

.footer-social {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-social-item {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 3.6rem;
  height: 3.6rem;
  justify-content: center;
  padding: 0.5rem;
  width: 3.6rem;
}

.footer-social-item i {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}

.footer-group {
  border-bottom: 1px solid var(--welt-divider);
}

.footer-group h3 {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  font-weight: 800;
  justify-content: space-between;
  line-height: 1.4rem;
  margin: 0;
  padding: 1.5rem 0;
  text-transform: uppercase;
}

.footer-mobile-chevron {
  display: inline-block;
  font-size: 1.8rem;
}

.footer-links-row {
  display: none;
}

.footer-legal-links {
  border-bottom: 1px solid var(--welt-divider);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.8rem;
  padding: 1.5rem 0;
}

.footer-legal-links span {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.footer-signature {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  padding-top: 1.5rem;
}

.footer-signature p {
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin: 0;
}

.footer-signature strong {
  font-weight: 800;
}

@media (min-width: 410px) {
  .tool-desktop {
    display: inline-flex;
  }
}

@media (min-width: 600px) {
  .tool-icon {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-top {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-logo-wrap {
    justify-content: flex-start;
  }

  .footer-social {
    justify-content: flex-end;
    width: auto;
  }

  .lead-form-shell {
    grid-template-columns: 1fr 1fr;
  }

  .lead-form-info {
    border-bottom: 0;
    border-right: 1px solid #d3d3d3;
    min-height: 64rem;
    padding: 6.6rem 4.5rem;
  }

  .lead-form-panel {
    padding: 6rem 4.8rem;
  }
}

@media (max-width: 909px) {
  .welt-header-top {
    align-items: center;
    background-color: var(--welt-header-top-bg);
    display: flex;
    flex-flow: row wrap;
    height: 5.2rem;
    justify-content: space-between;
    width: 100%;
  }

  .page-shell {
    padding-top: 0;
  }

  .watching-now-text {
    font-size: 2.4rem;
  }

  .video-headline {
    font-size: 2.2rem;
    margin-bottom: 1.4rem;
  }

  .lead-form-info h1 {
    font-size: clamp(3.1rem, 9.4vw, 3.8rem);
  }

  .lead-form-info ul {
    font-size: 1.5rem;
  }

  .lead-input,
  .lead-phone-wrap,
  .lead-submit {
    font-size: 1.7rem;
    height: 5.6rem;
  }

  .comment-name {
    font-size: 1.4rem;
  }

  .comment-text {
    font-size: 1.4rem;
  }
}

@media (max-width: 520px) {
  .page-content {
    padding: 1.4rem 1rem 2.4rem;
  }

  .lead-form-info {
    padding: 2.2rem 1.6rem;
  }

  .lead-form-info h1 {
    font-size: clamp(2.7rem, 10.4vw, 3.4rem);
    line-height: 1.08;
  }

  .lead-form-info ul {
    font-size: 1.3rem;
    line-height: 1.45;
    margin-top: 1.6rem;
    padding-left: 2.1rem;
  }

  .lead-form-panel {
    padding: 1.6rem;
  }

  .lead-form {
    gap: 1.2rem;
  }

  .lead-input,
  .lead-phone-wrap,
  .lead-submit {
    font-size: 1.45rem;
    height: 4.9rem;
  }

  .lead-input {
    padding: 0 1.6rem;
  }

  .lead-phone-wrap {
    gap: 0.4rem;
    padding: 0 0.8rem;
  }

  .lead-country-fixed {
    gap: 0.5rem;
    min-width: 6.8rem;
    padding-right: 0.2rem;
  }

  .lead-code {
    font-size: 1.3rem;
  }

  .lead-phone-input {
    font-size: 1.45rem;
    padding-left: 0.25rem;
  }
}

@media (max-width: 390px) {
  .lead-form-info h1 {
    font-size: clamp(2.4rem, 9.2vw, 3rem);
  }

  .lead-input,
  .lead-phone-wrap,
  .lead-submit {
    font-size: 1.35rem;
    height: 4.6rem;
  }

  .lead-country-fixed {
    min-width: 6.2rem;
  }

  .lead-flag {
    flex-basis: 2.5rem;
    height: 1.6rem;
  }

  .lead-code {
    font-size: 1.2rem;
  }

  .lead-phone-input {
    font-size: 1.35rem;
  }
}

@media (min-width: 910px) {
  .form-page-content {
    padding-bottom: 2.2rem;
    padding-top: 1.6rem;
  }

  .lead-form-shell {
    max-width: 860px;
  }

  .lead-form-info {
    min-height: 48rem;
    padding: 4.6rem 3.4rem;
  }

  .lead-form-info h1 {
    font-size: 3.9rem;
    max-width: 33rem;
  }

  .lead-form-info ul {
    font-size: 1.5rem;
    line-height: 1.55;
    margin-top: 2.4rem;
    padding-left: 2.8rem;
  }

  .lead-form-panel {
    padding: 4.3rem 3.2rem;
  }

  .lead-form {
    gap: 1.6rem;
  }

  .lead-input,
  .lead-phone-wrap {
    border-radius: 8px;
    font-size: 1.65rem;
    height: 5.8rem;
  }

  .lead-input {
    padding: 0 2.2rem;
  }

  .lead-phone-wrap {
    padding: 0 1.3rem;
  }

  .lead-code {
    font-size: 1.7rem;
  }

  .lead-phone-input {
    font-size: 1.65rem;
  }

  .lead-submit {
    border-radius: 8px;
    font-size: 1.55rem;
    height: 5.9rem;
  }

  .page-shell {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 0;
  }

  .page-content {
    flex: 1 0 auto;
  }

  .header-inner {
    padding: 0 3rem;
  }

  .welt-logo-wrap,
  .welt-tools {
    height: 6rem;
  }

  .welt-logo {
    height: 6rem;
    width: 11.3rem;
  }

  .tool-icon {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .abo-button {
    margin-left: 0.7rem;
    margin-right: 0;
    min-width: 10.5rem;
    width: 10.5rem;
  }

  .abo-text-short {
    display: none;
  }

  .abo-text-long {
    display: inline;
  }

  .menu-button-mobile {
    display: none;
  }

  .welt-header-nav {
    background: var(--welt-header-nav-bg);
    display: block;
  }

  .nav-inner {
    height: 4rem;
    padding: 0 0 0 3rem;
  }

  .nav-links-left,
  .nav-links-right {
    align-items: center;
    display: flex;
    height: 100%;
  }

  .nav-links-left {
    gap: 0;
    overflow: hidden;
  }

  .nav-links-right {
    border-left: 2px solid rgba(255, 255, 255, 0.25);
    margin-left: auto;
    min-width: 13rem;
  }

  .nav-link {
    border-bottom: 2px solid transparent;
    color: var(--welt-text-light);
    display: inline-flex;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.4rem;
    padding: 1.3rem 0.8rem 1.1rem;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .nav-live {
    color: var(--welt-accent);
    gap: 0.5rem;
  }

  .live-dot {
    background: var(--welt-accent);
    border-radius: 50%;
    display: inline-block;
    height: 1rem;
    margin-top: 0.1rem;
    width: 1rem;
  }

  .nav-link-active {
    border-bottom-color: var(--welt-accent);
  }

  .nav-link-active::after {
    content: none;
  }

  .nav-link-more i {
    font-size: 1rem;
  }

  .nav-links-right .nav-link {
    justify-content: center;
    width: 100%;
  }

  .footer-inner {
    padding: 3rem;
  }

  .footer-social {
    gap: 2rem;
  }

  .footer-group {
    padding: 1.5rem 0;
  }

  .footer-group h3 {
    margin: 0 0 1.2rem;
    padding: 0;
  }

  .footer-mobile-chevron {
    display: none;
  }

  .footer-links-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .footer-links-row span {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .footer-legal-links {
    gap: 1.5rem;
    padding: 0 0 1.5rem;
  }

  .footer-signature {
    flex-wrap: nowrap;
  }
}
