/* .banner {
  position: relative;
  background: url('../img/banner.jpg') no-repeat;
  background-size: 100%;
  height: -webkit-fill-available;
  /* height: 330px; */
} */

.banner-bg {
  width: 100%;
}

.banner img {
    width: 100%;
}

/* @media only screen and (min-width: 600px) {
  .banner {
    height: 370px;
  }
}

@media only screen and (min-width: 800px) {
  .banner {
    height: 630px;
  }
} */

.banner-hansgrohe {
  position: absolute;
  left: 0;
  top: 25px;
  height: 25px;
}
.banner-logo {
  position: absolute;
  right: 0;
  top: 25px;
  width: 35%;
  margin-right: 10px;
}
@media only screen and (min-width : 600px) {
  .banner-hansgrohe {
    top: 35px;
    height: 35px;
  }
  .banner-logo {
    top: 35px;
    width: 30%;
  }
}
@media only screen and (min-width : 800px) {
  .banner-hansgrohe {
    top: 71px;
    height: 47.7px;
  }
  .banner-logo {
    top: 71px;
    width: 20%;
  }
}

.banner-content {
  position: absolute;
  bottom: 25px;
  left: 13px;
  right: 13px;
}
@media only screen and (min-width : 600px) {
  .banner-content {
    bottom: 30px;
    left: 25px;
    right: 25px;
  }
}
@media only screen and (min-width : 800px) {
  .banner-content {
    bottom: 150px;
    left: 75px;
    right: 75px;
  }
}
.banner-title,
.banner-subtitle {
  display: inline-block;
  color: #ffffff;
  margin: 0;
}
.banner-title {
  max-width: 180px;
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (min-width : 600px) {
  .banner-title {
    max-width: none;
    display: inline-block;
  }
}
@media only screen and (min-width : 800px) {
  .banner-title {
    margin-bottom: 20px;
  }
}
.banner-title:after {
  content: " ";
  background-color: #26A792;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}
.banner-subtitle {
  color: #ffffff;
  margin: 0;
  font-size: 12px;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width : 600px) {
  .banner-subtitle {
    font-size: 15px;
  }
}

@media only screen and (max-width: 599px) {
  .intro-long {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .intro-long {
    font-size: 20px;
    line-height: 28px;
  }
}

a.info {
  margin-bottom: 36px;
  display: block;
}

img.info {
  width: 300px;
  display: none;
  margin-bottom: 20px;
}

img.info.zoom {
  cursor: pointer;
}

img.info.zoom:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.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: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 950px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -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;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
