* {
	padding: 0;
	margin: 0;
}
@font-face {
	font-family: "CardenioModern";
	src: url(fonts/CardenioModern-Regular.otf);
	font-weight: normal;
}
@font-face {
	font-family: "CardenioModern";
	src: url(fonts/CardenioModern-Bold.otf);
	font-weight: bold;
}
@font-face {
	font-family: "Khand";
	src: url(fonts/Khand-Regular.ttf);
	font-weight: normal;
}
@font-face {
	font-family: "Khand";
	src: url(fonts/Khand-Bold.ttf);
	font-weight: bold;
}
@font-face {
	font-family: "Luckiest Guy";
	src: url(fonts/LuckiestGuy-Regular.ttf);
}
p,
a {
	font-family: "CardenioModern", sans-serif;
	color: #fff;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	text-decoration: none;
}
html,
body {
	height: 100%;
	background-color: #2a2b2c;
	overflow-x: hidden;
}
html {
	overflow-y: hidden;
}
::placeholder {
	font-family: "Khand", sans-serif;
	text-align: center;
}

.header {
	margin-bottom: 50px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.header img {
	width: 30px;
	margin: 20px;
}
.header section {
	margin-right: 5%;
}
#homebutton {
	margin: 20px 0 0 0;
	width: 100px;
}
#flagEN,
#flagDE {
	float: right;
}

