header{
  margin-bottom: 0;
}

main{
  margin-bottom: auto;
  max-width: auto;
}
svg{
  overflow: visible;
}

text a:hover{
  fill:var(--secondary-color);
}

#artists_wrapper{
  width: 62vh;
  height: 62vh;
  position: absolute;
  transform: translateX(-50%);
  left:50%;
  font-family: maxi_bold;
  font-size: 1em;
  margin-top: 1em;
  text-transform: uppercase;
}

#artists_wrapper::after{
  width:100%;
  height:100%;
  content:'';
  position: absolute;
  background-image: url('../../img/Erdbeere_08.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  top:0;
  left:0;
  z-index: -1;
  opacity: 1;
}


@media (max-width:700px) {
  #artists_wrapper{
    font-size: calc(var(--fs0)*.9);
    margin-top: 2em;
    width: 80vw;
    height:80vw;
  }
}
