/*
Theme Name: Online Klik
Theme URI: https://www.onlineklik.nl
Description: Custom theme voor Online Klik - Full Service Online Marketing Bureau
Version: 1.0.0
Author: Online Klik
Author URI: https://www.onlineklik.nl
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: online-klik
*/

:root {
    --primary-color: #00573c;
    --secondary-color: #ff6600;
    --text-color: #333333;
    --bg-color: #ffffff;
    --gray-light: #f8f9fa;
    --gray-medium: #e9ecef;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-color);
    background: var(--bg-color);
    line-height: 1.6;
}

/* =============================================
   Ticket Tim Page - Full Viewport Takeover
   Force every element in the chain to be 100% wide
   ============================================= */

body.ticket-tim-page {
    background-image: url('/branding/Online Klik - Achtergrond Verloop1.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    height: 100dvh !important;
    overflow: hidden !important;
}

body.ticket-tim-page .site-header,
body.ticket-tim-page .site-footer,
body.ticket-tim-page .page-header {
    display: none !important;
}

body.ticket-tim-page #primary,
body.ticket-tim-page .site-main,
body.ticket-tim-page .site-container,
body.ticket-tim-page article,
body.ticket-tim-page .entry-content,
body.ticket-tim-page .ticket-tim-wrapper,
body.ticket-tim-page .ticket-tim-widget {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.ticket-tim-page .ticket-tim-widget {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

.site-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.site-header {
    background: white;
    border-bottom: 3px solid var(--primary-color);
    padding: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.site-branding {
    text-align: center;
}

.site-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
}

.site-title:hover {
    color: var(--secondary-color);
}

.site-description {
    color: #666;
    font-size: 16px;
    margin-top: 5px;
}

/* Main Content */
.site-main {
    padding: 40px 0;
    min-height: 60vh;
}

.page-header {
    text-align: center;
    margin-bottom: 40px;
}

.page-title {
    font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.entry-content {
    max-width: 900px;
    margin: 0 auto;
}

/* Footer */
.site-footer {
    background: var(--gray-light);
    border-top: 3px solid var(--primary-color);
    padding: 30px 0;
    text-align: center;
    margin-top: 60px;
}

.footer-text {
    color: #666;
    font-size: 14px;
}

.footer-text a {
    color: var(--primary-color);
    text-decoration: none;
}

.footer-text a:hover {
    color: var(--secondary-color);
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 30px;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .site-title {
        font-size: 24px;
    }

    .page-title {
        font-size: 28px;
    }

    .site-main {
        padding: 20px 0;
    }
}
