/* cmsms stylesheet: 2025_normalize modified: čtvrtek, 29. května 2025 12:45:49 */
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
   ========================================================================== */

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

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

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

td,
th {
  padding: 0;
}
/* cmsms stylesheet: 2025_skeleton modified: čtvrtek, 12. června 2025 16:41:34 */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Grid –––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
/*  max-width: 960px; */
  margin: 0 auto;
/*  padding: 0 20px; */
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; 
  padding: 7px;
  }
}

/* For devices 420px — 599px */
@media (min-width: 420px) {
  .container {
/*    width: 85%; */
    padding: 0; }
}

/* For devices 600px — 699px */
@media (min-width: 600px) {
  .container {
/*    width: 85%; */
    padding: 0; }
  .one-third.column { width: 46%; margin: 2% 1.998%; }
}

/* For devices 780px + */
@media (min-width: 780px) {
  .container {
/*    width: 80%; */ }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns { width: 4.66666666667%; }
  .two.columns { width: 13.3333333333%; }
  .three.columns { width: 22%; }
  .four.columns { width: 28.6666666667%; }
  .five.columns { width: 39.3333333333%; }
  .six.columns { width: 48%; }
  .seven.columns { width: 56.6666666667%; }
  .eight.columns { width: 65.3333333333%;}
  .nine.columns { width: 74.0%; }
  .ten.columns { width: 82.6666666667%; }
  .eleven.columns { width: 91.3333333333%; }
  .twelve.columns { width: 100%; margin-left: 0; }
  .one-third.column { width: 28.6666666667%; margin: 2% 2.3222%; }
  .two-thirds.column { width: 65.3333333333%; }
  .one-half.column { width: 46%; }
  .one-half:nth-child(2n+1) { clear: both; }
  .posledni { clear: both; }

  /* Offsets –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%; }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }
  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }
}

/* Forms –––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Code –––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Clearing –––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
/* cmsms stylesheet: 2025_menu modified: neděle, 15. června 2025 16:49:57 */
.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
/* menu */
#main-menu { 
  margin-left: 0px; 
}
.menufix {
  z-index: 444;
}
#menu { 
  margin-top: -10px; 
  margin-right: 20px;
}
.menu {
  height: 50px;
/*  width: calc(100% - 410px); */
  position: relative;
  top: -4px;
}
.menu ul { float: right; }
.menu li {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
}
.menu li a {
/*  color: #aaa; */
  color: #b79d4d;
  text-decoration: none;
  margin: 0px;
  padding: 0 7px;
}
.menu li a:hover {
  color: #E1BA55 !important;
  text-decoration: none;
  border-bottom: 2px #b79d4d solid;
}
.menu-but:before { content:"≡"; }
.menu-but {
  background: #60511d;
  border: 0;
  color: #fff !important;
  font-size: 38px;
  cursor: pointer;
  width: 70px;
  min-width: 70px;
  height: 70px;
  position: fixed;
  top: 0px;
  right: 0px;
  display: none;
}
.menu-but:hover {
  background: #E1BA55;
  color: #fff;
}
.zobraz menur {
/*  display: block; */
}

/* minimal menu.start */
.menu ul li {
  list-style: none;
  display: block;
  float: left;
  position: relative;
  margin: 0px -1px 0px 0px;
  padding: 5px 0;
}
.menu ul li a {
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  padding: 0px 7px;
}
.menu ul li ul { 
  display: none;
  z-index: 50;
  min-width: 150px;
  padding: 15px 10px 5px 10px;
}
.menu ul li ul li {
  display: block;
  padding: 10px 5px;
/*  margin-left: -30px; */
/*  min-width: 120px; */
  border: none;
  
}
.menu ul li ul li a {
  padding: 0;
  margin: 0;
  border: none;
}

ul li:hover > ul {
  display: block;
  position: absolute;
  left: 0px;
  padding-top: 12px;
  background: #fdfdfd;
/*  border-left: 1px solid #aaa; */
  border-bottom: 4px solid #aaa; 
/*  border-right: 1px solid #aaa; */
}
li:hover li { float: none; }
li:hover a {
/* background: #fff; */ 
}
li:hover li a:hover {
}
.menu li ul li { border-top: 0; }
ul ul ul {
  left: 100%;
  top: 0;
}
ul:before,
ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
ul:after { clear: both; }
a:hover img { opacity: 1 !important; }
/* minimal menu.end */

