html * {
  max-height: 1000000px;
  /* reset, ktery vypne font size boost v mobile Chrome */
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* darkmode switch - mobile */
#toggleDarkMode:checked ~ label .toggleDarkMode-dot {
  --tw-translate-x: 0.75rem;
}
#toggleDarkMode2:checked ~ label .toggleDarkMode2-dot {
  --tw-translate-x: 0.75rem;
}

#toggleDarkMode2 ~ label .toggleDarkMode2-dot::before {
 /* font-family: "Font Awesome 5 Free"; */
  font-family: "Font Awesome 6 Pro";
  font-size: 13px !important;
  position: absolute;
  top: -6px;
  right: 2px;
  content: "\f185";
}

#toggleDarkMode2:checked ~ label .toggleDarkMode2-dot::before {
 /* font-family: "Font Awesome 5 Free"; */
  font-family: "Font Awesome 6 Pro";
  font-size: 13px !important;
  position: absolute;
  top: -6px;
  right: 1px;
  content: "\f186";
}

@media screen and (max-width: 1023px) {
  #toggleDarkMode2 ~ label .toggleDarkMode2-dot::before {
    font-size: 16px !important;
    position: absolute;
    top: 1px;
    right: 3px;
  }

  #toggleDarkMode2:checked ~ label .toggleDarkMode2-dot::before {
    font-size: 16px !important;
    position: absolute;
    top: 1px;
    right: 2px;
  }
}

.pinka {
  /*
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(255, 255, 255, 0.4),
      rgba(0, 0, 0, 0)
    )
    1 100%;
  border-left: none;
  border-top: none;
  border-bottom: none;
  */
}

.pinka.pinkalast {
  /*
  border-right: none;
  */
}

/* .pinka.pactive:after { */
.pinka.pactive:after {
  background: #d83633;
  /*
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  */
  width: 3rem;
}

.pinka:after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.8s ease;
}
.pinka:hover:after {
   /* width: 100%;  */
  background: #d83633;
  /* width: 8rem; */
  width: 3rem;
}

/*
.pinka {
	background:
    	linear-gradient(
      	0deg, 
      	#111,
      	#777,
      	#111
    	)
    	right center no-repeat; 
  		background-size: 1px 100%;
}
*/


.gradient-overlay {
  position: relative;
}
.gradient-overlay::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent 0%, black 100%);
  /* opacity: 0.5; */
}

/*
Home Block 1
*/

.blocek {
  padding: 4px 7px 5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}



.dc-pagination div {
  text-align: center;
  /* padding: .4rem .9rem .4rem .9rem; */
  font-size: 1.2rem;
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
  width: 2.6rem;
  /* border: 1px #ccc solid; */
  border-radius: 0.3rem;
}

.dark .dc-pagination a:hover div:not(.active) {
  background-color: #343434;
}

.dc-pagination a:hover div:not(.active) {
  background-color: darkblue;
  color: #fff;
}

.dc-pagination .active {
  background-color: #d83633;
  color: #fff;
}

.clanek p {
  padding-top: 1.4rem;
}

.clanek .premiumpopis p {
  padding-top: 0;
}

.clanek figure {
  max-width: 100%;
  padding-top: 1.8rem;
  padding-bottom: 1rem;
}

.clanek img {
  max-width: 100%;
}

.clanek .premiumpopis img {
  max-width: none;
}

article a {
  text-decoration: underline;
}

.clanek .premiumpopis a {
  text-decoration: none;
}

/* .. u titulni fotky je inline */
.clanek figcaption {
  font-size: 1rem;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .clanek figcaption {
    margin-top: 4px;
    font-size: 0.8rem;
    line-height: 1.4;
    text-align: center;
  }
}

.singlenadpis {
  font-size: 43px;
  letter-spacing: -1.72px;
  font-weight: 600;
  line-height: 55.9px;
}
@media screen and (max-width: 767px) {
  .singlenadpis {
    font-size: 2.4rem;
    letter-spacing: -1.72px;
    font-weight: 600;
    line-height: 1.2;
  }
}

/* obrazek v galerii */
.mkgalitem {
  /*
	display: block;
	size: 100%;
	overflow: hidden;
	*/
}

.mkgalitem img {
  transition: filter 0.3s ease-in-out;
  filter: grayscale(0);
}

.mkgalitem:hover img {
  filter: grayscale(100%);
}

.nounderline a {
  text-decoration: none;
}

.searchpagination a {
  display: inline-block;
  background-color: rgba(198, 45, 45, var(--tw-bg-opacity));
  padding: 0 2rem 0 2rem;
  line-height: 2.4;
  color: #fff;
  font-weight: 600;
  border-radius: 0.25rem;
}

.custompage h2 {
  font-size: 43px;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.custompage p {
  margin: 0;
  padding: 0;
  padding-top: 1rem;
}

.custompage img {
  margin: 0.5rem;
}

.custompage strong {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}

.custompage .mezera {
  margin-top: 1rem;
}
.custompage .bigmezera {
  margin-top: 2rem;
}

img.acenter {
  margin: 0 auto;
}
p.acenter {
  text-align: center;
}

#titimage figure img {
  width: 100%;
  /* object-fit: cover; */
  /* object-position: 50% 50%; */
}

span.premiumblocek {
  display: inline-block;
  /* display: none; */

  position: relative;
  top: -2px;

  color: #fff;
  background-image: linear-gradient(#b48811, #a2790d);

  font-family: Fira Sans, sans-serif;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 3px;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 0.8rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* top blok */
div.premiumblocek {
  /* display: none; */

  color: #fff;
  background-image: linear-gradient(#b48811, #a2790d);

  font-family: Fira Sans, sans-serif;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@keyframes marqueeslide {
  from {
    left: 100%;
  }
  to {
    left: -200%;
  }
}
@-webkit-keyframes marqueeslide {
  from {
    left: 100%;
  }
  to {
    left: -200%;
  }
}

#marquee1 {
  /* color:red;  */
  /* background:#f0f0f0; */
  width: 450px;
  /* height:120px; */
  /* line-height:120px; */
  overflow: hidden;
  position: relative;
}

#marqueetext1 {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 2450px; */
  /* height:120px; */
  /* font-size:30px; */
  animation-name: marqueeslide;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: marqueeslide;
  -webkit-animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

#marquee2 {
  margin-top: 1rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}

#marqueetext2 {
  position: absolute;
  top: 0;
  left: 0;
  animation-name: marqueeslide;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: marqueeslide;
  -webkit-animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 180px 0 0 0;
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #fff);
}
.dark .read-more {
  background-image: linear-gradient(to bottom, transparent, #1a1a1a);
}

/* mkuchar 2022-06-18 - blok a tlacitko ZDE v komercnim clanku */
p.zdeblok {
	padding-top: 2rem;
	text-align: center;
	font-weight: bold;
}

p.zdeblok a {
	display: block;
	width: 8em;
	margin: 0 auto;
	margin-top: 0.4em;
	background-color: #ed1c24;
	color: #fff;
	text-decoration: none;
	font-size: 1.0em;
	height: 2.2em;
	line-height: 2.2em;
	border-radius: 0.2em;
}
p.zdeblok a:hover {
	text-decoration: underline;
	background-color: red;
}

