@charset "UTF-8";
p, .p {
  display: block;
  margin-bottom: 1rem;
}
p:last-child, p:last-child, .p:last-child, .p:last-child {
  margin-bottom: 0;
}
p a, .p a {
  color: #008a2e;
}

a {
  color: inherit;
}

::selection {
  background: #008a2e !important;
  color: white !important;
}

*::selection {
  background: #008a2e !important;
  color: white !important;
}

::-moz-selection {
  background: #008a2e !important;
  color: white !important;
}

*::-moz-selection {
  background: #008a2e !important;
  color: white !important;
}

:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

[onclick] {
  cursor: pointer;
}

@media (max-width: 576.98px) {
  .container {
    --bs-gutter-x: 3rem;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: clamp(3rem, 10vw, 12rem);
  }
  .container {
    max-width: 1600px;
  }
}
:root {
  --color-tv-red: #c3112b;
  --color-tv-green: #008a2e;
  --color-tv-yellow: #ede824;
  --gradient-brand: linear-gradient(to right, var(--color-tv-red), var(--color-tv-green), var(--color-tv-yellow));
  --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
}

body {
  background: #f8fafc;
  font: 16px;
  color: #1e293b;
}

.container {
  --bs-gutter-x: clamp(3rem, 10vw, 12rem);
  width: 100%;
  background: transparent;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1600px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

/* === HEADER (Sticky Topbar) === */
#header {
  position: sticky;
  top: 0;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.5);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin: 0;
  margin-bottom: 20px;
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 6px;
}
@media (min-width: 768px) {
  #header {
    height: 6.5rem;
  }
}
#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, var(--color-tv-red), var(--color-tv-green), var(--color-tv-yellow));
}
#header .brand-wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  --bs-gutter-x: clamp(3rem, 10vw, 12rem);
}
@media (min-width: 1400px) {
  #header .brand-wrapper {
    max-width: 1600px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
#header .brand-wrapper .brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left: 1rem;
  text-decoration: none;
}
#header .brand-wrapper .brand svg {
  width: 4rem;
  height: 4rem;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  #header .brand-wrapper .brand svg {
    width: 5rem;
    height: 5rem;
  }
}
#header .brand-wrapper .brand:hover svg {
  transform: scale(1.05);
}
#header .brand-wrapper .brand:hover .brandname {
  text-decoration: none !important;
}
#header .brand-wrapper .brand .brandname {
  font-size: 1.5rem;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.05em;
  display: block;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  #header .brand-wrapper .brand .brandname {
    font-size: 1.875rem;
  }
}

.headerimage img {
  width: 100%;
}

/* FOOTER */
footer {
  background-color: #020617;
  color: #94a3b8;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-top: 5rem;
  position: relative;
  overflow: hidden;
  /* Der von dir gewünschte Farbverlauf */
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, var(--color-tv-red), var(--color-tv-green), var(--color-tv-yellow));
}
footer .row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  align-items: flex-start;
  text-align: left;
  /* Richtet den Raw-<a>-Tag aus, der das Logo-Bild enthält */
}
footer .row > a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  footer .row > a {
    width: 25%;
    max-width: 25%;
  }
}
footer .footer {
  background: transparent;
  padding: 0;
}
footer p {
  margin: 0;
  padding: 0;
  padding-bottom: 1rem;
  max-width: none;
}
footer a {
  color: #cbd5e1;
  transition: color 0.3s;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.25rem;
}
footer a:hover {
  color: white;
}
footer .img-footer {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 0;
  position: relative;
  right: 0;
  bottom: auto;
  top: auto;
  max-width: 200px;
  float: right;
}
footer .img-footer:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* NAVIGATION */
.MenuContainer {
  background-color: white;
  border: 1px solid rgba(226, 232, 240, 0.6);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  /* overflow: hidden;
   position: sticky;
   top: 8rem;*/
}
@media (min-width: 1024px) {
  .MenuContainer {
    display: block;
  }
}
.MenuContainer::before {
  content: "Menü";
  display: block;
  background-color: #020617;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  padding: 1rem 1.5rem;
}

