/* WOTAX IT - Custom Bootstrap Overrides */

:root {
    /* WOTAX Markenfarben */
    --wotax-primary: #102148;
    --wotax-secondary: #555C62;
    --wotax-light: #CCD1D8;
    --wotax-accent: #141E46;
    --wotax-white: #ffffff;
    --wotax-bg: #f8f9fa;
}

/* Body */
body {
    font-family: 'Segoe UI', Georgia, 'Times New Roman', serif;
    color: var(--wotax-secondary);
    background-color: var(--wotax-bg);
}

/* Navbar */
.navbar-wotax {
    background-color: var(--wotax-primary) !important;
}

.navbar-wotax .navbar-brand img {
    height: 70px;
    width: auto;
}

.navbar-wotax {
    padding: 0.75rem 0;
}

.navbar-wotax .nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: color 0.2s ease;
}

.navbar-wotax .nav-link:hover,
.navbar-wotax .nav-link.active {
    color: #ffffff !important;
}

.navbar-wotax .nav-link.active {
    border-bottom: 2px solid #ffffff;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: var(--wotax-accent);
}

h1 {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--wotax-secondary);
}

h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--wotax-primary);
    margin-bottom: 1.5rem;
}

h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--wotax-accent);
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

/* Main Content Area */
.main-content {
    background-color: var(--wotax-white);
    padding: 2.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Cards */
.card {
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card:hover {
    box-shadow: 0 8px 25px rgba(16, 33, 72, 0.15);
    transform: translateY(-5px);
}

/* Card Icon Hover Animation */
.info-card .card-icon {
    transition: transform 0.3s ease;
}

.info-card:hover .card-icon {
    transform: scale(1.1);
}

.card-header {
    background-color: var(--wotax-primary);
    color: var(--wotax-white);
    font-weight: 600;
    border-radius: 0.5rem 0.5rem 0 0 !important;
    padding: 1rem 1.25rem;
}

.card-title {
    color: var(--wotax-primary);
    font-weight: 600;
    font-size: 1.25rem;
}

.card-text {
    color: var(--wotax-secondary);
}

/* Sidebar Cards */
.sidebar-card .card-header h5 {
    margin-bottom: 0;
    font-size: 1rem;
}

.sidebar-card h6 {
    color: var(--wotax-primary);
    font-weight: 600;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.sidebar-card h6:first-child {
    margin-top: 0;
}

/* Buttons */
.btn-wotax {
    background-color: var(--wotax-primary);
    border-color: var(--wotax-primary);
    color: var(--wotax-white);
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-wotax:hover,
.btn-wotax:focus {
    background-color: var(--wotax-accent);
    border-color: var(--wotax-accent);
    color: var(--wotax-white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 33, 72, 0.25);
}

.btn-outline-wotax {
    border-color: var(--wotax-primary);
    color: var(--wotax-primary);
}

.btn-outline-wotax:hover {
    background-color: var(--wotax-primary);
    border-color: var(--wotax-primary);
    color: var(--wotax-white);
}

/* Links */
a {
    color: var(--wotax-primary);
    text-decoration: none;
}

a:hover {
    color: var(--wotax-accent);
    text-decoration: underline;
}

/* Hero Section */
.hero-section {
    background-color: var(--wotax-white);
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.hero-section h1 {
    color: var(--wotax-primary);
}

.hero-section .lead {
    color: var(--wotax-secondary);
    font-size: 1.15rem;
}

/* Info Cards on Homepage */
.info-card {
    height: 100%;
}

.info-card .card-body {
    display: flex;
    flex-direction: column;
}

/* Card Icons */
.card-icon {
    width: 90px;
    height: auto;
    margin-bottom: 1.25rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.info-card .card-title {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-card .card-text {
    flex-grow: 1;
}

/* Footer */
.footer {
    background-color: var(--wotax-white);
    border-top: 1px solid var(--wotax-light);
    padding: 1.5rem 0;
    margin-top: 3rem;
}

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

.footer a:hover {
    color: var(--wotax-primary);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .hero-section {
        padding: 1.5rem;
    }

    .main-content {
        padding: 1.5rem;
    }

    h1 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        padding: 1.25rem;
    }

    .navbar-wotax .navbar-brand img {
        height: 55px;
    }

    .card-icon {
        width: 70px;
    }
}

/* Lists */
.main-content ul {
    margin-bottom: 1rem;
}

.main-content li {
    margin-bottom: 0.5rem;
}

/* Horizontal Rule */
hr {
    border-top: 1px solid var(--wotax-light);
    margin: 1rem 0;
}

/* External Link Icon */
a[target="_blank"]::after {
    content: " \2197";
    font-size: 0.8em;
}

/* Contact Info */
.contact-info p {
    margin-bottom: 1rem;
}

.contact-info strong {
    color: var(--wotax-accent);
}

