﻿/*
Theme Name: rePlaying
Theme URI: https://www.replaying.de
Tags: buddypress, two-column, grey, dark
Description: "rePlaying.de" 3 Spalten.
Version: 13
Author: Malte Hoch
Author URI: https://www.replaying.de
License: GPL
*/

/* Oh Gott, beginnen wir die Tortur durch CSS. Aufgeräumt wird der Code hier eh nie.
Stand: 2013. Dies hier ist der erste Kommentare in dieser CSS-Datei, möge er auf ewig verweilen! */

body {
    font-family: 'Lato', 'Open Sans', Tahoma, sans-serif;
    font-size: 12px;
    text-align: justify;
    background: url(images/background.jpg) #333 no-repeat fixed top center;
	background-size: cover;
    margin: 0 auto;
	height: 100%;
	text-rendering: optimizeLegibility;
    cursor:url(cursor.cur), default;
}

#advps_container1 {max-height: 220px !important; overflow: hidden !important; background: #222 !important;}

a, a:link {
    text-decoration: none !important;
    color: #1572B3;
	transition: 0.2s color ease;
    /* text-shadow: #fff 5px 2px 3px; */
}
a:visited {
    text-decoration: none;
    color: #1572B3;
    /* text-shadow: #000 5px 2px 3px; */
}
a:hover {
    text-decoration: none;
    color: #39F;

}
a:active {
    text-decoration: none;
    color: #39F;
}


h1 {
    font-family: 'Exo 2', 'Lato', Arial, Tahoma;
    font-size: 22px;
	text-align: left;
	font-weight: bold;
    line-height: 20%;
    letter-spacing: -1px;
	color: #888;
	
}

.ueberschrift {
	border-bottom: 1px solid #D8D8D8;
	line-height: 120%;
}

h1 a {
    text-decoration:none;

}

h1 a:visited {
    text-decoration:none;
}


h2 {
	font-family: 'Lato' !important; color: #444;
	font-size: 19px;
	text-align: left;
    border : 0;
    border-top : transparent;
    padding-top: 5px;
    margin: 0px;
	text-transform: uppercase;
}

h2 a {
    text-decoration:none;
    color: #666;
    /* text-shadow: #fff 5px 2px 3px; */
}

h2 a:link {
    text-decoration:none;
    color: #666;
    /* text-shadow: #fff 5px 2px 3px; */
}

h2 a:visited {
    text-decoration:none;
    color: #666;
    /* text-shadow: #fff 5px 2px 3px; */
}

h2 a:hover {
    text-decoration:none;
    color: #1572B3;
}

h3 {
	font-family: 'Exo 2', 'Lato', Arial, Tahoma;
    font-size: 18px;
	text-transform: uppercase;
	color: #444;
	margin: 5px 0;
}

h4 {
    font-family: 'Open Sans', Arial, Tahoma;
    font-size: 18px;
    letter-spacing: -1.2px;
    color:  #808080;
	text-transform: uppercase;
}

h5 {
	font-family: 'Exo 2';
	font-size: inherit;
}

hr {
    border: 0px; /* F�r Firefox und Opera */
    border-top: solid 3px #D8D8D8;
    border-bottom: transparent;
}

img {transition: 0.3s all ease;}

code {
	font-family: 'Open Sans', Tahoma; color: #333;
}

iframe {box-shadow: 1px 1px 8px #333;}

iframe.youtube-player {box-shadow: 1px 1px 8px #333; margin: 0 auto; width: 97%;}

script {box-shadow: 0px 0px 5px #222;}

fieldset {border: 0; margin: 10px;}

::-webkit-scrollbar 
{
    background: #333;
    width: 7px;
	box-shadow: 1px 1px 6px #111;
}

::-webkit-scrollbar-track 
{
    background: #333;
}

::-webkit-scrollbar-thumb 
{
    border-radius: 0px;
    background-color: #1572B3;
    height: 100px;
	transition: all ease 2.5s;
}

::-webkit-scrollbar-thumb:hover 
{
    background-color: #0096FF;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #555D69;
}

.clear {
    clear: both;
}

.wp-post-image {
    border: 1px solid rgb(235, 226, 226);
    float: left;   
    padding: 4px;
    margin-right: 4px;
    margin-top: 2px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: 1s;
	width: auto; height: auto !important;
}

Element {
    max-width: 200px;
    margin-left: 65px;
    margin-bottom: 15px;
    padding: 0px;
    border: 0px none;
    box-shadow: 3px 3px 10px rgb(0, 0, 0);
}


.wp-post-image:hover {
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
}

textarea {
	transition: 0.2s all ease-in-out !important;
}

textarea:focus {
    box-shadow: 1px 1px 6px #00c4ff !important;
    border: 1px solid #00c4ff !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


/*-------------------------------------------------*/
/* Design-Stylesheet*/
/*-------------------------------------------------*/

/* Werbung */

.werbecontainer {}

#adContent {box-shadow: 1px 1px 3px #000 !important; overflow: visible !important;}

#ad_iframe {box-shadow: 1px 1px 8px #000 !important;}

#werbungtop {
	background: #222;
	box-shadow: 0px 0px 9px #111 inset;
}


/* Top- und Hauptelemente */

@keyframes fadein {
    0% { opacity: 0; }
    100%   { opacity: 1; }
}

 
 @keyframes zoomin {
    0% { transform: scale(1.0); }
	50% { transform: scale(1.1); }
    100%   {  transform: scale(1.0); }
}
 
@keyframes appear {
    0% { display: none !important; }
    100%   { display: block !important; }
}


#wrapper {
    width: 1200px;
    height: 100%;
    margin: 0 auto; 
	box-shadow: 1px 1px 8px #000;
	overflow: visible;
	animation: fadein 0.5s;
}

#header {
	background: #1F83B5 url("images/logo_hires.jpg") no-repeat;
	background-size: cover;
	height: 150px;
	width: 1200px;
}

#header img {
	width: 1200px;
	height: 150px;
}


#kopf {
    height: 150px;
    width: 1200px;
    transition: all 0.7s ease-in-out 0s;
}

#page_bg, #content, .content {
	position: relative;
    clear: both;
    width: 1200px;
	background: #e5e5e5;
	overflow: hidden; /* Verweis in comments.php für Single-Content da Lücke bei Kommentaren */
}

#flexbox {}

/*-------------------------------------------------*/
/* Mehr laden */
/*-------------------------------------------------*/

