font-family: 'Open Sans', sans-serif;
.MotivText {
  font-family: 'Open Sans', sans-serif;
}

.MotivFotka {
  background-color: #0d2a56;
}

.buttonMg {
  float: left;   
  align-items: center;
  height: 60px; 
  width: 100%; 
  color: #ffffff; 
  font-size: 14pt; 
  font-weight: 900;
  text-align: left;
  margin: 10px 0px 10px 0px; 
  padding: 10px 20px 40px 20px; 
}

.buttonMg02 {
  float: left;    
  height: 60px; 
  width: 290px; 
  color: #000000; 
  background-color: #EEEEEE; 
  font-size: 12pt; 
  font-weight: 600;
  text-align: left;
  margin: 20px 10px 20px 10px; 
  padding: 10px 8px 10px 8px; 
}

.buttonMg03 {
  float: left;   
  height: 60px; 
  width: 290px; 
  color: #000000; 
  background-color: #FFFFFF; 
  font-size: 12pt; 
  font-weight: 600;
  text-align: left;
  margin: 20px 10px 20px 10px; 
  padding: 10px 8px 10px 8px; 
}

.buttonMg04 {
  float: left;    
  height: 180px; 
  width: 300px; 
  color: #000000; 
  background-color: #EEEEEE; 
  font-size: 12pt; 
  font-weight: 600;
  text-align: left;
  margin: 20px 10px 20px 10px; 
  padding: 10px 16px 10px 16px; 
}

/* v patičce odkaz na kontakt, reference    */
.napis1 {
  font-size:clamp(1.8rem, 2.2vw, 2.3rem) !important; 
  font-weight: bold; 
}

/* v digitalizace řízení výroby - Digitální dokumentace pro výrobu a údržbu,
v řízení pracovníků    */
.napis2 {
  font-size:clamp(16px, 2vw, 2rem) !important; 
  font-weight: bold; 
}

/* mouse over link */
a:hover {
  color: #ffffff;
}

.prekryvFotky {
  float: left; 
  height: 300px; 
  width: 1100px; 
  color: #ffffff; 
  background-color: transparent;
  margin: -300px 30px 20px -20px; 
  padding: 40px 20px 40px 20px; 
}

.boxNaTitulni {
  float: left; 
  height: 200px; 
  width: 100%; 
  color: #0d2a56; 
  font-size: 14pt; 
  /*  font-weight: 900; */
  text-align: center;
  background-color: #F2F5FC;
  margin: 30px 30px 20px 30px; 
  padding: 40px 20px 40px 20px; 
}

.tabulkaProdukty {
  width: 100%; 
  margin: 10px auto 10px auto; 
  border-collapse:collapse; 
  border: 0px; 
  background-color:gray;
  background-image: url("/obrazek/3/radaproduktu-png/"); 
  font-size:15px;
  color:blue;
}

.navbar{
  background-image:linear-gradient(90deg,  rgb(59, 22, 194), rgb(129, 17, 163), rgb(177, 26, 33), rgb(236, 120, 12));
}

footer{
  background-image:linear-gradient(90deg,  rgb(59, 22, 194), rgb(129, 17, 163), rgb(177, 26, 33), rgb(236, 120, 12));
}

.text-center{
  background-image:linear-gradient(90deg,  rgb(59, 22, 194), rgb(129, 17, 163), rgb(177, 26, 33), rgb(236, 120, 12));
}


.timeline {
  box-sizing: border-box;
}

/* Set a background color */
.timeline {
  background-color: #ffffff;
  font-family: Helvetica, sans-serif;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: grey;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.containerT {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.containerT::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: blue;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid grey;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent grey;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid grey;
  border-width: 10px 10px 10px 0;
  border-color: transparent grey transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: gray;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .containerT {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .containerT::before {
    left: 60px;
    border: medium solid gray;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}