/*
Theme Name: CoopGames.eu Responsive Theme
Theme URI: http://www.triplemind.com/
Description: Responsive-Template der Seite CoopGames.eu
Author: Alex Schmidt
Version: 1.0
Tags: CoopGames.eu, CoopGames
*/
* {
    margin: 0;
    padding: 0
}
body {
    /* background: #f2f2f2 url("images/background.png") repeat-x scroll 0 0*/;
    background: #000 /*url(../images/bg_image.png)*/ no-repeat center top;
}
body,
label,
button,
select{
    color: #818080
}
img, figure, .wp-caption, .inhalt, .accent, .entry object, .entry embed, input {
    max-width: 100%;
    height: auto
}
iframe {
    width: 100%;
}
del {
    display: none
}
ins {
    text-decoration: none
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	display: inline-block;
}
a img, a:not(.btn):focus {
	border: none;
	outline: none
}
a > img, .link > img {
	display: inline-block
}
a:hover img, .link:hover img {
	opacity: 0.9;
	-webkit-transition: background 0.15s ease-in;
	-moz-transition: background 0.15s ease-in;
	-ms-transition: background 0.15s ease-in;
	-o-transition: background 0.15s ease-in;
	transition: background 0.15s ease-in;
}
article ol, article ul:not(.nav) {
	margin: 20px;
}
article ul:not(.nav) ul, article ol ol, article ul:not(.nav) ol, article ol ul {
	margin: 10px 0 0 20px;
}
article ol > li + li {
	margin-top: 10px;
}
.btn {
	white-space: normal;
}
.clear {
	clear: both;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone, a img.alignnone {
	margin: 0 0 20px;
}
.aligncenter, a img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 20px;
}
.alignright, a img.alignright {
	float:right;
	margin: 0 0 20px 20px;
}
.alignleft, a img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/*divider shortcode*/
.divider {
	font-style: italic;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 20px 0;
	display: block;
	width: 100%;
	clear: both;
}
.divider::before,
.divider::after {
	content: "";
	position: relative;
	display: inline-block;
	width: 50%;
	height: 1px;
	background-color: #818080;
}
.divider::before {
	left: -40px;
	margin: 30px 0 0 -50%;
}
.divider::after {
	left: 40px;
	margin: 30px -50% 0 0;
}
.divider > .glyphicons {
	width: 60px;
	height: 60px;
	padding: 10px 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-width: 2px;
	border-style: solid;
	font-size: 24px;
	font-weight: normal;
	color: #818080;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* Theme Options */

.bg-background {
	background: #000000;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -100;
}
a#bg-game-left,
a#bg-game-right{
	display: block;
	position: fixed;
	top: 50%;
	margin-top: -132px;
	z-index: 0;
}
a#bg-game-left{
	left: 40px;
}
a#bg-game-right{
	right: 40px;
}


/*
** Header
*/
#top{
	color: #969696;
	padding-top: 20px;
}
#top a{
	text-shadow: none;
}
/* Logo */
#top .top-bar {
	background: #d1d1d1; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d1d1d1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#d1d1d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#top .top-logo {
	background: url("images/logo-bg_500_glatt.png") no-repeat;
	height: 113px;
}
#top .top-logo #site-title{
	overflow: hidden;
	color: #ffffff;
}
#top .top-logo #site-title:hover, #top .top-logo #site-title:hover img{
	opacity: 1;
	text-decoration: none;
}
#top .top-logo #site-title .site-logo {
	float: left;
	margin: 5px 10px 0px -20px;
}
#top .top-logo #site-title .site-info {
	float: left;
	letter-spacing: -1px
}
#top .top-logo #site-title .site-info, #site-title .site-info tagline {
	font-weight: bold;
	text-transform: uppercase;
}
#site-title .site-info tagline {
	display: inline-block;
	font-size: 16px;
	margin-top: 10px;
	letter-spacing: 0
}
#top .top-right {
	padding-top: 10px;
	padding-bottom: 10px;
}
#top .top-support {
	height: 113px;
	position: relative;
}
#top .top-support .top-right {
	position: absolute;
	top: 0;
}
#top .top-search .btn-search {
	background-color: #000;
	border-color: #cccccc;
	color: #fff;
}
#top .top-search .btn-search:hover {
	color: #ff4e00;
}
#top .top-search .form-control:focus {
	border-color: #ff5000;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 80, 0, 0.6);
	outline: 0 none;
}


