.stream__video {
    min-height: 500px;
}
.zoom {
    text-align: center;
}
.zoom a.register-page__btn.max-width {
    width: 50%;
    margin: auto;
}
h1.hemo2024_1 {
    --tw-text-opacity: 1;
    color: #ffffff;
    text-transform: uppercase;
  font-size: 1.875rem;

  font-weight: bold;
  font-family: Saira Semi Condensed;
}

h2 {
  color: #ffffff;
    font-family: Saira Semi Condensed;
  margin-top: 1em;

  font-size: 1.5rem;
}

h2.hemo2024_2 {
      text-transform:  uppercase;
  color: #009FDA;

}

path#Unione_1 {
    fill: #009FDA!important;
}



circle#Ellisse_26 {
    stroke: #009FDA!important;
}

g#Raggruppa_1097, line#Linea_10, line#Linea_9 {
    stroke: #009FDA!important;
}



.Agenda-Title, .register-page__section-title {
  color:  #ffffff;
text-transform: uppercase;
        font-weight: 600;
    font-size: 1.5rem;
margin-top: 50px;
}

body {
        line-height: 1.75rem;
    font-size: 1.125rem;
            font-family: Roboto;
  font-weight: normal;
}
.font-semibold {
    font-weight: 600;
}

.datetime {
    line-height: 2.25rem;
    color: #009FDA;
    font-weight: 600;
}




.register-page__container .speaker__name {
    margin-bottom: 0px;
}
.register-page__container .speaker img {
    border-radius: 106px;
}
.datetime {
grid-auto-flow: column;
grid-auto-columns: max-content;
display: grid;
margin-top: 1.5rem;
      padding-bottom: 2em;
}


.date {
grid-auto-flow: column;
justify-content: flex-start;
align-items: center;
display: flex;
padding-right: 25px
}


.time {
grid-auto-flow: column;
justify-content: flex-start;
display: flex;
align-items: center;
  line-height: 1.5rem;
}


.w-\[45px\] {
    padding-right: 20px;
}




.agenda2024-1 {
    display: grid;
    column-gap: 50px;
}


button.register-page__btn {
    background-color: #009FDA;
    font-family: Roboto;
}
h2.register-page__section-title {
  padding-bottom: 50px;
}

.form-field-full-width {
    font-size: 14px;
}

button.register-page__btn {
    border-radius: 25px;
    padding-bottom: 5px;
}

