
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background: #f9f9f9;
}

html, body {
    background: #0059AB;
    float: left;
    font: normal 11px verdana, arial, tahoma, helvetica;
    height: 100%;
    width: 100%;
}

a, a span {
    color: #2122e0;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

h1, h1 a {
    font-family: 'VT323', arial, serif;
    font-size: 30px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

h1 a {
    font-size: 22px;
    line-height: 40px;
}

.input-image {
    border: 0px;
    max-width: 100%;
}

.standard-container {
    width: 100%;
}

.standard-container ol li,
.list-content-container ol li {
    margin-left: 20px;
    list-style-type: decimal
}

.standard-container ul li,
.list-content-container ul li {
    list-style-type: square;
    margin-left: 20px;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

.PCSG_YOUTUBE {
    margin: auto;
    max-width: 100%;
}

/** Design
 *****************************************************/

.header-red,
.header-blue {
    border-bottom: 1px solid #fff;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    font-size: 11px;
    padding: 5px 10px;
    width: 100%;
}

.header-red {
    background: #ca1e1a url("../images/header_bg.png");
}

.header-blue {
    background: #2928de url("../images/header_bg.png");
}

@media screen and (max-width: 767px) {
    .header-red,
    .header-blue {
        font-size: 14px;
    }
}

.btn {
    background: #333333;
    float: right;
    padding: 0 10px;
}

.btn:hover {
    background: #999999;
    text-decoration: none;
}

.btn:hover span {
    text-decoration: none;
}

.btn span {
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 30px;
    padding: 0 5px;
    text-decoration: none;
}

.btn-white {
    background: #fff;
    color: #333333;
    float: right;
    padding: 0 10px;
}

.btn-white:hover {
    background: #333333;
    text-decoration: none;
}

.btn-white:hover span {
    color: #fff;
    text-decoration: none;
}

.btn-white span {
    color: #333333;
    font-size: 12px;
    line-height: 30px;
    padding: 0 5px;
    text-decoration: none;
}

.line {
    float: left;
    width: 100%;
    clear: both;
    border-bottom: 1px dashed #999999;
    margin: 20px 0;
}

.red {
    color: #8B0000;
}

.orange {
    color: #FF8C00;
}

.yellow {
    color: #FFD700;
}

.green {
    color: #3CB371;
}

.image-container {
    float: left;
    border: 1px solid #000;
    margin: 5px 10px;
}

.image-container img {
    float: left;
    margin: 5px;
}

.vorlage {
    clear: both;
    width: 100%;
}

.vorlage td {
    padding-bottom: 20px;
}

.list-content-container {
    clear: both;
    margin-top: 10px;
    float: left;
}

.nexgam-youtube-videos {
    float: left;
    width: 24%;
    margin: 1px 1px 1px 0;
    cursor: pointer;
}

.youtube-container {
    width: 100%;
    height: 300px;
    float: left;
}

.youtube-container iframe {
    border: 0;
    height: 300px;
    width: 100%;
}

.archiv-info {
    width: 100%;
    float: left;
    margin: 20px auto;
    padding: 10px 0;
    text-align: center;
    background-color: #F38630;
    border: 1px solid #FA6900;
    color: #000;
    clear: both;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.archiv-info p {
    font-size: 14px;
}

.media-artikel-info p {
    font-size: 12px;
}

/** ebay frame
 ===============================================================  */

.ebay-finder iframe {
    border: none;
    height: 300px;
    width: 100%;
}

.ebay-finder a {
    color: #fff;
    float: right;
}

.ebay-finder a span {
    color: #fff;
}

/** header
 *****************************************************/

.page-header {
    background: #fff;
    height: 110px;
    position: relative;
}

.page-header-image {
    height: auto;
    max-width: 100%;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.page-header-logo {
    display: block;
    margin: 15px 0 0 10px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .page-header-logo {
        margin: 20px auto;
    }
}

.page-header-search {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}

.page-header form input {
    border: 1px solid #6f6e72;
    color: #6f6e72;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 5px 10px;

    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.header-search-submit {
    background: #333;
    border: 1px solid #333;
    float: left;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 5px;

    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.header-search-submit:hover {
    background: #6f6e72;
    border: 1px solid #6f6e72;
}

.header-print-button {
    background: #333;
    border: 1px solid #333;
    border-radius: 3px;
    color: #fff;
    float: left;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    margin: 0 0 0 10px;
    padding: 6px 7px;
}

.header-print-button span {
    color: #fff;
}

.header-print-button:hover {
    background: #6f6e72;
    border: 1px solid #6f6e72;
    text-decoration: none;
}

.header-print-button:hover span {
    text-decoration: none;
}

.pcsg-searchplus-suggestion {
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 10;

    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #212427;

    border: 2px solid #000;
    color: #fff;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    opacity: 0.9;
}

.pcsg-searchplus-suggestion li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pcsg-searchplus-suggestion li:hover {
    background-color: #659CD8;
}

.autor {
    font-weight: bold;
    margin-top: 20px;
    float: left;
}

/** menu
 *****************************************************/

.menu {
    background: #999999;
}

.menu ul {
    float: left;
    width: 100%;
}

.menu li {
    float: left;
    line-height: 40px;
    position: relative;
}

.menu li a,
.menu li a.active {
    background: #999999;
    border-right: 1px solid #fff;
    color: #fff;
    float: left;
    padding: 0 20px;
    text-decoration: none;
    width: 100%;
}

.menu li a:hover,
.menu li a.active {
    background: #333333;
}

.menu li a span {
    color: #fff;
    font-size: 13px;
    line-height: 40px;
    text-transform: uppercase;
}

.mobile-menu a {
    text-align: center;
}

.mobile-menu-article a {
    border-right: none !important;
}

.mobile-menu-sub {
    border-top: 1px solid #fff;
    float: left;
}

.mobile-menu-sub li {
    width: 100%;
}

.mobile-menu-sub li a,
.mobile-menu-sub li a.active {
    border-right: none;
}

/* submenu */
.menu ul ul {
    background: #999999;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    left: 0;
    list-style: none;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 40px;
    width: 240px;
    z-index: 1000;

    -webkit-transition: max-height 0.3s linear;
    -moz-transition: max-height 0.3s linear;
    transition: max-height 0.3s linear;
}

.menu li:hover ul {
    /*overflow: visible;*/
    max-height: 200px;
}

.menu ul ul li {
    width: 100%;
}

.menu ul ul li a,
.menu li a.active {
    border-right: 0px;
    width: 100%;
}

/*
.menu ul ul li:first-child:before {
    content:'';
    position:absolute;
    width:1px;
    height:1px;
    border:5px solid transparent;
    border-bottom-color:#313131;
    left:50%;
    top:-10px;
    margin-left:-5px;
    z-index: 10;
}
*/

/** Content
 *****************************************************/

.content {
    float: left;
    clear: both;
    background: #fff;
    padding-bottom: 20px;
}

.content strong {
    font-weight: bold;
}

.content em {
    font-style: italic;
}

.content-header {
    margin: 20px 0;
}

.content-header h1 {
    text-align: left;
}

.content-header-consoles {
    background: #eee;
    clear: both;
    float: left;
    margin-top: 10px;
    padding: 10px;
}

.content-header-consoles img {
    margin-right: 20px;
    max-height: 16px;
    width: auto;
}

.content-header-data {
    clear: both;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.content-footer {
    clear: both;
    float: left;
    margin: 20px 0;
}

.content-inner-container {
    font-size: 12px;
    float: left;
    padding: 0 20px;
    text-align: justify;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .content-inner-container {
        font-size: 16px;
        padding: 0 10px;
    }
}

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

.left {
    position: relative;
}

.right {
    position: relative;
}

.review-short {
    clear: both;
    float: left;
    line-height: 20px;
    margin-top: 10px;
    font-style: italic;
}

.iframe-box {
    max-width: 100%;
    position: relative;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media
{
    .iframe-box {

        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
}}

/** Social Leiste
******************************************/

.social-right-box {
    float: left;
    width: 100%;
}

.btn-share-button {
    color: #fff;
    float: left;
    padding: 0 10px;
    text-align: center;
    width: 25%;
}

.btn-share-button:hover {
    opacity: 0.6;
}

.btn-share-button span {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.btn-share-button:hover span {
    text-decoration: none;
}

.btn-share-youtube {
    background-color: #CC181E;
}

.btn-share-gplus {
    background-color: #CF4231;
}

.btn-share-facebook {
    background-color: #3B5998;
}

.btn-share-twitter {
    background-color: #00B6F3;
}

.page-header .atc_s span {
    color: #fff;
}

.page-header h1 {
    font-family: 'VT323', arial, serif;
    font-size: 30px;
    float: left;
    margin: 20px 0;
    width: 100%;
}

/* page header
 * ========================================================== */

.podcast-right-box .podlovewebplayer_tableend,
.podcast-right-box .podlovewebplayer_wrapper,
.podcast-right-box .podlovewebplayer_meta {
    background: #262626 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.podlovewebplayer_wrapper .mejs-container .mejs-controls {
    background: #000 !important;
}

/** Footer
 *****************************************************/
.page-footer {
    background: #333;
    color: #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-footer h3 {
    color: #ccc;
    font-family: 'VT323', arial, serif;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 20px;
}

.page-footer a,
.page-footer a span {
    color: #ccc;
    font-weight: normal;
    line-height: 20px;
}

.page-footer .fa {
    font-size: 16px;
    line-height: 20px;
    width: 20px;
}

.page-footer-community li {
    line-height: 20px;
}

.page-footer-copyright {
    border-top: 1px solid #555;
    color: #999;
    float: left;
    text-align: center;
    margin: 20px 0;
    padding-top: 20px;
}

.page-footer .mobile-grid-50,
.page-footer .mobile-grid-100 {
    margin-bottom: 20px;
}

/** Rechte Tag Box
 * =============================================================== */

.header-tags {
    margin-top: 10px;
}

.tag-box {
    padding: 10px;
}

.tag-box-entry .fa {
    margin-right: 5px;
}

.tag-box-entry .fa-stack {
    margin-right: 5px;
}

.tag-box-entry {
    background-color: #EFF0F0;
    border: 1px solid #D6D9D9;
    border-radius: 3px;
    color: #99A2A6;
    float: left;
    line-height: 28px;
    margin: 0 5px 5px 0;
    padding: 0px 10px;
    position: relative;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .tag-box-entry {
        font-size: 14px;
        padding: 5px 20px;
    }
}

.tag-box-entry:hover {
    background: #999;
    border: 1px solid #999;
    color: #fff;
    text-decoration: none;
}

/** Blättern
 *************************************************/

.sheets {
    float: right;
    clear: both;
    margin: 30px 0 10px;
    border-right: 1px solid #D0D3D3;
}

.sheets.hide-on-desktop {
    border-right: none;
    margin: 0px 0 0;
    width: 100%;
}

.sheets.hide-on-desktop select {
    width: 100%;
}

.sheets:last-child {
    margin: 20px 0;
}

.sheets a,
.sheets span {
    float: left;
    padding: 0px 10px;
    margin: 0;
    border-left: 1px solid #D0D3D3;
    border-top: 1px solid #D0D3D3;
    border-bottom: 1px solid #D0D3D3;
    background: #FFFFFF;
    text-decoration: none;
    line-height: 24px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sheets a {
    color: #999;
}

.sheets span.disabled {
    color: #AAAAAA;
    border-color: #DDDDDD;
    cursor: normal;
}

.sheets span.current {
    color: #FFFFFF;
    background: #999;
    border-color: #999;
    cursor: normal;
}

.sheets a:hover {
    background: #333;
    color: #FFFFFF;
    text-decoration: none !important;
}

.ListPriviewImage {
    float: left;
    padding: 3px;
    margin: 5px 10px 5px 0;
    border: 2px solid silver;
}

.ListPriviewImage:hover {
    border: 2px solid #999;
}

.pcsg-plugins-base h2 {
    margin: 5px 0;
    font-size: 140%;
}

/** plugins
 ======================================================= */

.PCSG_GALLERY {
    height: 540px;
    visibility: hidden;
}

.PCSG_Search form {
    margin: 20px auto !important;
}

.left .PartnerChild {
    width: 930px;
}

.PCSG_Plugin_Iframe {
    height: 995px !important;
}

#all_images_post {
    display: none;
}

/** social bar
 =========================================================== */

.social-bar-inner {
    background: #E2E2E3;
    padding: 10px;
}

.social-bar-inner-title {
    color: #333 !important;
    float: left;
    font-size: 13px;
    margin: 10px 0px 15px 0px;
    width: 100%;
}

.social-bar-inner a {
    float: left;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.social-bar-inner a:hover {
    opacity: 0.5;
    text-decoration: none;
}

.social-bar-inner span {
    color: #FFFFFF;
}

.social-bar-inner .fa {
    font-size: 14px;
}

.social-bar-email a {
    background: #0A88FF;
}

.social-bar-facebook a {
    background: #306199;
}

.social-bar-twitter a {
    background: #26C4F1;
}

.social-bar-googleplus a {
    background: #E93F2E;
}

.social-bar-linkedin a {
    background: #007BB6;
}

.social-bar-reddit a {
    background: #336699;
}

/** ebay box
 * ================================================================ */

.ebay-box {
    margin-top: 10px;
}

.ebay-box-container iframe {
    border: none;
    float: left;
    height: 290px;
    width: 100%;
}

/** nexgam loader
 * ================================================================ */

.nexgam-loader {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.nexgam-loader .loader {
    top: 50%;
    left: 50%;
    margin-left: -5em;
    margin-top: -5em;
    font-size: 10px;
    position: fixed;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.nexgam-loader .loader,
.nexgam-loader .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/** schnäppchenfinder
 * ================================================================ */

#ebayHunter {
    overflow: hidden;
}

#ebayHunter iframe {
    border: 0;
    height: 100%;
    width: 100%;
}




/**
Datenbank-Suche
 */
#db-search-field {
    width: 85%;
    height: 100%;

    border: 1px solid #6f6e72;
    color: #6f6e72;
    float: left;
    font-size: inherit;

    margin: 0;
    padding: 5px 10px;

    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#db-search-form {
    margin: 0 auto;
    width: 375px;
    height: 40px;
    font-size: 18px;
}

#db-search-submit {
    width: 15%;
    height: 100%;

    font-size: inherit;
}


@media (max-width: 500px) {
    #db-search-field {

    }

    #db-search-form {
        margin: 10px auto;
        width: 100%;
        height: 50px;
        font-size: 18px;
    }

    #db-search-submit {

    }
}