@charset "UTF-8";
@font-face {
  font-family: "LeniaSans Medium";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/wp-content/uploads/2026/03/LeniaSans-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "LeniaSans Semi Bold";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/wp-content/uploads/2026/03/LeniaSans-SemiBold.woff2") format("woff2");
}
:root {
  /* Define semantic color variables */
  /* --color-green-dark and --color-green-light removed: use --color-lila and --color-lila-light */
  --color-bluegray-dark: var(--e-global-color-bb1ac64, $color-bluegray-dark);
  --color-bluegray-light: var(--e-global-color-616414f, $color-bluegray-light);
  --color-orange-dark: var(--e-global-color-7f59a29, $color-orange-dark);
  --color-orange-light: var(--e-global-color-e109dcc, $color-orange-light);
  --color-gray-dark: var(--e-global-color-7cba8cd, $color-gray-dark);
  --color-gray-light: var(--e-global-color-f0fb0b2, $color-gray-light);
  --color-berry-dark: var(--e-global-color-844754e, $color-berry-dark);
  --color-berry-light: var(--e-global-color-92b295c, $color-berry-light);
  --color-mauve-dark: var(--e-global-color-60c3ae1, $color-mauve-dark);
  --color-mauve-light: var(--e-global-color-3d8ed57, $color-mauve-light);
  --color-mustard-dark: var(--e-global-color-a4db005, $color-mustard-dark);
  --color-mustard-light: var(--e-global-color-43b3d03, $color-mustard-light);
  --color-red-dark: #c3213a;
  --color-red-hover: #a01a2f;
  --color-text: #636565;
  --color-green-live: #5a9a29;
  --color-lila: #ac86a6;
  --color-lila-light: #f5f0f4;
  --color-rot: #ad345a;
  --color-gelb: #ffee90;
  --color-grau: #3d3d3c;
  --color-mittelgrau: #585857;
  --color-hellgrau: #dadada;
}

#submit {
  background-color: var(--color-lila);
  border: 1px solid var(--color-lila);
  display: inline-block;
  cursor: pointer;
  color: #3d3d3c;
  font-size: 16px;
  padding: 14px 25px;
  text-decoration: none;
  font-family: "LeniaSans Medium";
}

div.dbitb-content {
  padding: 40px;
}

div.dbitb-content-noaccess {
  padding-top: 20px;
  font-size: 20px;
}

div.dbitb-category-flag {
  background-color: var(--color-lila);
  color: #3d3d3c;
  padding: 5px 5px 5px 10px;
}

div.dbitb-wrapperwhite {
  background-color: #ffffff;
  padding: 40px;
}

div.wrappercommentsheadline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(auto, auto);
  font-family: "LeniaSans Medium";
}

div.wrapperrepliesheadline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(auto, auto);
  font-family: "LeniaSans Medium";
  padding-top: 10px;
}

div.comments {
  padding: 40px;
  color: var(--color-hellgrau);
}

span.commentauthor {
  font-family: "LeniaSans Semi Bold";
  padding-left: 10px;
}

div.dbitb-comment-list {
  max-height: 350px;
  overflow-x: hidden;
  color: var(--color-hellgrau);
}

div.commentdatetime {
  text-align: right;
  color: var(--color-hellgrau);
  padding-right: 10px;
  font-family: "LeniaSans Regular";
}

div.dbitb-comments-headline {
  font-family: "LeniaSans Medium";
  font-size: 26px;
  color: var(--color-hellgrau);
  text-align: center;
  padding-bottom: 20px;
}

div.commentreplytext {
  padding-left: 20px;
  font-family: "LeniaSans Regular";
}

span.videotitle {
  text-align: center;
  font-family: "LeniaSans Medium";
  font-size: 26px;
}

div.commentfooter {
  padding-bottom: 10px;
}

span.commentlike {
  padding-right: 15px;
}

span.commentanswer {
  padding-right: 15px;
}

.dbitb-pagination {
  text-align: center;
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0 15px;
}

.dbitb-page-link {
  display: inline-block;
  padding: 12px 20px;
  border: 2px solid #dadada;
  text-decoration: none;
  color: #3d3d3c;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
}

