.focus-fanzone
{
	height: calc(100vh - 80px);
	background: var(--black) url("../img/fanzone/focus-fanzone.jpg") center no-repeat;
	background-size: cover;
	margin-top: 80px;
}

.introFanzone
{
	font-size: 18px;
}

.warning-pass
{
	font-weight: 600;
	font-size: 17px;
}

.focus-fanzone h1
{
	font-size: 50px;
}

.focus-fanzone::before
{
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	background: var(--black);
	background: radial-gradient(circle, rgba(0,0,0,0.4920343137254902) 0%, rgba(0,0,0,1) 100%);
	opacity: .75;
}

.fanzone-title
{
	position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--pr-color);
    z-index: 2;
}

.fanzone-present
{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-shadow: 0px 0px 5px #000000;
}

.fanzone-title img
{
	max-width: 100%;
}

.introFanzone
{
	background: url(../img/general/pattern-light.jpg) center top no-repeat;
    background-size: cover;
    padding-top: 6em;
    padding-bottom: 6em;
}

.introFanzone
{
	color: var(--black);
}

.services, .concerts 
{
	background: url(../img/general/pattern-dark.jpg) center top no-repeat;
    background-size: cover;
}

.animations, .faq-fanzone
{
	background: url(../img/general/pattern-light.jpg) center top no-repeat;
    background-size: cover;
}

.faq-fanzone hr {
    margin: 1.5rem 0;
}

.faq-fanzone a {
    color: var(--second-color);
	text-decoration: underline;
}

.services, .concerts, .animations, .faq-fanzone
{
	padding: 4.5em 0;
}

.services h2, .concerts h2, .animations h2, .faq-fanzone h2 {
	font-size: 110px
}

.services h3, .concerts h3, .animations h3, .faq-fanzone h3 {
	font-size: 36px;
	margin-bottom: 0.25em
}

.services .sepfan, .concerts .sepfan, .animations .sepfan, .faq-fanzone .sepfan  {
    position: relative;
    z-index: 2;
}

.services .sepfan img, .concerts .sepfan img, .animations .sepfan img {
    width: 120%;
}

.services ul, .concerts ul, .animations ul {
	margin-left: 36px;
}

.services li+li, .concerts li+li, .animations li+li {
	margin-top: 10px
}

.services li, .concerts li, .animations li {
	position: relative
}

.services li::before, .concerts li::before, .animations li::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	background: url(../img/svg/h-logo-r.svg) no-repeat;
	background-size: auto;
	left: -24px;
	top: 6px;
}

.animations .sepfan img {
    margin-left: -20%
}

.slide-container {
	position: relative;
	max-width: 800px;
}

.slide-first-fanzone, .slide-first-animations {
	display: block;
	width: 100%;
	height: auto;
}

.slide-fanzone-2,
.slide-fanzone-3,
.slide-fanzone-4,
.slide-fanzone-5,
.slide-animations-2,
.slide-animations-3,
.slide-animations-4,
.slide-animations-5
 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.slide-image {
	width: 100%;
}

.slide-text {
	position: absolute;
	bottom: 10px;
	background-color: #0042b1bb;
	color: white;
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
}

.slide-first-fanzone {
	animation: fade-fanzone-1 15s infinite;
	-webkit-animation: fade-fanzone-1 15s infinite;
}

.slide-fanzone-2 {
	animation: fade-fanzone-2 15s infinite;
	-webkit-animation: fade-fanzone-2 15s infinite;
}

.slide-fanzone-3 {
	animation: fade-fanzone-3 15s infinite;
	-webkit-animation: fade-fanzone-3 15s infinite;
}

.slide-fanzone-4 {
	animation: fade-fanzone-4 15s infinite;
	-webkit-animation: fade-fanzone-4 15s infinite;
}

.slide-fanzone-5 {
	animation: fade-fanzone-4 15s infinite;
	-webkit-animation: fade-fanzone-5 15s infinite;
}

.slide-first-animations {
	animation: fade-animations-1 15s infinite;
	-webkit-animation: fade-animations-1 15s infinite;
}

.slide-animations-2 {
	animation: fade-animations-2 15s infinite;
	-webkit-animation: fade-animations-2 15s infinite;
}

.slide-animations-3 {
	animation: fade-animations-3 15s infinite;
	-webkit-animation: fade-animations-3 15s infinite;
}

@keyframes fade-fanzone-1 {
	0% {
		opacity: 1;
	}
	20% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade-fanzone-2 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fade-fanzone-3 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fade-fanzone-4 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fade-fanzone-5 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


@keyframes fade-animations-1 {
	0% {
		opacity: 1;
	}
	33% {
		opacity: 0;
	}
	66% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade-animations-2 {
	0% {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	66% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fade-animations-3 {
	0% {
		opacity: 0;
	}
	33% {
		opacity: 0;
	}
	66% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
