@font-face {
  font-family: "JosefinSans";
  src: url("../assets/fonts/JosefinSans-Thin.ttf");
  font-weight: 100; }
@font-face {
  font-family: "JosefinSans";
  src: url("../assets/fonts/JosefinSans-Light.ttf");
  font-weight: 200; }
@font-face {
  font-family: "JosefinSans";
  src: url("../assets/fonts/JosefinSans-Regular.ttf");
  font-weight: 400; }
@font-face {
  font-family: "JosefinSans";
  src: url("../assets/fonts/JosefinSans-SemiBold.ttf");
  font-weight: 500; }
@font-face {
  font-family: "JosefinSans";
  src: url("../assets/fonts/JosefinSans-Bold.ttf");
  font-weight: 700; }
body {
  font-family: "Helvetica Neue", "sans-serif";
  color: #444444; }

.centered {
  margin: auto;
  margin-top: 50%;
  text-align: center;
  padding: 0 24px;
  transition: none; }

.title {
  font-family: "JosefinSans";
  font-size: 73px;
  line-height: 62px;
  letter-spacing: 2px; }
  .title:hover {
    transition: letter-spacing 10s ease 0s, transform .3s ease-in-out 10s, opacity .3s linear 10s;
    transform: scale(40);
    letter-spacing: -72px;
    opacity: 0; }

.subtitle {
  font-size: 16px;
  font-weight: 300; }

.Haendlerbund_Rechtstext_Absatz {
  font-size: 14px; }

@media only screen and (min-width: 426px) {
  .centered {
    position: absolute;
    margin: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }

  .title {
    font-size: 10vw; }

  .subtitle {
    font-size: 2vw;
    font-weight: 300;
    margin-top: 1.4vw; } }
footer {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 11px; }
  footer a {
    text-decoration: none;
    color: #444444; }

.imprint {
  padding: 16px; }

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

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