@font-face {
    font-family: "FightClubLive";
    src: url("../fonts/Rajdhani-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "FightClubLive";
    src: url("../fonts/Rajdhani-Light.ttf") format("truetype");
	font-weight: lighter;
	font-style: normal;
}
@font-face {
    font-family: "FightClubLive";
    src: url("../fonts/Rajdhani-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: "FightClubLive-Medium";
    src: url("../fonts/Rajdhani-Medium.ttf") format("truetype");
	font-style: normal;
}

:root {
    --brandPrimary: #eb3d2d;
    --brandSecondary: #fff;
    --panel: #fff;
    --panelFont: #282828;
    --background: #020202;
    --copyright: #d1d1d1;
    --input: #6d6d6d;
	--focusColor: #3D19C3; 
	--loaderColor: #F73232; 
}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
	font-family: "FightClubLive";
	font-weight: normal;
}

html {
	background-color: var(--background);
}

body {
	padding: 0;
	background:#000;
}
body::before {
	content: "";
	padding: 0;
	background: url('../img/background.png');
	background-size: contain;
	background-repeat: no-repeat;
	filter: blur(8px);
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translateY(-30%);
	z-index: 0;
	opacity: .5;
}

.welcome::after {
	content: "";
	padding: 0;
	background: url('../img/glow.png');
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}


.section__swiper,
.section__body
{
	background: var(--panel);
	padding: 5em 6.4em;
	z-index: 1;
	position: relative;
	text-align: left;
	font-size: 1.6em;
}
.section__features {
	background: var(--background);
	padding: 5em 6.4em;
	z-index: 1;
	position: relative;
}
.section__multidevice {
	background: var(--panel);
	padding: 5em 6.4em;
	z-index: 1;
	position: relative;
}
.multidevice--image {
	width: 100%;
	height: auto;
	max-width: 960px;
	/* max-height: 540px; */
}
.features {
	display: flex;
    flex-direction: column;
}
.footerlogo {
	margin-bottom: 2em;
}
.footer-row{
    display: flex;
    justify-content: center;
	margin-top: 10px;
}
.section__swiper {
	padding: 2em;
}
.swiper--image {
	width: 100%;
}
#contact .container
{
	margin: 0 auto;
	max-width: 750px;
}
.section__body h2,
.section__body h4
{
	font-weight: bold;
	padding: 0 0 1em;
}
#contact .container h4,
#contact .container h2,
#contact .container p,
#contact .section__body h2::after
{
	text-align: center;
	margin: 0 auto;
}
.section__body h2::after
{
	content: "";
	width: 100px;
	display: block;
	border-bottom: 4px solid var(--brandPrimary);
	margin: 0 auto;
}

.section__body p 
{
	padding: 0 0 1em;
}
.container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	max-width: 100%;
	margin: 0 auto;
}
.container span
{
	font-weight: bold;
}
.welcome .container {
	max-width: 960px;
	background: none;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1em;
}
img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
}

.text-center {
	text-align: center;
}
.main-logo {
	/* max-width: 90%; */
}
.main-logo-sml {
	width: 100%;
	max-width: 32rem;
}
.intro {
	text-transform: uppercase;
	font-weight: 700;
}
li {
	list-style-position: inside;
}

