﻿/* Container CSS */
.ad-container-wrapper
{
    width: 100%;
    display: flex;
    justify-content: center;
}

.ad-container
{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.article-publishdate
{
    font-size: 10px;
    color: #666666;
}

.article-title
{
    color: rgb(204, 51, 51);
}

.article-footer-text
{
    font-size: 12px;
    color: #666666;
}

article-footer-link
{
    font-size: 12px;
    color: rgb(204, 51, 51);
    text-decoration: none;
    font-weight: bold;
}

.ad-header.ad-bg
{
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 0;
    padding-bottom: 2px !important;
}

/* Footer radius styling */
.ad-footer.ad-bg
{
    border-radius: 10px;
    margin-bottom: 10px;
}

/* Ensure responsive behavior below 1200px */
@media (max-width: 1199.98px)
{
    .ad-container
    {
        max-width: 100%;
    }
}
/* Fine-tune smaller breakpoints */
@media (max-width: 768px)
{
    .ad-container
    {
        padding: 0 10px;
    }

    /* Smaller radius on mobile */
    .ad-header.ad-bg,
    .ad-footer.ad-bg
    {
        border-radius: 8px;
    }

    .ad-header.ad-bg
    {
        border-radius: 8px 8px 8px 8px;
    }

}

@media (max-width: 576px)
{
    .ad-container
    {
        padding: 0 5px;
    }

    /* Even smaller radius on very small screens */
    .ad-header.ad-bg,
    .ad-footer.ad-bg
    {
        border-radius: 6px;
    }

    .ad-header.ad-bg
    {
        border-radius: 6px 6px 6px 6px;
        margin-bottom: 0;
    }
}

/* Colors */
.ad-bg
{
    background-color: rgb(204, 51, 51);
}

.ad-color
{
    background-color: rgb(204, 51, 51);
}

/* Buttons */
.ad-btn
{
    background-color: rgb(204, 51, 51);
    color: white;
    border: none;
}

.ad-btn:hover
{
    background-color: #b02a37; /* donkerdere rood bij hover */
    color: white;
}

.ad-article-separator
{
    width: 10%;
    height: 1px;
    background-color: #ccc;
    margin: 0.5rem 0;
}

/* Social logo's white */
.bi-facebook::before,
.bi-instagram::before
{
    color: white;
}

.ad-header-socialmedia,
.ad-footer-socialmedia
{
    float: right;
}

/* Sidebar hoofdpunten kleur */
.ad-sidebar-headlines a
{
    color: black;
    font-size: 12px;
}

/* Footer menu kleur */
.ad-footer a
{
    color: white;
}

/* Footer font smaller */
.ad-footer-copyright
{
    font-size: 9px;
}

/* Language Selector - Transparent button with white text */
.ad-language-selector-dropdown
{
    background: transparent ;
    border: 1px solid rgba(255, 255, 255, 0.5) ;
    color: white ;
}

.ad-language-selector-dropdown .k-input-inner
{
    background: transparent ;
    color: white ;
    border: none ;
}

.ad-language-selector-dropdown .k-input-button
{
    background: transparent ;
    border: none ;
    color: white ;
}

.ad-language-selector-dropdown .k-button-icon
{
    color: white ;
}

/* Hover state */
.ad-language-selector-dropdown:hover
{
    background: rgba(255, 255, 255, 0.1) ;
    border-color: white ;
}

/* Focus state */
.ad-language-selector-dropdown.k-focus
{
    background: rgba(255, 255, 255, 0.1) ;
    border-color: white ;
    box-shadow: none ;
}

/* Dropdown language selector  - white background with black text */
.ad-language-selector
{
    margin-left: 10px;
}

.ad-language-selector-dropdown .k-popup
{
    background: white ;
    border: 1px solid #ddd ;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) ;
}

.ad-language-selector-dropdown .k-list
{
    background: white ;
}

.ad-language-selector-dropdown .k-list-item
{
    background: white ;
    color: black ;
    padding: 8px 12px ;
}

.ad-language-selector-dropdown .k-list-item:hover
{
    background: #f0f0f0 ;
    color: black ;
}

.ad-language-selector-dropdown .k-list-item.k-selected
{
    background: #e6f3ff ;
    color: black ;
}

.ad-language-selector-dropdown .k-list-item.k-focus
{
    background: #e6f3ff ;
    color: black ;
}

.ad-navigation
{
    background: transparent;
}

/* Hide specific menu items in footer */
.ad-footer .ad-navigationmenu-hidein-footer
{
    display: none !important;
}

/* Hide specific menu items in header (if needed) */
.ad-header .ad-navigationmenu-hidein-header
{
    display: none !important;
}

/* Footer Navigation Menu - Vertical layout with smaller font */
.ad-footer .ad-navigation-menu
{
    flex-direction: column;
    align-items: flex-start;
}

.ad-footer .ad-navigation-menu .navbar-nav
{
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.ad-footer .ad-navigation-menu .nav-item
{
    margin-bottom: 5px;
    width: 100%;
}

.ad-footer .ad-navigation-menu .nav-link
{
    font-size: calc(1rem - 2px); /* 2 points smaller than default */
    padding: 5px 0;
    text-align: left;
    width: 100%;
}

.ad-footer .ad-navigation-menu .dropdown-menu
{
    position: static;
    float: none;
    width: 100%;
    margin-left: 15px;
    box-shadow: none;
    border: none;
    padding-top: 0px;
    background: transparent;
}

.ad-footer .ad-navigation-menu .dropdown-item
{
    font-size: calc(0.875rem - 2px); /* 2 points smaller than default */
    color: rgba(255, 255, 255, 0.8);
    padding: 0px 0;
}

.ad-footer .ad-navigation-menu .toggle
{
    padding: 0px 0;
}

.ad-footer .ad-navigation-menu .dropdown-item:hover
{
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

/* Remove Bootstrap dropdown toggle behavior in footer */
.ad-footer .ad-navigation-menu .dropdown-toggle::after
{
    display: none;
}

/* Show dropdown items by default in footer (no toggle needed) */
.ad-footer .ad-navigation-menu .dropdown .dropdown-menu
{
    display: block;
}

.k-pdf-viewer .k-toolbar
{
    display: none !important;
}

.k-pdf-viewer .k-page
{
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

