body{
	font-family: sans-serif;
	font-size: 1.2em;
	color:#111;
	background-color: #fff;
}

.wpage {
	max-width:1920px;
}

.pjustify {
	text-align: justify;
}

.bg-copystudio {
	background-color: #fff !important;
}
.bg-copystudio-2 {
	background-color: #607891 !important;
}
.bg-copystudio-3 {
	background-color: #5F5F5F !important;
}
.bg-copystudio-4 {
	background-color: #A1B58C !important;
}

.border-copystudio {
	border-color: #fff !important;
}
.border-copystudio-2 {
	border-color: #607891 !important;
}
.border-copystudio-3 {
	border-color: #5F5F5F !important;
}
.border-copystudio-4 {
	border-color: #A1B58C !important;
}

.form-control {
	border: 2px solid #111;
	border-radius: 25px;
	background-color: transparent;

}

.btn {
	border-radius: 25px;
}

.link-copystudio {
	color: #607891 !important;
}

.link-copystudio:hover {
	color: #607891 !important;
	text-decoration: none;
}

.nav-link {
	color: #111 !important;
	border-radius: 4px; 
	padding: .5rem 1rem;
	transition: background 0.3s;
}

.nav-spacer {
	display: block;
	padding: .5rem 1rem;
	color: #000;
	pointer-events: none;
	cursor: default;
}

.nav-link:hover, .nav-link.active {
	color: #fff !important;
	background-color: #607891 !important;
}

.card .link-light:hover, .card .link-dark:hover {
	text-decoration: underline !important;
}

/*
.card-footer .nav-link, .list-group-item a {
	color: #fff !important;
}

.card-footer .nav-link:hover, .card-footer .nav-link.active, .list-group-item a:hover {
	color: #A3370C !important;
}
*/
.pagination .page-item {
	background: #5F5F5F;
	border-color: #5F5F5F;
	color: #ffffff;
	margin: 0px 6px 0px 6px;
	border-radius: 5px;
}

.pagination .page-item.active, .pagination .page-item:hover {
	background: #FAA803;
	border-color: #FAA803;
	color: #212529;
	border-radius: 5px;
}

.pagination .page-item .page-link {
	background: transparent;
	border-color: transparent;
	color: #ffffff;
}

.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
	background: #FAA803;
	border-color: #FAA803;
	color: #212529;
	border-radius: 5px;
}

.page-item:last-child .page-link, .page-item:first-child .page-link {
	border-radius: 5px;
}

#parallax {
	background-image: url("/static/images/parallax.webp");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 260px 0;
}

.nested-counter {
  counter-reset: item;
  list-style: none;
  padding-left: 1.5em;
}

/* Každý <li> zvyšuje svůj čítač a zobrazí jej */
.nested-counter li {
  counter-increment: item;
  margin: 0.5em 0;
}

.nested-counter li::before {
  content: counters(item, ".") ". ";
  font-weight: bold;
}

/* Vnořené <ol> musí taky resetovat čítač */
.nested-counter ol {
  counter-reset: item;
  list-style: none;
  padding-left: 1.5em;
}

.iframe-form {
  width: 100%;
  border: 0;
  display: block;
}

/* Extra small / default (do 575px) – malé mobily */
.iframe-form {
  height: 100dvh;       /* plná výška okna */
  min-height: 1300px;    /* pojistka pro hodně malé displeje */
}

/* Small ≥576px – větší mobily */
@media (min-width: 576px) {
  .iframe-form {
	height: 100dvh;
	min-height: 1200px;
  }
}

/* Medium ≥768px – tablety na výšku */
@media (min-width: 768px) {
  .iframe-form {
	min-height: 1200px;
  }
}

/* Large ≥992px – tablety na šířku / menší notebooky */
@media (min-width: 992px) {
  .iframe-form {
	min-height: 860px;
  }
}

/* Extra large ≥1200px – klasické desktopy */
@media (min-width: 1200px) {
  .iframe-form {
	min-height: 660px;
  }
}

/* Extra extra large ≥1400px – velké monitory */
@media (min-width: 1400px) {
  .iframe-form {
	min-height: 800px;
  }
}

.tab-pane:focus,
.tab-pane:focus-visible {
  outline: none;
  box-shadow: none;
}

.tab-pane:focus { outline: none; box-shadow: none; }          /* myš */
.tab-pane:focus-visible {
  outline: 2px solid rgba(0,0,0,.15);
  outline-offset: 2px;
  box-shadow: none;
}

#lswitch {
	bottom: 100px;
	right: 12px;
	position: fixed;
	z-index: 9999;
}

#open_preferences_center {
	background: #eee none repeat scroll 0 0;
	bottom: 5px;
	color: #999;
	right: 12px;
	cursor: pointer;
	height: 30px;
	line-height: 20px;
	position: fixed;
	text-align: center;
	-webkit-transition: all 4ms linear 0s;
			transition: all 4ms linear 0s;
	width: 180px;
	z-index: 9999;
	font-size: 16px;
	border: 1px solid #996600;
	border-radius: 10px;
	padding-top: 6px;
}
#open_preferences_center:hover {background-color: #996600; color: #eee;}