#top .top-sub-menu {
	position: absolute;
	bottom: 0;
}
#top .top-sub-menu ul {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 6px 0px;
}
#top .top-sub-menu ul li a {
	color: #515151;
}
#top .top-sub-menu ul li a:hover,
#top .top-sub-menu ul li a:focus{
	text-shadow: none;
	color: #ff6400;
	font-style: normal;
}
#top .top-sub-menu ul li.current_page_item a, top .top-bar .top-support .top-sub-menu ul li.current_page_parent a{
	color: #ff6400;
}
#top .top-sub-menu span.glyphicons {
	padding-right: 2px;
}

/* Navigation */
/*top-below-nav*/
.top-navigation{
	/*height: 41px;*/
	height: auto;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

/* Dropdown menu */
.navbar{
	min-height: 0px;
	margin: 0;
	z-index: 10000;
	border: 0;
}
.navbar .nav{
	text-align: left;
	float: none;
	border-radius: 0 0 4px 4px;
	background: #b22c11; /* Old browsers */
	background: -moz-linear-gradient(top, #666 0%, #A8A8A8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #666 0%, #A8A8A8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #666 0%,#A8A8A8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b22c11', endColorstr='#7f1f0c',GradientType=0 ); /* IE6-9 */
}

.navbar .nav > li > .dropdown-menu{
	min-width: 230px;
	z-index: 1;
	left: 0;
}
#navigation.on .navbar .nav > li > .dropdown-menu{
	margin-top: 3px;
	z-index: 999;
}

.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after{
	border: none;
	display: none;
	z-index: 999;
}
.navbar .nav > li > .dropdown-menu .icon-caret-up{
	display: none;
}
.navbar .nav > li > a{
	position: relative;
	padding: 8px 20px;
	text-shadow: none;
	font-weight: bold !important;
	color: #ffffff;
	font-size: 14px;
}
.navbar .nav > li.last{
	float: right;
}
.navbar .nav > li.last a{
	font-weight: bold;
}
.navbar .nav > li > a:after{
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 3px;
	content: " ";
}
.navbar .nav > li > a:after:hover{
	background-color: #888;
	z-index: 999;
}

.navbar .nav > li:hover > a,
.navbar .nav > li.active > a{
	background: #888; /* Old browsers */
	background: -moz-linear-gradient(top, #868686 0%, #868686 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #868686 0%,#868686 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #868686 0%,#868686 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#888',GradientType=0 ); /* IE6-9 */
	color: #ffffff !important;
	z-index: 999;
}

.navbar .nav .dropdown-menu > li > a:hover,
.navbar .nav .dropdown-menu > li > a:focus{
	background: transparent;
	z-index: 999;
}

.navbar .hoverMenuWrapper{
	position: relative;
}

.navbar .nav .dropdown-menu {
	background: #ff4900; /* Old browsers */
	background: -moz-linear-gradient(top, #868686 0%, #888 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #868686 0%,#888 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #868686 0%,#888 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#888',GradientType=0 ); /* IE6-9 */
	z-index: 999;
	border-top: 0;
}

.navbar-inner,
.navbar .nav .dropdown-menu > li{
	padding: 0;
	border: 0;
}
.navbar .nav .dropdown-menu > li:last-child{
	margin-bottom: 20px;
}
.navbar .nav .dropdown-menu > li{
	min-width: 200px;
	text-align: left;
}
#top .navbar .nav .dropdown-menu > li > a{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 15px!important;
	white-space: normal;
	padding: 0;
	display: inline-block;
	position: relative;
	color: #fff;
}

#top .navbar .nav .dropdown-menu > li > a:hover{
	color: #000;
	text-decoration: underline;
	z-index: 999;
}
.navbar-inner,
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus,
.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle{
	filter: none;
}
@media (min-width: 768px) {
	.navbar-nav.nav-justified > li {
		float: none;
	}
}

/* Menu in Mobile */
.navbar .btn-navbar{
	padding-top: 23px;
	background: transparent;
	color: #818080;
}
.navbar .btn-navbar:hover{
	cursor: pointer;
	background: transparent;
	color: #818080;
}
.navbar .icon-bar-group{
	display: inline-block;
}
.navbar-collapse{
	margin: 0 -10px;
}

@media (min-width: 768px) and (max-width: 991px) {
	#top .top-sub-menu {
		position: relative;
	}
	#top .top-sub-menu .list-inline {
		margin: 15px 0px
	}
	#top .top-sub-menu .list-inline > li {
		display: block
	}
	#top .top-sub-menu .list-inline > li + li {
		margin-top: 7px
	}
	.top-navigation {
		height: auto
	}
}

