@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

a {
  text-decoration-skip-ink: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: remSize(14px);
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: remSize(14px);
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.mt-1 {
  margin-top: 8px;
}

.horizontal {
  width: 100%;
}

/* Nemá běžné využití */
.container {
  margin: 0px auto;
  padding: 0px 1rem;
}
@media (max-width: 991.98px) {
  .container {
    padding: 0px 2rem;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding: 0px 2rem;
  }
}
.container {
  max-width: 1224px;
}

.row {
  margin: 0px -1rem;
}
@media (max-width: 991.98px) {
  .row {
    margin: 0px -2rem;
  }
}
@media (max-width: 767.98px) {
  .row {
    margin: 0px -2rem;
  }
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.row:before {
  display: table;
  content: " ";
}
.row > * {
  padding: 0px 1rem;
}
@media (max-width: 991.98px) {
  .row > * {
    padding: 0px 2rem;
  }
}
@media (max-width: 767.98px) {
  .row > * {
    padding: 0px 2rem;
  }
}
.row > * {
  /* flex: 0 0 auto; ... */
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.col-xl-12,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg-12,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1 {
  width: 100%;
}

@media (min-width: 1px) {
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.6667%;
  }
  .col-xs-10 {
    width: 83.3334%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.6667%;
  }
  .col-xs-7 {
    width: 58.33334%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.6667%;
  }
  .col-xs-4 {
    width: 33.3334%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.6667%;
  }
  .col-xs-1 {
    width: 8.3333%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.6667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.3334%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.6667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33334%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.6667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.3334%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.6667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.3333%;
  }
}
@media (min-width: 540px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.6667%;
  }
  .col-sm-10 {
    width: 83.3334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.6667%;
  }
  .col-sm-7 {
    width: 58.33334%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.6667%;
  }
  .col-sm-4 {
    width: 33.3334%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.6667%;
  }
  .col-sm-1 {
    width: 8.3333%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33334%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3334%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333%;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.6667%;
  }
  .col-md-10 {
    width: 83.3334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.6667%;
  }
  .col-md-7 {
    width: 58.33334%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.6667%;
  }
  .col-md-4 {
    width: 33.3334%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.6667%;
  }
  .col-md-1 {
    width: 8.3333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.6667%;
  }
  .col-md-offset-10 {
    margin-left: 83.3334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.6667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33334%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.6667%;
  }
  .col-md-offset-4 {
    margin-left: 33.3334%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.6667%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333%;
  }
}
@media (min-width: 992px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.6667%;
  }
  .col-lg-10 {
    width: 83.3334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.6667%;
  }
  .col-lg-7 {
    width: 58.33334%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.6667%;
  }
  .col-lg-4 {
    width: 33.3334%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.6667%;
  }
  .col-lg-1 {
    width: 8.3333%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33334%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3334%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333%;
  }
}
@media (min-width: 1224px) {
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.6667%;
  }
  .col-xl-10 {
    width: 83.3334%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.6667%;
  }
  .col-xl-7 {
    width: 58.33334%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.6667%;
  }
  .col-xl-4 {
    width: 33.3334%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.6667%;
  }
  .col-xl-1 {
    width: 8.3333%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3334%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33334%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3334%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333%;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 539.98px) {
  .visible-xs {
    display: block;
  }
}

@media (max-width: 539.98px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 539.98px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 539.98px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 540px) and (max-width: 767.98px) {
  .visible-sm {
    display: block;
  }
}

@media (min-width: 540px) and (max-width: 767.98px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 540px) and (max-width: 767.98px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 540px) and (max-width: 767.98px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .visible-md {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .visible-lg {
    display: block;
  }
}

@media (min-width: 992px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 539.98px) {
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 540px) and (max-width: 767.98px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 992px) {
  .hidden-lg {
    display: none;
  }
}

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 991.98px) {
  html {
    font-size: 53.125%;
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 43.75%;
  }
}

body {
  font-family: "neutraface_2_text", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.3334;
  color: black;
  margin: 0;
  padding: 0;
  background-color: black;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
}

.horizontal {
  position: relative;
  z-index: 1;
}
.horizontal > .container {
  position: relative;
  z-index: 1;
}

main > .horizontal > .container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 991.98px) {
  main > .horizontal > .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767.98px) {
  main > .horizontal > .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
main > .horizontal:first-child {
  padding-top: 200px;
}
body.admin-bar main > .horizontal:first-child {
  padding-top: 232px;
}

.horizontal--type-black {
  background-color: black;
  color: white; /* backup? */
  color: rgba(255, 255, 255, 0.8);
}

.horizontal--type-white {
  background-color: white;
  color: black;
}

.horizontal--image {
  background-position: top center;
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .horizontal--image {
    background-size: contain;
  }
}
@media (max-width: 991.98px) {
  .horizontal--image {
    background-size: cover;
  }
}

.horizontal--image.horizontal--type-black:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.horizontal--image.horizontal--type-black:first-child:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  pointer-events: none;
}

