.note h2::before { content:normal; }
.note p a { width:240px; margin:0 20px 20px 0; border:none; line-height:32px; }
.note p a, .note p a:hover { background:#999 url(../images/bgMenu.png) top right no-repeat; background-size:32px auto; }
.note p a { background-color:var(--renc-orn); }
.note p a + a { background-color:var(--renc-pnk); }
.note p + p a { background-color:var(--renc-grn); }
.note p + p a + a { background-color:var(--renc-blu); }
@media (max-width: 575px){
	.note p a { width:45%; margin:0 5px 8px 0; }
}

footer { position:relative; border-top:none; }
footer::before { content:""; position:absolute; top:0; left:0; width:100%; height:15px; background:transparent; background:linear-gradient( var(--renc-grad) ); }

:root {
	--renc-grn: rgb(90, 170, 40);
	--renc-pnk: rgb(225, 55, 135);
	--renc-blu: rgb(0, 115, 185);
	--renc-orn: rgb(250, 180, 90);
	--renc-grad: to right,   var(--renc-grn) 0%, var(--renc-grn) 25%,   var(--renc-pnk) 25%, var(--renc-pnk) 50%,   var(--renc-blu) 50%, var(--renc-blu) 75%,   var(--renc-orn) 75%, var(--renc-orn) 100%;
}

/* 27.6.2023 */
header { background:rgba(255,255,255,.75); }
.nizkemenu header { background:rgba(255,255,255,0.95); }

/* 22.4.2025 */
.prodej::before, .pronajem::before, .sprava::before, .pravni::before, .konzultace::before, .oceneni::before { background:rgba(0, 0, 0, 0.22); }
.prodej:hover::before, .pronajem:hover::before, .sprava:hover::before, .pravni:hover::before, .konzultace:hover::before, .oceneni:hover::before { background:rgba(0, 0, 0, 0.42); }

/* 17.7.2025 */
.company-info strong:nth-of-type(2), .company-info strong:nth-of-type(2) + a { color:var(--renc-grn); }
header .nav-link[href^="tel"] { color:var(--renc-grn); }
