/*@import url(http://fonts.googleapis.com/css?family=Roboto|Montserrat);*/
/*@import url('https://fonts.googleapis.com/css?family=Catamaran:300,400,700,800');*/
@import url('styles/lightslider.min.css');
@import url('styles/lightgallery.min.css');
@import url('styles/lg-transitions.min.css');
@import url('js/fancybox/jquery.fancybox-1.3.4.css');

/*
Theme Name: Playcentral
Theme URI: https://www.playcentral.de
Author: Playcentral
Author URI:
Description: Wir lieben Games!
Version: 1.38
Text Domain: playcentral
License: GNU General Public License
*/

/* catamaran-300 - latin */
@font-face {
	font-family: 'Catamaran';
	font-style: normal;
	font-weight: 300;
	src: local(''),
		 url('/fonts/catamaran-v17-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('/fonts/catamaran-v17-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-display: optional;
  }
  /* catamaran-regular - latin */
  @font-face {
	font-family: 'Catamaran';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		 url('/fonts/catamaran-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('/fonts/catamaran-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-display: optional;
  }
  /* catamaran-700 - latin */
  @font-face {
	font-family: 'Catamaran';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		 url('/fonts/catamaran-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('/fonts/catamaran-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-display: optional;
  }
  /* catamaran-800 - latin */
  @font-face {
	font-family: 'Catamaran';
	font-style: normal;
	font-weight: 800;
	src: local(''),
		 url('/fonts/catamaran-v17-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('/fonts/catamaran-v17-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-display: optional;
  }


/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {
	color: #222;
	font-size: 1.1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/*
 *
 */

a {
	text-decoration: none;
	color: #FF5E59;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

a:hover {
	color: #222;
}

input {
	background-color: transparent;
	border: none;
}

input:focus {
	outline: none;
}

h1 {
	margin: 10px 0px 0px 0px;
}

.container img {
	max-width: 100%;
}

.text-center {
	text-align: center;
}

.clear-fix {
	clear: both;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   custom styles
   ========================================================================== */

body {
	background-color: #E5E5E5;
	font-family: 'Catamaran', sans-serif;
	padding-top: 90px;
	font-weight: 200;
}

.alternate-font {
	font-family: 'Catamaran', sans-serif;
}

h1, h2, h3, h4, h5, h6, .preview-main span, #navi-bottom a, a, .share-buttons {
	font-family: 'Catamaran', sans-serif;
	font-weight: 700;
}

.alternate-spacing {
	letter-spacing: 1.4px;
}

#main-container {
	width: 1030px;
	margin: 5px auto -1px auto;
	padding: 10px;
	background-color: #fff;
	box-sizing: border-box;
}

#top-navigation {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

#main-navigation {
	box-sizing: border-box;
	z-index: 10000;
	box-shadow: 0px 0px 15px 0px #999;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.admin-bar #main-navigation, .admin-bar #top-navigation {
	top: 32px;
}

#navi-overlay {
	position: absolute;
	top: 0;
	width: 100%;
}

#navi-overlay-inner {
	width: 1030px;
	margin: 0 auto;
}

#main-logo {
	position: absolute;
	top: 12px;
}

#main-logo img {
	height: 36px;
}

#navi-top-lane {
	background-color: #FF5E59;
	width: 100%;
	height: 60px;
}

#navi-bottom-lane {
	background-color: #fff;
	width: 100%;
	height: 35px;
	display: inline-block;
}

#navi-top {
	height: 60px;
	margin-left: 160px;
}

#navi-bottom {
	display: inline-block;
	padding-left: 0px;
	width: 440px;
}

#navi-bottom ul {
	list-style-type: none;
	margin: 4px 0 0 50px;
}

#navi-bottom li {
	display: inline;
	font-size: 14px;
	margin-right: 20px;
	letter-spacing: 1.4px;
}

#navi-bottom li a:hover {
	color: #dedede;
}

#navi-bottom li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}

.select {
	font-weight: 400;
}

.navi-search {
	border-bottom: 1px solid #fff;
	display: inline-block;
	height: 30px;
	margin-top: 15px;
	background-color: white;
	border-radius: 5px;
}

.navi-search input {
	color: #b5b5b5;
	font-weight: 300;
	font-style: italic;
	font-size: 13px;
	letter-spacing: 1.4px;
	padding: 8.5px;
	font-family: 'Catamaran', sans-serif;
}

.navi-search input:hover {
	color: #2b2b2b;
}

.breadcrumb-text a, .breadcrumb-text {
	font-size: 12px;
	color: #989898;
	text-transform: uppercase;
}

.breadcrumb-text a:hover {
	color: #222;
}

.button {
	cursor: pointer;
}

.button-yellow {
	background-color: #FF9900 !important;
	margin: 15px auto !important;
}

.button-yellow_news {
	background: rgba(0, 0, 0, 0.8) !important;
	margin: 10px 0px !important;
	width: 100% !important;
	padding: 5px 0px !important;
	font-size: 12px !important;
}

.button-grey {
	background-color: #F4F4F4 !important;
	margin: 15px auto !important;
	border: 1px solid #fff;
}

.button-white {
	background-color: #fff !important;
	margin: 15px auto !important;
}

.button-humble, .button-gamesplanet {
	width: 35% !important;
	display: inline-block !important;
	margin-top: 0px !important;
	background: rgba(0, 0, 0, 0.8) !important;
}

.button-humble_news, .button-gamesplanet_news {
	width: 49% !important;
	display: inline-block !important;
	margin: 0px !important;
	background: rgba(0, 0, 0, 0.8) !important;
	padding: 2px 0px !important;
}

.button-humble:hover, .button-gamesplanet:hover, .button-humble_news:hover, .button-gamesplanet_news:hover, .button-yellow_news:hover {
	background: #fff !important;
}

.button-humble_news:hover img, .button-gamesplanet_news:hover img {
	filter: invert(100%);
}