.horizontal--image2 {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hp-hero-top__horizontal {
  background-image: URL("../img/horizontal/hp-hero-top-horizontal-bg.jpg");
  min-height: 620px;
}

.swiper-pagination-bullet-active {
  background-color: #BB933B !important;
}

.swiper-button-next, .swiper-button-prev {
  fill: #BB933B !important;
  color: #BB933B !important;
}

.swiper-initialized {
  margin-bottom: 4rem !important;
}

.swiper-slide > a > img {
  border: 1px solid transparent;
}
.swiper-slide > a:hover > img {
  border-color: #BB933B;
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "neutraface_2_display", sans-serif;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 900;
  color: black;
}
.horizontal--type-black h1, .horizontal--type-black h2, .horizontal--type-black h3, .horizontal--type-black h4, .horizontal--type-black h5, .horizontal--type-black h6,
.horizontal--type-black .h1, .horizontal--type-black .h2, .horizontal--type-black .h3, .horizontal--type-black .h4, .horizontal--type-black .h5, .horizontal--type-black .h6 {
  color: white;
}
.horizontal--type-white h1, .horizontal--type-white h2, .horizontal--type-white h3, .horizontal--type-white h4, .horizontal--type-white h5, .horizontal--type-white h6,
.horizontal--type-white .h1, .horizontal--type-white .h2, .horizontal--type-white .h3, .horizontal--type-white .h4, .horizontal--type-white .h5, .horizontal--type-white .h6 {
  color: black;
}

h1, .h1 {
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 4.8rem;
  /*@media (max-width: grid.$mdWidthMax) {
  	font-size: $fontSizeH1_md;
  }
  @media (max-width: grid.$smWidthMax) {
  	font-size: $fontSizeH1_sm;
  }*/
}

h2, .h2 {
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 4.8rem;
  padding: 88px 0px 0.6em 0px;
  /*@media (max-width: variables.$mdWidthMax) {
  	font-size: remSize(28px);
  }*/
  /*@media (max-width: variables.$smWidthMax) {
  	font-size: remSize(20px);
  }*/
}

h3, .h3 {
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 3.8rem;
  padding: 88px 0px 0.4em 0px;
}

h4, .h4 {
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.8rem;
  padding: 88px 0px 0.3334em 0px;
}

p {
  margin: 0px;
  padding: 0px 0px 1em 0px;
}

a {
  color: #147DC9;
  text-decoration: none;
}

a:hover {
  color: black;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

sup {
  font-size: 60%;
  position: relative;
  top: 1px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.nowrap {
  white-space: nowrap;
}

.anchor {
  position: relative;
  top: -200px;
  height: 0;
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: bold;
}

.text-muted {
  color: #AEB0B4;
}

.link-u {
  text-decoration: none;
  position: relative;
}
.link-u .u {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.link-u:hover .u {
  text-decoration: none;
}

.headline-main__wrapper.headline-main__wrapper--h1 {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
  margin-bottom: 3.5rem;
}
.headline-main__wrapper.headline-main__wrapper--h1 h2.headline-main__upper {
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  text-align: center;
  color: #BB933B;
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
.headline-main__wrapper.headline-main__wrapper--h1 h2.headline-main__upper:after {
  display: none !important;
}
.headline-main__wrapper.headline-main__wrapper--h1 h1.headline-main__main {
  margin: 0;
  padding: 0;
  font-size: 6.4rem;
  text-align: center;
  font-weight: 900;
  padding-bottom: 2rem;
  position: relative;
}
.headline-main__wrapper.headline-main__wrapper--h1 h1.headline-main__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.headline-main__wrapper.headline-main__wrapper--h1 h1.headline-main__main strong {
  color: #BB933B;
}
.headline-main__wrapper.headline-main__wrapper--h1.headline-main__wrapper--ta-center {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
.headline-main__wrapper.headline-main__wrapper--h1.headline-main__wrapper--ta-center h2.headline-main__upper {
  text-align: center;
}
.headline-main__wrapper.headline-main__wrapper--h1.headline-main__wrapper--ta-center h1.headline-main__main {
  text-align: center;
  position: relative;
}
.headline-main__wrapper.headline-main__wrapper--h1.headline-main__wrapper--ta-center h1.headline-main__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}

h1.headline-main__main {
  line-height: 1.15;
}

.headline-main__wrapper.headline-main__wrapper--h2 {
  margin-bottom: 3.5rem;
}
.headline-main__wrapper.headline-main__wrapper--h2 h3.headline-main__upper {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  font-size: 2.8rem;
  text-align: left;
  color: #BB933B;
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
.headline-main__wrapper.headline-main__wrapper--h2 h3.headline-main__upper:after {
  display: none !important;
}
.headline-main__wrapper.headline-main__wrapper--h2 h2.headline-main__main {
  margin: 0;
  padding: 0;
  font-size: 4.8rem;
  text-align: left;
  font-weight: 900;
  padding-bottom: 2rem;
  position: relative;
}
.headline-main__wrapper.headline-main__wrapper--h2 h2.headline-main__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 0px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.headline-main__wrapper.headline-main__wrapper--h2 h2.headline-main__main strong {
  color: #BB933B;
}
.headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
.headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center h3.headline-main__upper {
  text-align: center;
}
.headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center h2.headline-main__main {
  text-align: center;
  position: relative;
}
.headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center h2.headline-main__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}

.content--min-height,
.page-content__content--min-height {
  min-height: 250px;
  padding-bottom: 104px;
}
.content a:not(.post-edit-link),
.page-content__content a:not(.post-edit-link) {
  color: #BB933B;
  text-decoration: underline;
}
.content a:not(.post-edit-link):hover,
.page-content__content a:not(.post-edit-link):hover {
  color: #BB933B;
  text-decoration: none;
}
.content h1,
.page-content__content h1 {
  color: red !important;
  border: 2px solid red !important;
  position: relative;
}
.content h1:before,
.page-content__content h1:before {
  content: "Element H1 nepoužívejte v obsahu!";
  background-color: red;
  color: white;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1.3334;
  border-bottom-right-radius: 4px;
  font-size: 2rem;
  position: absolute;
  top: 0px;
  left: 0px;
  text-transform: none;
}
.content h2, .content h3, .content h4,
.page-content__content h2,
.page-content__content h3,
.page-content__content h4 {
  position: relative;
}
.content h2:after, .content h3:after, .content h4:after,
.page-content__content h2:after,
.page-content__content h3:after,
.page-content__content h4:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 0px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.content .content-headline__wrapper.content-headline__wrapper--h2,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2 {
  margin-bottom: 3.5rem;
}
.content .content-headline__wrapper.content-headline__wrapper--h2 h3.content-headline__upper,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2 h3.content-headline__upper {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  font-size: 2.8rem;
  text-align: left;
  color: #BB933B;
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
.content .content-headline__wrapper.content-headline__wrapper--h2 h3.content-headline__upper:after,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2 h3.content-headline__upper:after {
  display: none !important;
}
.content .content-headline__wrapper.content-headline__wrapper--h2 h2.content-headline__main,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2 h2.content-headline__main {
  margin: 0;
  padding: 0;
  font-size: 4.8rem;
  text-align: left;
  font-weight: 900;
  padding-bottom: 2rem;
  position: relative;
}
.content .content-headline__wrapper.content-headline__wrapper--h2 h2.content-headline__main:after,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2 h2.content-headline__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 0px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.content .content-headline__wrapper.content-headline__wrapper--h2 h2.content-headline__main strong,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2 h2.content-headline__main strong {
  color: #BB933B;
}
.content .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
.content .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center h3.content-headline__upper,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center h3.content-headline__upper {
  text-align: center;
}
.content .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center h2.content-headline__main,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center h2.content-headline__main {
  text-align: center;
  position: relative;
}
.content .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center h2.content-headline__main:after,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center h2.content-headline__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.content .content-headline__wrapper.content-headline__wrapper--h2,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2 {
  margin-bottom: 3.5rem;
}
.content .content-headline__wrapper.content-headline__wrapper--h2 h3.content-headline__upper,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2 h3.content-headline__upper {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  font-size: 2.8rem;
  text-align: left;
  color: #BB933B;
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
.content .content-headline__wrapper.content-headline__wrapper--h2 h3.content-headline__upper:after,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2 h3.content-headline__upper:after {
  display: none !important;
}
.content .content-headline__wrapper.content-headline__wrapper--h2 h2.content-headline__main,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2 h2.content-headline__main {
  margin: 0;
  padding: 0;
  font-size: 4.8rem;
  text-align: left;
  font-weight: 900;
  padding-bottom: 2rem;
  position: relative;
}
.content .content-headline__wrapper.content-headline__wrapper--h2 h2.content-headline__main:after,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2 h2.content-headline__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 0px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.content .content-headline__wrapper.content-headline__wrapper--h2 h2.content-headline__main strong,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2 h2.content-headline__main strong {
  color: #BB933B;
}
.content .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
.content .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center h3.content-headline__upper,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center h3.content-headline__upper {
  text-align: center;
}
.content .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center h2.content-headline__main,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center h2.content-headline__main {
  text-align: center;
  position: relative;
}
.content .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center h2.content-headline__main:after,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center h2.content-headline__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.content .content-headline__wrapper.content-headline__wrapper--h3,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h3 {
  margin-bottom: 3.5rem;
}
.content .content-headline__wrapper.content-headline__wrapper--h3 h4.content-headline__upper,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h3 h4.content-headline__upper {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  text-align: left;
  color: #BB933B;
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
.content .content-headline__wrapper.content-headline__wrapper--h3 h4.content-headline__upper:after,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h3 h4.content-headline__upper:after {
  display: none !important;
}
.content .content-headline__wrapper.content-headline__wrapper--h3 h3.content-headline__main,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h3 h3.content-headline__main {
  margin: 0;
  padding: 0;
  font-size: 3.8rem;
  text-align: left;
  font-weight: 900;
  padding-bottom: 2rem;
  position: relative;
}
.content .content-headline__wrapper.content-headline__wrapper--h3 h3.content-headline__main:after,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h3 h3.content-headline__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 0px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.content .content-headline__wrapper.content-headline__wrapper--h3 h3.content-headline__main strong,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h3 h3.content-headline__main strong {
  color: #BB933B;
}
.content .content-headline__wrapper.content-headline__wrapper--h3.content-headline__wrapper--ta-center,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h3.content-headline__wrapper--ta-center {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
.content .content-headline__wrapper.content-headline__wrapper--h3.content-headline__wrapper--ta-center h4.content-headline__upper,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h3.content-headline__wrapper--ta-center h4.content-headline__upper {
  text-align: center;
}
.content .content-headline__wrapper.content-headline__wrapper--h3.content-headline__wrapper--ta-center h3.content-headline__main,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h3.content-headline__wrapper--ta-center h3.content-headline__main {
  text-align: center;
  position: relative;
}
.content .content-headline__wrapper.content-headline__wrapper--h3.content-headline__wrapper--ta-center h3.content-headline__main:after,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h3.content-headline__wrapper--ta-center h3.content-headline__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.content .content-headline__wrapper.content-headline__wrapper--h4,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h4 {
  margin-bottom: 3.5rem;
}
.content .content-headline__wrapper.content-headline__wrapper--h4 h5.content-headline__upper,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h4 h5.content-headline__upper {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  text-align: left;
  color: #BB933B;
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
.content .content-headline__wrapper.content-headline__wrapper--h4 h5.content-headline__upper:after,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h4 h5.content-headline__upper:after {
  display: none !important;
}
.content .content-headline__wrapper.content-headline__wrapper--h4 h4.content-headline__main,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h4 h4.content-headline__main {
  margin: 0;
  padding: 0;
  font-size: 2.8rem;
  text-align: left;
  font-weight: 900;
  padding-bottom: 2rem;
  position: relative;
}
.content .content-headline__wrapper.content-headline__wrapper--h4 h4.content-headline__main:after,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h4 h4.content-headline__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 0px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.content .content-headline__wrapper.content-headline__wrapper--h4 h4.content-headline__main strong,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h4 h4.content-headline__main strong {
  color: #BB933B;
}
.content .content-headline__wrapper.content-headline__wrapper--h4.content-headline__wrapper--ta-center,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h4.content-headline__wrapper--ta-center {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
.content .content-headline__wrapper.content-headline__wrapper--h4.content-headline__wrapper--ta-center h5.content-headline__upper,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h4.content-headline__wrapper--ta-center h5.content-headline__upper {
  text-align: center;
}
.content .content-headline__wrapper.content-headline__wrapper--h4.content-headline__wrapper--ta-center h4.content-headline__main,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h4.content-headline__wrapper--ta-center h4.content-headline__main {
  text-align: center;
  position: relative;
}
.content .content-headline__wrapper.content-headline__wrapper--h4.content-headline__wrapper--ta-center h4.content-headline__main:after,
.page-content__content .content-headline__wrapper.content-headline__wrapper--h4.content-headline__wrapper--ta-center h4.content-headline__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.content .content-headline__wrapper:not(:first-child).content-headline__wrapper--h2,
.page-content__content .content-headline__wrapper:not(:first-child).content-headline__wrapper--h2 {
  padding-top: 88px;
}
.content .content-headline__wrapper:not(:first-child).content-headline__wrapper--h3,
.page-content__content .content-headline__wrapper:not(:first-child).content-headline__wrapper--h3 {
  padding-top: 88px;
}
.content .content-headline__wrapper:not(:first-child).content-headline__wrapper--h4,
.page-content__content .content-headline__wrapper:not(:first-child).content-headline__wrapper--h4 {
  padding-top: 88px;
}
.content em,
.page-content__content em {
  font-style: italic;
}
.content strong, .content b,
.page-content__content strong,
.page-content__content b {
  font-weight: bold;
}
.content big,
.page-content__content big {
  font-size: 2.8rem;
  font-weight: bold;
}
.content hr,
.page-content__content hr {
  border-style: none;
  position: relative;
  padding: 0px 0px 32px 0px;
  margin-bottom: 32px;
}
.content hr:after,
.page-content__content hr:after {
  content: " ";
  position: absolute;
  top: calc(100% - 5px * 1.25);
  left: 0px;
  height: 5px;
  width: 40px;
  border: 1px solid #9D9D9D;
  background-color: #0C8BD8;
}
.content hr + h2, .content hr + h3, .content hr + h4,
.page-content__content hr + h2,
.page-content__content hr + h3,
.page-content__content hr + h4 {
  padding-top: 0em;
}
.content p + hr,
.page-content__content p + hr {
  padding-bottom: 1em;
}
.content ul,
.page-content__content ul {
  list-style-type: disc;
  margin: 0px;
  padding: 1em 0px 1em 32px;
}
.content ul li,
.page-content__content ul li {
  position: relative;
  list-style-type: none;
  padding-left: 12px;
}
.content ul li:before,
.page-content__content ul li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 2.1em;
  font-size: 25%;
  position: absolute;
  color: #0C8BD8;
  margin-left: -12px;
}
.horizontal--type-black .content ul li:before,
.horizontal--type-black .page-content__content ul li:before {
  color: #BB933B;
}
.horizontal--type-white .content ul li:before,
.horizontal--type-white .page-content__content ul li:before {
  color: black;
}
.content ol,
.page-content__content ol {
  list-style-type: decimal;
  margin: 0px;
  padding: 1em 0px 1em 64px;
}
.content p,
.page-content__content p {
  padding-bottom: 1em;
}
.content p:last-child,
.page-content__content p:last-child {
  padding-bottom: 0px;
}
.content ul:first-child, .content ol:first-child,
.page-content__content ul:first-child,
.page-content__content ol:first-child {
  padding-top: 0;
}
.content p + ul, .content p + ol,
.page-content__content p + ul,
.page-content__content p + ol {
  padding-top: 0;
}
.content p + h2,
.page-content__content p + h2 {
  padding-top: 87px;
}
.content p + h3,
.page-content__content p + h3 {
  padding-top: 87px;
}
.content p + h4,
.page-content__content p + h4 {
  padding-top: 87px;
}
.content img,
.page-content__content img {
  width: 600px;
  max-width: 100%;
  display: block;
  margin-bottom: 40px;
}
.content img.alignleft,
.page-content__content img.alignleft {
  float: left;
  margin: 0em 24px 40px 0px;
}
.content img.alignright,
.page-content__content img.alignright {
  float: right;
  margin: 0em 0px 40px 24px;
}
.content img.aligncenter,
.page-content__content img.aligncenter {
  margin: 0em auto 40px auto;
}
.post-edit-link {
  border: 2px solid red;
  padding: 4px 16px;
  color: red;
  border-radius: 4px;
  display: inline-block;
  margin: 0px 8px;
}
.post-edit-link:hover {
  color: white;
  background-color: red;
}

.post-edit-link__block {
  text-align: center;
  margin: 32px 0px 32px 0px;
  border-top: 2px dashed rgb(255, 127.5, 127.5);
  border-bottom: 2px dashed rgb(255, 127.5, 127.5);
  padding: 24px 0px 24px 0px;
}
.content .post-edit-link__block:last-child, .page-content__content .post-edit-link__block:last-child {
  margin-bottom: 0;
}

/* 1. Vnější obal s grafikou */
.video-wrapper-deco {
  position: relative;
  width: 100%;
  /* Tady nastavte, kolik grafiky má vykukovat nahoře a dole */
  padding: 16px 0;
  /* Vaše grafika na pozadí */
  /* Může to být obrázek, který je vyšší než video */
  background-image: url("../img/video-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; /* Nebo cover, podle typu grafiky */
  /* Volitelně: pokud je grafika jen "dekorace" pod videem */
  /* z-index: 1; */
}

/* 2. Responzivní kontejner pro YouTube (16:9) */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Poměr stran 16:9 */
  height: 0;
  overflow: hidden;
  background: #000; /* Černé pozadí, než se načte video */
  /* Aby video bylo "nad" grafikou, pokud se překrývají */
  /* z-index: 2; */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-gold {
  color: #BB933B;
}

.text-white {
  color: rgba(255, 255, 255, 0.8);
}
.text-white a, .text-white a span {
  color: rgba(255, 255, 255, 0.8) !important;
}
.text-white a:hover {
  color: #BB933B !important;
}
.text-white a:hover span {
  color: #BB933B !important;
}

/* Univerzální wrapper pro custom SVG ikony */
.custom-icon {
  display: inline-block;
  width: 1em; /* Velikost podle font-size nadřazeného prvku */
  height: 1em; /* Čtvercový poměr (nebo auto, viz níže) */
  vertical-align: -0.125em; /* Stejné zarovnání jako má FontAwesome */
  line-height: 1;
}

/* Zajistí, že samotné SVG vyplní wrapper a přebere barvu */
.custom-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor; /* TOTO JE KLÍČOVÉ - převezme barvu textu (color) */
}

.horizontal {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.horizontal-content:not(:first-child) {
  padding-bottom: 104px;
}
.horizontal-content:last-child {
  padding-bottom: 156px;
}
.horizontal-content + .horizontal-content {
  padding-top: 0px;
}

.horizontal-first > *:first-child > .row:first-child {
  padding-top: 50px;
}

#header {
  position: fixed;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
body.admin-bar #header {
  top: 32px;
}

.header__horizontal {
  overflow: visible;
}

.header__container {
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.header__row {
  margin-left: -2rem;
  margin-right: -2rem;
}

.header__row > * {
  display: flex;
}

.header__container--quicknav {
  order: 0;
  font-weight: 600;
  font-size: 1.5rem;
}
.header__container--quicknav .header__row {
  padding-top: 16px;
  padding-bottom: 8px;
}
.header__container--quicknav .header__row > * {
  justify-content: center;
}
@media (max-width: 1200px) {
  .header__container--quicknav {
    display: none;
  }
}

.header__container--main {
  order: 1;
}
.header__container--main .header__row {
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  background-color: black;
}

.header__container--quicknav .header-langnav__nav {
  position: absolute;
  right: 8px;
  top: 16px;
}
.header-langnav__nav a {
  position: relative;
  display: block;
  color: white;
}
.header-langnav__nav a.active {
  color: #BB933B;
}
.header-langnav__nav a:hover {
  color: #BB933B;
  text-decoration: underline;
}
.header-langnav__nav a {
  padding-left: 14px;
}
.header-langnav__nav a:first-child {
  padding-left: 0px;
}
.header-langnav__nav a {
  padding-right: 6px;
}
.header-langnav__nav a:last-child {
  padding-right: 0px;
}
.header-langnav__nav a:not(:first-child):before {
  content: "/";
  position: absolute;
  left: 0px;
  height: 100%;
  line-height: 1.3334;
  color: white;
}

.header-contact__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}

.header-contact__wrapper .header-contact__list {
  gap: 48px;
}

.header-contact__item strong {
  text-transform: uppercase;
  cursor: default;
}
.header-contact__item strong i {
  font-size: 0.75em;
  position: relative;
  top: -1px;
  padding-right: 3px;
}
.header-contact__item a {
  color: white;
}
.header-contact__item a:hover {
  color: #BB933B;
  text-decoration: underline;
}

.header-logo__wrapper {
  flex-grow: 1;
  position: relative;
  z-index: 2;
  min-width: calc(75px - 4rem);
  /*
  @media (max-width: grid.$mdWidthMax) {
      flex-shrink: 1;
  }

  @media (max-width: grid.$mdWidthMax) {
      max-width: 80%;
  }
  @media (max-width: grid.$smWidthMax) {
      max-width: 40%;
  }
  @media (max-width: $widthMaxMobileSmall) {
      max-width: 25%;
  }
  */
}

.header-logo__anchor {
  position: absolute;
}
@media (min-width: 992px) {
  .header-logo__anchor {
    padding-left: calc(75px - 4rem);
  }
}
@media (max-width: 991.98px) {
  .header-logo__anchor {
    padding-left: 35px;
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-logo__anchor {
    left: -8px;
  }
}
@media (max-width: 767.98px) {
  .header-logo__anchor {
    left: -3px;
  }
}
.header-logo__anchor {
  width: 1px;
  height: 1px;
}

.header-logo__link {
  position: relative;
  display: block;
  outline: none;
}
@media (min-width: 992px) {
  .header-logo__link {
    width: 160px;
    height: 160px;
    top: -80px;
    left: 0px;
  }
}
@media (max-width: 1200px) {
  .header-logo__link {
    top: -60px;
  }
}
@media (max-width: 991.98px) {
  .header-logo__link {
    width: 124px;
    height: 124px;
    top: -50px;
    left: 2rem;
  }
}
@media (max-width: 767.98px) {
  .header-logo__link {
    width: 90px;
    height: 90px;
    top: -36px;
    left: 0px;
  }
}
.header-logo__img {
  display: block;
  max-width: 274px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .header-logo__img {
    max-width: 20vw;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .header-logo__img {
    max-width: 18vw;
  }
}
.header-logo__img--hover {
  display: none;
}

.header-logo__link:hover .header-logo__img {
  display: none;
}
.header-logo__link:hover .header-logo__img--hover {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
}

@media (max-width: 1200px) {
  .header__row {
    gap: 0px !important;
  }
  .header__row > * {
    padding: 0px !important;
  }
  .header-menu__container {
    display: none;
  }
  .header-menu__order .header-menu__list,
  .header-menu__reservation .header-menu__list {
    height: 100%;
  }
  .header-menu__order .header-menu__list .header-menu__item,
  .header-menu__reservation .header-menu__list .header-menu__item {
    padding: 0px;
  }
  .header-menu__order .header-menu__list > li > a,
  .header-menu__reservation .header-menu__list > li > a {
    display: flex;
    align-items: center;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    padding: 0px 24px 0px 24px !important;
    height: 96px;
    border-left: 1px solid #141414;
    text-align: center;
  }
}
@media (max-width: 1200px) and (max-width: 767.98px) {
  .header-menu__order .header-menu__list > li > a,
  .header-menu__reservation .header-menu__list > li > a {
    font-size: 1.6rem;
    padding: 0px 16px 0px 16px !important;
  }
}
@media (max-width: 1200px) and (max-width: 539.98px) {
  .header-menu__order .header-menu__list > li > a,
  .header-menu__reservation .header-menu__list > li > a {
    font-size: 1.6rem;
    padding: 0px 12px 0px 12px !important;
  }
}
@media (max-width: 1200px) and (max-width: 767.98px) {
  .header-menu__order .header-menu__list > li > a,
  .header-menu__reservation .header-menu__list > li > a {
    height: 70px;
  }
}
@media (max-width: 1200px) {
  .header-menu__order {
    width: 10em;
    width: min-content;
  }
  .header-menu__reservation {
    width: 10em;
    width: min-content;
  }
  .header-menu__mobile {
    width: 10em;
    width: min-content;
  }
  .header-menu__item--icon a:before,
  .header-menu__item--icon a:after {
    display: none;
  }
  .header-menu__mobile {
    border-left: 1px solid #141414;
  }
}
@media (min-width: 992px) {
  .header-menu__container,
  .header-menu__order,
  .header-menu__reservation {
    min-height: 64px;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  .header-menu__order,
  .header-menu__reservation {
    padding-left: 0px !important;
  }
}
@media (min-width: 1199.98px) {
  .header-menu__order .header-menu__list .header-menu__item,
  .header-menu__reservation .header-menu__list .header-menu__item {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .header-menu__order,
  .header-menu__reservation {
    flex-shrink: 1;
    flex-basis: min-content;
  }
  .header-menu__order .header-menu__list a {
    display: flex;
  }
  .header-menu__order .header-menu__list a span {
    flex-shrink: 1;
    flex-basis: min-content;
    text-align: center;
  }
}
@media (min-width: 1200.02px) {
  .header-menu__nav .header-langnav__nav {
    display: none;
  }
  .header-menu__list {
    width: 100%;
    font-family: "neutraface_2_text", sans-serif;
    font-variant-numeric: lining-nums;
    /* Pro jistotu i starší zápis/pojistka */
    font-feature-settings: "lnum" 1;
    display: flex;
    line-height: 1;
  }
  .header-menu__list, .header-menu__list a {
    color: white;
  }
  .header-menu__list > li > a {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }
  .header-menu__list a {
    display: block;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    padding: 0 0 0 0;
  }
  .header-menu__list a span {
    padding: 8px 12px 8px 12px;
    border-bottom: 1px solid black;
  }
  .header-menu__list a:hover span {
    color: #BB933B;
    border-bottom: 1px solid #BB933B;
  }
  .header-menu__list > li {
    /*
    position: relative;
    z-index: 4;
    */
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .header-menu__list > li.menu-item-has-children {
    /* // původní submenu
    &:after {
        position: absolute;
        top: 0px;
        right: calc(grid.s8(1) + 10px);
        @include mixins.font-family-fas;
        content: '\f0d7';
        color: variables.$colorTextWhite;
        font-size: 75%;
    }
    */
  }
  .header-menu__list > li.menu-item-has-children > a {
    padding-right: 2px;
  }
  .header-menu__list > li.menu-item-has-children > a span {
    padding-right: 16px;
  }
  .header-menu__list > li.menu-item-has-children > a {
    position: relative;
  }
  .header-menu__list > li.menu-item-has-children > a:after {
    position: absolute;
    top: 1px;
    right: 4px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    color: white;
    font-size: 75%;
  }
  .header-menu__list > li.current-page-ancestor > a,
  .header-menu__list > li.current-menu-ancestor > a,
  .header-menu__list > li.current-menu-item > a {
    color: #BB933B;
  }
  .header-menu__list > li.current-page-ancestor > a span,
  .header-menu__list > li.current-menu-ancestor > a span,
  .header-menu__list > li.current-menu-item > a span {
    border-bottom: 1px solid #BB933B;
  }
  .header-menu__list > li.current-page-ancestor > a:after,
  .header-menu__list > li.current-menu-ancestor > a:after,
  .header-menu__list > li.current-menu-item > a:after {
    color: #BB933B;
  }
  .header-menu__list > li.current-page-ancestor > a:hover,
  .header-menu__list > li.current-menu-ancestor > a:hover,
  .header-menu__list > li.current-menu-item > a:hover {
    color: white;
  }
  .header-menu__list > li > ul ul {
    display: none;
  }
  .header-menu__list > li > ul {
    display: none;
    /*      // původní submenu               
    background-color: variables.$colorGold;
    color: variables.$colorTextWhite;
    @include mixins.box-shadow-low;
    width: 280px;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 8px);

    padding: 16px 0px;

    border-bottom: 2px solid #D9D9D9;
    border-radius: 3px;
    */
    padding: 0px 0px;
    width: 100%;
    top: 100%;
    left: 0%;
    position: absolute;
    background-color: #181818;
    justify-content: center;
    align-items: center;
  }
  .header-menu__list > li > ul > li {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .header-menu__list > li:hover > ul {
    display: flex;
  }
  .header-menu__list > li > ulx:before {
    content: " ";
    position: absolute;
    top: -11px;
    left: calc(50% - 30px);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 15px solid white;
  }
  .header-menu__list > li > ul > li.current-menu-item > a {
    color: #BB933B;
  }
}
.header-menu__item {
  position: relative;
}

.header-menu__item--icon a {
  padding-left: 36px;
}
@media (min-width: 1200.02px) {
  .header-menu__item--icon a:before {
    /*  
        // Pokud máte ikonu jen černou a nikdy se nemění -> Možnost B (Background).
        // Důležité upozornění k úpravě SVG pro Možnost A:
        // Aby maska fungovala správně, vaše SVG by mělo mít tvary vyplněné černou barvou (nebo jakoukoliv neprůhlednou). Maska funguje tak, že "co je v obrázku vidět, to bude mít barvu background-color".

        // 1. Zrušíme původní FA znak 
        content: ''; 
        font-family: inherit !important;  Reset fontu 

        // 2. Nastavíme velikost (jako písmo) 
        display: inline-block;
        width: 1em;
        height: 1em;
        vertical-align: -0.125em;  Zarovnání jako u FA 

        // 3. Barva - "currentColor" vezme barvu textu nadřazeného prvku 
        background-color: currentColor;

        // 4. Maska - Tady načteme SVG 
        // Můžete použít cestu k souboru nebo Data URI (viz níže) 
        -webkit-mask: URL('../img/svg/kosik.svg') no-repeat center center / contain;
        mask: URL('../img/svg/{$name}.svg') no-repeat center center / contain;*/
    content: "";
    font-family: inherit !important;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    background-image: URL("../img/svg/kosik.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 1.3334em;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 8px;
  }
}

.header-menu__item--badge a::after {
  content: attr(data-badge);
  position: absolute;
  top: 50%;
  margin-bottom: -16px;
  left: 20px;
  background-color: #BB933B;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  line-height: 16px;
  text-align: center;
  font-size: 8px;
}

.header-contact__item strong {
  color: #BB933B;
}

.header-topinfo__contact--phone .custom-icon {
  transform: scale(-1) rotate(270deg);
  margin-right: 0.25em;
}

.header-mobile__wrapper {
  display: none;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .header-mobile__wrapper {
    display: block;
  }
}

.header-mobile__switch {
  display: block;
  text-align: center;
  line-height: 1;
  color: #BB933B;
  font-size: 3.2rem;
}
@media (max-width: 991.98px) {
  .header-mobile__switch {
    font-size: 2.8rem;
  }
}
.header-mobile__switch {
  /*
  @media (max-width: grid.$smWidthMax) {
      font-size: functions.remSize(24px);
  }
  @media (max-width: $widthMaxMobileSmall) {
      //font-size: remSize(16px);
  }
  */
  cursor: pointer;
  padding: 0px 24px 0px 24px !important;
}
@media (max-width: 767.98px) {
  .header-mobile__switch {
    padding: 0px 24px 0px 24px !important;
  }
}
@media (max-width: 539.98px) {
  .header-mobile__switch {
    padding: 0px 16px 0px 16px !important;
  }
}
.header-mobile__switch {
  height: 96px;
  line-height: 96px;
}
@media (max-width: 767.98px) {
  .header-mobile__switch {
    height: 70px;
    line-height: 70px;
  }
}

@media (max-width: 1200px) {
  .header-menu__container {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 0px;
    height: 110%;
    overflow: visible;
    display: block;
    padding: 0px;
  }
  .header-part-nav__row {
    position: static !important;
    height: 100vh;
  }
  .header-menu__nav {
    display: block;
  }
  .header-menu__nav > nav[role=navigation] {
    padding-top: 50px;
  }
  .header-menu__nav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: "neutraface_2_text", sans-serif;
    font-variant-numeric: lining-nums;
    /* Pro jistotu i starší zápis/pojistka */
    font-feature-settings: "lnum" 1;
    /*display: none;*/
    position: absolute;
    z-index: 100;
    top: 0px;
    right: -100vw;
    /*height: 100vh;*/
    bottom: 0px;
    width: 100vw;
    /*min-width: 240px;*/
    background-color: white;
    padding: 0px;
    overflow-y: scroll;
    font-size: 1.5rem;
    line-height: 1;
    /*
    > li.menu-item-has-children {
        &:after {
            position: absolute;
            top: 10px;
            right: 10px;
            @include mixins.font-family-fas;
            content: '\f0d7';
            color: variables.$colorLabelBlueBg;
            font-size: 75%;
        }

        > a {
            padding-right: 24px;
        }
    }
    */
  }
}
@media (max-width: 1200px) and (max-width: 767.98px) {
  .header-menu__nav > nav[role=navigation] {
    padding-top: 25px;
  }
}
@media (max-width: 1200px) {
  .header-menu__nav > * {
    display: block;
    width: 100%;
    flex-shrink: 0;
  }
  .header-menu__nav ul {
    width: 100%;
  }
  .header-menu__nav > ul {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header-menu__nav li {
    width: 100%;
    position: relative;
  }
  .header-menu__nav, .header-menu__nav a {
    color: black;
  }
  .header-menu__nav a {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1200px) and (max-width: 767.98px) {
  .header-menu__nav a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1200px) {
  .header-menu__nav a:hover {
    /*
    background-color: #F0F0F0;
    color: variables.$colorBlueActive;*/
    background-color: #BB933B;
    color: white;
  }
  .header-menu__nav li li a {
    padding-left: 48px;
  }
  .header-menu__nav li li:first-child {
    display: none;
  }
  .header-menu__nav li li:last-child a {
    padding-bottom: 16px;
  }
  .header-menu__nav li.current-page-ancestor > a,
  .header-menu__nav li.current-menu-ancestor > a,
  .header-menu__nav li.current-menu-item > a {
    color: #BB933B;
  }
  .header-menu__nav li.current-page-ancestor > a:hover,
  .header-menu__nav li.current-menu-ancestor > a:hover,
  .header-menu__nav li.current-menu-item > a:hover {
    color: white;
  }
  .header-menu__nav .header-langnav__nav .header-contact__list {
    gap: 8px;
  }
  .header-menu__nav .header-langnav__nav a {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .header-menu__nav .header-langnav__nav a:hover {
    text-decoration: none;
  }
  .header-menu__nav .header-langnav__nav a:before {
    color: black;
    left: -7px;
    margin-top: -0.25em;
  }
}
.footer-main__horizontal {
  background-image: URL("../img/horizontal/stripe-photo-horizontal-bg.jpg");
  padding-bottom: 100px;
}
.footer-main__horizontal, .footer-main__horizontal a, .footer-main__horizontal a:hover {
  color: #AEB0B4;
}
.footer-main__horizontal a {
  color: #AEB0B4;
  text-decoration: underline;
}
.footer-main__horizontal a:hover {
  color: #BB933B;
  text-decoration: none;
}
.footer-main__horizontal.horizontal--type-black .content ul li:before, .footer-main__horizontal.horizontal--type-black .page-content__content ul li:before {
  color: #AEB0B4;
}
.footer-main__horizontal .content ul,
.footer-main__horizontal .page-content__content ul {
  padding-left: 0;
}
.footer-main__horizontal .content a {
  color: #AEB0B4;
  text-decoration: underline;
}
.footer-main__horizontal .content a:hover {
  color: #BB933B;
  text-decoration: none;
}

@media (min-width: 992px) {
  .footer-main__container {
    padding-top: 104px;
  }
}
@media (max-width: 991.98px) {
  .footer-main__container {
    padding-top: 48px;
  }
}
.footer-main__container {
  padding-bottom: 104px;
}
.footer-main__container a {
  text-decoration: none;
}
.footer-main__container a:hover > span {
  text-decoration: underline;
}
.footer-main__container .content a {
  text-decoration: none;
}
.footer-main__container .content a:hover {
  text-decoration: underline;
}
.footer-main__container h4 {
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 21px;
  padding-top: 12px;
  margin-bottom: 1em;
}
.footer-main__container h4:after {
  display: none;
}
.footer-main__container .branch-contact__wrapper > * {
  padding-bottom: 0 !important;
}

@media (max-width: 991.98px) {
  .footer-logo__wrapper {
    margin-bottom: 36px;
  }
}

.footer-logo__link {
  max-width: 100px;
  width: 100%;
  display: block;
}

.footer-text__wrapper {
  font-size: 2.2rem;
}

.footer-copyright__row {
  position: relative;
}
.footer-copyright__row:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.footer-copyright__row:after {
  bottom: auto;
  top: -32px;
}

@media (min-width: 992px) {
  body.home .pobocka-list__list {
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-end;
    gap: 0;
  }
  body.home .pobocka-list__item {
    margin-top: -8px;
  }
  body.home .pobocka-list__item:first-child {
    margin-top: 0px;
  }
  body.home .pobocka-list__item:nth-child(even) {
    margin-right: 120px;
  }
}

.hp-hero-top__container .headline-main__wrapper > * {
  text-align: left !important;
}
.hp-hero-top__container .headline-main__wrapper.headline-main__wrapper--h1 h1.headline-main__main {
  position: relative;
}
.hp-hero-top__container .headline-main__wrapper.headline-main__wrapper--h1 h1.headline-main__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 0px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.hp-hero-top__container .headline-main__wrapper.headline-main__wrapper--h1 h1.headline-main__main:after {
  margin-left: 0px;
}

@media (min-width: 992px) {
  .hp-hero-top__row {
    margin: 0px -1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .hp-hero-top__row {
    margin: 0px -2rem;
  }
}
@media (min-width: 992px) and (max-width: 767.98px) {
  .hp-hero-top__row {
    margin: 0px -2rem;
  }
}
@media (min-width: 992px) {
  .hp-hero-top__row:before {
    display: table;
    content: " ";
  }
  .hp-hero-top__row > * {
    padding: 0px 1rem;
    /* flex: 0 0 auto; ... */
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .hp-hero-top__row > * {
    padding: 0px 2rem;
  }
}
@media (min-width: 992px) and (max-width: 767.98px) {
  .hp-hero-top__row > * {
    padding: 0px 2rem;
  }
}
@media (max-width: 991.98px) {
  .hp-hero-top__row {
    flex-direction: column;
  }
  .hp-hero-top__row .pobocka-list-chooser__wrapper {
    padding-bottom: 48px;
  }
}
.hp-hero-top__row {
  flex-wrap: wrap;
  justify-content: space-between;
}
.hp-hero-top__row:before {
  display: none;
}
.hp-hero-top__row {
  padding-bottom: 32px;
}

@media (min-width: 992px) {
  .hp-hero-top__col--text {
    margin-left: 100px;
    width: calc(60% - 100px);
  }
  .hp-hero-top__col--branches {
    margin-left: 60px;
    width: calc(40% - 60px);
  }
}
.hp-hero-top__text {
  font-size: 2.4rem;
  margin: 3rem 0;
}
@media (max-width: 991.98px) {
  .hp-hero-top__text {
    max-width: 700px;
    margin: 0px auto;
    margin-bottom: 36px;
  }
}

.hp-hero-top__text p:last-child {
  margin-bottom: 0px;
}

.hp-hero-top-buttons__row {
  display: flex;
  align-items: center;
}
.hp-hero-top__row .hp-hero-top-buttons__row {
  align-items: flex-start;
}
@media (min-width: 992px) {
  .hp-hero-top__row .hp-hero-top-buttons__row {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hp-hero-top__row .hp-hero-top-buttons__row {
    justify-content: space-around;
  }
}
@media (max-width: 767.98px) {
  .hp-hero-top__row .hp-hero-top-buttons__row {
    justify-content: left;
  }
}
.hp-hero-top-buttons__row {
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 32px;
  padding-bottom: 24px;
}
@media (max-width: 991.98px) {
  .hp-hero-top-buttons__row {
    justify-content: center;
  }
}
.hp-hero-top-buttons__row > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  min-width: 240px;
  max-width: 100%;
  padding-bottom: 24px;
}
.hp-hero-top__row .hp-hero-top-buttons__row > * {
  padding-bottom: 36px;
}
.hp-hero-top-buttons__button-wrapper {
  margin-bottom: 2rem;
}

.hp-hero-top-buttons__text-wrapper {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.hp-hero-top-buttons__text-wrapper big {
  font-size: 28px;
}
.hp-hero-top-buttons__text-wrapper strong {
  font-weight: bold;
  color: #BB933B;
}

.hp-hero-top-reviews__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .hp-hero-top-reviews__wrapper {
    justify-content: center;
  }
}

.hp-hero-top-reviews__text {
  font-family: "neutraface_2_display", sans-serif;
  font-size: 30px;
  text-align: center;
}
.hp-hero-top-reviews__text strong, .hp-hero-top-reviews__text b {
  font-weight: 900;
}

@media (min-width: 992px) {
  .page-pobocka__horizontal-content {
    padding-top: 88px;
  }
}
@media (max-width: 991.98px) {
  .page-pobocka__horizontal-content {
    padding-top: 44px;
  }
}

.pobocka-list-chooser__wrapper {
  padding-top: 36px;
  padding-bottom: 48px;
  padding-bottom: 104px;
}

.pobocka-list__list {
  display: flex;
}
.pobocka-list-chooser__wrapper .pobocka-list__list {
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .pobocka-list-chooser__wrapper .pobocka-list__list {
    flex-direction: row;
    gap: 64px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pobocka-list-chooser__wrapper .pobocka-list__list {
    flex-direction: row;
    gap: 32px;
  }
}
@media (min-width: 540px) and (max-width: 767.98px) {
  .pobocka-list-chooser__wrapper .pobocka-list__list {
    gap: 16px;
  }
}
@media (min-width: 320px) and (max-width: 539.98px) {
  .pobocka-list-chooser__wrapper .pobocka-list__list {
    gap: 16px;
  }
}
@media (max-width: 319.98px) {
  .pobocka-list-chooser__wrapper .pobocka-list__list {
    flex-direction: column;
    gap: 32px;
  }
}
.pobocka-list-chooser__wrapper .pobocka-list__list {
  /*
  // MD+LG
  @media (min-width: grid.$mdWidthMin) {
      flex-direction: row;
      gap: grid.s8(10);
  }

  // SM
  @media (max-width: grid.$xsWidthMax) {
      //flex-direction: column;
      gap: grid.s8(4);
  }
  */
}

.pobocka-list__item {
  position: relative;
  max-width: 284px;
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #BB933B;
}
.pobocka-list__item:hover {
  -webkit-box-shadow: inset 0px 0px 8px 2px #BB933B;
  box-shadow: inset 0px 0px 8px 2px #BB933B;
}
.pobocka-list__item {
  border-radius: 50%;
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: contain;
  overflow: hidden;
}
.pobocka-list__item > a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.pobocka-list__item > a > span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  padding-bottom: 3.5rem;
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 21px;
}
@media (min-width: 540px) and (max-width: 767.98px) {
  .pobocka-list__item > a > span {
    font-size: 2.4rem;
  }
}
@media (min-width: 320px) and (max-width: 539.98px) {
  .pobocka-list__item > a > span {
    font-size: 2rem;
  }
}
.pobocka-list__item > a > span {
  color: white;
}
.pobocka-list__item > a > span:after {
  /*  
      // Pokud máte ikonu jen černou a nikdy se nemění -> Možnost B (Background).
      // Důležité upozornění k úpravě SVG pro Možnost A:
      // Aby maska fungovala správně, vaše SVG by mělo mít tvary vyplněné černou barvou (nebo jakoukoliv neprůhlednou). Maska funguje tak, že "co je v obrázku vidět, to bude mít barvu background-color".

      // 1. Zrušíme původní FA znak 
      content: ''; 
      font-family: inherit !important;  Reset fontu 

      // 2. Nastavíme velikost (jako písmo) 
      display: inline-block;
      width: 1em;
      height: 1em;
      vertical-align: -0.125em;  Zarovnání jako u FA 

      // 3. Barva - "currentColor" vezme barvu textu nadřazeného prvku 
      background-color: currentColor;

      // 4. Maska - Tady načteme SVG 
      // Můžete použít cestu k souboru nebo Data URI (viz níže) 
      -webkit-mask: URL('../img/svg/sipka-p-white.svg') no-repeat center center / contain;
      mask: URL('../img/svg/{$name}.svg') no-repeat center center / contain;*/
  content: "";
  font-family: inherit !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background-image: URL("../img/svg/sipka-p-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .pobocka-list__item > a > span:after {
    bottom: 13.6px;
  }
}
@media (min-width: 540px) and (max-width: 767.98px) {
  .pobocka-list__item > a > span:after {
    bottom: 11.6px;
  }
}
@media (min-width: 320px) and (max-width: 539.98px) {
  .pobocka-list__item > a > span:after {
    bottom: 10.4px;
  }
}
.pobocka-list__item > a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.pobocka-list__item > a:hover > span {
  color: #BB933B;
}
.pobocka-list__item > a:hover > span:after {
  /*  
      // Pokud máte ikonu jen černou a nikdy se nemění -> Možnost B (Background).
      // Důležité upozornění k úpravě SVG pro Možnost A:
      // Aby maska fungovala správně, vaše SVG by mělo mít tvary vyplněné černou barvou (nebo jakoukoliv neprůhlednou). Maska funguje tak, že "co je v obrázku vidět, to bude mít barvu background-color".

      // 1. Zrušíme původní FA znak 
      content: ''; 
      font-family: inherit !important;  Reset fontu 

      // 2. Nastavíme velikost (jako písmo) 
      display: inline-block;
      width: 1em;
      height: 1em;
      vertical-align: -0.125em;  Zarovnání jako u FA 

      // 3. Barva - "currentColor" vezme barvu textu nadřazeného prvku 
      background-color: currentColor;

      // 4. Maska - Tady načteme SVG 
      // Můžete použít cestu k souboru nebo Data URI (viz níže) 
      -webkit-mask: URL('../img/svg/sipka-p-gold.svg') no-repeat center center / contain;
      mask: URL('../img/svg/{$name}.svg') no-repeat center center / contain;*/
  content: "";
  font-family: inherit !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background-image: URL("../img/svg/sipka-p-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
}

.page-pobocka__horizontal-top {
  padding-top: 0px !important;
}
.page-pobocka__horizontal-top:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 19px;
  width: 100%;
  min-width: 1200px;
  background-color: black;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='1340' height='19' viewBox='0 0 1200 19'><path d='M1200 9.5L1141.2 0H0V19H1141.2L1200 9.5Z' fill='%23BB933B'/></svg>");
  background-repeat: repeat-x;
  background-position: center bottom;
  z-index: 3;
}
@media (max-width: 1340px) {
  .page-pobocka__horizontal-top:after {
    background-repeat: no-repeat;
    background-position: center right;
  }
}
@media (max-width: 767.98px) {
  .page-pobocka__horizontal-top:after {
    height: 13px;
    background-image: url('data:image/svg+xml;utf8,<svg width="1240" height="13" viewBox="0 0 1240 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1200 6.5L1167.01575 0H0V13L1167.01575 13L1200 6.5Z" fill="%23BB933B"/></svg>');
  }
}
@media (max-width: 539.98px) {
  .page-pobocka__horizontal-top:after {
    height: 9px;
    background-image: url('data:image/svg+xml;utf8,<svg width="1240" height="9" viewBox="0 0 1240 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1200 4.5L1177.16475 0H0V9L1177.16475 9L1200 4.5Z" fill="%23BB933B"/></svg>');
  }
}
.page-pobocka__horizontal-top .headline-main__wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .page-pobocka__horizontal-top .headline-main__wrapper {
    height: 650px;
  }
}
@media (max-width: 991.98px) {
  .page-pobocka__horizontal-top .headline-main__wrapper {
    height: 45vh;
  }
}
.page-pobocka__horizontal-top .headline-main__upper {
  position: absolute;
  left: 146px;
  bottom: 136px;
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 6.4rem;
  line-height: 1;
  text-shadow: 1px 1px 3px #000000;
}
.page-pobocka__horizontal-top .headline-main__main {
  font-size: 160px;
  position: absolute;
  left: 0px;
}
@media (min-width: 992px) {
  .page-pobocka__horizontal-top .headline-main__main {
    bottom: 0px;
  }
}
@media (max-width: 991.98px) {
  .page-pobocka__horizontal-top .headline-main__main {
    bottom: 16px;
  }
}
.page-pobocka__horizontal-top .headline-main__main {
  line-height: 0.78;
}
.page-pobocka__horizontal-top .headline-main__main span {
  font-size: 0.4em;
  position: relative;
  top: 0.4em;
  left: 2.2em;
}
.page-pobocka__horizontal-top .headline-main__main:before {
  content: attr(data-uppertext);
  font-size: 0.4em;
  position: absolute;
  top: -1em;
  left: 2.2em;
}
@media (max-width: 1200px) {
  .page-pobocka__horizontal-top.page-pobocka--jindrisska .headline-main__main {
    font-size: 120px;
    line-height: 0.86;
  }
  .page-pobocka__horizontal-top.page-pobocka--jindrisska .headline-main__upper {
    font-size: 48px;
    left: 110px;
    bottom: 100px;
  }
}
@media (max-width: 960px) {
  .page-pobocka__horizontal-top.page-pobocka--jindrisska .headline-main__main {
    font-size: 80px;
    line-height: 1;
  }
  .page-pobocka__horizontal-top.page-pobocka--jindrisska .headline-main__upper {
    font-size: 32px;
    left: 58px;
    bottom: 74px;
  }
}
@media (max-width: 768px) {
  .page-pobocka__horizontal-top.page-pobocka--jindrisska .headline-main__main {
    font-size: 64px;
    line-height: 0.95;
  }
  .page-pobocka__horizontal-top.page-pobocka--jindrisska .headline-main__upper {
    font-size: 25.6px;
    left: 52px;
    bottom: 50px;
  }
}
@media (max-width: 480px) {
  .page-pobocka__horizontal-top.page-pobocka--jindrisska .headline-main__main {
    font-size: 46px;
    line-height: 0.85;
  }
  .page-pobocka__horizontal-top.page-pobocka--jindrisska .headline-main__upper {
    font-size: 18.4px;
    left: 52px;
    bottom: 50px;
  }
}
@media (max-width: 360px) {
  .page-pobocka__horizontal-top.page-pobocka--jindrisska .headline-main__main {
    font-size: 34px;
    line-height: 1;
  }
  .page-pobocka__horizontal-top.page-pobocka--jindrisska .headline-main__upper {
    font-size: 13.6px;
    left: 34px;
    bottom: 40px;
  }
}
.page-pobocka__horizontal-top.page-pobocka--jungmannova .headline-main__main {
  font-size: 125px;
  line-height: 0.82;
}
@media (max-width: 1280px) {
  .page-pobocka__horizontal-top.page-pobocka--jungmannova .headline-main__main {
    font-size: 98px;
    line-height: 0.86;
  }
  .page-pobocka__horizontal-top.page-pobocka--jungmannova .headline-main__upper {
    font-size: 39.2px;
    left: 110px;
    bottom: 100px;
  }
}
@media (max-width: 960px) {
  .page-pobocka__horizontal-top.page-pobocka--jungmannova .headline-main__main {
    font-size: 64px;
    line-height: 1;
  }
  .page-pobocka__horizontal-top.page-pobocka--jungmannova .headline-main__upper {
    font-size: 25.6px;
    left: 58px;
    bottom: 74px;
  }
}
@media (max-width: 768px) {
  .page-pobocka__horizontal-top.page-pobocka--jungmannova .headline-main__main {
    font-size: 58px;
    line-height: 0.95;
  }
  .page-pobocka__horizontal-top.page-pobocka--jungmannova .headline-main__upper {
    font-size: 23.2px;
    left: 52px;
    bottom: 50px;
  }
}
@media (max-width: 480px) {
  .page-pobocka__horizontal-top.page-pobocka--jungmannova .headline-main__main {
    font-size: 42px;
    line-height: 0.85;
  }
  .page-pobocka__horizontal-top.page-pobocka--jungmannova .headline-main__upper {
    font-size: 16.8px;
    left: 52px;
    bottom: 50px;
  }
}
@media (max-width: 360px) {
  .page-pobocka__horizontal-top.page-pobocka--jungmannova .headline-main__main {
    font-size: 30px;
    line-height: 1;
  }
  .page-pobocka__horizontal-top.page-pobocka--jungmannova .headline-main__upper {
    font-size: 12px;
    left: 34px;
    bottom: 40px;
  }
}

.page-pobocka__horizontal-content .spejle-section-divider__wrapper {
  padding-top: 104px;
  padding-bottom: 104px;
}

.branch-map__horizontal {
  margin-bottom: 48px;
}

.branch-map__content {
  text-align: center;
}
.branch-map__content img {
  max-width: 930px;
  width: 100%;
}

.branch-contact__wrapper {
  margin-bottom: 36px;
}
.branch-contact__wrapper > * {
  padding-bottom: 52px;
}
.branch-contact__wrapper > *:last-child {
  padding-bottom: 88px;
}

.tb-branch-visitcard h4 {
  padding-top: 0;
}
.tb-branch-visitcard h4:after {
  display: none;
}
.tb-branch-visitcard .branch-contact-item__wrapper {
  padding-top: 0;
  padding-bottom: 48px;
}
.tb-branch-visitcard a {
  color: rgba(255, 255, 255, 0.8) !important;
}
.tb-branch-visitcard a:hover span {
  color: #BB933B;
}

.branch-contact__visitcard, .branch-contact__visitcard a, .branch-contact__visitcard a:hover {
  color: #AEB0B4;
}
.branch-contact__visitcard a:hover span {
  text-decoration: underline;
}
.branch-contact__visitcard h2 {
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.8rem;
  padding: 88px 0px 0.3334em 0px;
  padding-top: 0px;
}

.branch-contact-item__item {
  padding-left: 2.8rem;
  position: relative;
}
.branch-contact-item__item:before {
  position: absolute;
  top: 2px;
  left: -2px;
  color: #BB933B;
  font-size: 100%;
}
.content .branch-contact-item__item a {
  text-decoration: none;
}
.content .branch-contact-item__item a:hover span {
  text-decoration: underline;
}

.branch-contact-item__item--address {
  padding-bottom: 1em;
}

.branch-contact-item__item--address:before,
.branch-contact-item__item--navigate:before {
  /*  
      // Pokud máte ikonu jen černou a nikdy se nemění -> Možnost B (Background).
      // Důležité upozornění k úpravě SVG pro Možnost A:
      // Aby maska fungovala správně, vaše SVG by mělo mít tvary vyplněné černou barvou (nebo jakoukoliv neprůhlednou). Maska funguje tak, že "co je v obrázku vidět, to bude mít barvu background-color".

      // 1. Zrušíme původní FA znak 
      content: ''; 
      font-family: inherit !important;  Reset fontu 

      // 2. Nastavíme velikost (jako písmo) 
      display: inline-block;
      width: 1em;
      height: 1em;
      vertical-align: -0.125em;  Zarovnání jako u FA 

      // 3. Barva - "currentColor" vezme barvu textu nadřazeného prvku 
      background-color: currentColor;

      // 4. Maska - Tady načteme SVG 
      // Můžete použít cestu k souboru nebo Data URI (viz níže) 
      -webkit-mask: URL('../img/svg/loc-gold.svg') no-repeat center center / contain;
      mask: URL('../img/svg/{$name}.svg') no-repeat center center / contain;*/
  content: "";
  font-family: inherit !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background-image: URL("../img/svg/loc-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.branch-contact-item__item--phone:before {
  /*  
      // Pokud máte ikonu jen černou a nikdy se nemění -> Možnost B (Background).
      // Důležité upozornění k úpravě SVG pro Možnost A:
      // Aby maska fungovala správně, vaše SVG by mělo mít tvary vyplněné černou barvou (nebo jakoukoliv neprůhlednou). Maska funguje tak, že "co je v obrázku vidět, to bude mít barvu background-color".

      // 1. Zrušíme původní FA znak 
      content: ''; 
      font-family: inherit !important;  Reset fontu 

      // 2. Nastavíme velikost (jako písmo) 
      display: inline-block;
      width: 1em;
      height: 1em;
      vertical-align: -0.125em;  Zarovnání jako u FA 

      // 3. Barva - "currentColor" vezme barvu textu nadřazeného prvku 
      background-color: currentColor;

      // 4. Maska - Tady načteme SVG 
      // Můžete použít cestu k souboru nebo Data URI (viz níže) 
      -webkit-mask: URL('../img/svg/tel-gold.svg') no-repeat center center / contain;
      mask: URL('../img/svg/{$name}.svg') no-repeat center center / contain;*/
  content: "";
  font-family: inherit !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background-image: URL("../img/svg/tel-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.branch-contact-item__item--email:before {
  /*  
      // Pokud máte ikonu jen černou a nikdy se nemění -> Možnost B (Background).
      // Důležité upozornění k úpravě SVG pro Možnost A:
      // Aby maska fungovala správně, vaše SVG by mělo mít tvary vyplněné černou barvou (nebo jakoukoliv neprůhlednou). Maska funguje tak, že "co je v obrázku vidět, to bude mít barvu background-color".

      // 1. Zrušíme původní FA znak 
      content: ''; 
      font-family: inherit !important;  Reset fontu 

      // 2. Nastavíme velikost (jako písmo) 
      display: inline-block;
      width: 1em;
      height: 1em;
      vertical-align: -0.125em;  Zarovnání jako u FA 

      // 3. Barva - "currentColor" vezme barvu textu nadřazeného prvku 
      background-color: currentColor;

      // 4. Maska - Tady načteme SVG 
      // Můžete použít cestu k souboru nebo Data URI (viz níže) 
      -webkit-mask: URL('../img/svg/zavin-gold.svg') no-repeat center center / contain;
      mask: URL('../img/svg/{$name}.svg') no-repeat center center / contain;*/
  content: "";
  font-family: inherit !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background-image: URL("../img/svg/zavin-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.branch-contact-item__item--phone a,
.branch-contact-item__item--email a {
  color: rgba(255, 255, 255, 0.8);
}
.branch-contact-item__item--phone a span,
.branch-contact-item__item--email a span {
  color: rgba(255, 255, 255, 0.8);
}

.branch-contact-item__item--socials {
  padding-top: 1em;
}

.branch-contact-item__item--socials-in {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: 12px;
}

.branch-contact-item-social__icon {
  display: block;
  border: 1px solid #5D5D5D;
  width: 50px;
  height: 50px;
  line-height: 52px;
  border-radius: 50%;
  background-color: #373636;
  text-align: center;
  font-size: 90%;
  color: rgba(255, 255, 255, 0.8) !important;
}
.branch-contact-item-social__icon:hover {
  color: #BB933B !important;
  border-color: #BB933B;
}

.branch-contact-item__item--larger {
  padding-left: 4.5rem;
}
.branch-contact-item__item--larger:before {
  font-size: 200%;
  left: -0.15em;
}

.branch-contact-item__item--navigate {
  line-height: 1.1;
}
.branch-contact-item__item--navigate strong {
  color: white;
  font-weight: bold;
}
.branch-contact-item__item--navigate a {
  color: #BB933B;
}
.branch-contact-item__item--navigate a span {
  color: #BB933B;
  text-decoration: underline;
}
.branch-contact-item__item--navigate a:hover span {
  color: #BB933B;
  text-decoration: none;
}
.branch-contact-item__item--navigate a i.fas {
  color: #BB933B;
  padding-left: 0.65rem;
}
.branch-contact-item__item--navigate:not(:first-child) {
  margin-top: 36px;
}

.page-contact__horizontal .branch-contact__wrapper {
  margin-top: 52px;
  margin-bottom: 104px;
  position: relative;
}
.page-contact__horizontal .branch-contact__wrapper:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.page-contact__horizontal .branch-contact__wrapper {
  font-size: 2.2rem;
}

.menu-cat-wrapper__wrapper {
  margin-top: 48px;
  margin-bottom: 104px;
}

.menu-cat-list__wrapper {
  overflow: hidden;
  border: 1px solid #BB933B;
  border-radius: 2px;
  background-color: #212121;
}
@media (min-width: 992px) {
  .menu-cat-list__wrapper {
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 32px;
    margin-bottom: 16px;
  }
}
@media (max-width: 991.98px) {
  .menu-cat-list__wrapper {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    margin-bottom: 8px;
  }
}
.menu-cat-list__wrapper p {
  padding: 0px;
}

@media (min-width: 992px) {
  .menu-cat-list__list {
    padding-bottom: 32px;
  }
}
@media (max-width: 991.98px) {
  .menu-cat-list__list {
    padding-bottom: 16px;
  }
}

.menu-cat-list-headline__headline {
  overflow: hidden;
  font-size: 3rem;
  padding: 0;
}
@media (min-width: 992px) {
  .menu-cat-list-headline__headline {
    margin-left: -48px;
    margin-right: -48px;
    margin-top: -32px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 991.98px) {
  .menu-cat-list-headline__headline {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -16px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.js-carousel-part__headline:hover .menu-cat-list-headline__headline span {
  color: #BB933B;
}
.menu-cat-list-headline__headline:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1200px;
  height: 95%;
  background-color: transparent;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg width="1240" height="4" viewBox="0 0 1240 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1200 2L1189.851 0H0V4L1189.851 4L1200 2Z" fill="%23BB933B"/></svg>');
}
.menu-cat-list-headline__headline span {
  background-color: #212121;
  display: inline-block;
  z-index: 2;
  position: relative;
}
@media (min-width: 992px) {
  .menu-cat-list-headline__headline span {
    margin-left: -48px;
    margin-right: -48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 991.98px) {
  .menu-cat-list-headline__headline span {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 992px) {
  .js-carousel-anchor__item {
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 991.98px) {
  .js-carousel-anchor__item {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.js-carousel-anchor__item {
  line-height: 1.75 !important;
}

@media (min-width: 992px) {
  .js-carousel-part__headline {
    padding-right: 96px;
  }
}
@media (max-width: 991.98px) {
  .js-carousel-part__headline {
    padding-right: 48px;
  }
}

.menu-cat-list__list {
  columns: 2;
  column-gap: 80px;
}
@media (max-width: 991.98px) {
  .menu-cat-list__list {
    columns: 1;
  }
}

.menu-cat-item__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  gap: 12px;
  font-size: 1.8rem;
  padding-bottom: 6px;
  border-bottom: 1px dashed rgb(109.4634146341, 86.0487804878, 34.5365853659);
  margin-bottom: 8px;
  position: relative;
}

.menu-cat-item__name {
  flex: 2;
}

.menu-cat-item__servingSize {
  color: #AEB0B4;
  text-align: right;
  flex: 1;
  min-width: 0;
}

.menu-cat-item__price {
  text-align: right;
  flex: 1;
  min-width: 0;
}

.tb-price1s__wrapper {
  margin: 0px auto;
  text-align: center;
  text-transform: uppercase;
  margin-top: 36px;
  margin-bottom: 48px;
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
}

.tb-price1s__headline {
  color: #BB933B;
  padding: 0;
}

.tb-price1s__price {
  font-size: 3.1rem;
  padding: 0;
}

.page-branchReservation__row-openingHours {
  margin-bottom: 48px;
}

body.page-template-template-branch-order #header {
  position: absolute;
}

.page-order__horizontal-topper {
  padding-top: 110px !important;
}
@media (max-width: 1200px) {
  .page-order__horizontal-topper {
    padding-top: 96px !important;
  }
}
.page-order__horizontal-topper {
  height: 1px;
}
@media (max-width: 991.98px) {
  .page-order__horizontal-topper {
    display: none;
  }
}

.page-order__horizontal-top-spejle {
  height: 48px;
}

.horizontal--type-order {
  background-color: #F2F1EC;
}

.horizontal--type-order.horizontal-content {
  padding-top: 138px;
  padding-bottom: 48px;
}

.order-customer__wrapper {
  margin-top: 104px;
  margin-bottom: 104px;
  padding-bottom: 104px;
  padding-left: 2rem;
}
@media (max-width: 991.98px) {
  .order-customer__wrapper {
    padding-left: 4rem;
  }
}
@media (max-width: 767.98px) {
  .order-customer__wrapper {
    padding-left: 2rem;
  }
}
.order-customer__wrapper {
  padding-right: 2rem;
}
@media (max-width: 991.98px) {
  .order-customer__wrapper {
    padding-right: 4rem;
  }
}
@media (max-width: 767.98px) {
  .order-customer__wrapper {
    padding-right: 2rem;
  }
}
.order-customer__wrapper {
  background-color: white;
  border: 1px solid #BB933B;
}
.order-customer__wrapper .order-customer-headline__headline {
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.4rem;
  padding-top: 48px;
  padding-bottom: 24px;
  text-align: center;
  position: relative;
}
.order-customer__wrapper .order-customer-headline__headline:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.order-customer__wrapper .order-customer-headline__headline {
  margin-bottom: 44px;
}
.order-customer__wrapper .order-customer-headline__headline.order-customer-headline__headline--info {
  margin-top: 36px;
  padding-top: 48px;
}
.order-customer__wrapper .order-customer-headline__headline.order-customer-headline__headline--info:after {
  bottom: auto;
  top: 0px;
}
.order-customer__wrapper .form-group {
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 991.98px) {
  .order-customer__wrapper .form-group {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.order-fixed {
  position: fixed;
  z-index: 3;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.order-fixed [x-cloak] {
  display: none !important;
}

.order-message-wrapper__horizontal {
  border-top: 1px solid #BB933B;
}
@media (min-width: 992px) {
  .order-message-wrapper__horizontal {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 991.98px) {
  .order-message-wrapper__horizontal {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.order-message-wrapper__text {
  text-align: center;
}
.order-message-wrapper__text--info {
  color: #3086FF;
  font-weight: bold;
}
.order-message-wrapper__text--error {
  color: #C34040;
  font-weight: bold;
}

.order-recap-wrapper__container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 991.98px) {
  .order-recap-wrapper__container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767.98px) {
  .order-recap-wrapper__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.order-recap-wrapper__horizontal {
  border-top: 1px solid #BB933B;
}
@media (min-width: 992px) {
  .order-recap-wrapper__horizontal {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .order-recap-wrapper__horizontal {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .order-recap-wrapper__row > *:first-child {
    padding-left: calc(48px + 1rem + 1px);
  }
}

@media (min-width: 992px) {
  .order-recap-wrapper__row > *:last-child {
    padding-right: calc(48px + 1rem + 1px);
  }
}

.order-recap-wrapper__col-headline h4 {
  padding: 0;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .order-recap-wrapper__col-headline h4 {
    font-family: "neutraface_2_display", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 2rem;
  }
}
.order-recap-wrapper__col-headline h4 {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.order-recap-wrapper__col-button {
  text-align: right;
}
@media (max-width: 767.98px) {
  .order-recap-wrapper__col-button button {
    font-size: 1.6rem;
    padding: 12px 16px 10px 16px;
  }
}

@media (max-width: 991.98px) {
  .order-recap-summary__wrapper {
    columns: 2;
    column-gap: 16px;
  }
  .order-recap-summary__wrapper > * {
    break-inside: avoid;
  }
  .order-recap-summary__wrapper {
    /*
    // Poslední prvek "přeruší" sloupce a roztáhne se
    > :last-child {
        column-span: all;
    }
    */
  }
}

.order-recap-summary__row {
  display: flex;
  gap: 16px;
  line-height: calc(1.6rem + 1px);
  margin-bottom: 10px;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .order-recap-summary__row:last-child {
    margin-bottom: 0;
  }
  .order-recap-summary__row.order-recap-summary__row--grandTotal {
    padding-top: 2px;
    font-size: 2.2rem;
  }
}
@media (max-width: 991.98px) {
  .order-recap-summary__row:last-child {
    margin-bottom: 12px;
  }
}

.order-recap-summary__item-name {
  white-space: nowrap;
}

.order-recap-summary__item-spacing {
  position: relative;
}
.order-recap-summary__item-spacing:after {
  content: "";
  border-bottom: 1px dotted #BB933B;
  position: absolute;
  width: 100%;
  height: 1;
  bottom: 0.2em;
}
.order-recap-summary__item-spacing {
  flex-grow: 1;
}

.order-recap-summary__item-price {
  white-space: nowrap;
}
.order-recap-summary__item-price strong {
  font-weight: bold;
  color: #BB933B;
}

.order-recap-summary__row--grandTotal {
  font-weight: bold;
}

.order-offer-cat-headline__wrapper {
  text-align: center;
  padding-bottom: 48px;
}
.order-offer-cat-headline__wrapper .order-offer-cat-headline__main {
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 4.8rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.order-offer-cat-headline__wrapper .order-offer-cat-headline__shortInfo {
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 3rem;
  color: #BB933B;
}
.order-offer-cat-headline__wrapper {
  padding-bottom: 24px;
  position: relative;
}
.order-offer-cat-headline__wrapper:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.order-offer-cat-headline__wrapper {
  margin-bottom: 48px;
}

.order-cat-level1-wrapper__wrapper {
  margin-top: 48px;
  margin-bottom: 104px;
}

.order-cat-level1-list__wrapper {
  overflow: hidden;
  border: 1px solid #BB933B;
  border-radius: 2px;
  background-color: white;
}
@media (min-width: 992px) {
  .order-cat-level1-list__wrapper {
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 32px;
    margin-bottom: 16px;
  }
}
@media (max-width: 991.98px) {
  .order-cat-level1-list__wrapper {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    margin-bottom: 8px;
  }
}
.order-cat-level1-list__wrapper p {
  padding: 0px;
}

@media (min-width: 992px) {
  .order-cat-level1-list__list {
    padding-bottom: 32px;
  }
}
@media (max-width: 991.98px) {
  .order-cat-level1-list__list {
    padding-bottom: 16px;
  }
}

.order-cat-level1-list-headline__headline {
  overflow: hidden;
  font-size: 3rem;
  padding: 0;
}
@media (min-width: 992px) {
  .order-cat-level1-list-headline__headline {
    margin-left: -48px;
    margin-right: -48px;
    margin-top: -32px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 991.98px) {
  .order-cat-level1-list-headline__headline {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -16px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.js-carousel-part__headline:hover .order-cat-level1-list-headline__headline span {
  color: #BB933B;
}
.order-cat-level1-list-headline__headline:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1200px;
  height: 95%;
  background-color: transparent;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg width="1240" height="4" viewBox="0 0 1240 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1200 2L1189.851 0H0V4L1189.851 4L1200 2Z" fill="%23BB933B"/></svg>');
}
.order-cat-level1-list-headline__headline span {
  background-color: white;
  display: inline-block;
  z-index: 2;
  position: relative;
}
@media (min-width: 992px) {
  .order-cat-level1-list-headline__headline span {
    margin-left: -48px;
    margin-right: -48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 991.98px) {
  .order-cat-level1-list-headline__headline span {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 992px) {
  .js-carousel-anchor__item {
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 991.98px) {
  .js-carousel-anchor__item {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.js-carousel-anchor__item {
  line-height: 1.75 !important;
}

@media (min-width: 992px) {
  .js-carousel-part__headline {
    padding-right: 96px;
  }
}
@media (max-width: 991.98px) {
  .js-carousel-part__headline {
    padding-right: 48px;
  }
}

.order-cat-level1-list__list--type-pack {
  border: 1px solid #BB933B;
  background-color: white;
}

.order-offer-cat__info {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 48px;
  padding-right: 48px;
}
.order-offer-cat__info strong {
  font-weight: bold;
  color: #BB933B;
}
.order-offer-cat__info--error {
  color: #C34040;
  font-weight: bold;
}
.order-offer-cat-headline__wrapper + .order-offer-cat__info {
  padding-top: 0px;
}

.menu-cat-item__name-wrapper {
  flex: 2;
}

.menu-cat-item__name {
  font-weight: 600;
}

.menu-cat-item__desc {
  color: #AEB0B4;
  font-size: 1.6rem;
  line-height: 1.25;
  padding-top: 2px;
  padding-bottom: 2px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

.menu-cat-item__servingSize {
  color: #AEB0B4;
  text-align: right;
  flex: 1;
  min-width: 0;
}

.menu-cat-item__price {
  text-align: right;
  flex: 1;
  min-width: 0;
  font-weight: 600;
}

.order-cat-level1-list-headline__headline {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .order-cat-level1-list-headline__headline:after {
    margin-right: 72px;
  }
}
@media (max-width: 991.98px) {
  .order-cat-level1-list-headline__headline:after {
    max-width: calc(100% - 48px);
    margin-right: 24px;
  }
}

.order-cat-level1-list__wrapper {
  padding-left: 0;
  padding-right: 0;
}

.order-cat-level1-list__list {
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  .order-cat-level1-list__list {
    display: grid;
    /* 
    Definice sloupců: 
       1. Obrázek (fixní)
       2. Text (1fr = zbytek místa)
       3. Alergeny (min-width definována zde nebo obsahem)
       4. Cena
       5. Počet
       6. Tlačítka
       7. SPACE
    */
    grid-template-columns: auto 1fr auto auto auto max-content 48px;
    align-items: center;
    align-content: center;
  }
}
@media (max-width: 991.98px) {
  .order-cat-level1-list__list {
    display: block;
  }
}
@media (min-width: 992px) {
  .order-cat-level1-list__list > p {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 991.98px) {
  .order-cat-level1-list__list > p {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .order-cat-level1-list__list > p:last-child {
    padding-bottom: 32px;
  }
}
@media (max-width: 991.98px) {
  .order-cat-level1-list__list > p:last-child {
    padding-bottom: 16px;
  }
}

.order-cat-level1-item__wrapper > * {
  position: relative;
}
@media (min-width: 992px) {
  .order-cat-level1-item__wrapper {
    display: contents;
    margin-bottom: 0;
  }
  .order-cat-level1-item__wrapper:last-child {
    border-bottom-style: none;
  }
  .order-cat-level1-item__wrapper {
    align-items: center;
  }
  .order-cat-level1-item__wrapper > * {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #bb933b;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
  }
  .order-cat-level1-item__wrapper:last-child > * {
    border-bottom-style: none;
  }
}
@media (max-width: 991.98px) {
  .order-cat-level1-item__wrapper {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #bb933b;
  }
  .order-cat-level1-item__wrapper:last-child {
    border-bottom-style: none;
  }
  .order-cat-level1-item__wrapper {
    justify-content: center;
  }
}

.order-cat-level1-item__wrapper--header {
  min-height: 1.8rem;
  border-style: none;
}
@media (min-width: 992px) {
  .order-cat-level1-item__wrapper--header .order-cat-level1-item__alergens {
    grid-column: 3;
  }
  .order-cat-level1-item__wrapper--header .order-cat-level1-item__price {
    grid-column: 4;
  }
  .order-cat-level1-item__wrapper--header .order-cat-level1-item__qty {
    grid-column: 5;
  }
  .order-cat-level1-item__wrapper--header .order-cat-level1-item__btns {
    grid-column: 6;
  }
  .order-cat-level1-item__wrapper--header .order-cat-level1-item__space-right {
    grid-column: 7;
  }
  .order-cat-level1-item__wrapper--header .order-cat-level1-item__label {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    color: black;
  }
}
@media (max-width: 991.98px) {
  .order-cat-level1-item__wrapper--header {
    display: none;
  }
}

.order-cat-level1-item__image-wrapper {
  grid-column: 1;
  border-style: none;
  position: relative;
  padding-left: 48px;
  padding-right: 32px;
  flex-shrink: 1;
  width: 180px;
  /*
  &:after {
      content: '';
      height: 200px;      // Když nebude obrázek, tak zamaskuje, že se ten image order-cat-level1-item__image neroztahuje na výšku a dál to snad zachráni nějaký oveflow
      width: calc(100% + grid.s8(1.5));
      position: absolute;
      top: calc(100% - 1px + grid.s8(0.75)); // Poslední je padding-bottom od .order-cat-level1-item__wrapper  // 1.5=Gap
      left: 0px;
      background-color: white;
  }
  */
}
@media (max-width: 991.98px) {
  .order-cat-level1-item__image-wrapper {
    padding-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .order-cat-level1-item__image-wrapper {
    padding-left: 24px;
    padding-right: 16px;
    width: 140px;
  }
}
@media (max-width: 767.98px) {
  .order-cat-level1-item__image-wrapper {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 16px;
    width: 100%;
  }
}

.order-cat-level1-item__image {
  width: 100%;
  max-width: 160px;
  margin: 0px auto;
  display: block;
  border-radius: 50%;
}
@media (min-width: 768px) {
  div.order-cat-level1-item__image {
    margin: 0px auto;
    width: 100px;
    height: 100px;
    background-color: #eaeaea;
    border: 1px solid rgb(208.5, 208.5, 208.5);
  }
}
a:hover > .order-cat-level1-item__image:hover {
  box-shadow: 0px 0px 0px 2px #BB933B;
}

/*    
    div.order-cat-level1-item__image {
       width: 100px;
        height: 100px;
        background-color: functions.lighten($colorOrderExtraGray, 20%);
    }*/
.order-cat-level1-item__name-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  .order-cat-level1-item__name-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .order-cat-level1-item__name-wrapper {
    flex-basis: max-content;
    flex-grow: 1;
    width: calc(100% - 140px);
    max-width: calc(100% - 140px);
    min-width: calc(100% - 140px);
    padding-top: 16px;
    padding-right: 24px;
  }
}
@media (max-width: 767.98px) {
  .order-cat-level1-item__name-wrapper {
    flex-basis: max-content;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.order-cat-level1-item__name {
  font-weight: bold;
  line-height: 1;
}

.order-cat-level1-item__desc {
  line-height: 1;
  margin-top: 8px;
  font-size: 2rem;
}

@media (max-width: 991.98px) {
  .order-cat-level1-item__alergens,
  .order-cat-level1-item__price,
  .order-cat-level1-item__qty,
  .order-cat-level1-item__btns {
    display: flex;
    align-items: center;
    padding-top: 32px;
  }
}
@media (max-width: 991.98px) {
  .order-cat-level1-item__alergens:not(.order-cat-level1-item__qty),
  .order-cat-level1-item__price:not(.order-cat-level1-item__qty),
  .order-cat-level1-item__qty:not(.order-cat-level1-item__qty),
  .order-cat-level1-item__btns:not(.order-cat-level1-item__qty) {
    flex-grow: 2;
  }
  .order-cat-level1-item__alergens,
  .order-cat-level1-item__price,
  .order-cat-level1-item__qty,
  .order-cat-level1-item__btns {
    padding-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .order-cat-level1-item__alergens:not(.order-cat-level1-item__qty),
  .order-cat-level1-item__price:not(.order-cat-level1-item__qty),
  .order-cat-level1-item__qty:not(.order-cat-level1-item__qty),
  .order-cat-level1-item__btns:not(.order-cat-level1-item__qty) {
    flex-grow: 2;
  }
  .order-cat-level1-item__alergens,
  .order-cat-level1-item__price,
  .order-cat-level1-item__qty,
  .order-cat-level1-item__btns {
    padding-bottom: 16px;
  }
}

.order-cat-level1-item__alergens {
  min-width: 80px;
  text-align: right;
  font-size: 2rem;
  padding-left: 8px;
}
@media (min-width: 992px) {
  .order-cat-level1-item__alergens {
    align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .order-cat-level1-item__alergens {
    padding-left: 24px;
    text-align: left;
    width: inherit;
    max-width: inherit;
    min-width: inherit;
  }
}
@media (max-width: 767.98px) {
  .order-cat-level1-item__alergens {
    padding-right: 24px;
    width: 75%;
    max-width: 75%;
    min-width: 75%;
  }
}

.order-cat-level1-item__price {
  font-weight: bold;
  font-size: 2rem;
  text-align: right;
  padding-left: 8px;
}
@media (min-width: 992px) {
  .order-cat-level1-item__price {
    min-width: 80px;
    align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .order-cat-level1-item__price {
    min-width: 48px;
    flex-shrink: 1;
    width: fit-content;
    max-width: fit-content;
    min-width: fit-content;
  }
}
@media (max-width: 767.98px) {
  .order-cat-level1-item__price {
    padding-right: 24px;
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    text-align: right;
  }
}

.order-cat-level1-item__qty {
  font-weight: bold;
  font-size: 2rem;
  text-align: right;
  align-items: flex-end;
  min-width: 56px;
  padding-right: 0px;
  padding-left: 16px;
}
@media (min-width: 992px) {
  .order-cat-level1-item__qty button {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .order-cat-level1-item__qty {
    padding-right: 24px;
  }
}
@media (max-width: 767.98px) {
  .order-cat-level1-item__qty {
    margin-top: -24px;
  }
}
.order-cat-level1-item__qty-input.form-control {
  -webkit-appearance: none; /* pro jistotu, aby tam Safari necpalo ty své "bublinové" stíny */
  appearance: none;
  padding-left: 4px;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: right;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .order-cat-level1-item__qty-input.form-control {
    max-width: 8.2rem;
    padding-right: 8px;
  }
}
@media (max-width: 991.98px) {
  .order-cat-level1-item__qty-input.form-control {
    max-width: 8.2rem;
  }
}

@media (max-width: 767.98px) {
  .order-cat-level1-item__price {
    flex-grow: 1;
  }
}

.order-cat-level1-item__btns {
  padding-left: 6px;
}
@media (max-width: 991.98px) {
  .order-cat-level1-item__btns {
    display: none;
  }
}

.order-cat-level1-item__btns-in {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-around;
  gap: 6px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .order-cat-level1-item__btns-in {
    justify-content: center;
  }
}
.order-cat-level1-item__btns-in > button {
  -webkit-appearance: none; /* pro jistotu, aby tam Safari necpalo ty své "bublinové" stíny */
  appearance: none;
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  background-color: #EAE9E7;
  border: 1px solid #B7B7B7;
  border-radius: 50%;
  color: #B7B7B7;
  cursor: pointer;
  font-size: 2rem;
}
.order-cat-level1-item__btns-in > button > i.fas {
  position: relative;
  top: -0.1rem;
}
.order-cat-level1-item__btns-in > button:not(.disabled):hover {
  /*
  border-color: functions.darken($colorOrderExtraGray, 10%);
  color: functions.darken($colorOrderExtraGray, 10%);
  background-color: functions.darken(#efefef, 10%);
  */
  border-color: rgb(148.2317073171, 116.5243902439, 46.7682926829);
  color: rgb(148.2317073171, 116.5243902439, 46.7682926829);
  background-color: rgb(226.5789473684, 209.5263157895, 175.4210526316);
}
.order-cat-level1-item__btns-in > button.disabled {
  cursor: not-allowed;
}

.order-cat-level1-item__space-right {
  border-style: none;
}

.order-cat-level1-item__label {
  display: none;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .order-cat-level1-item__label {
    display: block;
    position: absolute;
    top: 14px;
    font-size: 1.5rem;
    text-align: right;
    color: #AEB0B4;
  }
}

.order-cat-level1-item__wrapper--notActive > * {
  background-color: #ffc0c0 !important;
}

.order-cat-level1-item__admin {
  font-size: 65%;
  margin-top: 4px;
  background-color: #efefef;
  color: black;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
  line-height: 1;
}

.order-cat-level1-item__error {
  font-size: 75%;
  margin-top: 4px;
  background-color: #C34040;
  color: white;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .order-cat-level1-item__wrapper--isHighlight > * {
    background-color: #F9F6F0;
  }
}
@media (max-width: 767.98px) {
  .order-cat-level1-item__wrapper--isHighlight {
    background-color: #F9F6F0;
  }
}
.order-cat-level1-item__wrapper--isHighlight .order-cat-level1-item__name {
  color: #BB933B;
}
.order-cat-level1-item__wrapper--isHighlight .order-cat-level1-item__btns-in > button:not(.disabled) {
  border-color: #BB933B;
  color: #BB933B;
  background-color: #F0E7D5;
}
.order-cat-level1-item__wrapper--isHighlight .order-cat-level1-item__btns-in > button:not(.disabled):hover {
  border-color: rgb(148.2317073171, 116.5243902439, 46.7682926829);
  color: rgb(148.2317073171, 116.5243902439, 46.7682926829);
  background-color: rgb(226.5789473684, 209.5263157895, 175.4210526316);
}

.btn {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
  font-size: 1.5rem;
  text-decoration: none !important;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3334;
  min-height: 48px;
  padding: 16px 22px 14.4px 22px;
  border: 1px solid #E1AC52;
  border-radius: 3.6rem;
}
.btn .fas, .btn .far {
  margin-right: 8px;
  font-size: 125%;
}
.btn {
  /*
  @media (max-width: grid.$mdWidthMax) {
      font-size: functions.remSize(20px);
      @include mixins.padding-tb(grid.s8(2));
      @include mixins.padding-lr(grid.s8(3));
      line-height: 1.3334;
  }

  @media (max-width: grid.$smWidthMax) {
      font-size: functions.remSize(15px);
      @include mixins.padding-tb(grid.s8(2));
      @include mixins.padding-lr(grid.s8(6));
  }
  */
}
@media (max-width: 767.98px) {
  .btn {
    font-size: 1.8rem;
    min-height: auto;
    padding: 14px 22px;
  }
}

.btn--icon-fixed-right {
  position: relative;
  text-align: left;
  padding-right: 48px;
}
.btn--icon-fixed-right .far, .btn--icon-fixed-right .fas {
  position: absolute;
  top: 50%;
  margin-top: -0.58em;
  line-height: 1;
  right: 22px;
}
.btn--icon-fixed-right.btn--icon-arrow:after {
  /*  
      // Pokud máte ikonu jen černou a nikdy se nemění -> Možnost B (Background).
      // Důležité upozornění k úpravě SVG pro Možnost A:
      // Aby maska fungovala správně, vaše SVG by mělo mít tvary vyplněné černou barvou (nebo jakoukoliv neprůhlednou). Maska funguje tak, že "co je v obrázku vidět, to bude mít barvu background-color".

      // 1. Zrušíme původní FA znak 
      content: ''; 
      font-family: inherit !important;  Reset fontu 

      // 2. Nastavíme velikost (jako písmo) 
      display: inline-block;
      width: 1em;
      height: 1em;
      vertical-align: -0.125em;  Zarovnání jako u FA 

      // 3. Barva - "currentColor" vezme barvu textu nadřazeného prvku 
      background-color: currentColor;

      // 4. Maska - Tady načteme SVG 
      // Můžete použít cestu k souboru nebo Data URI (viz níže) 
      -webkit-mask: URL('../img/svg/sipka-p-white.svg') no-repeat center center / contain;
      mask: URL('../img/svg/{$name}.svg') no-repeat center center / contain;*/
  content: "";
  font-family: inherit !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background-image: URL("../img/svg/sipka-p-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -0.58em;
  line-height: 1;
  right: 22px;
  font-size: 1.8rem;
  top: 51%;
}

.btn-fw {
  width: 100%;
  max-width: 244px;
}

.btn-block {
  display: block;
}

.btn-full {
  width: 100%;
}

.btn-small {
  padding: 4px 32px;
  font-size: 1.5rem;
  line-height: 45px;
  min-height: 45px;
}
@media (max-width: 991.98px) {
  .btn-small {
    font-size: 2.4rem;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.btn-large {
  padding: 12px 48px;
  font-size: 1.8rem;
  line-height: 2.40012rem;
}
@media (max-width: 991.98px) {
  .btn-large {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.btn-white,
.btn-gray {
  border-color: #F0F0F0;
  color: #0076C3;
  font-weight: bold;
}

.btn-white {
  background-color: white;
  border-bottom: 2px solid #D9D9D9;
}
.btn-white:hover {
  color: white;
  background-color: #0076C3;
}

.btn-gray {
  background-color: #F0F0F0;
  border-bottom: 3px solid #D9D9D9;
}
.btn-gray:hover {
  color: white;
  background-color: #0076C3;
}

.btn-gold {
  border-color: #E1AC52;
  background-color: #BB933B;
  color: white;
  font-weight: bold;
}
.btn-gold:hover {
  border-color: #E1AC52;
  background-color: #E1AC52;
  color: white;
}

.btn-red {
  border-color: #005F86;
  color: #005F86;
}

.btn.disabled {
  border-color: #AEB0B4;
  background-color: #efefef;
  color: #AEB0B4;
  cursor: not-allowed;
  pointer-events: none; /* TOHLE ZABLOKUJE KLIKNUTÍ */
}

/*.row--button {
    margin-bottom: $sectionSpaceVerticalHalf;
}*/
.form--sending-ready:before {
  content: " ";
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background-color: hexToRgba(white, 0);
}
.form--sending-ready.form--sending-active:before {
  z-index: 1;
  background-color: hexToRgba(black, 0.45);
}

.form-group {
  position: relative;
  display: block;
  padding-bottom: 16px;
}
.form-group > * {
  display: block;
}
.form-group--invalid .form-checkbox-label, .form-group--invalid .form-checkbox-label *, .form-group--invalid .form-checkbox-label a, .form-group--invalid .form-checkbox-label a:hover {
  color: red !important;
}

.form-label {
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 4px;
}

.form-control {
  outline: none;
  width: 100%;
  display: block;
  font-size: 1.8rem;
  line-height: 1.25em;
  background-color: #FCFBFA;
  border-radius: 1.4em;
  border: 1px solid #AEB0B4;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 16px;
  padding-right: 16px;
}
.form-control:focus, .form-control:focus-visible {
  border: 1px solid #BB933B;
}
.form-control::placeholder {
  color: #AEB0B4;
  font-weight: 300;
}

input.form-control {
  line-height: 2.8em;
}

input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.form-control {
  padding-top: 12px;
  padding-bottom: 12px;
  height: 7em;
  min-height: 7em;
}

.form-control:focus {
  color: black;
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  padding-bottom: 8px;
  min-height: 32px;
}
.form-checkbox:last-child {
  padding-bottom: 0;
}
.form-checkbox .form-control[type=radio],
.form-checkbox .form-control[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-checkbox .form-checkbox-input {
  position: absolute;
  background-image: none;
  background-color: white;
  border: 1px solid #AEB0B4;
  background-color: #FCFBFA;
  width: 1.75em;
  height: 1.75em;
  border-radius: 50%;
  margin-top: 0.65em;
  vertical-align: top;
  line-height: 1;
  text-align: center;
}
.form-checkbox .form-checkbox-input .fas, .form-checkbox .form-checkbox-input .far {
  position: absolute;
  top: 0.48em;
  left: 0.48em;
  display: none;
  font-size: 0.85em;
}
.form-checkbox .form-control[type=radio]:checked + .form-checkbox-input,
.form-checkbox .form-control[type=checkbox]:checked + .form-checkbox-input {
  border-color: #BB933B;
  background-color: #F5EFE2;
}
.form-checkbox .form-control[type=radio]:checked + .form-checkbox-input .fas, .form-checkbox .form-control[type=radio]:checked + .form-checkbox-input .far,
.form-checkbox .form-control[type=checkbox]:checked + .form-checkbox-input .fas,
.form-checkbox .form-control[type=checkbox]:checked + .form-checkbox-input .far {
  display: block;
  color: #BB933B;
}
.form-checkbox .form-control[type=radio]:checked + .form-checkbox-input + .form-checkbox-label,
.form-checkbox .form-control[type=checkbox]:checked + .form-checkbox-input + .form-checkbox-label {
  color: #BB933B;
}
.form-checkbox .form-check-input[type=checkbox]:before {
  border-radius: 0.25em;
}
.form-checkbox .form-checkbox-label {
  cursor: pointer;
  line-height: 1.1;
  padding-top: 0.5em;
  margin-left: calc(2em + 16px);
  margin-right: 10%;
}
.form-checkbox .form-checkbox-label strong {
  font-weight: bold;
}
.form-checkbox .form-checkbox-label {
  flex-grow: 1;
}
.form-checkbox .form-checkbox-label a {
  color: #BB933B;
  text-decoration: underline;
}
.form-checkbox .form-checkbox-label a:hover {
  color: #BB933B;
  text-decoration: none;
}

.form-checkbox--center {
  align-items: center;
}
.form-checkbox--center .form-checkbox-input {
  margin-top: 0.25em;
}

.form-control--invalid,
.form-control--invalid + .form-checkbox-input {
  border-style: solid;
  border-color: red;
}
.form-control--invalid::placeholder,
.form-control--invalid + .form-checkbox-input::placeholder {
  color: red;
}
.form-control--invalid.select2-container--default .select2-selection--single,
.form-control--invalid + .form-checkbox-input.select2-container--default .select2-selection--single {
  border-style: solid;
  border-color: red;
}
.form-control--invalid.select2-container--default .select2-selection--single .select2-selection__placeholder,
.form-control--invalid + .form-checkbox-input.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: red;
}
.form-control--invalid.select2-container--default .select2-selection--single .select2-selection__arrow b,
.form-control--invalid + .form-checkbox-input.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: red;
}

.form-control--required,
.form-group--required {
  /* Prvek bude vždy 150px (nebo 30vh) pod horním okrajem */
  scroll-margin-top: 30vh;
}

.help-block {
  font-size: 75%;
  color: #AEB0B4;
  padding-bottom: 4px;
}
.help-block:last-child {
  padding-bottom: 8px;
}

.form-control + .help-block {
  margin-top: 8px;
}

/* Výchozí stav: Chybová hláška je skrytá */
.help-block--invalid {
  display: none;
  color: red;
}

/* KOUZLO: Pokud má input třídu 'form-control--invalid', 
   zobrazíme následující element s třídou 'help-block--invalid' */
.form-control--invalid ~ .help-block--invalid {
  display: block;
  font-weight: bold;
}

.gallery__wrapper {
  margin: 24px 0px 40px 0px;
}

.gallery__list {
  list-style-type: none;
}
.gallery__list:after {
  content: "";
  clear: both;
  display: table;
}
.gallery__list-with-item-more .gallery__item {
  display: none;
  position: relative;
}

.gallery__item {
  float: left;
  padding-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .gallery__item {
    padding-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .gallery__item {
    padding-bottom: 2rem;
  }
}
.gallery__item a {
  display: block;
}
.gallery__item a > img {
  border: 1px solid transparent;
}
.gallery__item a:hover > img {
  border-color: #BB933B;
}
.gallery__item img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .gallery__item {
    /*
    width: 50%;
    */
  }
}
@media (min-width: 768px) {
  .gallery__item:nth-child(1), .gallery__item:nth-child(2), .gallery__item:nth-child(3), .gallery__item:nth-child(4) {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .gallery__item:nth-child(1), .gallery__item:nth-child(2) {
    display: block;
  }
  .gallery__item:nth-child(3), .gallery__item:nth-child(4) {
    display: none;
  }
  .gallery__item {
    /*
    width: 100%;
    */
  }
}

.gallery-more__wrapper {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: rgba(0, 0, 0, 0.72);
  color: white;
  font-weight: bold;
  font-size: 1.7em;
  text-align: center;
  cursor: pointer;
  display: table;
}
.gallery-more__wrapper .gallery-more__content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.gallery-more__wrapper .gallery-more__plus {
  font-size: 4.5em;
  line-height: 3.6em;
  height: 3.6em;
}
.gallery-more__wrapper .gallery-more__info {
  line-height: 1;
}

.horizontal--spejle-paleColor {
  background-repeat: no-repeat;
  background-image: none; /* will be rewritten */
  background-position: top center;
  background-size: cover;
  background-image: URL("../img/horizontal/spejle-horizontal-paleColor.svg");
  background-size: contain;
  background-repeat: repeat-x;
}

.horizontal--spejle-fullColor {
  background-repeat: no-repeat;
  background-image: none; /* will be rewritten */
  background-position: top center;
  background-size: cover;
  background-image: URL("../img/horizontal/spejle-horizontal-fullColor.svg");
  background-repeat: repeat-x;
}

.horizontal-extra--spejle-section-divider {
  position: absolute;
  margin-top: -28px;
  z-index: 2;
  overflow: visible;
}

.spejle-section-divider__wrapper {
  margin: 0px auto;
  width: 90%;
  max-width: 640px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.spejle-section-divider__left,
.spejle-section-divider__right {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  padding-bottom: 16px;
}
.spejle-section-divider__left > div,
.spejle-section-divider__right > div {
  position: relative;
  height: 4px;
  width: 100%;
}

.spejle-section-divider__arrow {
  color: #BB933B;
  flex-shrink: 1;
  font-size: 56px;
}

.spejle-section-divider__left svg {
  position: absolute;
  top: 0px;
  left: 0px;
}

.spejle-section-divider__right svg {
  position: absolute;
  top: 0px;
  right: 0px;
}

.sectionRowButton__col {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 48px;
}

.section-concept__container {
  padding-top: 80px;
  padding-bottom: 96px;
}

.section-satisfy__section {
  padding-top: 80px;
  padding-bottom: 56px;
  background-image: URL("../img/horizontal/satisfy-horizontal-bg.jpg");
}
.section-satisfy__section .headline-main__wrapper.headline-main__wrapper--h2 {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
  margin-bottom: 3.5rem;
}
.section-satisfy__section .headline-main__wrapper.headline-main__wrapper--h2 h3.headline-main__upper {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  font-size: 2.8rem;
  text-align: center;
  color: #BB933B;
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
.section-satisfy__section .headline-main__wrapper.headline-main__wrapper--h2 h3.headline-main__upper:after {
  display: none !important;
}
.section-satisfy__section .headline-main__wrapper.headline-main__wrapper--h2 h2.headline-main__main {
  margin: 0;
  padding: 0;
  font-size: 4.8rem;
  text-align: center;
  font-weight: 900;
  padding-bottom: 2rem;
  position: relative;
}
.section-satisfy__section .headline-main__wrapper.headline-main__wrapper--h2 h2.headline-main__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.section-satisfy__section .headline-main__wrapper.headline-main__wrapper--h2 h2.headline-main__main strong {
  color: #BB933B;
}
.section-satisfy__section .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
.section-satisfy__section .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center h3.headline-main__upper {
  text-align: center;
}
.section-satisfy__section .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center h2.headline-main__main {
  text-align: center;
  position: relative;
}
.section-satisfy__section .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center h2.headline-main__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.section-satisfy__section .headline-main__wrapper {
  margin-bottom: 4rem !important;
}

.section-satisfy-list__list {
  justify-content: center;
  flex-wrap: wrap-reverse; /* řádky odspodu */
  flex-direction: row-reverse; /* aby položky nebyly zrcadlově */
}

.section-satisfy-list__item {
  margin-bottom: 40px;
}

.section-satisfy-list__item-in {
  display: flex;
  text-align: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-satisfy-list__item-headline {
  order: 1;
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 21px;
}

.section-satisfy-list__item-image {
  order: 0;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.section-satisfy-list__item-text {
  order: 2;
}

.section-hiw__section {
  padding-top: 80px;
  padding-bottom: 56px;
}
.section-hiw__section .headline-main__wrapper.headline-main__wrapper--h2 {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
  margin-bottom: 3.5rem;
}
.section-hiw__section .headline-main__wrapper.headline-main__wrapper--h2 h3.headline-main__upper {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  font-size: 2.8rem;
  text-align: center;
  color: #BB933B;
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
.section-hiw__section .headline-main__wrapper.headline-main__wrapper--h2 h3.headline-main__upper:after {
  display: none !important;
}
.section-hiw__section .headline-main__wrapper.headline-main__wrapper--h2 h2.headline-main__main {
  margin: 0;
  padding: 0;
  font-size: 4.8rem;
  text-align: center;
  font-weight: 900;
  padding-bottom: 2rem;
  position: relative;
}
.section-hiw__section .headline-main__wrapper.headline-main__wrapper--h2 h2.headline-main__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.section-hiw__section .headline-main__wrapper.headline-main__wrapper--h2 h2.headline-main__main strong {
  color: #BB933B;
}
.section-hiw__section .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
.section-hiw__section .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center h3.headline-main__upper {
  text-align: center;
}
.section-hiw__section .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center h2.headline-main__main {
  text-align: center;
  position: relative;
}
.section-hiw__section .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center h2.headline-main__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.section-hiw__section .headline-main__wrapper {
  margin-bottom: 4rem !important;
}
.section-hiw__section .sectionRowButton__col {
  padding-bottom: 0;
}
.section-hiw__section .tb-huge__content {
  padding-top: 48px;
}

.page-rezervace__horizontal .page-content__content strong,
.page-rezervace__horizontal .content strong {
  font-size: 135%;
}

.contentTextImageTypeA__horizontal {
  padding-top: 88px;
  padding-bottom: 172.64px !important;
}
.contentTextImageTypeA__horizontal--last {
  padding-bottom: 104px !important;
}

.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h2 {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
  margin-bottom: 3.5rem;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h2 h3.headline-main__upper {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  font-size: 2.8rem;
  text-align: center;
  color: #BB933B;
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h2 h3.headline-main__upper:after {
  display: none !important;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h2 h2.headline-main__main {
  margin: 0;
  padding: 0;
  font-size: 4.8rem;
  text-align: center;
  font-weight: 900;
  padding-bottom: 2rem;
  position: relative;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h2 h2.headline-main__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h2 h2.headline-main__main strong {
  color: #BB933B;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center h3.headline-main__upper {
  text-align: center;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center h2.headline-main__main {
  text-align: center;
  position: relative;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center h2.headline-main__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h3 {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
  margin-bottom: 3.5rem;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h3 h4.headline-main__upper {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  text-align: center;
  color: #BB933B;
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h3 h4.headline-main__upper:after {
  display: none !important;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h3 h3.headline-main__main {
  margin: 0;
  padding: 0;
  font-size: 3.8rem;
  text-align: center;
  font-weight: 900;
  padding-bottom: 2rem;
  position: relative;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h3 h3.headline-main__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h3 h3.headline-main__main strong {
  color: #BB933B;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h3.headline-main__wrapper--ta-center {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h3.headline-main__wrapper--ta-center h4.headline-main__upper {
  text-align: center;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h3.headline-main__wrapper--ta-center h3.headline-main__main {
  text-align: center;
  position: relative;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h3.headline-main__wrapper--ta-center h3.headline-main__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h4 {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
  margin-bottom: 3.5rem;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h4 h5.headline-main__upper {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  text-align: center;
  color: #BB933B;
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h4 h5.headline-main__upper:after {
  display: none !important;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h4 h4.headline-main__main {
  margin: 0;
  padding: 0;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 900;
  padding-bottom: 2rem;
  position: relative;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h4 h4.headline-main__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h4 h4.headline-main__main strong {
  color: #BB933B;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h4.headline-main__wrapper--ta-center {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h4.headline-main__wrapper--ta-center h5.headline-main__upper {
  text-align: center;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h4.headline-main__wrapper--ta-center h4.headline-main__main {
  text-align: center;
  position: relative;
}
.contentTextImageTypeA__bs--headline-center .headline-main__wrapper.headline-main__wrapper--h4.headline-main__wrapper--ta-center h4.headline-main__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.contentTextImageTypeA__bs--headline-center {
  padding-bottom: 48px;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h2 {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
  margin-bottom: 3.5rem;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h2 h3.content-headline__upper {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  font-size: 2.8rem;
  text-align: center;
  color: #BB933B;
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h2 h3.content-headline__upper:after {
  display: none !important;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h2 h2.content-headline__main {
  margin: 0;
  padding: 0;
  font-size: 4.8rem;
  text-align: center;
  font-weight: 900;
  padding-bottom: 2rem;
  position: relative;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h2 h2.content-headline__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h2 h2.content-headline__main strong {
  color: #BB933B;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center h3.content-headline__upper {
  text-align: center;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center h2.content-headline__main {
  text-align: center;
  position: relative;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h2.content-headline__wrapper--ta-center h2.content-headline__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h3 {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
  margin-bottom: 3.5rem;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h3 h4.content-headline__upper {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  text-align: center;
  color: #BB933B;
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h3 h4.content-headline__upper:after {
  display: none !important;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h3 h3.content-headline__main {
  margin: 0;
  padding: 0;
  font-size: 3.8rem;
  text-align: center;
  font-weight: 900;
  padding-bottom: 2rem;
  position: relative;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h3 h3.content-headline__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h3 h3.content-headline__main strong {
  color: #BB933B;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h3.content-headline__wrapper--ta-center {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h3.content-headline__wrapper--ta-center h4.content-headline__upper {
  text-align: center;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h3.content-headline__wrapper--ta-center h3.content-headline__main {
  text-align: center;
  position: relative;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h3.content-headline__wrapper--ta-center h3.content-headline__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h4 {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
  margin-bottom: 3.5rem;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h4 h5.content-headline__upper {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  text-align: center;
  color: #BB933B;
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h4 h5.content-headline__upper:after {
  display: none !important;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h4 h4.content-headline__main {
  margin: 0;
  padding: 0;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 900;
  padding-bottom: 2rem;
  position: relative;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h4 h4.content-headline__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h4 h4.content-headline__main strong {
  color: #BB933B;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h4.content-headline__wrapper--ta-center {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h4.content-headline__wrapper--ta-center h5.content-headline__upper {
  text-align: center;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h4.content-headline__wrapper--ta-center h4.content-headline__main {
  text-align: center;
  position: relative;
}
.contentTextImageTypeA__bs--headline-center .content-headline__wrapper.content-headline__wrapper--h4.content-headline__wrapper--ta-center h4.content-headline__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}

.contentTextImageTypeA__row {
  align-items: center;
}

@media (min-width: 992px) {
  .contentTextImageTypeA__col--image {
    padding-bottom: 16px;
  }
}
@media (max-width: 991.98px) {
  .contentTextImageTypeA__col--image {
    padding-top: 88px;
    order: 99;
  }
}
.contentTextImageTypeA__col--image .contentTextImageTypeA-image__wrapper {
  text-align: center;
}
.contentTextImageTypeA__col--image:last-child .contentTextImageTypeA-image__wrapper {
  text-align: center;
}
@media (min-width: 992px) {
  .contentTextImageTypeA__col--image:last-child .contentTextImageTypeA-image__wrapper {
    text-align: right;
  }
}

.contentTextImageTypeA-button__wrapper {
  padding-top: 88px;
}
.contentTextImageTypeA-button__wrapper:last-child {
  margin-bottom: -52px;
}

.stripe-photos__horizontal {
  background-image: URL("../img/horizontal/stripe-photo-horizontal-bg.jpg");
  padding-top: 48px;
  padding-bottom: 48px;
}
.stripe-photos__horizontal .headline-main__wrapper.headline-main__wrapper--h2 {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
  margin-bottom: 3.5rem;
}
.stripe-photos__horizontal .headline-main__wrapper.headline-main__wrapper--h2 h3.headline-main__upper {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  font-size: 2.8rem;
  text-align: center;
  color: #BB933B;
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
.stripe-photos__horizontal .headline-main__wrapper.headline-main__wrapper--h2 h3.headline-main__upper:after {
  display: none !important;
}
.stripe-photos__horizontal .headline-main__wrapper.headline-main__wrapper--h2 h2.headline-main__main {
  margin: 0;
  padding: 0;
  font-size: 4.8rem;
  text-align: center;
  font-weight: 900;
  padding-bottom: 2rem;
  position: relative;
}
.stripe-photos__horizontal .headline-main__wrapper.headline-main__wrapper--h2 h2.headline-main__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.stripe-photos__horizontal .headline-main__wrapper.headline-main__wrapper--h2 h2.headline-main__main strong {
  color: #BB933B;
}
.stripe-photos__horizontal .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
.stripe-photos__horizontal .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center h3.headline-main__upper {
  text-align: center;
}
.stripe-photos__horizontal .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center h2.headline-main__main {
  text-align: center;
  position: relative;
}
.stripe-photos__horizontal .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center h2.headline-main__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.stripe-photos__horizontal > .container {
  width: 100%;
  max-width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.stripe-photos__horizontal .headline-main__wrapper {
  margin-bottom: 4rem !important;
}

.stripe-reservation__horizontal {
  padding-top: 88px;
  padding-bottom: 104px;
}
.stripe-reservation__horizontal .headline-main__wrapper.headline-main__wrapper--h2 {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
  margin-bottom: 3.5rem;
}
.stripe-reservation__horizontal .headline-main__wrapper.headline-main__wrapper--h2 h3.headline-main__upper {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  font-size: 2.8rem;
  text-align: center;
  color: #BB933B;
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
.stripe-reservation__horizontal .headline-main__wrapper.headline-main__wrapper--h2 h3.headline-main__upper:after {
  display: none !important;
}
.stripe-reservation__horizontal .headline-main__wrapper.headline-main__wrapper--h2 h2.headline-main__main {
  margin: 0;
  padding: 0;
  font-size: 4.8rem;
  text-align: center;
  font-weight: 900;
  padding-bottom: 2rem;
  position: relative;
}
.stripe-reservation__horizontal .headline-main__wrapper.headline-main__wrapper--h2 h2.headline-main__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}
.stripe-reservation__horizontal .headline-main__wrapper.headline-main__wrapper--h2 h2.headline-main__main strong {
  color: #BB933B;
}
.stripe-reservation__horizontal .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
.stripe-reservation__horizontal .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center h3.headline-main__upper {
  text-align: center;
}
.stripe-reservation__horizontal .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center h2.headline-main__main {
  text-align: center;
  position: relative;
}
.stripe-reservation__horizontal .headline-main__wrapper.headline-main__wrapper--h2.headline-main__wrapper--ta-center h2.headline-main__main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  left: 50%;
  margin-left: -26px;
  height: 3px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='2' viewBox='0 0 52 2'><path d='M52 1L49.452 0H0V2H49.452L52 1Z' fill='%23BB933B'/></svg>");
  background-repeat: no-repeat;
}

.stripe-reservation__row-content strong {
  font-size: 135%;
}
.stripe-reservation__row-content {
  margin-bottom: 8px;
}

.stripe-reservation__row-openingHours h3 {
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 21px;
  color: #BB933B !important;
}
.stripe-reservation__row-openingHours p {
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
}
.stripe-reservation__row-openingHours {
  margin-bottom: 32px;
}

.stripe-reservation-branch__wrapper {
  padding-top: 16px;
}

.stripe-reservation__row-branches {
  padding-top: 16px;
  text-align: center;
}
.stripe-reservation__row-branches h3 {
  font-family: "neutraface_2_text" !important;
  font-size: 2.4rem;
  font-weight: normal;
  padding: 0px;
}
.stripe-reservation__row-branches .stripe-reservation-branch__phone {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
}
.stripe-reservation__row-branches .stripe-reservation-branch__phone a:hover {
  color: #BB933B;
  text-decoration: underline;
}
.stripe-reservation__row-branches .tb-openingHours__content {
  margin-top: 16px;
  margin-bottom: 16px;
}
.stripe-reservation__row-branches .tb-openingHours__headline {
  padding-top: 0px;
}

.twoColumnsWithImageAndText__row-main {
  padding-bottom: 40px;
}

.twoColumnsWithImageAndText__col-content {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 991.98px) {
  .twoColumnsWithImageAndText__col-content {
    padding-bottom: 40px;
  }
}

.twoColumnsWithImageAndText__col-in {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0px auto;
  max-width: 400px;
}

.twoColumnsWithImageAndText__image {
  order: 0;
  text-align: center;
}
.twoColumnsWithImageAndText__image img {
  width: 280px;
  height: 280px;
  border-radius: 50%;
}
.twoColumnsWithImageAndText__image {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.twoColumnsWithImageAndText__headline {
  order: 1;
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

.twoColumnsWithImageAndText__subheadline {
  order: 2;
  text-align: center;
  font-weight: 300;
}

.twoColumnsWithImageAndText__headline + .twoColumnsWithImageAndText__subheadline {
  position: relative;
  top: -2rem;
}

.twoColumnsWithImageAndText__content {
  order: 99;
}
.twoColumnsWithImageAndText__content.content ul, .twoColumnsWithImageAndText__content.page-content__content ul {
  padding-left: 0;
  padding-right: 0;
}
.twoColumnsWithImageAndText__content.content ul li, .twoColumnsWithImageAndText__content.page-content__content ul li {
  padding-bottom: 1em;
}
.twoColumnsWithImageAndText__content.content ul li:last-child, .twoColumnsWithImageAndText__content.page-content__content ul li:last-child {
  padding-bottom: 0;
}
.twoColumnsWithImageAndText__content.content ul li:before, .twoColumnsWithImageAndText__content.page-content__content ul li:before {
  margin-left: -12px;
}

.image-shadow__container {
  margin: 0px auto;
  position: relative;
  width: 100%;
  max-width: 580px; /* Maximální šířka, na kterou se element může roztáhnout */
  /* Poměr stran: 488 / 580 = 0.841 */
  padding-top: 84.1379310345%; /* Poměr stran jako padding-top pro zachování výšky */
}

.image-shadow__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007bff; /* Modrá barva jako příklad */
  transform: rotate(-3deg);
  z-index: 1; /* Umístí pozadí pod obrázek */
}

.image-shadow__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Zajistí, že obrázek vyplní kontejner, aniž by se zdeformoval */
  z-index: 2; /* Umístí obrázek nad pozadí */
}

.contentImageOffsetAndText__container {
  padding-top: 104px;
  padding-bottom: 104px;
}
.contentImageOffsetAndText .contentImageOffsetAndText__col-image {
  width: 37%;
  max-width: 100%;
}
.contentImageOffsetAndText .contentImageOffsetAndText__col-text {
  width: 63%;
}
@media (min-width: 768px) {
  .contentImageOffsetAndText--image-right .contentImageOffsetAndText__col-text {
    order: -1;
  }
}
@media (max-width: 767.98px) {
  .contentImageOffsetAndText .contentImageOffsetAndText__col-text {
    order: -1;
    margin-bottom: 104px;
  }
}
@media (min-width: 1620px) {
  .contentImageOffsetAndText--image-left .contentImageOffsetAndText__col-image {
    width: calc(100% - 63% - -140px);
    margin-left: -140px;
  }
  .contentImageOffsetAndText--image-right .contentImageOffsetAndText__col-image {
    width: calc(100% - 63% - -140px);
    margin-right: -140px;
  }
}
@media (min-width: 992px) {
  .contentImageOffsetAndText--image-left .contentImageOffsetAndText__col-text {
    padding: 0px 0px 0px 56px;
  }
  .contentImageOffsetAndText--image-right .contentImageOffsetAndText__col-text {
    padding: 0px 56px 0px 0px;
  }
}
@media (max-width: 991.98px) {
  .contentImageOffsetAndText .contentImageOffsetAndText__col-image {
    width: 50%;
  }
  .contentImageOffsetAndText .contentImageOffsetAndText__col-text {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .contentImageOffsetAndText .contentImageOffsetAndText__container {
    padding-top: 0px;
  }
  .contentImageOffsetAndText .contentImageOffsetAndText__col-image {
    width: 100%;
  }
  .contentImageOffsetAndText .contentImageOffsetAndText__col-text {
    width: 100%;
  }
}
.contentImageOffsetAndText .content {
  /*
  h2:first-child, h3:first-child {
  	padding-top: 0px;
  }
  */
}
.contentImageOffsetAndText .content p {
  font-size: 2rem;
}
.contentImageOffsetAndText .content ul, .contentImageOffsetAndText .content ol {
  columns: 2;
  padding-bottom: 2em;
}
@media (max-width: 991.98px) {
  .contentImageOffsetAndText .content ul, .contentImageOffsetAndText .content ol {
    columns: 1;
  }
}
.contentImageOffsetAndText .content ul li, .contentImageOffsetAndText .content ol li {
  padding-bottom: 1em;
  padding-right: 32px;
}
@media (max-width: 991.98px) {
  .contentImageOffsetAndText .content ul li, .contentImageOffsetAndText .content ol li {
    padding-right: 0;
  }
}
.contentImageOffsetAndText .contentImageOffsetAndText__btn {
  margin-top: 24px;
}
@media (max-width: 991.98px) {
  .contentImageOffsetAndText .contentImageOffsetAndText__btn {
    text-align: center;
  }
}

.contentImageOffsetAndText + .contentImageOffsetAndText {
  padding-top: 0px;
}

.contentTextImage__container .contentTextImage__headline {
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .contentTextImage__container .contentTextImage__headline {
    text-align: left;
  }
}
.contentTextImage__container .contentTextImage__row-main {
  padding-bottom: 120px;
}
.contentTextImage__container .contentTextImage__col-image {
  text-align: right;
}
@media (max-width: 991.98px) {
  .contentTextImage__container .contentTextImage__col-image {
    text-align: center;
  }
}
.contentTextImage__container .contentTextImage__col-image img {
  display: block;
  margin: 0px auto;
}
@media (min-width: 992px) {
  .contentTextImage__container .contentTextImage__col-image img {
    margin-left: 32px;
    max-width: 356px;
  }
}

input, textarea, select {
  color: black;
}
input::placeholder, textarea::placeholder, select::placeholder {
  font-weight: bold;
  color: #AEB0B4;
}

textarea {
  resize: vertical;
}

.tb-huge__content > * {
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 4.2rem;
}

.tb-openingHours__content {
  text-align: center;
}

.tb-openingHours__headline {
  color: #BB933B !important;
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.1rem;
}

.tb-openingHours__value {
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 3rem;
}

.page-foto__horizontal {
  background-size: contain;
}

.gpfm__wrapper {
  margin-top: 48px;
}
.gpfm__wrapper .gallery__wrapper {
  min-height: 300px;
}

.gpfm__nothing {
  padding-top: 36px;
  padding-bottom: 48px;
}

.gpfm-nav__list {
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .gpfm-nav__list {
    gap: 4rem;
  }
}
@media (max-width: 767.98px) {
  .gpfm-nav__list {
    gap: 2rem;
  }
}
.gpfm-nav__list {
  margin-bottom: 48px;
}

.gpfm-nav__btn {
  background-color: transparent;
  border-color: #AEB0B4;
  color: white;
  color: #AEB0B4;
}
@media (min-width: 992px) {
  .gpfm-nav__btn {
    width: 160px;
  }
}
@media (max-width: 991.98px) {
  .gpfm-nav__btn {
    width: 120px;
    min-width: fit-content;
    max-width: 160px;
  }
}
.gpfm-nav__btn {
  padding-left: 0;
  padding-right: 0;
}
.gpfm-nav__btn--active {
  border-color: #E1AC52;
  color: white;
  font-weight: bold;
  color: #BB933B;
}
@media (min-width: 992px) {
  .gpfm-nav__btn:hover {
    border-color: #E1AC52;
    background-color: #E1AC52;
    color: white;
  }
  .gpfm-nav__btn--active:hover {
    border-color: #AEB0B4;
    background-color: #AEB0B4;
    color: white;
  }
}

.article-item__wrapper {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 24px;
}
.article-item__wrapper:not(:last-child) {
  border-bottom: 1px dashed white;
}
.article-item__wrapper {
  margin-bottom: 24px;
  gap: 48px;
}

.article-item__image-wrapper {
  flex-shrink: 1;
}
.article-item__image-wrapper a {
  display: block;
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.article-item__image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.article-item__info .post-edit-link {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
}

.article-item__title {
  margin-top: -0.25em;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0.75;
}
.article-item__title a {
  color: #BB933B;
  text-decoration: underline;
}
.article-item__title a:hover {
  color: #BB933B;
  text-decoration: none;
}
.article-item__title a {
  font-family: "neutraface_2_display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.4rem;
}

.article__header-cat-list a {
  color: #BB933B;
  text-decoration: underline;
}
.article__header-cat-list a:hover {
  color: #BB933B;
  text-decoration: none;
}

.article-item__header {
  margin-top: -0.2em;
}

.article-item__header-date {
  color: #AEB0B4;
}

.article-detail__header {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-bottom: 48px;
}

.article-detail__header-date {
  color: #AEB0B4;
}

.wp-paginate__wrapper {
  margin: 0px auto;
  margin-top: 24px;
  margin-bottom: 24px;
}
.wp-paginate__wrapper ol {
  list-style-type: none;
  display: flex;
  gap: 12px;
  flex-direction: row;
  justify-content: center;
}
.wp-paginate__wrapper ol > * {
  /*width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;*/
}
.wp-paginate__wrapper ol > * .prev {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.8rem;
  text-align: center;
  display: block;
  border-radius: 50%;
  border-color: #AEB0B4;
  background-color: #AEB0B4;
  color: white;
}
.wp-paginate__wrapper ol > * .prev:hover {
  border-color: #E1AC52;
  background-color: #E1AC52;
  color: white;
}
.wp-paginate__wrapper ol > * .next {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.8rem;
  text-align: center;
  display: block;
  border-radius: 50%;
  border-color: #AEB0B4;
  background-color: #AEB0B4;
  color: white;
}
.wp-paginate__wrapper ol > * .next:hover {
  border-color: #E1AC52;
  background-color: #E1AC52;
  color: white;
}
.wp-paginate__wrapper ol > * .page {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.8rem;
  text-align: center;
  display: block;
  border-radius: 50%;
}
.wp-paginate__wrapper ol > * .page:not(.current) {
  border-color: #AEB0B4;
  background-color: #AEB0B4;
  color: white;
}
.wp-paginate__wrapper ol > * .page:not(.current):hover {
  border-color: #E1AC52;
  background-color: #E1AC52;
  color: white;
}
.wp-paginate__wrapper ol > * .page.current {
  border-color: #E1AC52;
  background-color: #BB933B;
  color: white;
  font-weight: bold;
  cursor: default;
}

.js-carousel-part__wrapper {
  position: relative;
  z-index: 1;
}

.js-carousel-part__headline {
  position: relative;
  z-index: 3;
  cursor: pointer;
  padding-right: 50px;
}

.js-carousel-anchor__wrapper {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  color: #BB933B;
}
.js-carousel-anchor__wrapper .js-carousel-anchor__item {
  text-align: center;
  line-height: 1;
}
.js-carousel-anchor__wrapper .js-carousel-anchor__item:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.js-carousel-anchor__wrapper .js-carousel-anchor__item {
  transition: transform 0.4s ease-in-out;
}
.js-carousel-part__wrapper.js-carousel--isOpen .js-carousel-anchor__wrapper .js-carousel-anchor__item {
  transform: rotate(-180deg) translateY(3px);
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid white;
  border-radius: 8px;
  min-height: 47px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: black;
  font-size: remSize(15px);
  padding: 13px 16px 13px 16px;
  line-height: 1.25;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: black;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 50px;
  height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 6px 0 6px;
  border-top-color: #348cdd;
}
.select2-container--default .select2-selection--single {
  border: 1px solid transparent;
  border-bottom: 2px solid #D9D9D9;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #348cdd;
}
.select2-container--default .select2-dropdown {
  border: 1px solid white;
  border-radius: 8px;
}
.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default .select2-results__option {
  color: black;
  font-size: remSize(15px);
  padding-left: 16px;
  padding-right: 16px;
  line-height: 1.25;
}
.select2-container--default .select2-results__option.select2-results__option--highlighted {
  /*
  background-color: #F0F0F0;
  color: variables.$colorBlueActive;*/
  background-color: #BB933B;
  color: white;
}

.flatpickr-calendar {
  border-radius: 8px;
  padding-bottom: 2px;
  border-bottom: 2px solid #D9D9D9;
}

.flatpickr-months .flatpickr-month {
  height: 42px;
  padding-bottom: 8px;
  border-bottom: 1px solid #BB933B;
  margin-bottom: 8px;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  height: 41px;
  color: #BB933B;
  font-weight: bold;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 18px;
  height: 18px;
  position: relative;
  top: 2px;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #BB933B;
}
.flatpickr-months .flatpickr-prev-month:hover {
  border-top-left-radius: 8px;
}
.flatpickr-months .flatpickr-next-month:hover {
  border-top-right-radius: 8px;
}

.flatpickr-current-month {
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
  padding-top: 0px;
  font-size: 16px;
}
.flatpickr-current-month .numInputWrapper {
  width: 8ch;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  color: black;
  font-weight: bold;
  margin-right: 8px;
  text-transform: uppercase;
  padding: 12px 8px;
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
}
.flatpickr-current-month input.cur-year {
  color: #BB933B;
  font-weight: bold;
  font-size: 100%;
  padding: 12px 16px 12px 8px;
}

.flatpickr-day {
  color: #BB933B;
  line-height: 37px;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  color: #BB933B;
}
.flatpickr-day.today {
  border-color: #BB933B;
}
.flatpickr-day.selected, .flatpickr-day.selected:hover {
  background-color: #BB933B;
  border-color: #BB933B;
  color: #F0F0F0;
}

span.flatpickr-weekday {
  color: black;
  font-weight: bold;
  font-family: "neutraface_2_text", sans-serif;
  font-variant-numeric: lining-nums;
  /* Pro jistotu i starší zápis/pojistka */
  font-feature-settings: "lnum" 1;
  text-transform: uppercase;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.cmplz-cookiebanner.cmplz-show {
  box-shadow: 0px 10px 20px rgba(44, 52, 62, 0.17);
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open svg {
  display: none;
}

#bookio-iframe {
  margin: auto;
  margin-top: 88px;
  padding: 8px;
  border-radius: 16px;
  background-color: white;
}

/*# sourceMappingURL=index.css.map */
