
div.inner div.entertain {
	margin-top: -60px;
	padding-bottom: 20px;
	margin-left: 10px;
	letter-spacing: 11px;
	font-size: 13px;
}

.social_icon {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.icon-x {
	background: url('./icons_social_media_x.svg') no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 27px;
	height: 27px;
	/*font-size: 30;
	/* hide original icon */
}

.icon-bluesky {
	background: url('./icons_social_media_bluesky.svg') no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 27px;
	height: 27px;
	/*font-size: 30;
	/* hide original icon */
}

.icon-steam {
	background: url('./icons_social_media_steam.svg') no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 27px;
	height: 27px;
	/*font-size: 30;
	/* hide original icon */
}

.icon-youtube {
	background: url('./icons_social_media_youtube.svg') no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 27px;
	height: 27px;
	/*font-size: 30;
	/* hide original icon */
}

.icon-discord {
	background: url('./Discord-Symbol-White.svg') no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 27px;
	height: 27px;
	/*font-size: 30;
	/* hide original icon */
}



@media screen and (max-width: 1680px) {

	div.inner div.entertain {
		margin-top: -50px;
		padding-bottom: 20px;
		margin-left: 8px;
		letter-spacing: 10px;
		font-size: 12px;
	}

}

@media screen and (max-width: 1280px) {

	div.inner div.entertain {
			margin-top: -45px;
			padding-bottom: 20px;
			margin-left: 8px;
			letter-spacing: 6px;
			font-size: 11px;
		}

}

@media screen and (max-width: 736px) {

	div.inner div.entertain {
			margin-top: -30px;
			padding-bottom: 20px;
			margin-left: 3px;
			letter-spacing: 3px;
			font-size: 10px;
		}

}	

html body div#datenschutz.content.container.padding-64 p {
	margin-top: 0;
	margin-bottom: 0;
}

.datenschutz-window {
	height: 100px;
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;

}

.datenschutz-window-button-center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

}

div.footer1 a.button {
	background-color: #8a8a8a5b;
	text-align: center;
	font-size: 12px;
	color: #f5f5f5;
	margin-top: 10px;
}
div.footer1 a.button:hover {
	background-color: #ffbb00;
	text-align: center;
	font-size: 12px;
	color: #f5f5f5;
}

.footer1 {
	background-color: #226ea6;
	text-align: center;
	font-size: 12px;
	color: #f5f5f5;
}

.footer2 {
	background-color: #226ea6;
	font-size: 12px;
	padding-bottom: 5px !important;
}


div.footer1 div.footer-social a {
	color: #f5f5f5;
	text-decoration: none;
	font-size: 30px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}
div.footer1 div.footer-social a:hover {
	color: #ffbb00;;
	text-decoration: none;
	font-size: 30px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.footer1 a {
	color: #f5f5f5;;
	text-decoration: none;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.footer1 a:hover {
	color: #ffbb00;
	text-decoration: none;
	font-size: 12px;

}

.footer-links a {
	color: #f5f5f5;
	text-decoration: none;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.footer-links a:hover {
	color: #ffbb00;
	text-decoration: none;
	font-size: 16px;
}






/*
header#header.alt nav#nav ul li a
{
	padding: 5px;
}

header#header.alt nav#nav ul li a:hover
{
	color: #ffffff;
	background-color: #226ea6;
	padding: 5px;
	border-radius: 5px;
}

header#header nav#nav ul li a
{
		padding: 5px;
	}

header#header nav#nav ul li a:hover
{
		color: #202020;
		background-color: #ffbb00;
		padding: 5px;
		border-radius: 5px;
	}

*/




/* NAVIGATION */

nav ul li {
	display: inline-block;
}

nav ul li a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #aaa;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 10px;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
	transition: all .5s;
}

nav ul li a:hover {
	color: #555;
}


/* First Menu */
header#header.alt nav#nav.nav-hover-effect ul li a {
	position: relative;
	z-index: 1;
}

header#header.alt nav#nav.nav-hover-effect ul li a:hover {
	color: #ffffff;
}

header#header.alt nav#nav.nav-hover-effect ul li a:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	content: '.';
	color: transparent;
	background: #43a6e9;
	visibility: none;
	opacity: 0;
	z-index: -1;
	border-radius: 3px;
}

header#header.alt nav#nav.nav-hover-effect ul li a:hover:after {
	opacity: 1;
	visibility: visible;
	height: 100%;
}



/* Second Menu with Background */
header#header nav#nav.nav-hover-effect ul li a {
	position: relative;
	z-index: 1;
}

header#header nav#nav.nav-hover-effect ul li a:hover {
	color: #ffffff;
}

header#header nav#nav.nav-hover-effect ul li a:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	content: '.';
	color: transparent;
	background: #43a6e9;
	visibility: none;
	opacity: 0;
	z-index: -1;
	border-radius: 3px;
}

header#header nav#nav.nav-hover-effect ul li a:hover:after {
	opacity: 1;
	visibility: visible;
	height: 100%;
}


/* Keyframes */
@-webkit-keyframes fill {
	0% {
		width: 0%;
		height: 1px;
	}

	50% {
		width: 100%;
		height: 1px;
	}

	100% {
		width: 100%;
		height: 100%;
		background: #333;
	}
}

/* Keyframes */
@-webkit-keyframes circle {
	0% {
		width: 1px;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		height: 1px;
		z-index: -1;
		background: #eee;
		border-radius: 100%;
	}

	100% {
		background: #aaa;
		height: 5000%;
		width: 5000%;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		border-radius: 0;
	}
}