/*
Theme Name:Allegiant Child
Theme URI:http://www.cpothemes.com/theme/allegiant
Description:Allegiant Childtheme
Tags: gray, red, white, one-column, two-columns, light, right-sidebar, full-width-template, sticky-post, theme-options, responsive-layout, custom-background, custom-menu, featured-images, threaded-comments, translation-ready
Author:CPOThemes
Author URI:http://www.cpothemes.com
Version:1.0.8
License:GNU General Public License 2.0 or later
License URI:readme.txt
Text Domain:brilliance
Template: allegiant
*/


@import url("../allegiant/style.css");
@import url("fa_css/font-awesome.min.css");

/* font-family: 'Titillium Web', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,700');
/* font-family: 'Lato', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
/* font-family: 'Source Sans Pro', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i,900,900i');

/* ------------------------------------------------------------------------------------------------------------------ */
@font-face{
	font-family:'NAG_Icons';
	src:url('fonts/nag_icons.ttf?v=0.1') format('truetype');
	font-weight:normal;
	font-style:normal
}

.nag-icons-smashcast:before{
	font-family: NAG_Icons;
	content:"A"
}

.nag-icons-starcitizen:before{
	font-family: NAG_Icons;
	content:"0"
}

/* ------------------------------------------------------------------------------------------------------------------ */

::-moz-selection {
	color: #fff;
	background-color: #006;
}

/* ------------------------------------------------------------------------------------------------------------------ */

#nagSTATION,
#myBuddyNav,
#menu-main,
.pagetitle-title,
.widget-title
{
	font-family: 'Titillium Web', sans-serif;
}

/* ------------------------------------------------------------------------------------------------------------------ */

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1000000; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0, 6, 78); /* Black fallback color */
    background-color: rgba(0, 6, 78, 0.92); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 50px; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 10px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay li a {
    padding: 6px;
    text-decoration: none;
    font-size: 24px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay li a:hover, .overlay li a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 35px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

#Buddy-Overlay-Menü {
	padding-bottom: 100px;
}

#Buddy-Overlay-Menü li {
	list-style: none;
	margin: 0 0 5px 0;
}

.buddy-avatar {
	float: left;
	padding: 10px;
}

.buddy-info {
	height: 120px;
}

@media (max-width: 640px) {
	.buddy-info {
		margin: 5px;
	}
	.buddy-name {
		font-size: 24px;
	}

	.buddy-handle {
		font-size: 16px;
		margin-top: -5px;
	}
	#BuddyMenuScroll {
		visibility: hidden;
		height: 0px;
		width: 0px;
	}
}

@media (min-width: 641px) {
	.buddy-info {
		margin: 30px;
	}

	.buddy-name {
		font-size: 48px;
	}

	.buddy-handle {
		font-size: 24px;
		margin-top: -20px;
	}
}

.menu_buddy {
	margin-top: 4px;
	color: #888;
}

.menu_buddy .avatar {
	/* margin-top: 15px; */
	vertical-align: middle;
	margin-left: 7px;
}


.buddy-notify {
	vertical-align: middle;
}

.buddy-notify-msg {
	color: #FFD253 !important;
}

.buddy-info {
	color: #f3f3f3;
}

.menu_buddy .dashicons {
	vertical-align: middle !important;
}

.buddy-notify-icon {
	font-size: 18px;
}

.buddy-nickname {
	
}

.buddy-notify-msg:hover,
.buddy-nickname:hover {
	color: #53BCFF !important;
}

.field-visibility-settings-toggle {
	margin-bottom: 0;	
}

.nag-member-social i {
    /* background: white; */
    padding: 9px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    margin-right: 8px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    top: 50%;
  -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
}

.nag-member-social .hp-info i {
	background: #3E7925;
	color: #fff;
}

.nag-member-social .fb-info i {
	background: #3B5998;
	color: #fff;
}

.nag-member-social .twitter-info i {
	background: #1DA1F2;
	color: #fff;
}

.nag-member-social .yt_info i {
	background: #E62117;
	color: #fff;
}

.nag-member-social .hitbox_info i {
	background: #EE676B;
	color: #399BFC;
	font-size: 22px;
}

.nag-member-social .twitch-info i {
	background: #6441A4;
	color: #fff;
}

.nag-member-social .steam-info i {
	background: #000;
	color: #fff;
	font-size: 22px;
}

.nag-member-social .sndcld-info i {
	background: #f50;
	color: #fff;
	font-size: 18px;
}

.nag-member-social .sndcld-info:hover i,
.nag-member-social .hp-info:hover i,
.nag-member-social .fb-info:hover i,
.nag-member-social .twitter-info:hover i,
.nag-member-social .steam-info:hover i,
.nag-member-social .yt_info:hover i,
.nag-member-social .hitbox_info:hover i,
.nag-member-social .twitch-info:hover i {
	background: #c1d1e3;
	color: #000066;
-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------- */

.container {
	max-width: 1360px;
}

.vex-overlay {
	background: #000;
	filter: alpha(opacity=40);
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
	animation: vex-fadein .5s;
	-webkit-animation: vex-fadein .5s;
	-moz-animation: vex-fadein .5s;
	-ms-animation: vex-fadein .5s;
	-o-animation: vex-fadein .5s;
	-webkit-backface-visibility: hidden;
	position: fixed;
	background-color: rgba(0, 6, 78, 0.92);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.vex-content {
	border-radius: 6px;
}

.vex.vex-theme-flat-attack .vex-content {
	font-family: 'Lato', sans-serif !important;
	font-weight: 200;
	color: #444;
	line-height: 1.5em;
}

.vex-dialog-message {
	font-size: 16px !important;
	font-family: 'Lato', sans-serif !important;
	font-weight: 700 !important;
}

.tipsy {
	font-size: 14px !important;
}

.ai_reaction_image {
	vertical-align: middle;
}

.ai_recent_reaction_users {
	text-transform: uppercase;
}

.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary {
	background: #4C5083;
	color: #fff;
	border-radius: 4px 0 4px 0;
	font-size: 18px;
}

.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary:hover {
	background: #8F5632;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------- */

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
	background: #23243F !important;
	border-radius: 3px;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------- */

.group-subscription-options {
	display: none;
	padding: 6px !important;
	background-color: #CCDBFF !important;
	color: #717171 !important;
	width: 500px !important;
	line-height: 26px;
	/* float: right !important; */
	position: absolute;
	/* margin-left: 30px; */
	font-size: 11px;
	z-index: 99999999 !important;
	height: 260px;
	border-radius: 4px;
}

.group-subscription-options a {
	display: block !important;
}

.reg_groups_list_multiselect {
	height: auto !important;
}

#buddypress .feed {
	visibility: hidden !important;
	display: none !important;
	height: 0px !important;
	width: 0px !important;
}

#buddypress #latest-update {
	visibility: hidden;
	display: none;
	display: none;
	visibility: hidden;
}

#buddypress div.dir-search {
	float: right;
	margin: 0px 0 0;
}

#buddypress ul.item-list li {
	border-bottom: 1px solid rgba(183, 182, 182, 0.5);
	padding: 15px 0;
	margin: 0;
	position: relative;
	list-style: none;
}

#buddypress ul.item-list {
	border-top: 1px solid #c3c3c3;
	width: 100%;
	list-style: none;
	clear: both;
	margin: 0;
	padding: 0;
}

#item-actions ul li {
	margin: 0 !important;
}

#item-actions h3 {
	font-size: 12px !important;
}

#item-actions {
	padding: 10px !important;
	background: rgba(255,255,255,0.65);
	border-radius: 0 0 4px 4px;
	width: 180px !important;
	font-size: 8px;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	max-width: 200px !important;
}

#buddypress #latest-update {
	display: none !important;
	visibility: hidden !important;
}

.nag-member-social {
	margin: 8px 0 2px 0;
}

#buddypress div#item-header div#item-meta {
	margin: 3px 0 3px !important;
}

.swa-activity-list .swa-activity-header a:first-child, span.highlight {
    background: none;
    border-bottom: none;
    border-right: none;
    color: #006;
    padding: 0;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 3px;
    font-weight: 700;
    font-size: 18px !important;
}

#buddypress form#whats-new-form textarea {
	background: #fff;
	box-sizing: border-box;
	color: #555;
	font-family: inherit;
	font-size: medium;
	height: 2.2em;
	line-height: 1.4;
	padding: 6px;
	width: 100%;
}

input[type="text"], input[type="password"], input[type="input"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="range"], input[type="search"], input[type="color"], input[type="time"], input[type="week"], input[type="month"], input[type="date"], input[type="datetime"], textarea, select {
	border: 1px solid #ddd;
	padding: 2px 2px;
	background: #f5f5f5;
}

#signup_submit[type=submit] {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px !Important;
    color: #1402ff !important;
    /* background-color: #006 !important; */
    border: 1px solid #002eff !important;
    font-weight: 700;
    /* font-variant: normal; */
}

#signup_submit[type=submit]:hover {
    color: #ffffff !important;
    border: 1px solid #0f7700 !important;
    background-color: #084400 !important;
}

a.bpas-show-share-options span,
a.acomment-reply span {
	border-radius: 3px !important;
}

.bpas-share-options-wrapper.show {
	display: block !important;
	float: right;
	background: #A5A5B4;
	padding: 4px 4px 4px 8px;
	border-radius: 4px;
}



.friendship-button a {
		color: #FFF !Important;
		border: 0px;
}

.friendship-button a:hover {
    background-color: #333 !Important;
    color: #fff !Important;
	opacity: 1;
	-webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,120,1), 0px 0px 6px 0px rgba(114,48,42,1);
	-moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,120,1), 0px 0px 6px 0px rgba(114,48,42,1);
	box-shadow: inset 0px 0px 6px 0px rgba(0,0,120,1), 0px 0px 6px 0px rgba(114,48,42,1);
}

.accept:hover, .reject:hover, .join-group:hover, .leave-group:hover, .fav:hover, .delete-activity:hover, .request-membership:hover,
.buddyboss_edit_activity:hover, .unfav:hover, .delete-activity-single:hover, .activity-meta .acomment-reply:hover {
	color: #fff !Important;
}

.activity-meta .acomment-reply:hover {
	background: #5b73fb !Important;
}

.acomment-content a {
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	width: 80%;
	overflow: hidden;
}

.acomment-content a::before {
	content: '\f08e ';
	font-family: FontAwesome;
	margin-right:6px;
}