/* - - - - - -  RESPO MENU - - - - - - */

@media (max-width: 950px) {
  html { /* overflow-x: hidden; */ }
  .logo img, .logo-in img { height: 70px !important; width: auto; margin: 5px 0 0 0;}
  .zobraz { right: 0px; }
  .menufix, .menu { height: 70px; position: fixed; right: 0px;}
  .zobraz .logo, .logo, .zobraz .logo-in, .logo-in { left: 0px; }
  .menu-but { display: block; }
  .zobraz .menu-but:before { content:">"; }
  .zobraz .menu-but { background: #60511d; color: #fff;}
  #main-menu { 
    margin-top: 25px;
    display: grid;
    position: relative;
    left: 0px;
    width: 300px;
  }
  .menur {
    display: block;
    position: fixed;
    left: 0;
    top: 100px;
    width: 0;
    overflow: hidden;
  }
  .zobraz .menu {
    right: 0px;
    top: 70px;
    width: 260px;
    height: 100%;
    background: #60511d;
    transition: 0.2s;
    padding-right: 30px;

  }
  .menu  {
    padding: 0;
    text-align: right;
    display: block;
    position: fixed;
    right: -300px;
    top: 70px;
    width: 300px;
    height: 100%;
    background: #60511d;
    overflow: hidden;
    transition: 0.2s;
  }
  .menu ul { padding: 0; margin: 0; }
  .menu ul li { 
    display: block;
    padding: 2px 15px 2px 2px;
  }
  .menu ul li a { 
    color: #fff !important;
    border: none !important;
    padding: 0 !important;
    line-height: 30px;
    font-size: 19px;
  }
  .menu ul li a:hover { color: #aaa !important; }
  .menu ul li ul {
    display: grid;
    left: 0px;
    padding: 5px;
    position: relative;
    background: none;
    border: 0;
  }
  .menu ul li ul li {
    padding: 0 10px 0 0;
  }
  .menu ul li ul li a {
    color: #E1BA55 !important;
    font-size: 14px !important
  }
  .menu ul li ul li a:after {
    content: " <";
  }
  .crossfade > figure { max-height: 310px; }
}
/* cmsms stylesheet: 2025_cssZT modified: středa, 9. července 2025 11:35:40 */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
*/


/* Grid –––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
/*  max-width: 960px; */
  margin: 0 auto;
/*  padding: 0 20px; */
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; 
  padding: 7px;
  }
}

/* For devices 420px — 599px */
@media (min-width: 420px) {
  .container {
/*    width: 85%; */
    padding: 0; }
}

/* For devices 600px — 699px */
@media (min-width: 600px) {
  .container {
/*    width: 85%; */
    padding: 0; }
  .one-third.column { width: 46%; margin: 2% 1.998%; }
}

