/* cmsms stylesheet: cbz_normalize modified: pondělí 3. dubna 2023 19:54:34 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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;
}

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

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


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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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;
}

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;
}

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;
}

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

td,
th {
  padding: 0;
}
/* cmsms stylesheet: cbz_zaklad modified: úterý 21. července 2026 11:03:27 */
html {
  font-size: 62.5%;
 }
body {
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;	
  color: #4c4c4c;
}

/* Grid */
.container {
  position: relative;
  width: 99.98%;
  max-width: 1920px;
  min-height: calc(100vh - 60px);
  margin: 0 auto 60px auto;
  box-sizing: border-box;
  }
.container2023 {
/*  background: url(https://www.ceskybehzen.cz/uploads/dsgn2023/cbz_bgr-page.png) top center no-repeat; */
/*  background: url(https://www.ceskybehzen.cz/uploads/images/cbz_bgr_page2.png) top center no-repeat; */
  background: url(https://www.ceskybehzen.cz/uploads/images/2024/bgr-page2024a.gif) top center no-repeat;
  background-size: 100% auto;
  background-position-y: 100px;
}
.nula {
	margin: 0 !important;
	padding: 0 !important;
}
.socsite {
  position: absolute;
  right: 0px;
  z-index: 8888;
}
.socsite-top {
  font-size: 24px;
  color: #fff;
  padding: 0;
  position: absolute; 
  top: -8px;
  left: 4px;
  margin-bottom: 5px;
}
.socsite a:hover { filter: invert(1); opacity: 1; }

h1, h2, h3, h4, h5, h6 {
  margin: 15px 0 15px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 30px;
  color: var(--ruzova);
/*  text-transform: uppercase; */
}
h2 {
  font-size: 26px;
  color: var(--modra1);
}
h3 { 
  font-size: 22px;
  color: vat(--modra2);
}
h4 { 
  font-size: 18px;
  color: var(--modra2);
}

p {
  margin: 10px 0px 0px 0px;
}
.center, .nastred { text-align: center; }

/* Blocks */
#content {
  padding: 0 10px;
  margin-bottom: 90px;
}
.max1200 { 
  max-width: 1200px !important;
  width: 1200px;
}
.row, .cela {
  margin: 0 auto;
  padding: 0;
  display: table;
  width: 100%;
}
.row img {
  max-width: 100%;
  max-height: 100%;
/*  width: auto; */
  height: auto;
}
.logo {
  width: 220px;
  float: left;
  margin-top: 5px;
}
#headerhome {
/*  max-height: 500px; */
/*  height: 500px; */
  text-align: center;
  margin-top: -20px
  display: block;
}

#header {
  max-height: 300px;
  height: calc(0.33 * 100vw);
/*  height: 99.8vh; */
  text-align: center;
  margin-top: -20px
}
#header2023 { 
  height: calc(0.17 * 100vw);
  text-align: center;
  margin: 0;
}
#header2026 { 
  height: calc(0.25 * 100vw);
  text-align: center;
  margin: 0;
  background: url(https://www.ceskybehzen.cz/uploads/images/2026/bgr-page2026a.jpg) top center no-repeat;
  background-size: 100% auto;
}
@media (min-width: 1200px) {
  #header2026 { 
   min-height: 370px;
   max-height: 370px;
  }
}
.fullscreen-bg, .fullscreen-bg-inside {
    position: absolute;
    top: 90px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 670px;
    overflow: hidden;
    z-index: -100;
}
.fullscreen-bg__video {
    position: absolute;
    top: 330px;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#headerhome2023 {
  position: relative;
  width: 100%;
/*  background: url(https://www.ceskybehzen.cz/uploads/dsgn2023/bg-home2023.jpg) top center no-repeat; */
  background-size: cover;
  z-index: -350;
}
.motto2023 {

}
.head0 img, .head1 .logo img { width: 100%; }
.head0 {
  z-index: -300;
  top: 0;
}

