/*
================================================================================

								TYPO

================================================================================
*/





/* ------------------- Global ------------------- */

body {
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
  color: #273582;
  text-align: center;
  font-size: 1.6em;
}


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

a:hover {
}

h1 {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  line-height: 1;
  font-size: 6em;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

h1.medium {
  font-size: 4em;
  text-transform: none;
}

.bigtext span {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.info, #info-anmeldung a {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
  margin: 0;
  padding: 0;
}

#info-anmeldung a {
  border-bottom: 2px solid transparent;
}

#info-anmeldung a:hover {
  border-color: #273582;
}

.bigtext {
  font-size: 2em;
}

.mediumtext {
  font-size: 1.5em;
}

.copyright {
  font-family: Arial, sans-serif;
  font-size: 9px;
  text-align: right;
  margin: 5px 15px 0 0;
  opacity: 0.5;
}


@media screen and (max-width: 900px) {
  h1 {
    font-size: 3em;
  }
  h1.medium {
    font-size: 1.7em;
  }
  .bigtext {
    font-size: 1em;
  }

  .mediumtext {
    font-size: 1em;
  }
}