.rellax {
	position: absolute;
	width: 100%;
	height: 100vh;
}
.content-wrapper {
	background-color: #2a2b2c;
}
.background {
	position: fixed;
	width: 100%;
	height: 200%;
	background-image: linear-gradient(#3c9ec1, #6fb4d1 170%);
}
.wayback {
	background-image: url("img/mountain_wayback.png");
	background-repeat: repeat-x;
	background-position: top;
	background-size: 800px 100px;
	top: 250px;
}
.wayback:before {
	position: absolute;
	content: "";
	width: 100vw;
	height: 100vh;
	background-image: url("img/cloud_1.png");
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-size: 300px auto;
	margin-top: 10px;
	animation-name: cloudposition_wayback;
	animation-duration: 190s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.waybackcloud {
	background-image: url("img/twoclouds_1.png");
	background-repeat: repeat-x;
	background-position: top;
	background-size: 700px auto;
	top: 0px;
	animation-name: cloudposition_single_wayback;
	animation-duration: 100s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.back {
	background-image: url("img/mountain_back.png");
	background-repeat: repeat-x;
	background-position: top;
	background-size: 700px 100px;
	top: 250px;
}
.back:before {
	position: absolute;
	content: "";
	width: 100vw;
	height: 100vh;
	background-image: url("img/cloud_1.png");
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-size: 300px auto;
	margin-top: 30px;
	animation-name: cloudposition_back;
	animation-duration: 140s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.middle {
	background-image: url("img/mountain_middle.png");
	background-repeat: repeat-x;
	background-position: top;
	background-size: 800px 100px;
	top: 270px;
}
.middle:before {
	position: absolute;
	content: "";
	width: 100vw;
	height: 100vh;
	background-image: url("img/cloud_1.png");
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-size: 600px auto;
	margin-top: 30px;
	animation-name: cloudposition_middle;
	animation-duration: 90s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.logo {
	background-image: url("img/logo.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 380px auto;
	top: 150px;
}
.logo:before {
	position: absolute;
	content: "";
	width: 100vw;
	height: 100vh;
	background-image: url("img/cloud_1.png");
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-size: 500px auto;
	margin-top: 200px;
	animation-name: cloudposition_front;
	animation-duration: 60s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.front {
	background-image: url("img/mountain_front.png");
	background-repeat: repeat-x;
	background-position: top;
	background-size: 1200px 200px;
	top: 320px;
}

@keyframes cloudposition_wayback {
	0% {
		background-position: 0% 0%;
	}
	100% {
		background-position: 300px 0%;
	}
}
@keyframes cloudposition_single_wayback {
	0% {
		background-position: 0% 0%;
	}
	100% {
		background-position: 700px 0%;
	}
}
@keyframes cloudposition_back {
	0% {
		background-position: 0% 0%;
	}
	100% {
		background-position: 300px 0%;
	}
}
@keyframes cloudposition_middle {
	0% {
		background-position: 0% 0%;
	}
	100% {
		background-position: 600px 0%;
	}
}
@keyframes cloudposition_front {
	0% {
		background-position: 0% 0%;
	}
	100% {
		background-position: 500px 0%;
	}
}

/* media querrys */

@media only screen and (min-width: 768px) {
	.wayback {
		background-position: top;
		background-size: 1300px 200px;
		top: 300px;
	}
	.wayback:before {
		position: absolute;
		content: "";
		width: 100vw;
		height: 100vh;
		background-position: 0% 0%;
		background-size: 400px auto;
		margin-top: 70px;
		animation-name: cloudposition_wayback;
		animation-duration: 190s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	.waybackcloud {
		background-position: top;
		background-size: 1200px auto;
		top: 0px;
		animation-name: cloudposition_single_wayback;
		animation-duration: 100s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	.back {
		background-position: top;
		background-size: 1000px 200px;
		top: 350px;
	}
	.back:before {
		position: absolute;
		content: "";
		width: 100vw;
		height: 100vh;
		background-position: 0% 0%;
		background-size: 540px auto;
		margin-top: 70px;
		animation-name: cloudposition_back;
		animation-duration: 140s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	.middle {
		background-position: top;
		background-size: 1400px 200px;
		top: 400px;
	}
	.middle:before {
		position: absolute;
		content: "";
		width: 100vw;
		height: 100vh;
		background-position: 0% 0%;
		background-size: 670px auto;
		margin-top: 70px;
		animation-name: cloudposition_middle;
		animation-duration: 90s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	.logo {
		background-image: url("img/logo.png");
		background-repeat: no-repeat;
		background-position: top;
		background-size: 700px auto;
		top: 180px;
	}
	.logo:before {
		position: absolute;
		content: "";
		width: 100vw;
		height: 100vh;
		background-position: 0% 0%;
		background-size: 670px auto;
		margin-top: 340px;
		animation-name: cloudposition_front;
		animation-duration: 60s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	.front {
		background-position: top;
		background-size: 2000px 300px;
		top: 500px;
	}
	#sone img,
	#stwo img {
		width: 100px !important;
	}
	#sone {
		position: relative !important;
	}
	#stwo {
		position: relative !important;
	}

	@keyframes cloudposition_wayback {
		0% {
			background-position: 0% 0%;
		}
		100% {
			background-position: 400px 0%;
		}
	}
	@keyframes cloudposition_single_wayback {
		0% {
			background-position: 0% 0%;
		}
		100% {
			background-position: 1200px 0%;
		}
	}
	@keyframes cloudposition_back {
		0% {
			background-position: 0% 0%;
		}
		100% {
			background-position: 540px 0%;
		}
	}
	@keyframes cloudposition_middle {
		0% {
			background-position: 0% 0%;
		}
		100% {
			background-position: 670px 0%;
		}
	}
	@keyframes cloudposition_front {
		0% {
			background-position: 0% 0%;
		}
		100% {
			background-position: 670px 0%;
		}
	}
}

@media only screen and (min-width: 992px) {
	.wayback {
		background-position: top;
		background-size: 1800px 300px;
		top: 400px;
	}
	.wayback:before {
		position: absolute;
		content: "";
		width: 100vw;
		height: 100vh;
		background-position: 0% 0%;
		background-size: 400px auto;
		margin-top: 70px;
		animation-name: cloudposition_wayback;
		animation-duration: 190s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	.waybackcloud {
		background-position: top;
		background-size: 2000px auto;
		top: 0px;
		animation-name: cloudposition_single_wayback;
		animation-duration: 100s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	.back {
		background-position: top;
		background-size: 1500px 450px;
		top: 400px;
	}
	.back:before {
		position: absolute;
		content: "";
		width: 100vw;
		height: 100vh;
		background-position: 0% 0%;
		background-size: 700px auto;
		margin-top: 100px;
		animation-name: cloudposition_back;
		animation-duration: 140s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	.middle {
		background-position: top;
		background-size: 1700px 300px;
		top: 500px;
	}
	.middle:before {
		position: absolute;
		content: "";
		width: 100vw;
		height: 100vh;
		background-position: 0% 0%;
		background-size: 670px auto;
		margin-top: 70px;
		animation-name: cloudposition_middle;
		animation-duration: 90s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	.logo {
		background-position: top;
		background-size: 1000px auto;
		top: 180px;
	}
	.logo:before {
		position: absolute;
		content: "";
		width: 100vw;
		height: 100vh;
		background-position: 0% 0%;
		background-size: 800px auto;
		margin-top: 450px;
		animation-name: cloudposition_front;
		animation-duration: 60s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	.front {
		background-position: top;
		background-size: 2200px 300px;
		top: 650px;
	}

	@keyframes cloudposition_wayback {
		0% {
			background-position: 0% 0%;
		}
		100% {
			background-position: 400px 0%;
		}
	}
	@keyframes cloudposition_single_wayback {
		0% {
			background-position: 0% 0%;
		}
		100% {
			background-position: 2000px 0%;
		}
	}
	@keyframes cloudposition_back {
		0% {
			background-position: 0% 0%;
		}
		100% {
			background-position: 700px 0%;
		}
	}
	@keyframes cloudposition_middle {
		0% {
			background-position: 0% 0%;
		}
		100% {
			background-position: 670px 0%;
		}
	}
	@keyframes cloudposition_front {
		0% {
			background-position: 0% 0%;
		}
		100% {
			background-position: 800px 0%;
		}
	}
}

@media only screen and (min-height: 800px) {
}

@media only screen and (max-height: 500px) {
	.wayback {
		top: 300px;
	}
	.back {
		top: 300px;
	}
	.middle {
		top: 400px;
	}
	.logo {
		top: 80px;
	}
	.front {
		top: 550px;
	}

	.waybackcloud {
		position: relative;
		top: -10px;
	}
}

.info-wrapper {
	position: absolute;
	width: 100%;
	background-color: #2a2b2c;
}

/* info_container_content*/
.info_container_inner {
	z-index: 2;
	position: absolute;
	width: 100vw;
	margin: 0 auto;
	display: block;
	background-color: #2a2b2c;
}
#it_one {
	font-size: 2.7em;
	font-family: "Luckiest Guy", cursive;
}
#it_two {
	font-size: 1.5em;
	font-family: "Luckiest Guy", cursive;
	margin-bottom: 50px;
}
.appstore {
	text-align: center;
	margin-bottom: 3em;
	margin-top: -150px;
}
.appstore img {
	display: block;
	margin-left: 50%;
	transform: translate(-50%, 0%);
}
.appstore-link {
	margin: 0 0 10px 0;
}
.introText {
	height: auto;
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.row-inner-vid {
	width: 100%;
}
.discord-section {
	margin-bottom: 50px;
}
.landing-media-container {
	margin-top: 100px;
	width: 90%;
	max-width: 800px;
	margin-left: 50%;
	transform: translate(-50%, 0%);
}
/* sisyfox web */
.sisyfox-web {
	width: 100%;
	justify-content: center;
}
.sisyfox-web a {
	display: flex;
}
.sisyfox-web a:hover {
	color: orange;
}
.sisyfox-web img {
	width: 33.3%;
}
.sisyfox-web p {
	align-self: center;
}
.row {
	margin-bottom: 40px;
}
.row-inner {
	width: calc(33.3% - 10px);
	margin: 5px;
}
.col-inner {
	position: relative;
	width: 100%;
}
.col-inner:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.col-inner img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.get_mail_container {
	height: 300px;
}
#youradress {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
}
#mce-EMAIL {
	max-width: 80%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 24px;
	padding: 1px 2px;
	border-radius: 2px;
	outline: none;
	border: none;
	text-align: center;
}
#email_send {
	width: 33.33%;
	margin-left: 33.33%;
	padding: 8px 20px;
	font-size: 24px;
	text-transform: uppercase;
	border-radius: 8px;
	outline: none;
	cursor: pointer;
	border: none;
	opacity: 1;
	display: none;

	transition: opacity 0.5s;
}
#email_send:hover {
	color: #f19100;
}
#ac_policy {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 15px 0 0 0;
}

/* subscribe */

#mc-embedded-subscribe {
	width: 20em;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	display: table;
}
.button img {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: 20em;
}
#bwrapper:after {
	position: relative;
	top: -80px;
	left: calc(50% - 55px);
	content: "SUBSCRIBE";
	color: #fff;
	font-family: "Luckiest Guy", cursive;
	font-size: 1.5em;
	margin-top: 0em;
	pointer-events: none;
}

#dataprotection {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	margin: 20px 0;
}
#dataprotection a {
	color: #fff;
}
#dataprotection_checker {
	height: 24px;
	width: 24px;
	background-color: #fff;
	margin: 0 0 0 5px;
	position: relative;
	top: 5px;
}
.error-message {
	width: 90%;
	margin-left: 5%;
	color: #fff;
	font-family: "Khand", sans-serif;
	margin-bottom: 1.2em;
	text-align: center;
}
.error-message a {
	font-size: 1.2em;
}
#mail-input-holder {
	height: 50px;
}
.success-message {
	color: #fff;
	font-family: "Khand", sans-serif;
	margin-bottom: 1em;
	text-align: center;
}

/* main-web-wrapper */
.main-web-wrapper {
	position: relative;
	left: 0;
	height: 100px;
	margin-top: 50px;

	-webkit-transition: left 0.7s;
	-o-transition: left 0.7s;
	-moz-transition: left 0.7s;
	transition: left 0.7s;
}
.main-web-wrapper img {
	position: relative;
	top: -20vw;
	width: 20vw;
	min-width: 200px;
	max-width: 500px;
}

/* sisyfox-head-wrapper */
.sisyfox-head-wrapper {
	height: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sisyfox-head-wrapper img {
	width: 30vw;
	min-width: 200px;
	max-width: 300px;
	position: relative;
	bottom: 8vw;
	z-index: 1;
}

/* social */

.cloud-wrapper {
	position: relative;
	z-index: 3;
	width: 100%;
	text-align: center;
	background-image: url("./img/cloud_1_fade.png");
	background-size: 800px 200px;
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 90px;

	animation-name: footer_clouds;
	animation-duration: 200s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes footer_clouds {
	0% {
		background-position: 0% 0%;
	}
	100% {
		background-position: 800px 0%;
	}
}
.text-wrapper {
	width: 90%;
	margin-left: 5%;
}
.cloud-wrapper p {
	font-size: 1.1em;
	line-height: 0.8;
	color: #000;
}
.cloud-wrapper a {
	padding: 5px 40px;
	border: 1px solid #000;
	border-radius: 5px;
	color: #000;
	font-size: 1em;
}
.stone-wrapper {
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
	background-image: url("./img/mountain_front.png");
	background-size: 800px 150px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
	padding-top: 150px;
	font-size: 0.7em;
}
.stone-wrapper-inner {
	background-color: #2a2b2c;
}
@media only screen and (min-width: 768px) {
	.stone-wrapper-inner section {
		max-width: 1000px;
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
	}
}
.middle-elem {
	position: absolute;
	width: 100vw;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #2a2b2c;
	z-index: 1;
}
.middle-elem p {
	font-size: 1.8em;
}
.middle-elem a {
	font-size: 1.5em;
}
.middle-elem img {
	width: 30px;
	margin: 0 5px;
}
.middle-elem section:nth-child(3) {
	margin: 50px 0 10px 0;
}
#copyright {
	font-family: "Khand", sans-serif;
	font-size: 1.5em;
}
.left-elem {
	position: relative;
	float: left;
	top: 0;
	margin-top: 10px;
	z-index: 2;
}
.right-elem {
	position: relative;
	float: right;
	top: 0;
	margin-top: 40px;
	z-index: 2;
}
.left-elem img,
.right-elem img {
	width: 100px;
}

/* cookies */

.acc-cookie {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 9999;
	width: 100%;
	height: 350px;
	background-color: #2a2b2c;
	background-color: #363538;
}
.acc-cookie section img {
	width: 100px;
	transform: translate(-50%, 0);
	margin: 30px 0 0 50%;
}
.acc-cookie section p {
	color: #fff;
	text-align: center;
	width: 80%;
	margin-left: 10%;
}
.acc-c-b {
	width: 100%;
	border-top: 1px solid #e8e8e87c;
	position: absolute;
	bottom: 0;
	display: flex;
}
.acc-c-b div {
	width: 50%;
}
.acc-c-b-l {
	padding: 15px 0;
	border-right: 1px solid #e8e8e87c;
}
.acc-c-b-l a {
	color: #fff;
	padding: 15px 0;
}
.acc-c-b-l div {
	margin-left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
}
.acc-c-b-r {
	background-color: #f39200;
}
.acc-c-b-r button {
	width: 100%;
	border: none;
	background-color: #f39200;
	margin-left: 50%;
	transform: translate(-50%, 0);
	font-family: "CardenioModern", sans-serif;
	font-size: 1.4em;
	outline: none;
	cursor: pointer;
	padding: 15px 0;
	color: #fff;
}
@media only screen and (min-width: 768px) {
	.acc-cookie {
		position: fixed;
		bottom: 40px;
		left: 40px;
		width: 300px;
		border-radius: 30px;
	}
}

/* pageloader */

#pageloader {
	z-index: 999;
	height: 100%;
	width: 100%;
	position: fixed;
	background-color: #2a2b2c;

	transition: opacity 0.5s;
}
.plinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#pageloader img {
	animation-name: pageload;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes pageload {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
