body {
  margin: 0;
  padding: 0;
  background: url("img/bg.png") #F3F3F3;
  text-align: center;
}

img {
  border: 0;
}

.logo-img{
    margin: 22px 0;
    max-width: 205px;
      margin-top: 22px;
}
.outer-logo-div{
  max-width: 1292px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;



}
.im { 
  margin-right: 20px;
  margin-bottom: 20px;
}

.hlavicka {
  /* height: 100px; */
  text-align: left;
  background: linear-gradient(90deg, #017BAD 0%, #3FECE1 100%);
  background-size: cover;  
  border-left: 1px solid #3F3F3F;
  border-right: 1px solid #3F3F3F;  
  color: #808080;
  font: bold 36px verdana;
  /*padding-left: 20px;
  padding-right: 20px;*/
}


/* NEW */
.top-bar {
    background-color: #980044;
    color: white;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .logo {
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .logo span {
    margin-left: 10px;
  }
  .nav-bar {
    background-color: #f1f1f1;
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
  }
  .nav-bar a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
  }
  .logout {
    background-color: #e8e8e8;
    padding: 12px 20px;
    text-align: right;
  }
  .logout span {
    font-weight: bold;
  }
  .help {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #980044;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
  }
  .help i {
    margin-right: 8px;
  }

  .no-hold {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }

  .info-image-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 0 15px; /* odsazení pro mobilní zařízení */
  }
  
  .info-image {
    width: 100%;
    max-width: 400px; /* maximální šířka na desktopu */
    height: auto;
    
  }

  .main-section {
   
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #04678d, #3bb0d6);
    box-sizing: border-box;
    color: white;
    max-height: 757px;
    padding: 20px;
}

.illustration {
    width: 50%;
}

@media (max-width: 991px) {
  .illustration {
    display: none;
  }
}

@media (max-width: 991px) {
  .top-bar-menu{
    display: none;
  }
}

.illustration img {
    max-width: 100%;
    height: auto;
}

.content {
    width: 45%;
    text-align: center;
}
@media (max-width: 991px) {
.content {
  width: 100%;
  text-align: center;
  align-items: center;
}
}
.content h1 {
    font-size: 28px;
    margin-bottom: 30px;
}

.button-group a {
    background-color: #005a78;
    color: white;
    padding: 12px 24px;
    margin: 0 10px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
}

  /* END NEW*/
.menu {
  width: 908px;
  border-left: 1px solid #3F3F3F;
  border-right: 1px solid #3F3F3F;
  margin: 0 auto;
  text-align: left;
  background-color: #EEEEEE;
  font: 10px verdana;
  color: #ffffff;
  padding: 5px 20px;
}

.tb0 {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

.tb1 {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

.telo {
  /* width: 908px; */
  border-left: 1px solid #3F3F3F;
  border-right: 1px solid #3F3F3F;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff;
  padding: 20px;
}
.telo-index {
  /* width: 908px; */
  border-left: 1px solid #3F3F3F;
  border-right: 1px solid #3F3F3F;
  margin: 0 auto;
  text-align: center;
  font-family: Arial, sans-serif;
  background: linear-gradient(to right, #04678d, #3bb0d6);
  color: white;

}

.obsah-index {
  font: 14px verdana;
  text-align: justify;
  line-height: 21.07px;
}

@media (max-width: 991px) {
.obsah-index {
  font: 14px verdana;
  text-align: justify;
  line-height: 21.07px;
  align-items: center;
}
}

.obsah {
  font: 14px verdana;
  color: #000000;
  text-align: justify;
  line-height: 21.07px;
}

.paticka {
  /* width: 908px; */
  border-left: 1px solid #3F3F3F;
  border-right: 1px solid #3F3F3F;
  border-bottom: 1px solid #3F3F3F;
  margin: 0 auto;
  text-align: center;
  background-color: #EEEEEE;
  padding: 5px 20px;
  font: 10px verdana;
  color: #808080;  
}

.menu a, .menu a:visited {
  font: bold 12px verdana;
  color: #1B589C;
  text-decoration: none;
  border-bottom: 1px dotted #1B589C;
}

.menu a:hover {
  text-decoration: none;
  border-bottom: 1px solid #1B589C;
}

.rmenu {
  font: 11px verdana;
  text-align: right;
}

.nad {
  font:24px verdana;
  color: #202020; 
  font-weight: 500; 
  line-height: 29px;
}

.in {
  border: 1px solid #1B589C;
  font: 12px verdana;
  padding: 2px;
  width: 170px;
  height: 20px;
  background-color: #ffffff;
  color: #000000;
}

.in:focus {
  border: 1px solid #000000; 
  background-color: #ffffff;
  color: #1B589C;
}

.sirsi {
  width: 200px;
}

.kin {
  border: 1px solid #EEEEEE;
  font: 10px verdana;
  padding: 2px;
  width: 130px;
  background-color: #CFCFCF;
}

.lsel {
  border: 1px solid #1B589C;
  font: 12px verdana;
  padding: 2px;
  width: 100%;
  background-color: #ffffff;
  color: #1B589C;
}

.lsel:focus {
  border: 1px solid #000000;
}

option:hover { 
  color: #000000;
}

input.date {
  border: 1px solid #EEEEEE;
  font: 10px verdana;
  padding: 2px;
  width: 150px;
  background: url('img/cal.png') #CFCFCF no-repeat;
  background-position: 130px 0;
}

.sel {
  border: 1px solid #EEEEEE;
  font: 12px verdana;
  padding: 2px;
  width: 80px;
  background-color: #CFCFCF;
}

.btn {
  border: 1px solid #017BAD;
  font: bold 14px verdana;
    padding: 5px 10px;
  /* padding: 2px; */
  background-color: #017BAD;
  width: auto;
  color: #ffffff;
  overflow: visible;
}

.abtn {
  border: 1px solid #017BAD;
  padding: 5px 10px;
  font:  14px verdana;
  /* padding: 2px; */
  background-color: #ffffff;
  color: #1B589C;
  width: auto;
  overflow: visible;
  border-radius: 5px;
  font-weight: 500;
}

.lbtn { 
  border: 1px solid #1B589C;
  font: bold 10px verdana;
  padding: 2px;
  background-color: #1B589C;
  width: auto;
  overflow: visible;
}

.zbtn {
  border: 1px solid #1B589C;
  font: bold 10px verdana;
  padding: 2px;
  color: #ffffff;
  background-color: #1B589C;
}

.ta {
  border: 1px solid #1B589C;
  font: 12px verdana;
  padding: 2px;
  color: #000000;
  width: 100%;
  height: 300px;
}

.ta:focus {
  border: 1px solid #000000; 
  color: #1B589C;
}

.info {
  font: 10px verdana;
  color: #808080;  
}

.err {
  font: bold 12px verdana;
  color: #ff0000;
}

.ok {
  font: bold 12px verdana;
  color: #009900;
}

.inf {
  font: bold 12px verdana;
  color: #FF9933;
}

td {
  font: 12px verdana;
  color: #202020;
}

.v {
  color: #1B589C;  
}

.b {
  font-weight: bold;
}

.m {
  color: #2176B8;
}

.z {
  color: #009900;
}

.w {
  color: #ffffff;
}

.r {
  color: #ff0000;
}

.bez {
  text-decoration: none;
}

.sede {
  color: #808080;
}

.ram {
  border: 1px solid #1B589C;
  color: #000000;
  height: 20px;
  font: 12px verdana;
  padding: 2px;
}

.ram:focus {
  border: 1px solid #000000; 
  color: #1B589C;
}

.male {
  font-size: 11px;
}

.vetsi {
  font-size: 14px;
}

.link {
  color: #017BAD;
  text-decoration: none;
  border-bottom: 1px dotted #017BAD;
}

.link:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}

.firma {
  padding: 10px;
  background-color: #F2F2F2;
  margin-bottom: 10px;
  border: 1px solid #404040;
}

.firmad {
  padding: 10px;
  background-color: #F2F2F2;
  margin-bottom: 10px;
  border: 1px solid #404040;
}

.dnes {
  background: url("img/dnes.png") no-repeat right bottom;
}

.pozor {
  background: url("img/pozor.png") #F2F2F2 no-repeat right bottom;
}

.import {
  background: url("img/import.png") #F2F2F2 no-repeat 99% 80%;
}

.export {
  background: url("img/export.png") #F2F2F2 no-repeat 99% 80%;
}

.cara {
  width: 100%;
  border-top: 1px dotted #505050;
  margin-top: 5px;
}

.vpravo {
  float: right;
}

.upozorneni {
  border: 1px solid #808080;
  max-width: 709px;
  margin-left: auto;
  margin-right: auto;
  font: 12px verdana;
  padding: 22px 24px 20px 47px ;
  background: linear-gradient(90deg, #017BAD 0%, #3FECE1 100%);
  color: #ffffff;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 8px;
}

.upozorneni a, .upozorneni a:visited {
    color: #ffffff;
  font:verdana;
  text-decoration: none;
  font-size: 24px;
  line-height: 29px;
}

.upozorneni2 {
  font: 12px verdana;
  padding: 5px;
  color: #ffffff;
  margin-bottom: 15px;
}

a.act, a:visited.act {
  background: url("img/sort.png") no-repeat;
  padding-left: 8px;
  color: #000000;
  font-size: 10px;
  text-decoration: none;
}

a.neact, a.neact:visited {
  color: #808080;
  font-size: 10px;
  text-decoration: none;
}

.admseznam td {
  padding-bottom: 3px;
  border-bottom: 1px dashed #eeeeee;
}

.helper {
  /* opacity: 0; */
  display: none;
  font: 11px verdana;
  color: #1B589C;
  
}

.slidingDiv {
  padding: 10px;
  margin-top: 10px;
}

.show_hide {
  display: none;
}

.update {
  padding: 5px;
  background-color: #FF9900;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}

.update a, .update a:visited {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px dotted #000000;
}

.pruvodce {
  padding: 10px;
  background-color: #ffffcc;
  border: 1px solid #000000;
  margin-bottom: 20px;
}

.dot {
  border-bottom: 1px dotted;
  text-decoration: none;
}

.cen {
  text-align: center;
}

.bub { 
  font: 14px arial; 
  display: none; 
}

/* new styling */
.order-form {
  max-width: 600px;
  margin: auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.form-control {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.info {
  font-size: 12px;
  color: #666;
}

.btn-primary {
  background: #4A7EC6;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: center;
}

.btn-primary:hover {
  background: #3b6aa0;
}

.divider {
  margin: 20px 0;
  height: 1px;
  background: #ccc;
}

.next-steps {
  max-width: 600px;
  margin: auto;
  text-align: center;
  font-size: 14px;
  color: #333;
}
    .custom-btn {
        border: 1px solid #017BAD ;
        color: black ;
        font-weight: 500;
        padding: 10px 24px;
        border-radius: 8px;
        text-decoration: none;
    }

    .custom-btn:hover {
        background-color: #017BAD ;
        color: white ;
    }
 .custom-btn.active {
   background-color: #017BAD;
  color: #F2F2F2;
 }
       .video-div{
        margin-top: 90px;
       }
    
@media (max-width: 768px) {
  .mobile-border-none {
    border: none !important;
  }
   #video {
    width: 100%;
    height: auto;
  }
    .obsah {
      font: 12px verdana;
      color: #000000;
      text-align: justify;
      line-height: 21.07px;
    }
}

iframe{
  border-radius: 26px;
  overflow: hidden;

}

.main-video{
  margin-top:50px ;
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;

}