body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  background-color: rgb(70, 70, 70);
  background-image: url(./img/backgroundStrip.png);
  background-repeat: repeat-x;
}

section,
nav,
footer,
header,
article {
  margin: 0;
}

#wrapper {
  margin: auto;
  position: relative;
  max-width: 60em;
  min-width: 20em;
}

.moje_meno {
  font-family: 'Comfortaa', cursive;
  /*font-family: 'Press Start 2P', cursive;*/
  font-size: xx-large;
  font-weight: 700;

  width: auto;
  max-width: 8em;
  float: none;

  margin-top: 0.5ex;
  /*border: solid black 2px;*/
}

.cv-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2ex;
  padding-bottom: 1ex;
}

.header-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 1ex;
}

.moje_meno>span {
  color: rgb(0, 102, 255);
}

#article {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;

  float: left;
  clear: left;
  position: relative;

  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 2ex;
  width: 45.3em;

  margin-bottom: 0;
  background-color: white;

  /*box-shadow:5px 7px 7px black;
  border-radius:11px; */
}

.techno {
  font-size: 85%;
  font-weight: bolder;
  padding-top: 8px;
  margin-bottom: 8px;
  display: block;
  color: #0066cc;
}

.tdyear {
  padding-right: 0px;
}

#article H3 {
  text-align: center;
  margin: auto auto;
  width: 10em;
  clear: both;
  /*border: solid black 2px; */
}

#section_left {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;

  position: absolute;
  padding: 1em;
  padding-top: 0;
  padding-bottom: 1em;
  width: 10.7em;
  right: 0;
  bottom: 0;
  top: 0ex;
  /*15ex*/
  background-color: white;
  border-left: thin dotted rgb(80, 80, 80);
  /*box-shadow:5px 7px 7px black;    */
  /*border-radius:11px;	*/

  overflow-y: auto;
  overflow-x: hidden;
  /*display: none;   */
}

#article h2 {
  text-align: left;
  color: rgb(0, 0, 0);
  font-size: large;
  border-bottom: 2px solid #0066cc;
  padding-bottom: 4px;
  margin-top: 1.5ex;
  margin-bottom: 1ex;
}

#section_left h2 {
  text-align: center;
  color: rgb(0, 0, 0);
}

#section_left h6 {
  text-align: left;
  margin: 0;
  margin-top: 0.5ex;
  margin-bottom: -0.2ex;
  color: rgb(0, 0, 0);
}

#section_left h5 {
  text-align: left;
  margin: 0;
  margin-top: 1.5ex;
  margin-bottom: 0.2ex;
  color: rgb(0, 0, 0);
}

#section_left>img {
  text-align: center;
  margin: 1em 0.2em;
  width: 10em;
  text-decoration: none;
  border: none;
}

.left_sec {
  font-size: small;
}

.x_small {
  font-size: x-small;
}

#header {
  border-radius: 11px;
  margin-bottom: 1ex;
  padding-top: 1ex;
  background-color: rgb(0, 0, 0);

  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0, #9E9C9E),
      color-stop(1, #808080));
  background-image: -o-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: -moz-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: -webkit-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: -ms-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: linear-gradient(to bottom, #9E9C9E 0%, #808080 100%);

  height: 13ex;
  position: relative;

  box-shadow: 5px 7px 7px black;
}

#header img {
  border: 0;
}

#header .search {
  position: absolute;
  right: 1em;
  bottom: 1ex;
  width: 193px;
  height: 48px;
  border: 2px black solid;

  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0, #9E9C9E),
      color-stop(1, #808080));
  background-image: -o-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: -moz-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: -webkit-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: -ms-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: linear-gradient(to bottom, #9E9C9E 0%, #808080 100%);

  border-radius: 8px;
}

#header .search>img {
  width: 193px;
}

#searchInput {
  /*input text*/
  position: absolute;
  width: 140px;
  height: 28px;
  right: 44px;
  top: 6px;
  z-index: 2;
  font-size: 120%;

  border-radius: 5px;
}

#searchButton {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  height: 35px;
}

#header>div:nth-of-type(1) {
  position: absolute;
  right: 1em;
  top: 1ex;
  font-weight: bold;
  font-size: 110%;
  color: white;
  text-decoration: underline;

  text-align: right;
}

#header>div:nth-of-type(1):first-line {
  text-decoration: none;
}

#header>h1 {
  display: none;
}

.imga>img {
  display: block;
  margin: auto;
  margin-top: 1ex;
}

#footer {
  position: relative;
  padding: 2em 1em;
  clear: both;
  background: #2c3e50;
  color: #ecf0f1;
  border-top: 3px solid #0066cc;
}

#footer a {
  color: #3498db;
  text-decoration: none;
  transition: color 0.3s ease;
}

#footer a:hover {
  color: #5dade2;
}

#footer a:visited {
  color: #3498db;
}

.sluzba {
  font-weight: bold;
  font-size: 0.9em;
  width: 15em;
  height: 8ex;
}

.footart {
  position: absolute;
  width: 10em;
  top: 1.5ex;
  left: 17em;
}

.sluzba>img {
  height: 9ex;
  float: left;
  margin-right: 1em;
  vertical-align: middle;
}

