body {
  font-family: sans-serif;
  margin: auto;
  text-align: center;
  background-color: #f2f2f2;
  /* background-color: green; */
  width: 100%;
}

hr {
  width: 90%;
  /* background-color: blue; */
}

a {
  font-size: 20px;
  text-decoration: none;
  color: #333333;
}

h1 {
  color: #333333;
}

span {
  display: table-cell;
  vertical-align: middle;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.icon {
  width:  16px;
  height: 16px;
  margin-right: 0.25em;
}

.link {
  border: 2px solid #dddddd;
  /* display: inline-block; */
  float: left;
  padding-top:    0.25em;
  padding-bottom: 0.25em;
  margin-top:    3px;
  margin-bottom: 3px;
  margin-left:   1px;
  margin-right:  1px;
  background-color: #cccccc;
  width: 14em;
  text-align: center;
}

.kategorie {
  /* text-align: justify; */
  text-align: left;
  /* text-justify: inter-word; */
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  width: fit-content;
  /* background-color: red; */
}

.kategorie::after{
  content: "";
  clear: both;
  display: table;
}

.content {
  text-align: center;
  margin: auto;
  width: 100%;
  /* background-color: orange; */
}