/* cmsms stylesheet: GH-WEBINAR modified: 06.08.2025 10:24:30 */
/* cmsms stylesheet: GH-WEBINAR modified: 06.08.2025 10:16:45 */
/* ==== WEBINAR WRAPPER ==== */
.gh--webinar {
    max-width: 1220px;
    margin: 0 auto 12px auto;
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--gh23-w);
    position: relative;
    transform: scale(1);
    box-shadow: 0px 0px 0px #e2e6eb, -0px -0px 0px #ffffffcf;
    transition: box-shadow 0.15s, transform 0.15s cubic-bezier(0, 0.2, 0.5, 3), box-shadow 0.15s cubic-bezier(0, 0.2, 0.5, 3), scale 0.15s ease-in-out;
}
.gh--webinar:before {
    content: "";
}
.gh--webinar-highlight {
    position: absolute;
    top: 16px;
    left: 0;
    bottom: 16px;
    width: 11px;
    background-color: var(--gh23-g75);
    border-radius: 0 6px 6px 0;
}

.gh--webinar.spotlight {
    border: 2px solid var(--gh23-g50);
    scale: 1.02;
    box-shadow: 0px 10px 15px #00000075;
    z-index: 1;
}

h2.gh--webinar-ondemand-title {
    font-size: 18px;
    font-weight: 800;
    margin: 25px 10px 15px 10px;
}

/* ==== WEBINAR HEADER ==== */
.gh--webinar-head {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    min-height: 142px;
    position: relative;
    padding-right: 24px;
    cursor: pointer;
    text-align: left;
}
.gh--webinar-head > div:not(.gh--webinar-highlight),
.gh--webinar-head > ul {
    padding-left: 30px;
}
.gh--webinar-head > div svg {
    aspect-ratio: 1;
    width: 20px;
    flex-shrink: 0;
}

/* Sub-elements inside header */
.gh--webinar-head-title {
    flex: 1;
    min-width: 220px;
}
.gh--webinar-head h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    max-width: 440px;
    width: auto;
}
.gh--webinar-head-date,
.gh--webinar-head-duration {
    white-space: nowrap;
    display: flex;
    gap: 15px;
}
.gh--webinar-head-duration {
    gap: 14px;
}
.gh--webinar-head-host {
    min-width: 214px;
    display: flex;
    gap: 15px;
    line-height: 1.3;
    white-space: nowrap;
}

/* ==== WEBINAR CONTENT ==== */
.gh--webinar-content {
    border-top: 1px solid var(--gh23-g75);
    display: none;
    flex-direction: column;
    overflow: hidden;
}
.gh--webinar-desc p {
    font-size: 1rem;
}
.gh--webinar-desc {
    padding: 30px 28px 12px 30px;
}

/* ==== HOST LIST ==== */
ul.gh--webinar-head-host {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-basis: auto;
}
li.gh--webinar-host,
li.gh--webinar-host a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
li.gh--webinar-host .gh--webinar-host-portrait {
    height: 32px;
    width: 32px;
    border-radius: 32px;
    background-color: var(--gh23-g);
    background-image: url(/uploads/assets/ico-m-partner.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}
li.gh--webinar-host .gh--webinar-host-portrait.avatar {
    background-size: contain;
}

/* ==== TAGS ==== */
.gh--webinar-head-tags ul {
    display: flex;
    margin: 0;
    padding: 0;
}
ul.gh--webinar-head-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 0;
    margin-top: 14px;
}
content ul.gh--webinar-head-tags li {
    list-style: none;
    background-color: #dadfe9;
    border-radius: 20px;
    padding: 0px 8px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 0.2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 48px;
    cursor: default;
    text-align: center;
    margin-right: 4px;
}

/* ==== URL BUTTON ==== */
.gh--webinar-head-url {
    padding: 28px;
    position: relative;
}
content .gh--webinar-head-url a {
    border: 2px solid var(--gh23-b);
    border-radius: 32px;
    padding: 10px 32px;
    text-align: center;
    box-sizing: border-box;
    line-height: initial;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    display: inline-flex;
    align-items: center;
    background-color: #000;
    background-image: linear-gradient(var(--gh23-y), var(--gh23-y));
    background-size: 0% 100% !important;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size .3s, color .3s;
    cursor: pointer;
    justify-content: center;
    white-space: nowrap;
    min-width: 170px;
}
content .gh--webinar-head-url a:hover {
    background-size: 100% 100% !important;
    color: #000;
}

