@font-face {
  font-family: qualion;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/font/qualion-light-webfont.woff2") format("woff2"), url("/font/qualion-light-webfont.woff") format("woff")
}

@font-face {
  font-family: qualion;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/font/qualion-regular-webfont.woff2") format("woff2"), url("/font/qualion-regular-webfont.woff") format("woff")
}

@font-face {
  font-family: qualion;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/font/qualion-demibold-webfont.woff2") format("woff2"), url("/font/qualion-demibold-webfont.woff") format("woff")
}

@font-face {
  font-family: qualion;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/font/qualion-bold-webfont.woff2") format("woff2"), url("/font/qualion-bold-webfont.woff") format("woff")
}

:root {
  --main-theme-color: var(--primary);
  --color-theme-main: var(--primary);
  --color-theme-main-dark: #292a2b;
  --color-theme-main-light: #292a2b;
  --color-theme-main-inverse: #292a2b;
  --swiper-theme-color: var(--main-theme-color) !important;
}

/* Cookie Consent */
#c-bns button:first-child,
#s-bns button:first-child {
  background-color: var(--main-theme-color) !important;
}

/* Sticky footer */

/* Firefox only custom scrollbar */
html {
  scrollbar-color: #888 #f1f1f1;
}

body {
  font-family: "qualion" !important;
}

code[class*="language-"],
pre[class*="language-"] {
  scrollbar-width: thin;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Webkit only custom scrollbar */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

::selection {
  background: #adb2b8;
  color: #fff;
}

body.afe {
  padding-top: 3rem;
}

@media (min-width: 768px) {
  body.afe {
    padding-top: 8rem;
  }
}

.text-color-theme {
  color: var(--main-theme-color);
}

.bg-cover {
  background-color: var(--main-theme-color);
}

.bg-silver {
  background-color: var(--main-theme-color);
}

.bg-cta {
  background-color: var(--main-theme-color);
  border-color: var(--main-theme-color);
}

.bg-cta-inverse {
  background-color: #fff;
  border-color: #fff;
}

.bg-pattern {
  background: url(/images/pattern.png);
}

.header-fullscreen #topmenu .nav-item.active>a {
  color: var(--primary);
}

.header-fullscreen #topmenu .nav-item:hover>a {
  color: var(--primary);
}

.header-fullscreen #site-header .dropdown .dropdown-item.active {
  color: #e30613 !important;
  background-color: transparent;
}

.header-fullscreen #site-header .dropdown .dropdown-item:hover {
  color: #6c757d !important;
  background-color: transparent;
}

.header-fullscreen .dropdown-lang {
  margin-right: .5rem;
}

.header-fullscreen .dropdown-lang img {
  width: 1.3rem;
}

@media (min-width: 768px) {
  .header-fullscreen .dropdown-lang img {
    width: 1.875rem;
  }
}

@media (max-width: 767.97px) {
  .header-fullscreen .dropdown-lang .dropdown-toggle {
    padding: .25rem .5rem;
  }
}

.header-fullscreen .dropdown-lang .dropdown-menu {
  min-width: 11rem !important;
}

.header-fullscreen .dropdown-lang .dropdown-menu .dropdown-item {
  color: var(--primary) !important;
  font-weight: bold;
  font-size: initial;
}

.header-fullscreen #topmenu .nav-item-sub::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(.5rem + 18px);
  position: absolute;
}

.header-fullscreen #topmenu .nav-item-sub:hover::before {
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid var(--primary);
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.header-fullscreen #topmenu a {
  font-size: 17px;
  font-weight: normal;
  color: #000;
}

.header-fullscreen #topmenu a:hover {
  text-decoration: none;
  color: #e30613;
}

.header-fullscreen #topmenu .navbar-nav-secondary a {
  color: #808080;
  text-transform: none;
}

.header-fullscreen>.navbar {
  background-color: #fff;
}

#site-header {
  height: 3rem;
}

#site-header .navbar-brand img {
  height: 1.75rem;
}

.navbar-primary {
  height: 3rem;
}

.navbar-secondary {
  height: 2rem;
}

.navbar-secondary .nav-item .nav-link:focus,
.navbar-secondary .nav-item .nav-link:hover {
  text-decoration: underline;
  color: #161717 !important;
}

.navbar-cta {
  color: #808080;
}