#header .motto {
  position: absolute;
  top: 280px;
  width: 100%;
}
.motto {
    display: block;
    top: 4%;
    position: relative;
}
.motto h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 6em;
  color: #fff;
  margin: 0px 0px 0px 0px;
}
.motto h2 {
  font-size: 1.8em;
  color: #fff;
  margin: 10px 0 0 0;
  text-transform: none;
}

.frame iframe{
  width: 100%;
  height: calc(100vh - 450px);
/*  max-width: 560px; */
/*  max-height: 315px; */
}
.picto img {
	float: left;
	margin-right: 10px;		
}
.picto h2 {
	
}
.doprostred {
	width: 90%;
	margin: 11% auto;
}
.midle {
	vertical-align: middle;
	display: flex;
/*	margin: 0 !important; */
	padding: 0 !important;
}
.triko {
	background: url(../images/triko.jpg) right top no-repeat;
	min-height: 450px;
}
.jasno {
	background: url(../images/jasno.jpg) left top no-repeat;
	min-height: 450px;	
}
.trikonike {
	background: url(../images/trikonike.jpg) center top no-repeat;
	min-height: 430px;	
}
.tesit2 {
	background: url(../images/tesit2.jpg) right top no-repeat;
	min-height: 590px;	
}
.seda-bg { background: url(../images/seda.jpg) repeat; }
img.triko {
	max-width: 960px;
	width: 100%;
	height: auto;
}
sikmo {
    position: relative;
    text-decoration: none;
}
sikmo:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 50%;
    border-top: 2px solid #ff0000;
    -webkit-transform:rotate(10deg);
    -moz-transform:rotate(10deg);
    -ms-transform:rotate(10deg);
    -o-transform:rotate(10deg);
    transform:rotate(10deg);
}
.seda { color: #aaa; }

/* Links */
a {
  color: var(--modra1);
  cursor: pointer;
}
a:hover {
  color: var(--ruzova);
  cursor: pointer;
}
a:hover img {
  filter: invert(0.03);
}
.logo a:hover img {
  filter: blur(3px);
}
.gallery a:hover img {
  filter: none;
}
.fotopas a:hover, .fotopas a:hover img {
	-webkit-filter: sepia(1) saturate(30) contrast(1) invert(0);
	filter: sepia(1) saturate(30) contrast(1) invert(0);	
}
.mapa{
  margin: -10px 0 -10px 0;
}
.trat {
  clear: both;
  width: 100%;
  font-size: 3rem;
}
.mapa img, .fotka img, .trat img {
  max-width: 100%;
  width: 100%;
}

/* Buttons */
.button, button, .button3, .button-home1, input[type="submit"], input[type="reset"], input[type="button"] { 
/*  display: inline-flex; */
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none;
  white-space: nowrap;
  background-color: var(--seda-svetla);
  border-radius: 7px;
  border: 1px solid #ddd;
  cursor: pointer;
  margin: 7px 0; 
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.button img {
  max-width: none;
  max-height: none;
}
a.button:hover img, .button img:hover {
  filter: none;
}

.button-home1 {
  background: #ff008c;
  color: #fff;
}
.button2 {
	padding: 5px 30px;
	color: #00AFE6;
	border: 1px solid #00AFE6;
	border-radius: 10px;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
}
.button2:hover, .button2:active, .button2:focus {
  color: #fff;
  background: #00AFE6;
}
.button3 {
 color: #ff008c; /* ruzova */
}
.button:hover, .button2:hover, .button3:hover, .button-home1:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  opacity: 1;
  transform: scale(1.1);
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; 
}
.button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB;
}
.cudlik, .cudlik1, .cudlik2, .cudlik3 {
  padding: 10px 25px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 7px;
  margin: 15px 0;
  font-stretch: condensed;
  text-decoration: none;
  filter: drop-shadow(0px 0px 6px #aaa);
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  display: inline-flex;
}
.cudlik { 
  background: #fff; 
  color: #999;
}
.cudlik1 { background: var(--modra1); }
.cudlik2 { background: var(--ruzova); }
.cudlik3 { background: var(--modra2); }

.cudlik:hover {
  transform: scale(1.1);
}
.cudlik1:hover, .cudlik2:hover, .cudlik3:hover {
  color: #fff;
  filter: none;
  transform: scale(1.1);
}


/* 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;
  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; 
}


/* Lists */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  list-style: square;
  margin-bottom: 2px;
  margin-left: 50px;
  padding: 2px 0;
  }


