/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  appearance: button;
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.col-xs-15 {
  width: 20%;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

nav {
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
}

.navbar {
 padding:15px;
  margin-bottom: 0;
  background: #e5e5e5;
}

.navbar-right {
  margin-top: 40px;
}

.navbar-brand {
  padding: 0;
  /* firefox bug fix */
}

.navbar-brand > img {
  height: auto;
  padding: 10px 0px 10px 10px;
}

.navbar-nav > li {
  border-left: 1px solid #7E7F81;
}

.navbar-nav > li:first-child {
  border-left: 0 solid #7E7F81;
}

.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  white-space: nowrap;
}

.navbar-toggle {
  background-color: #013a86;
}

.navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.carousel {
  margin-bottom: 15px;
}

.owl-theme .owl-controls {
  margin-top: 0;
}

.owl-theme .owl-controls .owl-pagination {
  position: absolute;
  top: 94%;
  margin-top: -10px;
  margin-bottom: 20px;
  left: 50%;
  z-index: 15;
  bottom: 10px;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
}

/* caption */
.owl-item .caption {
  font-weight: bold;
}

/* next prev button */
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  background: none;
  color: #013a86;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  top: 140px;
  font-size: 60px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  top: 140px;
  font-size: 60px;
}

/* Loading bar */
#bar {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #013a86;
}

#progressBar {
  width: 100%;
  background: #EDEDED;
}

footer {
  margin-bottom: 20px;
  margin-top: 20px;
}

footer .row {
  background-color: #e5e5e5;
  padding-top: 20px;
}

#contenitore_footer {
  background-color: #e5e5e5;
}

.gallery ul {
  padding: 0 0 0 0;
}

.gallery ul li {
  list-style: none;
  margin-bottom: 5px;
  overflow: hidden;
}

.gallery ul li img {
  cursor: pointer;
}

.gallery ul li a {
  color: #6E6E6E;
}

.gallery ul li a:hover {
  color: #ec8326;
}

.card .card-content {
  text-align: center;
  display: block;
  overflow: hidden;
  background-color: #f6f6f6;
  border-radius: 3px;
  border: 1px solid gainsboro;
  box-shadow: 0 2px 4px #e6e6e6;
  margin: 1em 0.2em 0em 0.2em;
  max-width: 354px;
}

.card .card-content .card-img {
  margin-top: 0%;
  margin-bottom: 0%;
  max-width: 354px;
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  border-bottom: 1px solid gainsboro;
}

.card .card-content .card-img img {
  max-height: 354px;
}

.card .card-content .card-img a .mask {
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  text-shadow: #111 1px 1px 0;
  color: #ccc;
}

.card .card-content .card-img:hover > .mask {
  display: block;
  opacity: 1.0;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

.card .card-content .card-body {
  width: 94%;
  height: 40px;
  text-align: left;
  overflow: hidden;
  color: #6E6E6E;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  cursor: pointer;
}

.card .card-content .card-body a {
  display: inline-block;
}

.card .card-content .card-body .btn {
  float: right;
}

.logo {
  text-align: center;
  padding: 10px;
}

/* Oprava vycentrování a prostoru pro logo */
.logo-header-wrap .col-12 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px 0; /* Přidá prostor nad a pod logo, aby nebylo nalepené */
}

.logo-kovostav {
  height: 60px;    /* Nastavte výšku podle potřeby, 60px je pro toto logo ideální */
  width: auto;
  vertical-align: middle;
}

/* Odstranění starého omezení, které logo tisklo nahoru */
.navbar-brand > img {
  height: auto;
  padding: 0;
}

@media (min-device-width: 240px) and (max-device-width: 767px) {
  .card > .card-content {
    /*margin: 1em 2.2em 1.5em 0.2em;*/
    min-height: 220px;
  }
  .card .card-content .card-body{
    height: auto !important;
  }
}

@media (min-device-width: 768px) and (max-device-width: 991px) {
  .card > .card-content {
    margin: 1em 2.2em 1.5em 0.2em;
  }
}

@media (min-device-width: 992px) and (max-device-width: 1199px) {
  .card > .card-content {
    margin: 0.5em 0.2em 0em 0.2em;
  }
}

.carousel-caption-container {
  position: absolute;
  bottom: 20px;
  z-index: 9999;
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: 0 0px 1px rgba(0, 0, 0, 0.6);
  left: 0%;
  right: 25%;
  height: 19%;
  text-shadow: none;
}

.carousel-text {
  text-align: left;
  color: #383838;
  float: left;
  background-color: rgba(255, 255, 255, 0.74);
  padding-left: 1%;
  padding-right: 1%;
}

.carousel-text h2 {
  text-align: left;
  color: #383838;
  float: left;
  padding-left: 1%;
  padding-right: 1%;
  font-size: 17px;
  margin: 0;
}

