@charset "UTF-8";
/* ID: settings */
:root {
  --debug-bp-pc: 1200px;
  --debug-bp-tablet-landscape: 1024px;
  --debug-bp-tablet-portrait: 900px;
  --debug-bp-mobile-landscape: 768px;
  --debug-bp-mobile-portrait:480px;
}
/* ID: settings */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
.color-primary {
  color: #E30613;
}
*, *:after, *:before {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
body {
  color: #606c76;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}
blockquote *:last-child {
  margin-bottom: 0;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #E30613;
  border: 0.1rem solid #E30613;
  border-radius: 0.4rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  height: 3.8rem;
  letter-spacing: 0.1rem;
  line-height: 3.8rem;
  padding: 0 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.button:focus, .button:hover, button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
  background-color: #606c76;
  border-color: #606c76;
  color: #fff;
  outline: 0;
}
.button[disabled], button[disabled], input[type="button"][disabled], input[type="reset"][disabled], input[type="submit"][disabled] {
  cursor: default;
  opacity: 0.5;
}
.button[disabled]:focus, .button[disabled]:hover, button[disabled]:focus, button[disabled]:hover, input[type="button"][disabled]:focus, input[type="button"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="reset"][disabled]:hover, input[type="submit"][disabled]:focus, input[type="submit"][disabled]:hover {
  background-color: #E30613;
  border-color: #E30613;
}
.button.button-outline, button.button-outline, input[type="button"].button-outline, input[type="reset"].button-outline, input[type="submit"].button-outline {
  background-color: transparent;
  color: #E30613;
}
.button.button-outline:focus, .button.button-outline:hover, button.button-outline:focus, button.button-outline:hover, input[type="button"].button-outline:focus, input[type="button"].button-outline:hover, input[type="reset"].button-outline:focus, input[type="reset"].button-outline:hover, input[type="submit"].button-outline:focus, input[type="submit"].button-outline:hover {
  background-color: transparent;
  border-color: #606c76;
  color: #606c76;
}
.button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover, button.button-outline[disabled]:focus, button.button-outline[disabled]:hover, input[type="button"].button-outline[disabled]:focus, input[type="button"].button-outline[disabled]:hover, input[type="reset"].button-outline[disabled]:focus, input[type="reset"].button-outline[disabled]:hover, input[type="submit"].button-outline[disabled]:focus, input[type="submit"].button-outline[disabled]:hover {
  border-color: inherit;
  color: #E30613;
}
.button.button-clear, button.button-clear, input[type="button"].button-clear, input[type="reset"].button-clear, input[type="submit"].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #E30613;
}
.button.button-clear:focus, .button.button-clear:hover, button.button-clear:focus, button.button-clear:hover, input[type="button"].button-clear:focus, input[type="button"].button-clear:hover, input[type="reset"].button-clear:focus, input[type="reset"].button-clear:hover, input[type="submit"].button-clear:focus, input[type="submit"].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #606c76;
}
.button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover, button.button-clear[disabled]:focus, button.button-clear[disabled]:hover, input[type="button"].button-clear[disabled]:focus, input[type="button"].button-clear[disabled]:hover, input[type="reset"].button-clear[disabled]:focus, input[type="reset"].button-clear[disabled]:hover, input[type="submit"].button-clear[disabled]:focus, input[type="submit"].button-clear[disabled]:hover {
  color: #E30613;
}
code {
  background: #f4f5f6;
  border-radius: 0.4rem;
  font-size: 86%;
  margin: 0 0.2rem;
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
}
pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #E30613;
  overflow-y: hidden;
}
pre > code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3rem 0;
}
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="week"], input:not([type]), textarea, select {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d1d1d1;
  border-radius: 0.4rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 3.8rem;
  padding: 0.6rem 1rem 0.7rem;
  width: 100%;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus, select:focus {
  border-color: #E30613;
  outline: 0;
}
select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23d1d1d1" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
  padding-right: 3rem;
}
select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23E30613" d="M0,0l6,8l6-8"/></svg>');
}
select[multiple] {
  background: none;
  height: auto;
}
textarea {
  min-height: 6.5rem;
}
label, legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
fieldset {
  border-width: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  display: inline;
}
.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5rem;
}
.container {
  margin: 0 auto;
  max-width: 112rem;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}
