#start a{
  margin: 0px 2px 0 2px;
  color:white;
  font-weight: normal;
  text-decoration: none;
}
#start a:hover{
  color: #000;
  background-color: #fff;
  /* font-weight: normal; */
}
#start i{
  font-size: 2em;
}
#start h1{
  display: inline-block;
  padding:0px;margin:0px;
  font-weight: normal;
  font-size: 3em;
}
#start h2 {font-size: 40px;
    font-family: 'Josefin Slab',serif;
    display: inline-block;
    width:100%;
    height:60px;
    font-weight: normal;
}
#start h3 {font-size: 40px;
    font-family: 'Josefin Slab',serif;
    font-weight: normal;
    margin: 0;padding: 0;
}
canvas {
     outline: 0px;
     /* position: absolute; */
     /* float:both; */
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index:-1;
     background: #000;
    }
#sound{
  /* font-size: 48px; */
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 140px;
  z-index: 2;
}
#start #text{
  color: white;
  font-family: 'Josefin Slab', serif;
  font-size: 2em;
  line-height: 120%;
  /* font-size: 200%; */
  padding: 0;
  position: absolute;
  left: 53%;
  top: 22%;
  z-index: 2;
}
#mute{
  font-size: 30px;
  border-style: solid;
  padding: 12px 15px 15px 15px;
  font-family: 'Muli', sans-serif;
}
#mutediv{
  position: absolute;
  left:10%;
  bottom: 15%;
}
#defaultCanvas0{position: absolute;}
/* .page{
  width:100%;
  min-height: 100%;
  display: block;
  text-align: center;
  background: #fff;
  color:#000;
  padding-bottom: 5%;
} */
/* .content{
  margin: auto;
  padding-top: 5%;
  width:70%;
  min-width: 900px;
  text-align: left;
}
/* #kontakt p{padding:0;margin:3px;} */
#scrollink {position:relative;top:-50px;background:#fff;text-align: center;padding:0;margin:0;height: 50px;font-size: 35px;scroll-behavior: smooth;}
#start ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
    width: 100px;
}
