/* Universal Styles */
/*Basis-Farbe: #738BD7 */

body {
  background-color: #BBBBBB;
  background-image: url("bg-page.png");
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Whitney,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
  color: #000000;
  width: 95%;
}

#header {
  background-image: url("1773e.jpg");
  background-position: center;
  background-size:cover;
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 5px;
   color: #FFFFFF;
}

#header p {
 font-style: italic;
}

#box {
background-color: #FFFFFF;
border-radius: 5px;
border: 1px solid grey;
max-width: 55rem;
padding: 12px;
}

h1 {
  font-size: 2rem;
  text-shadow: 1px 1px 2px black;
}

#header h1 {
  text-shadow: 1px 1px 2px black, 0 0 5px white;
  margin-top: 70px;

  margin-left: 5px;
  margin-right: 5px;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.15rem;
}

.opening-line {
  margin-top: 4.1875rem;
  margin-bottom: 1.5rem;
  color: black;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

iframe {
  width: 100%;
  display: block;
  border: 0px;
}

footer {
  padding: 4rem 0;
  border-top: 1px solid #999999;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #999999;
  text-align: center;
}