.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
.row.row-no-padding {
  padding: 0;
}
.row.row-no-padding > .column, .row.row-no-padding > .main-primary, .row.row-no-padding > .main-sidebar {
  padding: 0;
}
.row.row-wrap {
  flex-wrap: wrap;
}
.row.row-top {
  align-items: flex-start;
}
.row.row-bottom {
  align-items: flex-end;
}
.row.row-center {
  align-items: center;
}
.row.row-stretch {
  align-items: stretch;
}
.row.row-baseline {
  align-items: baseline;
}
.row .column, .row .main-primary, .row .main-sidebar {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}
.row .column.column-offset-10, .row .column-offset-10.main-primary, .row .column-offset-10.main-sidebar {
  margin-left: 10%;
}
.row .column.column-offset-20, .row .column-offset-20.main-primary, .row .column-offset-20.main-sidebar {
  margin-left: 20%;
}
.row .column.column-offset-25, .row .column-offset-25.main-primary, .row .column-offset-25.main-sidebar {
  margin-left: 25%;
}
.row .column.column-offset-33, .row .column-offset-33.main-primary, .row .column-offset-33.main-sidebar, .row .column.column-offset-34, .row .column-offset-34.main-primary, .row .column-offset-34.main-sidebar {
  margin-left: 33.3333%;
}
.row .column.column-offset-40, .row .column-offset-40.main-primary, .row .column-offset-40.main-sidebar {
  margin-left: 40%;
}
.row .column.column-offset-50, .row .column-offset-50.main-primary, .row .column-offset-50.main-sidebar {
  margin-left: 50%;
}
.row .column.column-offset-60, .row .column-offset-60.main-primary, .row .column-offset-60.main-sidebar {
  margin-left: 60%;
}
.row .column.column-offset-66, .row .column-offset-66.main-primary, .row .column-offset-66.main-sidebar, .row .column.column-offset-67, .row .column-offset-67.main-primary, .row .column-offset-67.main-sidebar {
  margin-left: 66.6666%;
}
.row .column.column-offset-75, .row .column-offset-75.main-primary, .row .column-offset-75.main-sidebar {
  margin-left: 75%;
}
.row .column.column-offset-80, .row .column-offset-80.main-primary, .row .column-offset-80.main-sidebar {
  margin-left: 80%;
}
.row .column.column-offset-90, .row .column-offset-90.main-primary, .row .column-offset-90.main-sidebar {
  margin-left: 90%;
}
.row .column.column-10, .row .column-10.main-primary, .row .column-10.main-sidebar {
  flex: 0 0 10%;
  max-width: 10%;
}
.row .column.column-20, .row .column-20.main-primary, .row .column-20.main-sidebar {
  flex: 0 0 20%;
  max-width: 20%;
}
.row .column.column-25, .row .column-25.main-primary, .row .column-25.main-sidebar {
  flex: 0 0 25%;
  max-width: 25%;
}
.row .column.column-33, .row .column-33.main-primary, .row .column-33.main-sidebar, .row .column.column-34, .row .column-34.main-primary, .row .column-34.main-sidebar {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.row .column.column-40, .row .column-40.main-primary, .row .column-40.main-sidebar {
  flex: 0 0 40%;
  max-width: 40%;
}
.row .column.column-50, .row .column-50.main-primary, .row .column-50.main-sidebar {
  flex: 0 0 50%;
  max-width: 50%;
}
.row .column.column-60, .row .column-60.main-primary, .row .column-60.main-sidebar {
  flex: 0 0 60%;
  max-width: 60%;
}
.row .column.column-66, .row .column-66.main-primary, .row .column-66.main-sidebar, .row .column.column-67, .row .column-67.main-primary, .row .column-67.main-sidebar {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.row .column.column-75, .row .column-75.main-primary, .row .column-75.main-sidebar {
  flex: 0 0 75%;
  max-width: 75%;
}
.row .column.column-80, .row .column-80.main-primary, .row .column-80.main-sidebar {
  flex: 0 0 80%;
  max-width: 80%;
}
.row .column.column-90, .row .column-90.main-primary, .row .column-90.main-sidebar {
  flex: 0 0 90%;
  max-width: 90%;
}
.row .column .column-top, .row .main-primary .column-top, .row .main-sidebar .column-top {
  align-self: flex-start;
}
.row .column .column-bottom, .row .main-primary .column-bottom, .row .main-sidebar .column-bottom {
  align-self: flex-end;
}
.row .column .column-center, .row .main-primary .column-center, .row .main-sidebar .column-center {
  align-self: center;
}
@media (min-width: 40rem) {
  .row {
    flex-direction: row;
    margin-left: -1rem;
    width: calc(100% + 2rem);
  }
  .row .column, .row .main-primary, .row .main-sidebar {
    margin-bottom: inherit;
    padding: 0 1rem;
  }
}
a {
  color: #E30613;
  text-decoration: none;
}
a:focus, a:hover {
  color: #606c76;
}
dl, ol, ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
dl dl, dl ol, dl ul, ol dl, ol ol, ol ul, ul dl, ul ol, ul ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}
ol {
  list-style: decimal inside;
}
ul {
  list-style: circle inside;
}
.button, button, dd, dt, li {
  margin-bottom: 1rem;
}
fieldset, input, select, textarea {
  margin-bottom: 1.5rem;
}
blockquote, dl, figure, form, ol, p, pre, table, ul {
  margin-bottom: 2.5rem;
}
table {
  border-spacing: 0;
  display: block;
  overflow-x: auto;
  text-align: left;
  width: 100%;
}
td, th {
  border-bottom: 0.1rem solid #E30613;
  padding: 1.2rem 1.5rem;
}
td:first-child, th:first-child {
  padding-left: 0;
}
td:last-child, th:last-child {
  padding-right: 0;
}
@media (min-width: 40rem) {
  table {
    display: table;
    overflow-x: initial;
  }
}
b, strong {
  font-weight: bold;
}
p {
  margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  letter-spacing: -0.1rem;
  margin-bottom: 2rem;
  margin-top: 0;
}
h1 {
  font-size: 4.6rem;
  line-height: 1.2;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}
h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}
h4 {
  font-size: 2.2rem;
  letter-spacing: -0.08rem;
  line-height: 1.35;
}
h5 {
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}
h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}
img {
  max-width: 100%;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/* ID: fonts_definition */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-regular.woff2") format("woff2"), url("../fonts/roboto-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-bold.woff2") format("woff2"), url("../fonts/roboto-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-italic.woff2") format("woff2"), url("../fonts/roboto-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Roboto Black 900 */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-black.woff2") format("woff2"), url("../fonts/roboto-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ID: fonts_definition */
/* ID: base_settings */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  background: #FFFFFF;
  color: #2C3E50;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.container {
  background: none;
  max-width: 150rem !important;
  margin: 0 auto !important;
  padding: 0 3rem;
  width: 100%;
}
@media (max-width: 768px) {
  .container {
    padding: 0 1.8rem;
  }
}
/* OPRAVA MILLIGRAM GRIDU */
.row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}
.column, .main-primary, .main-sidebar {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  padding: 0 !important;
}
/* SEZNAMY */
ul, ol {
  list-style-position: outside;
  margin-left: 2.5rem;
  padding-left: 0;
}
ul li, ol li {
  margin-bottom: 0.8rem;
  padding-left: 0.5rem;
}
/* FORMULÁŘOVÁ VALIDACE */
.wrongIpt {
  color: #D32F2F !important;
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  margin: 0.5rem 0 1rem 0 !important;
  display: block;
}
.inEmpt {
  border-color: #D32F2F !important;
  background-color: rgba(211, 47, 47, 0.05) !important;
}
.inEmpt:focus {
  border-color: #ab2424 !important;
  box-shadow: 0 0 0 0.1rem rgba(211, 47, 47, 0.25) !important;
}
.ndisp, .hidd {
  display: none !important;
  visibility: hidden !important;
  opacity: 0;
  pointer-events: none;
}
/* POMOCNÉ TŘÍDY */
.text-center, .txtc {
  text-align: center !important;
}
.text-right, .txtr {
  text-align: right !important;
}
.text-left, .txtl {
  text-align: left !important;
}
.text-justify, .txtj {
  text-align: justify !important;
}
/* TLAČÍTKA */
.button.button-accent, button.button-accent {
  background-color: #E30613 !important;
  border-color: #E30613 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  border-radius: 2rem;
}
.button.button-accent:hover, .button.button-accent:focus, button.button-accent:hover, button.button-accent:focus {
  background-color: #B8050F !important;
  border-color: #B8050F !important;
  color: #FFFFFF !important;
}
/* MOBILNÍ MENU TRIGGER */
.iconstyl, .menustyl {
  display: flex !important;
  align-items: center !important;
  padding: 0 1rem;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
.menustyl {
  justify-content: flex-end !important;
}
.mobile-menu-trigger, #navbar-toggler {
  display: flex !important;
  background: #E30613;
  padding: 0.8rem 1.5rem;
  border-radius: 0.8rem;
  cursor: pointer;
  margin-left: auto;
  color: #FFFFFF;
  font-weight: 700;
  align-items: center;
}
.mobile-menu-trigger svg, #navbar-toggler svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  fill: #FFFFFF;
}
.menu-bar {
  display: none !important;
}
/* 404 CHYBOVÁ STRÁNKA */
.error-page {
  min-height: 70vh;
  display: flex;
  align-items: center;
  background-color: #F4F5F6;
}
.error-page .error-visual {
  position: relative;
  margin-bottom: 4rem;
}
.error-page .error-visual .error-code {
  font-size: 15rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(227, 6, 19, 0.05);
  display: block;
}
.error-page .error-visual .error-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error-page .error-visual .error-icon svg {
  width: 8rem;
  height: 8rem;
  stroke: #E30613;
  opacity: 0.8;
}
.error-page .error-content {
  max-width: 60rem;
  margin: 0 auto;
}
.error-page .error-content .lang-group {
  padding: 2rem 0;
}
.error-page .error-content .lang-group h1, .error-page .error-content .lang-group h2 {
  color: #E30613;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.error-page .error-content .lang-group p {
  font-size: 1.8rem;
  color: #2C3E50;
  margin-bottom: 2.5rem;
}
.error-page .error-footer {
  margin-top: 5rem;
  font-size: 1.4rem;
}
.error-page .error-footer a {
  color: #E30613;
  font-weight: 700;
  text-decoration: underline;
}
.error-page .error-footer a:hover {
  color: #B8050F;
}
/* RESPONZIVITA 404 */
@media (max-width: 600px) {
  .error-page .error-visual .error-code {
    font-size: 10rem;
  }
  .error-page .error-visual .error-icon svg {
    width: 6rem;
    height: 6rem;
  }
  .error-page .error-content .lang-group p {
    font-size: 1.6rem;
  }
}
/* ID: base_settings */
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 1rem !important;
}
.mt-20 {
  margin-top: 2rem !important;
}
.mt-30 {
  margin-top: 3rem !important;
}
.mt-40 {
  margin-top: 4rem !important;
}
.mt-60 {
  margin-top: 6rem !important;
}
.mt-80 {
  margin-top: 8rem !important;
}
.mb-20 {
  margin-bottom: 2rem !important;
}
.mb-40 {
  margin-bottom: 4rem !important;
}
.cb, .clear {
  clear: both;
}
.jublok p {
  text-align: justify;
}
#page-canvas {
  max-width: 150rem;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#content {
  flex: 1 0 auto;
  display: block;
  width: 100%;
}
.main-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 4rem;
}
.hero-main, .hero-side, .main-primary, .main-sidebar {
  padding: 0;
  transition: all 0.3s;
  flex-shrink: 0;
}
footer.main-footer {
  margin-top: 6rem;
  padding-bottom: 0;
}
footer.main-footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -1rem;
}
footer.main-footer .column, footer.main-footer .main-primary, footer.main-footer .main-sidebar {
  padding: 0 1rem;
  flex: 1 1 auto;
  margin-bottom: 0.3rem;
  min-width: 20rem;
}
footer.main-footer .column-40 {
  flex: 0 0 40%;
  max-width: 40%;
}
footer.main-footer .column-30 {
  flex: 0 0 30%;
  max-width: 30%;
}
footer.main-footer .column-20 {
  flex: 0 0 20%;
  max-width: 20%;
}
footer.main-footer .webmade-credit a {
  color: #2C3E50;
  text-decoration: underline;
}
footer.main-footer .webmade-credit a:hover, footer.main-footer .webmade-credit a:focus {
  color: #E30613;
}
@media (max-width: 900px) {
  footer.main-footer .column-20, footer.main-footer .column-30, footer.main-footer .column-40 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  footer.main-footer .column-20, footer.main-footer .column-30, footer.main-footer .column-40 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
footer.main-footer .footer-box {
  background-color: #F4F5F6;
  border-left: 4px solid #E30613;
  border-radius: 2rem;
  padding: 3.5rem 4rem 0.4rem 4rem;
}
footer.main-footer .footer-box h4, footer.main-footer .footer-box h5 {
  color: #E30613;
  font-weight: 800;
  margin-bottom: 2rem;
  font-variant: small-caps;
}
footer.main-footer .footer-box p {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #2C3E50;
}
footer.main-footer .footer-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.main-footer .footer-box ul li a {
  color: #2C3E50;
  text-decoration: none;
  font-size: 1.5rem;
}
footer.main-footer .footer-box ul li a:hover {
  color: #E30613;
}
@media (max-width: 1144px) {
  footer.main-footer .footer-box {
    padding: 1rem;
  }
}
@media (max-width: 900px) {
  footer.main-footer .footer-box h4, footer.main-footer .footer-box h5 {
    font-weight: 600;
    font-size: 1.3rem;
  }
}
footer.main-footer .footer-socials a {
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
}
footer.main-footer .footer-socials a svg {
  width: 100%;
  height: 100%;
}
footer.main-footer .footer-bottom {
  border-top: 1px solid #EAEAEA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
  color: #888;
}
footer.main-footer .footer-bottom .legal-tag {
  background: #FFFFFF;
  padding: 0.2rem 1.2rem;
  border: 1px solid #DDD;
  border-radius: 0.8rem;
  font-weight: 700;
  color: #E30613;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 0.5rem;
  line-height: 1.4;
}
/* ID: layout_cookie_consent_v10 */
#outer-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #F4F5F6;
  border-top: 2px solid #E30613;
  padding: 1.5rem 0;
  box-shadow: 0 -0.5rem 2rem rgba(0, 0, 0, 0.1);
}
#outer-consent.ndisp {
  display: none;
}
#outer-consent #consent-cookie {
  max-width: 150rem;
  margin: 0 auto;
  padding: 0 3rem;
  color: #2C3E50;
  font-size: 1.4rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
}
#outer-consent #consent-cookie a {
  color: #E30613;
  text-decoration: underline;
  margin-left: 0.5rem;
}
#outer-consent #consent-cookie a:hover {
  text-decoration: none;
}
#outer-consent #consent-cookie button#cook-consent {
  background-color: #E30613;
  color: #FFFFFF;
  border: none;
  border-radius: 1rem;
  padding: 1rem 2.5rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s;
  font-size: 1.4rem;
  line-height: 1;
}
#outer-consent #consent-cookie button#cook-consent:hover {
  background-color: #B8050F;
}
@media (max-width: 900px) {
  #outer-consent #consent-cookie {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
  #outer-consent #consent-cookie button#cook-consent {
    width: 100%;
  }
}
/* ID: menu_reset */
.menu-bar, .nav nav ul, .mega-menu--multiLevel {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.menu-bar li, .nav nav ul li, .mega-menu--multiLevel li {
  margin-bottom: 0;
  padding-left: 0;
}
/* ID: menu_desktop */
.nav nav {
  display: flex;
  justify-content: flex-end;
}
.menu-bar {
  display: flex;
  align-items: center;
}
.menu-bar > li {
  position: relative;
}
.menu-bar > li > a.menu-link {
  display: block;
  padding: 1.5rem 1.4rem;
  color: #2C3E50 !important;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: color 0.3s;
}
.menu-bar > li > a.menu-link[aria-haspopup="true"]::after {
  content: " ▾";
  opacity: 0.5;
}
.menu-bar > li:hover > a.menu-link, .menu-bar > li.active > a.menu-link {
  color: #E30613 !important;
}
.menu-bar > li:hover > ul.mega-menu--multiLevel {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.menu-bar > li.menu-item-cta > a.menu-link {
  background: #E30613;
  color: #FFFFFF !important;
  padding: 1rem 2.5rem !important;
  border-radius: 4rem;
  margin-left: 1.5rem;
  transition: background 0.3s;
}
.menu-bar > li.menu-item-cta > a.menu-link:hover {
  background: #B8050F;
}
.menu-bar .mobile-only, .menu-bar .mobile-menu-back-item {
  display: none !important;
}
/* ID: submenu_logic */
ul.mega-menu--multiLevel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  min-width: 220px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  padding: 0.8rem 0;
  z-index: 110;
}
ul.mega-menu--multiLevel li a.menu-link {
  display: block;
  padding: 1.2rem 2rem !important;
  color: #2C3E50 !important;
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 400;
}
ul.mega-menu--multiLevel li a.menu-link:hover {
  background: #F4F5F6;
  color: #E30613 !important;
}
/* ID: menu_responsive */
.mobile-menu-trigger {
  display: none !important;
}
@media (max-width: 1024px) {
  .mobile-menu-trigger {
    display: flex !important;
  }
  .menu-bar {
    display: none !important;
  }
  .menu-open .menu-bar {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    z-index: 9999;
    padding: 2rem 0;
    overflow-y: auto;
  }
  .menu-open .menu-bar > li {
    width: 100%;
    text-align: center;
  }
  .menu-open .menu-bar > li a.menu-link {
    padding: 2rem !important;
    font-size: 1.8rem !important;
    border-bottom: 1px solid #F4F5F6;
  }
  .menu-open .menu-bar > li.menu-item-cta > a.menu-link {
    margin: 2rem auto;
    width: 80%;
  }
  .menu-open .menu-bar .mobile-menu-back-item {
    display: block !important;
    margin-top: 2rem;
  }
  .menu-open .menu-bar .mobile-menu-back-item a.mobile-menu-back-link {
    display: inline-block;
    padding: 1.5rem 3rem;
    background: #F4F5F6;
    color: #2C3E50;
    border-radius: 4rem;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
  }
}
.admin-bar {
  background-color: #E30613;
  margin-bottom: 3rem;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  border: solid 3px #fff;
}
.admin-bar #navlist_ad ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.admin-bar #navlist_ad ul li {
  margin: 0 !important;
  padding: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.admin-bar #navlist_ad ul li a {
  display: block;
  padding: 1.5rem 2.5rem;
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none !important;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  transition: all 0.3s ease;
}
.admin-bar #navlist_ad ul li a:hover {
  color: #000000 !important;
}
.admin-bar #navlist_ad ul li:last-child {
  border-right: none;
  margin-left: auto !important;
}
.admin-bar #navlist_ad ul li:last-child a {
  color: #FF9800 !important;
}
.admin-bar #navlist_ad ul li:last-child a:hover {
  background-color: rgba(255, 152, 0, 0.1);
}
/* ID: layout_hero_section */
.hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  width: 100%;
}
.hero .lead, .hero .section-lead {
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 3rem;
  max-width: 95%;
  color: #2C3E50;
}
.hero-main {
  width: 60%;
  flex: 0 0 60%;
}
@media (max-width: 1024px) {
  .hero-main h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 900px) {
  .hero-main {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  .hero-main {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}
.hero-side {
  width: 40%;
  flex: 0 0 40%;
  display: flex !important;
  justify-content: flex-end !important;
  padding-right: 0 !important;
}
.hero-side .img-wrapper {
  display: block;
  margin-left: auto !important;
  width: fit-content;
  max-width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  line-height: 0;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.05);
}
.hero-side .img-wrapper picture, .hero-side .img-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 2rem;
}
@media (max-width: 900px) {
  .hero-side {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  .hero-side {
    display: none !important;
  }
}
/* 2. PROGRAMOVÉ KARTY (Grid 3 sloupce) */
/* ID: program_grid_step_logic */
.program-grid {
  display: grid;
  gap: 2.5rem;
  margin-top: 4rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .program-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1000px) {
  .program-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .program-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .program-grid {
    grid-template-columns: 1fr;
  }
}
.program-card {
  padding: 2.5rem;
  background: #FFFFFF;
  border: 0.1rem solid #eee;
  border-radius: 2rem;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.program-card .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 2rem;
}
.program-card .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.program-card h4 {
  color: #E30613;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1.2rem;
  font-variant: small-caps;
}
.program-card p {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #2C3E50;
}
.program-card:hover {
  transform: translateY(-5px);
  border-color: #E30613;
  box-shadow: 0 10px 30px rgba(227, 6, 19, 0.08);
}
/* 3. HLAVNÍ LAYOUT STRÁNKY - OPRAVENÁ LOGIKA PROTI PÁDU SIDEBARU */
.main-content-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: space-between;
  width: 100%;
  margin-top: 4rem;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .main-content-wrapper {
    flex-wrap: wrap !important;
  }
}
.main-primary {
  flex: 0 0 67% !important;
  max-width: 67% !important;
  width: 67% !important;
  margin: 0 !important;
  padding: 0 1rem;
  min-width: 0 !important;
  overflow: visible;
}
@media (max-width: 1024px) {
  .main-primary {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .main-primary {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.main-sidebar {
  flex: 0 0 33% !important;
  max-width: 33% !important;
  width: 33% !important;
  margin: 0 !important;
  padding-left: 4rem !important;
  min-width: 0 !important;
}
@media (max-width: 1024px) {
  .main-sidebar {
    padding-left: 1.2rem !important;
    flex: 0 0 48% !important;
    max-width: 48% !important;
    width: 48% !important;
  }
}
@media (max-width: 768px) {
  .main-sidebar {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    margin-top: 4rem;
  }
}
/* 4. SIDEBAR KOMPONENTY */
.sidebar-box {
  background-color: #F4F5F6;
  padding: 3.5rem;
  border-left: 4px solid #E30613;
  border-radius: 2rem;
  margin-bottom: 3rem;
}
.sidebar-box h4 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #E30613;
  margin-bottom: 1.5rem;
}
@media (max-width: 1200px) {
  .sidebar-box {
    padding: 2.2rem 1.8rem;
  }
}
.sidebar-status-banner {
  background: #FFFFFF;
  border: 1px solid #E30613;
  border-radius: 2rem;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}
.sidebar-status-banner .status-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 1.5rem 0;
  transition: transform 0.3s;
}
.sidebar-status-banner .status-item .status-text {
  font-size: 2.2rem;
  font-weight: 900;
  color: #2C3E50;
  transition: color 0.3s;
}
.sidebar-status-banner .status-item .status-icon {
  flex: 0 0 6rem;
  width: 6rem;
  height: 6rem;
  margin-right: 2rem;
  transition: all 0.3s;
}
.sidebar-status-banner .status-item .status-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.sidebar-status-banner .status-item.is-plus {
  --bg-fill: #E30613;
  --bg-stroke: #E30613;
}
.sidebar-status-banner .status-item.is-plus:hover {
  --bg-fill: #2C3E50;
  --bg-stroke: #2C3E50;
  transform: translateX(5px);
}
.sidebar-status-banner .status-item.is-plus:hover .status-text {
  color: #E30613;
}
.sidebar-status-banner .status-item.is-minus {
  --bg-fill: #2C3E50;
  --bg-stroke: #2C3E50;
}
.sidebar-status-banner .status-item.is-minus:hover {
  --bg-fill: #E30613;
  --bg-stroke: #E30613;
  transform: translateX(5px);
}
.sidebar-status-banner .status-item.is-minus:hover .status-text {
  color: #E30613;
}
.sidebar-status-banner .status-divider {
  height: 1px;
  background: #eee;
  margin: 0.5rem 0;
}
.sidebar-status-banner .banner-description {
  font-size: 1.4rem;
  margin: 2.5rem 0;
  color: #2C3E50;
  position: relative;
  z-index: 2;
}
.sidebar-status-banner .banner-action {
  position: relative;
  z-index: 2;
}
.sidebar-status-banner .banner-action .button-pill-red {
  display: inline-block;
  background: #E30613;
  color: #fff;
  padding: 1rem 3rem;
  border-radius: 2rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.3rem;
}
.sidebar-status-banner .banner-decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.15;
  width: 150px;
  pointer-events: none;
}
.sidebar-status-banner .banner-decoration img {
  width: 100%;
  height: auto;
}
.program-detail-wrapper .color-primary {
  color: #E30613 !important;
}
.program-detail-wrapper .program-intro {
  margin-bottom: 6rem;
}
.program-detail-wrapper .program-intro h1 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  letter-spacing: 0.1rem;
}
.program-detail-wrapper .program-intro h2 {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 3rem;
  color: #2C3E50;
}
.program-detail-wrapper .program-intro .lead {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4;
  opacity: 0.8;
  color: #2C3E50;
}
.program-detail-wrapper .section-divider {
  width: 100%;
  border-bottom: 2px solid #F4F5F6;
  margin: 1rem 0 6rem 0;
  text-align: center;
  height: 1.2rem;
}
.program-detail-wrapper .section-divider span {
  background: #FFFFFF;
  padding: 0 3rem;
  font-weight: 800;
  color: #ccc;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}
.program-detail-wrapper .program-section {
  display: flex;
  gap: 4rem;
  margin-bottom: 8rem;
  align-items: flex-start;
}
.program-detail-wrapper .program-section .section-icon {
  flex: 0 0 100px;
}
.program-detail-wrapper .program-section .section-icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
}
.program-detail-wrapper .program-section .section-content {
  flex: 1;
}
.program-detail-wrapper .program-section .section-content h4 {
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  font-variant: small-caps;
}
.program-detail-wrapper .program-section .section-content p {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #2C3E50;
}
.program-detail-wrapper .program-section .program-motto {
  font-weight: 700;
  color: #E30613;
  border-left: 3px solid #E30613;
  padding-left: 2rem;
  margin-top: 2.5rem;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.3;
}
.program-detail-wrapper .program-section ul.clean-list {
  list-style: none;
  margin: 0 0 2.5rem 0;
  padding: 0;
}
.program-detail-wrapper .program-section ul.clean-list li {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  position: relative;
  padding-left: 2.5rem;
  color: #2C3E50;
}
.program-detail-wrapper .program-section ul.clean-list li::before {
  content: "•";
  color: #E30613;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.8rem;
}
.program-detail-wrapper .program-section ul.clean-list li strong {
  font-weight: 700;
  color: #2C3E50;
}
.program-detail-wrapper .program-cta {
  margin-top: 10rem;
}
.program-detail-wrapper .program-cta .cta-box {
  background: #F4F5F6;
  padding: 6rem;
  border-radius: 2rem;
  text-align: center;
  border-left: 6px solid #E30613;
}
.program-detail-wrapper .program-cta .cta-box p {
  font-size: 2rem;
  margin-bottom: 0;
}
.program-detail-wrapper .program-cta .cta-box .final-motto {
  font-size: 3.2rem;
  font-weight: 900;
  margin: 2rem 0 4rem 0;
  line-height: 1.1;
}
.program-detail-wrapper .program-cta .cta-box .button {
  padding: 1.5rem 4rem;
  height: auto;
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .program-detail-wrapper .program-section {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 6rem;
  }
  .program-detail-wrapper .program-section .section-icon {
    flex: 0 0 auto;
  }
  .program-detail-wrapper .program-section .section-icon img {
    width: 70px;
    height: 70px;
  }
  .program-detail-wrapper .program-intro h2 {
    font-size: 3.6rem;
  }
  .program-detail-wrapper .program-cta .cta-box {
    padding: 4rem 2rem;
  }
  .program-detail-wrapper .program-cta .cta-box .final-motto {
    font-size: 2.4rem;
  }
}
.contact-content .contact-person-card {
  background: #F4F5F6;
  padding: 4rem;
  border-radius: 2rem;
  border-left: 4px solid #E30613;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}
.contact-content .contact-person-card h3 {
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 2rem;
  color: #2C3E50;
}
.contact-content .contact-person-card .person-info.row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 0 -1rem !important;
  width: calc(100% + 2.0rem) !important;
  align-items: flex-start;
}
.contact-content .contact-person-card .person-info.row > h3.column, .contact-content .contact-person-card .person-info.row > h3.main-primary, .contact-content .contact-person-card .person-info.row > h3.main-sidebar {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.contact-content .contact-person-card .person-info.row .contact-details.column, .contact-content .contact-person-card .person-info.row .contact-details.main-primary, .contact-content .contact-person-card .person-info.row .contact-details.main-sidebar {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  padding: 0 1rem;
}
@media (max-width: 1200px) {
  .contact-content .contact-person-card .person-info.row .contact-details.column, .contact-content .contact-person-card .person-info.row .contact-details.main-primary, .contact-content .contact-person-card .person-info.row .contact-details.main-sidebar {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 2rem;
  }
  .contact-content .contact-person-card .person-info.row .contact-details.column:last-child, .contact-content .contact-person-card .person-info.row .contact-details.main-primary:last-child, .contact-content .contact-person-card .person-info.row .contact-details.main-sidebar:last-child {
    margin-bottom: 0;
  }
}
.contact-content .contact-person-card .contact-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-content .contact-person-card .contact-item {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.contact-content .contact-person-card .contact-item:last-child {
  margin-bottom: 0;
}
.contact-content .contact-person-card .contact-item .contact-label {
  font-weight: 700;
  color: #2C3E50;
  font-size: 1.5rem;
  white-space: nowrap;
  min-width: 8.5rem;
}
.contact-content .contact-person-card .contact-item .contact-value, .contact-content .contact-person-card .contact-item a.phone-link {
  font-size: 2rem;
  font-weight: 700;
  color: #E30613;
  text-decoration: none;
}
.contact-content .contact-person-card .contact-item .contact-value:hover, .contact-content .contact-person-card .contact-item a.phone-link:hover {
  text-decoration: underline;
}
.contact-content .contact-person-card.minor-card {
  padding: 2rem 1rem;
  margin-bottom: 0;
  min-height: 100%;
}
.contact-content .contact-person-card.minor-card h4 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #2C3E50;
}
.contact-content .contact-person-card.minor-card .role-label {
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #E30613;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05rem;
}
.contact-content .contact-person-card.minor-card .contact-value {
  font-size: 1.4rem;
}
.contact-content .contact-person-card.minor-card .contact-label {
  min-width: 4rem;
}
.contact-content .contact-members-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  width: 100%;
  margin-bottom: 6rem;
}
@media (max-width: 1100px) {
  .contact-content .contact-members-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .contact-content .contact-members-grid {
    grid-template-columns: 1fr;
  }
}
.contact-content .contact-socials-inline {
  display: flex;
  gap: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 2.5rem;
  margin-top: 2rem;
}
.contact-content .contact-socials-inline a {
  width: 5rem;
  height: 5rem;
}
.contact-content .contact-socials-inline a .icon-social {
  width: 100%;
  height: 100%;
  color: #2C3E50;
  fill: currentColor;
  transition: color 0.2s;
}
.contact-content .contact-socials-inline a:hover .icon-social {
  color: #E30613;
}
.contact-content .contact-form-box {
  background: #FFFFFF;
  border: 1px solid #E30613;
  border-radius: 2rem;
  padding: 4.5rem;
  box-shadow: 0 1.5rem 4rem rgba(227, 6, 19, 0.08);
  margin-bottom: 4rem;
}
.contact-content .contact-form-box form input[type="text"], .contact-content .contact-form-box form input[type="email"], .contact-content .contact-form-box form input[type="tel"], .contact-content .contact-form-box form textarea {
  border-radius: 1rem;
  border: 1px solid #ddd;
  padding: 1.5rem;
  height: auto;
  background-color: #F4F5F6;
  transition: border-color 0.3s;
}
.contact-content .contact-form-box form input[type="text"]:focus, .contact-content .contact-form-box form input[type="email"]:focus, .contact-content .contact-form-box form input[type="tel"]:focus, .contact-content .contact-form-box form textarea:focus {
  border-color: #E30613;
  outline: none;
  background-color: #FFFFFF;
}
.contact-content .contact-form-box form label {
  font-weight: 700;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #888;
  display: block;
}
@media (max-width: 1024px) {
  .contact-content .contact-form-box {
    padding: 1.8rem;
  }
}
.sidebar-illustration {
  opacity: 0.6;
  text-align: center;
  margin-top: 4rem;
}
.sidebar-illustration img {
  max-width: 100%;
  height: auto;
  border-radius: 2rem;
}
/* ID: onas_zigzag_styling */
.candidate-list {
  width: 100% !important;
}
.candidate-list .candidate-row {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 8rem;
  width: 100% !important;
}
.candidate-list .candidate-row:nth-child(even) {
  flex-direction: row-reverse;
}
.candidate-list .candidate-row:nth-child(even) .candidate-text {
  text-align: right;
}
.candidate-list .candidate-row .candidate-visual {
  flex: 0 1 300px;
  min-width: 200px;
  max-width: 100%;
}
.candidate-list .candidate-row .candidate-visual .candidate-photo-wrapper {
  position: relative;
  border: 1px solid #E30613;
  border-radius: 2rem;
  overflow: hidden;
  line-height: 0;
}
.candidate-list .candidate-row .candidate-visual .candidate-photo-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.candidate-list .candidate-row .candidate-visual .candidate-photo-wrapper .candidate-number {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background: #E30613;
  color: #FFFFFF;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 900;
  font-size: 1.8rem;
}
.candidate-list .candidate-row .candidate-text {
  flex: 1;
  min-width: 0;
}
.candidate-list .candidate-row .candidate-text h3 {
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.candidate-list .candidate-row .candidate-text .candidate-meta {
  font-size: 1.6rem;
  color: #888;
  margin-bottom: 2rem;
}
.candidate-list .candidate-row .candidate-text .candidate-meta strong {
  font-variant: small-caps;
}
.candidate-list .candidate-row .candidate-text .motto {
  font-style: italic;
  font-weight: 700;
  color: #2C3E50;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1200px) {
  .candidate-list .candidate-row {
    gap: 2rem;
  }
  .candidate-list .candidate-row .candidate-visual {
    flex-basis: 250px;
  }
}
@media (max-width: 900px) {
  .candidate-list .candidate-row {
    flex-direction: column !important;
    gap: 2rem;
    margin-bottom: 6rem;
  }
  .candidate-list .candidate-row .candidate-visual {
    flex: 0 0 auto;
    width: 100%;
    max-width: 300px;
  }
  .candidate-list .candidate-row .candidate-text {
    text-align: center !important;
    width: 100%;
  }
}
.village-img {
  border-radius: 2em;
}
h1.intro-title {
  font-size: 1.8rem !important;
  color: #E30613 !important;
  font-variant: small-caps;
  letter-spacing: 0.2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  display: block;
}
h2 {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.1;
  color: #2C3E50;
  margin-bottom: 3rem;
}
h2 em {
  font-weight: 300;
  font-style: italic;
  display: block;
  font-size: 2.4rem;
  opacity: 0.7;
  margin-top: 0.5rem;
}
.candidate-detail .candidate-photo-wrapper {
  border: 1px solid #E30613;
  border-radius: 2rem;
  overflow: hidden;
}
.candidate-detail .candidate-photo-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.candidate-detail .candidate-motto {
  border-left: 4px solid #E30613;
  padding-left: 2rem;
  font-style: italic;
  font-size: 2rem;
  color: #2C3E50;
}
.candidate-detail .row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: -1rem;
  margin-right: -1rem;
  align-items: flex-start;
}
.candidate-detail .column-40 {
  flex: 0 0 40% !important;
  max-width: 40% !important;
  width: 40% !important;
  padding: 0 1rem;
}
@media (max-width: 900px) {
  .candidate-detail .column-40 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 3rem;
  }
}
.candidate-detail .column-60 {
  flex: 0 0 60% !important;
  max-width: 60% !important;
  width: 60% !important;
  padding: 0 1rem 0 4rem !important;
}
@media (max-width: 900px) {
  .candidate-detail .column-60 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 1rem !important;
  }
}
.candidate-detail .candidate-photo-wrapper {
  border: 1px solid #E30613;
  border-radius: 2rem;
  overflow: hidden;
  line-height: 0;
  box-shadow: 0 1rem 3rem rgba(227, 6, 19, 0.06);
}
.candidate-detail .candidate-photo-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.candidate-detail .candidate-quote {
  font-style: italic;
  font-size: 2.2rem;
  color: #2C3E50;
  border-left: 4px solid #E30613;
  padding-left: 2.5rem;
  margin-top: 3rem;
  line-height: 1.4;
}
.highlight-box {
  background: #F4F5F6;
  padding: 2rem;
  border-left: 4px solid #E30613;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .candidate-list .candidate-row {
    flex-direction: column !important;
    gap: 2rem;
    margin-bottom: 6rem;
  }
  .candidate-list .candidate-row .candidate-visual {
    flex: 0 0 auto;
    width: 100%;
    max-width: 300px;
  }
  .candidate-list .candidate-row .candidate-text {
    text-align: center !important;
  }
}
/* PRODUCT DETAIL (Levá strana - 67%) */
.section-padding {
  padding: 6rem 0;
}
/* Blok textového popisu */
.product-description {
  padding: 1rem 0 3rem 0;
}
.product-description h3, .product-description h4 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.product-description p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.product-description ul {
  margin-bottom: 2rem;
}
.product-description ul li {
  margin-bottom: 0.5rem;
}
/* Specifikace (Kostky)*/
.spec-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 1rem 0 !important;
  width: 100% !important;
}
.spec-grid-wrapper .spec-box {
  flex: 0 0 50%;
  padding: 0.5rem;
}
@media (min-width: 901px) {
  .spec-grid-wrapper .spec-box {
    flex: 0 0 25%;
  }
}
.spec-grid-wrapper .spec-item {
  display: block;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #f4f5f6 !important;
  border-radius: 0.4rem;
  border-bottom: 0.3rem solid #E30613;
  height: 100%;
}
.spec-grid-wrapper .spec-item small {
  display: block;
  text-transform: uppercase;
  color: #494949;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.spec-grid-wrapper .spec-item strong {
  display: block;
  font-size: 2rem;
  color: #1b2b23;
  font-weight: 700;
}
/* ID: calendar_style */
.calendar-scroll-container {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 307px;
}
#calendar-inline {
  display: block;
}
/* Kontejner kalendáře */
.flatpickr-calendar.inline {
  width: 307px !important;
  max-width: 307px !important;
  box-shadow: none;
  background: transparent;
  border: none;
  margin: 0 auto;
}
/* Fix pro mřížku - musí sedět na 7 dní */
.dayContainer, .flatpickr-days, .flatpickr-weekdaycontainer {
  width: 307px !important;
  min-width: 307px !important;
  max-width: 307px !important;
}
.flatpickr-day {
  flex-basis: 14.2857% !important;
  max-width: 39px !important;
}
/* Hlavička - čistý design pro jeden měsíc */
.flatpickr-months {
  background: #1b2b23;
  border-radius: 4px 4px 0 0;
  padding: 10px 0;
}
.flatpickr-current-month {
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff !important;
}
.flatpickr-current-month .cur-month {
  font-weight: 700;
  font-size: 16px;
}
.flatpickr-current-month .numInputWrapper {
  width: 65px;
  font-size: 14px;
  opacity: 0.7;
}
/* Navigace */
.flatpickr-prev-month, .flatpickr-next-month {
  fill: #b39359 !important;
  padding: 10px !important;
  z-index: 10;
}
/* STYLING DNŮ */
/* 1. MINULOST (Prošlé dny) -> Šedá, neklikací */
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  color: #d0d0d0 !important;
  background: transparent !important;
  text-decoration: none !important;
}
/* 2. OBSAZENO (z DB) -> Oranžová + Přeškrtnutí */
.flatpickr-day.is-occupied {
  color: #e67e22 !important;
  text-decoration: line-through !important;
  font-weight: bold !important;
}
/* 3. VYBRANÝ ROZSAH */
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange {
  background: #b39359 !important;
  border-color: #b39359 !important;
  color: #fff !important;
}
.flatpickr-day.inRange {
  background: rgba(179, 147, 89, 0.15) !important;
  box-shadow: -5px 0 0 rgba(179, 147, 89, 0.15), 5px 0 0 rgba(179, 147, 89, 0.15) !important;
  border-color: transparent !important;
}
/* ID: // calendar_style */
/* ID: news_blog_module */
/* --- A. STRUKTURA MŘÍŽKY (Objemový layout) --- */
.news-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -1rem;
  /* Kompenzace vnitřních paddingů položek */
}
.news-item {
  /* Stabilní rozměr: Základ 32rem (~320px), smrštění max o 10%, neroste do prázdna */
  flex: 0 1 35rem;
  padding: 2rem;
  display: flex;
  box-sizing: border-box;
}
@media (max-width: 1124px) {
  .news-item {
    flex: 0 1 32rem;
    padding: 1rem;
  }
}
@media (max-width: 1024px) {
  .news-item {
    flex: 0 1 28rem;
    padding: 1.5rem 0.5rem;
  }
}
@media (max-width: 900px) {
  .news-item {
    flex: 0 1 38rem;
    padding: 2.5rem;
  }
}
@media (max-width: 868px) {
  .news-item {
    flex: 0 1 35rem;
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .news-item {
    flex: 0 1 30rem;
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 620px) {
  .news-item {
    padding: 1.6rem 0.8rem;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* --- B. VIZUÁLNÍ KARTA --- */
.news-card {
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.news-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12);
  background-color: #fdfdfd;
}
.news-image {
  position: relative;
  width: 100%;
  height: 14.8rem;
  /* Stabilní výška obrázku v seznamu */
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}
.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-image .svgdatumovka {
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 3.5rem;
  width: auto;
  z-index: 10;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.news-image .svgicon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 5rem;
  height: 5rem;
  z-index: 10;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.news-body {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.news-body .news-title {
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  color: #1b2b23;
  line-height: 1.2;
  /* Stabilní prostor pro název */
  min-height: 4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-body .news-anotace {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  flex-grow: 1;
  /* Tlačí patičku karty dolů */
}
.news-body .read-more {
  margin-top: auto;
  font-weight: 700;
  font-size: 1.3rem;
  color: #b39359;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
  align-self: flex-start;
}
.news-body .read-more:hover {
  border-color: #b39359;
}
.news-detail .detail-nav-bar {
  margin-bottom: 3rem;
}
.news-detail .row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: -1rem;
  margin-right: -1rem;
}
.news-detail .column-60 {
  flex: 0 0 60% !important;
  max-width: 60% !important;
  width: 60% !important;
  padding-right: 4rem !important;
}
@media (max-width: 580px) {
  .news-detail .column-60 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-right: 1rem !important;
    order: 2;
  }
}
.news-detail .column-60 .detail-title {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 2rem;
  color: #2C3E50;
}
.news-detail .column-60 .detail-anotace {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2C3E50;
  border-left: 4px solid #E30613;
  padding-left: 2.5rem;
  margin: 3rem 0;
  font-style: italic;
}
.news-detail .column-60 .detail-text-content {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #2C3E50;
}
.news-detail .column-60 .detail-text-content p {
  margin-bottom: 2rem;
}
.news-detail .column-40 {
  flex: 0 0 40% !important;
  max-width: 40% !important;
  width: 40% !important;
}
@media (max-width: 580px) {
  .news-detail .column-40 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 4rem;
    order: 1;
  }
}
.news-detail .column-40 .news-image.detail-view {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  line-height: 0;
  border: 1px solid #eee;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.05);
}
.news-detail .column-40 .news-image.detail-view img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2rem;
}
.news-detail .column-40 .news-image.detail-view .svgicon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.news-detail .column-40 .news-image.detail-view .svgdatumovka {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16.8rem;
}
.news-detail .column-40 .news-image.detail-view .datumsvg {
  fill: #FFFFFF;
  font-weight: 700;
  font-family: inherit;
}
.news-detail .column-40 .ilustracni-tag {
  display: block;
  margin-top: 1rem;
  color: #999;
  font-style: italic;
  font-size: 1.2rem;
}
.news-detail .column-40 .next-image-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #eee;
}
.news-detail .column-40 .next-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.aktuality-filter-container .filter-label {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1rem;
}
.aktuality-filter-container .filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.aktuality-filter-container .filter-pills .filter-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 2rem;
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 4rem;
  color: #2C3E50;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  height: auto;
  line-height: 1;
}
.aktuality-filter-container .filter-pills .filter-pill .svg-icon {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.8rem;
  fill: currentColor;
}
.aktuality-filter-container .filter-pills .filter-pill:hover {
  border-color: #E30613;
  color: #E30613;
}
.aktuality-filter-container .filter-pills .filter-pill.active {
  background: #E30613;
  border-color: #E30613;
  color: #FFFFFF;
  box-shadow: 0 0.5rem 1.5rem rgba(227, 6, 19, 0.2);
}
.aktuality-filter-container .filter-pills .filter-pill.reset {
  background: #F4F5F6;
  border: 1px dashed #ccc;
  font-size: 1.3rem;
}
.aktuality-filter-container .filter-pills .filter-pill.reset:hover {
  background: #eee;
  color: #D32F2F;
  border-color: #D32F2F;
}
/* --- C. DETAIL AKTUALITY --- */
.news-detail-body {
  padding: 0 3.5rem 1rem 0;
  /* KLÍČOVÁ OPRAVA: Resetujeme omezení z .news-image */
}
.news-detail-body .news-image.detail-view {
  height: auto !important;
  /* Zrušíme těch 19.0rem */
  max-height: none !important;
  /* Jistota */
  overflow: visible !important;
  /* Povolíme obsahu, aby vytekl ven (do výšky) */
  background: transparent;
  /* Odstraníme šedý podklad */
  margin-bottom: 3rem;
  border-radius: 0.8rem;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.1);
  /* TPL generuje placeholder s padding-top: 50% (poměr 2:1) */
  /* Datumovka a ikony v detailu - posuneme je, aby nelítaly v prázdnu */
}
.news-detail-body .news-image.detail-view .image-placeholder-box {
  padding-top: 0 !important;
  /* Zrušíme fixní poměr 2:1 */
  height: auto !important;
  display: block !important;
}
.news-detail-body .news-image.detail-view .img-wrapper {
  position: relative !important;
  /* Zrušíme absolutní pozici (top:0, left:0) */
  height: auto !important;
  width: 100% !important;
  transform: none !important;
  display: block !important;
}
.news-detail-body .news-image.detail-view img.main-det-img {
  position: static !important;
  /* Obrázek už nebude fixovaný v boxu */
  width: 100% !important;
  /* Vyplní šířku */
  height: auto !important;
  /* Výška se dopočítá podle fotky */
  object-fit: contain !important;
  /* Zobrazí se 100% fotky bez ořezu */
  display: block;
}
.news-detail-body .news-image.detail-view .svgdatumovka, .news-detail-body .news-image.detail-view .svgicon {
  z-index: 20;
}
@media (max-width: 480px) {
  .news-detail-body {
    padding: 0 0 1rem 0;
  }
}
/* --- D. POMOCNÉ PRVKY --- */
.pagination-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 4rem 0;
}
.pagination-wrapper .pagination {
  display: flex;
  gap: 0.8rem;
}
.pagination-wrapper .pagination .pagination-link, .pagination-wrapper .pagination span.pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  height: 4rem;
  padding: 0 1.5rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  font-weight: 700;
  color: #1b2b23;
  text-decoration: none;
}
.pagination-wrapper .pagination .pagination-link.active, .pagination-wrapper .pagination span.pagination-link.active {
  background: #F4F5F6;
  border-color: #E30613;
  color: #2C3E50;
}
.pagination-wrapper .pagination .pagination-link:hover:not(.active), .pagination-wrapper .pagination span.pagination-link:hover:not(.active) {
  background: #f9f9f9;
}
.ilustracni-tag {
  display: block;
  background: rgba(27, 43, 35, 0.7);
  color: #fff;
  padding: 0.4rem 1rem;
  font-size: 1.1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0.4rem 0 0 0;
}
.datumsvg {
  fill: #000;
  font-family: sans-serif;
  font-weight: 700;
}
/* TOTÁLNÍ RESET PRO DETAIL AKTUALITY - dejte na konec souboru */
div.news-image.detail-view {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  background: transparent !important;
  display: block !important;
  /* Odstranění "mrtvého" prostoru (těch 50% paddingu z makra) */
  /* Zrušení absolutního pozicování wrapperu */
  /* Samotný obrázek - musí být statický, aby odtlačil text pod sebou */
  /* Datumovka a ikony - aby nezůstaly viset mimo obraz */
}
div.news-image.detail-view .image-placeholder-box {
  padding-top: 0 !important;
  height: auto !important;
  display: block !important;
  position: relative !important;
}
div.news-image.detail-view .img-wrapper {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  height: auto !important;
  transform: none !important;
  display: block !important;
}
div.news-image.detail-view picture img, div.news-image.detail-view img.main-det-img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  /* Zobrazí celou fotku */
}
div.news-image.detail-view .svgdatumovka, div.news-image.detail-view .svgicon {
  z-index: 10;
}
/* ID: news_blog_module */
/* 14. CONTACTS */
.contact-info-card {
  background: #E30613;
  color: #fff;
  padding: 3.5rem;
  border-radius: 0.8rem;
}
.contact-info-card .info-item {
  margin-bottom: 2.5rem;
}
.contact-info-card .info-item small {
  display: block;
  color: #E30613;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.contact-info-card .info-item strong {
  font-size: 1.8rem;
}
.contact-info-card .info-item address {
  font-style: normal;
  line-height: 1.6;
}
.contact-info-card hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 2rem 0;
}
.map-wrapper {
  line-height: 0;
  overflow: hidden;
  border-radius: 0.8rem;
}
/* 15. DYNAMICKÁ GALERIE (Justified Layout) */
.gallery-grid-justified {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  margin: 0 !important;
  padding: 0;
  /* Poslední řádek nebude "natažený" přes celou šířku */
}
.gallery-grid-justified .gallery-item {
  position: relative;
  height: 28rem;
  list-style: none;
  flex-shrink: 1;
}
.gallery-grid-justified .gallery-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.gallery-grid-justified .gallery-item:hover .gallery-thumb {
  transform: scale(1.05);
}
.gallery-grid-justified .gallery-item-filler {
  height: 0;
  margin: 0;
  padding: 0;
}
.gallery-img-inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0.6rem;
  line-height: 0;
}
.gallery-img-inner .gallery-thumb {
  transition: transform 0.4s ease;
}
.gallery-img-inner {
  height: 100%;
  width: auto;
}
.gallery-img-inner img {
  height: 100%;
  width: auto;
  object-fit: cover;
  max-width: 100%;
}
.gallery-filter {
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.gallery-filter .filter-btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  background-color: #F4F5F6;
  color: #2C3E50;
  border-radius: 0.4rem;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.gallery-filter .filter-btn:hover {
  background-color: #e6e8eb;
  color: #E30613;
}
.gallery-filter .filter-btn.active {
  background-color: #E30613;
  color: #fff;
  border-color: #E30613;
  box-shadow: 0 0.2rem 1rem rgba(227, 6, 19, 0.3);
}
/* Responzivita pro Justified Layout */
@media (max-width: 900px) {
  .gallery-grid-justified .gallery-item {
    height: 22rem;
  }
}
@media (max-width: 640px) {
  .gallery-grid-justified {
    gap: 0.5rem;
  }
  .gallery-grid-justified .gallery-item {
    height: 18rem;
    flex-grow: 1 !important;
  }
}
/* ID: responsive_logic */
@media (max-width: 768px) {
  .mobilhidden {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .pchidden {
    display: none !important;
  }
}
/* --- A. DESKTOP LOGIKA (Nad hranicí tabletu) --- */
@media (min-width: 901px) {
  .mobile-menu-trigger, #navbar-toggler {
    display: none !important;
  }
  .menu-bar {
    display: flex !important;
  }
  .iconstyl {
    flex: 0 0 10% !important;
    max-width: 10% !important;
  }
  .menustyl {
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
  .sticky-container {
    position: sticky;
    top: 10rem;
    z-index: 10;
  }
}
/* --- B. MOBILE/TABLET LOGIKA (Pod hranicí tabletu) --- */
@media (max-width: 900px) {
  .menu-bar {
    display: none !important;
  }
  .mobile-menu-trigger, #navbar-toggler {
    display: flex !important;
  }
  .iconstyl, .menustyl {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .hero-home {
    height: auto !important;
    min-height: 25rem;
    padding: 4rem 0;
  }
  .hero-home h1 {
    font-size: 2.8rem !important;
  }
}
/* --- C. OSTATNÍ RESPONSIVE PRVKY --- */
@media (max-width: 900px) {
  .gallery-grid-justified .gallery-item {
    height: 22rem;
  }
}
@media (max-width: 768px) {
  .gallery-grid-justified {
    gap: 0.5rem;
  }
  .gallery-grid-justified .gallery-item {
    height: 18rem;
    flex-grow: 1 !important;
  }
}
@media (min-width: 769px) {
  .column-25 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .column-50 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
/* ID: responsive_logic_fixed */
/*# sourceMappingURL=style.css.map */