.acomment-options .acomment-reply::before, {
	content: '\f112';
	font-family: FontAwesome;
	padding-right: 0.5em;
}

.acomment-options .buddyboss_edit_activity_comment::before, {
	content: '\f044';
	font-family: FontAwesome;
	padding-right: 0.5em;
}

.activity-meta a.acomment-reply::before {
	content: '\f075';
	font-family: FontAwesome;
	padding-right: 0.5em;
}

.activity-meta a.fav::before {
	content: '\f005';
	font-family: FontAwesome;
	padding-right: 0.5em;
}

#buddypress a.mention::before {
	content: '\f0e5';
	font-family: FontAwesome;
	padding-right: 0.5em;
}

#buddypress a.send-message::before {
	content: '\f086';
	font-family: FontAwesome;
	padding-right: 0.5em;
}

#buddypress a.join-group::before,
#buddypress a.add::before {
	content: '\f0fe';
	font-family: FontAwesome;
	padding-right: 0.5em;
}

#buddypress a.delete::before,
.activity-meta a.delete-activity::before {
	content: '\f014';
	font-family: FontAwesome;
	padding-right: 0.5em;
}

#buddypress a.bpas-show-share-options::before {
	content: '\f064';
	font-family: FontAwesome;
	padding-right: 0.5em;
}

#buddypress a.read::before {
	content: '\f14a';
	font-family: FontAwesome;
	padding-right: 0.5em;
}

#buddypress a.leave-group::before,
#buddypress a.remove::before {
	content: '\f146';
	font-family: FontAwesome;
	padding-right: 0.5em;
}

#buddypress a.pending_friend::before {
	content: '\f14d';
	font-family: FontAwesome;
	padding-right: 0.5em;
}

#buddypress a.request-membership::before {
	content: '\f059';
	font-family: FontAwesome;
	padding-right: 0.5em;
}

#buddypress #user-settings::before {
	content: '\f085';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #user-media::before {
	content: '\f03e';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #user-invite-anyone::before {
	content: '\f234';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #user-forums::before {
	content: '\f022';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #user-messages::before {
	content: '\f086';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #activity-friends a::before,
#buddypress #user-friends::before {
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
	content: '\f2b5';
}

#buddypress #activity-groups a::before,
#buddypress #user-groups::before {
	content: '\f0c0';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #user-notifications::before {
	content: '\f071';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #just-me::before,
#buddypress #user-xprofile::before {
	content: '\f007';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #user-activity::before {
	content: '\f0a1';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #activity-mentions a::before {
	content: '\f27b ';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress .activity-content .button.view.bp-secondary-action::before {
	content: '\f0e6';
	font-family: FontAwesome;
	padding-right: 0.5em;
}

#buddypress #activity-favorites a::before,
#buddypress #favorites::before,
#buddypress #starred::before,
#buddypress #activity-favs::before {
	content: '\f005';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #rtmedia-privacy-settings::before {
	content: '\f21b';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress .mark-unread::before,
#buddypress a.unread::before,
#buddypress #profile::before {
	content: '\f070';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #notifications::before {
	content: '\f0e0';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #general::before {
	content: '\f0a3';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #friends-my-friends::before {
	content: '\f058';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #requests::before {
	content: '\f059';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #inbox::before {
	content: '\f090';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #sentbox::before {
	content: '\f08b';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

.activity-meta a.action-edit::before,
#buddypress #topics::before,
#buddypress #edit::before,
#buddypress #compose::before {
	content: '\f044';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #notices::before {
	content: '\f0a2';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #public::before {
	content: '\f06e';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #change-avatar::before {
	content: '\f2c1';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #change-cover-image::before {
	content: '\f03e';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #groups-my-groups::before {
	content: '\f046';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #invites::before {
	content: '\f0fe';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #replies::before {
	content: '\f075';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #subscriptions::before {
	content: '\f046';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #notifications-my-notifications::before {
	content: '\f057';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress .mark-read::before,
#buddypress #read::before {
	content: '\f058';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress #activity-all a::before {
	content: '\f0ac';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

#buddypress .profile-fields {
	border-collapse: collapse;
	border-spacing: 0;
	background: #deddec;
	border-radius: 4px;
	color: #444040;
}

#buddypress #message {
	font-size: 20px !important;
}

#buddypress #message p::before {
	content: '\f129';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
	font-size: 20px;
	background: #006;
	padding: 3px 10px;
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
	/* width: 20px; */
	/* height: 20px; */
}

#buddypress table.messages-notices tr td {
	background: #E1E2EF;
}

#buddypress table.profile-fields tr.alt td {
	background: #efeef5;
	color: #444040;
}

#message-threads .thread-details {
	color: #57575C !important;
}

#message-threads .from, #message-threads .to, #message-threads .thread-count {
	display: block;
	font-size: 10px !important;
}

#message-threads .thread-count::before {
	content: 'Nachrichten: ';
}

#buddypress #send_message_form #subject {
	width: 100% !important;
}

#buddypress .standard-form textarea {
	width: 100% !important;
}


#buddypress div#subnav.item-list-tabs {
	background: rgba(255,255,255,0.4) !important;
	margin: 0 0 10px 0 !important;
	overflow: hidden;
	padding: 4px;
	border-radius: 4px;
	font-size: 14px;
}

#buddypress div.item-list-tabs ul li.last select {
	max-width: unset !important;
}

#buddypress .activity-type-tabs {
	font-size: 14px;
}

#buddypress #activity-filter-select label {
	font-size: 24px !important;
	text-transform: uppercase;
	font-weight: 700;
	color: #5B73FB;
	padding: 0 5px;
}

#buddypress #activity-filter-select {
	float: right !important;
	margin: 0 !important;
	display: flex;
}

#buddypress #whats-new-options {
	height: auto !important;
	overflow: hidden;
	background: rgba(255,255,255,0.5);
	padding: 9px;
	border-radius: 4px;
}

#buddypress #aw-whats-new-submit {
	font-weight: 700;
}

#buddypress #aw-whats-new-submit:hover {
	background: #20308d !important;
	color: #fff !important;
}

#buddypress .messages-notices tr td {
	vertical-align: top !important;
}

#buddypress .messages-notices .thread-star,
#buddypress .messages-notices .bulk-select-check,
#buddypress .messages-notices .thread-checkbox {
	width: 36px !important;
	text-align: center !important;
}

#buddypress .messages-notices .thread-info {
	min-width: auto !important;
}

#buddypress .messages-notices .thread-from {
	width: 170px !important;
}

#buddypress .nag_action_links,
#buddypress .messages-notices .thread-options {
	text-align: right !important;
}

#buddypress .nag_action_links a,
#buddypress .messages-notices .thread-options a {
	margin-left: 5px;
	font-size: 14px;
	background: #fff !important;
	padding: 2px 6px;
	border-radius: 3px;
	line-height: 26px;
}

#buddypress .nag_action_links a:hover,
#buddypress .messages-notices .thread-options a:hover {
	background: #006 !important;
	color: #fff !important;
}

#buddypress .messages-notices .thread-excerpt .st-smiley {
	height: 40px !important;
	vertical-align: bottom !important;
}

#buddypress .nag_time_since {
	display: block;
	text-align: right;
	font-size: 14px;
}

.message-action-unstar span.icon::before {
	color: #958b54 !important;
	content: "\f155";
}

#buddypress a.lesepn::before {
	content: '\f02d';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

.message-metadata .activity {
	display: block !important;
	border-bottom: 1px dotted #BCBDC8 !important;
	height: 28px;
	/* border-bottom-style: solid !important; */
}

#buddypress .notifications tr {
	background: rgba(255,255,255,0.3) !important;
}

#buddypress .unfav:hover {
	background: #BC7E01 !Important;
}

#buddypress .is_friend,
#buddypress .remove,
#buddypress .reject:hover,
#buddypress .leave-group:hover,
#buddypress .delete-activity:hover,
#buddypress .delete-activity-single:hover {
	background: #f00 !Important;
}

#buddypress .not_friends,
#buddypress .add,
#buddypress .accept:hover,
#buddypress .join-group:hover,
#buddypress .fav:hover,
#buddypress .request-membership:hover {
	background: #428718 !Important;
}

#buddypress .pending_friend,
#buddypress .requested,
#buddypress .buddyboss_edit_activity:hover {
	background: #000066 !Important;
}

#buddypress .join-group {
	background: #dbe004 !Important;
    color: #006 !important;
}

#buddypress .avatar {
	-webkit-border-radius: 2px;
	border-radius: 2px;	
}

#buddypress div.item-list-tabs ul li a span {
	background: #eee;
	border-radius: 6px;
	border: 1px solid #ccc;
	color: #6c6c6c;
	display: inline;
	font-size: 70%;
	margin-left: 2px;
	padding: 1px 6px;
	text-align: center;
	vertical-align: middle;
}

#buddypress #field_10_day, #buddypress #field_10_year {
	max-width: 70px !important;
}

#buddypress #field_10_month {
	max-width: 120px !important;
}

#buddypress .standard-form input[type=email] {
	width: 90%;
}

#buddypress .standard-form #basic-details-section input[type=password], #buddypress .standard-form #blog-details-section input#signup_blog_url {
    width: 65%;
}

.acomment-options a {
	padding: 1px 4px !important;
	background: #D8D8D8 !important;
	border-radius: 3px;
	color: #717171 !important;
}

.acomment-options a:hover {
	padding: 1px 4px !important;
	background: #5b73fb !Important;
	border-radius: 3px;
	color: #fff !important;
}


#registration-groups-section {
    float: right !important;
    width: 48%;
    margin-top: 20px;
}

.reg_groups_title {
    font-size: 30px;
}

.rtm-activity-privacy-opt {
	max-width: 100px;
	height: 29px;
	margin-right: 6px;
	border: 1px solid #bbb;
}

.bp-ap-selectbox {
	max-width: 180px;
	height: 29px;
	margin-right: 6px;
	border: 1px solid #bbb;
}

#buddypress div#message-thread div.message-box {
	margin: 0;
	padding: 15px;
	background: #FFFFFFB3;
}

#buddypress div#message-thread div.alt {
	background: #dedada99;
}

.embed-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 4px;	
	background-color: #a2a2a299;
}

.embed-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.embed-wrapper a:visited,
.embed-wrapper a {
	padding: 0 20px 10px 20px;
	font-size: 150%;
	color: #5b73fb !important;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.embed-wrapper a::parent {
	height: auto !important;
}

.embed-wrapper a:hover {
	color: #FF0000 !important;
}

