.Kreis_gesamt a{
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
}
.Kreis_gesamt a:focus {
  background-color: rgba(255, 255, 255, 0.2);
  color: black;
  border: 1px solid black;
  border-radius: 50%;
  outline: 0px solid #fff;
  outline-offset: 0px;
}
.Kreis_gesamt{
  display:block;
	border-radius: 50%;
	position: fixed;
	width: calc(100px + 8vw);
	height: calc(100px + 8vw);
	top: 60%;
	left: 80%;
	background-size: contain;
	z-index:40; 
	text-align:center;
 	background-color: rgba(255,255,255,0.0);
	border-style: solid;
	border-color: #fff;
	border-width: 0px;
  transform: translateY(-50%) translateX(-50%);     
}
.Kreis{
    border-radius: 50%;
  	position: absolute;
  	width: calc(100px + 8vw);
  	height: calc(100px + 8vw);
	  text-align:center;  
  	color:#fff;
    font-weight: 700;
    font-size: calc(10px + 0.7vw);
    text-shadow: #151c2d 0px 0px 15px;
}
.Kreis_Typo {
text-transform: uppercase;
/*mix-blend-mode: difference;*/
  color: white;
    background-color: white;
}
.Farbe {
  background-color: unset;
}
.Farbe1 {
  mix-blend-mode: difference;
}
.Farbe2 .Kreis {
  	color:#000;
}
.Farbe3 .Kreis {
  	color:#de2222;
}
.kreis_blur {
  top:0px;
  background-color: rgba(255, 255, 255, 0.0);
  backdrop-filter: blur(12px);
  width: 100%;
  height:100%;
  mask-image: url(#kreis_mask);  
}
.Kreis_Logo img {

  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.Kreis_Logo {
  width: 100%;
  height: 100%;
  z-index: 41;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media only screen and (max-width: 486px) {
}