/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 20 2025 | 08:58:00 */
/* DPO */
.menu-nav div ul li a {
	font-family: Montserrat, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}
.pozice-nav .nav-free-position  {
	font-family: Montserrat, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}
.pozice-box .name {
	font-family: Montserrat, sans-serif;
    font-weight: 800;
}
.pozice-box .description {
    color: #000;
}
.icon-box .description {
    color: #000;
	text-align: left;
}
.icon-box .title {
	font-family: Montserrat, sans-serif;
	font-weight: 800;
}
.icon-box .link {
    color: rgba(0, 0, 0, 0.7);
}
.person-box .content .pill-text {
    color: #000;
}
.person-box .content .name {
    color: rgba(0, 0, 0, 0.7);
}
.section-title p {
    color: #000;
}
.page-kontakt .pill {
	color: #000;
}

.page-kontakt .content-box strong {
    color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 800;
}
.page-kontakt .content-box span {
    color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 800;
}
.page-kontakt .content-box p {
    color: #000;
    font-size: 14px;
}
.page-kontakt .content-box a {
    color: #000;
    font-size: 14px;
}
.title-section .pill {
    color: #000;
}
.title-section .description {
    color: rgba(0, 0, 0, 0.7);
}
.pribeh-box .pribeh-content .title {
	font-family: Montserrat, sans-serif;
	font-weight: 800;
}
.addon-text-story {
    color: #000;
}
/* Základní velikost textu v příběhu */
.pribeh-box .pribeh-content p {
    font-size: 16px;
}
/* Všechny texty v dynamic-content použijí Merriweather */
.pribeh-content .dynamic-content p,
.pribeh-content .dynamic-content em,
.pribeh-content .dynamic-content strong {
    font-family: "Merriweather", serif;
    font-size: inherit;
    line-height: inherit;
}
/* První odstavec (citát) – kurzíva */
.pribeh-content .dynamic-content em {
    font-style: italic !important;
}
/* Podpis – rovný text, ne kurzíva */
.pribeh-content .dynamic-content strong {
    font-style: normal !important;
    font-weight: 800;
}
.pribeh-box .pribeh-content .link {
    color: #000;
}
.main-title {
    color: #000 !important;
	font-family: Montserrat, sans-serif !important;
	font-size: 48px !important;
	font-weight: 800;
	text-transform: uppercase;
}
.pozice-list .pozice-item .category-name {
    color: #000;
	font-family: Montserrat, sans-serif;
	font-weight: 800;
}
.pozice-list .pozice-item .address {
    color: #000;
}

/* MOBILY */
@media (max-width: 767px) {
    .title-section .pill {
		display: block;
        margin: 0;
        justify-content: flex-start;
		text-align: left;
    }
	.title-section .title {
        margin: 0;
		text-align: left;
    }
	.title-section .description {
		text-align: left;
	}
	.main-title {
		margin: 0;
    	text-align: left !important;
	}
}