.navbar-cta a {
  color: inherit
}

.lang.cz .navbar-cta a[title="cz"],
.lang.tc8 .navbar-cta a[title="cz"],
.lang.en .navbar-cta a[title="en"] {
  color: #e30613;
}

.navbar-cta svg {
  width: 1.25rem;
  height: 1.25rem;
}

.navbar-cta .dropdown svg {
  width: 40px;
  height: 40px;
}

#site-header .btn {
  font-size: 0.75rem;
}

#site-header .dropdown-toggle::after {
  display: none;
}

#site-header .dropdown-menu {
  min-width: 18rem;
  font-size: 1.25rem;
}

#site-header .dropdown-menu .dropdown-item:hover,
#site-header .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
}

@media (min-width: 768px) {
  #site-header {
    height: 8rem;
  }

  #site-header .navbar-brand img {
    height: 5.5rem;
  }

  #site-header .btn {
    font-size: inherit;
  }

  .navbar-primary {
    height: 8rem;
  }

  #logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

#site-header {
  transition: top 0.15s ease;
}

.site-header--hide {
  top: -8rem !important;
}

.site-header--hide .lvl2 {
  display: none !important;
  cursor: default;
}

.site-header-visible {
  top: -2rem;
}

.head-main .head-call-us .divider {
  border-left-width: 2px !important;
  height: 1.75em;
}

.head-main .head-call-us .btn:focus {
  box-shadow: none !important;
}

/*.section-divider:before{
content:"<--SectionDivider-->";
display:block;
text-align:center;
padding:4px;
}   */

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

a[href^="tel"],
a[href^="mailto"] {
  color: inherit;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

#head {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 30%;
}

@media (min-width: 576px) {
  #head {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 50%;
  }
}

.navbar-nav .nav-item {
  position: relative;
}

.lvl2 {
  position: absolute !important;
  z-index: 200;
  margin-top: calc(.5rem + 18px);
  padding: 0;
  background: var(--primary);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 4px 0px,
    rgba(0, 0, 0, 0.08) 0px 8px 16px 0px;
  display: none;
  list-style: none;
  width: 40rem;
}

li:hover .lvl2 {
  display: flex;
}

.lvl2 li {
  position: relative;
}

.lvl2 li.is-hovered a {
  color: #6c757d !important;
}

.lvl2 li.is-hovered svg {
  fill: #6c757d;
}

.lvl2 li a {
  text-shadow: none;
  font-size: 95% !important;
  padding: 0.5rem 0;
  border-bottom: 0 !important;
  border-color: transparent !important;
  color: #fff !important;
}

.lvl2 li a:hover,
.lvl2 li:hover>a {
  border-bottom: 0 !important;
  border-color: transparent !important;
}

.lvl2 svg {
  width: 48px;
  height: 48px;
  margin-right: 1rem;
}

#tm15 .lvl2 {
  width: 16rem;
}

#tm15 .lvl2 li {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

#tm15 .lvl2 li:after {
  display: none;
}

#tm15 .lvl2>.col,
#tm15 .lvl2>[class*=col-] {
  flex: 0 0 100%;
  max-width: 100%;
}

.hc-offcanvas-nav.hc-nav-1 .navbar-nav .nav-item {
  display: block !important;
}

.hc-offcanvas-nav.hc-nav-1 .lvl2 {
  position: relative !important;
  box-shadow: none;
  left: 0;
  transform: translate(0);
  min-width: auto;
}

.hc-offcanvas-nav.hc-nav-1 .lvl2 li {
  text-align: left;
}

.hc-offcanvas-nav.hc-nav-1 .lvl2 li a:hover,
.hc-offcanvas-nav.hc-nav-1 .lvl2 li:hover>a {
  color: #fff !important;
}

.hc-offcanvas-nav .nav-item-link svg,
.hc-offcanvas-nav .nav-item-link .lvl2-link-popis {
  display: none !important;
}

.hc-offcanvas-nav .nav-back a,
.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a {
  padding: 14px 22px !important;
  border-bottom: 1px solid transparent;
  font-size: 1.20rem;
  font-weight: normal !important;
}