.misha_loadmore{
	background-color: #ddd;
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.misha_loadmore:hover{
	background-color: #767676;
	color: #fff;
}

/*-------------------------------------------------*/
/* Menu */
/*-------------------------------------------------*/

#nav-wrapper {
	background-image: url('images/logo.png') center;
	/* background-color: #222 !important; */
	text-transform: uppercase !important;
	width: 100%;
	/* background: #1a1a1a; */
	background: -moz-linear-gradient(top, #1a1a1a 47%, #222222 100%);
	background: -webkit-linear-gradient(top, #1a1a1a 47%,#222222 100%);
	background: linear-gradient(to bottom, #1a1a1a 47%,#222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#222222',GradientType=0 );
}

nav {
	display: block;
	overflow: hidden;
	margin-left: 85px;
}

nav img {
	vertical-align: left !important;
	float: left !important;
	margin-top: -6px !important;
	margin-right: 13px;
	max-width: 32px !important;
}

nav li ul img {
	margin-top: 16px !important;
	margin-left: 5px;
	margin-right: 10px;
	min-height: 32px !important;
	min-width: 32px !important;
}

nav a {
	font-family: 'Exo 2';
	font-size: 16px !important;
	color: #fff !important;
	text-shadow: 1px 1px 1px #000 !important;
}

nav ul {
    padding: 0px;
    margin: 0px;
	z-index: 9999999;
}
nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
    nav ul li {
    list-style: none;
    float:left;
}
nav ul li a {
    text-decoration: none;
    display: block;
    color: #333;
    padding: 5px 5px 5px 5px;
}
nav ul li:hover > ul {
    visibility: visible;
}
nav ul li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
    padding:0px;
}
nav ul li ul li{
    float: none;

}

@keyframes size {
    0% { width: 0; }
	60% { width: 60%; }
    100%   { width: 100%; }
}

nav ul li ul li a:hover{
    color: #333;
}

nav ul li {
	list-style: none;
    float:left;
    /* border-right: 1px solid #dfdfdf; */
}
nav ul li a {
    text-decoration: none;
    display: block;
    color: #333;
    padding: 20px 20px 20px 10px;
    transition: all 0.3s ease-in-out !important;
}

/* Farbspektrum ############### */

nav ul li.blauelich:hover > ul li a, nav li.blauelich {
	background-color: #119ADF;
}
 
nav ul li.senfgelb:hover > ul li a, nav li.senfgelb {
    background-color: #B18904;
}
nav ul li.gelb:hover > ul li a, nav li.gelb {
    background-color: #D7DF01;
}
nav ul li.gruen:hover > ul li a, nav li.gruen  {
    background-color: #8CB302;
}
nav ul li.grau:hover > ul li a { /* nav li.grau wird weggelassen, da es transparent sein soll */
	background-color: #222;
}
nav ul li.tuerkis:hover > ul li a, nav li.tuerkis {
    background-color: #008C74;
}
nav ul li.dunkelblau:hover > ul li a, nav li.dunkelblau {
    background-color: #004C66;
}
nav ul li.lila:hover > ul li a, nav li.lila {
    background-color: #332B40;
}
nav ul li.hellrot:hover > ul li a, nav li.hellrot {
    background-color: #B43104;
}
nav ul li.gelbgruen:hover > ul li a, nav li.gelbgruen {
    background-color: #ACFA58;
}
nav ul li.dunkellila:hover > ul li a, nav li.dunkellila {
    background-color: #8A0886;
}

/* ############################## */

nav ul li:hover a {
	background-color: #0080FF;
}

nav ul li ul li a:hover{
    color: #333;
    background-color: #8A0886 !important;
}

nav ul li:hover > a {
    color: #FAFAFA;
}
nav ul li ul li a {
    color: #FAFAFA;
}

/* Sidebar-Layouts */

.sidebar-advert {
	background: #a2b800;
	background: -moz-linear-gradient(top,  #a2b800 0%, #b7d300 100%);
	background: -webkit-linear-gradient(top,  #a2b800 0%,#b7d300 100%);
	background: linear-gradient(to bottom,  #a2b800 0%,#b7d300 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2b800', endColorstr='#b7d300',GradientType=0 );
	text-shadow: 1px 1px 2px #000;
}

.sidebar-advert h2 {
	background: #b7d300;
	background: -moz-linear-gradient(top,  #b7d300 0%, #a2b800 100%);
	background: -webkit-linear-gradient(top,  #b7d300 0%,#a2b800 100%);
	background: linear-gradient(to bottom,  #b7d300 0%,#a2b800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7d300', endColorstr='#a2b800',GradientType=0 );
}

.sidebar-layout, .sidebar-layout h2, .sidebar-layout h2.widgettitle, .adblocker-detected {
	display: block;
	text-shadow: 1px 1px 2px #000;
	transition: 0.25s all ease-in-out;
	overflow: hidden !important;
	max-height: 1000px;
	transition: max-height all 1.5s ease-in-out;
}

.zugeklappt {max-height: 50px !important; overflow: hidden;}

.blue2 {
	background: #1481ac;
	background: -moz-linear-gradient(top,  #1481ac 0%, #186d8e 100%);
	background: -webkit-linear-gradient(top,  #1481ac 0%,#186d8e 100%);
	background: linear-gradient(to bottom,  #1481ac 0%,#186d8e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1481ac', endColorstr='#186d8e',GradientType=0 );
}

.blue2 h2 {
	background: #186d8e;
	background: -moz-linear-gradient(top,  #186d8e 0%, #1481ac 100%);
	background: -webkit-linear-gradient(top,  #186d8e 0%,#1481ac 100%);
	background: linear-gradient(to bottom,  #186d8e 0%,#1481ac 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#186d8e', endColorstr='#1481ac',GradientType=0 );
}

.redyellow {
	background: #ce9014;
	background: -moz-linear-gradient(top, #ce9014 0%, #bf7713 98%);
	background: -webkit-linear-gradient(top, #ce9014 0%,#bf7713 98%);
	background: linear-gradient(to bottom, #ce9014 0%,#bf7713 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce9014', endColorstr='#bf7713',GradientType=0 );
	min-height: 450px;
}

.redyellow h2 {
	background: #bf7713;
	background: -moz-linear-gradient(top, #bf7713 2%, #ce9014 100%);
	background: -webkit-linear-gradient(top, #bf7713 2%,#ce9014 100%);
	background: linear-gradient(to bottom, #bf7713 2%,#ce9014 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7713', endColorstr='#ce9014',GradientType=0 );
}

.redyellow img { background: 0 !important; }
.redyellow input {display: inherit; margin: -50px auto -50px auto; padding: 0; box-shadow: 2px 2px 8px #333; transform: 0.5s all ease-in-out;}
.redyellow input:hover {opacity: 0.7;}

.redyellow p {
	text-align: left; padding: 0px 20px 20px 20px; font-size: 16px; line-height: 1.5;
}

.lightred {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ae2b20+0,9b261b+44,811e15+100 */
	background: #ae2b20 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #ae2b20 0%, #9b261b 44%, #811e15 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ae2b20 0%,#9b261b 44%,#811e15 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ae2b20 0%,#9b261b 44%,#811e15 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae2b20', endColorstr='#811e15',GradientType=0 ); /* IE6-9 */
}

.lightred p {
	text-align: left; padding: 0px 20px 20px 20px; font-size: 16px; line-height: 1.5;
}

.lightred h2 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#811e15+0,9b261b+56,ae2b20+100 */
	background: #811e15 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #811e15 0%, #9b261b 56%, #ae2b20 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #811e15 0%,#9b261b 56%,#ae2b20 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #811e15 0%,#9b261b 56%,#ae2b20 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#811e15', endColorstr='#ae2b20',GradientType=0 ); /* IE6-9 */
}

.green {
	background: #648c00 !important;
	background: -moz-linear-gradient(top,  #648c00 0%, #72941c 60%);
	background: -webkit-linear-gradient(top,  #648c00 0%,#72941c 60%);
	background: linear-gradient(to bottom,  #648c00 0%,#72941c 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#648c00', endColorstr='#72941c',GradientType=0 );
}

.green h2 {
	background: #72941c !important;
	background: -moz-linear-gradient(top,  #72941c 40%, #648c00 100%);
	background: -webkit-linear-gradient(top,  #72941c 40%,#648c00 100%);
	background: linear-gradient(to bottom,  #72941c 40%,#648c00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72941c', endColorstr='#648c00',GradientType=0 );
}

.green p {
	padding: 10px;
	font-size: 16px;
	font-family: 'Lato';
}

.darkgreen {
	background: #3f5800 !important;
	background: -moz-linear-gradient(top,  #3f5800 0%, #485e10 60%);
	background: -webkit-linear-gradient(top,  #3f5800 0%,#485e10 60%);
	background: linear-gradient(to bottom,  #3f5800 0%,#485e10 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f5800', endColorstr='#485e10',GradientType=0 );
}


.darkgreen h2 {
	background: #485e10 !important;
	background: -moz-linear-gradient(top,  #485e10 40%, #3f5800 100%);
	background: -webkit-linear-gradient(top,  #485e10 40%,#3f5800 100%);
	background: linear-gradient(to bottom,  #485e10 40%,#3f5800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#485e10', endColorstr='#3f5800',GradientType=0 );
}

.darkgreen h2:hover {background: #628113 !important;}

.purple {
	background: #341c42 !important;
	background: -moz-linear-gradient(top,  #341c42 0%, #3b1e46 100%);
	background: -webkit-linear-gradient(top,  #341c42 0%,#3b1e46 100%);
	background: linear-gradient(to bottom,  #341c42 0%,#3b1e46 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#341c42', endColorstr='#3b1e46',GradientType=0 );
}

.purple h2 {
	background: #3b1e46 !important;
	background: -moz-linear-gradient(top,  #3b1e46 0%, #341c42 100%);
	background: -webkit-linear-gradient(top,  #3b1e46 0%,#341c42 100%);
	background: linear-gradient(to bottom,  #3b1e46 0%,#341c42 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b1e46', endColorstr='#341c42',GradientType=0 );
}

.purple h2:hover {background: #572076 !important;}
 
.blue {
	overflow: hidden !important;
	background: #162130 !important;
	background: -moz-linear-gradient(top,  #162130 0%, #0f1b25 100%);
	background: -webkit-linear-gradient(top,  #162130 0%,#0f1b25 100%);
	background: linear-gradient(to bottom,  #162130 0%,#0f1b25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162130', endColorstr='#0f1b25',GradientType=0 );
}

.blue h2 {
	background: #18243a !important;
	background: -moz-linear-gradient(top,  #18243a 0%, #101e2c 100%);
	background: -webkit-linear-gradient(top,  #18243a 0%,#101e2c 100%);
	background: linear-gradient(to bottom,  #18243a 0%,#101e2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18243a', endColorstr='#101e2c',GradientType=0 );
}

.blue h2:hover {background: #162b48 !important;}

.bluegreen {
	background: #104e3d !important;
	background: -moz-linear-gradient(top,  #104e3d 0%, #145c49 100%);
	background: -webkit-linear-gradient(top,  #104e3d 0%,#145c49 100%);
	background: linear-gradient(to bottom,  #104e3d 0%,#145c49 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104e3d', endColorstr='#145c49',GradientType=0 );
}

.bluegreen h2 {
	background: #145c49 !important;
	background: -moz-linear-gradient(top,  #145c49 0%, #104e3d 100%);
	background: -webkit-linear-gradient(top,  #145c49 0%,#104e3d 100%);
	background: linear-gradient(to bottom,  #145c49 0%,#104e3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#145c49', endColorstr='#104e3d',GradientType=0 );
}

.bluegreen h2:hover {background: #10664f !important;}

.red {
	background: #33111f !important;
	background: -moz-linear-gradient(top,  #33111f 0%, #2d191f 100%);
	background: -webkit-linear-gradient(top,  #33111f 0%,#2d191f 100%);
	background: linear-gradient(to bottom,  #33111f 0%,#2d191f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33111f', endColorstr='#2d191f',GradientType=0 );
}

.red h2 {
	background: #3e1224 !important;
	background: -moz-linear-gradient(top,  #3e1224 0%, #33111f 100%);
	background: -webkit-linear-gradient(top,  #3e1224 0%,#33111f 100%);
	background: linear-gradient(to bottom,  #3e1224 0%,#33111f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e1224', endColorstr='#33111f',GradientType=0 );
}

.red h2:hover {background: #51132d !important;}

.youtube-red {
	background: #952521 !important;
	background: -moz-linear-gradient(top, #952521 0%, #851d1d 100%);
	background: -webkit-linear-gradient(top, #952521 0%,#851d1d 100%);
	background: linear-gradient(to bottom, #952521 0%,#851d1d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#952521', endColorstr='#851d1d',GradientType=0 );
}

.youtube-red h2 {
	background: #a12323 !important;
	background: -moz-linear-gradient(top, #a12323 0%, #b42c28 100%);
	background: -webkit-linear-gradient(top, #a12323 0%,#b42c28 100%);
	background: linear-gradient(to bottom, #a12323 0%,#b42c28 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a12323', endColorstr='#b42c28',GradientType=0 );
}

.youtube-red h2:hover {background: #b42c28 !important;}

/*-------------------------------------------------*/
/* Posts, Inhalte, Kommentare */
/*-------------------------------------------------*/

.haupttitel {
	max-width: 650px !important;
    border-bottom: 1px solid #999;
	font-weight: normal !important;
    height: 22px;
    margin-left: 25px; margin-top: 25px;
}

.haupttitel > h1{
    display: block;
	color: #555;
	background-color: #e5e5e5;
	font-family: "Exo 2", sans-serif;
    line-height: 22px;
    font-size: 22px;
	left: 20px;
	letter-spacing: -1px;
    position: absolute;
    margin-top: 1px;
	font-weight: normal !important;
    padding-right: 10px;
    text-transform: uppercase;
 
}

.haupttitel > h2{
	color: #555;
	font-family: "Evo 2", sans-serif;
	letter-spacing: -1px;
	background-color: #fff;
    line-height: 18px;
    font-size: 18px;
    display: block;
    position: absolute;
    margin-top: 1px;
    padding-right: 10px;
    text-transform: uppercase;
	clear: both;
}

.post_header {
    letter-spacing: 1px;
    font-size: 10px;
    margin-bottom: 0px;
}


.post_content blockquote, .singlecontent blockquote {
	font-family: 'Georgia', serif;
	font-size: 110%;
	text-align: left;
    border-left: 3px #999 solid;
    margin-left: 5px;
    padding-left: 10px;
    font-style: italic;
    color: #555;
}

.post_content blockquote p {

}

article .beitrag {
    color: #2E2E2E;
    font-family: 'Open Sans', Arial, Tahoma;
    font-size: 15px;
    letter-spacing: -0.8px;
	margin-top: -8px;
	line-height: 160%;
}

.post_content, .singlecontent {
    color: #2E2E2E;
    font-family: 'Open Sans', Arial, Tahoma;
    font-size: 16px;
	margin: 0;
	line-height: 160%;
}

.post_content {letter-spacing: -.8px;}

.singlecontent {
    font-size: 16px;
	margin-top: 10px;
	width: 690px !important;
	margin-left: 3px;
}

.singlecontent h2 {margin-bottom: 8px;}

.singlecontent ul, .post_content ul {line-height: 200%;}

.singlecontent ol {
    clear: both;
    padding: 20px;
    margin: 10px;
	line-height: 210%;
}

.singlecontent hr {clear: both;}

.singlecontent ol li {padding-left: 10px;}

.datenbank button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#28aae2 0%,
		#28aae2);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#28aae2),
		to(#28aae2));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #28aae2;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}

.newsfeed, .singlecontent {
	font-family: 'Open Sans', Tahoma, Arial;
    display: block; /* Korrektur der Position. Overflow Alternative nicht rentabel. */
    margin-left: 15px; /* Korrektur der Position. Margin 0 Auto nicht m�glich. Overflow Alternative nicht rentabel */
    padding: 5px;
	width: 700px;
    overflow: hidden;       
    list-style: none;
}


.singlecontent h1 {
	font-family: 'Lato' !important;
	font-size: 23px;
	letter-spacing: -.5px !important;
	font-weight: normal;
	text-align: left;
}
.newsfeed h1 {
	font-family: 'Exo 2', 'Lato' !important;
	font-size: 23px;
	letter-spacing: -1px !important;
	font-weight: normal;
	text-align: left;
}

.newsfeed h1 a, .singlecontent  h1 a {
    color: #555;
    border: 0;    
    padding: 0; margin: 0;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: 1s;
}

.newsfeed h1 a:hover, .singlecontent  h1 a:hover {
    color: #28B0F4;
}

.newsfeed img, .singlecontent img {
    max-width: 675px;
    width: auto;
	height: auto;
}

.singlecontent img {/* margin: 0px 0px 8px 0px; */}

.singlecontent img.wp-post-image {margin-top: 20px; margin-bottom: 5px; max-width: 300px;}

.singlecontent img.alignleft {/* margin: 0px 5px 0 0; */}

.singlecontent img.alignright {margin: 7px;}

.singlecontent img.size-thumbnail {width: 300px !important; height: auto;}

/* Tabelle fuer Singlecontent */

.singlecontent table {	margin: 0; padding: 0; color: #444; text-shadow: none !important;
	box-shadow: 0px 0px 10px #999;
    padding: 15px;
    border-radius: 4px;
	width: 680px;
	font-size: 15px;
    text-align: left !important;
    font-family: 'Exo 2', Lato, Arial, sans-serif;
    margin: 10px 0;
    background: #f2f2f2;
    background: linear-gradient(to bottom, #f2f2f2 0%,#e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 );} 
.singlecontent th {font-size: 15px; padding-bottom: 10px; padding-top: 10px;} 
.singlecontent table td {padding: 20px;}
.singlecontent table td, .singlecontent table th { padding: 3px 10px; }
.singlecontent table thead th {} 
.singlecontent table thead th:first-child { border: none; }.singlecontent table tbody td { font-size: 15px;font-weight: normal; }
.singlecontent table tbody {}
.singlecontent table tbody td:first-child {  }
.singlecontent table tbody tr:last-child td { }
.singlecontent table tfoot td div { } 
.singlecontent table tfoot td { padding: 0; font-size: 12px } 
.singlecontent table tfoot td div{ padding: 2px; }
.singlecontent table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }
.singlecontent table tfoot  li { display: inline; }
.singlecontent table tfoot li a { text-decoration: none; display: inline-block;  padding: 2px 8px; margin: 1px;color: #F5F5F5;border: 1px solid #8C8C8C;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.singlecontent table tfoot ul.active, .singlecontent table tfoot ul a:hover { text-decoration: none;border-color: #7D7D7D; color: #F5F5F5; background: none; background-color:#8C8C8C;}

#spieldatenbank h2 {
    display: block;
    margin-left: 20px;
    text-transform: uppercase;
    border-bottom: 3px solid #d8d8d8;
    max-width: 676px;
    margin-top: 10px;
    margin-bottom: -5px;
    line-height: 170%;
}

#spieldatenbank .newsfeed {width: 680px;}
#spieldatenbank .post_content {font-size: 15px;}

.newsfeed .artikelbild img, .artikelbild-startseite img, img.size-full, img.ngg-singlepic, img.ngg-galleryoverview, .singlecontent img {
    background: #fff repeat scroll 0px center;
    padding: 6px !important;
    outline: 0px none;
	border: 0 !important;
	border-radius: 2px;
	box-shadow: 0px 0px 5px #777;
	margin-right: 10px;
}

.newsfeed .artikelbild img {width: 150px !important; height: 150px !important; min-width: 150px !important;}
img.ngg-singlepic {margin: 10px 0 10px 0 !important;}
.artikelbild-startseite img {width: 150px !important; height: 150px !important;}
.artikelbild-midbar img {width: 80px !important; margin: 0 5px 0 5px;}


#newsbar {
	margin-left: 30px;
	color: #fff !important;
	padding: 6px !important; width: 1130px;
	font-family: Arial !important; font-size: 21px !important; font-weight: bold; letter-spacing: -1px !important; text-align: center;
	border: 1px solid #2E9AFE !important;
    text-shadow: 1px 1px 4px #000 !important;
	background: #7abcff; /* Old browsers */
	display: block;
	background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}

.contentbar {
	margin-left: 30px; margin-top: 20px;
	color: #fff !important;
	padding: 6px !important; width: 640px;
	font-family: Arial !important; font-size: 21px !important; font-weight: bold; letter-spacing: -1px !important; text-align: center;
	border: 1px solid #2E9AFE !important;
    text-shadow: 1px 1px 4px #000 !important;
	background: #7abcff; /* Old browsers */
	display: block;
	background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}

img.wp-smiley, img.emoji, img.download-image {
	background: none !important;
	box-shadow: 0px 0px 0px !important;
	border-radius: 0px 0px 0px 0px !important;
	margin: 0;
	height: auto !important;
	width: auto !important;
	max-height: 50px !important;
} 

img.download-image {
	max-height: 300px !important;
}

img[src*="/wp-includes/images/smilies/"] { height: auto !important; max-height: auto !important; }

.heissgekocht {
	width: 265px;
	margin-left: 3px;
    display: block !important;
}

.artikel {
    display: block; /* Korrektur der Position. Overflow Alternative nicht rentabel. */
    width: 700px;
    background-color: #FFF;
    margin-left: 225px; /* Korrektur der Position. Margin 0 Auto nicht m�glich. Overflow Alternative nicht rentabel */
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    overflow: hidden;
    list-style: none;
        background: #ffffff; /*Internet Explorer*/
    background: -moz-linear-gradient(top, #f1f1f1, #fff 15%);
    background: -webkit-gradient(linear, 0 0, 0 15%, from(#f1f1f1), to(#fff));
    box-shadow: 1px 1px 4px #999;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    -webkit-transition: all 25ms ease-in-out;
    -moz-transition: all 25ms ease-in-out;
    -o-transition: all 25ms ease-in-out;
    transition: all 25ms ease-in-out;
}

.aboutauthor {
    display: block;
    overflow: visible;
	text-align: left;
    padding: 20px;
	font-size: 105%;
    max-width: 690px;
    min-height: 55px;
    background-color: #FDFDEF;
    border: 1px solid #EBE9C5;
    border-radius: 4px ;
}

.knopf {
	width: 95%;
    display: block;
    padding: 10px;
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
}

.knopf:hover {opacity: 0.75;}

.knopf a, .knopf a:link {color: #fff !important;}
.knopf a:hover {color: #fff !important;}

#topnews {
	height: 480px;
	overflow: visible;
}

.artikel h1 {
    line-height: 100%;
}

.artikel h1 a {
    line-height: 10%;
    font-size: 18px;
    color: #5A5E60;
    border: none;
}

.artikel h1 a:hover {
    color: #1572B3;
}

.artikel img {
    margin: 0;
    height: auto;
    max-width: 640px;
    width: auto;
}

.artikelmeta {
	padding-top: 4px !important;
	margin-top: 4px;
	display: block;
	position: relative;
}

.artikelmeta, .artikelmeta a {
 	font-family: 'Exo 2', Verdana;
    font-size: 12px; 
    color: #707070;
    letter-spacing: 0px;
}

.artikelmeta a:hover {
    border-bottom: 1px solid #707070;
    color: #00c4ff;
}

.artikelmeta img {
	max-width: 16px !important;
	max-height: 16px !important;
	clear: both !important;
	vertical-align: -20% !important;
	margin: 0 3px 0 0 !important; padding: 0 !important;
	box-shadow: none !important;
	background: 0 !important;
}

.artikelmeta img.avatar{
	clear: both !important;
	float: none !important;
    background: none repeat scroll 0px center transparent;
    padding: 3px !important;
    border: 0px none !important;
    outline: 0px none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2) !important;
}

#artikelautor {
	display: flex;
	font: 15px 'Exo 2';
	line-height: 190%;
	box-shadow: 0px 0px 10px #999;
    background: #f2f2f2;
    background: linear-gradient(to bottom, #f2f2f2 0%,#e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 );
	border-radius: 5px;
	color: #444;
	min-height: 120px;
	padding: 15px;
	margin-bottom: 10px;
	width: 660px;
	text-align: left;
}

#artikelautor > .flex-item:nth-of-type(1) {order: 1; justify-content: center; align-items: center; min-width: 20%; text-align: center; font-size: 110%;}
#artikelautor > .flex-item:nth-of-type(1) a {display: block;}

#artikelautor > .flex-item:nth-of-type(2) {order: 2; margin-left: 20px;}

#artikelautor .userrank { 
	border: 0;
    padding: 7px !important;
    font: 11px 'Exo 2';
    color: #fff;
    background: #cf0404;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}

.singlecontent > .artikelmeta a, .singlecontent > .artikelmeta {font: 15px 'Exo 2'; color: #444;}
.singlecontent > .artikelmeta {margin: 5px;}
.singlecontent > .artikelmeta a {font-weight: bold;}

#artikelautor:after {clear: both;}

#artikelautor img.avatar {
	float: none !important;
	border-radius: 50%;
	box-shadow: 0px 0px 3px #444;
	background: 0;
	padding: 0 !important;
	margin: 2px auto;
	transition: 1s all ease-in-out;
	width: 100px; height: 100px;
}

#artikelautor img:hover {border-radius: 0; box-shadow: 0px 0px 10px #1572B3;}

#artikelautor img:after {clear: both;}

.sticky {

}

.punktzahl {
    height: 80px; width: 80px; letter-spacing: -7px; margin-left: 65px;  padding: 0px; color: #FFF; float: left;
		color: #fff;
	background: -moz-linear-gradient(
		top,
		#00aeff 0%,
		#157be8);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#00aeff),
		to(#157be8));
	border: 5px solid #87c0e6;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(021,035,128,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(021,035,128,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(021,035,128,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

.metacritic-punktzahl {
    font-size: 45px; display: block; text-align: center; font-family: Verdana;  height: 80px; width: 80px; letter-spacing: -7px; padding: 0px; margin-right: 65px; color: #FFF; float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background: -moz-linear-gradient(
		top,
		#00aeff 0%,
		#157be8);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#00aeff),
		to(#157be8));
	border: 5px solid #87c0e6;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(021,035,128,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(021,035,128,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(021,035,128,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}


.kommentare {
	font-size: 13px;
	text-align: left;
	color: #888;
	width: 94%;
	height: 90px;
	overflow: hidden;
	margin-left: 4px;
	text-shadow: 1px 1px 1px #000;
	clear: both;
}

.kommentare-single {
	font-size: 13px;
	text-align: left;
	color: #444;
	width: 97%;
	height: 80px;
	overflow: hidden;
}

.mehrueber-single {
	display: block;
	font-size: 13px;
	text-align: justify;
	color: #444;
	width: 90%;
	height: 78px;
	overflow: hidden;
	margin-left: 2px;
}

.mehrueber-single img {
	height: 72px;
	width: 72px;
}

.kommentare-single img, .kommentare img {transition: all 0.2s ease-in-out;}

.kommentare img:hover, .kommentare-single img:hover {
	opacity: 0.9;
	box-shadow: 2px 2px 15px 0px #58D3F7;
}

.inhaltscontainer {
    overflow: visible !important;
    margin-left: 5px;
    border-spacing: 0px;
    padding: 10px;
    letter-spacing: 0;
    margin-top: -5px;
    width: 820px;
}

#gameinfo {
	display: flex;
	color: #fff;
	font-size: 16px;
	text-align: left;
	padding: 20px;
	width: 420px;
	height: 220px;
	float: right;
	background: #222;
	box-shadow: 0px 0px 9px #111 inset;
	line-height: 170%;
}

#gameinfo a:link, #gameinfo a {color: red;}

/* Sidebardefinitionen */
/* ################### */

#midbar-container {
	position: absolute;
	background: #222;
	width: 275px;
	height: 100%;
	right: 225px;
}

#midbar-wrapper {
	display: block;
	float: right;
	position: relative;
	margin-right: 225px;
	height: 100% !important;
	min-height: 100%;
	overflow: hidden;
	width: 275px;
	background: #222;
    -webkit-transition: all 25ms ease-in-out;
    -moz-transition: all 25ms ease-in-out;
    -o-transition: all 25ms ease-in-out;
    transition: all 25ms ease-in-out;
}	

#midbar {
	color: #fff !important;
    display: block;
    text-align: left;
	margin-top: 20px;
	position: relative;
	min-height: 100%;
}

#midbar a:link, #midbar a:visited {
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}

#midbar a:hover {
	color: #0080FF;
}

#midbar img {
	/* border: 0 !important;
	padding: 5px;
	background: #333; */
	box-shadow: 0px 0px 6px #000;
	padding: 0;
	margin-left: 5px;
	margin-right: 7px !important;
	border: 0;
}

#midbar hr {
	display: block;
	border: 0px;
    /* border-bottom: dotted 1px transparent;   Vorläufig deaktiviert wegen Farben # 09.05.2017 */
    border-top: transparent;
	max-width: 255px;
	margin-left: 0px;
}

#midbar .artikelbild {
	margin: 5px;
}

#midbar img.wp-post-image {margin-top: 3px;}

#midbar #useronline-browsing-page {padding: 10px;}

#midbar .item-avatar img {
	margin: 5px;
}

#midbar .date {
	display: block;
	color: #fff;
	opacity: 0.7;
	font-family: 'Lato', Verdana; 
	font-size: 12px; 
	margin-left: 11px; 
	margin-top: 15px; 
	text-shadow: 1px 1px 2px #000; 
	margin-bottom: 5px;
}

#midbar ul {
    list-style: none;
    list-style-position: inside;
    padding: 0px; font-size: 130%;
}

#midbar ul#members-list {
	width: 160px !important;
	margin-left: 25px !important;
}

#midbar #members-list-options {
	display: none;
}

#midbar .activity {

}

#midbar li {
	list-style: none;
	list-style-position: inside;
}

#midbar img.avatar {
	margin-left: 7px; margin-right: 3px; margin-top: 2px; margin-bottom: 2px;
}

#midbar .widgettitle {
	color: #fff;
	/* font-family: 'Exo 2'; */
	font-size:17px;
	padding: 12px;
	text-decoration:none;
	background-color: #2D2D2D;
	cursor:pointer;
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px #111;
}

#midbar .firstwidget {margin-top: -15px;}

#midbar div#useronline-browsing-site, #midbar div.widget-error {
	margin: 10px;
}

div#group-ist-options.item-options {
    margin-top: 5px; margin-bottom: 0;
}

#midbar ul.item-list li {
    padding: 0 !important;
}

#midbar .item {
    margin-bottom: 5px !important; padding-bottom: 5px !important;
}

div#groups-list-options.item-options a {
    font-family: Verdana;
    font-size: 11px;
    color: rgb(112, 112, 112);
    letter-spacing: -1px;
}

div#groups-list-options.item-options a:hover {
    border-bottom: 1px solid #707070;
    color: #00c4ff;
}



#midbar .widget {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

#midbar .widget p {
	padding: 10px;
}

#midbar .widget:hover  {

}

#midbar h2 {
	font-size: 16px;
	border-bottom: 0px;
	color: #fff;
	letter-spacing: -0.5px;
}

#midbar .midbar-gameinfo {padding: 15px; line-height: 190%; font-size: 110%; }

#midbar .midbar-gameinfo hr {border-top: 5px dotted #666 !important;}

#midbar .midbar-gameinfo a {color: #ff7676;}

#midbar .midbar-gameinfo a:hover {color: #e45050;}

#midbar .midbar-gameinfo img.database-social {
	width: 170px;
	height: auto;
	margin-top: 5px;
	box-shadow: 1px 1px 5px #000;
	margin-left: 0;
	border-radius: 2px;
}

#sidebar_links img {
    transition: all 0.3s ease-in-out 0s;
}

#midbar img:hover, #sidebar_links img:hover {
    opacity: 0.7;
}

#sidebar_links h2 {
	font-size: 16px;
	border-bottom: 0px;
	color: #fff;
	letter-spacing: -0.5px;
}

#sidebar_rechts .screen-reader-text {display: none !important;}

#sidebar_rechts {
	color: #fff !important;
	text-shadow: 1px 1px 1px #000;
	font-family: 'Open Sans', Arial;
	display: block;
	right: 0px;
	position: absolute;
	height: 100%;
	background-color: #2D2D2D;
	overflow: hidden;
	width: 230px;
	text-align: left;
}

#sidebar_rechts a:link, #sidebar_rechts a:visited {
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}

#sidebar_rechts a:hover {
	color: #0080FF;
}

#sidebar_rechts img {
	border: 0 !important;
	padding: 0px !important;
}

#sidebar_rechts img:hover {
	opacity: 0.7;
}


#sidebar_rechts img.avatar {
	background: #333;
	padding: 5px !important;
}

#sidebar_rechts img.steamgroup {
	width: 200px;
	height: auto;
	margin-top: 5px;
	box-shadow: 1px 1px 5px #000;
}


#sidebar_rechts hr {
	border: 0px; /* F�r Firefox und Opera */
    border-top: solid 1px #444;
    border-bottom: transparent;
}	

#sidebar_rechts h2 {
	font-size: 16px;
	border-bottom: 0px;      
	color: #777;
	letter-spacing: -0.5px;
}


#sidebar_rechts p {
	color: #fff;
	font-family: 'Lato', Tahoma;
	text-align: justify;
}

#sidebar_rechts ul {
	list-style: none;
	padding: 0px;
}

form#subscribe-blog input, input#subscribe-field {
	color: #333; font-family: 'Open Sans', Tahoma, Arial; font-size: 105%; letter-spacing: -0.2px;
}

#sidebar_rechts .sidebar-post-avatar img {
	display: block;
	width: 64px !important;
	height: 64px !important;
	margin-right: 5px;
	margin-bottom: 5px;
}

#sidebar_rechts .forum-widget-item {
	display: block;
	min-height: 90px !important;
	border: 0px; /* F�r Firefox und Opera */
    border-top: transparent;
	padding-left: 80px;
}

LI#mfwidget li {
	display: block;
    color: #5A5E60;
	padding-bottom: 10px;
    font-family: 'Open Sans', Verdana; font-size: 14px;
    letter-spacing: -0.8px !important;
}
 
li#mfwidget.widget {
	margin-bottom: -40px !important;
} 

#sidebar_rechts .widgettitle {
    color: #fff;
    /* font-family: 'Exo 2'; */
    font-size: 17px;
    padding: 12px;
    margin-left: -8px;
    width: 235px;
    text-decoration: none;
    /* background-color: #222; */
    cursor: pointer;
    border-top: 1px solid #444;
    margin-bottom: 10px;
    box-shadow: 0px 0px 0px 1px #111;
    background: #2b2b2b;
    background: -moz-linear-gradient(top, #2b2b2b 0%, #222222 99%);
    background: -webkit-linear-gradient(top, #2b2b2b 0%,#222222 99%);
    background: linear-gradient(to bottom, #2b2b2b 0%,#222222 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#222222',GradientType=0 );
	text-shadow: 3px 3px 0px #000;
}

#sidebar_rechts .widget {
	display: block;
	overflow: hidden;
	padding: 10px;
	background: #2d2d2d;
}

#sidebar_rechts select {
	font-family: 'Open Sans'; color: #555;
	background: transparent;
	width: 205px;
	padding: 6px;
	font-size: 15px; letter-spacing: -0.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	height: 40px;
	overflow: hidden;
	border: 1px solid #ccc;
	background: url("https://www.replaying.de/wp-content/themes/V12/Icons/down_arrow_select.jpg") no-repeat right #ddd;
}

#sidebar_rechts select:hover {
	border: 1px solid #58D3F7;
}

#sidebar_links {
	display: block;
	float: left;
	padding: 10px;
	padding-left: 15px;
	margin-left: 10px;
	padding-right: 15px; margin-right: 8px;
	margin-top: 5px;
	overflow: visible;
	width: 190px;
	text-align: left;
}


#sidebar_links ul, .widget.bwp-rc-widget ul{
	list-style: none;
	list-style-position: inside;
	padding: 0px;
}

#sidebar_links li, .widget.bwp-rc-widget li {
	list-style: none;
	list-style-position: inside;
	padding: 0px;
}

#sidebar_links .item-avatar img {
	margin: 5px;
}

#sidebar_links  ul {
    list-style: none;
    list-style-position: inside;
    padding: 0px; font-size: 100%;
	width: 180px; display: block;
}

#sidebar_links span.recent-comment-excerpt {
	display: block !important; width: 170px !important; padding-left: 25px;
}

#sidebar_links li {
list-style: none;
list-style-position: inside;
}

#sidebar_links  a {
letter-spacing: -1px;
}

#sidebar_links  img.avatar {
	margin-left: 2px; margin-right: 1px; border: 1px solid #D8D8D8; float: left;
}


#sidebar_links img {
	float: left;
	padding: 2px;
}

#sidebar_links .widgettitle  {
	border-bottom: 1px solid #E6E6E6;
	line-height: 140%;
}

.widget widget_search {
	text-align: left;
	background-color: #fff;
}

#sidebar_links select {
clear: both;
float: left;
width: 180px;
height: 20px;
font-size: 14px;
margin:2px 0 5px 5px;
border:solid 1px #aacfe4;
}

#suche {
float: right;
margin-right: 30px;
margin-top: 40px;
}


/* Sidebar Post Types */
/* ################### */

div.leserartikel-home {
	float: left; 
	width: 90px; 
	overflow: hidden; 
	box-shadow: 0px 0px 4px #000; 
	margin: 5px 10px;
	font-family: 'Open Sans', Arial; 
	font-size: 13px; 
	text-align: justify; 
	height: 105px;
	text-indent: 99999px;
	white-space: nowrap;
	color: #222;
	padding: 10px; 
	max-width: 250px;
}

div.leserartikel-home:hover {
	height: 160px;
	color: #fff;
	text-indent: 1px;
	white-space: normal;
}

/* Kommentare */

#comment-container {
	background: #2E2E2E;
	border-top: 15px solid #222;
	border-left: 15px solid #222;
	padding: 10px;
	padding-left: 15px !important;
}

.comments {
	position: relative;
	background: #2E2E2E left repeat;
	color: #fff;
	display: block; /* Korrektur der Position. Overflow nicht. */
    overflow: hidden; /* Joa, dann ist dieser Abstand nicht da */
    font-family: 'Exo 2' !important;
	list-style: none !important;
	max-width: 650px;
	padding-bottom: 15px;
}


.comments code {
	color: #fff !important;
	font-size: 13px !important;
}

.comments iframe.youtube-player, .comments img {
	box-shadow: 1px 1px 20px #000;
    margin: 0 auto;
    width: 98%;
}

.commentform {
	padding: 0;
	width: 600px;
	list-style: none !important;
}

img.avatar {
    float: left;
}


.comments ol {
    margin: 0;
    padding: 0;
	list-style: none !important;
}

.comments h3 {
	font-family: 'Exo 2', sans-serif !important;
    font-size: 22px !important;  
    color: #fff !important;
    letter-spacing: -1px;
	width: 650px;
	text-shadow: 1px 1px 5px #000;
	margin: 20px 0;
	font-weight: 300;
}  

.commentform h2 {
	font-family: 'Exo 2', sans-serif !important;
    font-size: 22px !important;  
    color: #fff !important;
    letter-spacing: -1px;
}

.commentlist ol {
    font-size: 22px;
    font-family: 'Open Sans', Tahoma, sans-serif;
    width: 600px; 
	margin-top: -10px;
    margin-bottom: 7px;
    margin-left: 20px;
    list-style: none;
    list-style-position: inside;
    padding-left: 12px;
    padding-right: 6px;
    padding-bottom: 6px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: 1s;
	list-style: none !important;
}

.commentlist hr {
    border: 0px; /* F�r Firefox und Opera */
    border-top: dotted  8px #444;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
    border-bottom: transparent;		
}


/* .commentlist ol:hover {
    border: 1px solid #81BEF7;

}  */


form#commentform {
    margin-top: 2px !important;
	font-size: 14px !important;
}

.commentlist ul {
    list-style: none;
}

.commenttext {
	color: #fff;
	margin-top: -5px; padding: 0;
    margin-right: 1em; width: 510px;
	font-size: 16px !important;
	margin-left: 95px !important;
	text-shadow: 1px 1px 1px #000;
}

.commenttext blockquote {
    font-family: Georgia, Tahoma, serif;
	font-style: italic;
	color: #777; text-shadow: 1px 1px 1px #000;
	margin-left: 0;
}

.commenttext ol ul li {
    list-style: none; 
}

.commentheader {
	list-style: none; 
	color: #808080; 
	margin-left: 126px !important; 
	font-size: 16px !important; 
	margin-bottom: -6px;
	text-shadow: 1px 1px 1px #000;
}

.commentmeta {
    font-size: 11px;
    font-family: Tahoma, sans-serif;
    text-align: justify;
    color: #fff;
    width: 96px;
    float: left;
    margin-top: 3px; margin-bottom: 3px; margin-right: 15px;
}

.commentmeta img {
    width: 96px;
    height: 96px;
    margin-left: 1px;
	background: #222;
	padding: 10px;
	box-shadow: 0px 0px 2px #000;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: 1s;
}

.commentmeta img:hover {
    -moz-opacity: 0.70;
    opacity: 0.70;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
}

    

.commentform #submit {
	cursor: pointer;
	position: relative !important;
	border: 0;
    color: rgba(255,255,255,1) !important;
    text-decoration: none !important;
    background-color: rgba(219,87,5,1) !important;
    font-family: 'Yanone Kaffeesatz' !important;
    font-weight: 700 !important;
    font-size: 3em !important;
    display: block !important;
    border-radius: 8px !important;
    box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7) !important;
	width: 360px !important;
	text-align: center !important;
	transition: all .1s ease !important;

}

.commentform #submit:hover {
	border: 0;
	opacity: 0.7 !important;
}

.commentform #submit:active {
    -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9) !important;
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9) !important;
    box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9) !important;
    position: relative !important;
    top: 6px !important;
	border: 0;
	border: 0 !important;

}

.commentmetadata {
    margin-left: 1px;
}

.form-allowed-tags {
	color: #fff !important;
}

.commentform #submit:active {
    -webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white !important;
    -moz-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white !important;
    -ms-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white !important;
    -o-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white !important;
    box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white !important;
}

.commentform #author , #email , #url  {
    color: #fff;
    height: 20px;
    padding: 10px;
    margin-right: 5px;
    float: left;
    font: bold 15px 'Open Sans', 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 1px #8c9cbf solid;
    background: #fff;
    transition: 0.25s ease-in-out all;
    width: 188px !important; 

}

.commentform #author:focus , #email:focus , #url:focus  {
    color: #000;
    box-shadow: 1px 1px 6px #00c4ff;
    border: 1px solid #00c4ff;

}

.commentnavigation {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}


textarea#comment {
    color:#999 !important;
    font-size:15px;
    margin:10px 0px 10px 0px;
    padding:15px;
    height:75px;
    width:100% !important;
    border:#999 1px solid;
    font-family: 'Open Sans', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
	text-shadow: 1px 1px 1px #000;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.16);
	border: 0px none;
	border-radius: 5px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3) inset, 0px 1px rgba(255, 255, 255, 0.06);
}

textarea#comment:focus { 
	color:#fff;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}


/* Footer */


#footer {
    /* background-image: url(images/footerBG.jpg); */
    margin: 0 auto;
    vertical-align: bottom;
    color: #fff;
	text-shadow: 1px 1px 2px #000;
    font-size: 12px;
	background: #222;  
    height: 100%;
	position: relative;
	overflow: hidden;
	width: 1200px;
	box-shadow: 0px 0px 10px 2px #000;
	hyphens: auto;
}
    
#footer h3 {
	font-size: 18px;
	color: #888;
	font-family: 'Lato', Verdana;
	text-transform: uppercase;	
}

