@font-face {
  font-family: "Pangolin";
  src: url("../fonts/Pangolin-Regular.ttf") format("TrueType");
}
@font-face {
  font-family: "GloriaHallelujah";
  src: url("../fonts/GloriaHallelujah-Regular.ttf") format("TrueType");
}
@font-face {
  font-family: "ArchitectsDaughter";
  src: url("../fonts/ArchitectsDaughter-Regular.ttf") format("TrueType");
}
body {
  color: white;
  background-color: white;
  background-image: url("../img/Kinderspaziergang_2.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  background-color: white;
}

p {
  background-color: transparent;
}

.page-titel {
  font-family: "ArchitectsDaughter", sans-serif;
  color: darkblue;
}

.fusszeile {
  display: flex;
  justify-content: space-evenly;
  background-color: #02419c;
  align-items: center;
  color: white;
  height: 40px;
  width: 100%;
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
}
.fusszeile li {
  list-style-type: none;
  flex: 0 0 auto;
  font-size: large;
}
.fusszeile a {
  color: white;
}

/*# sourceMappingURL=custom.css.map */
