/*
Theme Name: Thema CVT
Template: enfold
Author: Child Theme Configurator
Version: 1.0.0.1783878253
Updated: 2026-07-12 17:44:13

*/

/* ===== Tekstlogo header: H1 titel + subtitle ===== */
#header .logo.cvt-text-logo,
#header .logo.cvt-text-logo a {
    height: auto !important;
    line-height: 1 !important;
}
#header .logo.cvt-text-logo a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100% !important;
    text-decoration: none;
    padding: 6px 0;
}
.cvt-logo-title {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    color: #2b2b2b;
}
.cvt-logo-subtitle {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: none;
    color: #8a8a8a;
    margin-top: 3px;
}