.footeritem {
	color: #888;
    display: block;
    overflow: hidden;
    float: left;
    padding: 10px 20px 10px 20px;
    width: 320px;
	font-size: 14px;
	background: #222;
	height: 160px;
	text-align: justify !important;
}

.footeritem ul {
	margin-left: 15px;
	padding: 0;
	color: #fff;
	list-style-type: square;
}

.footeritem ul a {color: #fff;}
.footeritem ul a:hover {color: #999;}

.footerrechts {
    display: block;
    overflow: hidden;
    padding: 10px;
    width: 700px;
	height: 160px;
	background: #222;
}


.footerunten:before {clear: both;}

.footerunten {
    display: block;
    padding: 10px 30px 30px 20px;
	height: 20px;
	background: #000;
	text-align: right;
	font-size: 14px;
	color: #888;
	font-family: 'Lato', Verdana;
	text-transform: uppercase;
}

.footerunten a, .footerunten a:visited {color: #fff;}
.footerunten a:hover {color: #333;}

form#whats-new-form h5 {
    
    font-size: 12px;
    color: rgb(136, 136, 136);
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 3px;
}


/* Fotzbuch */

.uiBoxLightblue {
    border: 0 !important;
    background: none !important;
}

.transparent_widget .uiBoxLightblue {
    background: none !important;
    border: 0 !important;
}

.fbConnectWidgetTopmost {
    border-style: none !important;
    border: 0 !important;
}

/*-------------------------------------------------*/
/* Spieletabelle */
/*-------------------------------------------------*/

.bewertung {
    padding: 10px;
    max-width: 900px;
    margin: 0 auto;
	letter-spacing: 0 !important;
	box-shadow: 0px 0px 5px #333;
	border-radius: 5px;
}

.bewertung caption {font-size: 1.7em; color: #F06; text-align: left;}
table.bewertung {
	margin: 0; padding: 0; color: #888; text-shadow: none !important;
	box-shadow: 0px 0px 10px #999;
    padding: 15px;
    border-radius: 4px;
    text-align: left !important;
    font-family: Lato, Arial, sans-serif;
    margin: 10px 0;
    background: #f2f2f2;
    background: linear-gradient(to bottom, #f2f2f2 0%,#e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 );
}
table.bewertung td { text-indent: 0px; padding: 10px 4px; padding-right: 30px; padding-left: 55px; background-image: url(https://cdn2.iconfinder.com/data/icons/font-awesome/1792/plus-circle-24.png); background-repeat: no-repeat;  background-position: 5%; width: 500px;}
table.bewertung th {padding: 10px 4px; padding-left: 35px; background-image: url(https://cdn2.iconfinder.com/data/icons/font-awesome/1792/minus-circle-24.png); background-repeat: no-repeat;  background-position: 5%; width: 500px;}
table.bewertung td + td {margin-left: 20px; color: #666; background-image: url(https://cdn2.iconfinder.com/data/icons/font-awesome/1792/minus-circle-24.png); background-repeat: no-repeat;  background-position: 5%;}
table.bewertung td + td + td {color: #666; border-left: none;}
table.bewertung td a {color: #444; text-decoration: none; text-align: right;}
table.bewertung td a, th a {display: block; width: 100%;}
table.bewertung td a:hover {background: #444; color: #FFF;}
table.bewertung tfoot th {text-align: right;}
table.bewertung th {text-align: left;}
table.bewertung th + th {text-align: right;}
table.bewertung th + th + th {text-align: left;}
table.bewertung th a {color: #F06; text-decoration: none; font-size: 1.1em;}
table.bewertung th a:visited {color: #F69;}
table.bewertung th a:hover {color: #F06; text-decoration: underline;}
table.bewertung thead tr, tfoot tr {color: #555; font-size: 0.8em;}
table.bewertung tr {padding: 10px; color: #666;}
table.bewertung td:hover {color: #000;}

.gamemeta-nadel {
	background: url(Icons/datenbank-pin.png) no-repeat 53% 0%;
	height: 95px; width: 90px;
	margin-left: 340px;
	position: relative;
	/*margin-top: -130px;  Diesen Wert von Negatiwert margin-top 'gamemeta' subtrahieren = Differenz */

}

/*.gamemeta-tape {
	background: url(Icons/datenbank-tape.png) no-repeat 5% 20%;
	height: 126px; width: 730px;
	position: relative;
} */

.gamemeta-tape {display: none; visibility: none;}

.gamemeta {
    font-family: 'Lato', Verdana, Arial;
    font-size: 17px !important;
    color: #fff;
    text-align: left;
    width: 620px;
    /* border: 10px solid #333; */
    padding: 35px;
    margin-left: 20px;
    box-shadow: 1px 1px 10px #888;
    margin-top: -75px;
	background: #222222;
    border-radius: 10px;
    overflow: visible;
    display: block;
    text-shadow: 1px 1px 2px #000;
}

.gamemeta hr {
	border: none;
	border-top: 5px dotted;
	border-color: #555;
}

.gamemeta img {
	box-shadow: 1px 1px 6px #000 !important;
	margin-top: 2px !important;
	border-radius: 3px;
}

.gamemeta img:hover {
	opacity: 1.0 !important;
}

.metadaten {
	font-size: 19px;
	font-family: 'Lato', Verdana, Arial;
    color: #fff;
	padding: 0px;
	text-shadow: 1px 1px 2px #000;
    width: 360px;
    margin-bottom: 15px;
	margin-left: 30px;
    letter-spacing: -0.8px;
	text-align: left;
}

.metadaten th {
    font-size: 18px;
    line-height: 27px;
    padding: 22px 0;
    border: 2px solid rgba(0,0,0,.15);
    text-shadow: 0 1px 1px #fff;

}

.metadaten td {
    padding-left: 15px;
	padding-bottom: 3px;
}

.metadaten a:link, .metadaten a:visited {
	color: #1572b3;
	text-shadow: 1px 1px 2px #000;
	transform: all 0.3s ease-in-out;
}

.metadaten a:hover {
	color: #0096ff;
	transform: all 0.3s ease-in-out;
}

.metadaten .horizontal tr:nth-child(odd) {
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,.05) 100%);
    background: linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,.05) 100%);
}

.metadaten .vertical tr td:nth-child(even) {
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.01) 0%,rgba(0,0,0,.02) 100%);
    background: linear-gradient(top, rgba(255,255,255,0.01) 0%,rgba(0,0,0,.02) 100%);
    border-top: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.metabottom{
	display: block;
    width: 400px;
    padding:5px;
	margin-top: 10px;
	margin-left: 5px;
}

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


#kategoriemeta img {
    max-width: 125px !important;
    max-height: 175px !important;
    margin-left: 35px;
    border: 1px solid #999;
    padding: 2px;   
}

/* --------------------------------------------------------------------- */
/* Globale WordPress Tags - Hauptelemente und Plugins - Nur ggf. Aendern */
/* --------------------------------------------------------------------- */

.advps-overlay-one {box-shadow: 1px 1px 3px #222;}
.advps-overlay-two {box-shadow: 1px 1px 3px #222;}

a.page-numbers {margin: 5px;}

.slideshow-window * img {width: 700px; box-shadow: 1px 1px 5px #000 !important;}

.slideshow-window {border-radius: 0 !important; box-shadow: 0px 0px 5px #222 !important;}

.slideshow-slide-caption {font-family: inherit !important; font-size: 16px !important; text-transform: uppercase !important; letter-spacing: -0.3px !important; text-shadow: 3px 3px 5px #000 !important;}

#jp-relatedposts {border-top: 2px solid #D9D9D9; border-bottom: 2px solid #D9D9D9;}

#jp-relatedposts img {margin: 5px 0 !important;}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
    max-width: 100%;
    width: 350px !important;
    height: 120px !important;
}


p.akismet_comment_form_privacy_notice {margin-top: 20px;}

.ngg-gallery-singlepic-image img {max-width: 99% !important;}

#fep-posts {font-family: 'Lato' !important; line-height: 180% !important; font-size: 110%; color: #444 !important;}

#fep-posts > ul {margin-left: -45px !important;}

#fep-new-post #fep-post-title {
    box-sizing: border-box;
    width: 640px !important;
}

#fep-posts a.fep-nav-link {margin-top: 10px;}

#fep-posts tr.fep-row {width: 90%;}

.attachments-browser .attachments, .attachments-browser .uploader-inline {display: none !important;}

.attachments-browser .media-toolbar {display: none !important;}

.attachments-browser .attachments, .attachments-browser .uploader-inline {overflow: hidden !important;}

#fep-new-post input, #fep-new-post select {
    outline:none !important;
    border:1px dashed #DBDBDB !important;
    color:#3F3F3F !important;
    font-family:'Droid Sans', Tahoma, Arial, Verdana sans-serif !important;
    font-size:20px !important;
    /*border-radius*/
    -webkit-border-radius:2px !important;
    -moz-border-radius:2px !important;
    border-radius:2px !important;
    /*transition*/
    -webkit-transition:background 0.2s linear, box-shadow 0.6s linear !important;
    -moz-transition:background 0.2s linear, box-shadow 0.6s linear !important;
    -o-transition:background 0.2s linear, box-shadow 0.6s linear !important;
    transition:background 0.2s linear, box-shadow 0.6s linear !important;
}

#fep-new-post input:active, #fep-new-post input:focus, #fep-new-post select:active, #fep-new-post select:focus {
	color: #333;
    background:#F7F7F7 !important;
    border:dashed 1px #969696 !important;
    /*box-shadow*/
    -webkit-box-shadow:2px 2px 7px #E8E8E8 inset !important;
    -moz-box-shadow:2px 2px 7px #E8E8E8 inset !important;
    box-shadow:2px 2px 7px #E8E8E8 inset !important;
	outline-width: 0;
}

#fep-new-post button#fep-submit-post {
    cursor:pointer;
    background:none;
    border:none;
    font-family:'Georgia', serif;
    color:#767676;
    font-size:20px;
    padding: 30px 80px;
    border:1px solid #E0E0E0;
    text-shadow: 0px 1px 1px #E8E8E8;
    background: rgb(247, 247, 247);
    background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 1%, rgba(242, 242, 242, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
    background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 1%, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(top, rgba(247, 247, 247, 1) 1%, rgba(242, 242, 242, 1) 100%);
    background: -ms-linear-gradient(top, rgba(247, 247, 247, 1) 1%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(top, rgba(247, 247, 247, 1) 1%, rgba(242, 242, 242, 1) 100%);
    /*border-radius*/
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    /*box-shadow*/
    -webkit-box-shadow:0px 1px 1px #FFF inset, 0 0 0px 5px #EAEAEA;
    -moz-box-shadow:0px 1px 1px #FFF inset, 0 0 0px 5px #EAEAEA;
    box-shadow:0px 1px 1px #FFF inset, 0 0 0px 5px #EAEAEA;
    /*transition*/
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

#fep-new-post button#fep-submit-post:hover {
    color:#686868;
    border-color: #CECECE;
    background: rgb(244, 244, 244);
    background: -moz-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244, 244, 244, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
    background: -webkit-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -ms-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /*box-shadow*/
    -webkit-box-shadow:0px 1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
    -moz-box-shadow:0px 1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
    box-shadow:0px 1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
}
#fep-new-post button#fep-submit-post:active, #fep-new-post button#fep-submit-post:focus {
    position:relative;
    top:1px;
    color:#515151;
    background: rgb(234, 234, 234);
    background: -moz-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 234, 234, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
    background: -webkit-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -ms-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /*box-shadow*/
    -webkit-box-shadow:0px -1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
    -moz-box-shadow:0px -1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
    box-shadow:0px -1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
}

iframe#fep-post-content_ifr {height: 400px;}

#fep-featured-image {display: none !important;}

img.aligncenter, .aligncenter div.aligncenter, .centered {
    margin-left: auto !important;
    margin-right: auto !important;
}

img.size-large {width: 100% !important;}

img.alignright, img.alignleft {}

.alignright, div.alignright {
    float: right !important;
    display: inline !important;
}
.alignleft, div.alignleft {
    float: left !important;
    display: inline !important;
	margin-right: 10px;
}

.wp-block-image {
	max-width: 675px !important;
}

div.sharedaddy .sd-content {
    float: left !important;

} 

img {
    border: 0;
}

.floatleft {
    float: left;
}

.wp-caption {
	display: block;
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px;
	width: 100% !important;
}

li.recent-comments {
    float: left;
}

.recent-comment-text {
    color: #D8D8D8;
    font-size: 13px;   
}

.recent-comment-author {
	font-size: 14px;
	color: #444;
}

.recent-comment-excerpt  {
	display: block; font-size: 13px; color: #888; letter-spacing: -1px;
	overflow: hidden; max-height: 50px !important;
}

li.recent-comments {width: 220px;}

.recent-comment-post { 
	color: #333;
	font-size: 13px;
}

.recent-comment-time {
    font-size: 11px;
    color: #3d3d3d;
}

span.recent-comment-single {
	margin-top: 4px !important;
	font-family: 'Open Sans', Tahoma;
}


DIV#recaptcha_area {
    margin-top: 5px;
    margin-bottom: 10px;
}

div.comment-form-avatar {
    display: none !important;
    visibility: hidden !important;
}

/* Form wrapper styling */
.suchen {
    width: 190px;
    clear: both;
	margin-top: 5px;
}
 
/* Form text input */
 
.suchen input {
    height: 20px;
    padding: 10px;
	margin-top: 10px;
    width: 190px;
    color:#888 !important;
    font-size:15px;
    border:#999 1px solid;
    font-family: 'Open Sans', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
	text-shadow: 1px 1px 1px #000;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.16);
	border: 0px none;
	border-radius: 5px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3) inset, 0px 1px rgba(255, 255, 255, 0.06);
	transition: 0.25s ease-in-out all;
}

.suchen input:focus {
    outline: 0;
	font-weight: bold !important;
	font-style: normal !important;

}
 
.suchen input::-webkit-input-placeholder {
   color: #999 !important;
   font-weight: normal !important;
   font-style: italic !important;
}
 
.suchen input:-moz-placeholder {
    color: #999 !important;
    font-weight: normal !important;
    font-style: italic !important;
}
 
.suchen input:-ms-input-placeholder {
    color: #999 !important;
    font-weight: normal !important;
    font-style: italic !important;
}   
 
/* Form submit button */
.suchen button {
    overflow: visible;
    position: absolute;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 60px;
    margin-top: -40px;
    right: 10px;
    font: bold 14px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: #B40404;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
} 

.suchen button:hover, input#wp-submit.button-primary:hover, .submit input:hover {    
    background: #e54040;
    text-decoration: none;
    color: #FFF;
    border: 0;
}  
   
.suchen button:active,
.suchen button:focus, input#wp-submit:focus, .submit input:focus {  
    background: #c42f2f;
    outline: 0;  
}
 
.suchen button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #B40404 transparent;
    top: 12px;
    left: -6px;
}
 
.suchen button:hover:before{
    border-right-color: #e54040;
}
 
.suchen button:focus:before,
.suchen button:active:before{
        border-right-color: #c42f2f;
}     
 
.suchen button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}    

.suchen-gross {
	margin-left: 35px;
}

div.suchen-gross input#s {
	width: 1100px !important;
	font-size: 190% !important;
	height: 115% !important;
	background: #222 !important;
    padding:15px;
    border:#999 1px solid;
    font-family: 'Open Sans', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
	text-shadow: 1px 1px 1px #000;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.16);
	border: 0px none;
	border-radius: 5px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3) inset, 0px 1px rgba(255, 255, 255, 0.06);
}

.suchen-gross button#searchsubmit {
	display: none;
}


input#user_login.input, input#user_pass.input {
    height: 40px;
    padding: 10px;
	margin-top: 10px;
    width: 190px;
    color:#fff !important;
    font-size:15px;
    border:#999 1px solid;
    font-family: 'Open Sans', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
	text-shadow: 1px 1px 1px #000;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.16);
	border: 0px none;
	border-radius: 5px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3) inset, 0px 1px rgba(255, 255, 255, 0.06);
	transition: 0.25s ease-in-out all;
}

label#user_login {
	display: block;
}

p.login-remember {
	clear: both;
	display: block;
	margin-top: 8px;
}

DIV#basic-details-section.register-section input {
    color: #fff !important;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    background: #fff;
    transition: 0.25s ease-in-out all; }

input#user_login.input:focus, input#user_pass.input:focus, DIV#basic-details-section.register-section input:focus {
    color: #000;
    box-shadow: 1px 1px 6px #00c4ff;
}