.hc-offcanvas-nav a.nav-next {
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.hc-offcanvas-nav .nav-content>h2,
.hc-offcanvas-nav .nav-content>h3,
.hc-offcanvas-nav .nav-content>h4,
.hc-offcanvas-nav .nav-content>h5,
.hc-offcanvas-nav .nav-content>h6 {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 0;
  padding: 14px 22px;
}

.hc-offcanvas-nav li:not(.custom-content) a {
  font-weight: normal !important;
  color: #ffffff;
}

.hc-offcanvas-nav ul.bottom-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.hc-offcanvas-nav ul.bottom-nav .nav-item {
  padding: 0;
}

.hc-offcanvas-nav ul.bottom-nav li {
  flex: auto;
}

.hc-offcanvas-nav ul.bottom-nav li a {
  padding: 0 !important;
  text-align: center;
  height: 100%;
  border-bottom: none;
}

.hc-offcanvas-nav ul.bottom-nav li svg {
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
}

.hc-offcanvas-nav ul.bottom-nav li.github svg {
  width: 17px;
  height: 17px;
}

.hc-offcanvas-nav ul.bottom-nav li.ko-fi svg {
  width: 21px;
  height: 21px;
}

.hc-offcanvas-nav ul.bottom-nav li.email svg {
  width: 19px;
  height: 19px;
}

.main-nav-toggle-wrapper {
  position: relative;
}

.main-nav-toggle-wrapper svg path {
  fill: #fff;
}

.main-nav-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  width: 1em;
  height: 1em;
}

.arrow-link span:before,
.arrow-link i:before {
  transition: transform 0.3s ease-out;
  margin-right: 0;
}

.arrow-link:hover span:before,
.arrow-link:hover i:before {
  transform: translateX(0.25rem);
}

.arrow-link:hover .text-secondary:before,
.arrow-link:hover .text-secondary:before {
  color: #3e3eef;
}

.transform {
  transition: transform 0.2s ease-in;
}

.transform>g>rect {
  transition: fill 0.2s ease-in;
}

.header-fullscreen #topmenu .nav-item:hover .transform {
  transform: rotate(180deg);
}

.divider hr {
  visibility: visible;
  height: 1px;
  border: 0;
  background-color: #f3f3f3;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  #hero-transparent {
    background-image: url(/img/introbg.webp);
    background-size: cover;
    background-position: center center;
  }
}

.hero {
  display: flex;
  align-items: center;
}

.hero {
  overflow: hidden;
}

.hero .container .col-11 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .hero .container .col-11 {
    padding-top: 10rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .hero .container .col-11 {
    padding-top: 14rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 576px) {
  .hero-countup h2 {
    font-size: 1rem;
  }
}

#logged #site-header {
  top: 45px;
}

.gallery-item {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .gallery-item {
    margin-bottom: 30px;
  }
}

#dropdownMenuButton:focus {
  outline: none !important;
  box-shadow: none;
}

#usp svg {
  width: 2rem;
  height: 2rem;
}

@media (min-width: 992px) {
  #usp svg {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.mapa>div {
  display: flex;
}

.tc14.id6 .container.article>h1 {
  display: none;
}

