/* Global */
#top:has(.congres-section) #Notificatiebalk {
    display: none;
}

#top .congres-section {
    --color-purple: #4e2d86;
    --color-green: #26b19f;
    --color-red: rgb(149, 40, 49);
    --color-white: #ffffff;
}

#top #wrap_all .congres-section .av-special-heading-tag {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
}

#top #wrap_all .congres-section h1.av-special-heading-tag  {
    font-size: clamp(28px,2.5vw,34px) !important;
}

#top #wrap_all .congres-section h2.av-special-heading-tag  {
    font-size: clamp(36px,3.5vw,64px) !important;
}

#top .congres-section .flex_column.flex_column_table_cell {
    background: transparent;
}

#top .congres-section .flex_column.av_one_half p {
    padding: 0;
}

/* Header */
#top .congres-section.congres-section--header {
    border: none !important;
    padding: 10px 0;
}

#top .congres-section.congres-section--header[style*="top: 0px"] {
    @media screen and (max-width: 767px) {
        position: fixed !important;
    }
}

#top .congres-section.congres-section--header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 50px;
    gap: 20px;

    @media screen and (max-width: 767px) {
        gap: 8px;
    }

    &::after {
        display: none;
    }
}

#top .congres-section.congres-section--header .container::before {
    content: " ";
    width: clamp(36px,40vw,343px);
    height: 28px;
    position: relative;
    left: 50px;
    background-image: url("https://www.dentalinfo.nl/wp-content/uploads/2026/01/gebit2026logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    flex: 1;
    @media screen and (max-width: 767px) {
        left: 20px;
    }
}

#top .congres-section.congres-section--header .av-subnav-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
    padding-right: 50px;
    @media screen and (max-width: 767px) {
        padding-right: 20px;
        gap: 20px;
    }
    & > li {
        & > a {
            padding-left: 0;
            padding-right: 0;
        }
    }
}

#top .congres-section.congres-section--header .av-subnav-menu li a::before {
    display: none;
}

#top .congres-section.congres-section--header .avia-menu-text {
    font-size: 21px;
    font-weight: 600;
    cursor: pointer;

    &:hover {
        color: var(--color-purple) !important;
    }
}

#top #wrap_all .congres-section.congres-section--header  .av-menu-button-colored > a .avia-menu-text {
    background: var(--color-green);
    border-color: var(--color-green);
    color: var(--color-white) !important;
    border-radius: 8px;
}

#top #wrap_all .congres-section.congres-section--header .mobile_menu_toggle {
    display: none;
    padding: 0;
    margin: 0;
    background: var(--color-purple);
    color: white;
    border-radius: 8px;
    margin-left: 20px;
    @media screen and (max-width: 1140px) {
        display: block;
        &:has(+ .av-open-submenu) {
            margin-right: 20px;
        }
    }
    .av-current-placeholder {
        display: none;
    }
}

#top #wrap_all .congres-section.congres-section--header .av-subnav-menu > li:not(:last-child) {
    display: block;
    @media screen and (max-width: 1140px) {
        display: none;
    }
}

#top #wrap_all .congres-section.congres-section--header .av-subnav-menu.av-open-submenu > li:not(:last-child) {
    @media screen and (max-width: 1140px) {
        display: block;
    }
}

#top #wrap_all .congres-section.congres-section--header .av-subnav-menu.av-open-submenu  {
    position: absolute;
    left: 0;
    width: 100%;
    background: white;
    top: 66px;
    padding: 0 20px 20px 20px;
}

/* Hero */
#top .congres-section.congres-section--hero .content {
    padding-top: 80px;   
    @media screen and (max-width: 767px) {
        padding-top: 0px;    
        margin-bottom: -80px;
    }
}

#top .congres-hero-image.congres-hero-image--large img {
    border: 10px solid var(--color-green);
    aspect-ratio: 1;
    object-fit: cover;
}

#top .congres-hero-image.congres-hero-image--small img {
    border: 5px solid var(--color-purple);
    aspect-ratio: 1;
    object-fit: cover;
}

