/* Name: Schnell HTML: 5a9db48d174b1 */
/* Date: 2018-03-05 22:20:13 */
/* Author: Murks & Mumpitz */
/* Tags: */
/* Description: RB Tmeporaere Seite */
/* --- --- --- --- --- --- --- */
* {
  padding: 0;
  margin: 0;
  font-weight: normal; }

.clear:after {
  content: "";
  display: table;
  clear: both; }

html {
  font-family: "bebas-neue", sans-serif;
  overflow-x: hidden;
  overflow-y: scroll; }

.font-flow {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 16px !important;
  line-height: 1.4em; }

.fixed-bg {
  background-image: url(image/heiko-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1111; }

.fixed-kreis-r {
  background-image: url(image/kreis.png);
  background-position: top right;
  background-repeat: no-repeat;
  width: 3840px;
  height: 3840px;
  position: fixed;
  bottom: -1920px;
  left: -1920px;
  z-index: -1110; }

.fixed-kreis-l {
  background-image: url(image/kreis.png);
  background-position: top left;
  background-repeat: no-repeat;
  width: 3840px;
  height: 3840px;
  position: fixed;
  bottom: -1920px;
  right: -1920px;
  z-index: -1110; }

.fixed-ecke {
  background-image: url(image/heiko-ecke.png);
  background-position: bottom right;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  position: fixed;
  bottom: 0;
  right: 0; }

.heiko-topfix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 5px 5px 5px;
  text-align: center;
  color: #FFF;
  font-size: 22px; }
  .heiko-topfix a {
    text-decoration: none;
    color: #FFF; }

.heiko-bottomfix {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 5px 5px 5px;
  text-align: center;
  background-color: #000;
  color: #FFF;
  font-size: 16px; }
  .heiko-bottomfix a, .heiko-bottomfix a:link, .heiko-bottomfix a:visited, .heiko-bottomfix a:hover, .heiko-bottomfix a:active {
    text-decoration: none;
    color: #FFF; }

.full {
  min-height: 100vh; }

.heiko-page {
  max-width: 660px;
  margin: 0 auto 10vh auto;
  padding: 5px 10px 100px 10px;
  z-index: 0;
  position: relative; }
  .heiko-page .block-orange {
    background-color: rgba(255, 127, 0, 0.8);
    color: #000;
    margin: 40px 0 0 0; }
  .heiko-page .block-white {
    background-color: rgba(255, 255, 255, 0.6);
    color: #000; }
  .heiko-page .vcenter {
    position: absolute;
    top: 50%;
    transform: translatY(-50%); }
  .heiko-page .vhcenter {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%); }
  .heiko-page .tcenter {
    text-align: center; }
  .heiko-page h1 {
    text-align: center;
    color: #FFF;
    font-size: 44px;
    line-height: 44px;
    margin: 0; }
  .heiko-page h2 {
    text-align: center;
    font-size: 44px;
    line-height: 55px;
    margin: 0; }
  .heiko-page p {
    padding: 10px 20px 20px 20px;
    font-size: 22px;
    color: #000; }
  .heiko-page a, .heiko-page a:link, .heiko-page a:visited, .heiko-page a:hover, .heiko-page a:active {
    color: #000;
    text-decoration: underline; }
  .heiko-page .lineup {
    margin-top: 1em; }
    .heiko-page .lineup .band {
      padding: 33px 0 0 0; }
      .heiko-page .lineup .band .titlink:after {
        content: "";
        display: table;
        clear: both; }
    .heiko-page .lineup h3 {
      text-align: center;
      font-size: 66px;
      line-height: 66px;
      text-align: left;
      float: left;
      color: #ff7f00;
      text-shadow: 2px 2px #000; }
    .heiko-page .lineup p {
      margin: 0 0 1em 0;
      background-color: #ff7f00;
      color: #000;
      display: block;
      padding: 5px;
      box-shadow: 2px 2px #000;
      text-shadow: none; }
    .heiko-page .lineup img {
      max-width: 100%; }
    .heiko-page .lineup .links {
      float: right;
      font-size: 44px; }
      .heiko-page .lineup .links a, .heiko-page .lineup .links a:link, .heiko-page .lineup .links a:visited, .heiko-page .lineup .links a:hover, .heiko-page .lineup .links a:active {
        color: #ff7f00;
        text-decoration: none;
        padding: 10px;
        display: inline-block; }

#ticket-now {
  position: fixed;
  z-index: 1000;
  left: 10%;
  top: 10%;
  height: 150px;
  width: 150px; }

#ticket-now .inner {
  border-radius: 75px;
  height: 150px;
  width: 150px;
  background-color: #ff7f00;
  display: table-cell;
  vertical-align: middle;
  transform: scale(0, 0);
  animation: popp 1.1s ease-out 5s 1, bump 0.8s ease-in-out 6.1s infinite; }

#ticket-now a {
  color: #000;
  display: block;
  font-size: 28px;
  font-weight: bolder;
  line-height: 28px;
  margin: 0 auto;
  text-align: center;
  transform: rotate(-22deg);
  animation: rot 1s ease-in-out 5s 1;
  transition: all 1s ease-in-out; }

#ticket-now a:hover {
  text-decoration: none;
  transform: rotate(-382deg); }

@keyframes popp {
  0% {
    transform: scale(0, 0); }
  70% {
    transform: scale(1, 1); }
  85% {
    transform: scale(0.95, 0.95); }
  100% {
    transform: scale(1, 1); } }
@keyframes bump {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.95, 0.95); }
  100% {
    transform: scale(1, 1); } }
@keyframes rot {
  0% {
    transform: rotate(-360deg); }
  100% {
    transform: rotate(-22deg); } }
@media screen and (max-width: 480px) {
  #ticket-now {
    bottom: 15px;
    right: 5px;
    top: auto;
    left: auto; }

  #ticket-now .inner {
    border-radius: 50px;
    height: 100px;
    width: 100px; }

  #ticket-now a {
    font-size: 18px;
    line-height: 18px; } }

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