
a[href^="#error:"] {
	background: red;
	color: white;
}

form .required label {
	font-weight: bold;
}
/* ============================================
   Overload proti overlay, aby byl text videt
   ============================================ */

/* Nutne: parent sekce musi byt pozicovana */
.section {
    position: relative !important;
}

/* Overlay (typicky ::before) dolu pod text */
.section.overlay-dark::before,
.section .overlay-dark::before,
.overlay-dark::before {
    z-index: 1 !important;
}

/* Obsah nahoru */
.section .container,
.section .row,
.section .col-12,
.section .col-lg-6 {
    position: relative !important;
    z-index: 5 !important;
}

/* Jisty fix: vsechny texty v header bloku nahoru */
.section h1,
.section h1 span,
.section h1 .text-danger,
.section p {
    position: relative !important;
    z-index: 10 !important;
}
