@import url("normalize.css");
/* Icon font for player controls */
@font-face {
	font-family: "playericons";
	src: url("fonts/playericons.eot");
	src:
		url("fonts/playericons.eot?#iefix") format("embedded-opentype"),
		url("fonts/playericons.woff") format("woff"),
		url("fonts/playericons.ttf") format("truetype"),
		url("fonts/playericons.svg#playericons") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* General Demo Style */

body {
	font-family: Cambria, Georgia, serif;
	background: #b6b6b6 url(../images/bg.png) fixed no-repeat top center;
	background-size: cover;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	overflow-y: scroll;
	overflow-x: hidden;
	min-height: 100vh;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
a {
	color: #2886bc;
	text-decoration: none;
}
a:hover {
	color: #000;
}
.container {
	width: 100%;
	position: relative;
}
.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.container > header {
	margin: 10px 10px 0px 10px;
	padding: 20px 10px 0px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
}
.container > header h1 {
	font-family: "Aldrich";
	font-size: 28px;
	line-height: 1.2;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #fa60c2;
	/* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); */
}
.container > header h1 span {
	font-weight: 700;
}
.container > header h2 {
	width: 500px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 300;
	margin: 0 auto;
	padding: 15px 0 5px 0;
	color: #88d7f3;
	font-style: italic;
	/* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9); */
}
.container > header h2 strong {
	color: #88d7f3;
}

.main {
	width: 672px;
	height: 480px;
	padding: 30px 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
}
.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}
.codrops-top a:hover {
	background: rgba(255, 255, 255, 0.3);
}
.codrops-top span.right {
	float: right;
}
.codrops-top span.right a {
	float: left;
	display: block;
}
.attribution {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 10px 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
	font-size: 10px;
	font-family: "Aldrich";
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	color: #666;
}

.support-note span {
	color: #ac375d;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
.no-cssanimations .support-note span.no-cssanimations,
.no-csstransforms .support-note span.no-csstransforms,
.no-csstransforms3d .support-note span.no-csstransforms3d,
.no-csstransitions .support-note span.no-csstransitions {
	display: block;
}

.vc-volume-wrap:after {
	color: #fff !important;
}

/* "Back to home" pill button, mirrored from the AnimateSVG sister project */
.back-home {
	position: fixed;
	top: 1.5rem;
	right: 1.5rem;
	z-index: 1000;
	padding: 0.65rem 1.25rem;
	font-family: "Aldrich", sans-serif;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition:
		background-color 0.25s ease,
		color 0.25s ease,
		border-color 0.25s ease;
}

.back-home:hover,
.back-home:focus {
	color: #0a0104;
	background-color: #fff;
	border-color: #fff;
}

#wechseln span::before {
	display: none;
}

@media (max-width: 920px) {
	#wechseln span::before {
		display: block;
	}

	body {
		justify-content: safe center;
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.back-home {
		top: 1rem;
		right: 1rem;
		padding: 0.5rem 0.9rem;
		font-size: 0.7rem;
	}
	.container > header {
		margin: 0;
		padding: 14px 10px 0;
	}
	.container > header h1 {
		font-size: 22px;
	}
	.container > header h2 {
		width: auto;
		font-size: 18px;
		padding: 10px 15px 5px;
	}
	.attribution {
		width: auto;
		padding: 20px 15px 30px;
	}
	.codrops-top span.right {
		float: none;
		display: block;
	}
}

@media (max-width: 768px) {
	.container > header {
		padding: 8px 10px 0;
	}
	.container > header h1 {
		font-size: 22px;
	}
	.container > header h2 {
		font-size: 18px;
		padding: 12px;
	}
}
