 /*
      Copyright © 2015 #spellck 
      All rights reserved. Alle Rechte vorbehalten.
    */
html, body, div, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  background: #FFF;
  font-family: 'Raleway', sans-serif;
  color: #FFF;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
h1 {
 line-height: 1;
 font-size: 6vh;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
#header {
  position: absolute;
  font-family: 'Raleway', sans-serif;
  bottom: 8vh;
  right: 8vw;
  font-size: 3vh;
  line-height: 1.1em;
  color: #888;
  text-align: left;
  text-decoration: none;
  writing-mode: tb-rl;
   -webkit-transform:rotate(-180deg);
   -moz-transform: rotate(-180deg);
   -o-transform: rotate(-180deg);
   -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  white-space: nowrap;
  display: block;
}
textarea {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: auto;
  padding: 8vh 8vw;
  border: 2px solid #FFF;
  letter-spacing: 0.015em;
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  font-size: 3vh;
  font-weight: 700;
  line-height: 1;
  font-weight: bold;
  font-variant: normal;
  background: #E0E0E0; 
  opacity: 0.6; 
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
textarea:hover {
  color: #558f4c;
  background: #FFF; 
  border: 2px solid #558f4c;
}
#footer {
  position: absolute;
  font-family: 'Raleway', sans-serif;
  text-align: justify;
  bottom: 8vh;
  left: 8vw;
  line-height: 1.1em;
  font-size: 2vh;
  color: #888;
  text-align: left;
  text-decoration: none;
}
@media screen and (max-width : 768px)  {
#footer {
  border: none;
}
#footer span,#header span,.menu span {
  display: none;
}
}
.link {
  text-decoration: none; 
  color: #888;
}
.link:hover {
  text-decoration: none; 
  color: #eeeeee;
  cursor: pointer;
}
#stars span {
  display: inline-block;
  transform: scale(1);
  transition: transform 2s cubic-bezier(0, 1, 0, 1);
}
#stars span:active {
  text-shadow: none; 
  }

#stars span:nth-child(1), #stars span:nth-child(5) { font-size: 0.3em; animation-delay: 0.2s; }
#stars span:nth-child(2), #stars span:nth-child(4) { font-size: 0.5em; animation-delay: 0.1s; }
#stars span:nth-child(3) { font-size: 0.8em; animation-delay: 0s; }

#stars span { animation: stars-animation 3s 50 ease-in-out; }

@-webkit-keyframes stars-animation {
  0% { transform: scale(1); }
  90% { transform: scale(1); }
  95% { transform: scale(1.3); }
  100% { transform: scale(1); }
}
#stars:hover span {
  animation: none; 
  }