/* fontello */
@import url('../fonts/fontello/css/fontello_mg.css');

/* fjalla-one-regular - latin */
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/fjalla_one//fjalla-one-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/fjalla_one//fjalla-one-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/fjalla_one//fjalla-one-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/fjalla_one//fjalla-one-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/fjalla_one//fjalla-one-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/fjalla_one//fjalla-one-v13-latin-regular.svg#FjallaOne') format('svg'); /* Legacy iOS */
}
/* scope-one-regular - latin */
@font-face {
  font-family: 'Scope One';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/scope_one/scope-one-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/scope_one/scope-one-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/scope_one/scope-one-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/scope_one/scope-one-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/scope_one/scope-one-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/scope_one/scope-one-v14-latin-regular.svg#ScopeOne') format('svg'); /* Legacy iOS */
}

/* ================== */

:root {
	--color_font: white;
	--color_1: #ff0053;
}

html {
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Scope One', sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 16px;
	color: white;
	background-color: black;
	position: relative;
	cursor: none;
	overflow: hidden;
}

b,
strong {
  font-weight: 700;
}

h1,
.h1 {
	font-family: 'Fjalla One', sans-serif;
	letter-spacing: normal;
	display: block;
	font-size: 26px;
	font-weight: 400;
	color: var(--color_font);
	text-transform: uppercase;
	line-height: 1;
	margin: 0px 0px 40px 0px;
}

h2,
.h2 {
	font-family: inherit;
	position: relative;
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: var(--color_font);
	margin: 0px 0px 0px 0px;
	text-transform: none;
	line-height: 1;
	position: relative;
	padding-top: 15px;
	transition: 1.5s all;
	opacity: 0;
}
.loaded1 h2 {
	opacity: 1;
}

h2:before,
.h2:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	transition: 0.8s all;
	background-color: white;
	height: 2px;
	align: justify;
}
.loaded1 h2:before {
	width: 30px;
}

h3,
.h3 {
	font-family: 'Fjalla One', sans-serif;
	letter-spacing: normal;
	display: block;
	font-size: 55px;
	font-weight: 400;
	color: var(--color_font);
	text-transform: uppercase;
	line-height: 1;
	margin: 0px 0px 15px 0px;
}

a {
	color: #d9d9d9;
	text-decoration: none;
	cursor: none;
}

a:hover {
	text-decoration: none;
}

.text a {
	text-decoration: underline;
}
.text a:hover {
	text-decoration: underline;
}

.clear:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

#cursor {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	/* mix-blend-mode: difference; */
	z-index: 1000;
}
#cursor .circle {
	width: 20px;
	height: 20px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	align-contenborder: 2px solid var(--color_1);
	transform: translateY(-50%) translateX(-50%);
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid var(--color_1);
	font-size: 15px;
	opacity: 0;
	font-family: 'Fjalla One', sans-serif;
	letter-spacing: normal;
	color: transparent;	
	transition: 0.25s all;
}
.loaded1 #cursor .circle {
	opacity: 1;
}
#cursor.hover .circle {
	border: 3px solid var(--color_1);
	width: 40px;
	height: 40px;
	color: var(--color_1);
}

#cursor.close .circle:before,
#cursor.close .circle:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: var(--color_1);
	transform: translateY(-50%) rotate(45deg);
}
#cursor.close .circle:before {
	transform: translateY(-50%) rotate(-45deg);
}

.shuffle #cursor .circle:before {
	content: "?";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translateY(-50%) translateX(-50%);
	color: var(--color_1);
}

#main {
	display: flex;
	margin: 0px 12.5%;
	flex-wrap: wrap;
	min-height: 100vh;
	box-sizing: border-box;
	padding-top: 6vw;
}

#intro {
	width: 100%;
	box-sizing: border-box;
}
#intro .container {
	/* width: 12.5vw; */
}

#links {
	margin-left: 66.66%;
	box-sizing: border-box;
	position: relative;
}

#links .superlink {
	position: relative;
	transition: 0.5s;
	opacity: 0;
}
#links .superlink:nth-Child(1) { transition-delay: 0s; }
#links .superlink:nth-Child(2) { transition-delay: 0.4s; }
#links .superlink:nth-Child(3) { transition-delay: 0.8s; }