.owl-carousel div .textoverlay {
  position: absolute;
  color: #FFF;
  font-size: 12px;
  display: block;
}

.carousel-caption-container {
  display: none;
}

.owl-item {
  background-color: transparent;
  opacity: 0.4;
}

#totem-carousel .item-video {
  height: 300px;
  /*width: 620px;*/
}

.owl-stage .center {
  opacity: 1;
}

.owl-stage .center .carousel-caption-container {
  display: block;
}

@media only screen and (max-width: 1200px) {
  .carousel-text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 960px) {
  .carousel-text {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .carousel-caption-container {
    right: 36%;
  }
}

@media only screen and (max-width: 480px) {
  .carousel-caption-container {
    right: 0%;
    height: 25%;
  }

  .carousel-text {
    display: none !important;
  }
}

#accordion {
  padding-left: 0px;
}

#accordion .inner {
  padding-left: 0em;
  overflow: hidden;
  display: none;
}

#accordion li {
  margin: .2em 0;
  list-style: none;
  padding: 0;
}

#accordion li a .chevron {
  float: right;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#accordion li a .chevron.down {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#accordion li a .chevron.left {
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#accordion li a.toggle {
  width: 100%;
  display: block;
  padding: .75em;
  border-radius: 0.15em;
  transition: background .3s ease;
}

#accordion li a:hover {
  font-weight: bold;
}

#accordion li a.active {
  font-weight: bold;
  color: #23527c;
}

* {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.clear {
  clear: both;
}

a {
  color: #00427f;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #d86946;
}

.edit_live_cx {
  position: fixed;
  left: 50%;
  z-index: 2000;
  display: none;
  padding: 7px;
  background-color: #013a86;
  border-radius: 5px;
}

.edit_live_cx:hover {
  background-color: orangered;
}

body {
  font-family: "Open Sans", sans-serif, Arial;
  color: #313131;
  background: #ffffff;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.bluerow {
  margin-left: 0;
  margin-right: 0;
  height: 2px;
  background-color: #013a86;
  margin-top: 12px;
  display: block;
}

hr {
  margin-left: 0;
  margin-right: 0;
  background-color: #606060;
  height: 1px;
}

/* SECTION */
.cx {
  min-height: 480px;
}

.brandline {
  margin-top: 10px;
}

.brandline div p {
  padding-top: 10px;
}

.transparent {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /**/
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.more-padding {
  padding-left: 22px;
  padding-right: 22px;
}

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.list {
  list-style: none;
  padding: 0;
  margin-top: 0px;
  padding-bottom: 0px;
}

.list li {
  margin-bottom: 10px;
}

.contenuto {
  margin: 18px;
}

.chevron {
  font-size: 20px;
  color: #013a86;
}

.scrollToTop {
  width: 60px;
  height: 60px;
  text-align: center;
  position: fixed;
  right: 5px;
  z-index: 10;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.8) url(/assets/img/top-arrow.svg) no-repeat center 50%;
  color: #000;
  bottom: 30px;
  display: none;
  /*background: url('arrow_up.png') no-repeat 0px 20px;*/
}

.scrollToTop:hover {
  text-decoration: none;
}

.title-container {
  background: #eee;
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.zoom {
  width: 100%;
  border: 1px solid #c1c1c1;
  cursor: pointer;
}

.product-access {
  margin-left: -30px;
  margin-right: 15px;
}

.product-access .accessory .accessory-footer {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  height: 44px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  font-weight: 500;
}

.product-access .accessory .accessory-body {
  text-align: center;
  display: block;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  border-left: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  margin: 1em 0.2em 0em 0.2em;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.product-access .accessory .accessory-body img {
  width: 100%;
  height: auto;
  padding: 0;
}

.product-access .accessory .accessory-body .mask {
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  text-shadow: #111 1px 1px 0;
  color: #ccc;
}

.product-access .accessory .accessory-body .mask span {
  margin-top: 35%;
  position: absolute;
  margin-left: -20%;
  font-weight: bold;
  padding: 3px;
  color: #FFFFFF;
  background-color: #013a86;
  width: 100px;
  text-align: center;
}

.product-access .accessory .accessory-body:hover > .mask {
  display: block;
  opacity: 1.0;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

.Gallery ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  margin-bottom: 30px;
}

.Gallery ul li {
  list-style: none;
  margin-bottom: 14px;
  margin-right: 14px;
  width: 22.2%;
  min-width: 270px;
  /*height: auto;*/
  height: 240px;
  overflow: hidden;
  float: left;
}

.Gallery ul li img {
  cursor: pointer;
  /*position: relative;*/
  /*float: left;*/
  /*display: block;*/
  /*min-width: 383px;*/
  /*height: 100%;*/
  height: 180px;
}

.gallery-items {
  display: block;
}

#nav_right {
  float: right;
}

#nav_right #social_icons {
  float: left;
  list-style-type: none;
}

#nav_right .dropdown {
  float: left;
}