/* For devices 780px + */
@media (min-width: 780px) {
  .container {
/*    width: 80%; */ }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns { width: 4.66666666667%; }
  .two.columns { width: 13.3333333333%; }
  .three.columns { width: 22%; }
  .four.columns { width: 28.6666666667%; }
  .five.columns { width: 39.3333333333%; }
  .six.columns { width: 48%; }
  .seven.columns { width: 56.6666666667%; }
  .eight.columns { width: 65.3333333333%;}
  .nine.columns { width: 74.0%; }
  .ten.columns { width: 82.6666666667%; }
  .eleven.columns { width: 91.3333333333%; }
  .twelve.columns { width: 100%; margin-left: 0; }
  .one-third.column { width: 28.6666666667%; margin: 2% 2.3222%; }
  .two-thirds.column { width: 65.3333333333%; }
  .one-half.column { width: 46%; }
  .one-half:nth-child(2n+1) { clear: both; }
  .posledni { clear: both; }

  /* Offsets –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%; }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }
  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }
}

/* Forms –––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Clearing –––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* skeleton-end –––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
  width: 100%;
  margin: 0;
  font-family: 'Roboto', sans-serif;;
  color: #666;
  font-size: 15px;
  line-height: 1.2;
  position: absolute;
  top: 0; 
  right: 0;
  transition: right .2s;
  height: 100vh;
  overflow-x: hidden;
}
.container {
  width: 100%;
  margin: 0;
  padding: 0 0 20px 0;
/*  min-height: calc(100vh - 140px);	 */
  min-height: calc(100vh - 320px);
}
.hlavicka, .logo, .menufix, .socsite {
  display: flex; 
}
.hlavicka {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.menufix {

}
#content_home {
  margin-bottom: 70px; 
}
#content {
  margin-top: 70px;
  margin-bottom: 60px;
  padding: 0 3.33%; 
}
#header2025 {
  position: relative;
  max-height: 650px;
  height: calc(100vh - 110px);
  min-height: 340px;
  max-width: 2400px;
  margin: 0 auto;
  background: url(https://zlatatretra.cz/uploads/images/slidy2025/zt25s00.jpg) center center;
  background-size: cover;
  margin: 0 auto;
  padding: 0 3%;
  z-index: 22;
}
.motto-header {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 10px;
    padding-left: calc(50% - 360px);
}
.motto-header img { max-width: 74%; }
.headbut {
  text-align: right;
}
.headbut img {
  max-width: 220px;
}
.headbut a:hover {
  filter: opacity(0.5);
}
.topheadbut {
  padding-top: 40px;
}
.socsite {
  align-items: center;
}
.socsite a img, .socsite a svg {
  height: 36px;
  width: auto; 
/*  filter: opacity(0.5) grayscale(1); */
/*  -webkit-filter: opacity(0.5) grayscale(1); */
  -webkit-filter: none;
  filter: none;
  padding: 0 3px;
  transition: transform .2s;
}
.socsite a:hover img, .socsite a:hover svg {
  transform: scale(0.7);
  filter: opacity(50%);
  -webkit-filter: opacity(50%);
}
.cart-icon {
  position: relative;
  top: 5px;
}
.cart-icon .badge {
  font-size: 13px;
  border-radius: 30px;
  font-weight: bold;
  position: absolute;
  bottom: 2px;
  right: -5px;
  background-color: rgb(184, 141, 37);
  padding: 0 7px;
  color: #000;
}
.inside {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 3%;
}
.top-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 8888;
}
.logo, .logo-in {
  z-index: 777;
  margin: 0 !important;
  padding: 0 !important;
}
.logo img, .logo-in img { 
  height: 100px;
  width: auto;
  padding-right: 20px;
}
.partneri img { margin: 40px 20px; }
img {
  max-width: 100%;
  height: auto;
}
.doleva { text-align: left; }
.nastred { text-align: center; }
.doprava { text-align: right; }
.nasirku {
  max-width: 99.8%;
  overflow-x: auto;
}

/* - - - - typo - - - - */
h1, h2, h3, h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin: 15px 0 7px 0;
  line-height: 1.5;
  color: #61521e;
}
h1 { font-size: 26px;   font-family: "Domine", serif; }
h2 { font-size: 23px; }
h3 { font-size: 20px; }
h4 { font-size: 17px; }
td h1, td h2, td h3, td h4, td p {
  margin: 0 auto !important;
  padding: 4px !important;
}
.slider h1 {}
p {
  margin: 0;
  padding: 0;
}
#content p, .inside p {
  margin-bottom: 10px;
/*  text-indent: 12px; */
  line-height: 1.4em;
}
#content ul {
  list-style: none;
  padding-left: 55px;
}
#content ul li:before {
  content: "\25cf";
  color: #b08011; /* #E1BA55; */
  font-weight: bold;
  display: inline-block;
  width: 16px;
  margin-left: -16px;
}
#content ul li {
  margin-bottom: 7px;
}
/* em { font-style: normal !important; } */
.nomobile {
  display: inline;
}