@media (max-width: 767px) {
	#top .top-support, #top .top-logo {
		height: auto
	}
	#top .top-sub-menu {
		position: relative;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#top .top-sub-menu .list-inline {
		text-align: left
	}
	#top .top-sub-menu .list-inline > li {
		margin: 0
	}
	#top .top-sub-menu .list-inline > li + li {
		margin-left: 10px;
	}
	#top .top-logo {
		height: auto;
		background: #ff6400;
		background: -moz-linear-gradient(top,  #ff6400 0%, #ff4900 99%);
		background: -webkit-linear-gradient(top,  #ff6400 0%,#ff4900 99%);
		background: linear-gradient(to bottom,  #ff6400 0%,#ff4900 99%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6400', endColorstr='#ff4900',GradientType=0 );

	}
	#top .top-logo #site-title .site-logo {
		margin-left: 0px;
		text-align: center;
	}

	.top-navigation, .top-navigation .navbar {
		height: auto;
		min-height: 0;
	}
	.top-navigation .navbar-collapse {
		padding: 0
	}
	.nav .navbar-nab {
		background: transparent;
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.35) 100%);
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.35) 100%);
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.35) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#59ffffff',GradientType=0 );

	}
}

@media (max-width: 479px) {
	#top .top-logo {
		text-align: center
	}
	#top .top-logo  #site-title .site-logo, #top .top-logo #site-title .site-info {
		float: none
	}
	#top .top-logo  #site-title .site-logo {
		margin-top: 15px
	}
	#top .top-logo #site-title .site-info {
		margin: 5px 0 10px 0
	}
}

@media (max-width: 350px) {
	#top .top-logo #site-title .site-info {
		font-size: 26px;
		letter-spacing: 0
	}
	#top .top-sub-menu .list-inline {
		font-size: 14px;
	}
	#top .top-sub-menu .list-inline > li, #top .top-sub-menu .list-inline > li + li {
		margin-left: 0;
		display: block
	}
}

