/**
 * Styly pro nadpisy H1-H5
 * Plugin: Služební cesty a dovolené
 */

.sluzebky-dovca-nadpis h1 {
	font-size: 40px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0 0 20px 0 !important;
    line-height: 1.2 !important;
    border-bottom: 2px solid #03b900;;
}

.sluzebky-dovca-nadpis h2 {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.sluzebky-dovca-nadpis h3 {
    font-size: 22px;
    font-weight: 600;
    color: #444;
    margin: 0 0 16px 0;
    line-height: 1.4;
}

.sluzebky-dovca-nadpis h4 {
    font-size: 18px;
    font-weight: 500;
    color: #555;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.sluzebky-dovca-nadpis h5 {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin: 0 0 8px 0;
    line-height: 1.5;
}


/* ----------------------------------------
   6. Responzivní úpravy
   ---------------------------------------- */
@media (max-width: 800px) {

.sluzebky-dovca-nadpis h1 {
	font-size: 28px !important;
    font-weight: 400 !important;
    color: #03a900 !important;
    margin: 0 0 20px 0 !important;
    line-height: 1.2 !important;
    border-bottom: 0px;
	text-align: center;
}
    

}