* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


#titel {
  margin-top: 100px;
}

.img {
  height: 220px;
}

div.wrap {
  height: 225px;
  width: 25%;
  background: red;
  color: white;
  text-align: center;
  font-size: 20px;
  font-style: italic;

  float: left;
  margin-left: 10px;

  clear: both;
}

div.topspace {
  width: 0px;
  height: 40px;

  float: left;
}

div.floatRight {
  float: right;
}

.ol {
  counter-reset: list;
}

.ol>li {
  list-style: none;
}

.ol>li:before {
  content: counter(list) ") ";
  counter-increment: list;
}

main {
  /* margin-top: 60px; */
  background-color: #212529;
}

.sc {
  font-variant: small-caps;
}

.art {
  background-color: #F8F8F8;
}

.para1 {
  text-indent: 0px;
  text-align: justify;
  font-size: 20px;
}

.para1:first-letter {
  font-size: 3.1em;
  float: left;
  padding: 0px 2px;
  margin: 0px;
  line-height: 1em;
  font-weight: bold;
  color: #0D6EFD;
}

p {
  text-indent: 20px;
  font-size: 20px;
  text-align: justify;
  line-height: 1.6;
  padding: 5px 10px;
}

.plist {
  text-indent: 20px;
  font-size: 20px;
  text-align: justify;
  line-height: 1.6;
}

/* ol,
ul {
  font-size: 20px;
  text-align: justify;
  line-height: 1.6;
} */

.just {
  text-align: justify;
  /* margin-left: 15px; */
}

ol,
ul {
  font-size: 20px;
  text-align: justify;
  line-height: 1.6;
}

.pl {
  font-size: 20px;
  text-align: justify;
  line-height: 1.6;
}