.sluzby:not(.par1.id6.sluzby) .article,
.tc14:not(.par10.id6.tc14) .article {
  max-width: 1140px;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 1px solid #dee2e6;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.sluzby .article h1,
.tc14 .article h1 {
  text-align: center;
}

.par10.id6.sluzby h1,
.par10.id6.tc14 h1 {
  display: none;
}

.par10.id6.sluzby .article,
.par10.id6.tc14 .article {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

footer .list-unstyled a:hover {
  text-decoration: underline !important;
}

footer svg {
  width: 3rem;
  height: 3rem;
  fill: #fff;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-2x1 {
  --bs-aspect-ratio: calc(1 / 2 * 100%);
}

.ratio-4x2 {
  --bs-aspect-ratio: calc(2 / 4 * 100%);
}

.ratio-4x5 {
  --bs-aspect-ratio: calc(5 / 4 * 100%);
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-3x1 {
  --bs-aspect-ratio: calc(1 / 3 * 100%);
}

.ratio-3x2 {
  --bs-aspect-ratio: calc(2 / 3 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-2x1 {
  --bs-aspect-ratio: 50%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.ratio-32x9 {
  --bs-aspect-ratio: 28.125%;
}

#intro h1,
#intro .h1 {
  font-size: 3.1rem;
  font-weight: 900;
}

.introSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0 !important;
  margin: 0 .35rem;
}

.introSwiper .swiper-slide .col-12 img {
  margin-left: -50%;
  width: 150%;
}

@media (max-width: 767.97px) {
  .introSwiper .ratio-32x9 {
    --bs-aspect-ratio: 56.25% !important;
  }

  .intro-bg {
    background-image: none !important;
  }
}

@media (max-width: 1199.97px) {
  .introSwiper .ratio-32x9 {
    --bs-aspect-ratio: calc(2 / 3 * 100%) !important;
  }
}

.nav-overlay::after {
  display: block;
  content: "";
  height: 100%;
  width: 2.75rem;
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(0 0 0 / 0%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.7539390756302521) 40%, rgba(255, 255, 255, 1) 100%);
}

.nav-overlay .nav-link:last-child {
  z-index: 1;
}

.nav-overlay .nav.nav-tabs .nav-link::before {
  left: 0;
  right: 0;
  bottom: -1px !important;
}

.nav-overlay .nav-link {
  color: #6c757d;
}

.nav-overlay .nav-link.active {
  color: inherit;
}

.nav-overlay .nav-link.active::before {
  content: "";
  position: absolute;
  left: .75rem;
  right: .75rem;
  bottom: .25rem;
  border-top: 2px solid #292a2b;
}

.nav-overlay .nav-overflow {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 1px;
}

.nav-overflow::-webkit-scrollbar {
  display: none;
}

.nav-overflow .nav-link {
  white-space: nowrap;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.bg-primary .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #f8c300;
  background-color: #292a2b;
}

#showFotoSwiperNext {
  right: -2.25rem;
}

#showFotoSwiperPrev {
  left: -2.25rem;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-button:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
  font-size: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--main-theme-color);
  background-color: #edf6fe;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23292a2b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #1a8bfa;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(3 75 146 / 25%)
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.quote:before {
  content: "â€ž";
}

.quote:after {
  content: "â€ś";
}

/*Custom CC*/
#c-bns button:first-child,
#s-bns button:first-child {
  background-color: var(--main-theme-color) !important;
}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc,
.cc_div .c-bn,
.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl,
.cc_div .b-tg .c-tg:after {
  border-radius: 0 !important;
}

#collapseSearch {
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  z-index: -1;
}

.navbar .search {
  padding: 0 1rem;
  padding-bottom: .5rem;
  background-color: var(--primary);
}

@media (min-width: 768px) {
  #collapseSearch {
    position: static;
    display: block;
    z-index: 0;
  }

  .navbar .search {
    padding: 0;
    min-width: 18rem;
  }
}

@media (min-width: 992px) {
  .navbar .search {
    min-width: 22rem;
  }
}

@media (min-width: 1200px) {
  .navbar .search {
    min-width: 24rem;
  }
}

.navbar .search::after {
  content: '';
  display: block;
  width: 100%;
  margin-top: 1px;
  height: 1px;
  background-color: #fff;
}

.navbar .nav .btn svg {
  width: 1.15rem;
  height: 1.15rem;
}

.navbar .search .btn svg path,
.navbar .nav .btn svg path {
  stroke: #fff !important;
}

.navbar .search #search-phrase::placeholder {
  color: var(--light);
  opacity: 1;
  /* Firefox */
}

.navbar .search #SearchHintResults {
  scrollbar-width: thin;
}

.lh-1 {
  line-height: 1;
}

.fs-1 {
  font-size: 1rem;
}

.fs-1-15 {
  font-size: 1.15rem;
}

.border-width-8 {
  border-width: .5rem !important;
}

.navbar-cart>.btn {
  font-size: .875em !important;
  color: #fff;
  border: 1px solid #fff;
  padding: .2rem .5rem;
}

@media (min-width: 768px) {
  .navbar-cart>.btn {
    padding: .4rem .5rem;
  }
}

.navbar-cart>.btn strong {
  font-weight: 400 !important;
}

.navbar-cart .cart-content {
  margin-top: .75rem !important;
}

@media (min-width: 768px) {
  .navbar-cart .cart-content {
    right: -.5rem !important;
  }
}

#cart {
  min-width: auto !important;
  /*border: 1px solid #fff;*/
  padding: 0 .5rem;
  justify-content: space-between;
  height: 2rem !important;
}