.embed-wrapper a::before {
	color: #292c3c !important;
	content: 'geteilter Link:';
	display: block;
	font-size: 16px;
	margin-top: 30px;
}

.embed-wrapper a::after {
	color: #292c3c !important;
	content: 'Nerds and Geeks ist nicht verantwortlich für die Inhalte externer Internetseiten. Falls Dir die Linkadresse suspekt vor kommt, so melde bitte das Mitglied welches den Link geteilt hat, über unser Kontaktformular.';
	display: block;
	font-size: 12px;
	white-space: initial;
	padding: 10px;
	border: solid 1px #555;
	background: #d8d8d8;
}

#buddypress div#item-header-cover-image .user-nicename a, #buddypress div#item-header-cover-image .user-nicename {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	font-weight: bold;
}

#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic, #buddypress .activity-list li.mini .activity-avatar img.avatar {
	height: 50px;
	margin-left: 0;
	width: 50px;
	opacity: 0.3;
  -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
}

#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic:hover, #buddypress .activity-list li.mini .activity-avatar img.avatar:hover {
	opacity: 1;
}

#buddypress .activity-list .activity-content .activity-header img.avatar {
	display: none;
}

#buddypress div.activity-comments div.acomment-content {
	font-size: 100%;
	margin: 5px 0 0 40px;
	text-align: justify;
}

@media (max-width: 800px) {
	#buddypress div.activity-comments div.acomment-content {	
	padding-right:0px;		
	}
}

@media (min-width: 801px) {
	#buddypress div.activity-comments div.acomment-content {	
	padding-right:8px;		
	}
}

#buddypress a.activity-time-since {
	color: #767676;
	display: block;
	font-size: 12px;
}

#buddypress .activity-list .activity-content .activity-header, #buddypress .activity-list .activity-content .comment-header {
	color: #3C3C3C;
	line-height: 150%;
}

#buddypress .acomment-meta a, #buddypress .activity-header a, #buddypress .comment-meta a {
	text-decoration: none;
	font-weight: 700;
}

#buddypress .activity-list .activity-content {
	padding: 10px;
	padding-top: 1px;
	background-color: rgba(255,255,255,0.3);
	border-radius: 3px;
}

#buddypress div.activity-comments {
	margin: 8px 0 0 70px;
	overflow: hidden;
	position: relative;
	width: auto;
	clear: both;
	background-color: rgba(255,255,255,0.3);
	border-radius: 3px;
}

#buddypress div.activity-comments div.acomment-meta {
	color: #767676;
	font-size: 80%;
	margin-top: -5px;
}

#buddypress div.activity-comments form#frm_buddypress-edit-activity .ac-textarea {
	margin: 2px 10px 10px 0px;
}

.ac-textarea #whats-new {
	height: 150px !important;
	width: 100% !important;
}

#buddypress #whats-new:focus {
    border-color: rgba(104, 133, 192, 0.9) !important;
    outline-color: rgba(102, 126, 183, 0.9) !important;
}

.ac-textarea .ac-input {
	height: 180px !important;
	width: 100% !important;
}

.ac-reply-avatar .avatar {
	height: 30px !important;
	width: 30px !important;
}

#buddypress div.activity-comments form div.ac-reply-content {
	margin-left: 23px;
}

#buddypress form#whats-new-form textarea {
	min-height: unset !important;
}

#buddypress .activity-list .activity-content .activity-inner {
	margin: 10px 0px 5px 0 !important;
	text-align: justify;
}

#members-dir-list .bp-featured-members-button a,
.members.friends .bp-featured-members-button a {
	display: block !important;
}


@media (max-width: 800px) {
	#buddypress div.activity-comments ul li > ul {
		margin-left: 0px;
		margin-top: 0;
		padding-left: 10px;
		border-left: solid #d7d7d7;
	}
	
	#buddypress div.activity-comments {
		margin: 8px 0 0 0px;
	}
	
	#buddypress .activity-list .activity-content {
		margin: 0 0 0 0px;
	}
	
	#buddypress .activity-list .activity-avatar {
		margin-left: 8px;
		margin-top: 8px;
	}
	
}

@media (min-width: 801px) {
	#buddypress div.activity-comments ul li > ul {
		margin-left: 30px;
		margin-top: 0;
		padding-left: 10px;
		border-left: solid #d7d7d7 2px;
	}
	
	#buddypress .activity-list .activity-content {
		margin: 0 0 0 70px;
	}
}

#ai_ar_main {
	position: relative;
	display: inline-block;
	margin-right: 7px;
}

.ai_emo_button .smiley_img {
	height: 26px !important;
	width: 26px !important;
	display: inline !important;
	vertical-align: middle !important;
}

#members-list span.update {
	display: none;
}

#members-list li div.item-title,
.featured-members-list.item-list li div.item-title,
#friends-list.item-list li div.item-title, #friends-list.item-list li h3, #friends-list.item-list li h4,
#groups-list.item-list li div.item-title, #groups-list.item-list li h3, #groups-list.item-list li h4 {
	font-weight: 700 !important;
	font-size: 100% !important;
}

	.activity-permalink #buddypress .activity-list li .activity-content {
		border: none;
		font-size: 100%;
		line-height: 150%;
		margin-right: 0;
		padding: 8px !important;
		text-align: justify;
	}

@media (max-width: 800px) {

	.activity-permalink #buddypress .activity-list li .activity-avatar img {
		max-width: 48px;
		height: auto;
	}

	.activity-permalink #buddypress div.activity-comments,
	.activity-permalink #buddypress .activity-list li .activity-content {
		margin-left: 0 !important;
	}
	
}

@media (min-width: 801px) {
	.activity-permalink #buddypress .activity-list li .activity-content {
		margin-left: 170px !important;
	}
}

.activity-permalink #buddypress .activity-list li .activity-header {
	margin: 0 !important;
	padding: 0 !important;
}

.activity-permalink #buddypress .activity-list li .activity-header .time-since {
	display: block;
}

#buddypress div.pagination .pagination-links a, #buddypress div.pagination .pagination-links span {
	font-size: 120%;
	padding: 0 5px;
	font-weight: 700;
}

#buddypress div.pagination .pagination-links {
	float: right;
	margin-right: 0px;
	display: inline-flex;
}

#buddypress #search-groups-form,
#buddypress #search-members-form {
	text-align: right;
}

body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions {
	margin-top: 0px !important;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------- */

body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #3b3b3b;
	line-height: 1.4 !important;
}

html body .button, html body .button:link, html body .button:visited, input[type="submit"] {
	border-radius: 2px;
	border: 2px solid #020167;
	text-shadow: none;
	background: none;
	color: #020167;
	-moz-transition: 0.4s all;
	-webkit-transition: 0.4s all;
	transition: 0.4s all;
}

html body .button:hover, 
input[type=submit]:hover { 
	color:#fff; 
	background:#020167; 
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Titillium Web', sans-serif;
}


a:link, a:visited {
	color: #5b73fb;
	text-decoration: none;
  -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

@media (max-width: 800px) {
	.header .logo {
		float: left;
		max-width: 80% !important;
	}
}

.menu-main {
	margin: 14px 0 0 0;
}

@media (max-width: 1600px) {
	.menu-main li ul {
		margin: 5px 0px 0px -170px;
	}
	.menu-main > li > ul::before,
	.menu-main > li > ul::after {
		left: 190px;
	}
}

@media (min-width: 1601px) {
	.menu-main li ul {
		margin: 5px 0px 0px 0px;
	}	
	.menu-main > li > ul::before,
	.menu-main > li > ul::after {
		left: 20px;
	}
}

#menu-main .sub-menu {
	top: 48px;
	border-radius: 2px;
}

#menu-main .sub-menu .sub-menu {
	top: -16px;
}

.menu-main .menu-item-has-children::before {
	display: unset !important;
	color: unset !important;
	position: unset !important;
	top: unset !important;
	right: unset !important;
	list-style: unset !important;
	font-family: unset !important;
	content: unset !important;
	font-size: unset !important;
	margin-top: unset !important;
	line-height: unsunset !importantet;
}

.menu-main li a,
.menu-main .has-children > a {
/*	padding-right: 5px !important; */
}

.menu-main .menu-item-has-children > a {
	padding-right: 8px;
}

.menu-main li {
    float: left;
    position: relative;
    display: block;
    margin: 0px 8px;
    list-style: none;
    background: white;
	border-radius: 2px
}