.navbar-toggle {
	margin: 0;
	padding: 14px 0px;
}
.navbar-toggle .icon-bar, .navbar-toggle .icon-bar:before, .navbar-toggle .icon-bar:after {
	display: block;
	height: 3px;
	width: 25px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	position: relative;
}
.navbar-toggle .icon-bar:before, .navbar-toggle .icon-bar:after {
	content: "";
	position: absolute
}
.navbar-toggle .icon-bar {
	position: relative;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.navbar-toggle .icon-bar:before {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 0
}
.navbar-toggle .icon-bar:after {
	display: none
}
.navbar-toggle.collapsed .icon-bar, .navbar-toggle.collapsed .icon-bar:before {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}
.navbar-toggle.collapsed .icon-bar:before {
	top: -7px
}
.navbar-toggle.collapsed .icon-bar:after {
	display: block;
	top: 7px
}
.navbar-toggle .icon-bar, .navbar-toggle .icon-bar:before, .navbar-toggle .icon-bar:after {
	background-color: #515151
}

/*tab*/
#tabs_container{
	background: #2b2b2b;
	background: -moz-linear-gradient(top, #2b2b2b 0%, #1f2020 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #1f2020));
	background: -webkit-linear-gradient(top, #2b2b2b 0%, #1f2020 100%);
	background: -o-linear-gradient(top, #2b2b2b 0%, #1f2020 100%);
	background: -ms-linear-gradient(top, #2b2b2b 0%, #1f2020 100%);
	background: linear-gradient(to bottom, #2b2b2b 0%, #1f2020 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#1f2020', GradientType=0 );
	text-align: center;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 21px;
	padding-top: 10px;
}
#tabs_container ul#tabs{
	margin-bottom: 0;
}
#tabs_container ul#tabs li{
	display: inline-block;
	*display: inline;
	zoom: 1;
}
#tabs_container ul#tabs li.active:hover,
#tabs_container ul#tabs li.active:hover a{
	cursor: default;
}
#tabs_container ul#tabs li.active,
#tabs_container ul#tabs li:hover{
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 50%, #f0f0f0 51%, #fefefe 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f1f1f1), color-stop(50%, #ffffff), color-stop(51%, #f0f0f0), color-stop(100%, #fefefe));
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 50%, #f0f0f0 51%, #fefefe 100%);
	background: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 50%, #f0f0f0 51%, #fefefe 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0%, #ffffff 50%, #f0f0f0 51%, #fefefe 100%);
	background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 50%, #f0f0f0 51%, #fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fefefe', GradientType=0 );
	border-radius: 5px 5px 0 0;

	position: relative;
}
#tabs_container ul#tabs li.active:before,
#tabs_container ul#tabs li:hover:before{
	position: absolute;
	top: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	border-radius:5px 5px 0 0;
}
#tabs_container ul#tabs li a{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 15px;
	display: block;
}
#tabs_container ul#tabs li.active a,
#tabs_container ul#tabs li:hover a{
	color: #000;
}
/*end tab*/

.items .headline {
	min-height: 50px;
}
.items .headline span {
	overflow: hidden;
	min-height: 50px;
	text-overflow: ellipsis;
}
.releaselist {
	text-align: center;
}
.items .packshot img {
	width: 100%;
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.items .plattformen {
	height: 20px;
	overflow: hidden;
	margin: 5px 0;
}
.items .plattformen img.plattform {
	height: 20px;
}
.items .row-container div + div {
	margin-top: 5px;
}


/* Allgemeines */
.panel-title {
	font-weight: 500;
}
h1.panel-title, h2.panel-title {
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
}
.panel-meta {
	font-size: 12px;
	margin: 10px 0 0;
}
/* Hintergrund Hauptseiten */

#col-main {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
	margin: 20px 0;
}
.content-main {
	padding: 10px;
}
/* Startseite */
.front-page-news ul.nav-pills li {
	border: 1px solid #ff5000;
	border-radius: 4px;
}
.tab-content .news ul li {
	list-style: none;
}
.tab-content .news {
	padding-top: 10px;
}
.tab-content .news-list {
	padding: 0 5px 0 0;
}
.tab-content .news-content h4 {
	float: left;
	margin: 0;
	width: 100%;
}
.tab-content .news-content .meta {
	float: left;
	margin: 5px 0;
}

/* News */

