/*! horizDSC03727ontal orientation*/
body {
  background-image: url("../images/mein-hintergund.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

body {
  color: black;
}


.color-large::first-letter {
  margin-right: 2px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3636E8;
}