/* - - - linky - - - */
a {
/*  color: #E1BA55; */
  color: #ad7f0f;
}
a:hover {
/*  color: #1A2B4C; */
  cursor: pointer;
}
.button {    
  border: 1px solid #ad7f0f;
  text-decoration: none;
/*  border-radius: 50px; */
  border-radius: 10px;
  font-size: 1.15em;
  font-weight: normal;
  display: inline-block;
  align-content: center;
  text-align: center;
  padding: 20px 30px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px
}
.button:hover {
  background: #ad7f0f;
  color: #fff;
  transition: color 0.5s, transform 1.5s, background-color 0.2s;
}

.button-head {
/*  background: rgba(250, 170, 0, 0.7); */
  padding: 15px 20px;
  border: solid 1px #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.2px;
  display: inline-block;
}
.button2-head {
  background: rgba(0, 100, 250, 0.7);
  padding: 10px 15px 10px 15px;
  border: solid 1px #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.2px;
  display: inline-block;
}
.button-head:hover, .button2-head:hover {
  background: rgba(42, 54, 70, 1);
  color: #fff;
  border: solid 1px #fff;
}
.button-head::after, .button2-head::after {
  content: " »"
}
.kulaty {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

/* - - - bloky - - - */
.termin {
  float: right;
  text-align: right;
  position: relative;
  top: 100px;
/*  margin-top: 2vh; */
  color: #fff;
  z-index: 8888;
}
.termin hr {
  margin: 0;
  paddin: 0;
  color: #fff;
  height: 1px;
  border-width: 0;
  background-color: #fff;
}
#odpocet, .odpocet {
  font-family: 'LCDDot', sans-serif;
  font-size: 26px;
  color: #000;
}
.boxodpocet {
  background: #000;
  padding: 8px 8px 0 8px;
  color: #ad7f0f;
  width: 60px;
  min-width: 48px;
  height: 34px;
  border-radius: 10px;
  display: inline-grid;
;
    text-align: center;
}
.datum {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 50px;
  text-align: right;
}
.zlato, .stribro, .bronz {
  border-radius: 10px;
  width: 20px;
  height: 20px;
  color: black;
  position: relative;
  display: inline-block;
  text-align: center;
}
.zlato { background: gold; }
.stribro { background: silver; }
.bronz { background: #cd7f32; }
#topBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #fff;
  cursor: pointer;
  width: 60px !important;
  height: 60px;
  padding: 5px;
  -webkit-filter: opacity(0.4);
  filter: opacity(0.4);
}
#topBtn img {
  max-width: 50px !important;
  height: auto;
  max-height: 50px !important;
}
#topBtn:hover {
  background-color: #b08011; /* #E1BA55; */
  -webkit-filter: opacity(1);
  filter: opacity(1);
  border-radius: 50px;
  color: #fff;
}
.bt_head {
    color: #fff;
    border: 1px solid #aaa;
    padding: 3px 10px;
    border-radius: 10px;
    text-decoration: none;
}
.bt_head:hover {
/*  text-decoration: underline; */
  color: #000;
  background: #fff;
}

/* - - - - - - MENU 2 + 3 - - - - - - */
#menu2 {
  display: block;
  width: 100%;
/*  max-width: 2400px; */
/*  height: 70px; */
  border-bottom: 2px #b79d4d solid;
  color: #61521e;
  margin: 0px auto 20px auto;
  z-index: 333;
  position: relative;
  text-align: center;
  background: #fff;
  font-family: "Oswald", sans-serif;
}
#menu2 .odkazy {
  max-width: 950px;
  margin: 0 auto;
  height: 55px;
  border-radius: 20px 20px 0 0;
  color: #61521e;
  z-index: 5;
}
.menu3.odkazy {
  background: #fff0bb;
  margin: 0 auto;
  height: 55px;
  color: #fff;
  text-align: center;
/*  top: 100px; */
  width: 100vw;
  position: sticky;
  z-index: 255;
}
#menu2 .odkazy a, .menu3.odkazy a {
  color: #61521e;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  padding: 20px 10px 2px 10px;
  display: inline-block;
}
.menu3.odkazy a {
  padding: 20px 10px 5px 10px;
}
.menu3.odkazy a::after {
/*  content: "  |  "; */
}

#menu2 .odkazy a:hover, .menu3.odkazy a:hover {
/*  color: #1A2B4C; */
  text-decoration: none;
  border-bottom: 2px #61521e solid;
}

