﻿
#img01 {
  cursor: pointer;
  transition: 0.3s;
}
#img01:hover {opacity: 0.5;}

#img02 {
  cursor: pointer;
  transition: 0.3s;
}
#img02:hover {opacity: 0.5;}

#img03 {
  cursor: pointer;
  transition: 0.3s;
}
#img03:hover {opacity: 0.5;}

#img04 {
  cursor: pointer;
  transition: 0.3s;
}
#img04:hover {opacity: 0.5;}

#img05 {
  cursor: pointer;
  transition: 0.3s;
}
#img05:hover {opacity: 0.5;}

#img06 {
  cursor: pointer;
  transition: 0.3s;
}
#img06:hover {opacity: 0.5;}

#img07 {
  cursor: pointer;
  transition: 0.3s;
}
#img07:hover {opacity: 0.5;}

#img08 {
  cursor: pointer;
  transition: 0.3s;
}
#img08:hover {opacity: 0.5;}

#img09 {
  cursor: pointer;
  transition: 0.3s;
}
#img09:hover {opacity: 0.5;}

#img10 {
  cursor: pointer;
  transition: 0.3s;
}
#img10:hover {opacity: 0.5;}

#img11 {
  cursor: pointer;
  transition: 0.3s;
}
#img11:hover {opacity: 0.5;}

#img12 {
  cursor: pointer;
  transition: 0.3s;
}
#img12:hover {opacity: 0.5;}

#img13 {
  cursor: pointer;
  transition: 0.3s;
}
#img13:hover {opacity: 0.5;}

#img14 {
  cursor: pointer;
  transition: 0.3s;
}
#img14:hover {opacity: 0.5;}

#img15 {
  cursor: pointer;
  transition: 0.3s;
}
#img15:hover {opacity: 0.5;}

#img16 {
  cursor: pointer;
  transition: 0.3s;
}
#img16:hover {opacity: 0.5;}

#img17 {
  cursor: pointer;
  transition: 0.3s;
}
#img17:hover {opacity: 0.5;}

#img18 {
  cursor: pointer;
  transition: 0.3s;
}
#img18:hover {opacity: 0.5;}

#sleeve {
  cursor: pointer;
  transition: 0.3s;
}

#sleeve:hover {opacity: 0.5;}

#blender {
  cursor: pointer;
  transition: 0.3s;
}

#blender:hover {opacity: 0.5;}

#matcomp {
  cursor: pointer;
  transition: 0.3s;
}

#matcomp:hover {opacity: 0.5;}

  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,.8); /* Black w/ opacity */
  }

  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    max-height: 80%;
    height: auto;
    max-width:100%;
    width: auto;
    max-width: 800px;
  }

  /* Caption of Modal Image */
  #caption {
    margin-top: 5%;
    margin-left: auto;
    margin-right:auto;
    display: block;
    min-width:10px;
    width:auto;
    max-width: 400px;
    text-align: justify;
    color: white;
    font-size: 15px;
    -moz-text-align-last: center; /* für Firefox vor 58.0 */
    text-align-last: center;
    
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translate(-50%, -50%);;
  }
  

  /* Add Animation */
  .modal-content { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }

  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