input#wp-submit, div#register-page .submit input {
    border: 0;
    padding: 10px;
    cursor: pointer;
    height: 40px;
	margin-top: 5px;
    width: 120px;
    font: bold 14px 'Lato';
    color: #fff !important;
    text-transform: uppercase;
    background: #222;
	border: 1px dotted #000;
    border-radius: 2px 2px 2px 2px;
	box-shadow: 0px 0px 2px #000;
    text-shadow: 1px 1px 1px #000;
} 
   
.styled-select select {
   background: transparent;
   width: 185px;
   padding: 5px;
   font-size: 16px;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
}
   
.styled-select {
   width: 160px;
   height: 34px;
   overflow: hidden;
   background: url("https://www.replaying.de/wp-content/themes/V12/Icons/down_arrow_select.jpg") no-repeat right #ddd;
   border: 1px solid #ccc;
 }

.styled-select select:hover {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

/*-------------------------------------------------*/
/*Extrastyling f�r Plugins und Adminbereich */
/*-------------------------------------------------*/

.jp-relatedposts-post-a a:hover {text-decoration: none !important;}

img#wpstats {
display: none;
}

#cookie-law-info-bar {left: 0 !important; top: 0 !important; position: fixed; width: 100% !important;}
#cookie-law-info-bar span {padding: 2vw;}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

