* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-family: "Tahoma", sans-serif;
  font-size: 0.85em;
  line-height: 1.25em;
  height: 100%;
  /*background-image:url(../img/background_gray.png);
  background-size: 25rem auto;
  background-repeat: repeat;*/
  background-color: #FFF;
  color: #000;
  min-height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; }

body {
  /*border: 0.1em solid white;
  border-top: 0;
  */
  position: relative;
  min-height: 100%;
  margin: auto;
  padding: 0;
  /*width: 800px;*/ }

/* Links */
a, a:link, a:hover, a:active, a:visited {
  color: #00aeef;
  text-decoration: none; }

a:hover, a:active {
  text-decoration: underline; }

a.active {
  font-weight: bold; }

p {
  line-height: 1.5em;
  margin: 0 0 1em 0; }

h1, h2, h3, h4, h5 {
  background-color: #00aeef;
  color: white;
  width: 100%;
  display: block;
  text-align: left;
  margin: 1rem 0;
  padding: 0 1rem; }

h1 {
  font-size: 1.9em;
  line-height: 1.95em;
  min-height: 2em; }

h2 {
  font-size: 1.6em;
  line-height: 1.7em; }

div.img {
  display: block;
  width: 100%;
  height: 70vw;
  max-height: 39rem;
  background-image: url(../img/PER_1123_compr.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
  margin-top: -1rem; }
  @media only screen and (min-width: 768px) {
    div.img {
      width: 768px;
      height: 39rem; } }
  div.img.about {
    background-image: url(../img/PER_1123_compr.jpg); }
  div.img.technical {
    background-image: url(../img/PER_1259_compr.jpg); }
  div.img.howto {
    background-image: url(../img/PER_1249_compr.jpg); }

h3 {
  line-height: 1.3em;
  font-size: 1.2em; }

h4 {
  line-height: 1.2em;
  font-size: 1.1em; }

h2.home {
  display: none; }

video {
  width: 100%; }

div.headerSpacer {
  width: 100%;
  background-color: #00aeef;
  height: 1rem; }

header {
  width: 100%;
  background-color: #00aeef;
  position: sticky;
  top: 0; }
  header div#logo {
    width: 100%;
    position: relative;
    margin: auto;
    color: white;
    display: block; }
    @media only screen and (min-width: 768px) {
      header div#logo {
        width: 768px; } }
    header div#logo a {
      line-height: 6rem;
      color: white; }
      header div#logo a.logo {
        font-weight: bold;
        font-size: 4rem;
        font-size: 0;
        background-image: url(../img/born-in-CV-big-02.png);
        width: 9rem;
        height: 100%;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        float: left; }

section {
  width: 100%;
  margin: auto; }
  section p {
    padding: 0 1rem; }
  @media only screen and (min-width: 768px) {
    section {
      width: 768px; } }
  section ul {
    padding: 0 1rem;
    margin-left: 2rem; }
    section ul lh {
      margin-left: -2rem; }

#showMenu {
  background-color: white;
  height: 4rem;
  width: 4rem;
  margin: 1rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0; }

#showMenu.open {
  background-color: transparent; }

#showMenu a {
  height: 4rem;
  width: 4rem;
  padding: 0;
  display: inline-block;
  position: relative; }

#showMenu a::before, #showMenu a::after {
  content: "";
  width: 4rem;
  height: 0.8rem;
  background-color: #00aeef;
  position: absolute;
  left: 0;
  transform-origin: 50% 50%;
  -webkit-transition: all 1s, -webkit-transform 1s;
  /* Safari */
  transition: all 1s ease; }

#showMenu a::before {
  top: 0.8rem; }

#showMenu a::after {
  top: 2.4rem; }

#showMenu.open a::before, #showMenu.open a::after {
  background-color: white;
  top: 1.6rem;
  transition: all 1s ease 0s; }

#showMenu.open a:before {
  transform: rotate(45deg); }

#showMenu.open a::after {
  transform: rotate(-45deg); }

nav {
  padding: 0;
  white-space: nowrap;
  width: 100%;
  -webkit-transition: all 1s, -webkit-transform 1s;
  /* Safari */
  transition: all 1s ease;
  height: auto;
  position: absolute;
  top: 5rem;
  left: 0;
  /*ul:before{
      content: "";
      display: table;
  }
  ul::after {
      content: "";
      display: table;
      clear:both;
  }
  */ }
  nav a {
    text-decoration: none;
    display: block; }
  nav ul {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    list-style: none;
        /*li::after{

            content:"";
            font-size: 1rem;
            
            display: block;
            width: 1pt;
            height: 1rem;
            
            background-color: red;
            position: absolute;
            right: 0;
            top: 1rem;

            transform: rotate(25deg);
            -webkit-transform: rotate(25deg); //
            -webkit-transition: all 0.3s, -webkit-transform 0.3s; 
            transition: all 0.3s;

        }
        li:hover::after{
            transform: rotate(-25deg);
            -webkit-transform: rotate(-25deg); 
            
            background-color: gray;

        }
        li:last-child::after{
            content: "";
            width: 0pt;
        }*/ }
    nav ul li {
      display: block;
      margin: 0;
      padding: 0 1rem;
      height: auto;
      position: relative;
      text-align: center;
      -webkit-transition: all 0.3s, -webkit-transform 0.3s;
      /* Safari */
      transition: all 0.3s;
      background-color: rgba(0, 174, 239, 0.9); }
      nav ul li:hover {
        background-color: #00aeef; }
      nav ul li a {
        line-height: 4rem;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: left; }
        nav ul li a:hover {
          text-decoration: none; }

nav {
  height: 0;
  width: 0;
  overflow: hidden; }

nav.open {
  display: block;
  height: 32rem;
  width: 100%;
  /*
      top: 4rem;
      top: 0;
      position: relative;*/
  -webkit-transition: all 1s, -webkit-transform 1s;
  /* Safari */
  transition: all 1s ease; }

footer {
  width: 100%;
  background-color: #00aeef;
  color: white;
  padding: 1rem 0 2rem 0; }
  footer div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    color: white;
    margin: auto; }
    @media only screen and (min-width: 768px) {
      footer div {
        width: 768px; } }
    footer div span, footer div a {
      flex-basis: 6rem;
      flex-grow: 1;
      white-space: nowrap;
      line-height: 2rem; }
    footer div a {
      background-repeat: no-repeat;
      min-width: 10rem;
      width: 100%;
      display: block;
      height: 5rem;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      footer div a.tul22 {
        background-image: url(../img/logo-tul/tul_zkratka_cz_white_RGB.png);
        flex-basis: 18rem;
        min-width: 18rem; }
        footer div a.tul22:hover {
          background-image: url(../img/logo-tul/tul_zkratka_cz_black_RGB.png); }
      footer div a.tul {
        background-image: url(../img/logo-tul/logo-tul-en.svg);
        flex-basis: 18rem;
        min-width: 18rem; }
      footer div a.tacr {
        background-image: url(../img/tacr/tacr_eng_doplnkove_inverzni.png);
        flex-basis: 5rem;
        height: 10rem; }
        footer div a.tacr:hover {
          background-image: url(../img/tacr/logo_eng_doplnkove_cervene.png); }

/*# sourceMappingURL=baked22.css.map */