.saira-semi-condensed-thin {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.saira-semi-condensed-extralight {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.saira-semi-condensed-light {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.saira-semi-condensed-regular {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.saira-semi-condensed-medium {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.saira-semi-condensed-semibold {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.saira-semi-condensed-bold {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.saira-semi-condensed-extrabold {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.saira-semi-condensed-black {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

 body {
      font-family: 'Roboto', sans-serif;
    }
.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* Äußere Section: nur direkte speaker-Kinder nebeneinander anordnen */
section > .speaker {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex: 1;
  min-width: 200px;
  box-sizing: border-box;
  gap: 10px;
}

/* Container für alle speaker nebeneinander */
section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: row;
}

/* Die Überschrift bleibt oben */
section > .register-page__section-title {
  flex-basis: 100%;
}

/* Bild begrenzen */
.speaker__photo {
  max-width: 100px;
  max-height: 100px;
  object-fit: cover;
  flex-shrink: 0;
}

/* Text rechts vom Bild */
.speaker__info {
  flex: 1;
}

table {
    color: #ffffff;
      font-size: .8em;
  border-color: #009FDA;
  min-width: 100%;
    margin-top: 2em;
}

thead {
    background-color: #009FDA;
}

.register-page__container .speaker img {
    margin-right: 0;
}
.speaker__name {
    font-size: 0.9em !important;
}
.speaker__info {
    font-size: 0.8em;
}
td.timetd {
    white-space: nowrap;
}

.registration-form .form-group label .field-title {
    color: #ffffff;
}

input:checked~span {
    color: white;
}

span {
    color: white;
}

.register-page__container {
    background-color: #1d1f45;
}
.footer {
    max-width: 840px;
    margin: auto;
}

.datetime {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; /* Abstand zwischen Datum und Uhrzeit */
  margin-bottom: 1rem;
}

.date-time-block {
  display: flex;
  align-items: flex-start;
}

.icon {
  width: 45px;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.text {
  line-height: 1.5;
}

/* Ab 640px (Tablet und größer): Nebeneinander */
@media (min-width: 640px) {
  .datetime {
    flex-direction: row;
    align-items: flex-start;
  }
}

time {
  display: inline-flex;
  align-items: center;
}

time::before {
  content: url('URL_ZUM_SYMBOL');
  margin-right: 8px; /* Abstand zwischen Symbol und Datum */
}

.wrap-video {
    justify-content: initial;
}

span.widget_vod_name {
    color: #1d1f45;
    font-family: 'Saira Semi Condensed';
}



.navigation {
margin-top: 25px;
    margin-left: 10px;
   margin-right: 10px;
}

a.navbutton {
    align-items: center;
    background-color: var(--color_background_button);
    border: none;
    border-radius: 4px;
    color: white;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    width: 200px;
  cursor: auto;
    font-family: 'Saira Semi Condensed';
  text-transform: uppercase;
}

.navleft {
  display:block; 
  text-align:left; 
  float:left;
}

.navright {
display:block; 
  text-align:right;
}
.h-full {
    height: inherit;
}
a.navbutton {
    cursor: pointer;
    text-decoration: none;
}

p.adprom {
    font-size: x-small;
}

footer {
    background-color: #1d1f45;
}

.bild-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Abstand zwischen Bildern */
  justify-content: flex-start; /* linksbündig */
}

.bild-grid a {
  flex: 1 1 calc(50% - 20px); /* max. 50% minus Abstand */
  box-sizing: border-box;
  text-decoration: none;
}

.bild-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px; /* optional: abgerundete Ecken */
}

/* Responsive: 1 Spalte auf kleinen Geräten */
@media (max-width: 600px) {
  .bild-grid a {
    flex: 1 1 100%;
  }
}
h1 {
    font-family: saira semi condensed;
}


.countdown span {
    color: #1d1f45;
}



.download-list {
    list-style: none;
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
}

.download-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: white;
    padding: 10px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.download-list li:hover {
    background-color: #e6f0ff;
}

.thumbnail-link,
.title-link {
    text-decoration: none;
    color: #004aad;
    transition: color 0.3s ease;
}

.thumbnail-link:hover,
.title-link:hover {
    color: #002e6b;
}

.thumbnail {
    display: block;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
    /* feste Höhe, Breite wird automatisch angepasst */
    height: 60px;
}

/* Querformat 16:9 */
.aspect-16-9 {
    aspect-ratio: 16 / 9;
    width: auto;
    max-width: 120px;
}

/* Hochformat 1,41 (z.B. A4-Verhältnis) */
.aspect-1-41 {
    aspect-ratio: 1 / 1.41;
    width: auto;
    max-width: 85px;
}

/* Der Titel */
.title-link {
    font-size: 1rem;
    font-weight: 600;
}


.bild-grid-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Abstand zwischen Bildern */
  justify-content: flex-start; /* linksbündig */
}

.bild-grid-3 a {
    flex: 1 1 calc(33% - 20px);
    box-sizing: border-box;
    text-decoration: none;
    max-width: calc(33% - 20px);
    margin-bottom: 20px;
}

.bild-grid-3 img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px; /* optional: abgerundete Ecken */
}

/* Responsive: 1 Spalte auf kleinen Geräten */
@media (max-width: 600px) {
  .bild-grid-3 a {
    flex: 1 1 100%;
  }
}




.resourceintro {
    background-color: #1d1f45;
    color: white;
    padding: 20px;
}