.button-humble img, .button-gamesplanet img {
	width: 100%;
	-webkit-filter: drop-shadow(1px 1px 1px #222);
	filter: drop-shadow(1px 1px 1px #222);
}

.button-humble_news img, .button-gamesplanet_news img {
	width: 67%;
	-webkit-filter: drop-shadow(0px 0px 0px #222);
	filter: drop-shadow(0px 0px 0px #222);
}

.social-icons {
	display: inline-block;
}

.social-icons a {
	color: #fff;
	font-size: 1.04em;
	margin-left: 15px;
	display: inline-block;
}

.container {
	box-sizing: border-box;
	display: inline-block;
	padding: 10px;
}

.news-content img {
	width: 100%;
	height: auto;
}

.news-content h2 {
	font-size: 1.2rem;
}

.news-content h3 {
	font-weight: 800;
	font-size: 1.1rem;
}

.wp-block-image figcaption {
	float: right;
	font-style: italic;
	color: #989898;
	font-size: 0.875rem;
	margin-top: 0;
	display: block;
	width: 100%;
	text-align: right;
}

.footer-container {
	width: 1030px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 50px;
	padding-top: 10px;
}

.footer-container a {
	color: #222;
}

.footer-container a:hover {
	color: #FF5E59;
}

.footer-col .widget_nav_menu {
	width: 25%;
	display: inline-block;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}

.footer-col .widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-col .widget_nav_menu .widget-title {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
	letter-spacing: 1.4px;
	margin-top: 0;
}

.footer-col {
	width: 100%;
	box-sizing: border-box;
}

.footer-col a {
	letter-spacing: 1.4px;
}

.footer-col a:hover {
	text-decoration: underline;
}

.footer-col-grey {
	background-color: #F4F4F4;
	padding: 20px;
	text-align: center;
}

.footer-col-dark {
	background-color: #474747;
	color: #fff;
	float: left;
	font-size: 12px;
	padding: 5px 20px;
}

.footer-col-dark a {
	color: #fff;
	display: block;
	margin-bottom: 7px;
	font-weight: 300;
}

.footer-link-col {
	width: 25%;
	display: inline-block;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}

.footer-to-top {
	padding: 10px;
	width: 180px;
	height: 22px;
	font-size: 18px;
	background: rgba(0, 0, 0, 0.19);
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	display: block;
	text-align: center;
}

a.footer-to-top {
	font-weight: bold;
	margin: 0px auto 20px auto;
}

.footer-col-headline {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
	letter-spacing: 1.4px;
}

.footer-logo-line-container {
	width: 460px;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px;
}

.footer-logo-line {
	border-bottom: 2px solid #F4F4F4;
}

.footer-link-line {
	font-size: 12px;
}

.footer-link-line a {
	padding: 10px;
}

.link-line-bold {
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-logo {
	width: 101px;
	box-sizing: border-box;
	display: inline-block;
}

.footer-logo img {
	width: 100%;
	margin-top: -15px;
}

.footer-seo-text {
	font-style: italic;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

.left-container {
	width: 66.5%;
}

.right-container {
	width: 33.5%;
	float: right;
}

.list-headline {
	margin: 0px 0px 10px 0px;
	color: #222;
	font-size: 27px;
}

.list-headline a {
	color: #222;
}

.game-facts-button .fa-random {
	font-size: 20px;
	margin-right: 10px;
}

.news-square {
	margin-bottom: 10px;
	display: block;
	box-sizing: border-box;
}

.news-square:hover h3, .preview_small_alt:hover span, .preview_small_alt_inline:hover span {
	color: #FF5E59;
}

a.news-square, a.preview_small_alt, a.preview_small_alt_inline {
	color: #222;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.news-square-medium {
	width: 49%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	min-height: 461px;
}

.news-square img {
	width: 100%;
	display: block;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.news-square h3 {
	width: 100%;
	color: #222;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.news-square-big h3 {
	font-size: 1.5em;
}

.news-square-small h3 {
	font-size: 1.1em;
}

.news-square div {
	display: block;
	width: 100%;
	background-color: #F4F4F4;
	padding: 10px 20px 10px 20px;
	box-sizing: border-box;
}

.news-square-medium div {
	height: 275px;
	padding-bottom: 0px;
}

.news-square-small div {
	padding: 10px 20px 0.1px 20px;
	min-height: 117.28px;
}

.news-square p {
	font-size: 16px;
}

.news-overlay {
	width: 100%;
	display: block;
	box-sizing: border-box;
	position: relative;
	color: #FFFFFF;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

.news-overlay:hover {
	color: #FF5E59;
	cursor: pointer;
}

.news-overlay img {
	width: 100%;
	display: block;
	box-sizing: border-box;
	z-index: 0;
}

.gradient-overlay {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 1;
	position: absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.41%, rgba(0, 0, 0, 0.69) 100%);
	top: 0;
	left: 0;
}

.overlay-text {
	z-index: 3;
	position: absolute;
	max-width: 93%;
	left: 20px;
	bottom: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: 38px;
	font-size: 26px;
	text-shadow: 0px 4px 20px #222;
	margin: 0;
	letter-spacing: 1.2px;
}

.news-overlay-small {
	margin-bottom: 9px;
}

.news-overlay-small .overlay-text {
	line-height: 20px;
	font-size: 15px;
	left: 10px;
	bottom: 5px;
}

.featured-overlay img, .featured-overlay .gradient-overlay {
	border-radius: 5px;
}

.featured-text {
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	text-shadow: 0px 4px 5px #222;
}

.preview-4-container {
	width: 25%;
	box-sizing: border-box;
	float: left;
	display: inline-block;
	padding: 0 10px;
}

.preview-main {
	width: 100%;
	display: block;
	box-sizing: border-box;

}

.preview-main:hover span {
	color: #FF5E59;

}

.preview-main img {
	width: 100%;
	min-height: 128px;
	display: block;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.preview-main span {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	color: #222;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.pc-bild-element {
	display: inline-block;
	width: 48%;
	box-sizing: border-box;
	padding: 5px;
}

.pc-bild-element img {
	width: 100%;
}

.teaser {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #212121;
}

.teaser-container img {
	display: block;
	width: 100%;
	height: auto;
}

.news-list-element {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	border-bottom: 2px solid #F4F4F4;
	cursor: pointer;
	line-height: 1.15rem;
}

.news-list-element .news-time-ago {
	margin-top: 10px;
	color: #9F9F9F;
}

.news-list-element img {
	width: 35%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}

.news-list-element h3 {
	margin: 0;
	font-size: 17px;
}

.news-list-element h3 a {
	color: #222;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.news-list-element:hover h3 a {
	color: #FF5E59;
}

.news-list-element div {
	display: inline-block;
	padding: 0 10px;
	box-sizing: border-box;
	width: 64%;
	vertical-align: top;
	font-size: 12px;
}

.news-list-element p {
	margin: 7px 0 0 0;
	color: #656565;
}

.post-term-container {
	display: inline-block;
	margin-right: 2px;
}

.post-categories {

}

.game-facts {
	padding: 10px;
	background-color: #F4F4F4;
	color: #3B3B3B;
}

a.game-facts-title, a.game-fact-value {
	color: #3B3B3B;
}

.game-facts-cover img {
	width: 100px;
	height: auto !important;
}

.game-facts-info {
	display: inline-block;
	float: left;
}

.game-facts-cover {
	display: inline-block;
	float: left;
	padding-right: 10px;
}

.game-facts-title, .game-facts-genre, .game-facts-platforms {
	display: block;
}

.game-facts-title {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	word-break: break-word;
	width: 180px;
}

.game-facts-title_fullsize {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	word-break: break-word;
}

.game-facts-genre {
	font-style: italic;
	font-size: 14px;
	line-height: 1.5;
}

.game-facts-platforms {
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 6px;
}

.more-game-facts {
	display: block;
	float: left;
	margin-top: 10px;
	width: 100%;
}

.product-top-buttons {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.imprint-buttons {
	line-height: 30px;
}

.product-header-button {
	display: inline-block;
	box-sizing: border-box;
	width: 25%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.8);
	margin: 0;
	float: left;
	cursor: pointer;
	padding: 10px;
}

.product-header-button.button-disabled {
	background: rgba(174, 174, 174, 0.8);
	cursor: not-allowed !important;
	pointer-events: all !important;
}

.product-header-button:hover:not(.button-disabled) {
	background: #FF5E59;
	color: #fff;
}

.imprint-header-button:hover {
	background: #FF5E59;
	color: #fff;
}

.product-header-button.active, .imprint-header-button.active {
	background: #FF5E59;
}

.imprint-header-button {
	display: inline-block;
	box-sizing: border-box;
	width: 25%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: #222;
	margin: 0;
	float: left;
	cursor: pointer;
	padding: 10px;
}

.game-fact-key {
	width: 120px;
	font-size: 12px;
	display: inline-block;
	font-weight: 300;
	letter-spacing: 1.3px;
}

.game-fact-value {
	display: inline-flex;
	width: 175px;
	font-size: 12px;
	font-weight: bold;
}

.game-facts-button {
	display: block;
	background: #FF5E59;
	border-radius: 5px;
	width: 80%;
	margin: 10px auto;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1.5px;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.game-facts-button:hover {
	background: #F4F4F4;
}

.game-facts-button-small {
	display: inline-block;
	background: #FF5E59;
	border-radius: 5px;
	width: 48%;
	margin: 10px 0px 0px 0px;
	text-align: center;
	padding: 5px 0px;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.game-facts-button-small:hover {
	background: #F4F4F4;
}

.game-facts .game-facts-button-small:hover {
	background: #fff;
}

.playnation-button {
	display: block;
	background: #FF5E59;
	border-radius: 5px;
	width: 80%;
	margin: 30px auto;
	text-align: center;
	padding: 10px;
	color: #fff;
	letter-spacing: 1.8px;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.playnation-button:hover {
	background-color: #F4F4F4;
	color: #222;
}

.pagination {
	margin-top: 20px;
}

.pagination .pagi-span, .pagination a {
	background: #FF5E59;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1.8px;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
	margin-right: 10px;
	min-width: 30px;
	display: inline-block;
}

.pagination a:hover, .pagination .pagi-span.current {
	background-color: #F4F4F4;
	color: #222;
}

.amazon {
	display: block;
	background: #f90;
	border-radius: 5px;
	width: 80%;
	margin: 30px auto;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	color: #fff;
	letter-spacing: 1.4px;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.amazon:hover {
	background-color: #F4F4F4;
	color: #222;
}

.rot {
	display: block;
	background: #f90;
	border-radius: 5px;
	width: 80%;
	margin: 30px auto;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	color: #fff;
	letter-spacing: 1.4px;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.rot:hover {
	background-color: #F4F4F4;
	color: #222;
}

.button_quiz {
	display: block;
	background: #F4F4F4;
	border-radius: 5px;
	width: 80%;
	margin: 20px auto;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1.8px;
	color: #222;
}

.button_quiz:hover {
	background: #FF5E59;
	cursor: pointer;
	color: #fff;
}

.button-half {
	display: inline-block;
	width: 40%;
}

.pages {
	text-align: center;
}

.game-list-cover {
	width: 20%;
	display: inline-block;
	box-sizing: border-box;
	float: left;

}

.game-list-cover img {
	width: 100%;
}

.game-list-title {
	width: 80%;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
}

.game-list-infos {
	width: 80%;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
}

.game-list-element {
	padding: 10px 0px;
	border-bottom: 2px solid #F4F4F4;
}

.game-list-element:hover {
	cursor: pointer;
}

.game-list-element:hover a {
	color: #222;
}

.news-links a {
	color: #222;
	font-size: 14px;
}

.team-big {
	margin-bottom: 20px;
	display: block;
	width: 100%;
	float: left;
}

.team-big h3 {
	margin-top: 10px;
}

.team-big-pic {
	width: 165px;
	display: inline-block;
	float: left;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.team-info-big {
	display: inline-block;
	width: 300px;
	float: left;
	margin-left: 10px;
}

.team-big-name, .team-big-email {
	display: block;
}

.team-social-links {
	margin-top: 10px;
	float: left;
}

.team-big-socials {
	margin-right: 10px;
}

.team-big-socials a {
	color: #222;
	font-size: 22px;
}

.team-big-socials a:hover {
	color: #FF5E59;
}

.team-small {
	display: inline-block;
	width: 150px;
	vertical-align: top;
	margin-bottom: 20px;
	text-align: center;
	margin-right: 50px;
}

.team-small-name {
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}

.team-small-pic {
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	margin-bottom: 5px;
}


.top-games-small {
	height: 120px;
	position: relative;
	float: left;
	width: 100%;
	color: #fff;
	text-shadow: 0px 4px 15px #222;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.top-games-small:hover {
	color: #FF5E59;
}

.top-games-small .game-title {
	display: block;
	font-size: 24px;
}

.top-games-small .game-genre {
	display: block;
	font-weight: 300;
	font-style: italic;
	width: 100%;
}

.special-container {
	width: 100%;
	background-color: #F4F4F4;
	color: #1f1818;
	box-sizing: border-box;
	padding: 20px;
	float: left;
}

.special-slogan {
	display: block;
	line-height: 36px;
	font-size: 26px;
	text-align: center;
}

.deals-special-button {
	display: block;
	width: 100%;
	background: #FFFFFF;
	border-radius: 5px;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1.8px;
	color: #FF5E59;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 20px;
	cursor: pointer;
}

.deals-special-button span {
	font-size: 20px;
}

.deals-special-button:hover {
	background: #FF5E59;
	color: #FFFFFF
}

.games h1 {
	margin: 5px 10px;
	width: 67%;
	display: inline-block;
}

.news-content .wp-block-buttons, #main-container .wp-block-buttons {
	display: block;
	text-align: center;
}

.news-content .wp-block-button {
	margin-bottom: 10px;
}

.news-content p:empty:before, #main-container p:empty:before {
	content: none;
}

.search-headline {
	text-transform: uppercase;
}

.share-buttons {
	margin-top: 10px;
}

.share-button_facebook {
	width: 200px;
	display: inline-block;
	background: #F4F4F4;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
	color: #212121;
	margin-right: 5px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	font-size: 12px;
}

.share-button_facebook:hover {
	background: #3b5999 !important;
	color: #F4F4F4 !important;
}

.share-button_twitter {
	width: 200px;
	display: inline-block;
	background: #F4F4F4;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
	color: #212121;
	margin-right: 5px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	font-size: 12px;
}

.share-button_twitter:hover {
	background: #55acee !important;
	color: #F4F4F4 !important;
}

.share-button_googleplus {
	width: 146px;
	display: inline-block;
	background: #F4F4F4;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
	color: #212121;
	margin-right: 5px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	font-size: 12px;
}

.share-button_googleplus:hover {
	background: #dd4b39 !important;
	color: #F4F4F4 !important;
}

.share-button_whatsapp {
	width: 200px;
	display: inline-block;
	background: #F4F4F4;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
	color: #212121;
	margin-right: 5px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	font-size: 12px;
}

.share-button_whatsapp:hover {
	background: #25D366 !important;
	color: #F4F4F4 !important;
}

.home-link-top-list {
	position: absolute;
	right: 10px;
	bottom: 6px;
}

.home-link-top-content {
	position: absolute;
	right: 10px;
	bottom: 15px;
}

.home-link-top a {
	color: #989898;
	font-weight: 300;
	float: right;
}

.home-link-top a:hover {
	color: #FF5E59;
}

.conclusion-pic {
	object-fit: cover;
	height: 200px;
}

.conclusion-content {
	position: relative;
	padding-top: 0px;
}

.test-name {
	position: relative;
	width: auto;
	font-family: 'Catamaran', sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #222;
	line-height: 42px;
}

.test-name-previews {
	left: 0;
	width: 100%;
	line-height: normal;
}

.links-conclusion {
	margin-top: 30px;
}

.score-positiv, .score-negativ {
	width: 50%;
	display: inline-block;
	margin-bottom: 30px;

}

.score-container {
	background: #F4F4F4;
}

.score-positiv div, .score-negativ div {
	padding: 0px 10px;

}

.score-positiv {
	float: left;
}

.score-positiv h3, .score-negativ h3 {
	box-sizing: border-box;
	padding: 10px;
	margin-top: 0px;
}

.score-positiv h3 {
	background: rgba(15, 187, 0, 0.2);

}

.score-negativ {
	float: right;
}

.score-negativ h3 {
	background: rgba(187, 0, 0, 0.2);
}

.rating-circle {
	position: absolute;
	width: 175px;
	height: 175px;
	background: #FF5E59;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	border-radius: 100px;
	color: #fff;
	line-height: 170px;
	text-align: center;
	top: -105px;
	left: 20px;
}

.rating-circle .rating {
	font-family: 'Catamaran', sans-serif;
	font-weight: bold;
	line-height: normal;
	font-size: 86px;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	vertical-align: middle;
}

.rating-system {
	position: absolute;
	bottom: -53px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0.8rem;
}

.right-container .home-link-top a {
	margin: 7px 0px 0 10px;
}

.sidebar-headline {
	margin-top: 0px;
	line-height: 26px;
	font-size: 26px;
}

.badge {
	position: absolute;
	font-size: 16px;
	margin: -16px 0 0 20px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	color: #fff;
	letter-spacing: 1.4px;
	padding: 5px 7px;
	font-weight: 300;
	text-transform: uppercase;
}

.badge-dark-red {
	background: #FF5E59;
}

.badge-dark-blue {
	background: #4166DB;
}

.game-preview-rating {
	width: 100%;
	background: #F4F4F4;
	padding: 20px 0px 20px 20px;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
}

.game-preview-rating img {
	width: 30%;
	display: block;
	float: left;
	box-sizing: border-box;
}

.game-title-container {
	display: inline-block;
	width: 65%;
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
}

.game-title-container span {
	display: block;
	width: 100%;
	box-sizing: border-box;
	float: left;
}

.game-title {
	font-size: 1.125rem;
}

span.game-genre {
	font-style: italic;
	display: inline-block;
	width: 50%;
}

.game-rating-circle {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50px;
	background: #DB4141;
	color: #fff;
	right: 15px;
	bottom: 15px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	vertical-align: middle;
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
}

.game-infos-details, .game-infos-release {
	background-color: #F4F4F4;
	padding: 10px;
}

.game-infos-release {
	font-size: 14px;
}

.game-infos-title {
	font-size: 1.625rem;
	font-weight: 800;
	margin-top: 10px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #3B3B3B;
}

.game-infos-cover {
	display: inline;
	width: 40%;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.game-infos-cover img {
	height: auto;
}

.game-facts-info div {
	display: block;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.game-facts-info {
	display: block;
	width: 60%;
	font-size: 14px;
}

.game-facts-info_fullsize {
	display: block;
	width: 100%;
}

.game-info-key {
	font-weight: 800;
}

game-info-value {

}

.news-square-big .badge {
	padding: 5px 10px;
}

.preview_small_alt .badge, .preview_small_alt_inline .badge {
	width: auto;
	margin: -12px 0px 0px -12px;
	z-index: 10;
	padding: 5px;
}

.half-container {
	width: 49.5%;
	display: inline-block;
	box-sizing: border-box;
}

.preview_small_alt, .preview_small_alt_inline {
	display: inline-block;
	width: 33%;
	box-sizing: border-box;
	padding: 0;
}

.preview_small_full {
	width: 100%;
	margin-bottom: 15px;
}

.video_square_small {
	width: 49%;
	margin-bottom: 15px;
}

.preview_small_alt img, .preview_small_alt_inline img {
	width: 50%;
	display: inline-block;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	margin-top: 3px;
	height: auto;
}

.preview_small_alt img {
	width: 46%;
}

.preview_small_alt span {
	float: right;
	width: 54%;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 0.78rem;
	letter-spacing: -0.035em;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.preview_small_alt_inline span {
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 0.85rem;
	line-height: 1.4;
	letter-spacing: -0.035em;
	min-height: 85.5px;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.inline-news, .inline-games {
	width: 100%;
	color: #222;
	box-sizing: border-box;
	display: block;
	margin: 10px auto;
	padding: 0px 0px 0.1px 0px;
	background-image: linear-gradient(140deg, #ffffff 0%, #eaeaea 100%);
	border-radius: 8px;
	position: relative;
	text-align: left;
}

.inline-news img {
	width: 30%;
	display: inline-block;
	box-sizing: border-box;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 8px;

}

.inline-games img {
	width: 10%;
	display: inline-block;
	box-sizing: border-box;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}

.inline-news .text-box {
	display: inline-block;
	float: right;
	width: 70%;
	box-sizing: border-box;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.inline-games .text-box {
	display: inline-block;
	float: right;
	width: 90%;
	box-sizing: border-box;
	padding-left: 10px;
}

.inline-news .pre-text, .inline-games .pre-text {
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}

.inline-news .headline-link, .inline-games .headline-link {
	color: #FF5E59;
	font-size: 1.1rem;
	display: block;
	line-height: 1.3;
	font-weight: bold;
}

a.index-link-to-main {
	font-weight: bold;
}

.inline-news:hover .headline-link, .inline-games:hover .headline-link {
	color: #222;
}

.news-date {
	color: #989898;
	font-style: italic;
	font-size: 1rem;
	font-family: 'Catamaran', sans-serif;
}

.news-date a {
	color: #989898;
}

.news-content iframe {
	width: 100%;
}

.news-content {
	line-height: 1.625rem;
	font-size: 1rem;
}

.news-content b, .news-content strong {
	font-weight: 800;
}

.lg-outer {
	z-index: 123123123;
}

.lg-backdrop {
	z-index: 123123112;
}

.gallery-link {
	position: absolute;
	bottom: 30px;
	right: 30px;
	background: #FF5E59;
	border-radius: 5px;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-weight: 400;
	width: 230px;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.gallery-link:hover {
	color: #151e28;
	text-decoration: none;
	background-color: #F4F4F4;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.9);
		opacity: 0.7;
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.9);
		opacity: 0.7;
	}
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.9);
		opacity: 0.7;
	}
}

.pulsing {
	-webkit-animation: pulse 3s infinite ease-in-out;
	-o-animation: pulse 3s infinite ease-in-out;
	-ms-animation: pulse 3s infinite ease-in-out;
	-moz-animation: pulse 3s infinite ease-in-out;
	animation: pulse 3s infinite ease-in-out;
}

.quiz_similar {
	height: 280px;
	width: 100%;
	position: relative;
	background-position: center center;
	cursor: pointer;
}

.quiz_similar_box {
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 0%);
	width: 100%;
	height: 100%;
}

a.quiz_similar_box_link {
	color: #fff;
	position: absolute;
	vertical-align: middle;
	max-width: 400px;
	top: 100px;
	left: 20px;
	font-size: 28px;
	text-shadow: 0px 4px 10px #000000;
	font-weight: 700;
}

quiz_similar_link {
	color: #fff;
	position: absolute;
	vertical-align: middle;
	max-width: 400px;
	top: 100px;
	left: 20px;
	font-size: 28px;
	text-shadow: 0px 4px 10px #000000;
	font-weight: 700;
}

.quiz_similar_box_button {
	position: absolute;
	width: 150px;
	height: 150px;
	background: rgba(0, 0, 0, 0.64);
	border: 5px solid #F4F4F4;
	backdrop-filter: blur(5px);
	border-radius: 100%;
	top: 60px;
	right: 40px;
	line-height: 150px;
	text-align: center;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.quiz_similar_box_button:hover {
	background: #FF5E59;
}

a.quiz_similar_box_button_link {
	color: #F4F4F4;
	font-weight: 700;
	font-size: 22px;
	vertical-align: middle;
	display: inline-block;
	letter-spacing: 1.4px;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.adcenter {
	text-align: center;
	width: 100%;
	padding: 0;
}

.newspic {
	position: relative;
}

blockquote {
	margin-left: 1em;
	padding-left: 1em;
	border-left: 3px solid #F4F4F4;
}

.content-404 {
	padding: 1rem;
}

.franchise-list-element img {
	width: 100%;
}

.gform_wrapper {
	margin-bottom: 60px;
}

.gform_wrapper .gf_page_steps {
	display: none;
}

.gform_wrapper ul.gfield_radio li, .gform_wrapper ul.gfield_checkbox li {
	background-color: #F4F4F4;
	color: #222;
	display: block;
	border-radius: 5px;
	width: 80%;
	margin: 1.5rem auto;
	letter-spacing: 1.8px;
	text-align: center;
}

.gform_wrapper .gfield_radio li label, .gform_wrapper ul.gfield_checkbox li label {
	padding: 0.5rem !important;
}

.gform_wrapper.gpoll_wrapper {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.gpoll_wrapper .top_label .gfield_label {
	font-size: 1.2rem;
}

.gform_confirmation_wrapper, .gquiz_confirmation_message {
	padding: 1rem 0;
}

.gform_wrapper input[type='checkbox']:checked, .gform_wrapper input[type='checkbox']:not(:checked), .gform_wrapper input[type='radio']:checked, .gform_wrapper input[type='radio']:not(:checked) {
	border: none;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	display: block;
	background: #FF5E59;
	border-radius: 5px;
	width: 80%;
	margin: 30px auto;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1.8px;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background-color: #F4F4F4;
	color: #222;
}

.gform_wrapper .gform_page_footer .button {
	float: none;
}

.gform_wrapper .gpoll_button {
	margin-left: 10px;
	display: inline-block;
	background: #FF5E59;
	border-radius: 5px;
	padding: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.15;
}

.gform_confirmation_wrapper .gpoll_container .gpoll_field_label {
	font-size: 1.25em;
}

.news-content .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	display: none;
}

.news-content .gfield_radio input[type="checkbox"]:checked,.news-content .gfield_radio input[type="checkbox"]:not(:checked),.news-content .gfield_radio input[type="radio"]:checked,.news-content .gfield_radio input[type="radio"]:not(:checked) {
	top:-1px;
	display: none;
}

.news-content .gform_legacy_markup_wrapper h3.gform_title {
	font-size: 1.2rem;
}

.top-index-container li {
	padding: 3px 0;
	font-weight: bold;
}

.vjs-poster {
	background-color: #fff;
}

#comments {
	margin: 10px auto 0 auto !important;
}


.ob-smartfeed-wrapper {
	max-width: 990px !important;
}

.darkmode-trigger {
	cursor: pointer;
}

.darkmode-trigger img {
	width: 20px;
	padding: 12px 0;
	padding-left: 2px;
}

.shiftnav-main-toggle-content-after .darkmode-trigger {
	padding: 0px 5px 0px 5px;
	display: inline-block;
	float: left;
}

.shiftnav-main-toggle-content-after .shiftnav-toggle-main-block {
	padding-top: 17px;
}

.shiftnav-main-toggle-content-after .darkmode-trigger img {
	width: 24px;
}

.ubermenu-sub-indicators .ubermenu-item-has-children > .ubermenu-target.ubermenu-noindicator.navbar-search-container {
	padding-right: 0;
}

.index-page-link {
	display: inline-block;
	margin-bottom: 15px;
}

.news-content .wp-block-button__link {
	padding-left: 0;
	padding-right: 0;
}

.news-content .wp-block-button, .news-content .wp-block-button a {
	width: 100%;
}

body.dark-mode {
	background-color: #222222;
}

.dark-mode #main-container, .dark-mode .footer-container {
	background-color: #1d1919;
}

.dark-mode .special-container {
	background-color: #303030;
}

.dark-mode .news-square div, .dark-mode .footer-col-grey, .dark-mode .share-button_facebook, .dark-mode .share-button_twitter, .dark-mode .share-button_whatsapp, .dark-mode .game-facts, .dark-mode div#ez-toc-container, .dark-mode #wpdcom .ql-container, .dark-mode .inline-news, .dark-mode .inline-games, .dark-mode .game-infos-details, .dark-mode .game-infos-release, .dark-mode .score-container  {
	background-color: #303030;
	color: #e8e8e8;
}

.dark-mode div#ez-toc-container ul.ez-toc-list a, .dark-mode div#ez-toc-container ul.ez-toc-list a:visited, .dark-mode .card.reddit .reddit-title, .dark-mode .card.reddit ul.reddit-info li a.black {
	color: #e8e8e8;
}

.dark-mode .news-list-element h3 a, .dark-mode .preview-main span, .dark-mode .news-square h3, html .dark-mode, .dark-mode .list-headline a, .dark-mode a.news-square, .dark-mode a.preview_small_alt, .dark-mode a.preview_small_alt_inline, .dark-mode .footer-container a, .dark-mode a.game-facts-title, .dark-mode a.game-fact-value, .dark-mode #comments, .dark-mode div#ez-toc-container p.ez-toc-title, .dark-mode .game-infos-title, .dark-mode .test-name, .dark-mode .team-big-socials a, .dark-mode .news-links a {
	color: #e8e8e8;
}

.dark-mode a:hover, .dark-mode .game-list-element:hover a {
	color: #e8e8e8;
}

.dark-mode a.playnation-button:hover, .dark-mode a.game-facts-button-small:hover, .dark-mode .pagination a:hover {
	color: #222;
}

.dark-mode .embedly-card-hug {
	background-color: #E1E2E6;
}

.dark-mode #wpdcom .wpd-blog-guest .wpd-comment-author, .dark-mode #wpdcom .wpd-thread-head .wpd-thread-info, .dark-mode #wpdcom .wpd-thread-filter .wpdf-sorting, .dark-mode #wpdcom .wpd-sbs-toggle, .dark-mode #wpdcom .wpd-thread-head .wpdiscuz-user-settings, .dark-mode #wpdcom .wpd-comment-text {
	color: #e8e8e8;
}

.dark-mode #wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap {
	background-color: #303030;
}

.dark-mode #wpdcom .ql-container {
	border-color: #303030;
}

.dark-mode .inline-news, .dark-mode .inline-games {
	background-image: none;
}

.dark-mode .ob-smartfeed-wrapper .OUTBRAIN .ob-grid-header-text, .dark-mode .ob-smartfeed-wrapper .OUTBRAIN .ob-unit.ob-rec-text {
	color: #e8e8e8 !important;
}

.dark-mode .ob-smartfeed-wrapper .OUTBRAIN .ob-ad-carousel-layout .ob-unit.ob-rec-text {
	color: #4C4D4C !important;

}


.dark-mode .news-content p a:not(.dark-mode .news-content .wp-block-button p a, .dark-mode .news-content p a.inline-news) {
	color: #e8e8e8;
	background-image: linear-gradient(0deg, #FF5E59 0%, #FF5E59 100%);
	background-repeat: no-repeat;
	background-size: 100% 0.16em;
	background-position: 0 90%;
}

.dark-mode .read-more-on-pc a {
	color: #e8e8e8;
	background-image: linear-gradient(0deg, #FF5E59 0%, #FF5E59 100%);
	background-repeat: no-repeat;
	background-size: 100% 0.16em;
	background-position: 0 90%;
}

.dark-mode .news-content ul a:not(.ob-dynamic-rec-link), .dark-mode .news-content ol a, .dark-mode a.index-page-link, .dark-mode a.index-link {
	color: #e8e8e8;
	background-image: linear-gradient(0deg, #FF5E59 0%, #FF5E59 100%);
	background-repeat: no-repeat;
	background-size: 100% 0.16em;
	background-position: 0 90%;
}

.news-content p a:not(.news-content .wp-block-button p a,.news-content a.inline-news) {
	color: #222;
	background-image: linear-gradient(0deg, #FF5E59 0%, #FF5E59 100%);
	background-repeat: no-repeat;
	background-size: 100% 0.16em;
	background-position: 0 90%;
}

.news-content ul a:not(.news-content .wp-block-button ul a,a.ob-dynamic-rec-link ) {
	color: #222;
	background-image: linear-gradient(0deg, #FF5E59 0%, #FF5E59 100%);
	background-repeat: no-repeat;
	background-size: 100% 0.16em;
	background-position: 0 90%;
}

.dark-mode .news-content ul a:not(.news-content .wp-block-button ul a) {
	color: #e8e8e8;
}

.dark-mode .inline-news .headline-link, .dark-mode .special-container {
	color: #e8e8e8;
}

.dark-mode .top-index-container {
	background: #303030;
	color: #e8e8e8;
}

.dark-mode .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: #303030;
}

.dark-mode .aawp .aawp-product--list, .dark-mode .aawp .aawp-product--horizontal {
	background: #303030;
	color: #e8e8e8;
}

.dark-mode .aawp .aawp-product--list .aawp-product__teaser, .dark-mode .aawp .aawp-product--list .aawp-product__price--old {
	color: #e8e8e8;
}

.dark-mode .news-content .aawp a:not(.dark-mode .news-content .aawp .aawp-product__image-link,.dark-mode .news-content .aawp .aawp-check-prime) {
	color: #e8e8e8;
	background-image: linear-gradient(
			0deg, #FF5E59 0%, #FF5E59 100%);
	background-repeat: no-repeat;
	background-size: 100% .16em;
	background-position: 0 90%;
}

.dark-mode .news-content .aawp .aawp-product--horizontal a.aawp-product__title, .dark-mode .news-content .aawp .aawp-product--horizontal a.aawp-button--buy:not(.aawp-button.aawp-button--amazon) {
	background-image: none !important;

}

.dark-mode .news-content .aawp .aawp-product--horizontal .aawp-button.aawp-button--amazon, .dark-mode .news-content .aawp .aawp-product--horizontal .aawp-button.aawp-button--amazon {
	border-color: #9c7e31 #90742d #786025 !important;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 40%);
	background: #f0c14b !important;
	background: linear-gradient(
			180deg, #f7dfa5, #f0c14b) repeat scroll 0 0 transparent !important;
	color: #111 !important;
}

.news-content .aawp .aawp-product--list .aawp-product__image-link, .news-content .aawp .aawp-product--list .aawp-product__image-link:active, .news-content .aawp .aawp-product--list .aawp-product__image-link:focus, .news-content .aawp .aawp-product--list .aawp-product__image-link:hover {
	display: inline-block;
	width: 50px;
}

.news-content .aawp .aawp-product--list .aawp-product__image {
	width: 100%;
	height: auto;
	top: 30px;
}

.news-content a.aawp-product__image-link[rel*=sponsored]:after, .news-content a.aawp-check-prime[rel*=sponsored]:after {
	display: none;
}

.top-index-container {
	background: #F4F4F4;
	padding: 20px 20px;
}

.top-index-container ol {
	font-size: 0.8rem;
}

body #onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-sm .onesignal-bell-launcher-button, body #onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right.onesignal-bell-launcher-sm {
	width: 40px;
	height: 40px;
}

body #onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right {
	right: 25px;
}

body #wpd-bubble-wrapper > div {
	width: 40px;
	height: 40px;
}

.pc-author-box {
	padding: 10px;
	background: #f4f4f4;
	margin-top: 20px;
}

.dark-mode .pc-author-box {
	background: #303030;
	color: #e8e8e8;
}

.dark-mode .pc-author-box a {
	color: #e8e8e8;
}

.pc-author-img-container {
	display: inline-block;
	width: 15%;
	vertical-align: top;
}

.pc-author-img-container img {
	width: 100%;
	height: auto;
	border-radius: 100px;
	vertical-align: top;
}

.pc-author-text-container {
	display: inline-block;
	width: 84%;
	padding-left: 20px;
	box-sizing: border-box;
}

.pc-author-name {
	font-weight: bold;
}

.pc-author-text {
	font-size: 0.8rem;
	line-height: 1.1rem;
	margin-top: 5px;
	margin-bottom: 10px;
}

.pc-author-links a {
	display: inline-block;
	margin-right: 10px;
}

.dark-mode .wp-block-button__link {
	color: #1D1919 !important;
}

.wp-block-button__link {
	color: #1D1919 !important;
}

.wp-block-button .has-red-background-color {
	background-color: #bb0000;
}

.wp-block-button .has-yellow-background-color {
	background-color: #ff9900;
}

.wp-block-button .has-blue-background-color {
	background-color: #5CF6FF;
}

@media only screen and (min-width: 641px) {
	.text-container .gform_wrapper .gform_page_footer input[type=submit] {
		margin-top: 16px;
	}
}

.news-content-block {
	padding-top: 1rem;
}

.img-responsive {
	width: 100% !important;
	height: auto !important;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

.spacer-div {
	width: 100%;
	height: 20px;
	float: left;
}

.spacer-div-nofloat {
	width: 100%;
	height: 20px;
}

.marg-tb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.marg-tb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.5em 0;
}

figcaption,
figure,
main { /* 1 */
	display: block;
}

figure {
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}

figure.wp-block-image {
	width: 100%;
}

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button,
input { /* 1 */
	overflow: visible;
}

button,
select { /* 1 */
	text-transform: none;
}


button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}


legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}


textarea {
	overflow: auto;
}


[type="checkbox"],
[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	font-size: 1em;
	width: 100%
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
	background: transparent;
	position: relative;
	margin: 0;
	padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
	cursor: pointer;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
	content: ' ';
	display: inline-block;
	width: 17px;
	height: 17px;
	position: relative;
	top: 4px;
	border: 1px solid #bbb;
	background: white;
	margin-right: 0.5em;
	box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
}

input[type=radio]:checked,
input[type=radio]:not(:checked) {
	border-radius: 30px;
}

input[type='checkbox']:hover,
input[type='radio']:hover {
	background: #ddd;
	box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked,
input[type='radio']:checked {
	background: #FF5E59;
	box-shadow: inset 0 0 0 2px white;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details, menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.default-featured-img {
	max-width:100%;
	height:auto;
}

.twitter-tweet    {
	margin: auto;

}

.sbi-embed-wrap {
	max-width:600px;
	margin: 0px auto;
}

.footer-logo img {
	width: 101px;
	height: 101px;
}

a#CybotCookiebotDialogPoweredbyCybot {
    display: none;
}

#CybotCookiebotDialogBodyButtonAccept {
    display: block;
    padding: 10px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
}

#CybotCookiebotDialogPoweredbyImage {
            content:url(https://www.playcentral.de/wp-content/uploads/2020/08/Logo-PC-Schlagzeilen2.jpg)!important;
	width:100%;
}

.gquiz-correct-response img,.gquiz-incorrect-response img, img.gquiz-indicator {width:auto;}

.gform_confirmation_wrapper img {
	width:auto;
}

#anfrage {
  background:white;
	width:82%;
  padding:20px 15px 0 25px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size:16px;
  border-radius:5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.form_half {
width: 49.5%;
float: left;
margin-right: 1%;
}

.form_half_last {
	margin-right:0;
}


.shiftnav-toggle-main-block {
    padding: 17px 20px;
}

.forum-trigger {
	cursor: pointer;
}

.forum-trigger img {
	width:15px;
	height: 15px;
	padding-top:15px;
}

#anfrage input {
	background-color: #d2caca;
  width:100%;
	font-size:25px;
	border:1px solid black;
}
#anfrage input[type="submit"] {
  background:#B00000;
  padding:10px;
	margin-bottom:10px;
  font-size:16px;
	color: white;
	width:30%;

}
#anfrage input[type="submit"]:hover {
  background:#d2caca;
}
#anfrage input:focus {
  border:1px solid #ffa500;
  background:#FFF9C4;

}
#anfrage div.wpcf7-response-output {
  background:#fff;
  padding: 1.5em 1em;

}

.ubermenu .ubermenu-item-layout-image_above>.ubermenu-image {
	margin-bottom:0;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
	padding-right:20px
}

.ubermenu-responsive-toggle .fas{
  float:right;
  margin:0;
  font-size:20px;
  padding:5px 0;
}
.awesomplete>ul {
	top:50px;
}

.gform_wrapper .gpoll_summary .gpoll_field_label_container {
	display:none;
}

.gform_wrapper.gpoll_show_results_link_wrapper .gform_footer {
	margin-top:0;
	padding-top:0;
}

.shiftnav .fa, .shiftnav-toggle .fa {
	font-family:'Font Awesome 5 Pro';
}

.comment-author.vcard img {
	max-width:64px;
	border-radius:40px
}

ol.comment-list {
	list-style-type:none;
}

b.fn a {
	display:block;
}

.comment-reply-title img {
	max-width:64px;
	border-radius:40px
}

.ubermenu-sub-indicators .ubermenu-item-has-children > .ubermenu-target.ubermenu-noindicator.navbar-search-container {
	padding-top:16px;
}

#top-navigation .ubermenu .ubermenu-item-layout-image_above>.ubermenu-image {
    margin-bottom: 0;
}

#sas_7446 {
	text-align:center;
}

#sas_41328 {
	text-align:center;
}

#sas_7424_4, #sas_7424_5, #sas_7424_2 {
	text-align:center;
	display:inline-block;
}

