/* user.css ----------------------------------------------------------------- */
/* Please don't edit the original of this file.
 * Instead copy into a template and edit the copy.
 */
.banner-logo {
  background-image: url(images/vitaapotheke02.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 50vh;
    position: relative;
       justify-content: center; 
   align-items: center;
}
.banner-text {
  position: absolute;
  right: 10%;
  bottom: 20px;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.runden {
               border-radius:10px;
}