#top .congres-hero-image.congres-hero-image--small {
    position: absolute;
    &:nth-child(2) {
        right: -10%;
        top: -10%; 
        z-index: -1;
        @media screen and (max-width: 767px) {
            right: 0px;
        }
    }
    &:nth-child(3) {
        top: 5%;
        left: -35%;
        @media screen and (max-width: 767px) {
            left: -30px;
        }
        img {
            border-color: var(--color-red);
        }
    }
    &:nth-child(4) {
        bottom: -50px;
        left: -280px;
        @media screen and (max-width: 767px) {
            left: 20px;
            bottom: 0;
        }
    }
}

#top .congres-hero-image.congres-hero-image--small img {
    border: 5px solid var(--color-purple);
    aspect-ratio: 1;
    object-fit: cover;
    width: 200px;
    @media screen and (max-width: 767px) {
        width: 100px;
    }
}


/* Intro */
#top .congres-section.congres-section--intro .content {
    padding-top: 80px;
    padding-bottom: 120px;
    @media screen and (max-width: 767px) {
        padding-top: 80px;    
        padding-bottom: 40px;
    }
}


#top .congres-section.congres-section--intro .avia-icon-grid-container {
    margin-bottom: 80px;
    display: flex;
    @media screen and (max-width: 767px) {
        margin-bottom: 40px;
    }
}

#top .congres-section.congres-section--intro .article-icon-entry::before,
#top .congres-section.congres-section--intro .avia-icongrid-content {
    display: none;
}

#top .congres-section.congres-section--intro .avia-icongrid-front {
    position: static;
    transform: none;
    padding: 0;
}

#top .congres-section.congres-section--intro .avia-icongrid-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    @media screen and (max-width: 767px) {
        margin-bottom: 10px;
    }
}

#top .congres-section.congres-section--intro .avia-icongrid-icon {
    margin: 0;
    font-size: 30px;
    @media screen and (max-width: 767px) {
        width: 30px;
    }
}
#top .congres-section.congres-section--intro .av_icongrid_title {
    text-align: left;
}
#top .congres-section.congres-section--intro .article-icon-entry {
    padding: 0;
}


/* Program */
#top .congres-section.congres-section--program .content {
    padding-top: 60px;
    padding-bottom: 200px;
    @media screen and (max-width: 767px) {
        padding-top: 40px;    
        padding-bottom: 80px;
    }
}
#top .congres-section.congres-section--program .avia-timeline  {
    margin: 40px 0;
}
#top .congres-section.congres-section--program .avia-timeline .av-milestone-icon-wrap,
#top .congres-section.congres-section--program .avia-timeline .av-milestone-indicator{
    display: none;
}
#top .congres-section.congres-section--program .avia-timeline .av-milestone {
    padding-bottom: 30px;
    display: flex;
    position: relative;
    @media screen and (max-width: 767px) {
        flex-direction: column;
        padding: 0 0 30px 30px;
    }
}
#top .congres-section.congres-section--program .avia-timeline .av-milestone:has(.milestone_inner[style*="background"]) .av-milestone-contentbox {
    color: var(--color-purple);
}
#top .congres-section.congres-section--program .avia-timeline .av-milestone-date {
    white-space: pre;
    color: gray;
    position: relative;
    overflow: visible;
    @media screen and (max-width: 767px) {
        padding: 0 0 10px 0;
        font-size: 16px !important;
        position: static;
    }
    
    &::before {
        content: '';
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background: gray;
        position: absolute;
        left: 110px;
        top: 0;
        z-index: 1;
        @media screen and (max-width: 767px) {
            left: 0px;
        }
        
    }
    &::after {
        content: '';
        width: 1px;;
        height: calc(100% + 30px);
        background: gray;
        position: absolute;
        left: 120px;
        top: 20px;
        @media screen and (max-width: 767px) {
            left: 9px;
        }
    }
    
}
#top .congres-section.congres-section--program .avia-timeline .av-milestone:has(.milestone_inner[style*="background"]) .av-milestone-date::before {
    background: var(--color-purple);   
}
#top .congres-section.congres-section--program .avia-timeline .av-milestone-content-wrap {
    padding: 0;
}
#top .congres-section.congres-section--program .avia-timeline .av-milestone-contentbox {
    padding-left: 0px;
    color: gray;
}
#top .congres-section.congres-section--program .avia-timeline .entry-content-header h4 {
    font-size: clamp(24px,2.5vw,24px) !important;
    color: inherit;
    margin: 0;
}

