@font-face {
  font-family: "BNR";
  src: url("../../fonts/BebasNeue-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@keyframes rotateInfinitely {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#rainbow{
  position: absolute;
  animation: rotateInfinitely 9s linear infinite;
  width: 100%;
  height: 100%;
  max-width: 650px;
}
    @keyframes dropShadowGlow {
      0%    { filter: drop-shadow(0 0 10px #ff0000); }
      14.28% { filter: drop-shadow(0 0 10px #ff9900); }
      28.56% { filter: drop-shadow(0 0 10px #ffff00); }
      42.84% { filter: drop-shadow(0 0 10px #33ff00); }
      57.12% { filter: drop-shadow(0 0 10px #00ffff); }
      71.40% { filter: drop-shadow(0 0 10px #0066ff); }
      85.68% { filter: drop-shadow(0 0 10px #cc00ff); }
      100%  { filter: drop-shadow(0 0 10px #ff0000); }
    }


      @keyframes pulseOffset {
    30%, 70% {
      outline-offset: 0;
    }
    50% {
      outline-offset: 8px;
    }
  }
.bg-rainbow{
    
    border: 6px solid;
    border-image-slice: 1;
    border-width: 2px;
    transition: all 190ms;
    cursor: pointer;
    outline: white solid 1px;
animation: pulseOffset 4s ease-in-out infinite;
    outline-offset: 0px;

}
.bg-rainbow:hover{
    outline-offset: 5px;
    animation: none;
    border-image-source: linear-gradient(170deg, #ff0000, #ff9900, #ffff00, #33ff00, #00ffff, #0066ff, #cc00ff, #ff0000);

}

h1 {
  color: white;
}

    html {
      height: 100vh;
    }

    body {
      color: white;
      margin: 0;
      background: #000;
    }

    #wrapper {
      height: 170vh;
      top: 0;
      background-color: black;
      position: relative;

    }

    canvas {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2;
  will-change: transform;
  transform: translateZ(0);
    }

    #contaier2 {
      position: absolute;
      min-width: calc(min(100vh, 100vh));
      min-height: calc(min(100vh, 100vh));
      transform: translate(-50%, -50%);
      margin-left: 50%;
      top: 50%;
      aspect-ratio: 1/1;
      display: flex;
      justify-content: center;
    }

    #contaier {
      position: sticky;
      overflow: hidden;
      min-width: 100vw;
      min-height: 100vh;

      top: 0;
      ;
    }

.status {
  position: absolute;
  top: 0px;
  right: -175px;
  margin: auto;
  z-index: 500;
  color: white;
  display: flex;
  flex-wrap: wrap;
  width: 80vw;
  max-width: 400px;
}

.traffic {
  margin-top: 25px;
}

.glass {
  padding: 17px;
  border-radius: 15px;
  box-shadow: 2px 2px 12px rgb(77 77 77 / 10%);
  background: rgba(37, 37, 37, 0.3);
  backdrop-filter: blur(4px);
}

.count {
  position: relative;
  text-align: center;
  height: auto;
  width: 80px;
}

.count>.indicator{
  line-height: 40px;
}
.count>.max{
  margin-left: -5px;
}
.count>span{
  margin: 0;
  
}

.container{
  overflow-x: hidden !important;
  padding: 12px;
  max-width: 100vw;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100vw;
}

.font-normal {
  font-size: 24px;
}

@media (max-width: 576px) {
  .font-normal {
    font-size: 16px;
  }
}

.features {
  margin-top: 20px;
}



.socialmedia {
  overflow: hidden;
  display: flex;
  flex: 0 1 auto;
  align-self: flex-end;
  
  color: white;
  z-index: 500;
  margin: 10px 10px 10px auto;
}
svg{
  max-width: 100vw;
}
.socialmedia a{
  transform: translateY(200px);
  cursor: pointer;
  width:30px;
  margin: 2px 5px;
  transition: all 0.1s;
   animation-name: fadein;
   animation-duration: 2s;
   animation-fill-mode: forwards;
}
.socialmedia a:nth-child(1) {
  animation-delay:1s;
}
.socialmedia a:nth-child(2) {
  animation-delay:1.2s;
}
.socialmedia a:nth-child(3) {
  animation-delay:1.4s;
}
.socialmedia a img:hover{
  transform:scale(1.2);
}

#b{
  filter: url(#f1);
  stroke-dashoffset:1620;
  stroke-dasharray:1620;
  animation-name: test;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
#a{
  filter: url(#f3);
  stroke-dashoffset:1750;
  stroke-dasharray:1750;
  animation-name: test;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
#c{
  filter: url(#f2);
  stroke-dashoffset:1750;
  stroke-dasharray:1750;
  animation-name: test;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes fadein{
    to{
        opacity:1;
        transform: translateY(0px);
   }
}
@keyframes test{
    to{
        stroke-dashoffset: 0;
   }

}

.features{
  margin-top: 32px;
  margin-bottom: 64px;
}

.features.row {
  margin-top: 32px;
  margin-bottom: 4px;
}


.content-container {
  margin: 120px 0;
}

@media (max-width: 576px) {
  element.style {
    height: 100vw;
    background: linear-gradient(180deg, #111 0%, rgba(17,17,17,0) 20%), linear-gradient(0deg, #111 0%, rgba(17,17,17,0) 20%), linear-gradient(270deg, #111 0%, rgba(17,17,17,0) 42%), url("../../assets/img/IMG_3768%201.png") center / cover no-repeat, #111;
  }
}

@media (max-width: 576px) {
  img {
    /*display: none;*/
  }
}

@media (max-width: 768px) {
  #ehrenamt {
    background: linear-gradient(180deg, #111111 0%, rgba(17,17,17,0) 20%), linear-gradient(0deg, #111 0%, rgba(17,17,17,0) 20%), linear-gradient(270deg, #111 20%, rgba(17,17,17,0.5) 100%), url("../../assets/img/IMG_0103%202.png") -50vw / cover no-repeat, #111 !important;
  }
  #ehrenamt>div{
    margin-left: 10vw !important;
    width: 80vw !important;
  }
}

@media (max-width: 576px) {
  .font-special {
    font-size: 24px !important;
  }
}

.font-special {
  font-weight: bold;
  font-size: 52px;
  margin-top: 4px;
}

@media (min-width:576px) {
  .container, .container-sm {
    max-width: 1040px;
    overflow: visible !important;
  }
}

.header_video {
  object-fit: cover;
  z-index: -1;
}

#Ebene_1 {
  /*margin: auto;*/
  flex: 1 0 0.33vh;
  align-self: center;
}