.menu-main li ul li {
	width: auto;
	display: block;
	float: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

.menu-main li ul li a {
	text-transform: none;
	font-size: 0.95em;
}

.menu-main li a {
	/* color: aqua; */
	background-color: white;
	padding: 8px;
  -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
       -o-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
          transition: all 500ms ease;
}

.menu-main li:hover>a, .menu-main li a:hover {
    color: white;
    background: red;
}


.menu-main .spacer {
	margin-top: 20px;
}

.footer-favs a:link, .footer-favs a:visited, .footer-favs a {
	display: block;
	font-size: 11px;
	color: inherit;
	margin: 0;
	padding: 0;
	-moz-transition: 0.3s all;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.footer-favs .spacer a::after {
	content: "";
	height: 1px;
	display: block;
	border-bottom: 1px dotted rgba(255,255,255,0.3);
	margin: 5px 0 5px 3px;
	max-width: 100px;
}


.breadcrumb-separator::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	list-style: none;
	font-family: 'fontawesome';
	content: '';
	font-weight: bold;
	font-size: 12px;
	color: #ddd;
	margin-top: -4px;
	line-height: 10px;
	opacity: 0.5;
}

.breadcrumb {
	margin: 16px 0 0;
	font-size: 90%;
}

.breadcrumb-title, .breadcrumb-link:link, .breadcrumb-link:visited {
	color: #999 !important;
}

.breadcrumb-link:hover {
	color: red !important;
}

#bbp-container,
.main {
	-webkit-box-shadow: inset 0px -8px 4px -3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px -8px 4px -3px rgba(0,0,0,0.5);
	box-shadow: inset 0px -8px 4px -3px rgba(0,0,0,0.5);
}

@media (max-width: 800px) {
	#bbp-container,
	.main {
		background-color:rgba(234,234,234, 0.95);
		min-height: 300px;
		overflow: hidden;
		padding: 30px 0 10px 0;
	}
}

@media (min-width: 801px) {
	#bbp-container,
	.main {
		background-color:rgba(234,234,234, 0.95);
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,eaeaea+20,eaeaea+80,eaeaea+100&0.5+0,0.95+20,0.95+80,0.5+100 */
		background: -moz-linear-gradient(left, rgba(234,234,234,0.5) 0%, rgba(234,234,234,0.95) 20%, rgba(234,234,234,0.95) 80%, rgba(234,234,234,0.5) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(234,234,234,0.5) 0%,rgba(234,234,234,0.95) 20%,rgba(234,234,234,0.95) 80%,rgba(234,234,234,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(234,234,234,0.5) 0%,rgba(234,234,234,0.95) 20%,rgba(234,234,234,0.95) 80%,rgba(234,234,234,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80eaeaea', endColorstr='#80eaeaea',GradientType=1 ); /* IE6-9 */
		min-height: 400px;
		overflow: hidden;
		padding: 30px 0 10px 0;
		-webkit-transition: background-color 4s ease;
		-moz-transition: background-color 4s ease;
		-o-transition: background-color 4s ease;
		transition: background-color 4s ease; 
	}
	.main_lichtaus {
		background: rgba(0,0,0, 0.95);
		min-height: 400px;
		overflow: hidden;
		padding: 30px 0 10px;
		-webkit-transition: background-color 4s ease;
		-moz-transition: background-color 4s ease;
		-o-transition: background-color 4s ease;
		transition: background-color 4s ease; 
	}
}

body .secondary-color-bg {
	background-color: rgba(255, 0, 0, 0.75);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6666+0,ff0000+33,ff0000+67,6d1b00+100&0.5+0,0.8+20,0.8+80,0.5+100 */
background: -moz-linear-gradient(left, rgba(255,102,102,0.5) 0%, rgba(255,40,40,0.8) 20%, rgba(255,0,0,0.8) 33%, rgba(255,0,0,0.8) 67%, rgba(197,11,0,0.8) 80%, rgba(109,27,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,102,102,0.5) 0%,rgba(255,40,40,0.8) 20%,rgba(255,0,0,0.8) 33%,rgba(255,0,0,0.8) 67%,rgba(197,11,0,0.8) 80%,rgba(109,27,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,102,102,0.5) 0%,rgba(255,40,40,0.8) 20%,rgba(255,0,0,0.8) 33%,rgba(255,0,0,0.8) 67%,rgba(197,11,0,0.8) 80%,rgba(109,27,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ff6666', endColorstr='#806d1b00',GradientType=1 ); /* IE6-9 */
}
 
.wrapfixed {
	display: block;
	background-color: rgba(0, 0, 102, 0.75);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00517c+0,000066+33,000066+67,000e2d+100&0.5+0,0.8+20,0.8+80,0.5+100 */
background: -moz-linear-gradient(-45deg, rgba(0,81,124,0.5) 0%, rgba(0,32,111,0.8) 20%, rgba(0,0,102,0.8) 33%, rgba(0,0,102,0.8) 67%, rgba(0,6,80,0.8) 80%, rgba(0,14,45,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0,81,124,0.5) 0%,rgba(0,32,111,0.8) 20%,rgba(0,0,102,0.8) 33%,rgba(0,0,102,0.8) 67%,rgba(0,6,80,0.8) 80%,rgba(0,14,45,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,81,124,0.5) 0%,rgba(0,32,111,0.8) 20%,rgba(0,0,102,0.8) 33%,rgba(0,0,102,0.8) 67%,rgba(0,6,80,0.8) 80%,rgba(0,14,45,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8000517c', endColorstr='#80000e2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.topbar {
	display: block;
	background-color: rgba(0, 0, 102, 0.75);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00517c+0,000066+33,000066+67,000e2d+100&0.5+0,0.8+20,0.8+80,0.5+100 */
background: -moz-linear-gradient(-45deg, rgba(0,81,124,0.5) 0%, rgba(0,32,111,0.8) 20%, rgba(0,0,102,0.8) 33%, rgba(0,0,102,0.8) 67%, rgba(0,6,80,0.8) 80%, rgba(0,14,45,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0,81,124,0.5) 0%,rgba(0,32,111,0.8) 20%,rgba(0,0,102,0.8) 33%,rgba(0,0,102,0.8) 67%,rgba(0,6,80,0.8) 80%,rgba(0,14,45,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,81,124,0.5) 0%,rgba(0,32,111,0.8) 20%,rgba(0,0,102,0.8) 33%,rgba(0,0,102,0.8) 67%,rgba(0,6,80,0.8) 80%,rgba(0,14,45,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8000517c', endColorstr='#80000e2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-bottom: 1px solid #f0f0f0;
	line-height: 34px;
	font-size: 0.9em;
	/* color: #fff; */
	font-family: 'Titillium Web', sans-serif;
}

#topbar {
	-webkit-box-shadow: 0px 2px 5px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 3px rgba(0,0,0,0.75);
}
 
 
.topbar a:link, .topbar a:visited {
	color: #eee;
	text-decoration: none;
  -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
       -o-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
          transition: all 500ms ease;
}
 
#topbar a:hover {
	color: #FF0000;
	text-decoration: none !Important;
}

#topbar2 a:hover {
	color: #3690E2;
	text-decoration: none !Important;
} 

.topbar .avatar {
	border-radius: 4px;
}
 
.topmenu {
	float: none;
	/*padding-top: 4px;*/
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
	height: 45px;
}

#Header-Icon-Menu {
	font-size: 150%;
}

#Header-Icon-Menu.menu-top li a {
	padding: 5px;
}

#Header-Login-Menu {
    margin-top: -4px;
}

.menu-header-login-menue-container {
    display: inline-block !important;
}

@media screen and (max-width: 800px) {
	.menu-mobile {
		display: block;
		padding-bottom: 200px !important;
	}
}
	
@media screen and (max-width: 500px) {
	.no-livestream {
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		border-radius: 4px;
		text-align: center;
		font-size: 80% !important;
		background: rgba(140, 140, 140, 0.5) url(https://the.nag.zone/wp-content/uploads/2017/01/no-stream-bg.jpg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.no-livestream h4 {
		padding-top: 8px !important;
	}
}
	
@media (min-width: 501px) and (max-width: 800px) {
	.no-livestream {
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		border-radius: 4px;
		text-align: center;
		font-size: 100% !important;
		background: rgba(140, 140, 140, 0.5) url(https://the.nag.zone/wp-content/uploads/2017/01/no-stream-bg.jpg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.no-livestream h4 {
		padding-top: 30px !important;
	}
}
	
@media (min-width: 801px) and (max-width: 1260px) {
	.no-livestream {
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		border-radius: 4px;
		text-align: center;
		font-size: 120% !important;
		background: rgba(140, 140, 140, 0.5) url(https://the.nag.zone/wp-content/uploads/2017/01/no-stream-bg.jpg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.no-livestream h4 {
		padding-top: 20px !important;
	}
}

@media screen and (min-width: 1261px) {
	.no-livestream {
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		border-radius: 4px;
		text-align: center;
		font-size: 120% !important;
		background: rgba(140, 140, 140, 0.5) url(https://the.nag.zone/wp-content/uploads/2017/01/no-stream-bg.jpg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.no-livestream h4 {
		padding-top: 30px !important;
	}
}

.no-livestream a {
	color: #393980;
	margin-left: 6px;
}

.no-livestream a:hover {
	color: #980B0B;
}

#sidebar {
    background: rgba(210, 208, 231, 0.4);
    padding: 6px;
    border-radius: 4px;
	margin-bottom: 30px !important;
}


/* --------------------------------------------------------------------------------------------------------------------------------------------------------- */
 
.header {
	position: relative;
	background: rgba(255, 255, 255, 0.8);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f4f4f4+33,f4f4f4+67,d1d1d1+100&0.75+0,0.95+20,0.75+45,0.5+100 */
background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.75) 0%, rgba(248,248,248,0.95) 20%, rgba(244,244,244,0.85) 33%, rgba(244,244,244,0.75) 45%, rgba(244,244,244,0.65) 67%, rgba(209,209,209,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.75) 0%,rgba(248,248,248,0.95) 20%,rgba(244,244,244,0.85) 33%,rgba(244,244,244,0.75) 45%,rgba(244,244,244,0.65) 67%,rgba(209,209,209,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,255,255,0.75) 0%,rgba(248,248,248,0.95) 20%,rgba(244,244,244,0.85) 33%,rgba(244,244,244,0.75) 45%,rgba(244,244,244,0.65) 67%,rgba(209,209,209,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#80d1d1d1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-bottom: 1px solid #f0f0f0;
	width: 100%;
	padding: 10px 0;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------- */

.pagetitle {
	overflow: hidden;
	position: relative;
	background: rgba(0,0,0,0.4);
	background-size: cover;
	background-position: center bottom;
	text-align: center;
	padding: 80px 0;
	margin: 0;
}

.page-id-75 .pagetitle,
.buddypress .pagetitle {
	padding: 0;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------- */

#pagetitle .container {
	background-color: rgba(0,0,102,0.75);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000066+25,0e0038+50,000066+75,7db9e8+100&0+0,0.75+25,1+25,0.75+75,0+100 */
background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(0,0,102,1) 25%, rgba(14,0,56,0.88) 50%, rgba(0,0,102,0.75) 75%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(0,0,102,1) 25%,rgba(14,0,56,0.88) 50%,rgba(0,0,102,0.75) 75%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(30,87,153,0) 0%,rgba(0,0,102,1) 25%,rgba(14,0,56,0.88) 50%,rgba(0,0,102,0.75) 75%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
	padding: 8px;
}

.so-widget-sow-editor li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px !important;
	padding-left: 2px !important;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------- */

ul.menu-footer a:hover, .footer-content a:hover {
	color: #fff !Important;
	text-decoration: none !Important;
   text-shadow:
     -1px -1px 0 #000066,  
      1px -1px 0 #000066,
      -1px 1px 0 #000066,
       1px 1px 0 #000066,
	2px 2px 1px rgba(0, 0, 0, 0.7);
}

.menu-footer, .footer-content {
	font-size: 14px;
}
 
ul.menu-footer a:link, ul.menu-footer a:visited, .footer-content a:link, .menu-footer a:visited {
	color: #FFF;
	text-decoration: none;
  -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
       -o-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
          transition: all 500ms ease;
}
 
/* --------------------------------------------------------------------------------------------------------------------------------------------------------- */
 


@media (max-width: 640px) {
	#subfooter .widget-title {
		font-size: 0.8em !important;
	}
}

@media (max-width: 800px) {
	.col3 { width:100% !important; }
}

@media (min-width: 801px) {
	.col3 { width:30% !important; }
	.column, .columns {
		margin-left: 0% !Important;
	}
}


.column {
	display: block;
	float: left !important;
	margin-right: 5%;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------- */

.soua-tabs li a:hover {
	color: #006 !important;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 800px) {
  .show-small-only { display: block; }
  .show-large-only { display: none; }
}

@media (min-width: 801px) {
  .show-small-only { display: none; } 
  .show-large-only { display: block; }
}

/* Additional
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.blink {
  -webkit-animation: blink 1.5s linear infinite;
  -moz-animation: blink 1.5s linear infinite;
  animation: blink 1.5s linear infinite;
    }

.blinkslow {
  -webkit-animation: blink 2.5s linear infinite;
  -moz-animation: blink 2.5s linear infinite;
  animation: blink 2.5s linear infinite;
    }

    @keyframes blink {
		0% {opacity: 1.0; text-shadow: 0 0 10px rgba(255,255,255,1);}
		33% {opacity: 0.05; text-shadow: 0 0 10px rgba(255,255,255,0);}
		100% {opacity: 1.0; text-shadow: 0 0 10px rgba(255,255,255,1);}
    }
    @-webkit-keyframes blink {
		0% {opacity: 1.0; text-shadow: 0 0 10px rgba(255,255,255,1);}
		33% {opacity: 0.05; text-shadow: 0 0 10px rgba(255,255,255,0);}
		100% {opacity: 1.0; text-shadow: 0 0 10px rgba(255,255,255,1);}
	}
	
/* MegaMenu
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
	
#mega-menu-wrap-top_menu, #mega-menu-wrap-top_menu #mega-menu-top_menu, #mega-menu-wrap-top_menu #mega-menu-top_menu /*ul.mega-sub-menu, #mega-menu-wrap-top_menu #mega-menu-top_menu li.mega-menu-item, #mega-menu-wrap-top_menu #mega-menu-top_menu a.mega-menu-link*/ {
	background: none !Important;
}

#mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-item > a.mega-menu-link {
	text-transform: uppercase;
}

#mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	color: #53bcff;
}

.mega-menu-item .fa-users {
	font-size: 20px !important;
}

/* NAG
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.nag-team-info .lsow-team-member-details {
	text-align: justify;
}

/* Extra List CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.nag-list-disc ul li {
	list-style-type: disc !important;
	list-style-position: outside !important;
	margin-left: 15px !important;
	padding-left: 2px !important;
}


/* Sidemenü
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.nag-sidemenu .widget-title {
	margin: 0 0 10px !important;
}


.nag-sidemenu ul li a{
	display: inline-flex !important;
	font-size: 1.0em !important;
	padding-bottom: 2px !important;
	padding-top: 0px !important;
	padding-left: 0px !important;
}

.nag-sidemenu ul li a::before {
	content: "\f138";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	margin-right: 5px;
}

/* Scroll to Top
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#scrolltotop {
	right: 0px;
	bottom: 0px;
	z-index: 111111111111;
	background-color: rgba(255,255,255,0.8) !important;
	width: 40px !important;
	height: 40px !important;
	background: url(https://the.nag.zone/wp-content/uploads/2017/01/up.png) no-repeat center center;
	position: fixed;
	font-size: 0;
	cursor: pointer;
	outline: 0;
}

.nag_show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s linear;
  backface-visibility: hidden;
}
.nag_hide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.nag_dis_show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s linear;
  display: inline-block;
}
.nag_dis_hide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
  display: none;
}

/* Widgets
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.birthdays-widget .birthday_name a::before {
	content: '\f1fd';
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

.birthdays-widget .birthday_name {
	font-size: 120%;
}

.birthdays-widget .birthday_age {
	font-style: unset !important;
	font-size: 60% !important;
	text-transform: none;
	display: block;
	margin-left: 30px;
}

.birthdays-widget .birthday_age::before {
	content: ' (wird heute';
}


.birthdays-widget .birthday_age::after {
	content: ' alt)';
}

.widget_birthdays_widget {
	margin-bottom: 20px !important;
}

/*
.widget_bp_core_friends_widget .item-meta .activity::before,
.widget_bp_featured_members_list_widget .item-meta .activity::before,
.widget_bp_groups_widget .item-meta .activity::before {
    content: 'aktiv ';
}
*/

.widget_recent_entries ul,
.widget_bp_groups_widget ul li {
	padding: 3px !important;
	background-color: rgba(228, 228, 228, 0.8) !important;
	border-radius: 3px;
}

.chat-widget .quick-chat-container {
	background: rgba(255,255,255,0.5) !important;
	padding: 6px !important;
	border-radius: 4px;
}

.blog-neu a {
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
}

.blog-neu ul li a::before {
    content: "\f138";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
}

.jp-relatedposts-headline {
	font-size: 120% !important;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif !important;
}

.jp-relatedposts-post-title {
	text-align: left !important;
}

.widget_bp_core_friends_widget .item-title,
.widget_bp_featured_members_list_widget .item-title,
.widget_bp_groups_widget .item-title {
    /* display:inline-block; */
	white-space: nowrap;
	/* width: 100%; */
	overflow: hidden;
	text-overflow: ellipsis;
}

.widget.buddypress div.item-options {
	font-size: 90%;
	margin: 0 0 1em;
	padding: 0 !important;
	color: #9c9c9c;
}

.widget_bp_core_recently_active_widget div.item-avatar img {
	height: 35px !important;
	margin: 1px;
	width: 35px !important;
}


@media (max-width: 800px) {
	.nag-tab-navi .iw-so-tab-title {
		margin-bottom: 4px !important;
		margin-right: 0px !important;
		width: 100% !important;
	}
}

@media (min-width: 801px) {
	.nag-tab-navi .iw-so-tab-title {
		margin-bottom: 6px !important;
		margin-right: 6px !important;
		width: 49% !important;
	}
}

#buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li a {
	background-color: #e3e4ef;
	margin: 0 5px 5px 0;
	border: 1px solid #c5c4da;
	border-radius: 3px;
}

#buddypress div.item-list-tabs ul li a:hover, #buddypress div.item-list-tabs ul li a:hover {
	background: #fff !important;
}

#buddypress div.item-list-tabs ul li.current a:hover, #buddypress div.item-list-tabs ul li.selected a:hover,
#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a {
	background-color: #23338F !important;
	color: #FFF !important;
	opacity: .9;
	font-weight: 400;
}

#buddypress #search-message-form {
	text-align: right;
}

#buddypress .activity-content .activity-meta {
	text-align: left !important;
}

#buddypress .comment-reply-link:hover, #buddypress .standard-form button:hover, #buddypress a.button:focus, #buddypress a.button:hover, #buddypress div.generic-button a:hover, #buddypress input[type="button"]:hover, #buddypress input[type="reset"]:hover, #buddypress input[type="submit"]:hover, #buddypress ul.button-nav li a:hover, #buddypress ul.button-nav li.current a {
	background: #006;
	border: 1px solid #c5c4da;
	color: #fff;
	outline: 0;
	text-decoration: none;
}