.sm-color {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  margin: 0;
  list-style: none;
  background-color: transparent;
  text-shadow: none;
  font-family: inherit;
}
.sm-color > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 1rem;
  font-weight: 700;
  color: #475569;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  font-family: inherit;
  font-size: 16px;
}
.sm-color > li > a:hover {
  background-color: rgba(195, 17, 43, 0.1);
  color: var(--color-tv-red);
  text-shadow: none;
}
.sm-color ul {
  display: none;
}

/* Mobile Menu */
/*
.lbl-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-color: #f1f5f9;
  margin: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s;

  @media (min-width: 1024px) {
    display: none;
  }

  &:hover {
    background-color: #e2e8f0;
  }
}

.burger-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.burger-line {
  width: 1.5rem;
  height: 0.125rem;
  background-color: #334155;
  display: block;
  margin-bottom: 0.25rem;
  &:last-child { margin-bottom: 0; }
}

@media (max-width: 1023px) {
  .toggle:checked ~ .collapsible-content { display: block; }
  .toggle:not(:checked) ~ .collapsible-content { display: none; }
}
@media (min-width: 1024px) {
  .collapsible-content { display: block !important; }
}
.toggle { display: none; }
*/
/* PAGETITLE*/
.row.main:has(.pageTitle) {
  margin-top: 110px;
}

.col-lg-9.col-sm-8.col-xs-12:has(.pageTitle) {
  position: unset;
}

.pageTitle {
  /* position: absolute; */
  /* width: 100vw; */
  /* left: calc(-25% - 140px); */
  top: -80px;
  background: transparent;
  color: white;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100px;
}
@media (min-width: 1400px) {
  .pageTitle {
    max-width: 1600px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

.col-md-12:has(.pageTitle) {
  width: 100vw;
  position: absolute;
  left: 0;
  top: 32px;
  background: linear-gradient(to right, var(--color-tv-red), var(--color-tv-green), var(--color-tv-yellow));
  background: var(--color-tv-green);
}

/* WIDGETS */
#calendar_collapse {
  background-color: white;
  border: 1px solid rgba(226, 232, 240, 0.6);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-top: 2rem;
  display: none;
}
@media (min-width: 1024px) {
  #calendar_collapse {
    display: block;
  }
}
#calendar_collapse .widget-title {
  background-color: var(--color-tv-green);
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  padding: 1rem 1.5rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
#calendar_collapse .widget-content p {
  font-size: 11px;
  font-weight: 900;
  color: var(--color-tv-red);
  padding: 1rem 1rem 0.375rem 1rem;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
#calendar_collapse .widget-content h4 {
  font-size: 11px;
  font-weight: 900;
  color: var(--color-tv-red);
  padding: 1rem 1rem 0.375rem 1rem;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
#calendar_collapse .widget-content h3 {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  padding: 0 1rem 0.375rem 1rem;
  margin: 0;
  transition: color 0.3s;
  /*
        &:hover {
          color: var(--color-tv-green);
        }*/
}
#calendar_collapse .widget-content p.m-bot-10 {
  font-size: 11px;
  color: #64748b;
  font-weight: 500;
  padding: 0 1rem 1rem 1rem;
  margin: 0;
  line-height: 1.375;
  border-bottom: 1px solid #f1f5f9;
}
#calendar_collapse .widget-content p.m-bot-10 a {
  color: 64748b;
  text-decoration: none;
  display: inline-block;
}
#calendar_collapse .widget-content p.m-bot-10 a:hover {
  text-decoration: none;
}