.news-header {

}
.news-header h3 {
	margin: 0;
}
.news-header h3 a {
	color: #000;
}
.news-header h3 a:hover {
	color: #ff5000;
	text-decoration: none;
}
.news-header .post-meta {
	color: #ff5000;
}
.news-body {
	padding: 10px 0 0;
}
.news-content .excerpt {
	float: left;
	margin: 5px 0 10px;
	color: #000;
}
.news-body .news-thumbnail{
	padding: 0;
}
.news-thumbnail .thumb-wrap img {
	width: 100%;
}
.news-thumbnail .thumb-wrap {
	text-align: center;
}
.news-thumbnail .thumb-wrap img {
	border: 3px solid #dddedf;
}
@media all and (max-width: 767px) {
	.news-thumbnail {
		margin-bottom: 10px;
	}
}
.news-content .buttons .comments-link {
	color: #fff;
}
/* Single Seiten */
@media all and (min-width: 600px) {
	.content-thumbnail {
		float: left;
	}
}
.content-thumbnail {
	width: 300px;
	padding: 5px 20px 20px 0;
}
.content-thumbnail .thumb-wrap img {
	border: 3px solid #dddedf;
	width: 100%;
}
.single-content img {
	border: 3px solid #dddedf;
}
.single-content ol {
	padding: 0 0 0 40px;
	list-style-position: outside;
	list-style-type: decimal;
}
.single-meta .relatedposts .related-thumbnail img {
	border: 3px solid #dddedf;
	width: 100%;
}
/* Comments */
ol.commentlist {
	padding-top: 10px;
}
.coop-comment {
	background: #ececec none repeat scroll 0 0;
	margin-bottom: 10px;
	padding: 10px 10px 20px;
}
.comment-notes {
	font-size: 12px;
	padding-top: 10px;
}
.child-comments.comments-list {
	padding-left: 25px;
}
img.avatar {
	float:left;
	margin: 0 10px 0 0;
}
.comment-author, .comment-date {
	font-size: 12px;
}
.comment-author {
	float: left;
}
.comment-date {
	float: right;
}
.comment-content {
	padding-top:40px;
	padding-left:75px;
}
.comment-meta-item {
	font-style: italic;
	color: #ff4900;
}
.comment-notes {
	font-size: 12px;
}
/* Spiele Template */

