.TheHandBold {
	font-family: TheHandBold;
}

a {
  text-decoration: none;
  color: #000;
}

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: TheHandBold;
  font-size: 1.5em;
  background-color: #D8A5F2;
}

.text {
  height: 1.5em;
  font-family: TheHandBold;
  text-align: center;
  vertical-align: middle;
}

.impressum {
  padding: 10px;
  padding-top: 25px;
  font-family: Arial;
  font-size: 0.4em;
  text-align: left;
}

.inhalt{
  margin: auto;
  padding: 5%;
}

.logo {
  width: 100%;
  text-align: center;
}

.box {
  height: 90%;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mitte {
  text-align: center;
}

.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1.5em;
  font-family: TheHandBold;
  font-size: 0.75em;
  text-align: center;
  vertical-align: middle;
}