/* 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; }


/* Tables */
th,
td {
	padding: 10px 7px;
/*  text-align: center; */
/*  border-bottom: 1px solid #E1E1E1; } */
	vertical-align: middle;
}
th:first-child,
td:first-child { padding-left: 0; }
th:last-child,
td:last-child { padding-right: 0; }
th {
  font-size: 0.8em !important;
  font-weight: normal;
  color: #aaa;
}

/* Spacing */
button, .button {
/*  margin: 0.5rem; */
  margin: 10px;
}
input, textarea, select, fieldset {
/*  margin-bottom: 1.5rem;*/
} 
pre, blockquote, dl, figure, table, p, ul, ol, form {
/*  margin-bottom: 2.5rem; */
}


/* Utilities */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

.fixuj {
  position: sticky !important;
  top: 0px !important;
  z-index: 500;
  background: #fff;
/*  background:#e9f6fc; */
}
.nula {
	margin: 0 !important;
	padding: 0 !important;
}
.vlevo60 { padding-left: 60px; }
.bila { color: #ffffff; }  
.jazyky {
  width: 100%;
  height: 25px;
  text-align: right;
  color: #1EAEDB;
  background: #e9f6fc;
}
.jazyky a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  text-decoration: none;
  padding: 3px 10px;
  color: #df1190;
}
.jazyky a:hover {
  text-decoration: underline;
}

/* footer */
.pata {
  width: 100%;
  background: var(--ruzova);
  padding: 0;
  margin: 0;
  text-align: center;
  position: fixed;
  bottom: 0px;
/*  height: 80px; */
  color: #fff;
  font-size: 11px;
  padding: 0 0 7px 0;
}
.pata img { 
  width: auto;
  padding: 2px 5px;
}

.copyr {
  padding: 5px;
  color: #aaa;
  font-size: 12px;
  background: #555;
}
.pata a, .copyr a {
  color: #fff;
}
img.pata-socsite {
  max-height: 12px;
  padding: 0 2px;
}

