body .jumbotron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  position: relative;
  -webkit-filter: drop-shadow(0px 6px 3px #00000029);
          filter: drop-shadow(0px 6px 3px #00000029);
}

body .jumbotron .jumbo-content-box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 15%;
  top: 35%;
  max-width: 70%;
}

body .jumbotron .jumbo-content-box h1 {
  color: whitesmoke;
  margin: 0.2rem 0 0.2rem 0;
}

body .jumbotron .jumbo-content-box h4 {
  color: whitesmoke;
  margin: 0.2rem;
}

body .jumbotron .jumbo-content-box .domein-search {
  height: 2.5rem;
  width: 25rem;
  max-width: 100%;
  background-color: white;
  margin: 1rem 0 0.2rem 0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0rem 0.5rem 1rem;
}

body .jumbotron .jumbo-content-box .domein-search input {
  border: none;
  width: calc(90% - 1rem);
}

body .jumbotron .jumbo-content-box .domein-search input:focus {
  outline: none;
}

body .jumbotron .jumbo-content-box .domein-search button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2.8rem;
  width: 6rem;
  background-color: #34BFAF;
  border: none;
  color: whitesmoke;
  font-weight: bold;
  border-radius: 10px;
}

body .jumbotron .jumbo-content-box .domein-search button:hover {
  background-color: #2ABF59;
}
/*# sourceMappingURL=jumbotron.css.map */