@media (min-width: 768px) {
  #cart {
    height: 2.8rem !important;
  }
}

#cart::before {
  /*content: "Košík";*/
  display: inline-flex;
  color: #fff;
  font-size: .875em;
  font-weight: 400;
}

#cart::after {
  content: "";
  display: block;
  height: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1rem;
}

.cart-wrapper.cart-empty {
  position: relative !important;
}

@media (max-width: 575.97px) {

  .CartSpinner,
  .spinner input {
    width: 6.25rem !important;
  }
}

.cart-wrapper {
  background: transparent !important;
}

.cart-custom-icon {
  font-size: 1rem;
  line-height: 1;
}

.cart-custom-icon .icon-basket-custom {
  margin-right: 1rem !important;
}

.cart-custom-icon .icon-basket-custom svg,
.cart-custom svg {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 992px) {

  .cart-custom-icon .icon-basket-custom svg,
  .cart-custom svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.cart-custom-icon .icon-basket-custom svg path,
.cart-custom-icon .icon-basket-custom svg g,
.cart-custom svg path,
.cart-custom svg g {
  stroke: #fff !important;
}

.cart-full .cart-show {
  padding: 0 !important;
  margin-right: 1rem !important;
}

.cart-full .cart-show .cart-counter {
  right: -1rem;
}

.cart-counter {
  margin-bottom: 0 !important;
}

.show-eshop-cat .showchildren .card:hover .card-body,
.show-eshop-cat .showchildren .card:active .card-body {
  border-color: var(--primary) !important;
}

.show-eshop-cat .showchildren .card:hover a,
.show-eshop-cat .showchildren .card:active a {
  text-decoration: none;
}

.show-eshop-cat .showchildren .card:hover a h2,
.show-eshop-cat .showchildren .card:active a h2 {
  color: var(--primary) !important;
}

.IsNotMobile .show-eshop-cat .showchildren .child-wrapper:hover .showchildren-eshop-sub {
  display: block;
}

.show-eshop-cat .showchildren .child-wrapper:hover .card-body a h2 {
  color: var(--primary) !important;
}

.showchildren-eshop .showchildren-eshop-sub {
  display: none;
  position: absolute;
  z-index: 100;
  margin-top: -.5rem;
  width: calc(100% - 30px);
}

.showchildren-eshop .showchildren-eshop-sub li {
  border-bottom: 1px solid var(--light);
}

.showchildren-eshop .showchildren-eshop-sub li:last-child {
  border-bottom: none;
}

.showchildren-eshop .showchildren-eshop-sub li a span {
  display: inline-flex;
  flex-direction: column;
}

.showchildren-eshop .showchildren-eshop-sub li a span::after {
  content: attr(data-text);
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: bold;

  @media speech {
    display: none;
  }
}

.showchildren-eshop .showchildren-eshop-sub li:hover a span {
  font-weight: bold;
}

@media (min-width: 992px) {
  .introSwiper {
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  .introSwiperPagination .swiper-pagination-bullet {
    height: calc(100%/5);
    opacity: 1;
    z-index: 1;
    width: 100%;
    margin: 0 !important;
    padding-left: 1.5rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background-color: var(--primary);
  }

  .introSwiperPagination .swiper-pagination-bullet::before {
    content: "";
    height: 100%;
    width: .25rem;
    background-color: var(--danger);
    display: block;
    position: absolute;
    left: 0;
    opacity: 0;
  }

  .introSwiperPagination .swiper-pagination-bullet-active::before {
    opacity: 1;
  }

  .introSwiperPagination .swiper-pagination-bullet-active {
    background-color: var(--secondary) !important;
  }

  .introSwiperPagination .swiper-pagination-bullet-active .carousel-progress {
    position: absolute;
    z-index: -1;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .introSwiperPagination .swiper-pagination-bullet-active .carousel-progress .progress {
    background-color: var(--primary);
    animation-name: progress;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    height: 100%;
    opacity: .5;
  }

  @keyframes progress {
    from {
      width: 0%;
    }

    to {
      width: 100%;
    }
  }
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.481' height='11.595' fill='currentColor'%3E%3Cpath fill='%23004f9e' d='m0 5.798 3.74-2.9L7.48 0v11.595L3.74 8.696z'/%3E%3C/svg%3E") !important;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.481' height='11.595' fill='currentColor'%3E%3Cpath fill='%23004f9e' d='m7.481 5.797-3.74 2.9L0 11.594V0l3.74 2.899z'/%3E%3C/svg%3E") !important;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.bg-img {
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
}

@media (min-width: 768px) {
  .bg-banner-hp>div[class^="container"]>.row {
    background-image: url("/img/bg-banner-hp.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.btn-grow {
  position: relative;
  background-color: transparent;
  border-color: transparent;
  z-index: 1;
}

.btn-grow:hover,
.btn-grow:active {
  background-color: transparent;
  border-color: transparent;
}

.btn-grow:not(:disabled):not(.disabled).active,
.btn-grow:not(:disabled):not(.disabled):active,
.show>.btn-grow.dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
}

.btn-grow:not(:disabled):not(.disabled).active:focus,
.btn-grow:not(:disabled):not(.disabled):active:focus,
.show>.btn-grow.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-grow.focus,
.btn-grow:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.btn-grow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: transform .2s ease-in-out;
  border-radius: .1rem;
}

.rounded-0.btn-grow::before {
  border-radius: 0;
}

.btn-sm.btn-grow::before {
  border-radius: .05rem;
}

.btn-lg.btn-grow::before {
  border-radius: .15rem;
}

.btn-grow:hover::before {
  transform: scaleX(1.1);
}

.btn-grow-secondary::before {
  background-color: #0e195f;
  border-color: #0e195f;
}

.btn-grow-secondary:hover::before,
.btn-grow-secondary:active::before {
  background-color: #09103e;
  border-color: #070d33;
}

.btn-grow-secondary.focus::before,
.btn-grow-secondary:focus::before {
  background-color: #09103e;
  border-color: #070d33;
  box-shadow: 0 0 0 .2rem rgba(0, 79, 158, .25);
}

.btn-grow-l-green::before {
  background-color: #46c18e;
  border-color: #46c18e;
}

.btn-grow-l-green:hover::before,
.btn-grow-l-green:active::before {
  background-color: #38a87a;
  border-color: #359f73;
}

.btn-grow-l-green.focus::before,
.btn-grow-l-green:focus::before {
  background-color: #38a87a;
  border-color: #359f73;
  box-shadow: 0 0 0 .2rem rgba(64, 170, 127, .5);
}

.btn-grow-turquoise::before {
  background-color: #1fc1cf;
  border-color: #1fc1cf;
}

.btn-grow-turquoise:hover::before,
.btn-grow-turquoise:active::before {
  background-color: #1aa2ae;
  border-color: #1898a3;
}

.btn-grow-turquoise.focus::before,
.btn-grow-turquoise:focus::before {
  background-color: #1aa2ae;
  border-color: #1898a3;
  box-shadow: 0 0 0 .2rem rgba(65, 202, 214, .5);
}

.btn-grow-l-blue::before {
  background-color: #7dddf8;
  border-color: #7dddf8;
}

.btn-grow-l-blue:hover::before,
.btn-grow-l-blue:active::before {
  background-color: #59d4f6;
  border-color: #4dd0f5;
}

.btn-grow-l-blue.focus::before,
.btn-grow-l-blue:focus::before {
  background-color: #59d4f6;
  border-color: #4dd0f5;
  box-shadow: 0 0 0 .2rem rgba(111, 193, 217, .5);
}

.btn-grow-success::before {
  background-color: #5ebf48;
  border-color: #5ebf48;
}

.btn-grow-success:hover::before,
.btn-grow-success:active::before {
  background-color: #4ea73a;
  border-color: #4a9d37;
}

.btn-grow-success.focus::before,
.btn-grow-success:focus::before {
  background-color: #4ea73a;
  border-color: #4a9d37;
  box-shadow: 0 0 0 .2rem rgba(118, 201, 99, .5);
}

.btn-grow-pink::before {
  background-color: #9e2a96;
  border-color: #9e2a96;
}

.btn-grow-pink:hover::before,
.btn-grow-pink:active::before {
  background-color: #802279;
  border-color: #761f70;
}

.btn-grow-pink.focus::before,
.btn-grow-pink:focus::before {
  background-color: #802279;
  border-color: #761f70;
  box-shadow: 0 0 0 .2rem rgba(173, 74, 166, .5);
}

.btn-grow-danger::before {
  background-color: #cb2a40;
  border-color: #cb2a40;
}

.btn-grow-danger:hover::before,
.btn-grow-danger:active::before {
  background-color: #ab2336;
  border-color: #a12133;
}

.btn-grow-danger.focus::before,
.btn-grow-danger:focus::before {
  background-color: #ab2336;
  border-color: #a12133;
  box-shadow: 0 0 0 .2rem rgba(211, 74, 93, .5);
}

.border-2 {
  border-width: 2px !important;
}

.border-l-turquoise {
  border-color: #e6f4f9 !important;
}

.fs-1 {
  font-size: 1rem;
}

.solsan-cat-index a .card {
  transition: border-color .2s ease-in-out;
}

.solsan-cat-index a:hover .card {
  border-color: var(--primary) !important;
}

.bg-l-turquoise {
  background-color: #e6f4f9;
}

/*Eshop*/
.navigace,
.product-price-and-buy {
  background: transparent !important;
}

.product-alters-items .ProductAlter {
  cursor: pointer;
  border: 2px solid #fff;
  margin-bottom: -2px;
}

.product-alters-items .ProductAlter.active,
.product-alters-items .ProductAlter:hover {
  border: 2px solid var(--primary);
  background: #cbeedf;
  z-index: 2;
}

.product-alters-items .ProductAlter .icon-ok-squared {
  visibility: hidden;
}

.product-alters-items .ProductAlter.active .icon-ok-squared,
.product-alters-items .ProductAlter:hover .icon-ok-squared {
  visibility: visible;
}

.fw-600 {
  font-weight: 600 !important;
}

.product-gallery .swiper-button-prev:before,
.product-gallery .swiper-button-next:before,
.products-related .swiper-button-prev:before,
.products-related .swiper-button-next:before {
  background-color: transparent !important;
}

.introSwiper-usp .card-body-usp {
  position: relative;
}

.introSwiper-usp .card-body-usp:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 1px;
  background-color: #1E65AC;
}

#addon--addon-products-selection .card-image,
#ProductList .card-image {
  margin-bottom: .5rem;
}

#addon--addon-products-selection .card-price,
#ProductList .card-price {
  font-size: 1rem;
}