.flag {
	filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 0, 0, 0.3));
	transition: all 0.4s;
}
.flag:hover {
	filter: drop-shadow(0 0.2rem 0.3rem rgba(0, 0, 0, 0.3));
	transform: translateY(0.5rem);
}
.content
{
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	width: 75%;
	margin: 0 auto;
	font-size: 1.2em;
}
.welcome .content {
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	/* ACTIVATE THIS WHEN THERE ARE MULTIPLE COUNTRIES */
	/* justify-content: space-between;  */
	/* END */
	justify-content: space-evenly;
	align-items: center;
	min-height: 70vh;
	text-align: center;
	font-size: 1em;
}
.welcome .content::before {
	content: "";
	background: url('../img/fighter_left.png');
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	position: absolute;
	width: 250px;
	height: 400px;
	left: 0;
}
.welcome  .content::after {
	content: "";
	background: url('../img/fighter_right.png');
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	position: absolute;
	width: 250px;
	height: 400px;
	right: 0;
}
.intro__title
{
    font-family: "FightClubLive", Arial, Helvetica, sans-serif;
 color: var(--brandPrimary);
 letter-spacing: 10px;
 font-size: 2.0em;
 text-align: left;
}
.intro__title span
{
	color: var(--brandSecondary);
	font-size: 2.25em;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	letter-spacing: 2px;
}
.multidevice__title {
	font-family: "FightClubLive", Arial, Helvetica, sans-serif;
	color: var(--panelFont);
	text-align: center;
	font-size: 2.25em;
	letter-spacing: 2px;
	font-weight: bold;
}
.welcome .intro__title
{
	text-align: center;
}
.welcome .intro__title span
{
	color: var(--brandSecondary);
	font-size: 2.25em;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	letter-spacing: 2px;
}
.intro__language
{
	background: var(--brandPrimary);
	transform: skew(-10deg);
}
.intro__language p {
	font-size: 1.5em;
	transform: skew(10deg);
	padding: 4px 2em;
	color: var(--brandSecondary);
	font-weight: bold;
}
.hero {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	/* background: url('../img/fighter_right.png');
	background-size: contain;
	background-position: 80%;
	background-repeat: no-repeat;
	background-attachment: fixed; */
	z-index: 1;
	position: relative;
}
.hero:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	opacity: 0.6;
	background-image: url('../img/fighter_right.png');
	background-size: contain;
	background-position: 80%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.hero--half
{
	background: transparent;
	justify-content: center;
	height: 50vh;
}
.hero-inner
{
	position: fixed;
}
.hero-text {
	color: #FFFFFF;
	text-align: center;
	width: 75%;
	margin: 0 auto;
}
.hero-text h1 {
	line-height: 1;
	font-size: 3.0em;
}
 .hero-text-sml h1{
	font-size: 1.7em !important;
}

.hero--half .hero-text 
{
	width: 100%;
}
.hero--half .intro__title
{
	text-align: center;
	color: var(--brandSecondary);
}
.hero__navigation
{
	width: 100%;
	font-size: 2.0em;
	font-weight: bold;
	color: var(--brandPrimary);
	text-transform: uppercase;
}
.hero__navigation p,
.hero__page
{
	font-weight: bold;
}
.hero__brand 
{
	color: var(--copyright);
	font-weight: bold;
}
.panel {
	background: var(--panel);
	padding: 2em;
	border-radius: 25px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
	width: auto;
	min-width: 250px;
	max-width: 650px;
}
.panel__country 
{
	width: 125px;
	max-width: 125px;
	min-width: 125px;
	margin: .75em 1.25em .75em 0;
}
.panel__country label
{
	font-size: 1.5em;
	font-family: "FightClubLive-Medium";
	color: var(--panelFont);
}
.panel__country a 
{
	text-decoration: none;
}
.panel__country:nth-child(4),
.panel__country:nth-child(8),
.panel__country:last-of-type
{
	margin: .75em 0;
}

.header 
{
	background: transparent;
	position: fixed;
	top: 0;
	z-index: 50;
	height: 100px;
	width: 100%;
	max-width: calc(100vw - 4em);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 2em;
}
.header .menu-icon {
	background: var(--panel);
	user-select: none;
	position: relative;
	width: 26px;
	height: 21px;
	cursor: pointer;
	display: flex;
	padding: 4px 6px;
	justify-content: center;
	align-items: center;
	display: none;
}

.header .menu-icon .navicon {
	background: #000;
	display: block;
	height: 3px;
	position: relative;
	transition: background .2s ease-out;
	width: 26px;
	border-radius: 6px;
	/* top:6px; */
	z-index: 999;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
	background: #000;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
	border-radius: 6px;
}

.header .menu-icon .navicon:before {
	top: 6px;
}

.header .menu-icon .navicon:after {
	top: -6px;
}
.header .menu-btn {
	display: none;
}
.header .menu-btn:checked ~ .menu {
	left: 0;
	transition: all .2s ease-out;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);

}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
}
.header.scrolled {
	background: var(--background);
}
.menu {
	width: 10%;
	height: 100vh;
	background: var(--brandPrimary);
	position: fixed;
	left: -100vw;
	color: #FFFFFF;
	/* font-size: 1.75rem; */
	top: 0;
	margin-top: 0;
	padding: 5em;
	transition: all .2s ease-out;
}
.menu ul {
	list-style-type: none;
}
.menu li {
	cursor: pointer;
	margin-bottom: .5em;
	list-style-type: none;
}