div.bx-wrapper {
	animation: appear 3s !important;
}

.nr_panel {
    float: left;
    background: none repeat scroll 0% 0% transparent;
    border: 0 !important;
	border-color: #333 !important;
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    margin: 1px;
    padding: 1px 1px 0px;
	outline: 0px !important;
}

.nrelate_tre .nr_text {
	background: #111 !important;
}

.nrelate_tre .nr_img {
	outline: 0px !important;
}

.nrelate_tre .nr_img_div {
	border: 0 !important;
}

.nr_panel img {
	border: 0 !important;
	border-color: #333 !important;
}

#advps_container1 .bx-wrapper .bx-viewport {
    box-shadow: none !important;
    border: 0 !important;
    background: none repeat scroll 0% 0% #FFF;	
}

.ratingstars {margin-top: 10px; padding-top: 10px; border-top: 2px solid #D9D9D9;}

span.hreview-aggregate {
	display: none; visibility: none;
}

img.download-image {
  max-width: 125px !important;
  clear: both;
  box-shadow: 1px 1px 5px !important;
  overflow: visible;
  margin-left: 5px;
  margin-top: 5px;
}

div.main-section {
	width: 97% !important;
	margin-left: 15px !important!
}



#download-page  {
    box-shadow: 0px 0px 10px #999;
    padding: 15px;
    border-radius: 4px;
	text-align: left !important;
	font-family: Lato, Arial, sans-serif;
	margin: 10px 0;
	background: #f2f2f2;
	background: linear-gradient(to bottom, #f2f2f2 0%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 );
}

#download-page table {background: none !important; box-shadow: none !important;}

.download-button-new {
	font-family: 'Exo 2';
	transition: all 0.4s ease-in-out 0s;
	margin-left: 5px !important;
	color: #fff !important;
    display: block;
    padding: 10px;
    font-size: 15px;
	text-transform: uppercase;
    line-height: 1.5em;
    background-color: #09c !important;
    background-image: -webkit-linear-gradient(#009fd4,#09c,#0086b2);
    background-image: -moz-linear-gradient(#009fd4,#09c,#0086b2);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 4px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.4);
    border: 1px solid #0086b2;
    cursor: pointer;
	width: 115px;
}

.download-button-new:hover {
	opacity: 0.7;
}
	

.download-info.single {
	overflow: visible !important;
    padding-left: 100px !important;
    width: 90% !important;
    height: 230px !important;
}

article .download-info.single {
    overflow: hidden !important;
    padding-left: 140px !important;
	height: auto !important;
	width: auto !important;
}

.inner .download-info.single {
	width: 370px !important;
	padding-left: 140px !important;
	height: 240px !important;
}


ul.wpuf-attachments {
	margin-left: -40px !important;
}

.wpuf_customs  {
	visibility: none;
	display: none !important;
	height: 0; width: 0;
}

.dlm_download_list li {
display: inline;
    margin-right: 19px;
    list-style-position: inside;
list-style-position: inside;
}

div.meteor-clip img:hover {
	opacity: 0.8 !important;
}

div.meteor-clip {
	box-shadow: 1px 1px 15px #000;
	z-index: 1;
	background-color: #fff;
}

.wp-pagenavi {
	display: block; 
	font-family: 'Lato';
	border: 0 !important;
	font-size: 15px;
	color: #000;
	text-shadow: #FFF 1px 1px 1px;
	padding: 17px;
}

.wp-pagenavi span {
	border: 0 !important;
}

.wp-pagenavi a {
	text-shadow: #FFF 1px 1px 1px;
	border: 0 !important;
}

.ratingblock {
	padding-top: 1px;
    clear:both;
	font-size: 12px;
    font-family: 'exo 2';
    text-transform: uppercase;
    color: #666 !important;
    text-indent: 4px;
}

td .sfusercell {
	margin: 5px;
}

#midbar .nr_panel {
	margin-left: 2px;
}

.menubutton {
    -moz-transition: all 0.25s ease-in-out 0s;
    border: 1px solid #999999;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 5px rgba(81, 203, 238, 0);
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 5px 0 10px;
    padding: 5px;
}

    .rcg-text {
    font-family: Arial;
    letter-spacing: -0.5px;
        font-size: 13px;
        padding-left: 66px !important;
}

.random-post-element {
	width: 230px;
	color: #666; font-size: 13px; font-family: 'Open Sans', Tahoma, Arial;
    padding-left: 8px; letter-spacing: -0.3px !important;
    margin: 0px; min-height: 44px;   
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: 1s;
    text-align: left;
} 


.random-post-element img {
	width: 46px;
}
.random-post-title {font-family: Geneva, Arial; font-weight: bold;} .random-post-date {font-size: 8px; color: #666; letter-spacing: 0px;} .random-post-excerpt {font-family: Verdana; color: #333; font-size: 9px;}

.rcg-avatar {
    margin-left: 3px;
}

.widget_wp_sidebarlogin .avatar_container img, #sidebar-login .avatar_container img {
    padding: 3px !important; height: 72px !important; width: 72px !important;
    border: 1px solid rgb(221, 221, 221);
    margin-right: 8px;
    margin-top: 5px;
}

#sidebar_rechts a[href$="wp-login.php?action=register"], #sidebar_rechts a[href$="wp-login.php?action=lostpassword"] {
    display: inline-block;
	margin-bottom: 3px;
	width: 115px;
	border: 0 !important;
    padding: 7px !important;
    font: bold  10px 'lucida sans', 'trebuchet MS', 'Tahoma' !important;
    color: #fff !important;
    background: #007acc !important;
    border-radius: 1px 1px 1px 1px !important;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3) !important;
}