.wp-block-embed__wrapper .ose-twitch {
	width:100% !important;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
	position:relative;
}
.wp-block-embed__wrapper .ose-twitch iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.playcontainer .pc-author-text-container {
    width: 73%;
}

.pc-author-box {
    margin-top: 15px;
}

.pc-author-img-container img {
    width: 92px !important;
    height: 92px !important;
}


.wp-block-embed-twitter .embed-privacy-container .embed-privacy-logo {
    background-image: url(https://www.playcentral.de/wp-content/plugins/embed-privacy/assets/images/embed-twitter.png) !important;
}

.embed-reddit .embed-privacy-logo {
    background-image: url(https://www.playcentral.de/wp-content/plugins/embed-privacy/assets/images/embed-reddit.png) !important;
}

.embed-instagram .embed-privacy-logo {
    background-image: url(https://www.playcentral.de/wp-content/plugins/embed-privacy/assets/images/embed-instagram.png) !important;
}

.embed-facebook .embed-privacy-logo {
    background-image: url(https://www.playcentral.de/wp-content/plugins/embed-privacy/assets/images/embed-facebook.png) !important;
}

.embed-tiktok .embed-privacy-logo {
    background-image: url(https://www.playcentral.de/wp-content/plugins/embed-privacy/assets/images/embed-tiktok.png) !important;
}

.wp-block-embed-youtube .embed-privacy-container .embed-privacy-logo {
    background-image: url(https://www.playcentral.de/wp-content/plugins/embed-privacy/assets/images/embed-youtube.png) !important;
}

.embed-privacy-logo {
	height: 38px !important;
}

.embed-privacy-container {
	z-index:1;
}

.embed-privacy-container a {
	color:#ddd !important;
}

.dark-mode .embed-privacy-overlay {
	background-color:rgba(65, 73, 82, 0.5) !important;
}

.embed-privacy-overlay {
	background-color:rgba(0, 0, 0, 0.7) !important;
	
}


#wpdcom #wpd-threads {
    margin-top: 5px;
}

#wpdcom .wpd-thread-list {
    padding: 10px 0;
}

#comments {
    margin: 1px auto;
}

.marg-t-20 {
    margin-top: 1px!important;
}

.shiftnav-main-toggle-content-after .darkmode-trigger img {
	width:24px;
	height:24px;
}

.shiftnav-toggle-main-block {
	padding: 16px 20px;
}

.shiftnav-main-toggle-content-after .shiftnav-toggle-main-block {
	padding-top:16px;
}

.shiftnav-main-toggle-content-after .darkmode-trigger {
	padding: 11px 1px;
}

#shiftnav-toggle-main #shiftnav-toggle-main-button.shiftnav-toggle-burger {
	padding-top: 13px;
}


@media (min-width: 440px) {

	#shiftnav-toggle-main #shiftnav-toggle-main-button.shiftnav-toggle-burger {
		padding: 20px;
	}
	.shiftnav-main-toggle-content-after .shiftnav-toggle-main-block {
		padding-top:20px;
	}
	.shiftnav-main-toggle-content-after .darkmode-trigger {
		padding: 15px 1px;
	}
}


@media (min-width: 768px) {

	.darkmode-trigger img {
		width: 20px;
	}

}

@media (max-width: 767px) {

	.form_half {
		width: 100%;
  }

}

@media (max-width: 1029px) {

	.darkmode-trigger img {
		padding:0;
	}

}
