﻿    .body-content {
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }


    .dl-horizontal dt {
        white-space: normal;
    }

    input,
    select,
    textarea {
        max-width: 280px;
    }


    :root {
        --navy-blue: #152C58;
        --dark-blue: #003057;
        --bg-teal: #DFF2EF;
    }
.fw-semi-bold{
    font-weight: 600;
}

.text-navy {
    color: var(--navy-blue);
}

    .text-dark-blue {
        color: var(--dark-blue);
    }

    .bg-teal-section {
        background: var(--bg-teal);
    }

    .radius-16 {
        border-radius: 16px;
    }

    .radius-24 {
        border-radius: 24px;
    }

    .radius-36 {
        border-radius: 36px;
    }

    .radius-48 {
        border-radius: 48px;
    }

    .hero-card {
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(4px);
    }

    .card-img-top {
        border-radius: 36px;
    }

    .card-border {
        padding: 12px;
        border-radius: 24px;
        border-top-left-radius: 0px;
        border: 12px solid transparent;
        backdrop-filter: blur(6px);
        box-shadow: 0px 8px 4px 0px #00000040;
        background: linear-gradient(81.96deg, #F5FBFD 2.8%, #DDFBFD 40.13%, #BEF2F0 98.67%) padding-box, linear-gradient(#fff 0 0) padding-box, linear-gradient(3deg, #B5E5FB 6.71%, #9CDDE6 42.17%, #3D7B71 97.76%) border-box;
    }

    .card-border-2 {
        padding: 12px;
        border-radius: 24px;
        border-top-left-radius: 0px;
        border: 12px solid transparent;
        backdrop-filter: blur(6px);
        box-shadow: 0px 8px 4px 0px #00000040;
        background: linear-gradient(81.96deg, #F5FBFD 2.8%, #DDFBFD 40.13%, #BEF2F0 98.67%) padding-box, linear-gradient(#fff 0 0) padding-box, linear-gradient(3.04deg, #B5E5FB 6.71%, #9CDDE6 42.17%, #223864 97.76%) border-box;
    }

    .card-overlap-top {
        width: 90%;
        margin-top: -48px;
    }

    .icon-text {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    /* Backgrounds */
    .bg-illustration-blue {
        background: url('/de-de/aktion/ai-tour/Images/ms-ai-tour-blue-illustration-banner.png') no-repeat right center;
        background-size: cover;
        width: 100%;
        min-height: 400px;
    }

    .bg-dotted {
        max-width: 100%;
        height: auto;
        display: block;
        background: #DFF2EF url('/de-de/aktion/ai-tour/Images/single-video-player-bg.jpg') no-repeat 100% 10%;
        background-size: contain;
    }
    @media (max-width: 1083px) {
        .bg-dotted {
            background: url('/de-de/aktion/ai-tour/Images/single-video-player-bg.jpg') no-repeat right center;
            background-size: cover;
            padding-top: 3rem;
        }
    }

    .bg-wave-1 {
        background: url('/de-de/aktion/ai-tour/Images/blue-wave-bg.png') no-repeat right center;
        background-size: cover;
        width: 100%;
        min-height: 400px;
    }

    .bg-wave-2 {
        background: url('/de-de/aktion/ai-tour/Images/blue-wave-bg-2.png') no-repeat right center;
        background-size: cover;
        width: 100%;
        min-height: 400px;
    }

    .agenda-heading {
        width: 100%;
        border-radius: 16px;
        background: linear-gradient(90deg, #6ec1e4 0%, #a8ecf7 100%);
        background-image: radial-gradient(circle, rgba(255, 255, 255, 0.4) 2px, transparent 2px), linear-gradient(90deg, #6ec1e4 0%, #a8ecf7 100%);
        background-size: 30px 30px, 100% 100%;
        box-shadow: 0 0 6px rgba(255, 255, 255, 0.4) inset;
        color: #0d2b69;
        margin-bottom: 4px;
    }

    .badge-date {
        display: inline-block;
        padding: 10px 22px;
        font-weight: 600;
        color: #0F2B4C;
        background: linear-gradient(135deg, #a8dff5, #6ec7e8);
        border-radius: 12px;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12);
        position: relative;
    }

        .badge-date::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: radial-gradient(#ffffff33 2px, transparent 2px);
            background-size: 14px 14px;
            opacity: 0.5;
            border-radius: inherit;
            pointer-events: none;
        }

    .agenda-table {
        width: 125%;
        background: #fff;
        border: none;
    }


        .agenda-table th,
        .agenda-table td {
            border: none !important;
            vertical-align: top;
            padding: 0.8rem 1.2rem;
        }

        .agenda-table tbody th {
            white-space: nowrap;
            width: 10%;
        }

        .agenda-table tbody td {
            color: #212529;
        }

    @media (min-width: 1083px) {
        .agenda-table p {
            max-width: 75%;
            margin-bottom: 0;
        }
    }

    .wave-container {
        position: relative;
        background-color: #DFF2EF;
        padding-bottom: 220px;
        overflow: hidden;
    }

        .wave-container::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 220px;
            background-image: url('/de-de/aktion/ai-tour/Images/wave-background.png');
            background-repeat: no-repeat;
            background-size: 100% 100%;
            background-position: bottom center;
            pointer-events: none;
        }

    .profile-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 300px;
    }

    .image-wrapper {
        width: 240px;
        height: 240px;
        border-radius: 50%;
        background: linear-gradient(180deg, #4a8f85 0%, #a3dbf0 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        padding: 8px;
        box-sizing: border-box;
    }

    .profile-img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        background-color: #ddd;
    }

    .name {
        color: #102b5e;
        font-weight: 700;
    }

    .title {
        color: #000000;
        font-weight: 400;
        line-height: 1.5;
        margin: 0;
    }

    .location-section {
        background-color: var(--dark-blue);
    }

    .profile-wrapper .card {
        border: none;
        background: transparent;
        align-items: center;
        text-align: center;
    }

.image-bundle {
    position: absolute;
    display: inline-block;
    max-width: 100%;
    border-radius: 16px;
    top: 46%;
    transform: translateY(50%);
}

        .image-bundle .main-img {
            display: block;
            width: 100%;
            height: auto;
            border-radius: 16px;
        }

        .image-bundle .overlay-icon {
            position: absolute;
            bottom: -30px;
            right: -30px;
            width: 100px;
            height: auto;
            border-radius: 20px;
            z-index: 10;
        }



    @media (max-width: 1084px) {
        .agenda-table {
            width: 100%;
        }

        .image-bundle {
            position: relative;
        }
    }

    .custom-tab-layout .tab-group {
        display: block !important;
    }

    .custom-tab-link {
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        text-decoration: none;
        border: 1px solid transparent;
        background: transparent;
        border-radius: 8px;
        padding: 12px;
        width: 100%;
        transition: all 0.2s ease;
        margin-bottom: 16px;
        cursor: pointer;
        min-height: 80px;
        text-align: left;
    }

        .custom-tab-link img {
            width: 100px;
            height: auto;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .custom-tab-link .tab-text {
            font-weight: 600;
            line-height: 1.2;
        }

        .custom-tab-link:hover {
            background-color: transparent;
            text-decoration: none;
            transform: translateY(-2px);
        
        }

            .custom-tab-link:hover .tab-text {
                color: #000;
            }

        .custom-tab-link.active {
            background-color: #dff6f9 !important;
            border-color: #bee5eb !important;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }

            .custom-tab-link.active .tab-text {
                color: #000 !important;
            }

    .tab-panel-group .tab-panel {
        display: none;
    }


.tab-panel-group .tab-panel.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

    .tab-image:focus .tab-image-border, .tab-image:focus .tab-image-underline {
        outline: .2875rem dotted #75e9fc;
    }

 .tab-panel .card{
    padding: 20px;
 }

footer.c-uhff {
    margin-top: 0px;
}
    @media (forced-colors: active) {
        .tab-image{
            background: white;
        }
        .tab-image:focus .tab-image-border,
        .tab-image:focus .tab-image-underline {
            outline-color: white;
        }
    }
    .tab-image-label {
        color: #fff;
    }



    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .animate-on-scroll {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        will-change: opacity, transform;
    }

        .animate-on-scroll.is-visible {
            opacity: 1;
            transform: translateY(0);
        }

    .animate-fade-in-left {
        opacity: 0;
        transform: translateX(-30px);
        transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    }

        .animate-fade-in-left.is-visible {
            opacity: 1;
            transform: translateX(0);
        }

    .animate-zoom-in {
        opacity: 0;
        transform: scale(0.95);
        transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    }

        .animate-zoom-in.is-visible {
            opacity: 1;
            transform: scale(1);
        }

    .delay-100 {
        transition-delay: 0.1s;
    }

    .delay-200 {
        transition-delay: 0.2s;
    }

    .delay-300 {
        transition-delay: 0.3s;
    }

    .delay-400 {
        transition-delay: 0.4s;
    }

    .delay-500 {
        transition-delay: 0.5s;
    }




:root {
    --ring-size: 88px;
    --ring-stroke: 8;
}

.countdown {
    display: flex;
    color: #fff;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}


.ring {
    width: var(--ring-size);
    height: var(--ring-size);
    position: relative;
    display: grid;
    place-items: center;
    font-weight: 700;
    color: var(--text);
}

    .ring svg {
        width: 100%;
        height: 100%;
        transform: rotate(-90deg);
        display: block;
    }

.value {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    user-select: none;
}

.num {
    font-size: 1.4rem;
}

.label {
    font-size: 0.55rem;
    color: var(--muted);
    margin-top: 4px;
}

.ring circle.bg {
    fill: rgba(0, 0, 0, 0.15) !important;
    stroke: rgba(7,20,45,0.06);
    stroke-width: var(--ring-stroke);
}

.ring circle.fg {
    fill: none;
    stroke-linecap: round;
    stroke-width: var(--ring-stroke);
    transition: stroke-dashoffset 0.4s linear;
}

.ring.days circle.fg {
    stroke: #8CFFD6;
}

.ring.hours circle.fg {
    stroke: #B3D4FF;
}

.ring.minutes circle.fg {
    stroke: #C2E0FF;
}

.ring.seconds circle.fg {
    stroke: #A5F2F3;
}

@media (min-width:1083px) {
    .countdown{
        color: #fff
    }
}
@media (max-width:1083px) {

    .countdown {
        color: #000;
    }
    .highlight-card {
        background: #fff !important
    }
}


@media (max-width:420px) {
    :root {
        --ring-size: 72px;
    }

}

@media (prefers-reduced-motion:reduce) {
    .ring circle.fg {
        transition: none;
    }
}


/*====================================================================*/



.agenda_section .table_section_wrap {

}

    .agenda_section .table_section_wrap .title_section h4 {
        color: #669CD9;
        padding: 24px;
        font-size: 24px;
    }
    .agenda_section .table_section_wrap table tbody tr th {
        font-weight: unset;
    }

.agenda_section .tab-outline .tab-group .active:not(.tab-image) {
    border-color: #7FC4EB;
    border-width: 3px;
    width: auto;
    background-color: #95def0 !important;
}

.agenda_section .tab-outline .tab-group .tab-label {
    max-width: unset;
}

.agenda_section .tab-outline .tab-group a {
    padding: 10px 12px;
    border-color: #7FC4EB !important;
    border-width: 3px;
    background: transparent !important;
}

.agenda_section .tab-outline .tab-group .tab-label:after {
    display: none;
}

.agenda_section .tab-outline .tab-group a:after {
    display: none;
}

.agenda_section .tab-group {
    gap: 1rem;
}


.agenda_section .table h4 {
    color: #669CD9;
}

.agenda_section .table td .spacing {
    height: 360px;
}


.agenda_section .tab-content, .tab-panel-group {
    margin-top: 2rem
}


.tab-arrows.mobile-arrows .arrow-next::after, .tab-arrows.mobile-arrows .arrow-prev::after{
    color:#000
}

.agenda-table {
    table-layout: fixed;
}

    .agenda-table tr td[rowspan] {
        width: 195px;
    }

    .agenda-table tr th, .agenda-table tr td:nth-child(2) {
        width: 170px;
    }




@media (max-width: 1600px) {
    .image-bundle {
        transform: translateY(60%);
    }

    .agenda_section .table td .spacing {
        height: 300px;
    }


@media (max-width: 1083px){
    .image-bundle{
        transform: unset;
    }
    .agenda-heading{
        margin-bottom:1rem
    }

    .tab-arrows.mobile-arrows .arrow-next::after, .tab-arrows.mobile-arrows .arrow-prev::after {
        color: #000
    }
}

@media (max-width:575px){
    .agenda_section .table_section_wrap {
        overflow: auto;
    }

        .agenda_section .table_section_wrap .table {
            min-width: 600px;
        }

    .agenda_section .table td .spacing {
        height: 60px;
    }
}