/* - - - - - - - - tabulky - - - - - - - - - - */
table {
/*  border-collapse: collapse; */
  max-width: 99vw;
  overflow-x: auto;
  display: block;
}
tbody {
  border: 1px solid #f3f3f3;
  display: inline-table;
}
table, tbody, tr {
  min-width: 69.1%;
  max-width: 99.1%;
  width: 99.1%;
}
th, td {
  padding: 5px 12px;
  text-align: left;
  border-bottom: 1px solid #fafafa;
}
th p, td p {
  padding: 0;
  margin: 0;
}
td img {
min-width: 60px;
}
th {
  font-size: 12px;
  color: #fff;
  background: #1A2B4C;
  border-right: 1px solid #E1E1E1;
}
tr:nth-child(2n+1) {
  background: #fafafa;
}
tr:hover {
  background: #ffe7a7;
  cursor: default;
}

/* - - - - - - - youtube video iframe - - - - - - - */
iframe {
  max-width: 99.8%;
}

/* - - - - - - footer - - - - - - */
#vzdydole {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.copyr {
  margin: 20px 0 40px 0;
  width: 100%;
  text-align: center;
  position: relative;
  bottom: 130px;
  display: block;
}
.copyr p {
  padding: 27px;
  font-size: 10px;
  color: #666;
}
#footer {
  width: 100%;
  background: #5f501c;
  padding: 0;
  margin: 0;
  text-align: center;
  position: fixed;
  bottom: 0px;
  height: 50px;
  color: #aaa;
  font-size: 10px;
  z-index: 567;
}
.pata img {
  width: auto;
  height: 50px;
}
.foot-loga img {
  padding: 0 10px;
}
.pata a, .copyr a {
  color: #9999cc;
}
.pata a:hover { opacity: 1; }

.norm-pismo { text-transform: none !important; }

/* cookiehub icon position */
.ch2-icon {
  left: unset !important;
  right: 3px;
  bottom: 43px !important;
}

iframe #cc_div #cm, #cm {
display: none !important;
bottom: -500px !important;
}

/* L A N D I N G */