#sidebar_rechts a[href$="wp-login.php?action=register"]:hover, #sidebar_rechts a[href$="wp-login.php?action=lostpassword"]:hover {
    background-color: #555 !important;
}

LI#wp_sidebarlogin-6 {

}


.tabs {
    position: relative;
	margin-left: 50px;
	margin-top: 25px;
	height: 40px;
	width: 730px;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
}


.tabs input {
	position: absolute;
	z-index: 1000;
	width: 170px;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}

.tabs input#tab-2{
	left: 160px;
}
.tabs input#tab-3{
	left: 280px;
}
.tabs input#tab-4{
	left: 400px;
}

.singletab {
	color: #5A5E60;
	font-size: 17px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 5px;
    letter-spacing: -1px;
    float: left;
	display: block;
	margin-right: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;

}

.singletab a {
    color: #FFF;
}

.singeltab .active {
         background: #6D0019;

}

.singletab:hover {
text-shadow: 1px 1px 2px #82FFDE;
color: #000;

}

.tabs label:first-of-type {
    z-index: 4;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + label {
    background: #fff;
	z-index: 6;
}

.clear-shadow {
	clear: both;
}

.contentarea {
    background: #fff;
	position: relative;
    width: 100%;
	height: 370px;
	z-index: 5;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
}

.contentarea div {
    position: absolute;
	top: 0;
	left: 0;
	padding: 10px 40px;
	z-index: 1;
    opacity: 0;

    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}

.tabs input.tab-selector-1:checked ~ .contentarea .contentarea-1,
.tabs input.tab-selector-2:checked ~ .contentarea .contentarea-2,
.tabs input.tab-selector-3:checked ~ .contentarea .contentarea-3,
.tabs input.tab-selector-4:checked ~ .contentarea .contentarea-4 {
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}
.contentarea div h2,
.contentarea div h3{
	color: #398080;
}
.contentarea div p {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid rgba(63,148,148, 0.1);
}

#adcontent {background: 0 !important;}
.poweredByGoogle {background: 0 !important;}

body.login {
	background: url(https://www.replaying.de/wp-content/themes/replaying/images/background.jpg) !important;
}