﻿/* ============================================
   AD WEBSITE - BASE STYLES
   Basic styles, containers, colors, buttons
   ============================================ */

/* Ennia Sidebar - Make it fit */
.ad-sidebar-advertisement-bottom-container,
.ad-sidebar-advertisement-bottom-container img
{
    height: auto !important;
    max-height: 250px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Container CSS */
.ad-content
{
    padding-left: 1rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.ad-container-wrapper
{
    width: 100%;
    display: flex;
    justify-content: center;
}

.ad-container
{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

/* ============================================
   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;
    color: white;
}

.tag-btn
{
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
}

.tag-selected, .k-button-solid-base
{
    background: rgb(25, 135, 84);
    border-color: rgb(25, 135, 84);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(46, 204, 113, 0.35);
}

.tag-btn:not(.selected):hover
{
    background: rgba(204, 51, 51, 0.1);
    border-color: rgb(204, 51, 51);
    color: rgb(204, 51, 51);
    transform: translateY(-1px);
}

.ad-btn-red.k-button
{
    background: rgb(204, 51, 51) !important;
    border: none !important;
    color: white !important;
    padding: 10px 20px !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 0 !important;
}

.ad-btn-red.k-button:hover
{
    background: rgba(204, 51, 51, 0.9) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 25px rgba(204, 51, 51, 0.4) !important;
}

.ad-btn-red.k-button:active,
.ad-btn-red.k-button:focus
{
    background: rgba(204, 51, 51, 0.8) !important;
    transform: translateY(0) !important;
    box-shadow: 0 2px 10px rgba(204, 51, 51, 0.3) !important;
    outline: none !important;
}

.ad-btn-red.k-button i
{
    font-size: 1.2rem !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
}

.ad-btn-red.k-button span
{
    vertical-align: middle !important;
}

.ad-btn-red.k-button::before
{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    transition: left 0.5s ease;
}

.ad-btn-red.k-button:hover::before
{
    left: 100%;
}

.btn-info
{
    background-color: rgb(204, 51, 51);
    border-color: rgb(204, 51, 51);
    color: #fff;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-info:hover
{
    background-color: rgb(180, 45, 45);
    border-color: rgb(180, 45, 45);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(204, 51, 51, 0.3);
}

.btn-info i
{
    margin-right: 0.5rem;
}

/* ============================================
   HEADER STYLING - Desktop
   ============================================ */

.ad-header.ad-bg
{
    border-radius: 10px;
    margin-bottom: 0;
    padding: 12px 15px 2px 15px !important;
    overflow: visible;
    position: relative;
    z-index: 1000;
}

/* Navigation row inside header - allow overflow */
.ad-header .ad-navigation
{
    margin-left: 0;
    margin-right: 0;
    padding: 8px 0 0 0;
    width: 100%;
    overflow: visible;
    position: relative;
    z-index: 1001;
}

.ad-header .ad-navigation > .ad-col
{
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
}

/* Main content - lower z-index than header */
.ad-main
{
    position: relative;
    z-index: 1;
}

/* ============================================
   FOOTER STYLING - Desktop
   ============================================ */

.ad-footer.ad-bg
{
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px 20px 10px 20px;
    position: relative;
    z-index: 1;
}

/* ============================================
   SOCIAL MEDIA & MISCELLANEOUS
   ============================================ */

/* Social logo's white */
.bi-facebook::before,
.bi-instagram::before,
.bi-envelope-fill::before
{
    color: white;
}

.ad-header-socialmedia,
.ad-footer-socialmedia
{
    font-size: 1.5rem;
    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;
}

.ad-article-separator
{
    width: 10%;
    height: 1px;
    background-color: #ccc;
    margin: 0.5rem 0;
}

/* ============================================
   LANGUAGE SELECTOR
   ============================================ */

.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;
}

.ad-language-selector-dropdown:hover
{
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
}

.ad-language-selector-dropdown.k-focus
{
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    box-shadow: none;
}

.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;
}

/* ============================================
   NAVIGATION
   ============================================ */

.ad-navigation
{
    background: transparent;
    overflow: visible;
}

/* 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);
    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);
    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;
}

/* ============================================
   PDF VIEWER
   ============================================ */

.k-pdf-viewer .k-toolbar
{
    display: none !important;
}

.k-pdf-viewer .k-page
{
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

/* ============================================
   SEARCH
   ============================================ */

.search-wrapper
{
    display: flex;
    gap: 0.5rem;
}

.search-wrapper .search-input
{
    flex: 1;
}

.search-wrapper .search-btn
{
    flex-shrink: 0;
}

/* Linebreak replacement for br tags */
.linebreak
{
    display: block;
    margin-bottom: 0px;
}