.modra { background: #2b3446; }
.zlata { background: #fff0bb; }
.seda { background: #fbfaf7; border: 0px solid #decd8e; border-radius: 12px; }
.modra h1, .modra h2, .modra h3, .modra h4, .modra p,
.zlata h1, .zlata h2, .zlata h3, .zlata h4, .zlata p { color: #493f1f !important; }
.bila { background: #fff; }
.bgrlogo {
    background-image: url(https://zlatatretra.cz/uploads/images/bgr2logo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sekce {
  position: relative;
  display: block;
  padding: 20px 0px;
  margin: 0;
}
.atlet-boxy {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.atlet-boxy img {
  padding: 30px 20px;
  max-width: 100%;
}
.atlet-boxy h3 {
  margin: -10px 0 12px 0;
}
@media (max-width: 520px){
  .atlet-boxy img {
    padding: 20px 12px;
    max-width: calc(100% - 30px);
  }
}
.atlet-box {
  margin: 15px 5px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 15px;
}
.atlet-box h1, .atlet-box h2, .atlet-box h3, .atlet-box p  {
  padding: 0 20px !important;
  color: #1A2B4C !important;
}
.atlet-box:nth-child(even) { 
/* background-color: #eef1f7; */
/* border: 1px solid #2b3446; */
/* background-image: linear-gradient(#fff, #eef1f7, #fff); */
  background: #fff;
/*  border: 1px solid #eef1f7; */
}
.atlet-box:nth-child(odd) { 
/* border: 1px solid #b48a0f; */
/* background-image: linear-gradient(#fff8e7, #fff); */
  background: #fff;
/*  border: 1px solid #fff8e7; */
}
.atlet-box img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  margin: 0;
  padding: 0;
}
.atlet-box p.medaile { 
 margin: 15px 0 0 30px !important;
}
.atlet-box p.medaile img {
  width: 26px !important;
  height: 26px !important;
  float: left;
  margin: -2px 10px 0 -35px;
}

.odrazit {
  margin-top: -80px;
  padding-top: 80px;
  margin-bottom: 0px;
}
.odrazit-atlet {
  margin-top: -140px;
  padding-top: 140px;
  margin-bottom: 0px;
}
.top30 { margin-top: 30px; }
.top50 { margin-top: 50px; }
hr, .form-linka {
  display: block;
  border: none;
  margin: 40px auto;
  padding: 0;
  height: 2px;
  background-image: linear-gradient(to right, #fff, #b48a0f, #fff);
}

tr.tourgold {
  background: #e1c378;
}

/* M O D A L img */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg:hover {opacity: 0.6;}
.modal {
  display: none;
  position: fixed;
  z-index: 888;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgb(43,52,70);
  background-color: rgba(43,52,70,0.9); /* Black w/ opacity */
}
.modal-content {
  margin: auto;
  display: block;
  width: 96%;
/*  max-width: 700px; */
}
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}
@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/* cmsms stylesheet: 2025_respo modified: středa, 9. července 2025 11:11:29 */
@media (max-width: 1400px) {
  #content {
    padding: 0 2%; 
  }
}
@media (max-width: 1270px) and (min-width: 940px) {
  .menu { top: 0; }
  .menufix {
    align-self: flex-start;
    margin-top: 7px;
  }
}
@media (max-width: 940px) {
  .hlavicka {
    z-index: 9999;
    height: 70px !important;
    position: fixed;
    top: 0px;
    left: 0;
    width: calc(100% - 70px);
    background: #fff;
    padding: 0;
  }
  .socsite {
    flex-flow: wrap;
    padding: 2px 20px;
  }
  #header2025 {
    height: calc(100vh - 300px) !important;
    min-height: 260px;
    padding-top: 80px;
/*  bottom: 10px; */
  }
.headbut {
  width: 26%;
  position: relative;
  left: 68%;
}
motto-header {
  max-width: 64%;
}
  .inside {
    margin: 0 auto;
  }
  .inside h1, .inside h2, .inside h3, .inside h4, .inside p {
    padding: 0 7px;
  }
  #content {
    padding: 0; 
  }
  .socsite a img {
    height: 36px;
  }
  #menu2, #menu2 .odkazy { 
    height: auto;
    margin-top: 0; 
    border-radius: 0;
  }
  #menu2 .odkazy { 
    padding: 15px 2px; 
  }
  #menu2 .odkazy a, .menu3.odkazy a {
    display: inline-block;
  }
  .menu3.odkazy {
    margin: 0px;
    text-align: center;
    padding: 10px 0;
    height: auto;
    position: fixed;
    top: 70px;
  }
  .menu3.odkazy a {
    padding: 7px 5px;
    display: inline-block;
  }
  #content {
    margin-top: 170px;
  }
  .partneri img {
    margin: 20px 0;
  }
}
@media (max-width: 520px) {
  #header2025 {
    max-height: 320px;
   margin-top: 60px;
  }
  .headbut {
    width: 40%;
    position: relative;
    left: 40%;
  }
  motto-header {
    width: 82%;
  }
  .motto-header img { max-width: 85%; }
  .inside {
/*    padding: 0 12px; */
  }
  .socsite a img {
    height: 25px;
    padding: 0px 2px;
  }
  .partneri img {
    max-width: 280px !important;
    height: auto;
  }
.logo img, .logo-in img, .socsite img { 
  padding: 0px;
  max-width: none;
}
  table {
    width: 100% !important;
    overflow-x: auto; 
  }
  th, td, th p, td p {
    padding: 2px;
    /* font-size: 0.75em; */
  }
  #content p {
    padding-left: 7px;
  }
  #content ul {
    padding-left: 35px;
  }
  .news-foto {
    width: 99.2% !important;
    max-width: 100% !important;
    height: auto;
    float: none !important;
    margin: 0px 0 20px 0px !important;
  }
  .termin { top: 70px !important; }
  .termin h1 { font-size: 18px; }
  .odpocet { font-size: 26px; }
  .datum { font-size: 36px !important; }
  .nomobile { display: none !important; }
  .logo, .logo-in {
    background: transparent !important;
  }
}
@media (max-width: 370px) {
  .hlavicka {
        width: calc(100% - 70px);
  }
  #footer .inside {
    padding: 0 3px !important;
  }
  .pata img { 
    max-width: calc(100% / 4.2);
    height: auto;
  }
  .menu ul li a {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-height: 500px) {
  .zobraz .menu {
    overflow: scroll;
    height: calc(100vh - 140px) !important;
  }
}
/* cmsms stylesheet: ZT_news modified: neděle, 22. června 2025 22:08:49 */
.NewsSummaryUp {
  width: 100%;
  padding: 20px 0 0 0;
}
.NewsDate, .nws-dat {
  font-size: 13px;
  margin-bottom: 10px;
  color: #999;
}

