* {box-sizing: border-box;}
  body { 
      margin: 0;
      font-family: ui-sans-serif, system-ui;
      background-image: url("images/Šedé\ pozadí\ s\ pruhy.png");
      background-repeat: repeat-y;
  }
  .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 99;
      overflow: hidden;
      background-color: #000000;
      height: 50px;
  }
    .header a {
        float: left;
        color: rgb(255, 255, 255);* {box-sizing: border-box;}
        text-align: center;
        padding-top: 20px;
        padding-inline: 12px;
        text-decoration: none;
        font-size: 18px; 
        line-height: 25px;
        border-radius: 0px;
    }
    .logo {
        font-weight: bold;
        float: left;
        background-color: #000000;
        max-height: 50px;
        padding-bottom: 10px;
    }
    .header a:hover {
        background-color: hsl(0, 0%, 100%);
        color:rgb(0, 0, 0);
    }
    .header a.active {
      background-color: #e34234;
      color: white;
    }
    .header-right {
    float: right;
    }

  .VISIONtext {
    background-color: black;
  color: white;
  font-size: 6vw; 
  font-weight: bold;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width:fit-content;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  }
  .VISION_image-container {
  background-image: url(""); 
  background-size: cover;
  position: relative; 
  height: 300px;
  }

  h1 {
      color: rgb(255, 255, 255);
      text-align: center;
      font-size: 3vw;
      text-decoration:underline #000000;
  }

  h2 {
      color: black;
      text-align: center;
      font-size: 7vw; 
  }

  .vis-info-type-1 {
    font-size: 1.5vw; 
    text-align: center;
    font-family: ui-sans-serif, system-ui;
    color: #ffffff;    
    padding: 5%;
    border: 5px solid #000000;
    background-color: #00000050;
    margin-left: 5%;
    margin-bottom: 25px;
    width: 40%;
  }

  .vis-info-type-2 {
    font-size: 1.5vw; 
    text-align: center;
    font-family:;
    color: #ffffff;    
    padding: 5%;
    border: 5px solid #000000;
    background-color: #00000050;
    margin-top: -20%;
    margin-left: 55%;
    margin-bottom: 25px;
    width: 40%;
  }

  .cont-info{
    font-size: 1.5vw; 
    text-align: center;
    font-family: ui-sans-serif, system-ui;
    color: #ffffff;    
    padding: 5%;
    border: 5px solid #000000;
    background-color: #00000050;
    margin-left: 5%;
    margin-bottom: 25px;
    width: 90%; 
  }

  footer {
  text-align: center;
  padding: 5px;
  background-color: #000000;
  color: #ffffff;
  }

