/* bpw.css */
* {
  box-sizing: border-box
}

html, body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  font: 1em/1.5em 'Work Sans', sans-serif;
  color: #333;
}

body {
  background-image: url("literaturversand-FotoLaden_1000.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

#bpw {
  width: 430px;
  max-width: 80vw;
  bottom: 35px;
  left: 35px;
  position: absolute;
  padding: 10px 16px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .75);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

#bpwLogo {
  width: 100%
}

#bpw p {
  margin: 0
}

#bpwText1 {
  font: 2.2rem 'Times New Roman', Times, serif
}

#bpwText2 {
  padding: 4px 6px;
  background-color: rgba(255, 255, 255, .97);
  border-radius: 4px;
  font-size: .9rem
}

#TaschenGarten {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-width: 0px 1px 1px 1px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

#TaschenGarten p {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center
}

#TaschenGarten p#spruch {
  font: 2rem/2rem 'IM Fell English SC', serif;
  /* text-shadow: 0px 0px 2px #fff; */
}
