
.help-block {
    
    color: red;
}

/*všechny odkazy*/
a.kontakty:link {
	text-decoration: none;
	color: green;
}

a.kontakty:hover {
	text-decoration: underline;
	color: green;
}

a.kontakty:visited {
	text-decoration: none;
	color: green;
}

a.kontakty:active {
	text-decoration: none;
	color: green;
}

/*všechny odkazy*/
a.podtrzeni:link {
	text-decoration: none;
	color: black;
}

a.podtrzeni:hover {
	text-decoration: underline;
	color: black;
}

a.podtrzeni:visited {
	text-decoration: none;
	color: black;
}

a.podtrzeni:active {
	text-decoration: none;
	color: black;
}



html, body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

#calendar {
  max-width: 1100px;
  margin: 40px auto;
}

img.hlavni_obrazek {
 max-width: 30%;
  height: auto;
   border-radius: 38px;
}

img.detail_obrazek {
  max-width: 80%;
  height: auto;
  border-radius: 10px;
}

img.uvodni_obrazek{
   max-width: 100%;
   height: auto;
   border-radius: 20px;  
}





/*cookie lista*/
/**/
/**/
.theme_funky {
    --cc-bg: #f9faff;
    --cc-text: #112954;
    --cc-btn-primary-bg: #3859d0;
    --cc-btn-primary-text: var(--cc-bg);
    --cc-btn-primary-hover-bg: #1d2e38;
    --cc-btn-secondary-bg: #dfe7f9;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: #c6d1ea;
    --cc-toggle-bg-off: #8fa8d6;
    --cc-toggle-bg-on: #3859d0;
    --cc-toggle-bg-readonly: #cbd8f1;
    --cc-toggle-knob-bg: #fff;
    --cc-toggle-knob-icon-color: #ecf2fa;
    --cc-block-text: var(--cc-text);
    --cc-cookie-category-block-bg: #ebeff9;
    --cc-cookie-category-block-bg-hover: #dbe5f9;
    --cc-section-border: #f1f3f5;
    --cc-cookie-table-border: #e1e7f3;
    --cc-overlay-bg: rgba(230, 235, 255, .85);
    --cc-webkit-scrollbar-bg: #ebeff9;
    --cc-webkit-scrollbar-bg-hover: #3859d0;
}

.theme_funky #c-ttl{
    color: var(--cc-btn-primary-bg);
}

/* Custom border radius */
.theme_funky #cm,
.theme_funky #s-bl .act .b-acc,
.theme_funky #s-inr,
.theme_funky .cc_div .b-tl,
.theme_funky .cc_div .c-bl{
    border-radius: 1.2em;
}

.theme_funky .cc_div .c-bn{
    border-radius: .7em;
}
/**/
/**/
/*cookie lista*/