.dbitb-page-link:hover {
  background-color: #f5f0f4;
  text-decoration: none;
  border-color: var(--color-lila);
  color: #3d3d3c;
}

.dbitb-page-link.active {
  background-color: var(--color-lila);
  color: #3d3d3c;
  border-color: var(--color-lila);
}

.dbitb-page-nav {
  background-color: #f5f0f4;
  padding: 12px 24px;
  font-weight: bold;
}

.dbitb-page-nav:hover {
  background-color: #dadada;
}

@media screen and (max-width: 768px) {
  .dbitb-pagination {
    gap: 8px;
  }
  .dbitb-page-link {
    padding: 8px 14px;
    font-size: 14px;
  }
  .dbitb-page-nav {
    width: 100%;
    order: 2;
  }
  /* Move "Previous" button to bottom */
  .dbitb-page-nav:first-child {
    order: 3;
  }
}
@media screen and (max-width: 480px) {
  .dbitb-pagination {
    gap: 6px;
  }
  .dbitb-page-link {
    padding: 6px 12px;
    font-size: 13px;
  }
}
.video-carousel {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 5px 40px;
  height: 250px;
  overflow: visible;
}

.video-carousel .swiper-wrapper {
  height: 100%; /* Take full height of parent */
}

.video-carousel .swiper-slide {
  display: flex;
  flex-direction: column; /* Stack video and title vertically */
  justify-content: flex-start;
  align-items: center;
  height: 100%; /* Take full height of parent */
}

.video-carousel .video-container {
  width: 100%;
  height: 200px; /* Fixed height for video container */
  padding-top: 0 !important; /* Override the general padding-top */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.video-carousel .video-container iframe {
  width: 100%;
  height: 100%; /* Take full height of container */
}

.video-carousel .video-container .video {
  width: 100%;
  height: 100%; /* Take full height of container */
}

.video-carousel .swiper-button-next,
.video-carousel .swiper-button-prev {
  color: var(--color-lila);
  top: 55%;
}

.video-carousel .swiper-button-prev {
  left: -5%;
}

.video-carousel .swiper-pagination-bullet-active {
  background: var(--color-lila);
}

/* Responsive adjustments */
@media screen and (max-width: 1024px) {
  .video-carousel {
    height: 280px;
  }
  .video-carousel .video-container {
    height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .video-carousel {
    height: 320px;
  }
  .video-carousel .video-container {
    height: 270px;
  }
}
@media screen and (max-width: 480px) {
  .video-carousel {
    height: 280px;
  }
  .video-carousel .video-container {
    height: 230px;
  }
}
/* Video List Styles */
.video-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 2rem 0;
}

.video-item {
  margin-bottom: 2rem;
}

.video-item .video-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

@media screen and (max-width: 768px) {
  .video-container {
    height: 56.25vw;
  }
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Zoom Meeting Styles */
.zoom-meeting-container {
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  text-align: center;
}

.zoom-meeting-text {
  margin-bottom: 15px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: var(--color-lila-light);
  font-family: "LeniaSans Regular" !important;
}

.zoom-meeting-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--color-lila);
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 4px;
  font-family: "LeniaSans Medium" !important;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
}

.swiper-slide .video-title {
  text-align: center;
  margin-bottom: 10px;
  color: #3d3d3c;
  font-size: 1.2em;
}

/* Standard video container (for YouTube videos in carousel) */
.video-container-youtube {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-container-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* HLS video container in carousel */
.video-container-carousel {
  height: 100%;
  width: 100%;
}

.video-container-carousel .video-js {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

/* Fix for video containers in the carousel */
.dau-carousel-img-container .video-container {
  padding-top: 0;
  height: 100%;
}

@media (max-width: 767px) {
  .video-container-hls {
    /* Calculate height based on screen width and aspect ratio */
    height: calc(56.25vw - 30px) !important;
    z-index: 999;
    margin-bottom: 25px;
  }
}

.dau-carousel-img-container .video-container-hls {
  height: 100%;
  width: 100%;
}

.dau-carousel-img-container .video-container-hls .video-js {
  width: 100%;
  height: 100%;
}

/* Thumbnail styling */
.vjs-thumbnail-holder {
  position: absolute;
  left: -1000px;
  bottom: 20px;
  transition: left 0s;
}

.vjs-thumbnail {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 90px;
}

.dbitb-comments-teaser {
  margin: 2rem 0;
  padding: 1.5rem;
  background-color: var(--color-lila-light);
  border-radius: 5px;
  text-align: center;
  font-family: "LeniaSans Regular";
  color: #3d3d3c;
}

.dbitb-comments-teaser p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.featured-image-container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-gray-dark);
}