.NewsTitle {
/*  float: left; */
  margin: 0 0 0 55px;
}
.NewsSummary h1 a, .NewsSummary h2 a {
  text-decoration: none;
  color: #1A2B4C;
}
.NewsSummary h1, .NewsSummary h2 { text-transform: uppercase; }
.NewsSummary h2 a:hover { color: #E1BA55; }
.NewsBody {
  padding: 5px 0 0 0;
  margin-left: -15px;
}
.NewsSummarySummary p {
  padding-left: 0 !important;
  font-weight: normal !important;
}
.nws-dat {
  padding-left: 0 !important;
}
.NewsSummary {
  margin: 0px;
  padding: 30px 20px;
}
.NewsSummary:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.NewsPages {
  text-align: left;
  border-top: 1px solid #dfdfdf;
}
.NewsPages a { text-decoration: none }
.NewsPages a:hover { font-weight: bolder; }
.NewsBody td {
  border: 1px solid #999;
  padding: 3px;
  word-wrap: normal !important;
  font-size: 12px;
}
.news-foto {
  max-width: 50%;
  height:auto;
/*  float: left; */
/*  margin: 0px 25px 10px 0px; */
  float: right;
  margin: 0px 5px 10px 25px;
}
.news-foto-top img {
  margin: 0px;
  padding: 0;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16 / 9;
  transition: all ease-in-out .3s;
  opacity: 1;
}
.news-foto-top a:hover img {
  opacity: .6;
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  display: inline-block;
  cursor: pointer;
  border: 0;
}
#NewsPostDetailContent img { margin: 30px 0; }

@media (max-width: 480px) 
{
  .news-foto {
    max-width: 100%;
    width: 100%;
    float: none;
  }

}
/* cmsms stylesheet: FormBuilder Default Style modified: pátek, 10. ledna 2025 16:00:11 */
/* Sample FormBuilder CSS base */
.zt_forms {
/*  text-align: center; */
}
.zt_forms div {
  margin: 15px 0;
}
.zt_forms table, .zt_forms tbody, .zt_forms tr, .zt_forms td  {
  border: 0 !important;
}
.zt_forms img {
 min-width: unset !important;
}
form {
	margin-top: 0
}
form table.formbuilderform {
  width: 100%;
  border: 0;
}
form tr, form td, form th, form li {
  font-size: 100%;
  background: #fff;
  border: 0;
}
form div.polozka {
  padding: 20px;
  margin: 10px 0;
  background: #f8f8f8;
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #F60;
	padding: 0.5em
}
label, fieldset label {
  width: auto;
  margin-right: 25px;
  display: inline; 
}
div.multi {
  display: inline;
}
input[type="email"] {
  margin-right: 20px;
}
legend {
	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
  margin: 30px 0;
  width: 100%;
  text-align: center;
}
.captcha img {
  border: 1px solid #F60;
/*  margin-bottom: 40px; */
}
.captcha input {
/*  width: 196px; */
/*  margin-top: 0.5em */
}
/* Just a bit more room for the Submit button */
.submit {
  padding: 20px;
  margin: 10px 0;
  background: #f8f8f8;
  text-align: center;
}
.fbsubmit {
  font-size: 18px;
  padding: 7px 20px;
}
.contactform input {
  border: 1px solid #f60;
}
.contactform input.checkbox {
  border: none;
}
.contactform label {
  display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #f60;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

@media screen and (max-width: 580px) {
  label {
    display: block;
    margin: 5px;
  }
  div.multi {
    text-align: center;
    display: block;
  }
  div.multi label {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 359px) {
  .polozka input {
    max-width: 100%;
  }
}