.menu li a {
	display: block;
	color: var(--panel);
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
.menu li a:hover {
	color: var(--panelFont);
}
/* language selector */
.navigation__buttons
{
	margin-left: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.language__selector {
	margin: 0 6px;
	background-color: var(--panel);
	border: 0;
	border-radius: 0;
	padding: 6px 10px;
	font-weight: bold;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.language__flag 
{ 
	width: 25px;
	height: 15px;
	display: block;
	margin: 0;
	padding: 0 4px 0 0;
	position: relative;
}
.language__flag--en
{
	background: url('../img/uk.png');
	background-size: contain;
	background-repeat: no-repeat;
}
.language__flag--fr
{
	background: url('../img/fr.png');
	background-size: contain;
	background-repeat: no-repeat;
}
.language__selector select 
{
	background: none;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
}
/* language selector end */

.header .logo 
{
	max-width: 200px;
	height: auto;

}
.welcome .header 
{
	justify-content: space-evenly;
	align-items: center;
	padding: 2em 1em;
	position: relative;
}

.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: none;
	text-align: center;
	z-index: 2;
	position: relative;

}
.navigation li {
	display: inline-block;
}

.navigation li a {
	display: block;
	color: white;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	padding: 1.4rem 1.6rem;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	background-color: transparent;
	transition: all 0.5s;
	text-transform: uppercase;
}
.navigation li a.active::after
{
	content: "";
	border-bottom: 2px solid var(--brandPrimary);
	display: block;
}
.navigation li a:hover {
	color: var(--brandPrimary);
}
.navigation li a.active {
	color: var(--brandPrimary);
}
/* FAQ */
.accordion
{
	width: 100%;
	margin: 1em auto;
	position: relative;
}
.accordion p 
{
	padding: 0;
}
.accordion__button 
{
	background: var(--background);
	color: var(--panel);
	cursor: pointer;
	padding: 1em;
	width: 100%;
	max-width: calc(100% - 2em);
	border: none;
	text-align: left;
	outline: none;
	font-size: 0.8em;
	font-weight: bold;
	transition: 0.4s;
}
.swiper {
	width: 100%;
	height: 100%;
	max-width: 960px;
	max-height: 540px;
}
	
.section__body .active,
.section__body .accordion__button:hover {
	background-color: var(--brandPrimary); 
	border: 1px solid var(--brandPrimary) !important;
}
  
.accordion__body {
	padding: 1em;
	display: none;
	background-color: white;
	overflow: hidden;
	border: 1px solid var(--brandPrimary); 
	width: 100%;
	max-width: calc(100% - 2em);
}
/* FAQ END */

.contact-panel {
	display: block;
	max-width: 475px;
	text-align: center;
	padding: 10rem 0;
}
.contact-line {
	color: #FFFFFF;
}
.contact-line h2 {
	font-size: 2.4em;
	color: #FFFFFF;
}
.contact-line p {
	font-family: cocogoose light, sans_serif;
	font-size: 1rem;
	line-height: 2;
	margin: 1em auto 0;
}
.flex-form
{
	display: flex;
	flex-direction:column;
	justify-content:space-between;
}
form
{
	width: 100%;
	position: relative;
}
input[type=email],input[type=text],textarea
{
	width: 100%;
	--borderWidth: calc(100% - 2em);
	max-width: calc(var(--borderWidth) - 2px);
	border-radius: 0;
	border: 1px solid var(--input);
	color: var(--input);
	font-size: 1em;
	display: block;
	padding: 1em;
	margin-bottom: 5px;
	resize: none;
}
input[type="submit"],
.button {
	width: 100%;
	--borderWidth: calc(100% - 2em);
	max-width: calc(var(--borderWidth) - 2px);
	border: none;
	color: #fff;
	font-size: 1.1em;
	padding: 1em;
	letter-spacing: 2px;
	margin: auto;
	font-weight: bold;
	background: var(--brandPrimary);
	font-weight: bold;
	border-radius: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	cursor: pointer;
	text-align: center;
}

.footer
{
	z-index: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: var(--copyright);
	background-color: var(--background);
	max-width: 1080px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2em;
	padding: 1em;
}
.footer .footer__logo
{
	max-width: 120px;
	margin-right: .5em;
}
.footer .navigation
{
	margin-left: auto;
}
.footer .navigation li a
{
	color: var(--copyright);
}
.welcome .footer
{
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--copyright);
	max-width: 960px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2em;
	padding: 1em;
}
.welcome .footer .logo 
{
	max-width: 120px;
	margin-bottom: .5em;
}

.copyright
{
	font-family: "FightClubLive-Medium";
}
.footer #highlight
{
	font-weight: bold;
}

.bold
{
	font-weight:bold;
}

.container.impressum h1 {
	font-weight: 800;
	font-size: 2.5rem;
}

.container.impressum ul {
	list-style-type: none;
	margin-bottom: 1rem;
}

.container.impressum ul li {
	font-weight: 500;
}

.container.impressum h3 {
	font-weight: 800;
}

.container.impressum a {
	display: block;
	margin-bottom: 1rem;
	color:#F73232;
	font-weight: 800;
}

@media only screen and (max-width: 56.25em) {
	.navigation li a  {
		padding: .5rem .5rem;
	}
	.navigation {
		padding:1rem 0;
	}
}

@media only screen and (max-width: 758px) 
{
	.menu-btn:checked ~ .menu {
		width: 80%;
		font-size: 1.5rem;
		padding: 5em 2em;
	  }
	.header .navigation
	{
		display: none;
	}
	.header .menu-icon {
		display: flex;
	}
	.hero__navigation
	{
		font-size: 1.5em;
	}
	.intro__title span
	{
		color: var(--brandSecondary);
		font-size: 1em;
		font-weight: bold;
		display: flex;
		flex-direction: column;
		letter-spacing: 2px;
	}
	.section__body
	{
		padding: 1em;
	}
	.accordion__button
	{
		font-size: .75em;
	}
	.accordion p
	{
		font-size: .75em;
	}
	.footer .navigation 
	{
		display: none;
	}
}

@media only screen and (max-width: 650px) 
{
	body::before {
		background-size: contain;
		transform: translateY(0%);
	}
	.welcome::after {
		background: url('../img/glow-wap.png');
		background-size: contain;
		background-repeat: no-repeat;
	}
	.content::before,
	.content::after {
		opacity: .5;
	}
	.intro__language
	{
		margin: 2em auto;
	}
	.panel 
	{
		width: 80%;
	}
	.panel__country 
	{
		width: 100px;
		max-width: 100px;
		min-width: 100px;
		margin: .75em 1.25em .75em 0;
	}
	.panel__country:nth-child(3),
	.panel__country:nth-child(6)
	{
		margin: .75em 0;
	}
	.panel__country:nth-child(4),
	.panel__country:nth-child(8),
	.panel__country:last-of-type
	{
		margin: .75em 1.25em .75em 0;
	}
	input[type=email],input[type=text],textarea
	{
		--borderWidth: calc(100% - 1em);
		max-width: calc(var(--borderWidth) - 2px);
		font-size: 1em;
		padding: .5em;
	}
	input[type="submit"],
	.button {
		--borderWidth: calc(100% - 1em);
		max-width: calc(var(--borderWidth) - 2px);
		font-size: 1.1em;
		padding: .5em;
	}
	.section__swiper {
		padding: 1em;
	}
	.section__features {
		padding: 1em;
	}
	.features img {
		display: block;
		margin-top: 10px;
		width: 100%;
		height: auto;
		max-width: 100px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}
	.section__multidevice {
		padding: 1em;
	}
}

@media only screen and (max-width: 420px) 
{
	body::before {
		background-size: contain;
		transform: translateY(0%);
	}
	.welcome::after {
		background: url('../img/glow-wap.png');
		background-size: contain;
		background-repeat: no-repeat;
	}
	.content::before,
	.content::after {
		opacity: .5;
	}
	.header .logo {
		max-width: 150px;
	}
	.intro__title span {
		font-size: 1.75em;
	}
	.intro__language
	{
		margin: 2em auto;
	}
	.panel 
	{
		width: 80%;
	}
	.panel__country 
	{
		width: 100px;
		max-width: 100px;
		min-width: 100px;
		margin: .75em .5em !important;
	}
	.hero__navigation
	{
		font-size: 1.5em;
	}
	.intro__title span
	{
		color: var(--brandSecondary);
		font-size: 1em;
		font-weight: bold;
		display: flex;
		flex-direction: column;
		letter-spacing: 2px;
	}
	.section__body
	{
		padding: 1em;
	}
	.accordion__button
	{
		font-size: .75em;
	}
	.accordion p
	{
		font-size: .75em;
	}
	.copyright
	{
		font-size: .75em;
	}
}