#addon--addon-products-selection .card-price .price-primary,
#addon--addon-products-selection .card-price small,
#ProductList .card-price .price-primary,
#ProductList .card-price small {
  color: var(--primary) !important;
}

#addon--addon-products-selection .card-buy button,
#ProductList .card-buy button {
  font-size: .95rem;
  line-height: 1;
  padding: .65rem 1rem;
  display: flex;
  align-items: center;
}

#addon--addon-products-selection .card-buy button em,
#ProductList .card-buy button em {
  display: none;
}

#addon--addon-products-selection .card-buy button::before,
#ProductList .card-buy button::before {
  content: "+";
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
  margin-bottom: -.5rem;
  margin-right: .15rem;
}

#addon--addon-products-selection .card-buy button::after,
#ProductList .card-buy button::after {
  content: "";
  background-image: url('/ico/basket-custom-white.svg');
  background-size: 1.5em 1.5em;
  width: 1.5em;
  height: 1.5em;
  display: inline-flex;
  align-items: center;
}

.eshop .card h2 a {
  color: var(--primary) !important;
  font-weight: bold;
}

.eshop .card h2 a:hover {
  color: var(--main-theme-color);
  text-decoration: none;
}

.AddToCart {
  border-radius: 0;
}

.AddToCart svg {
  width: 1.25rem;
  height: 1.25rem;
}

