body {
    background-color: lightgrey;
}

h1 {
    color: red;
    margin-left: 730px;
    text-decoration: underline;
    font-size: 60px;

}

fynn {
    color: black;
        position: absolute;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    position: absolute;

    text-decoration: none;
    color: initial;
        position: absolute;
margin-left: -30px;
}

#linksStartseite {
    width: 200px;
    height: 160px;
    margin-top: -50px;
    margin-left: 1600px;
    font-size: 20px;
    background: #FA8258;
    position: absolute;
    text-align: center;
}

#linksSocialmediaseite {
    width: 200px;
    height: 160px;
    margin-top: -50px;
    margin-left: 1600px;
    font-size: 20px;
    background: #FA8258;
    position: absolute;
    text-align: center;
}

text1 {
    font-size: 20px;
        position: absolute;
    margin-left: 600px;
    margin-top: 100px;
}

bild1 {

    margin-top: -50px;
    margin-left: 20px;
    position: absolute;
}

ytlogo {
    position: absolute;
    margin-top: 60px;
    margin-left: 750px;
    
}


twitchlogo {
    position: absolute;
    margin-top: 300px;
    margin-left: 750px;
}

instalogo {
    position: absolute;
    margin-top: 500px;
    margin-left: 790px;
}

abgesendet {
    font-size: 35px;
    color: green;
    text-align: center;
    position: absolute;
    margin-left: 700px;
}

ueberschrift1 {
    position: absolute;
    font-size: 30px;
    margin-left: 715px;
    text-decoration: underline;
}

button1 {
    position: absolute;
    margin-left: 860px;
    margin-top: 230px;
    width: 100px;
    height: 20px;
}

button2 {
    position: absolute;
    margin-left: 860px;
    margin-top: 280px;
    width: 100px;
    height: 20px;
}

text2 {
    font-size: 20px;
        position: absolute;
    margin-left: 750px;
    margin-top: 80px;
}

text2überschrift {
font-weight: bold;
    font-size: 25px;
}

radiobild {
    position: absolute;
    margin-left: 600px;
    margin-top: 200px;
}

radiotext {
    position: absolute;
    margin-left: 900px;
    margin-top: 280px;
    font-size: 20px;
}

text3 {
    font-size: 28px

}



*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
} 
nav{
  display: flex;
  height: 80px;
  width: 100%;
  background: #1c1c1c;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0 100px;
  flex-wrap: wrap;
}
nav .logo{
  color: #f2f2f2;
  font-size: 35px;
  font-weight: 600;
}
nav ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
nav ul li{
  margin: 0 5px;
}
nav ul li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
nav ul li a.active,
nav ul li a:hover{
  color: #111;
  background: #fff;
}
nav .menu-btn i{
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: none;
}
input[type="checkbox"]{
  display: none;
}
@media (max-width: 1000px){
  nav{
    padding: 0 40px 0 50px;
  }
}
@media (max-width: 920px) {
  nav .menu-btn i{
    display: block;
  }
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  nav ul{
    position: fixed;
    top: 80px;
    left: -100%;
    background: #111;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
  }
  #click:checked ~ ul{
    left: 0;
  }
  nav ul li{
    width: 100%;
    margin: 40px 0;
  }
  nav ul li a{
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  #click:checked ~ ul li a{
    margin-left: 0px;
  }
  nav ul li a.active,
  nav ul li a:hover{
    background: none;
    color: cyan;
  }
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: -1;
  width: 100%;
  padding: 0 30px;
  color: #737373;
}
.content div{
  font-size: 40px;
  font-weight: 700;
}

.fundo{
  animation: scales 3s alternate  infinite;
  transform-origin: center;
}
.pao-baixo{
   animation: rotatepao 14s cubic-bezier(.1,.49,.41,.97)  infinite;
  transform-origin: center;
}
.pao-cima{
   animation: rotatepao 7s 1s cubic-bezier(.1,.49,.41,.97)  infinite;
  transform-origin: center;
}
.olhos{animation: olhos   2s  alternate  infinite;
   transform-origin: center;
}

.left-sparks{animation: left-sparks   4s  alternate  infinite;
      transform-origin: 150px 156px;
}

.right-sparks{animation: left-sparks   4s  alternate  infinite;
      transform-origin: 310px 150px;
}

.olhos{animation: olhos   2s  alternate  infinite;
   transform-origin: center;
}
@keyframes scales{
  from { transform: scale(0.98)}
  to{ transform: scale(1)}
}

@keyframes rotatepao{
  0% { transform:  rotate(0deg)}
  50% , 60%{ transform:  rotate(-20deg)}
  100%{  transform:  rotate(0deg) }
 
}

@keyframes olhos{
  0%{
    transform: rotateX(0deg);
  }
   100%{
    transform: rotateX(30deg);
  }
}

@keyframes left-sparks{
  0%{
    opacity: 0; 
  }
  
}


.main{
  
  min-height: 600px;
  margin: 0px auto;
  width: auto;
  max-width: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.path {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: dash 4s   alternate infinite;
}

@keyframes dash{
   0%, 30%{
     fill: 4B4B62;
    stroke-dashoffset:   0;
  }
   80%,100%{
     fill: transparent;
    stroke-dashoffset:  -200;
  }
   
  
}

        label{
            position: absolute;
            width: 45px;
            height: 22px;
            right: 20px;
            top: 27px;
            border: 2px solid;
            border-radius: 20px;
        }
        label:before{
            position: absolute;
            content: '';
            width:20px;
            height: 20px;
            left: 1px;
            top: 1px;
            cursor: pointer;
            border-radius: 50%;
            background: #dbdbdb;
            
            transition: 0.4s;
        }
        label.active:before{
            left: 24px;
            background: ;
        }
        body.night{
            background: #363636;
            color: #dedede;
        }
        @media screen and (min-width:900px) {
          .respon{
            display: flex;
          }


