@charset "UTF-8";

h2 {
  margin-top: 1.5em;
}

h6 {
  position: left;
  margin-top: 0.1em;
}

p {
  font-family: 'Source Sans Pro', sans-serif;
}

p code {
  font-size: 1.2em;
  font-weight: bold;
}

dt {
  font-weight: bold;
  margin: 2em 0 .5em;
}

dt code,
dd code {
  font-size: 1.3em;
  line-height: 150%;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.topImage,
.topImageCurtain {
  position: fixed;
  height: 29rem;
  width: 100%;
  top: 1em;
}

.topImage {
  width: 100%;
  background-image: url("/images/praha1.webp");
  background-size: cover;
  z-index: -2;
  animation: topImgIn 3s ease-out;
  top: 5em;
}

.topImageCurtain {
  background-color: #ffffff;
  top: 5em;
  z-index: -1;
  animation: topImgCur 3s;
  animation-fill-mode: forwards;
}

@keyframes topImgIn {
  from {
    background-position: 10% 10%;
  }

  to {
    background-position: 0% 0%;
  }
}

@keyframes topImgCur {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 0;
  }
}

.ui-header .jqm-home {
  top: 0.65em;
}

nav {
  margin: 0;
}

p.intro {
  font-size: 0.96em;
  line-height: 1.3;
  border-top: 1px solid #75ae18;
  border-bottom: 0;
  background: none;
  margin: 1.8em 0;
  padding: 1.8em 15px 0;
}

p.intro strong {
  color: #558e08;
}

.primary-a {
  background-color: #06002a;
  padding-top: 3em;
  width: 100vw;
  min-width: 100vw;
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100vh;
  justify-content: space-evenly;
}

.primary-a h1,
.primary-a p {
  color: white;
  text-align: center;
  font-family: "Daytona";
  max-width: MIN(80vw, 60em);
  width: 60em;
}

.primary-a h1 {
  font-size: 3rem;
  margin: 2rem;
}

.primary-a p {
  font-size: 2rem;
  margin: 1rem 1rem 4rem 1rem;
}

.primary-a img {
  flex-shrink: 1;
  max-width: 100vw;
}

.primary-a0,
.primary-cGrey,
.primary-cWhite,
.primary-cRed,
.primary-d,
.Lide,
.kontakt {
  border-width: 0px;
  border-style: none;
  width: 100%;
  max-width: 80em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  margin: 0px auto;
  margin-bottom: 0px;
}

.primary-cWhite {
  min-height: 8em;
  align-items: center;
  background-color: #ebeeff;
}

.content a.current {
  background-image: none;
  /* SPN: important! */
}

.primary-cGrey,
.Lide {
  background-color: #dce7f5;
  padding-bottom: 1em;
}

.primary-b,
.kontakt {
  background-color: #FFFFFF;
}

.primary-cWhite h1,
.primary-cGrey h1 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0rem;
  align-items: center;
  color: #666666;
}

.primary-cRed {
  background-color: var(--varBlue);
  border-width: 10px;
  border-style: none;
  margin-top: 4.5em;
  margin-bottom: 0px;
  width: 100%;
  max-width: 80em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}

#MenuBox {
  z-index: 5;
}

.primary-b {
  position: relative;
  z-index: 1;
}

/* ********************* Text v hlavi�ce str�nky ********************* */

/* mobile first */

.primary-a0 > p {
  display: none;
}

/* ******************************************************************* */

div.contentaL,
div.contentaR {
  flex-grow: 1;
  align-items: center;
  font-weight: 400;
  position: flex;
  background-color: #ffffff96;
}

.largestFontContent {
  margin-top: 0em;
  font-size: 2.8em;
  margin-bottom: 0.8em;
}

/* Pouziva stranka potvrzujici email */

.contentaL > p {
  font-size: large;
  color: #C00000;
}

/* ******************** */

.primary-ReferenceTitle {
  width: 100%;
  max-width: 80em;
  height: 3em;
  display: flex;
  background-color: var(--varBlue);
  align-items: center;
  justify-content: center;
  margin: 0em auto;
}

.primary-ReferenceTitle p {
  font-size: 200%;
  color: white;
}