.loaded2 #links .superlink {
	opacity: 1;
}

#links .superlink .ic {
	position: absolute;
	top: 2px;
	left: -18px;
	color: white;
	font-size: 12px;
	line-height: 1;
	transition: 0.25s all;
	transform: rotate(0deg);
}

#links .superlink:hover .ic {
	transform: rotate(-90deg);
	color: var(--color_1);
}

#links .superlink .effect,
#links .mglink .effect {
	transition: 0.85s all;
	max-width: 0px;
	overflow: hidden;
	color: var(--color_1);
	position: absolute;
	right: 100%;
	top: -3px;
	text-align: right;
	white-space: nowrap;
	margin-right: 25px;
}
#links .superlink:hover .effect,
#links .mglink:hover .effect {
	max-width: 250px;
}

#links .mglink {
	position: absolute;
	bottom: 3px;
	left: 0px;
	display: inline-block;
	padding: 7px 0px;
	opacity: 1;
	margin: 0px;
}
#links .mglink:before { display: none; }
#links .mglink .ic {
	position: absolute;
	left: -16px;
	font-size: 9px;
	top: 8px;
	transition: 0.25s all;
	color: white;
	transform: rotate(0deg);
	transform-origin: 50% 50%;
}

#links .mglink .ic.arrow {
	opacity: 1;
}
#links .mglink .ic.logo {
	opacity: 0;
	left: -22px;
	top: 10px;
}
#links .mglink:hover .ic.arrow {
	transform: rotate(-90deg);
}
/*
#links .mglink:hover .ic.logo {
	opacity: 1;
	left: -42px;
	color: #16b89d;
}
*/

#sidebar {
	position: fixed;
	right: 0px;
	top: 0px;
	height: 100vh;
	width: 30px;
	border-left: 1px solid white;
	font-size: 13px;
	line-height: 30px;
}

#sidebar .top img {
	width: 22px;
	display: inline-block;
	margin-right: 2px;
	filter: invert(100%) sepia(2%) saturate(987%) hue-rotate(233deg) brightness(113%) contrast(101%);
	transform: translateY(6px) rotate(-90deg);
}

#sidebar .top b {
	font-weight: 400;
	font-family: 'Fjalla One', sans-serif;
	letter-spacing: normal;
	letter-spacing: 1px;	
	font-size: 120%;
}

#sidebar .top {
	white-space: nowrap;
	position: absolute;
	left: -2px;
	top: 6vw;
	transform: rotate(90deg);
	transform-origin: 0px 100%;
}
#sidebar .bottom {
	white-space: nowrap;
	position: absolute;
	right: 2px;
	bottom: 3vw;
	transform: rotate(90deg);
	transform-origin: 100% 0%;
}

#imprint_wrapper {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#imprint {
	display: flex;
	position: relative;
	top: 5vh;
	height: 90vh;
	width: 90vw;
	left: 5vw;
	align-items: center;
	justify-content: center;
}
#imprint .content {
	background-color: #151515;
	padding: 50px;
	width: 100%;
}
.popup_open #imprint_wrapper {
	background-color: rgba(0,0,0, 0.7);
}

#slogans_template {
	display: none;
}

/* --- 750px --------------------------------------------- */
@media only screen and (max-width: 750px) {
	#links {
		margin-left: 33.33%;
	}
}

/* --- 580px --------------------------------------------- */
@media only screen and (max-width: 584px) {
	h3, .h3 {
		font-size: 45px;
	}
	
	#links {
		margin-left: 0px;
	}
	#links .superlink .effect { display: none; }
	
	#sidebar { display: none;}
	#links .mglink { display: none; }
}

/* --- 480px --------------------------------------------- */
@media only screen and (max-width: 479px) and (orientation: portrait) {
	#cursor { display: none; }
	body { cursor: default; }
	
	#main {
		min-height: 90vh;		
	}
}

/* --- 380px --------------------------------------------- */
@media only screen and (max-width: 380px) and (orientation: portrait) {