/* ==== ACTIONS BAR ==== */
.gh--webinar-actions {
    padding: 12px;
    border-top: 1px solid var(--gh23-g);
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.gh--webinar-actions a.button {
    padding: 7px 22px;
}

/* ==== CTA BOX ==== */
.gh--webinar-cta {
    max-width: 1220px;
    margin: 24px auto 12px auto;
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--gh23-w);
    position: relative;
    transform: scale(1);
    box-shadow: 0px 0px 0px #e2e6eb, -0px -0px 0px #ffffffcf;
    transition: box-shadow 0.15s, transform 0.15s cubic-bezier(0, 0.2, 0.5, 3);
    display: flex;
    padding: 24px;
    font-size: 18px;
    width: auto;
    line-height: 1.2;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
.gh--webinar-cta > div {
    display: flex;
    flex-direction: column;
}
.gh--webinar-cta a {
    padding: 7px 22px;
    font-size: 16px;
    flex-basis: content;
}
.gh--webinar-cta strong {
    margin-bottom: 12px;
    margin-top: 6px;
    font-size: 20px;
}
a.action--Webinar-teilen {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--gh23-w);
    padding: 6px 12px 6px 12px;
    border-radius: 0 0 0 15px;
    opacity: 0;
    transition: opacity .3s, background-color .3s;
}

a.action--Webinar-teilen svg {
    height: 16px;
    width: 16px;
    margin-right: 10px;
    margin-bottom: -2px;
    fill: currentColor;
}

.gh--webinar:hover a.action--Webinar-teilen {
    opacity: 0.2;
}

.gh--webinar:hover a.action--Webinar-teilen:hover {
    opacity: 1;
    background-color: var(--gh23-g75);
}
.gh-toast {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  background: #000;
  color: #fff;
  padding: 12px 16px 12px 14px;
  border-radius: 0.5rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(-10px);
  z-index: 9999;
  gap: 14px;
}

.gh-toast.visible {
  opacity: 1;
  transform: translateY(0);
  z-index: 1000000002;
}

.gh-toast-icon svg {
  width: 22px;
  height: 22px;
  margin-bottom: -6px;
}



/* ==== RESPONSIVE QUERIES ==== */
@media (max-width: 960px) {
    .gh--webinar-head {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 12px;
    }
    .gh--webinar-head-title {
        flex-basis: 100%;
    }
    .gh--webinar-head-date,
    .gh--webinar-head-duration,
    .gh--webinar-head-host {
        flex-basis: 37%;
        margin-bottom: 6px;
        flex: 1 0 auto;
    }
}

@media (max-width: 629px) {
    .gh--webinar-head-date,
    .gh--webinar-head-duration,
    .gh--webinar-head-host {
        flex-basis: 100%;
    }
    .gh--webinar-content {
        flex-direction: column;
    }
    content .gh--webinar-head-url a {
        width: 100%;
        background-color: #000;
        color: #fff;
    }
    li.gh--webinar-host .gh--webinar-host-portrait {
        height: 24px;
        width: 24px;
        margin-left: -3px;
    }
    .gh--webinar-actions {
        flex-direction: column;
        border-top: none;
    }
    .gh--webinar-cta {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}

@media (max-width: 1280px) {
    .gh--webinar-head {
        flex-wrap: wrap;
        display: flex;
        justify-content: flex-start;
        gap: 13px 20px;
        padding-left: 30px;
        padding-bottom: 10px;
    }
    .gh--webinar-head-title {
        flex-basis: 100%;
        padding-top: 18px;
    }
    .gh--webinar-head > div:not(.gh--webinar-highlight),
    .gh--webinar-head > ul {
        padding-left: 0;
    }
    .gh--webinar-head-date,
    .gh--webinar-head-duration,
    .gh--webinar-head-host {
        padding-left: 0 !important;
    }
    ul.gh--webinar-head-host {
        flex-direction: row;
        flex-wrap: nowrap;
    }
}

@media (min-width: 1100px) {
    .gh--webinar-head-date,
    .gh--webinar-head-duration,
    .gh--webinar-head-host {
        flex-basis: 16%;
    }
}