.ccReferences {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

.primary-dA,
.primary-dB {
  flex-direction: column;
  justify-content: center;
}

.primary-dAA,
.primary-dAB {
  min-height: 18em;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1em;
  animation: 3s linear 1s slidein;
}

.dAA-textIn {
  min-height: 16em;
  background-color: #ffffff;
  text-align: center;
  margin-top: 1em;
}

.dAB-textIn {
  min-height: 16em;
  background-color: #ffffff;
  text-align: center;
  margin-top: 1em;
}

.dAA-textIn p,
.dAB-textIn p {
  color: #12003b;
  padding: 0.7em;
  text-align: center;
  margin-bottom: 0.02em;
}

.dAA-textIn3 {
  min-height: 8em;
  background-color: #ffffff;
  text-align: center;
}

.dAA-textIn3 p {
  color: #000000;
  padding: 0.35em;
  text-align: center;
}

.primary-dAA:hover,
.primary-dAB:hover {
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transform: translateY(-5px);
  color: #CCCCCC !important;
}

.primary-dA a,
.primary-dA a,
.primary-dB a,
.primary-dB a:visited {
  color: #CCCCCC;
}

.primary-dAA:hover,
.primary-dAB:hover::before {
  opacity: 1;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.pdAA--b1 {
  background-image: url("../images/indexa1.webp");
  border: solid 0.25em var(--varBlue);
  background-color: #401818;
  background-size: contain;
  background-position: top center;
}

.pdAA--b2 {
  background-image: url("../images/project_team.webp");
  border: solid 0.25em var(--varBlue);
  background-color: #401818;
  background-size: contain;
  background-position: top center;
}

.pdAA--b3 {
  background-image: url("../images/car-dashboard.webp");
  border: solid 0.25em var(--varBlue);
}

.pdAA--b4 {
  background-image: url("../images/lecture4.webp");
  border: solid 0.25em var(--varBlue);
  background-size: cover;
}

.pdAA--b5 {
  background-image: url("../images/indexb2.webp");
  border: solid 0.25em var(--varBlue);
  background-size: contain;
  background-color: #401818;
}

.pdAA--b1 :hover,
.pdAA--b2 :hover,
.pdAA--b3 :hover,
.pdAA--b4 :hover,
.pdAA--b5 :hover {
  opacity: 0.88;
  background: linear-gradient(10);
}

.contentRedBoxA,
.contentRedBoxB {
  display: block;
  position: absolute;
  bottom: 1em;
  margin: auto 1em 0 1em;
  width: calc(100% - 2em);
}

/* ********************************************************************* */

.mergeFontContent {
  font-size: 2em;
  font-weight: 400;
  text-align: center;
}

.dAA-textIn p {
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
}

.FontContentB {
  font-size: 1.6em;
  font-weight: 400;
  text-align: center;
}

.RedBoxNadpis {
  margin-top: 1px;
  color: #050c6b;
  text-orientation: upright;
}

.Loga img {
  background-position: center;
  background-color: #FFFFFF;
  border: double;
  margin: 5px;
  max-width: calc(100% - 10px);
}

h1 {
  text-indent: 0;
}

content-Lide {
  height: 30em;
}

.looper-inner {
  margin: 0 auto 0 auto;
  padding: 0;
  --LooperSize: MIN(30rem; 100vw);
  width: var(--LooperSize);
  min-height: var(--LooperSize);
  height: auto;
}

.looperItem {
  display: block;
  box-sizing: border-box;
  background-color: white;
  font-family: 'Open Sans', sans-serif;
  color: #030303;
  width: var(--LooperSize);
  border: solid 0.25em #666666;
  padding: 1em;
}

.looperItem h1 {
  font-size: 130%;
  align-items: center;
  margin-bottom: 0em;
  color: #666666;
}

.looperItem img {
  display: block;
  margin: 0.5em auto;
  --max-image: calc(100vw - 3em);
  max-width: MIN(var(--max-image), 15rem);
}

.looperItem h2 {
  display: block;
  text-align: center;
  margin: 0.5em auto;
  --max-image: calc(100vw - 3em);
  max-width: MIN(var(--max-image), 15rem);
}

.PersonName {
  font-weight: 400;
  font-size: 30px;
  margin: 0.2em;
}

.PersonDesc {
  font-weight: 300;
  font-size: 18px;
  line-height: 110%;
  /*	letter-spacing: 0.1em; */
  margin: 0.5em;
}

@keyframes stretch {
  0% {
    transform: scale(0.99);
    background-color: #CCCCCA;
    border-radius: 10%;
  }

  50% {
    background-color: CCCCCC;
  }

  100% {
    transform: scale(1.1);
    background-color: #CCCCCF;
  }
}

.KontaktMessage > p {
  text-align: center;
  color: #C00000;
  font-size: 30px;
  margin: 1em;
}

.KontaktBox {
  background-image: url("../images/bublina.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 25em;
  width: 30em;
  /*	background-color:#abcdef;*/
  margin-right: 10em;
  padding-left: 5em;
  padding-top: 5em;
}

.BoxInBox {
  background-color: #FFFFFF;
  height: 2.5em;
  width: 20em;
  border: #000000;
  border-radius: 1em;
  margin: 2.5em;
  background: #ffffff;
  /*  	background: linear-gradient(#ffffff 0%, #ffffff 100%);*/
  box-shadow: inset 5px 5px 20px 5px #cccccc;
}

.BoxInBox > p {
  margin-left: 1em;
  padding-top: 0.3em;
  font-size: 20px;
  font-weight: 300;
}

/* Boxes for 2. pagees */

.jak-pracujeme-a,
.jak-pracujeme-b,
.left-text-box {
  /*border-width: 0px;
	border-style:none;*/
  margin: 0px auto;
  max-width: 80em;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #FFFFFF;
}

.jak-pracujeme-a,
.jak-pracujeme-b {
  display: flex;
  flex-wrap: row nowrap;
  align-items: center;
  justify-content: center;
}

@media (min-width: 40em) {
  .topImage {
    width: 100vw;
  }

  .topImage {
    height: 25em;
  }

  .primary-b {
    margin: 0em auto;
    min-height: 2.8em;
    font-size: 1.5rem;
    position: relative;
    justify-content: space-around;
    flex-wrap: row nowrap;
    padding: 6em 0 6em 0;
    background-color: #06002a;
    opacity: 0.8;
  }

  .primary-a0 > p {
    display: block;
    padding: 1em;
    padding-left: 4em;
    padding-right: 4em;
    font-size: 16px;
    color: #C00000;
    font-style: italic;
    font-weight: 200;
    text-align: justify;
  }

  .largestFontContent {
    margin-top: 2em;
    font-size: 2.6em;
    margin-bottom: 0.5em;
  }

  .primary-dAA {
    min-height: 33em;
    margin: 1.5%;
  }

  .primary-dAB {
    min-height: 25em;
    margin: 1.5%;
  }

  .primary-dB {
    padding-bottom: 2em;
    background-color: #ebeeff;
    opacity: 0.95;
  }

  .White {
    color: #CCCCCC;
  }

  .primary-dA {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    padding-top: 2em;
  }

  .primary-dB {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    padding-bottom: 4em;
  }

  .primary-aA {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .contentRedBoxA,
  .contentRedBoxB {
    display: block;
    position: absolute;
    bottom: 1em;
    margin: auto 1em 0 1em;
    width: calc(100% - 2em);
  }

  .largestFontContent {
    margin-top: 1.5em;
    font-size: 4em;
    margin-bottom: 0.5em;
  }

  .Loga {
    height: 20em;
    margin: 2em;
    max-width: calc(100% - 4em);
  }

  .looper-inner {
    height: var(--LooperSize);
  }

  .looperItem {
    height: var(--LooperSize);
  }
}

@media (min-width: 80em) {
  .primary-a h1 {
    font-size: 6rem;
  }
}

@media (max-width: 39.9em) {
  .contentaL__TopPage {
    font-size: 150%;
    width: 100%;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
  }

  .contentaR__TopPage {
    font-size: 150%;
  }

  .largestFontContent {
    font-size: 2.5em;
    margin-top: 2em;
    margin-bottom: 0.8em;
  }

  .mergeFontContent {
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
  }

  .dAA-textIn p {
    font-size: 1.1em;
    font-weight: 400;
    text-align: center;
  }

  .SmallFontContent {
    font-size: 0.9em;
    font-weight: 400;
    text-align: center;
  }

  .primary-dAA {
    min-height: 25em;
    margin: 1.5%;
  }

  .primary-dAA {
    animation: dSpacebuttonHover 6s;
  }

@keyframes dSpacebuttonHover {
    0% {
      filter: brightness(1);
    }

    50% {
      filter: brightness(0.8);
    }

    100% {
      filter: brightness(1);
    }
}

  .primary-dAB {
    min-height: 15em;
    margin: 1.5%;
  }

  .primary-b {
    margin-top: 10em;
    margin-bottom: 6em;
    font-size: 1.5rem;
  }

  .primary-dAB {
    min-height: 25em;
  }
}