/* CONTENT */
/* HERO */
.tp-bullets.simplebullets.preview4 {
  top: initial !important;
  bottom: 15px !important;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.tp-bullets.preview4 .bullet {
  background: rgba(195, 17, 43, 0.5) !important;
  border-radius: 0;
  width: 15px !important;
  height: 3px !important;
  margin: 0 5px;
  border: 0 !important;
}
.tp-bullets.preview4 .bullet.selected, .tp-bullets.preview4 .bullet:hover {
  border-radius: 0;
  width: 15px !important;
  height: 3px !important;
  margin: 0 5px;
  border: 0 !important;
  background: #c3112b !important;
}

/*
.slotholder::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, var(--color-tv-red), var(--color-tv-green), var(--color-tv-yellow));
  mix-blend-mode: multiply;
  opacity: .7;
}*/
/*
.tp-bgimg.defaultimg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.4);
}
*/
.widget, .dateAndPlace, .datebox, .content-box, .articleContainer, .articleDetailContainer, .teamContainer {
  background: transparent;
}

.content-box {
  padding: 0;
  margin-bottom: 15px;
}

figure figcaption,
figure figcaption p {
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin-top: 12px;
  color: #64748b !important;
}

/* ARTICLES LIST */
.subtitle-container {
  border-bottom: 2px solid rgba(226, 232, 240, 0.6);
  padding-bottom: 1.25rem;
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
}

.subtitle h2 {
  font-size: 36px;
  background: transparent;
  padding: 0;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.025em;
  margin: 0;
  position: relative;
  display: inline-block;
}
.subtitle h2::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 72px;
  height: 6px;
  background-color: var(--color-tv-red);
}

.all-articles-chrono-datebox-left-86 > .row {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .all-articles-chrono-datebox-left-86 > .row {
    flex-direction: row;
  }
}
.all-articles-chrono-datebox-left-86 > .row > div {
  padding: 0;
  width: auto;
}
.all-articles-chrono-datebox-left-86 > .row > .col-md-10 {
  flex: 1 1 0%;
  width: 100%;
}
.all-articles-chrono-datebox-left-86 > .row:hover .datebox {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.all-articles-chrono-datebox-left-86 > .row:hover .articleContainer {
  box-shadow: 0 25px 50px -12px rgba(195, 17, 43, 0.1);
}
.all-articles-chrono-datebox-left-86 > .row:hover .articleContainer::before {
  background-color: var(--color-tv-red);
}
.all-articles-chrono-datebox-left-86 > .row:hover .articleImage {
  transform: scale(1.1);
  opacity: 1;
}
.all-articles-chrono-datebox-left-86 > .row:hover .articleText h4 a {
  color: var(--color-tv-red);
}

/* Date Box Component */
.col-md-2.col-sm-2.hidden-xs:has(.datebox) {
  width: 110px;
  padding-right: 20px;
}

.datebox {
  background-color: white;
  border: 1px solid rgba(226, 232, 240, 0.6);
  width: 100%;
  height: auto;
  flex-shrink: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  justify-content: flex-start;
  padding: 1rem;
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .datebox {
    width: 7.5rem;
    height: 7.5rem;
    padding: 0;
  }
}
.datebox hr {
  display: none;
}
.datebox p {
  margin: 0;
  text-align: center;
  line-height: 1;
}
.datebox .team {
  order: -1;
  width: 100%;
  font-size: 11px;
  font-weight: 900;
  color: #0f172a;
  background-color: #f1f5f9;
  text-transform: uppercase;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
.datebox .day {
  font-size: 2.25rem;
  font-weight: 900;
  color: #1e293b;
  margin-bottom: 0.25rem;
  line-height: 0.9;
}
.datebox .month {
  font-size: 14px;
  font-weight: 900;
  color: var(--color-tv-red);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.25rem;
}
.datebox .year {
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

/* Article Card Panel */
.articleContainer {
  width: 100%;
  background-color: white;
  border: 1px solid #f1f5f9;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  min-height: 0;
  background-clip: border-box;
}
@media (min-width: 768px) {
  .articleContainer {
    flex-direction: row;
    gap: 2.5rem;
    padding: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .articleContainer {
    padding: 2rem;
  }
}
.articleContainer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 100%;
  background-color: #f1f5f9;
  transition: background-color 0.5s;
}
.articleContainer .img-container {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #f1f5f9;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .articleContainer .img-container {
    width: 350px;
    aspect-ratio: 25/14;
  }
}
.articleContainer .articleImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: transform 0.7s;
  background-color: #e2e8f0;
}

.articleText {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.articleText strong {
  color: var(--color-tv-red);
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
.articleText h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.articleText h4 a {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.1;
  transition: color 0.3s;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .articleText h4 a {
    font-size: 1.75rem;
  }
}
.articleText p {
  /*color: #64748b;
  font-weight: 300;
  font-size: 1rem;*/
  line-height: 1.625;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*# sourceMappingURL=tv-mesum-styles.css.map */
