﻿.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 210px;
    background: rgba(255,255,255,0.97);
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    width: 100%;
}

.header-center {
    flex: 1 1 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.kop-logo {
    height: 115px;
    width: auto;
    margin: 0 2vw;
}

.header-flex {
    position: relative;
}

.kop-logo {
    z-index: 1;
    position: absolute;
}

.header-center {
    z-index: 2;
    position: relative;
    border-radius: 8px;
    padding: 0.5em 0.5em;
    text-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.text_weight_900 {
    font-weight: 900;
}

.text_weight_800 {
    font-weight: 800;
}

.text_weight_700 {
    font-weight: 700;
}

.text_weight_600 {
    font-weight: 600;
}

.text_weight_500 {
    font-weight: 500;
}

.text_weight_400 {
    font-weight: 400;
}

.text_weight_300 {
    font-weight: 300;
}

.text_weight_200 {
    font-weight: 200;
}

.text_weight_100 {
    font-weight: 100;
}

.custom-toggler-icon {
    display: inline-block;
    width: 1.8em;
    height: 1.5em;
    position: relative;
}

.custom-toggler-icon span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.2s;
}

.custom-toggler-icon span:nth-child(1) {
    top: 0;
}

.custom-toggler-icon span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.custom-toggler-icon span:nth-child(3) {
    bottom: 0;
}

.custom-toggler-icon {
    width: 2em;
    height: 1.5em;
    display: inline-block;
    position: relative;
}

.custom-toggler-icon span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.2s;
}

.custom-toggler-icon span:nth-child(1) {
    top: 0;
}

.custom-toggler-icon span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.custom-toggler-icon span:nth-child(3) {
    bottom: 0;
}

/* Maak de groene knop geel bij hover */
.btn-success:hover, .btn-success:focus {
    background-color: #ffc107 !important; /* Bootstrap geel */
    border-color: #ffc107 !important;
    color: #212529 !important;
}

/* Maak de outline-primary knop standaard blauw (opgevuld) */
.btn-outline-primary {
    background-color: #0d6efd !important; /* Bootstrap blauw */
    color: #fff !important;
    border-color: #0d6efd !important;
}

/* Maak de outline-primary knop groen bij hover */
.btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #198754 !important; /* Bootstrap groen */
    border-color: #198754 !important;
    color: #fff !important;
}

.mb-2e-tekstvak {
    margin-bottom: 10px !important;
}

.navbar-toggler {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0.25rem 0.5rem;
}

.custom-toggler-icon {
    width: 2em;
    height: 1.5em;
    display: inline-block;
    position: relative;
}

.custom-toggler-icon span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.2s;
}

.custom-toggler-icon span:nth-child(1) { top: 0; }
.custom-toggler-icon span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.custom-toggler-icon span:nth-child(3) { bottom: 0; }
.main-title {
    font-size: 1.8em;
    font-weight: bold;
    color: black;
    display: block;
    line-height: 1.1;
    margin-bottom: 0.1em;
}

.ship-title {
    font-size: 2.8em;
    font-weight: bold;
    color: red;
    font-family: 'Arial Black', Arial, sans-serif;
    display: block;
    line-height: 1.05;
    margin-bottom: 0.1em;
}

.sub-title {
    font-size: 1.3em;
    font-weight: bold;
    color: black;
    display: block;
    line-height: 1.1;
}

.navbar-toggler .navbar-toggler-icon {
    background-color: #fff !important;
}

.footer-sticky {
    left: 0;
    bottom: 0;
    width: 100%;
    background: transparent;
    text-align: center;
    font-size: 0.7em;
    font-weight: 700;
    z-index: 100;
    border-top: 1px solid #e0e0e0;
    padding: 10px 0 5px 0;
}

body {
    background-image: url(/images/background-b.jpg);
    top: -5px;
}

.body-content {
    margin-top: 205px;
}

.centered-small-bold {
    text-align: center;
    font-size: 0.9em;
    font-weight: 600;
}

/* Warm gele actiebalk Kombuis */
.actie-balk {
    background-color: #ffe600 !important;
    color: #d80000 !important;
    font-weight: bold;
    font-size: 1.4em;
    padding: 8px 12px;
    border-radius: 6px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.nav-link-servicemaster:hover,
.nav-link-servicemaster:focus {
    background-color: #31a0c4 !important;
    color: white !important;
    font-size: 2em;
}

.nav-link:hover,
.nav-link:focus,
.nav-link-custom:hover,
.nav-link-custom:focus {
    background-color: #005c00 !important;
    color: #ffe600 !important;
}

.nav-link,
.nav-link-custom {
    font-size: 1.2em !important;
    font-weight: bold;
    color: #fff !important;
    background-color: #008000 !important;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    border-radius: 0;
    border: none;
    line-height: 1.5;
}

.navbar-dageraad {
    background-color: #008000 !important;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 50px;
    height: 50px;
    padding: 0;
}

.header-fixed {
    height: 210px;
}

.table-blue-header th {
    background-color: #0d6efd !important; /* Bootstrap linkblauw */
    color: #fff !important;
}

body.no-bg {
    background-image: none !important;
    background-color: #fdf6e3 !important;
}

@media (max-width: 991px) {
    .main-title {
        font-size: 1.5em;
    }
    .ship-title {
        font-size: 1.3em;
    }
    .sub-title {
        font-size: 0.9em;
    }
    .kop-logo {
        height: 90px;
        top: 30px;
    }
    .header-flex {
        height: 125px;
    }
    .header-fixed {
        height: 150px;
    }
    .body-content {
        margin-top: 160px;
    }
}

@media (max-width: 600px) {
    .main-title {
        font-size: 1.3em;
    }
    .ship-title {
        font-size: 1.3em;
    }
    .sub-title {
        font-size: 0.8em;
    }
    .kop-logo {
        height: 48px;
        top: 40px;
    }
    .header-flex {
        height: 80px;
    }
    .header-fixed {
        height: 150px;
    }
    .body-content {
        margin-top: 150px;
    }
}
