h3.dsm-glitch-text {
  max-width: 400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-bottom: 20px !important;
  border-bottom: 2px solid #9ECC1B !important;
  border-left: 2px solid #9ECC1B !important;
  border-right: 2px solid #3B4D0A !important;
}

@media only screen and (max-width: 600px)
{
  #hup-intro {
    background-position: top right !important;
    background-size: auto 15% !important;
  }

  h3.dsm-glitch-text {
    max-width: 350px !important;
  }
}

/* Pricing Table */

.pt-btn-active {
  color: #FFF !important;
  background-color: #B50808 !important;
  box-shadow: 0px 0px 20px #B50808;
  letter-spacing: 3px !important;
  animation: glitch-glow 2s infinite linear alternate;
}

.pt-btn-inactive {
  color: #B50808 !important;
  background-color: transparent !important;
  letter-spacing: 2px !important;
  border: 2px solid #B50808 !important;
}

.pt-btn-inactive:hover {
  color: #FFF !important;
  background-color: #B50808 !important;
  box-shadow: 0px 0px 50px #00C1C0;
}

.pt-btn-outline {
  color: #DD0002 !important;
  background-color: transparent !important;
  border: 2px solid #00C1C0 !important;
}

.pt-glitch:before {
  //animation: glitch-test 1.5s infinite linear alternate-reverse;
}

.pt-glitch:after {
  //animation: glitch-test 2s infinite linear alternate;
}


/* Button */

.pt-glitch {
  display: block;
  position: relative;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 10px;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: 800 !important;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease;
  margin: 0 auto;
  margin-top: 100px;
}

/*
.pt-glitch:before, .pt-glitch:after {
  content: 'Jetzt Zugang sichern!';
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 0;
  width: 100%;
  font-size: 15px !important;
  color: #333 !important;
  -webkit-clip: rect(0px, 0px, 0px, 0px);
  clip: rect(0px, 0px, 0px, 0px);
  background: #fff;
  color: #000;
}

.pt-glitch:before {
  left: -3px;
  top: -2px;
  text-shadow: 2px 0 #fff;
  box-shadow: 2px 0 #fff;
}

.pt-glitch:after {
  left: 2px;
  bottom: -2px;
  text-shadow: -1px 0 #fff;
  box-shadow: -1px 0 #fff;
}
*/

.pt-glitch:hover {
  background: white;
  color: black;
}

.pt-glitch:hover:before {
  //animation: glitch-test 1.5s infinite linear alternate-reverse;
}

.pt-glitch:hover:after {
  //animation: glitch-test 2s infinite linear alternate;
}

@keyframes glitch-glow {
  0% {
    box-shadow: 0px 0px 30px #EF0B0A;
  }
  50% {
    box-shadow: 0px 0px 80px #B50808;
  }
  100% {
    box-shadow: 0px 0px 25px #EF0B0A;
  }
}


@keyframes glitch-test {
  0% {
    clip: rect(-3px, 600px, 0px, 0px);
  }
  5.88235% {
    clip: rect(0px, 600px, 0px, 0px);
  }
  11.76471% {
    clip: rect(-3px, 600px, 0px, 0px);
  }
  17.64706% {
    clip: rect(-3px, 600px, 0px, 0px);
  }
  23.52941% {
    clip: rect(100px, 600px, 100px, 0px);
  }
  29.41176% {
    clip: rect(0px, 600px, 600px, 0px);
  }
  35.29412% {
    clip: rect(100px, 600px, 0px, 0px);
  }
  41.17647% {
    clip: rect(0px, 600px, 600px, 0px);
  }
  47.05882% {
    clip: rect(100px, 600px, 0px, 0px);
  }
  52.94118% {
    clip: rect(-3px, 600px, 0px, 0px);
  }
  58.82353% {
    clip: rect(100px, 450px, 100px, 0px);
  }
  64.70588% {
    clip: rect(0px, 450px, 0px, 0px);
  }
  70.58824% {
    clip: rect(100px, 450px, 100px, 0px);
  }
  76.47059% {
    clip: rect(0px, 450px, 0px, 0px);
  }
  82.35294% {
    clip: rect(0px, 450px, 0px, 0px);
  }
  88.23529% {
    clip: rect(0px, 450px, 0px, 0px);
  }
  94.11765% {
    clip: rect(0px, 450px, 0px, 0px);
  }
  100% {
    clip: rect(0px, 450px, 0px, 0px);
  }
}














@keyframes ambulance-pt {
	0%{
		border: 2px solid #f52121;
		box-shadow: 0px 0px 40px #f52121;
		background: #f52121;
		opacity: 1;
	}
	60%{
		border: 2px solid #f52121;
		box-shadow: 0px 0px 70px #f52121;
		background: #f52121;
		opacity: 1;
	}
	65%{
		border: 2px solid #3021f5;
		box-shadow: 0px 0px 60px #3021f5;
		background: #3021f5;
		opacity: 1;
	}
	70%{
		border: 2px solid #f52121;
		box-shadow: 0px 0px 40px #f52121;
		background: #f52121;
		opacity: 1;
	}
	75%{
		border: 2px solid #3021f5;
		box-shadow: 0px 0px 30px #3021f5;
		background: #3021f5;
		opacity: 1;
	}
	80%{
		border: 2px solid #f52121;
		box-shadow: 0px 0px 70px #f52121;
		background: #f52121;
		opacity: 1;
	}
	90%{
		border: 2px solid #3021f5;
		box-shadow: 0px 0px 60px #3021f5;
		background: #3021f5;
		opacity: 1;
	}
	100%{
		border: 2px solid #f52121;
		box-shadow: 0px 0px 40px #f52121;
		background: #f52121;
		opacity: 1;
	}
}

.rpp-pt-active-btn {
	display: inline-block;
	padding: 12px 60px;
	margin: 0 auto !important;
	color: #fff !important;
	font-size: 19px !important;
	font-weight: bold;
	animation: ambulance-pt;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
	transition-duration: 0.7s;
}

.rpp-pt-active-btn:hover {
	transform: scale( 1.05 );
}


.rpp-pt-inactive-btn {
	width: 80%;
	display: inline-block;
	margin: 0 auto !important;
	padding: 12px 40px;
	background: #333 !important;
	color: #fff !important;
	transition: .5s ease;
}

.rpp-pt-inactive-btn:hover {
	transform: scale( 1.05 );
	background: #525252 !important;
}