.AddToCart svg g,
.AddToCart svg path {
  stroke: #fff !important;
}

.spinner input {
  color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  border-radius: 0 !important;
}

.spinner-button {
  color: var(--primary) !important;
  background: #fff !important;
  border: 1px solid var(--primary) !important;
  ;
}

.spinner-button.spinner-down {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.spinner-button.spinner-up {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#ProductDetail .nav-overlay .nav-tabs {
  border-bottom: none !important;
}

#ProductDetail .nav-overlay .nav-link {
  color: var(--primary) !important;
}

#ProductDetail .nav-overlay .nav-link.active {
  border-top: 4px solid var(--primary) !important;
  border-left: 1px solid var(--primary) !important;
  border-right: 1px solid var(--primary) !important;
}

#ProductDetail .nav-overlay .nav-link.active::before {
  border-top: 2px solid #ffffff !important;
}

#ProductDetail .tab-content {
  color: var(--primary);
  border-top: 1px solid var(--primary);
  margin-top: -1px;
}

#products-selection-akce .card {
  padding: .15rem !important;
}

#products-selection-akce .card:hover,
#produkty .card:hover {
  box-shadow: none !important;
}

.caticon.caticon-inheading,
#ProductDetail .cat-icon-bg {
  width: 6rem;
}

.lang-cz.afe.category-pouziti .caticon.caticon-inheading>div,
.lang-sk.afe.category-pouzitie .caticon.caticon-inheading>div,
#ProductDetail .cat-icon-bg>div {
  background-size: 135%;
  background-position: center 75%;
  background-repeat: no-repeat;
}

