
.flex-modal2 {
    display: flex;
    max-width: 50%;
  }
  
  .flex-modal300 {
    display: none;
  }
  
  .flex-modal3 {
    display: flex;
    flex-direction: column;
    max-width: 35%;
  }
  .flex-modal1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
  }
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow-y: scroll; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    border-radius: 12px;
    width: 80%;
  }

  .modal-laserkeilaus {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    border-radius: 12px;
    width: 80%;
  }
  
  .modal-vuokraus {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    border-radius: 12px;
    width: 55%;
  }

  .modalkuvat2 {
    height: auto;
    width: 50%;
    margin-bottom: 20px;
    border-radius: 12px;
    }

    
.modalkuvat {
  height: auto;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  }

  .tiedonhallintaMobiili {
    display: none;
  }

  .tiedonhallinta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: White;
    max-width: 80%;
    margin: 20px;
    margin-bottom: 40px;
    border: 1px solid #343090;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  }


.button {
  background-color: #000D3A;
  border: none;
  color: white;
  padding: 20px;
  margin-top: 20px;
  text-decoration: none;
  font-size: 16px;
  font-family: urbanist;
  cursor: pointer;
  border-radius: 12px;
  display: block;
}

.TiedonhallinnanEsittely {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 60%;
    margin: 25px;
    margin-top: 50px;
    padding: 5px;
  
  }

  @media only screen and (max-width: 630px) {
  
    .flex-modal300 {
      display: flex;
      max-width: 90%;
    }
  
    .flex-modal1 {
      width: 100%;
    }

    .TiedonhallinnanEsittely {
        display: flex;
        max-width: 100%;
        margin-top: 20px;
        order: 2;
      
      }
      
    .tiedonhallintaMobiili {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      color: White;
      max-width: 80%;
      margin: 20px;
      border: 1px solid #343090;
      background-color: white;
      border-radius: 12px;
      box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    }
    .flex-modal2 {
      max-width: 100%;
    }
    .modalkuvat2 {
      height: auto;
      width: 100%;
      order: 1;
      margin-bottom: 0px;
      }
  }