#top .congres-section.congres-section--program .avia-timeline .av-milestone-contentbox p {
    margin-top: 8px;
}

/* Subjects */
#top .congres-section.congres-section--subjects .content {
    padding-top: 40px;
    padding-bottom: 140px;
    @media screen and (max-width: 767px) {
        padding-top: 40px;    
        padding-bottom: 40px;
    }
}
#top .congres-section.congres-section--subjects  .flex_column_table {
    @media screen and (min-width: 767px) {
        display: flex;
    }
}
#top .congres-section.congres-section--subjects .av_one_half {
    @media screen and (min-width: 767px) {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}
#top .congres-section.congres-section--subjects .av_one_half > .av_textblock_section  {
    flex: 1;
}
#top .congres-section.congres-section--subjects .flex_column.av_one_half p {
    padding: 0;
}
#top .congres-section.congres-section--subjects .togglecontainer p.toggler {
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding: 8px;
    border-radius: 4px;
    overflow: hidden;
}
#top .congres-section.congres-section--subjects .togglecontainer .toggle_icon {
    display: none;
}
#top .congres-section.congres-section--subjects .togglecontainer .toggle_content {
    padding: 0 20px 20px 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


/* Speakers */ 
#top .congres-section.congres-section--speakers .content {
    padding-top: 60px;
    padding-bottom: 180px;
    @media screen and (max-width: 767px) {
        padding-top: 40px;    
        padding-bottom: 40px;
    }
}
#top .congres-section.congres-section--speakers .flex_column.av_one_half {
    margin-bottom: 40px;
}
#top .congres-section.congres-section--speakers .flex_column.av_one_half p {
    padding: 0;
}
#top .congres-section.congres-section--speakers .avia-image-container-inner {
    margin-bottom: 60px;
}
#top .congres-section.congres-section--speakers .avia-image-container-inner img {
    border-radius: 8px;
}
#top .congres-section.congres-section--speakers .avia-image-container-inner::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: -1;
    border-radius: 8px;
    background-image: linear-gradient(51.2735deg, rgb(38, 177, 159) 40%, rgb(149, 40, 49) 100%);
}

#top .congres-section.congres-section--speakers .avia-image-container-inner::before {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    left: 35px;
    top: 35px;
    border-radius: 8px;
    background: white;
}


/* Details */
#top .congres-section.congres-section--details .content {
    padding-bottom: 80px;
    @media screen and (max-width: 767px) {
        padding-top: 20px;    
        padding-bottom: 40px;
    }
}
#top .congres-section.congres-section--details .container {
    max-width: 800px;
}
#top .congres-section.congres-section--details .togglecontainer {
    font-size: 24px;
}
#top .congres-section.congres-section--details .togglecontainer .single_toggle {
    border-bottom: 1px solid gray;
    padding: 15px 0;
}
#top .congres-section.congres-section--details .togglecontainer .toggler {
    padding: 0;
}
#top .congres-section.congres-section--details .togglecontainer  .toggle_content {
    padding: 0;
    margin: 0;
    font-size: 20px;
}
#top .congres-section.congres-section--details .togglecontainer  .toggle_content p:last-child {
    margin-bottom: 30px;
}
#top .congres-section.congres-section--details .avia-button-wrap {
    margin-top: 40px;
}

/* Host */
#top .congres-section.congres-section--host .content {
    padding-top: 80px;
    padding-bottom: 80px;
    @media screen and (max-width: 767px) {
        padding-top: 40px;    
        padding-bottom: 40px;
    }
}

/* Tickets */
#top .congres-section.congres-section--tickets .content {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Sponors */
#top .congres-section.congres-section--sponsors .content {
    padding-top: 0px;
    padding-bottom: 80px;
}