.lang-cz.afe:not(.category-pouziti) .caticon.caticon-inheading>div,
.lang-sk.afe:not(.category-pouzitie) .caticon.caticon-inheading>div {
  background-size: 75%;
  background-position: center 20%;
  background-repeat: no-repeat;
}

.card-text {
  height: 6.4rem !important;
}

/*User Login bar*/
.user-loginbar a {
  color: #fff;
}

a#logout {
  display: inline-block;
}

a#logout:hover {
  color: #fff;
}

#ProductDetail table {
  color: var(--primary);
}

#c-ttl emoji {
  display: none;
}


#PrintRelatedProducts .card {
  padding: 15px !important;
}

#ProductsRelatedSwiper .AltersQuickBuy,
#products-selection-akce .AltersQuickBuy {
  display: none;
}

#ProductsRelatedSwiper .card-buy,
#products-selection-akce .card-buy {
  display: none !important;
}

#ProductsRelatedSwiper .swiper-button-prev,
#ProductsRelatedSwiper.swiper-rtl .swiper-button-next {
  left: -14px;
}

#ProductsRelatedSwiper .swiper-button-next,
#ProductsRelatedSwiper .swiper-rtl .swiper-button-prev {
  right: -14px;
}

.eshop-category-text {
  margin-bottom: 25px;
}

.eshop-category-text p {
  color: var(--primary);
}

#CheckOutSummaryShipping {
  /*pokladna.php schovat ��dek Doprava celkem*/
  display: none;
}

.eshop .card h2 {
  -ms-flex: none !important;
  flex: none !important;
}

.eshop .card .card-text {
  height: auto !important;
  min-height: 6.4rem;
}

/* 
.middle a:not(.btn):not(.nav-link):not(.breadcrumb a), 
.modal-body :not(.btn){
 text-decoration:underline;
 } 
.middle a:not(.btn):not(.nav-link):not(.breadcrumb a):hover, 
.modal-body a:not(.btn):hover{
 text-decoration:none;
 } 
      */

.middle p a:not(.btn),
.modal-body a:not(.btn) {
  text-decoration: underline;
}

.middle p a:not(.btn):hover,
.modal-body a:not(.btn):hover {
  text-decoration: none;
}

.highlighted-thumb {
  outline: 3px solid #3d463f;
  outline-offset: 2px;
  background: #f1f1f1;
  border-radius: 2px;
  transition: outline 0.3s ease;
}

#preview_img a img {
  max-width: 30rem;
}

.hero360 {
  height: 480px;
  background-image: url('/img/brh-panorama-360grad-saline.jpg');
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
  will-change: background-position;
  /*transition: background-position 900s linear;*/
  /*animation: panX 100s linear infinite; /* rychlost si doladíš (menší čas = rychlejší) */
}

/*@media (min-width: 992px) {
  .hero360 {
    height: 600px;
  }
}*/

/*.hero360:hover {
  background-position-x: 50000px;
  animation: panX 60s linear infinite; /* rychlost si doladíš (menší čas = rychlejší)
}*/

/*@keyframes panX {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -1400% 0;
  }
}*/

.lang-hu .navbar-cta,
.lang-pl .navbar-cta {
  margin-left: auto;
}

.lang-hu .dropdown-lang,
.lang-pl .dropdown-lang {
  margin-right: 0;
}