#buddypress .acfb-holder #send-to-input {
	width: 100% !important;
}

.ac_results {
	color: #006 !important;
}

#invite-anyone-group-list li {
	width: 45%;
	margin: 5px 10px 10px 0px !important;
	float: left;
	height: 35px !important;
	min-height: 35px !important;
	font-size: 12px !important;
	list-style: none !important;
}

/* BBPress
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#bbp_reply_content {
	color: #555;
}

#bbplp-preview-content {
	font-size: 16px;
}





#bbp-post-preview {
	background: white;
}

.bbp-post-preview-header {
	font-size: 120%;
	font-weight: 700;
}

@media (max-width: 800px) {
	#bbp-container {
		padding: 6px;
	}
}

@media (min-width: 801px) {
	#bbp-container {
		padding: 20px;
	}
}

#bbp-content {
	width: 100%;
	max-width: 1140px;
	margin: auto;
}

#bbp-content .entry-title {
	display: none;
}

.bbp-breadcrumb-home {
	display: none;
}

#bbp_search_submit {
	padding: 2px;
}

#bbpress-forums .bbp-author-name {
	font-size: 14px;
}

#bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies {
	font-size: 16px;
}

#bbpress-forums .bbp-forums-list li {
	font-size: 14px;
	display: block;
}

#bbpress-forums {
	background: #EDEDED;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 12px;
	padding: 8px;
}

#bbpress-forums ul.odd {
    background-color: #f8f1f1;
}

#bbpress-forums ul.even {
    background-color: #e7ecf6;
}

#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
	float: left;
	text-align: center;
	width: 145px;
}

#subscription-toggle {
	float: right;
}

.bbp-admin-links a:hover {
	color: #117 !important;
}

.bbp-admin-links a:link, .bbp-admin-links a:visited {
	color: #919195;
}

#bbpress-forums .status-closed, #bbpress-forums .status-closed a {
	color: #666;
}

.widget_display_topics .bbp-forum-title {
	font-size: 110%;
	font-weight: 700;
    display:inline-block;
	white-space: nowrap;
	width: 100%;                   
	overflow: hidden;
	text-overflow: ellipsis;
}

.widget_display_topics ul li {
	padding: 8px;
	background-color: rgba(228, 228, 228, 0.8);
	border-radius: 3px;
}

.widget_display_topics .avatar {
	vertical-align: middle;
}

#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
	float: none;
	margin-bottom: 1px;
	border: none !important;
	vertical-align: middle;
}

#sidebar .bbp-login-form label {
    width: auto !important;
	display: unset !important;
}

.sidebar-register .widget-title.heading::before {
    content: "\f071 ";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
}


#register-page #register-section,
#register-page #registration-groups-section,
#register-page #profile-details-section,
#register-page #basic-details-section {
    background: rgba(250,250,250,0.5);
    padding: 4px;
    border-radius: 4px;
}

@media (max-width: 800px) {
	#basic-details-section h2::after {
		content: 'Lege hier Deine Anmeldedaten fest. Beachte bitte die Hinweise weiter unten.';
		display: block;
		font-size: 14px;
		font-weight: 700;
		text-align: justify;
	}

}

@media (min-width: 801px) {
	#basic-details-section h2::after {
		content: 'Lege hier Deine Anmeldedaten fest. Beachte bitte die Hinweise in der rechten Spalte.';
		display: block;
		font-size: 14px;
		font-weight: 700;
		text-align: justify;
	}
}



#profile-details-section h2::after {
    content: 'Lege den Namen fest, der in Deinem Profil erscheint. Du kannst diesen später jederzeit ändern.';
    display: block;
    font-size: 14px;
    font-weight: 700;
	text-align: justify;
}

/* Login */
.bbp_widget_login .bbp-username label::before {
    content: 'E-Mail oder ';
}

