@font-face {
  font-family: 'Hanson';
  src: url('../fonts/Hanson-Bold-5.eot');
  src: url('../fonts/Hanson-Bold-5.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Hanson-Bold-5.woff2') format('woff2'),
       url('../fonts/Hanson-Bold-5.woff') format('woff'),
       url('../fonts/Hanson-Bold-5.ttf')  format('truetype'),
       url('../fonts/Hanson-Bold-5.svg#Hanson') format('svg');
}

#video-header {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}

.slyver-logo {
  max-height: 80px;
} 

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#new-profil {
    margin-top: 150px;
    margin-bottom: 250px;
  }
  .profil-banner {
    padding: 25px;
    border: solid 1px rgba(255, 255, 255, 0);
    border-radius: 25px;
    background: linear-gradient(-230deg, #000000, #000000, #6f11cc);
    background-size: 400% 400%;
	  animation: gradient 10s ease infinite;
	  height: 50vh;
  }
  .profil-img {
    border: solid 10px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    width: 50% !important;
  }
  .profil-name h1 {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 23px !important;
    text-align: center;
    line-height: 10px;
    font-family: 'Hanson' !important;
  
    position: relative;
    margin-top: 20px;
  }
  
  .profil-name p {
      font-family: 'Hanson' !important;
  
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 13px !important;
    text-align: center;
    line-height: 1.1em;
  }
  .card-body .card-text {
    color: #fff;
    font-size: 14px;
    font-family: Raleway !important;
  }
  
  .pb-zoom {
    transition: transform 0.5s;
  }
  
  #discordslyver h2 a {
      color: #fff !important;
      text-decoration: none !important;
      position: absolute;
      top: 95%;
      left: 50%;
      opacity: 20%;
      font-size: 20px !important;
      transform: translate(-50%, -50%);
      
      font-family: 'Hanson' !important;
  }
  
  .titel {
      font-size: 5vw;
      font-weight: 500;
      text-transform: uppercase;
      text-align: center;
  
  }

  .masthead h1, .masthead .h1 {
    font-family: 'hanson' !important;
    letter-spacing: 1px;
    hyphens: manual;
    font-size: 7vw;
  }

  .tracking-in-contract-bck h1 {
    animation: tracking-in-contract-bck 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  }

 @keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}

.eventtext {
  font-family: hanson;
  color:#fff;
  text-transform: uppercase;
}

@keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    transform: translateZ(300px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    transform: translateZ(12px);
    filter: blur(0);
    opacity: 1;
  }
}


.vorteile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-1 { grid-area: 1 / 1 / 2 / 2; }
.grid-2 { grid-area: 1 / 2 / 2 / 3; }
.grid-3 { grid-area: 2 / 1 / 3 / 2; }
.grid-4 { grid-area: 2 / 2 / 3 / 3; }
.grid-5 { grid-area: 3 / 1 / 4 / 2; }
.grid-6 { grid-area: 3 / 2 / 4 / 3; }


.wrapper {
  margin: 10vh;
}

.card:hover {
  opacity: 1;
  transform: scale(.98);
  box-shadow:none;
}

.card {
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  border-radius: 25px;
  min-height: 500px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  background: linear-gradient(-230deg, #000000, #000000, #6f11cc);
  background-size: 400% 400%;
	animation: gradient 10s ease infinite;
}
@media (max-width: 768px) {
  .card {
    min-height: 350px;
  }
}
@media (max-width: 420px) {
  .card {
    min-height: 600px;
  }
}
.card.card-has-bg {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  background-repeat: no-repeat;
  background-position: center center;
}
 .card-footer {
  background: none;

}
.card .card-footer .media img {
  margin-bottom: 10px;
  border: solid 3px rgb(111, 17, 204);
}
.card .card-meta {
  color: rgb(111, 17, 204)
}

.event-section{
  background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.8)50%);
}

.btn-primary:hover {
  opacity: 1;
  transform: scale(.98);
  box-shadow:none;
}