.foot-socsite {
  position: fixed;
  right: -1px;
  top: 220px;  
  background: var(--ruzova);
/*  border: 1px solid #fff; */
  border-radius: 12px 0 0 7px;
  padding: 25px 20px 5px 20px;
  opacity: 0.30;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.foot-socsite:hover {
  right: -1px;
}
.foot-socsite .ikona {
  margin: 5px 0;
}
.pata a:hover, .foot-socsite a:hover, .foot-socsite:hover { 
  opacity: 1;
}
.pata a:hover img, .foot-socsite a:hover img {
  filter: invert(.7);
}
.pata hr {
  width: 50%;
  height: 1px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  opacity: 0.5;
}

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

/* Barvy */

.barva1 { color: #1eaedb !important; }
.barva2 { color: #6D70C1 !important; }
.barva3 { color: #6f55ff !important; }
.barva4 { color: #e90a8b !important; }
.barva5 { color: #b79903 !important; }
.barva6 { color: #27a731 !important; }

:root {
/*  --modra1: #7690c9; */
  --modra1: #00747b;
/*  --modra2: #6d70c1; */
  --modra2: #9bc769;
/*  --ruzova: #ea0180; */
  --ruzova: #ed6f83;
  --fialova1: #f1eafa;
  --seda: #dedede;
  --seda-svetla: #fafafa;
}
/* cmsms stylesheet: cbz_menu modified: úterý 21. července 2026 10:42:51 */
/* MENU */
#menu {
  display: table-cell;
  vertical-align: middle;
}
.menu {
  font-weight: normal;  
  font-size: 14px;
  z-index: 9999;
  float: right;
}
.menu button {
    background: var(--modra1);
    border: 0;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    margin: 0;
    border-radius: 12px;
    width: 90px;
    height: 90px;
    text-align: center;
    display: none;
}
.menu button:hover, .menu button:focus {
  background: var(--modra2);
}
.menu.zobrazit ul {display: block;}
.menu a { 
  text-decoration: none; 
  color: #444;
}
.menu ul li a:hover {
  color: #1471b8;
  text-decoration: underline;
}
.menu ul li {
  list-style: none;
  display: block;
  float: left;
  position: relative;
  margin: 0px;
  transition: transform .2s;
}
.menu ul li a {
  padding: 5px 5px;
}
.menu ul li:hover { transform: scale(0.9); }
.menu ul li ul { 
  display: none;
  z-index: 50;
  min-width: 200px;
}

/* druha uroven */
.menu ul li ul li {
  display: block;
  padding: 10px 0px 10px 20px;
  margin: 0px;
  min-width: 120px;
  border: none;
}
.menu ul li ul li a {
  padding: 5px;
  margin: 0;
  border: none;
}
/* odskoky ofset */
#startovne, #cas, #registrace, #prezentace, #kategorie, #trate, #vysledky, #nw, #dalsi {
  padding-top: 120px;
  margin-top: -120px;
}
ul li:hover > ul {
  display: block;
  position: absolute;
  left: 0px;
  background: #fff;
  border-left: 1px solid #444;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  margin: 0;
  padding-top: 5px;
}

li:hover li { float: none; }
li:hover a { background: #fff; }
li:hover li a:hover { background: #fff; }

.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; }


/* MENU pod 768px */
@media screen and (max-width: 768px) {
  .menu {
  overflow: hidden;
  }
  .menu button {
    display: block;
  }
  .menu ul {display: none;}
  .menu.ukaz ul {
    background: var(--modra2);
    margin: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    display: block;
    border-radius: 0px;
    padding: 15px 0px;
    z-index: 100;
  }
  .menu.ukaz ul li {
    float: none;
    width: 100%;
    text-align: center;
  }
  .menu.ukaz ul li a {
    color: #fff;
    border: 0 !important;
    padding: 10px 0px;
    margin: 0;
    display: block;
    font-size: 20px;
  }
  .menu.ukaz ul li ul {
    display: none;
  }
  .menu.ukaz ul li:hover > ul {
    position: relative;
    border: 0;
  }
  .menu.ukaz ul li:hover a {
    background: #33c3f0;
    color: #ffffff;
  }
} /* end media 768 */
/* cmsms stylesheet: cbz_news modified: středa 20. srpna 2025 11:41:29 */
.NewsSummaryUp {
  width: 100%;
  padding: 20px 0 0 0;
}
h1.nws-det a {
  text-decoration: none;
}
h1.nws-det a:hover, .NewsSummary h1 a:hover {
  color: var(--seda) !important;
}
.NewsDate {
  width: 50px;
  height: 50px;
  background: #25aae2;
  display: block;
  float: left;
  color: #fff;
  text-align: center;
  padding-top: 9px;
  font-size: 12px;
}
.dat2013, .dat2017, .dat2021, .dat2025 { background: #E90A8B !important; }
.dat2014, .dat2018, .dat2022, .dat2026 { background: #A83DA7 !important; }
.dat2015, .dat2019, .dat2023, dat2027 { background: #6D70C1 !important; }
.dat2016, .dat2020, .dat2024, .dat2028 { background: #25AAE2 !important; }

.NewsTitle {
/*  float: left; */
  margin: 0 0 0 55px;
}
.NewsTitle a {
  text-decoration: none;
}
.NewsBody {
  padding: 5px 0 0 0;
  margin-left: -15px;
}
.NewsSummary {
  margin: 30px 0px;
  padding: 30px 20px;
  border-radius: 30px;
  border: 2px solid rgba(240, 230, 250, 0.35);
/*  background: rgba(240, 230, 250, 0.5); */
}
.NewsSummary:nth-child(2n) {
  border: 2px solid rgba(240, 230, 250, 0.35);
/*  background: rgba(240, 230, 250, 0.5); */
}
.NewsSummary a {
  text-decoration: none;
}
.NewsPages {
  text-align: left;
  border-top: 1px solid #dfdfdf;
}
.NewsPages a { 
  text-decoration: none;
  padding: 3px;
  background: var(--modra2);
  color: #fff;
  border-radius: 7px;
  min-width: 25px;
  display: inline-table;
  text-align: center;
}
.NewsPages a:hover {
  background: var(--ruzova);
}
.NewsBody td {
  border: 1px solid #999;
  padding: 3px;
  word-wrap: normal !important;
  font-size: 12px;
}
.NewsSummaryMorelink a, #NewsPostDetailReturnLink a { 
  color: #fff; 
  text-decoration: none;
}
/* cmsms stylesheet: cbz_respoon modified: úterý 21. července 2026 11:03:31 */
/* RESPOON */
.flexa {
  display: flex;
  flex-wrap: wrap;
}
.pulka {
  padding: 20px;
}
.nomobile { display: block; }
.jenmobile { display: none; }

/* vetsi 769px */
@media (min-width: 769px) {
  .container {
    width: 99.98%;
  }
  .cely, .cela {
    width:100%;
    margin: 0;
    padding: 0;
  }
  .pulka:first-child, .tretina:first-child, .ctvrtina:first-child { margin-left: 0; }
  .cela { width: 100%; }
  .pulka { width: calc( 45.25% - 10px); /* border-bottom: 1px solid #dadada; */ }
  .tretina { width: calc( 28% - 10px) }
  .tretina.odsadit:nth-child(1), .tretina.odsadit:nth-child(2) { width: 27%; margin-left: 5%; float: left; }
  .tretina.odsadit:nth-child(3)  { width: 27%; margin-right: 5%; float: left; }
  .ctvrtina { width: 21%; }
  .petina { width: 16%; }
  .pulka:nth-child(even), .tretina, .ctvrtina, .petina { margin-left: 3.95%; float: left; }
  .pulka:nth-child(even) { /* border-left: 1px solid #dadada; */ }
  .fotopas img { width: calc(97%/6); }
  .pulka-cista { width: 49.9%; float: left; } 
  .tretina-cista { width: 33%; float: left; }
  .ctvrt-cista { width: 25%; float: left; }
  .petina-cista { width: 19.9%; float: left; }
  .nastred60 p { padding: 0 20% !important; }
  .mobil-ne { display: block; }
  .mobil-ano { display: none; margin: 0 !important; }
  .ch2-icon {
    left: 10px !important;
    bottom: 10px !important;
    opacity: 0.5 !important;
  }
  .ch2-icon:hover { opacity: 1 !important; }
}

/* mensi 768px */
@media (max-width: 768px) {
  .fullscreen-bg, .fullscreen-bg-inside { /* height: 450px; */ }
  .foot-socsite { top: 270px; }
  #header {
/*  background: url(../images/header768.jpg) bottom right no-repeat; */
/*  margin-bottom: 120px; */	
/*  height: 680px; */
  }
  .head1 .logo {
    width: 80%;
    margin-left: 30px;
  }
/*  .motto h2:nth-child(2) { background: #34a3db; } */
/*  .motto h2:nth-child(3) { background: #238ec6; } */
  .cela, .pulka, .tretina, .ctvrtina { width: 100%; }
  .pulka:nth-child(even) { background: #fafafa; }
  p, .picto { padding: 0 3%; }
  .fotopas img { width: calc(98%/3); }
  .ctvrt-cista, .tretina-cista { width: 100%; float: left; }
  .nastred60 p { padding: 0 5% !important; }
  .mobil-ne { display: none; }
  .mobil-ano { display: block; margin: 0 !important; }
.ch2-icon {
    left: 2px !important;
    bottom: 2px !important;
    opacity: 0.5 !important;
}
.ch2-icon:hover { opacity: 1 !important; }
}

/* mensi 550px */
@media (max-width: 550px) {
  #header { /* height: 610px; */ }
  #header .motto { top: 370px; }
  .motto h1 {
    font-size: 4.6em;
    padding: 0px 30px 0px 30px;
    /* background: none; */
  }
  .vlevo60 { padding-left: 6px; }
  .pata { height: 110px; }
  .pata .loga img { 
/*    width: calc(90% / 4.2) !important; */
    height: auto;
  }
}

/* mensi 490 */
@media (max-width: 490px) {
  #header { /* height: 520px; */ }
  .container {
   /* margin: 0 0.98%; */
  }
  .motto h1 { font-size: 5.0em !important; }
  .nomobile { display: none; }
  .jenmobile { display: block; }
}

/* mensi 390px */
@media (max-width: 390px) {
   #header { /* height: 600px; */ }
   .motto h1 { font-size: 3.5em !important; }
   .socsite { top: 250px; }
}

/* vetsi FullHD */
@media (min-width: 1920px) {
  .container {
    width: 1920px;
    max-width: 1920px;
  }
  .ctvrt-cista { width: 25%; float: left; }
  .tretina-cista { width: 32%; float: left; padding: 0 10px; }	
}
/* cmsms stylesheet: cbz_odpocet modified: úterý 4. dubna 2023 23:26:43 */
.odpocet {
  max-width: 1200px;
  width: 98%;
  text-align: center;
/*  margin-left: calc(100% - 620px); */
  margin-top: 0px;
}
.odpocet h1, .odpocet h2, .odpocet p {
  color: #fff !important;
}
.odpocet table {
  height: 60px;
  margin: 0;	
  border: 0;
  float: right;
}
.odpocet table td.kalendar {
  border: 0;
/*  background: var(--modra1) url(https://www.ceskybehzen.cz/uploads/images/kal-top.png) center top no-repeat; */
  background-color: var(--modra1);
  display: inline-block;
  border-radius: 12px;
  min-width: 60px;
  margin-left: 5px;
  text-align: center;
}
.odpocet h1 {
	font-size: 24px;
	padding: 5px 0 0 0;
	margin: 0 5px;
	font-weight: bold;
}
.odpocet p {
	font-size: 9px;
	margin: -5px 0 0px 0;
	padding: 0 10px;
	text-transform: uppercase;
}
.odpocet td {
	margin: 0;
	padding: 0;
}
/* cmsms stylesheet: FormBuilder Default Style modified: pátek 21. ledna 2022 12:01:12 */
/* Sample FormBuilder CSS base */
.cbz_forms {
  text-align: center;
}
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
  margin-top: 30px;
  margin-bottom: 10px;
}
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 dashed #ccc;
  border-radius: 3em;
  padding: 0.5em
}
fieldset label {
  width: auto;
 font-weight: bold;
}
legend {
  color: #999;
/* background: #aaa; */
/* font-style: italic; */
  font-size: 1.3em;
/*  margin-bottom: 0.5em; */
  padding: 1.5em;
  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: 50px auto;
  width: 200px;
  text-align: center
}
.captcha img {
	border: 1px solid #aaa;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em
}
.contactform input {
	border: 1px solid #aaa;
}
.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 #aaa;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
label, legend {
  display: block;
  margin: 10px 0;
/*  font-weight: bold; */
/*  font-size: 17px; */
}