.bbp-login-form label {
    width: 100% !important;
    display: unset !important;
}

#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content {
	margin-left: 145px;
	padding: 12px 12px 12px 0;
	text-align: left;
}

#bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content {
	font-size: 16px;
}

/* Suche
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.search_results .acomment-options,
.search_results .activity-meta,
.bboss_search_item_member .bp-featured-members-button,
.bboss_search_item_member .item-desc,
.bboss_search_form_wrapper {
	display: none !important;
}

.search_results .results-group-title {
	margin-top: 15px;
}

.search_results .page-numbers {
	display: inline-block !important;
}

/* Suche & Top Search || TopRadio */
/* ------------------------------------------------------------------------------------------------------------------ */

#topradio .widget_lsow-heading {
	margin: 0 !important;
}

#topradio-container,
#topsearch-container {
	text-align: center;
}

#topradio-container {
	color: #eee;
	padding-top: 10px;
}

#topradio-container h3 {
	color: #eee;	
}

#topsearch {
	background-color: rgba(180, 181, 200, 0.8);
	border-top: 1px solid #fff;
	-webkit-box-shadow: inset 0px -4px 5px 0px rgba(0,0,0,0.55), inset 0px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -4px 5px 0px rgba(0,0,0,0.55), inset 0px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px -4px 5px 0px rgba(0,0,0,0.55), inset 0px 5px 5px 0px rgba(0,0,0,0.75);
	z-index: -1;
}

#topradio {
	background-color: rgba(1, 17, 17, 0.9);
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: inset 0px -4px 5px 0px rgba(0,0,0,0.55), inset 0px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -4px 5px 0px rgba(0,0,0,0.55), inset 0px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px -4px 5px 0px rgba(0,0,0,0.55), inset 0px 5px 5px 0px rgba(0,0,0,0.75);
	z-index: -1;
}


#topsearch .topmenu-search.search_widget {
	padding: 10px 10px 0 10px;
}

.topradio_hide,
.topsearch_hide {
	height: 0px;
	opacity: 0;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
    -webkit-transition-delay: 0.5s; /* Safari */
    -moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.topsearch_show {
	height: 110px;
	opacity: 1;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.topradio_show {
	height: 500px;
	opacity: 1;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	overflow-x: auto;
}

@media (max-width: 800px) {

	.topradio_show {
		height: 550px;
	}	
}
	
@media (max-width: 1000px) {

	.topradio_show {
		font-size: 75%;
	}	
	
	.playnow-img {
		height: 40px;
	}
	
}
	
.topradioinfo_show,
.topsearchfield_show {
	visibility: visible;
	opacity: 1;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
    -webkit-transition-delay: 0.3s; /* Safari */
    -moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.topradioinfo_hide,
.topsearchfield_hide {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
	-moz-transition: visibility 0s 0.5s, opacity 0.5s linear;
	-o-transition: visibility 0s 0.5s, opacity 0.5s linear;
	-ms-transition: visibility 0s 0.5s, opacity 0.5s linear;
	transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.search .search-form #s,
#topsearch #s {
	width: calc(100% - 105px);
	height: 48px;
	border-radius: 4px;
	border: 2px solid #262626;
	font-size: 20px;
	font-weight: bold;
	background: #c0c0c0;
  -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
       -o-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
          transition: all 300ms ease;
}

.search .search-form #s:focus,
.search .search-form #s:active,
.search .search-form #s:active:focus,
#topsearch #s:focus,
#topsearch #s:active,
#topsearch #s:active:focus {
	width: calc(100% - 105px);
	height: 48px;
	border-radius: 4px;
	border: 2px solid #006;
	font-size: 20px;
	font-weight: bold;
	background: #f5f5f5;
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
  -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
       -o-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
          transition: all 300ms ease;
}

#s:-moz-placeholder {
	color: #6c6d6e;
}

#s:-ms-input-placeholder {
	color: #6c6d6e;
}

#s::-webkit-input-placeholder {
	color: #6c6d6e;
}

#s::-moz-placeholder {
	color: #6c6d6e;
}

.search .search-form #search-submit,
#topsearch #searchsubmit {
	height: 48px;
	font-size: 20px;
	border-radius: 4px;
	margin-left: 10px;
	padding: 9px 15px;
}

#topsearch #searchsubmit:hover {
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
}


#topsearch .search-menu {
	text-transform: uppercase;
	font-size: 14px;
	color: #006;
	font-weight: 700;
}

#topsearch .search-menu a {
	color: #006;
}

#topsearch .search-menu a:hover {
	color: #f00;
}

#main .search-form {
	text-align: center;
}

/* Chat & Stream
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#pgc-75-1-0, #pgc-75-1-1 {
	transition: all 700ms ease;
}

@media (max-width: 1024px) {
	.stream-chat-horizontal {
		/* float: none !important; */
		margin-bottom: 30px !important;
		/* width: auto !important; */
	}	
}

@media (min-width: 1025px) {
	.stream-chat-horizontal {
		/* float: left !important; */
		margin-bottom: unset !important;
		/* width: 50% !important; */
	}	
}	

.stream-chat-vertical {
	margin-bottom: 30px !important;
	/*float: none !important;
	width: auto !important; */
}

.stream-chat-vertical-row {
	flex-direction: column;
}

.stream-chat-container {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

#radio-chat-navi,
#stream-chat-navi {
	font-size: 26px !important;
	margin-right: 10px;
}

#radio-chat-navi a,
#stream-chat-navi a{
	margin-left: 10px !important;
}

.darkchat-title {
	color: #aaa !important;
}

.darkchat-links a {
	color: #9c9eb1 !important;
}

.darkchat-links a:hover {
	color: #fff !important;
}