#nav_right .dropdown .btn {
  padding-top: 0;
}

#totem-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
}

#totem-carousel .owl-nav .owl-prev {
  left: 0;
  position: absolute;
}

#totem-carousel .owl-nav .owl-next {
  right: 0;
  position: absolute;
}

#totem-carousel .owl-nav [class*='owl-'] {
  background: #26447C;
}

#totem-carousel .owl-nav :hover {
  background: #d86946;
}

.sottotitolo {
  font-size: 20px;
}

.cover {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5000;
  width: 100%;
  height: 100%;
}

/*body {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}*/

.moving-zone {
  position: absolute;
  top: 25%;
  left: 40%;
  width: 300px;
  height: 120px;
  margin: -60px 0 0 -150px;
  perspective: 800px;
}

.popup {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  margin-top: 1%;
  color: white;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 20px 0 20px 0;
  cursor: pointer;
  transform-style: preserve-3d;
  background: -webkit-linear-gradient(top left, white 50%, #999 50%);
  background: -moz-linear-gradient(top left, white 50%, #999 50%);
  background: -ms-linear-gradient(top left, white 50%, #999 50%);
  background: -o-linear-gradient(top left, white 50%, #999 50%);
  background: linear-gradient(top left, white 50%, #999 50%);
}

.popup:before {
  content: '';
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  border-radius: inherit;
  background: rgba(0, 0, 0, .1);
  box-shadow: 0 0 40px 20px rgba(0, 0, 0, .1);
  transform: translateZ(-100px);
}

.popup-content {
  background: #444;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px 0 10px 0;
}

.popup-text {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 100;
  text-align: center;
  transform: translateZ(15px);
  height: 15px;
}

.popup-text b {
  color: white;
  font-weight: 300;
}

.popup-text b:hover {
  color: #ee2d26;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-nav {
    margin-top: 0px;
    margin-left: 130px;
  }
}


@media (min-width: 240px) and (max-width: 480px) {
  .navbar-nav {
    margin-top: 50px;
  }
}

.contenitore_video_prodotto{
  margin-top: 20px;
}

/* Logo header and flexbox alignment */
.logo-header-wrap {
  text-align: center;
}

.logo-header-wrap .col-12 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .logo-header-wrap .col-12 {
    flex-direction: column;
    gap: 12px;
  }
}

/* TOTÁLNÍ OPRAVA LOGA */
.logo-header-wrap {
    background-color: #fff !important;
    padding: 20px 0 !important;
    display: block !important;
}

.logo-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

.main-logo-img {
    height: 100px !important; /* Dominantní hlavní logo */
    width: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Zrušení vlivu starého navigátoru na logo */
.logo-row {
    margin: 0 !important;
    text-align: center !important;
}

/* Tlačítko Výhradní dodavatel – barva podle loga Kovostav (tyrkys) */
.btn-kovostav {
    display: inline-block;
    padding: 4px 8px;
    background: #00A3A0;
    color: #fff !important;
    border-radius: 4px;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s;
}

.btn-kovostav:hover {
    background: #008B8B;
    color: #fff !important;
}

/* Logo Kovostav nad tlačítkem, vedle loga ISEA */
.logo-kovostav-group {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-left: 20px;
}

.logo-kovostav-group .logo-kovostav-header {
    margin-left: 0;
}

.logo-kovostav-group .btn-kovostav {
    margin-left: 0;
    margin-top: 0;
}

.logo-kovostav-header {
    display: inline-flex;
    align-items: center;
    margin-left: 12px;
    line-height: 0;
}

.logo-kovostav-header img {
    height: 28px;
    width: auto;
    display: block;
}

/* Přístupnost: odkaz pro přeskočení navigace (WCAG 2.x) */
.skip-to-content {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 100000;
    padding: 0.75rem 1.25rem;
    background: #00427f;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.skip-to-content:focus {
    left: 1rem;
    outline: 3px solid #d86946;
    outline-offset: 2px;
}

#main-content:focus {
    outline: none;
}

/* Ke stažení: jeden klikací blok (obrázek + titulek) */
.download-catalog-grid .download-catalog-tile {
    display: block;
    color: #00427f;
    text-decoration: none;
    margin-bottom: 1.5rem;
}
.download-catalog-grid .download-catalog-tile:hover,
.download-catalog-grid .download-catalog-tile:focus {
    color: #d86946;
    text-decoration: none;
}
.download-catalog-grid .download-catalog-tile strong {
    font-size: 16px;
}
.download-catalog-grid .download-catalog-tile p {
    margin-bottom: 0.5rem;
}
.download-catalog-grid .download-catalog-tile img {
    border: 1px solid #ddd;
    max-width: 100%;
    height: auto;
}