body {
  font-family: monospace;
  font-size: 18px;
  background: #fff;
  color: #ccc;
  margin: 0;
}

.sieprath{
    opacity: 0.4;
    text-shadow: 1px 1px #ccc;
}
.wrappit {
    height: 100vh;
    display: flex;
    /* be row or column */
    flex-direction: column;
}
#sitetitle {
  margin: 0 auto;
  position: relative;
  max-width: 300px;
  text-shadow: 1px 1px #999;
}
h1 {
    max-width: 300px;
    text-align: center;
}


label {
  display: inline-block;
  margin-right: 1em;
  padding: 0.4em 0;
  cursor: pointer;
}

button {
  border: 3px solid #336699;
  border: none;/*neu*/
  border-radius: 50px;
  font-family: monospace;
  position: absolute;
  line-height: 45px;
  text-align: right;
  padding: 0 1.2em;
  background: #f90;
  background-image: linear-gradient(45deg, white 0%, #ff9900 50%);
  font-size: 1em;
  cursor: pointer;
  display: block;
  outline: none;
  height: 50px;
  width: 80%;
  top: 260px;
  margin: 0;
  left: 10%;
}
/*
.b2 button  {
  background-image: linear-gradient(5deg, #ff9900 0%, #ffcc33 50%);
}
.b3 button  {
  background-image: linear-gradient(80deg, #ffcc33 0%, #ff9900 50%);
}
.b4 button,
.b5 button  {
  background-image: linear-gradient(80deg, #ff9900 0%, #ffcc33 50%);
}
.b6 button  {
  background-image: linear-gradient(80deg, #ffcc33 0%, #ff9900 50%);
}*/
button{
      background: url(img/ray1.svg) center center;/*neu*/
}

button:hover {
  background: #336699;
  opacity: 0.5;
}

#content{
    flex: 1;
   /* min-height: 100vh;/*neu*/*/
}
.container {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 5%;
  /*flex: 1; */
}

.container--offset {
  margin-left: 10%;
}

.scene {
  padding: 0;
  margin: 0;
}

.fill {
  position: absolute;
  bottom: 5%;
  right: 5%;
  left: 5%;
  top: 5%;
  /*background: url(img/ray1.svg) center center;
  background-size: cover;
    min-height: 67vh;
    *//*neu*/
}

.expand-width {
  width: 100%;
}

.border {
  border: none;
}

.aspect {
  opacity: 0.2;
}

.layer:nth-child(1) {
  opacity: 0.3;
}
.layer:nth-child(1) button {
  -webkit-transform: rotate(150deg);
}

.layer:nth-child(2) {
  opacity: 0.45;
}
.layer:nth-child(2) button {
  -webkit-transform: rotate(120deg);
}

.layer:nth-child(3) {
  opacity: 0.55;
}
.layer:nth-child(3) button {
  -webkit-transform: rotate(90deg);
}

.layer:nth-child(4) {
  opacity: 0.60;
}
.layer:nth-child(4) button {
  -webkit-transform: rotate(60deg);
}

.layer:nth-child(5) {
  opacity: 0.75;
}
.layer:nth-child(5) button {
  -webkit-transform: rotate(30deg);
}

.layer:nth-child(6) {
  opacity: 0.90;
}
.layer:nth-child(6) button {
}

#footer {
  text-align: center;
  color: #777;
  font-size: 0.8em;
}
@media(max-width:320px){
        body{font-size: 90%}

}

@keyframes move {
  0%   { transition: width 2s; }
  100% {  transition: height 6s;  }

    
}