.coopgame-console hr {
	margin-bottom: 0;
}
.coopgame-console .coop-system {
	font-size: 18px;
}
.coopgame-console .tab-content {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	border-color: #dddddd;
	border-image: none;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
@media (max-width: 767px) {
	.coopgame-console .nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.coopgame-console .nav-tabs.nav-justified > li > a {
		-webkit-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
		border-bottom: 1px solid #dddddd;
		margin-bottom: 0;
		padding: 5px;
	}
	.coopgame-console .nav-tabs.nav-justified > li.active > a {
		border-bottom: 0 none;
	}
	.coopgame-console .nav-tabs.nav-justified > li > a img {
		max-width: 100%;
	}
}

.coopgame-console .nav-console li.active a{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(bottom, #ffffff 0%, #f1f1f1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom, #ffffff 0%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, #ffffff 0%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.coopgame-console .tab-content {
	padding: 0 10px;
}

.platform-title {
	margin-bottom: 20px;
	margin-top: 15px;
}
.platform-label {
	white-space: nowrap;
	padding: 5px;
	background-color: #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.coop-infos div img {
	margin-right: 10px;
}

.review .review h2 {
	background-color: #ff5000;
	border-color: #ff5000;
	color: #ffffff;
	border-radius: 4px 4px 0 0;
	padding: 10px 15px;
}
.widget {
	background: #232323; /* Old browsers */
	background: -moz-linear-gradient(top, #232323 0%, #101010 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #232323 0%,#101010 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #232323 0%,#101010 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#101010',GradientType=0 ); /* IE6-9 */
	color: #ddd;
	border-radius: 4px;
	padding-bottom: 10px;
}
.widget h3, .widget h4 {
	background-color: #ff5000;
	border-color: #ff5000;
	color: #ffffff;
	border-radius: 4px 4px 0 0;
	padding: 10px 15px;
}
.widget p {
	padding: 0 15px;
}
.widget table td {
	padding: 10px 0;
}
/* System / Konsolenliste */

table.plattformen thead tr th {
	text-align: center;
}
table.plattformen tbody tr td {
	vertical-align: middle;
	text-align: center;
}
table.plattformen td.packshot {
	width: 105px;
	height: 150px;
}
table.plattformen td.spielname {
	padding: 0 5px;
}
/*
table.plattformen td.couchcoop, table.plattformen td.onlinecoop {
	text-align: center;
}*/

table.plattformen td.couchcoop img, table.plattformen td.onlinecoop img {
	padding: 10px;
}
table.plattformen td.system {
	width: 330px;
	min-width: 240px;
}
table.plattformen td.system img.plattform {
	padding: 5px;
}
table.plattformen td.releasedate {
	min-width: 100px;
}
/* Sidebar */
.sidebar .panel-body {
	background: #232323; /* Old browsers */
	background: -moz-linear-gradient(top, #232323 0%, #101010 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #232323 0%,#101010 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #232323 0%,#101010 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#101010',GradientType=0 ); /* IE6-9 */
	color: #ddd;
}
.sidebar .releases .release-list li	{
	list-style: none;
}
.sidebar .releases .release-list .release-text .release-title, .sidebar .releases .release-list .release-text .release-date, .sidebar .releases .release-list .release-text .release-logos {
	float: left;
	width: 100%;
	margin: 5px 0;
}
.sidebar .releases .release-list .release-text .release-logos img {
	width: 16px;
	margin-right: 2px;
}
.sidebar ul.category {
	padding: 0 10px;
}
.sidebar ul.category ul.children {
	padding: 0 10px;
}
.sidebar-details td:first-child {
	font-size:12px;
}
.sidebar-details td:last-child {
	font-size:12px;
	text-align: right;
}
.sidebar .details .webseite {
	float: left;
	width: 100%;
	text-align: center;
}
.nav.nav-tabs li a:focus {
	outline: 0 none;
}
.sidebar .interessante-news {
	padding: 0px 0 10px;
}
.sidebar .interessante-news .title {
	float: left;
}
.sidebar .interessante-news .date {
	float: left;
	font-size: 11px;
}
.sidebar .review .rating {
	text-align: center;
}
.sidebar .review .rating .text-primary {
	font-size: 20px;
	font-weight: bold;
}
.sidebar .review .rating .text-primary .number{
	font-size: 50px;
}
/* Footer */
.footer-content {
	padding: 20px 0;
}
.footer-content, .footer-content a {
	color: #ddd;
	font-size: 14px;
	padding: 20px 0;
}
@media (max-width: 767px) {
	.footer-content .text-right {
		text-align: left
	}
}
/* Shortcodes */

.dropcap {
	display: block;
	float: left;
	font-size: 50px;
	line-height: 50px;
	margin: 0 10px 0 0;
	text-transform: uppercase;
}


/* Search */
.search-results .searchicons {
	float: left;
	margin: 0 10px 10px 0;
	font-size: 28px;
	line-height: 30px;
}
@media (max-width: 767px) {
	.search-results .searchicons {
		float: right;
		margin: 0 0 0 10px;
	}
}
.top-search #header-search .search-form{
	height: 30px;
	line-height: 30px;
}
#header-search{
	background: #ffffff;
	width: 320px;
	border-radius: 5px;
	float: right;
	padding: 2px 5px;
	margin-right: -10px;

}
#header-search.focus{
	border-color: #ffffff;
}
#header-search input{
	background-color: transparent;
	height: 24px;
	line-height: 24px;
	min-height: 24px;
	padding: 0 0 0 5px;

}
#header-search .search-form{
	height: 36px;
}
#header-search .fa-search{
	color: #000000;
	font-size: 13px;
}
.top-support #header-search input{
	vertical-align: top !important;
}
.search-form .search-submit{
	padding: 6px 7px;
	right: 0;
	top: 0;
	border: none;
	float: right;
	position: absolute;
	display: inline-block;
	background-color: transparent;
	border-radius: 0 5px 5px 0;

	background: #e2e2e2;
	background: -moz-linear-gradient(top, #e2e2e2 0%, #fefefe 21%, rgba(226,226,226,1) 62%, rgba(226,226,226,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(21%, rgba(245,245,245,1)), color-stop(62%, rgba(226,226,226,1)), color-stop(100%, rgba(226,226,226,1)));
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(245,245,245,1) 21%, rgba(226,226,226,1) 62%, rgba(226,226,226,1) 100%);
	background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(245,245,245,1) 21%, rgba(226,226,226,1) 62%, rgba(226,226,226,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(245,245,245,1) 21%, rgba(226,226,226,1) 62%, rgba(226,226,226,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(245,245,245,1) 21%, rgba(226,226,226,1) 62%, rgba(226,226,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0 );

}
.search .empty{
	line-height: 15px;
	margin-top: 15px;
}
.search-page{
	padding-bottom: 35px;
}
.search-page .search-form{
	margin-bottom: 10px;
}
.search-page .container-nav{
	margin-top: 0;
}
.search-page .search-form .search-submit{
	border-radius: 0;
	padding: 9px 15px;
	position: absolute;
	right: 0;
	top: 0;
}
.search-page .search-form{
	box-shadow: inset 0px 0px 5px -1px #e6e6e6;
	-webkit-box-shadow: inset 0px 0px 5px -1px #e6e6e6;
	-moz-box-shadow: inset 0px 0px 5px -2px #e6e6e6;
	padding: 1px;
}
.search-page .search-form input{
	line-height: 32px;
	min-height: 32px;
	padding: 0 60px 0 10px;
	width: 100%;
}
/* SLIDER */

.rslides_container {
	position: relative;
	z-index: 0;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 1;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	background: #2e2e2e; /* Old browsers */
	background: -moz-linear-gradient(top, #2e2e2e 0%, #050505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2e2e2e 0%,#050505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #2e2e2e 0%,#050505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#050505',GradientType=0 ); /* IE6-9 */
}
.rslides .slider-image {
	width: 60%;
	float: left;
	display: block;
	height: auto;
	border: 0;
}
.rslides img {
	width: 100%;
}
.rslides .slider-caption {
	display: block;
	height: auto;
	float: left;
	width: 40%;
	border: 0;
	color: #fff;
	padding: 0 10px;
}
.rslides .slider-caption .sliderheadline {
	float: left;
	width: 100%;
}
.rslides .slider-caption .slidertext {
	float: left;
	width: 100%;
	padding: 10px 0;
	color: #adadad;
}
.rslides .slider-caption .sliderbutton .btn {
	margin-top: 15px;
}
.rslides_nav.rslides1_nav {
	background: rgba(0, 0, 0, 0) url("images/direction_nav.png") no-repeat scroll 0 0;
	border: 0 none;
	display: block;
	height: 35px;
	position: absolute;
	text-indent: -9999px;
	top: 15px;
	width: 36px;
	z-index: 99;
}
.rslides_nav.rslides1_nav.prev {
	background-position: 0 0;
	left: 15px;
}
.rslides_nav.rslides1_nav.next {
	background-position: -36px 0;
	left: 55px;
}
.rslides_thumbs {
	padding: 0;
	margin: 0;
	float: left;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	width: 100%;
	background: #050505; /* Old browsers */
	background: -moz-linear-gradient(top, #050505 0%, #2e2e2e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #050505 0%,#2e2e2e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #050505 0%,#2e2e2e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050505', endColorstr='#2e2e2e',GradientType=0 ); /* IE6-9 */
}
.rslides_thumbs li {
	list-style: none;
	float: left;
	width: 14%;
	margin: 20px 1%;
}
.rslides_thumbs li:first-child {
	margin: 20px 1% 20px 3%;
}
.rslides_thumbs li:last-child {
	margin: 20px 3% 20px 1%;
}
.rslides_thumbs li a {
	float: left;
	border: 5px solid transparent;
}
.rslides_thumbs li a img {
	width: 100%;
	float: left;
}
.rslides_thumbs li.rslides_here a {
	border: 5px solid #fff;
}
@media (max-width: 991px){
	.rslides .slider-image, .rslides .slider-caption {
		float: none;
		width: 100%;
	}
}


@media (max-width: 991px){
	/*home*/
	.top-support.col-md-12,
	.top-logo.col-md-12 {
		width: 50%;
		float: left;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.search .search-form{
		width: 40%;
	}
	.search #options{
		width: 100%;
	}
	.search #options .sortBy > strong{
		display: none;
	}
	#top #header-search{
		width: 90%;
		float: right;
		position: absolute;
		top: 10px;
		right: 0;
		width: 65px;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	#top .header-search #header-search{
	}
	#top .header-search #header-search input{
		width: 75%;
		padding-left: 10px;
	}
	#top .header-search #header-search.focus{
		width: 150px;
	}
}
@media (max-width: 768px) {
	body{
		overflow-x: hidden;
	}
}
@media (max-width: 767px) {
	#top #site-title{
		display: inline-block;
		text-align: center;
	}
	#top .shadow{
		display: none;
	}
	#top .shadow,
	#footer{
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#top .span6.pos-relative,
	#umbrella{
		text-align: left;
		padding: 0 15px;
	}
	.top-support .support,
	.top-support .top-search .search-form{
		margin-right: 0px !important;
	}
	/*menu*/
	.is-mobile > ul > li{
		margin: 0;
	}
	#top .currencies-switcher{
		margin-right: 0;
		margin-left: 0;
	}
	#top .customer-links,
	#top .currencies-switcher{
		border-right: 0;
		border-left:1px solid #4d4d4d;
		padding: 15px 15px 15px 20px;
	}
	/*menu*/
	.navbar-collapse {
		border-top: 1px solid rgba(0, 0, 0, 0);
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
		margin: 0 !important;
		max-height: 340px;
		overflow-x: visible;
		padding: 0;
		width: 100%;
	}
	.navbar .nav {
		border: 0 none;
		border-radius: 0;
		margin: 0;
		padding-top: 0;
		background: #000;
	}
	.navbar{
		border: 0 !important;
	}
	.navbar .nav > li {
		display: block;
		float: left;
		padding: 0;
		width: 100%;
		border-top: 1px solid #fff;
	}
	.navbar .nav > li:last-child a{
		border-radius: 0;
	}
	.navbar .nav > li:first-child a,
	.navbar .nav > li:first-child a:hover,
	.navbar .nav > li:first-child a:focus{
		border-radius: 0;
	}
	#top .navbar .nav > li:hover > a,
	.navbar .nav > li.active > a,
	#top .navbar .nav .open > a,
	#top .navbar .nav .open > a:hover,
	#top .navbar .nav .open > a:focus,
	#top .navbar .nav > li a:hover,
	#top .navbar .nav > li a:focus{
		color: #fff;
		background: #888!important;
	}
	#top .navbar .nav > li > ul.dropdown-menu{
		margin-top: 0;
	}
	#top .navbar .nav > li > ul.dropdown-menu li a:hover{
		background: transparent!important;
	}
	#top .navbar .nav > li .fa{
		margin-top: -5px;
		position: absolute;
		right: 10px;
		top: 50%;
	}
	.dropdown-menu:after{
		border-bottom-color: #fff;
	}
	#top .currencies.dropdown-menu li > a:hover,
	.currencies.dropdown-menu li > a:hover,
	#top .currencies.dropdown-menu .active > a,
	.currencies.dropdown-menu .active > a,
	#top .currencies.dropdown-menu .active > a:hover,
	.currencies.dropdown-menu .active > a:hover,
	#top .customer.dropdown-menu li > a:hover,
	.customer.dropdown-menu li > a:hover,
	#top .customer.dropdown-menu .active > a,
	.customer.dropdown-menu .active > a,
	#top .customer.dropdown-menu .active > a:hover,
	.customer.dropdown-menu .active > a:hover{
		background-color: #000;
	}
	/* end menu*/
}
@media (min-width: 480px) and (max-width: 599px){
	#top-other{
		display: none;
	}
	#header-search {
		float: left;
	}
	.top-support{
		margin-top: 0;
	}
	#top .currencies-switcher {
		padding-left: 17px;
		padding-right: 7px;
	}
	#top .header-search {
		padding-left: 0;
	}
}
@media (max-width: 480px) {
	.ug-gallery-wrapper {
		overflow: visible;
	}
	.ug-gallery-wrapper .ug-strip-panel {
		top: 0 !important;
	}
}