@font-face {
  font-family: "homemade-apple";
  src: url("/files/font-homemade-apple/HomemadeApple.ttf");
}
@font-face {
  font-family: "liberation-serif";
  src: url("/files/font-liberation-serif/LiberationSerif-Regular.ttf");
}
:root {
  font-size: calc(0.8em + 0.2vw);
  font-family: liberation-serif;
}

a {
  color: black;
  text-decoration: underline;
}

.fa-brands {
  color: black;
  font-size: 1.8em;
}

.homemade {
  font-family: homemade-apple;
}

#header-kosmospoesie {
  position: relative;
  z-index: 2;
  background-color: #faf0e6;
  border: 1px solid black;
  margin-top: 9em;
}
#header-kosmospoesie.fixed {
  position: fixed;
  width: 100%;
  margin-top: 0;
}
#header-kosmospoesie nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em 0;
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
#header-kosmospoesie nav span {
  padding: 0 0.5em 0.2em;
}
#header-kosmospoesie nav .menu-item {
  padding: 0 0.1em;
  color: black;
  text-decoration: none;
}
#header-kosmospoesie nav .menu-item:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
#header-kosmospoesie nav .menu-item:hover .hover-menu {
  display: block;
}
#header-kosmospoesie nav .menu-item#active {
  font-weight: bold;
}
#header-kosmospoesie nav .menu-item .hover-menu {
  display: none;
  position: absolute;
  background-color: #faf0e6;
  width: 15em;
  margin-left: -0.4em;
}
#header-kosmospoesie nav .menu-item .hover-menu .menu-item {
  padding: 0;
  font-weight: normal;
}
#header-kosmospoesie nav .menu-item .hover-menu .menu-item #items {
  margin: 0.3em 0.4em;
}
#header-kosmospoesie nav .menu-item #mobile-menu {
  display: none;
}
#header-kosmospoesie nav .menu-item p {
  margin: 0;
}

#spacer {
  display: none;
}
#spacer.show {
  display: block;
}

@media screen and (max-width: 1200px) {
  #header-kosmospoesie nav {
    font-size: 1em;
    padding: 0.4em 0;
    justify-content: space-evenly;
    max-width: 35em;
    margin: 0 auto;
  }
  #header-kosmospoesie nav span {
    padding: 0.4em 0;
    font-size: 0.8em;
  }
  #header-kosmospoesie nav .menu-item {
    font-size: 1em;
  }
  #header-kosmospoesie nav .menu-item:hover .hover-menu {
    display: none;
  }
  #header-kosmospoesie nav .menu-item .hover-menu {
    display: none;
  }
  #header-kosmospoesie nav .menu-item #mobile-menu {
    position: absolute;
    background-color: #faf0e6;
    flex-direction: column;
    width: 15em;
    top: 2.3em;
    margin-left: -0.4em;
  }
  #header-kosmospoesie nav .menu-item #mobile-menu .menu-item {
    padding: 0.3em;
    font-weight: normal;
  }
  #header-kosmospoesie nav .menu-item #mobile-menu.active {
    display: flex;
  }
}
@media screen and (max-width: 550px) {
  #header-kosmospoesie nav {
    padding: 0.2em 0;
  }
  #header-kosmospoesie nav span {
    padding: 0.2rem 0 0.4rem;
  }
  #header-kosmospoesie nav .menu-item {
    font-size: 0.7rem;
  }
  #header-kosmospoesie nav .menu-item #mobile-menu {
    width: 16.5em;
    top: 2.5em;
  }
  #header-kosmospoesie nav .menu-item #mobile-menu .menu-item {
    padding: 0.4em;
    font-weight: normal;
  }
}
#header-kosmospoesie {
  margin-top: 0;
  position: fixed;
  width: 100%;
}

#footer-kosmospoesie {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: auto;
  align-items: center;
  flex-direction: column;
  background-image: url("/files/images/footer.jpg");
  background-size: 100vw 27em;
  background-position: 0em -27em;
}
#footer-kosmospoesie nav {
  margin: 0.5em 0 18.5em 0;
}
#footer-kosmospoesie nav a {
  color: white;
  font-size: 1.4em;
  text-decoration: none;
}
#footer-kosmospoesie nav a p {
  margin: 0;
}
#footer-kosmospoesie #social {
  background-color: #faf0e6;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1em 0;
}
#footer-kosmospoesie #social a {
  margin: 0 1em;
  padding: 0 0.3em;
}

@media screen and (max-width: 1200px) {
  #footer-kosmospoesie {
    margin-top: auto;
  }
  #footer-kosmospoesie nav {
    margin: 0.5em 0 15em 0;
  }
  #footer-kosmospoesie #social {
    padding: 0.6em 0;
  }
}
#content {
  position: relative;
  z-index: 1;
}
#content #title {
  position: relative;
  display: flex;
  justify-content: center;
}
#content #title p {
  z-index: 1;
  background-color: #faf0e6;
  margin-top: 5em;
  padding: 2.5em 3.5em;
  font-size: 1.4em;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  text-align: center;
}
#content #title img {
  position: absolute;
  height: 25em;
  width: 100%;
  object-fit: cover;
}
#content #published {
  margin-top: 13em;
  display: flex;
  justify-content: space-around;
  width: 69%;
  margin: 8em auto 15em auto;
  flex-wrap: wrap;
}
#content #published .item {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  background-color: #faf0e6;
  margin: 1.5em 1em;
  height: 18em;
  width: 18em;
  text-align: center;
}
#content #published .item p {
  display: block;
  font-size: 1.3em;
  margin: 0.5em;
  letter-spacing: 0.1em;
}
#content #published .item p.sub {
  font-style: italic;
}
#content #published .item img {
  border-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
#content #published .item:hover img {
  opacity: 0.4;
}

@media screen and (max-width: 1200px) {
  #content #title p {
    margin-top: 7em;
    padding: 1.5em 2.5em;
    font-size: 1.1em;
  }
  #content #published {
    width: 100%;
    margin: 11em auto 10em auto;
  }
  #content #published .item {
    width: 15em;
    height: 15em;
    font-size: 0.8em;
  }
  #content #published .item img {
    opacity: 0.2;
  }
}

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