/* Video Access Container Styles */
.video-access-container {
  padding: 25px;
  margin: 20px 0;
  text-align: center;
}

.video-access-text {
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--color-lila-light) !important;
  font-family: "LeniaSans Regular";
}

.video-access-link {
  display: inline-block;
  padding: 12px 25px;
  background-color: var(--color-lila);
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 4px;
  font-family: "LeniaSans Medium";
  font-size: 1.2rem;
  transition: all 0.3s ease;
  border: 2px solid var(--color-lila);
}

@media screen and (max-width: 768px) {
  .video-access-container {
    padding: 20px 15px;
  }
  .video-access-text {
    font-size: 1.1rem;
  }
}
.thc-popup-no-link a {
  text-decoration: none;
  color: var(--color-gray-dark) !important;
}

/* Live Webinar Link Styles */
.dbitb-live-webinar-circle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  background-color: var(--color-red-dark);
  color: #ffffff !important;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-family: "LeniaSans Semi Bold", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 10px;
  box-sizing: border-box;
  transition: transform 0.2s ease, background-color 0.2s ease, width 0.3s ease, height 0.3s ease, font-size 0.3s ease;
}
.dbitb-live-webinar-circle:hover {
  background-color: var(--color-red-hover); /* Darker red on hover */
  transform: scale(1.05);
  text-decoration: none;
  color: #ffffff !important;
}
.dbitb-live-webinar-circle:focus {
  outline: 2px solid var(--color-red-hover);
  outline-offset: 2px;
}

/* Responsive adjustments for Live Webinar Circle */
@media screen and (max-width: 768px) {
  .dbitb-live-webinar-circle {
    width: 200px;
    height: 200px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .dbitb-live-webinar-circle {
    width: 200px;
    height: 200px;
    font-size: 1.2rem;
  }
}
/* Style for countdown timer text */
.dbitb-live-webinar-circle .webinar-countdown-timer {
  display: block; /* Ensure it takes its own line */
  margin-top: 8px; /* Add some space above the countdown */
  font-size: 0.9em; /* Slightly smaller font size */
  font-weight: normal;
  color: #f5f0f4;
}

/* Optional: Style when the webinar is live */
.dbitb-live-webinar-circle.live {
  background-color: var(--color-green-live); /* Change background to green when live */
}

.dbitb-live-webinar-circle.live:hover {
  background-color: var(--color-green-live); /* Stay green on hover when live */
}

/* Störer for upcoming video trailer */
.dbitb-video-storer {
  background-color: var(--color-gelb);
  color: var(--color-grau);
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  text-align: center;
  font-family: "LeniaSans Regular", sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}

.dbitb-user-settings-form {
  max-width: 600px;
  margin: 1rem auto;
  font-family: "LeniaSans Regular", sans-serif;
}

.dbitb-user-settings-form h3 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #fff;
}

.dbitb-form-group {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.dbitb-form-label {
  font-size: 1.1rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.dbitb-user-settings-form .description {
  font-size: 0.95rem;
  color: #fff;
}

.dbitb-user-settings-success,
.dbitb-user-settings-error {
  margin: 1rem 0;
  font-size: 1rem;
}

.dbitb-user-settings-success {
  color: #fff;
}

.dbitb-user-settings-error {
  color: #fff;
}

.dbitb-user-settings-form button[type=submit] {
  background-color: var(--color-lila) !important;
  color: #3d3d3c !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 0.75rem 2rem !important;
  font-size: 1.1rem !important;
  font-family: "LeniaSans Medium" !important;
  cursor: pointer;
  transition: background 0.2s;
}

.dbitb-user-settings-form button[type=submit]:hover {
  background-color: var(--color-lila-light) !important;
  color: #3d3d3c !important;
  border: 1px solid var(--color-lila) !important;
  border-radius: 4px !important;
}/*# sourceMappingURL=styles.css.map */