/* Chat
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*
.chat-white {
	color: #eee !important;
}

.quick-chat-history-container .quick-chat-guest a::before {
	content: '\f21b';
	font-weight: normal;
	font-family: FontAwesome;
	font-style: normal;
	text-decoration: inherit;
	color: #9E9C9C;
	font-size: 18px;
	float: right;
}

.quick-chat-linkhome,
#members-dir-list .update,
.members.friends .update {
	display: none !important;
}


.quick-chat-smile {
	vertical-align: middle !important;
	margin: 0 3px 0 3px !important;
}

.widget_quick-chat-widget {
	background-color: rgba(255,255,255,0.3) !important;
	padding: 6px !important;
	overflow: hidden;
	border-radius: 4px;	
}


.quick-chat-container.quick-chat-container-private {
	margin-right: 20px !important;
	margin-bottom: 40px !important;
	border-radius: 8px 8px 0 0 !important;
	background-color: rgba(255,255,255,0.7) !important;
	z-index: 999999 !important;
}
	
.quick-chat-alias {
	width: 240px !important;
}

.quick-chat-history-timestring {
	font-size: 60% !important;
}

.quick-chat-history-timestring::after {
	content: ' Uhr';
}

span.quick-chat-counter {
    color: #b1b1b1 !important;
}

.quick-chat-history-message-alias-container {
    padding: 5px !important;
    border-radius: 4px !important;
}

.quick-chat-history-message-alias-container.quick-chat-notice {
    background-color: rgba(255, 0, 0, 0.23) !important;
}

.quick-chat-history-message-alias-container.quick-chat-admin {
    background-color: rgba(184, 177, 255, 0.23) !important;
}

.quick-chat-history-message-alias-container.quick-chat-loggedin { 
    background-color: rgba(255, 255, 255, 0.23) !important
}

.quick-chat-history-message-alias-container.quick-chat-guest {
    background-color: rgba(187, 187, 187, 0.23) !important;
}

.quick-chat-container .quick-chat-history-message {
    margin-left: 40px !important;
	font-size: 90%;
}

div.quick-chat-users-container div.quick-chat-admin, div.quick-chat-users-container div.quick-chat-admin a, div.quick-chat-admin div.quick-chat-history-alias, div.quick-chat-admin div.quick-chat-history-alias a,
.quick-chat-single-user.quick-chat-admin a,
.quick-chat-history-message-alias-container.quick-chat-admin .quick-chat-history-alias a{
	color: #1982D1 !important;	
}


div.quick-chat-users-container div.quick-chat-guest, div.quick-chat-users-container div.quick-chat-guest a, div.quick-chat-guest div.quick-chat-history-alias, div.quick-chat-guest div.quick-chat-history-alias a,
.quick-chat-single-user.quick-chat-guest a,
.quick-chat-history-message-alias-container.quick-chat-guest .quick-chat-history-alias a{
	color: red !important;	
}

.quick-chat-users-container.quick-chat-users-container-top {
    font-size: 80% !important;
}

.quick-chat-container-private-minimize-restore {
    visibility: hidden !important;
}
*/
/* FancyBox
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#fancybox-wrap {
	transition: all 0.2s, margin 0s, top 0s, left 0s, width 0s, height 0s !important;
}

#fancybox-content {
	border-radius: 8px !important;
}

#fancybox-frame, #fancybox-img {
	border-radius: 3px !important;
}

#fancybox-overlay {
	background-color: rgb(0, 4, 47) !important;
}

/* HTML5 AudioPlayer
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.fap-track-info .fap-cover-wrapper {
	margin-right: 8px !important;
}

.fap-volume-scrubber,
.fap-buffer-bar {
	background: rgb(217, 218, 231) none repeat scroll 0% 0% !important;
}

.fap-wrapper {
	font-family: 'Lato', sans-serif;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aaaaaa+0,eeeeee+25,eeeeee+75,c9c9c9+100 */
	background: rgb(170,170,170); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(170,170,170,1) 0%, rgba(238,238,238,1) 25%, rgba(238,238,238,1) 75%, rgba(201,201,201,1) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(170,170,170,1) 0%,rgba(238,238,238,1) 25%,rgba(238,238,238,1) 75%,rgba(201,201,201,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(170,170,170,1) 0%,rgba(238,238,238,1) 25%,rgba(238,238,238,1) 75%,rgba(201,201,201,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#c9c9c9',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
	padding-left: 6px;
	padding-right: 6px;
}

.fap-main {
	width: 1140px !important;
}


@media (max-width: 767px) {
	.fap-toggle {
		margin-left: 5px;
	}	
	.fap-wrapper .fap-toolbar>.fap-controls {
		width: calc(100% - 55px) !important;
		margin-left: 25px !important;
	}
	.fap-meta .fap-sub-title {
		display: none;
	}
	.fap-meta .fap-title {
		line-height: 30px !important;
		font-size: 24px !important;
	}
}

@media (min-width: 768px) {
	.fap-toggle {
		margin-left: 49%;
	}	
	.fap-meta .fap-title {
		line-height: 20px !important;
		font-size: 16px !important;
	}
}

.fap-toggle {

	font-family: FontAwesome;
	padding: 0px 4px 0 4px !important;
	width: 24px !important;
	bottom: -18px !important;
	height: 18px !important;
	border-radius: 0 0 4px 4px;
	font-size: 120% !important;
	line-height: 16px !important;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
}

.fap-meta .fap-title {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}

.fap-track-info > .fap-meta {
	position: relative;
	height: 100%;
	margin-right: 4px;
}

.fap-list .fap-title {
	line-height: 19px !important;
	font-size: 12px !important;
}

.fap-play-button {
	background-color: #006;
	color: #c9c9cf !important;
	font-family: FontAwesome;
	width: 50px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	float: right;
	margin: -20px 0 0 0;
	padding: 1px 0 3px 0;
	transition-duration: 350ms !important;
}

.fap-play-button:hover {
	background-color: #8a8a8a;
	color: #f00 !important;
	font-family: FontAwesome;
	width: 50px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	float: right;
	margin: -20px 0 0 0;
	padding: 1px 0 3px 0;
}

.fap-cover-wrapper {
	background: #fff url(../images/audio.png) no-repeat center center;
	border-radius: 6px;
}

.fap-interactive-image .fap-play-button, .fap-interactive-image .fap-play-button:hover {
	float: none !important;
	width: 50px !important;
	height: 50px !important;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
}

.fap-interactive-image > div > .fap-item-buttons {
	margin: 0;
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 182px;
}

.fap-grid-item.fap-interactive-image {
	padding: 4px !important;
	display: inline-block;
	margin-left: 10px !important;
}

/* Events Calendar
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

div.tribe-events-event-cost,
.tribe-bar-date-filter {
    display: none;
}

.tribe-bar-submit {
	float: right !important;
	width: 200px !important;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"] {
	background: #006 !important;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
	background: #9899ae !important;
	color: #006 !important;
}

.tribe-events-list-separator-month span {
	color: #006;
}

#tribe-events .tribe-events-button,
 #tribe_events_filters_wrapper input[type="submit"],
 .tribe-events-button,
 .tribe-events-button.tribe-inactive,
 .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
 .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background-color: #7a3d63 !important;
}

 #tribe-events .tribe-events-button:hover,
 .tribe-events-button.tribe-active:hover,
 .tribe-events-button:hover {
	background-color: #006 !important;
}

.tribe-events-event-meta .tribe-events-event-url a,
.tribe-events-event-meta .tribe-organizer-url a,
.tribe-events-event-meta .url a {
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
}

.tribe-events-event-categories a {
    display: inline-block;
}

.single-tribe_events .tribe-events-event-meta {
	background: rgba(255,255,255,0.6);
}

.tribe-events-list .tribe-events-event-image + div.tribe-events-content {
	width: 100% !important;
	text-align: justify;
}

.tribe-events-page-title {
	display: none;
}

.tribe-events-schedule .tribe-events-cost {
	font-size: 80% !important;
}

.tribe-events-schedule h2 {
	margin-bottom: 0;
	font-size: 150%;
}

.single-tribe_events .tribe-events-single-event-title {
	font-size: 32px !important;
	font-weight: 700 !important;
}

.tribe-events-calendar {
	background: rgba(244, 247, 255, 0.6) !important;
}

.tribe-event-time,
.tribe-events-cost,
.tribe-events-event-cost,
.tribe-events-list .tribe-events-loop .tribe-events-venue-details {
	display: none !important;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured {
	background: #006;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	padding: 0 24px 16px;
	padding: 0 1.5rem 1rem;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.75);
}

.tribe-events-list .tribe-events-loop .tribe-events-event-image img{
	border-radius: 6px 6px 0 0;
}

.tribe-event-date-start::after {
	content: 'h';
}

.tribe-events-list .tribe-events-loop .tribe-event-date-start {
	font-size: 20px;
	font-weight: 700;
}

.tribe-events-list .tribe-events-loop .tribe-events-list-event-title {
	font-weight: 700;
}

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
	max-width: 900px;
	margin: 0 auto;
}

/* Events Widget
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-events .tribe-event-date-start,
.footer-events .tribe-event-date-end,
.footer-events .tribe-event-time {
	font-family: 'Lato', sans-serif !important;
	font-size: 12px !important;
}

.sidebar-events .tribe-events-list-widget-events,
.footer-events .tribe-events-list-widget-events {
    padding: 0 !important;
	margin-bottom: 10px !important;
}

.tribe-event-title {
	font-weight: 700 !important;
	font-size: 110% !important;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: inline-block;
	white-space: nowrap;
}

.footer-events .tribe-events-widget-link a {
	font-size: 14px !important;
	font-weight: normal !important;
}

.footer-events a:hover {
	color: #fff !Important;
	text-decoration: none !Important;
   text-shadow:
     -1px -1px 0 #000066,  
      1px -1px 0 #000066,
      -1px 1px 0 #000066,
       1px 1px 0 #000066,
	2px 2px 1px rgba(0, 0, 0, 0.7);
}
	
.sidebar-events .tribe-list-widget,
.footer-events .tribe-list-widget {
	padding: 6px;
	background: rgba(255,255,255,0.3);
	border-radius: 4px;
	margin-bottom: 2px;
}

.footer-events .tribe-list-widget:hover {
	background: rgba(0,0,0,0.3);
}

#subfooter #tribe-events-list-widget-2 {
	margin: 0 0 8px;
}


/* MegaMenu Nemus Slider
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* keine Inhaltsbeschreibung anzeigen */
.mega-sub-menu .caption.caption.cc.anim-right {
	display: none;
}

.mega-sub-menu .nemus-slider{
	margin-bottom: -10px;
}

/* Beiträge
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.post-author::before {
	content: "\f007";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	margin-right: 5px;
}

.post-category::before {
	content: "\f0ca";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	margin-right: 5px;
}


/* Homepage
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-bloggrid .iw-so-article-title {
	margin-bottom: 0 !important;
}

.home-bloggrid .iw-so-article-button,
.home-bloggrid .iw-so-article-excerpt,
.home-bloggrid .iw-so-article-byline-below,
.home-bloggrid .iw-so-article-title {
	background: rgba(255,255,255,0.5);
	padding: 3px 6px 0 6px;
}

.home-bloggrid .iw-so-article-byline-below {
	margin: 0 !important;
	font-size: 70% !important;
	padding: 0 6px !important;
	color: #8c8a8a !important;
}

.home-bloggrid .iw-so-article-byline-below a {
	color: #8c8a8a !important;
}

.home-bloggrid .iw-so-article-byline-below a:hover {
	color: #006 !important;
	text-decoration: underline;
}

.home-bloggrid .iw-so-article-excerpt {
	margin: 0;
	padding-bottom: 10px;
	border-radius: 0 0 0 4px;
	font-size: 95% !important;
	text-align: justify !important;
}

.home-bloggrid .iw-so-article-title a:hover {
	color: #F00 !important;
}

.home-bloggrid .iw-so-article-button {
	padding-bottom: 5px;
	border-radius: 0 0 4px 4px;
	max-width: 110px;
	float: right;
}

.home-bloggrid .iw-so-article-content {
	padding: 45px 45px 65px 45px !important;
}

.home-bloggrid .iw-blg-thumb-ol {
	background: rgba(208, 208, 227, 0.8) !important;
    -webkit-transition: background 300ms linear;
    -ms-transition: background 300ms linear;
    transition: background 300ms linear;
}

.home-bloggrid .iw-blg-thumb-ol:hover {
    background: rgba(230, 205, 205, 0.5) !important;
    -webkit-transition: background 300ms linear;
    -ms-transition: background 300ms linear;
    transition: background 300ms linear;
}

.home-bloggrid .iw-so-article-title {
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	/* width: 100%; */
	overflow: hidden;
    font-weight: 700 !important;
	border-radius: 0 4px 0 0;
}

.home-bloggrid .iw-so-article-byline-above {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 80%;
}

.home-bloggrid .iw-so-article-byline-above {
	width: unset;
	max-width: 275px;
	margin: 0 !important;
	border-radius: 4px 4px 0 0;
	padding: 2px 6px;
	background: rgba(255,255,255,0.5);
	font-size: 80% !important;
}

.lsow-title::after {
	width: 100% !important;
}

.lsow-heading {
	margin-bottom: 0px !important;
}

.home-livetwitch .widget_lsow-heading,
.home-livehitbox .widget_lsow-heading,
.nag-home .widget_lsow-heading {
	margin: 0 !important;
}

.home-page #pg-26-1,
.home-page #pg-26-6,
.home-page #pg-26-2 {
   margin-bottom: 0px !important;
}

.nag-home #pg-26-3 {
   margin-top: 30px !important;
}

.nag-home .widget_ink-blog {
	margin: 0px !important;
}

.home-livehitbox .widget_sow-editor {
	margin-bottom: 8px !important;
}

@media (max-width: 800px) {
	.home-stream-title {
		margin-bottom: 16px;
		font-size: 100%;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0px;
	}
	.home-bloggrid .iw-so-article-title {
		border-radius: 0 !important;
	}
}

@media (min-width: 801px) {
	.home-stream-title {
		margin-bottom: 16px;
		font-size: 120%;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 4px;
	}
}


@media (max-width: 450px) {
	.home-page .so-widget-sow-editor {
		font-size: 80% !important;
	}

	.home-page .textwidget p {
		/* font-size: 50%; */
		font-size: 100% !important;
	}
}