.credits {
  text-align: center;
  margin-bottom: 1ex;
}

.credits>a {
  font-weight: bold;
}

.button {
  background-color: White;
  width: 50px;
  height: 40px;
  float: left;
  margin-right: 1em;
}

ul[class=hlava] {
  list-style-image: url('img/MirtanHla16.ico');
}

.innerUl {
  list-style: square url();
}

.telefon {
  width: 13em;
  border: solid rgb(0, 0, 205) 3px;
  margin: auto;
  padding: 1ex;
}

.telefon:first-line {
  margin-bottom: 0.7ex;
}

.orange {
  color: orange;
}

.blue {
  color: #3399FF;
}

.pink {
  color: #FF00CC;
}

li {
  margin-bottom: 0.8ex;
}

.video_player {
  margin-bottom: 2em;
}

#gaWrapp {
  margin-top: 15px;
  /*border: solid black 1px;*/
  position: relative;
  width: 100%;

  height: 96%;
  text-align: center;
  background-image: url('./img/backblack.png');
}

.gallerybck {
  padding-top: 20px;
  border: solid black 1px;
  text-align: center;
  background-image: url('./img/backblack.png');
}

#galleryInfo {
  width: 100%;
  padding-left: 10px;
  padding: 5px;
  margin-left: 5px;
  margin-top: 5px;
  font-size: medium;
  color: white;

  /*http://www.colorzilla.com/gradient-editor/*/
}

.textLong {
  font-weight: 500;
}

#galleryIMGwrap {
  width: 70%;
  float: right;
}

.small {
  width: 40%;
}

.mid {
  display: block;
  margin: auto;
  text-align: center;
}

.blueHeader {
  font-size: large;
  background: rgb(45, 146, 229);
  /* Old browsers */
  margin-top: 0.5ex;
  margin-bottom: 0.5ex;
  background: rgb(150, 150, 150);
  /* Old browsers */

  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0, #9E9C9E),
      color-stop(1, #808080));
  background-image: -o-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: -moz-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: -webkit-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: -ms-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: linear-gradient(to bottom, #9E9C9E 0%, #808080 100%);
}

.new {}

.dashedBorder {
  border-bottom: blue dashed 1px;
}

.signature {
  display: none;
}

.contact {
  float: none;
  width: auto;
  margin-top: 0;
  font-size: small;
  color: rgb(0, 102, 255);
  text-align: right;
}

.content {
  padding-top: 1ex;
  clear: both;
}

.progsdyfms {
  background-color: black;
  color: lime;
}

.tab_education td {
  min-width: 5em;
  padding: 0.8ex 1em;
}

.tab_education tr {
  padding-top: 0.05ex;
}

tr td:first-child {
  width: 6em;
}

.tab_education {
  width: 100%;
  border-collapse: collapse;
  background-color: #dcf1f8;
  margin-bottom: 1ex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.paddingBottom {
  padding-bottom: 10px;
}

.paddingTop {
  border-top: 10px solid transparent;
}

.soft-skills-label {
  vertical-align: top;
  padding-top: 6px !important;
}

.soft-skills {
  font-size: 90%;
  font-style: italic;
  color: #333;
  padding-top: 6px !important;
  padding-bottom: 8px !important;
  line-height: 1.4;
}

table {
  border-collapse: collapse;
}

img.fb {
  width: 30px;
  background: url(social30.png) 0 0;
}

img.gplus {
  width: 30px;
  background: url(social30.png) -30px 0;
}

img.in {
  width: 30px;
  background: url(social30.png) -60px 0;
}

img.you {
  width: 30px;
  background: url(social30.png) -90px 0;
}

img.blog {
  width: 30px;
  background: url(social30.png) -120px 0;
}

img.mail {
  width: 30px;
  background: url(social30.png) -150px 0;
}

img.tw {
  width: 30px;
  background: url(social30.png) -180px 0;
}

img.insta {
  width: 30px;
  background: url(insta30.png);
}

img.stack {
  width: 30px;
  background: url(stack30.png);
}

img.github {
  width: 30px;
  background: url(git30.png);
}

.qr {
  display: none;
}

progress {
  width: 11em;
  height: 14px;
  margin: 2px auto;
  display: block;
  -webkit-appearance: none;
  border: none;
}


progress::-webkit-progress-bar {
  background: gray;
  border-radius: 50px;
  padding: 2px;
  box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
}


progress::-webkit-progress-value {
  border-radius: 50px;
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
  background:
    -webkit-linear-gradient(45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%),
    -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)),
    -webkit-linear-gradient(left, rgb(51, 102, 255), rgb(0, 102, 255));

  background-size: 25px 14px, 100% 100%, 100% 100%;
  -webkit-animation: move 5s linear 0 infinite;
}


@-webkit-keyframes move {
  0% {
    background-position: 0px 0px, 0 0, 0 0
  }

  100% {
    background-position: -100px 0px, 0 0, 0 0
  }
}


progress::-moz-progress-bar {
  background: gray;
  border-radius: 50px;
  padding: 2px;
  box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
}

.head_info {
  font-family: 'Press Start 2P', cursive;
  font-size: medium;
  float: none;
  margin-left: 0;
  margin-top: 0;
  text-align: right;
  color: #333;
}