/* Partner RSS
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.partner-rss-inc li {
	background: rgba(255,255,255,0.5);
	padding: 5px !important;
	border-radius: 4px;
}

.partner-rss-inc li:hover {
	background: rgba(212, 212, 249, 0.5);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}

.partner-rss-inc li a {
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
}



/* Blog-Navigation
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.blog-nav-back {
	float: left;
	
}

.blog-nav-next {
	float: right;
	
}

.blog-nav-back,
.blog-nav-next {
	background: rgba(200, 200, 219, 0.5);
	padding: 6px;
	border-radius: 3px;
	width: 45%;
	border: #bfbfe4 solid 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
  -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
}

.blog-nav-back:hover, .blog-nav-next:hover {
    background: #006;
	border: #006 solid 2px;
  -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
}


a .blog-nav-back, a .blog-nav-next {
	color: #535389 !important;
}

a .blog-nav-back:hover, a .blog-nav-next:hover {
	color: white !important;
}

.post {
	margin: 0 0 30px !important;
	background: #fff;
}

.post .post-title {
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: 700;
	color: #006;
}

.post .post-comments {
    float: right;
    border: 2px solid #B1B1CB !important;
    border-radius: 4px !important;
    padding: 15px 20px !important;
}

.post .post-image {
	margin: 0;
	border: 2px solid #bfbfe4 !important;
	border-bottom: none !important;
	border-radius: 4px 4px 0 0;
}

.post .post-image img {
	border-radius: 4px 4px 0 0;
}

.post .post-body {
	padding: 20px;
	border: 2px solid #BFBFE4 !important;
	border-top: none !important;
	border-radius: 0 0 4px 4px;
}

.prvnext_thumb {
	height: 60px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	margin-bottom: 3px;
	border-radius: 2px 2px 0 0;
	background-color: #B1B1CB;
}

.post {
	margin: 0 0 30px !important;
	background: #fff;
	border-radius: 4px;
}

.post .post-content {
    padding: 0;
    margin: 0 0 20px 0;
    text-align: justify;
}

.comment .comment-body {
	margin: 0 0 20px 55px !important;
	background: rgba(80,80,100,0.05);
	padding: 20px 20px 20px;
}

.comments {
	clear: both;
	padding-top: 12px;
}


/* Stream-Tip
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#tip-icon {
	float: left;
	font-size: 300%;
	display: inline-block;
}

#tip-text {
	float: left;
	display: inline-block;
	width: 70%;
	margin-left: 8px;
	font-size: 80%;
	font-weight: 700;
	text-align: justify;
}

#footer-tip a:hover {
	text-shadow: -1px -1px 0 #000066, 1px -1px 0 #000066, -1px 1px 0 #000066, 1px 1px 0 #000066, 2px 2px 1px rgba(0, 0, 0, 0.7);
}

#tip-icon .fa.fa-cc-paypal {
	vertical-align: top !important;
}


/* Podcast
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.powerpress_links.powerpress_subscribe_links {
	text-align: left;
	line-height: 32px;
}


a.powerpress_link_d,
a.powerpress_link_e,
a.powerpress_link_subscribe.powerpress_link_subscribe_itunes,
a.powerpress_link_subscribe.powerpress_link_subscribe_android,
a.powerpress_link_subscribe.powerpress_link_subscribe_rss,
a.powerpress_link_subscribe.powerpress_link_subscribe_more {
	background: #eeeff6;
	padding: 2px 7px;
	border-radius: 4px;
	margin-left: 6px;
	border: 1px solid #D3D4E1;
}

a.powerpress_link_d:hover,
a.powerpress_link_e:hover,
a.powerpress_link_subscribe.powerpress_link_subscribe_itunes:hover,
a.powerpress_link_subscribe.powerpress_link_subscribe_android:hover,
a.powerpress_link_subscribe.powerpress_link_subscribe_rss:hover,
a.powerpress_link_subscribe.powerpress_link_subscribe_more:hover {
	background: #006;
	color: #fff;
	border: 1px solid #006;
}

.powerpress_link_d::before,
.powerpress_link_e::before,
.powerpress_link_subscribe.powerpress_link_subscribe_itunes::before,
.powerpress_link_subscribe.powerpress_link_subscribe_android::before,
.powerpress_link_subscribe.powerpress_link_subscribe_rss::before,
.powerpress_link_subscribe.powerpress_link_subscribe_more::before {
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
}

.powerpress_link_d::before {
	content: '\f019';
}

.powerpress_link_e::before {
	content: '\f1e0';
}

.powerpress_link_subscribe.powerpress_link_subscribe_itunes::before {
	content: '\f179';
}

.powerpress_link_subscribe.powerpress_link_subscribe_android::before {
	content: '\f17b';
}

.powerpress_link_subscribe.powerpress_link_subscribe_rss::before {
	content: '\f09e';
}

.powerpress_link_subscribe.powerpress_link_subscribe_more::before {
	content: '\f152';
}

.podcast_subscribe {
	text-align: center;
	line-height: 34px;
}

.podcast_subscribe a {
	padding: 4px 6px;
	background: #eee;
	border-radius: 3px;
	margin-right: 5px;
	border: 1px solid #bec4de;
}

.podcast_subscribe a:hover {
	color: #fff;
	background: #006;
	border: 1px solid #006;
}


/* Ankündigung
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#sitewide-notice #message {
	left: 2%;
	position: fixed;
	top: 3em !important;
	width: 96%;
	z-index: 9999;
}

#sitewide-notice #close-notice {
	display: block;
}

/* BannerCode
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.bannercode {
	background: rgba(255,255,255,0.5);
	padding: 8px;
	border-radius: 6px;
}

.bannercode code {
	color: #1e4477;
	font-size: 70%;
}

/* Mitschnitte
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.mitschnitt-archiv .content {
	width: 100% !important;
	color: #575757 !important;
}

.mitschnitt-archiv .meta {
	display: none;
}

.mitschnitt-archiv .main {
	padding-top: 0 !important;
}

.mitschnitt-archiv .blog_two_style {
	border: 0px !important;
}

.mitschnitt-archiv h4 a {
	color: #535666 !important;
}

.mitschnitte-grid .lsow-project-image {
	border-radius: 6px;
}

.mitschnitte-grid .lsow-filter-item {
	font-style: normal !important;
	background: rgba(255,255,255,0.5);
	border-radius: 3px;
	margin-bottom: 10px !important;
}

.mitschnitte-grid .lsow-active {
	border-bottom: 2px solid #062375 !important;
	background: rgba(255,255,255,0.75);
}

.mitschnitte-grid .lsow-active a {
	color: #fff !important;
	background: rgba(8, 14, 89, 0.5);
	border-radius: 3px 3px 0 0;
}

.mitschnitte-grid .lsow-filter-item a {
	font-size: 90% !important;
	padding: 4px 15px 4px !important;
	color: #a2a3b4;
	font-family: 'Titillium Web', sans-serif;
}

.mitschnitte-grid .lsow-active a:hover {
	color: #006;
}	
	
.mitschnitte-grid .lsow-filter-item a:hover {
	background: rgba(0, 4, 81, 0.9);
	border-radius: 3px;
}

.mitschnitte-grid .lsow-active.lsow-filter-item a:hover {
	border-radius: 3px 3px 0 0 !important;
}

/* Radio THE STATION
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.playnow-img {
	filter: grayscale(100%);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	margin: 0 16px;
}

.playnow-img:hover {
	filter: grayscale(0);
}

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

.radio-streamicons {
	text-align: center;
	min-height: 100px;
}

.radio-plan img {
	border: 3px solid #000;
}

.radiobuttontop {
	-webkit-filter: invert(0);
	filter: invert(0);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	transition: all 800ms ease;
}

.radiobuttontop:hover {
	-webkit-filter: invert(1);
	filter: invert(1) ;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	transition: all 800ms ease;
}

#topradio a {
	color: #8dff00;
}

#topradio a:hover {
	color: #B773FF;
}



/* BP Better Messages
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#buddypress #user-bp_better_messages_tab::before {
	font-family: FontAwesome;
	padding-right: 0.5em;
	font-weight: 400;
	content: '\f0e0';
}

.bp-messages-wrap .chat-header {
	height: 44px;
	background: #e3e4ef;
	border-bottom: 1px solid #f1f1f1;
	line-height: 42px;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}

.messages-stack .content {
	width: 100% !important;
}

.bp-messages-wrap .pic {
	vertical-align: top;
}

.bp-messages-wrap .list .messages-stack .content .messages-list li {
	position: relative;
	padding: 3px 50px 3px 0;
	margin: 0;
	vertical-align: middle;
	padding-left: 11px;
	font-size: 100%;
	line-height: 18px;
	border-radius: 3px;
	list-style: none;
}

.bp-messages-wrap .chat-header > a {
	display: inline-block;
	color: #364597 !important;
}

.bp-messages-wrap .reply .send button[type="submit"] {
	background: none !important;
	border: 0 !important;
	font-size: 20px;
	line-height: 52px;
	display: inline-block;
	color: #364597;
	margin: 0px 0;
	padding: 0 !important;
	max-width: 50px;
	width: 100%;
	outline: 0 !Important;
}

.bp-messages-wrap .list {
	display: table;
	width: 100%;
	margin: 0 !important;
	padding: 35px 0 10px;
	table-layout: fixed;
	background: rgba(255,255,255,0.5);
}

.bp-messages-wrap .threads-list {
	display: table;
	width: 100%;
	background: rgba(255,255,255,0.3);
}

.bp-messages-wrap {
	/* border: 1px solid #fafbfc; */
	padding: 0;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 #d7d8db;
	overflow: hidden;
	position: relative;
	border: 1px solid #c5c4da;
}

.bp-messages-wrap .threads-list .thread > * {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #c5c4da;
}


/*
Mitschnitte Kategorie-Übersicht
*/

.menu-portfolio .menu-item {
	display: inline-block;
	padding: 3px 5px !important;
	text-transform: uppercase;
	margin: 10px 5px !important;
	border: 1px solid #ababc2;
	border-radius: 6px;
}

.portfolio-item {
	text-align: center;
	font-size: 10px !important;
	border-radius: 10px;
	margin-bottom: 10px;
}

body .primary-color-bg {
	background-color: #006 !important;
}

.portfolio {
	background: none !important;
}

/* Friend of the Moment
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#friend-of-the-moment img {
	border-radius: 3px;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	transition: all 800ms ease;
}

#friend-of-the-moment img:hover {
	-webkit-filter: brightness(1.5);
	filter: brightness(1.5);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	transition: all 800ms ease;
}

/* Footer Partner MiniBanner
---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer_partner_banner img {
	margin: 5px;
	border-radius: 3px;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	transition: all 800ms ease;
}

.footer_partner_banner img:hover {
	-webkit-filter: brightness(1.5);
	filter: brightness(1.5);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	transition: all 800ms ease;
}

.footer_partner_banner {
	text-align: center;
	padding-bottom: 30px;
}











