/*
Theme Name: The MagMan
Theme URI: http://themeforest.net/item/magman-responsive-newsblog-wp-theme/2971234
Author: kotofey
Author URI: http://www.themeforest.net/user/kotofey
Description: The MagMan is a Premium Magazine Wordpress Theme
Version: 1.0.4
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, translation-ready
*/

/* You can put your own styles here */

blockquote {
	font: 14px/1.4em Helvetica,Arial,sans-serif !important;
	font-style: italic !important;
}

.widget img {
    height: auto;
    width: 100%;
}


.clear {
	clear: both;
}

.error-field {
	margin: 10px; 
	display: block
}

.content-area a {
color: #E41B2C !important;
}

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

a.button_a {
color: #fff !important;
}

 .content-area a:hover {
	text-decoration: underline !important;
}


.navigation {
    display: block;
    float: left;
    width: 100%;
}

.navigation .page-numbers{
	border: 1px solid #e1e1e1;
	padding: 5px 10px;
	font-size: 14px;
}

/* Widgets allgemein */
.widget{
}

.wg-bg {
	background: #E41B2C !important;
}

.tab_widget .tabs .ui-tabs-active {
	background-color: #E41B2C !important;
}

.tab_widget .tabs .ui-tabs-active  a{
	color: #fff !important;
}

.widget img {
	max-width: 100% !important;
	max-height: 400px !important; 
}

.widget a:hover {
	color: #EA4F5C !important;
}

.upcoming_games, .table_multi, .letzte_spiele, .table, .tabelle, .upcoming_games_team, .upcoming_games_multi, .upcoming_games_vereine_teams {
	border: none !important;
}

/* Navigation */
/* Das Vereine Menü */
.menu-item-109 .sub-menu, .menu-item-109 .sub-menu li  {
}

/* Sidebars unter dem Content Bereich */

#sidebar-below-content  #inner-right {
	width: 48%;
}

#sidebar-below-content  #inner-left {
	width: 48%;
}


/* Für alle Widgets: Ladebox */
.loading_box {
	width: 100%;
	height: 20px;
	padding: 5px;
}



/* Tabellen Allgemein */
.textwidget table {
	
	border-spacing: 0;
}

.textwidget table thead {
	border-right: 1px solid #e2e2e2;
}

.textwidget table {
	border: 1px solid #E1E1E1;
}

.textwidget table th {
	font-size: 14px;
}

.textwidget table td {
	padding: 6px 8px;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}

.textwidget table td:last-child {
	border-right: none;
}

.textwidget table tr:nth-child(odd) {
	background: #fcfcfc;
}
.textwidget table tr:nth-child(even) {
	background: #f9f9f9;
}

.textwidget table th, .tab_widget table th {
	/*border-bottom: 1px solid #858585 !important;*/
    background: #F1F1F1;
	background-image: -webkit-gradient(linear,left bottom,left top,from(#e0e0e0),to(#F9F9F9));
	background-image: -webkit-linear-gradient(bottom,#e0e0e0,#F9F9F9);
	background-image: -moz-linear-gradient(bottom,#e0e0e0,#F9F9F9);
	background-image: -o-linear-gradient(bottom,#e0e0e0,#F9F9F9);
	background-image: linear-gradient(to top,#e0e0e0,#F9F9F9);
	font-weight: normal;
}

.textwidget table th a, .tab_widget table th a {
	color: #333 !important;
}




/*
	Tabelle NLA
*/
.tabelle .textwidget {
	padding: 0 !important;
}

.tabelle table {
	width: 100%;
	text-align: center;
}

.tabelle table .second {
	text-align: left;
}

.tabelle table th {
	padding: 8px 8px;
	font-weight: normal;
	color: #333;
	border-bottom: 1px solid #f33
}

.second_rankings th {
	border-top: 1px solid #f33;
}


table tbody tr:hover {
	color: #EA4F5C;
	cursor: default;
}


/* Tabelle Multi Widget */
.table_multi .table_heading {
	padding: 10px;
	background: rgb(131, 131, 131);
	font-weight: bold;
	border-right: #fff 1px solid;
	color: #fff;
	font-size: 14px;
}

.table_multi .textwidget {
	padding: 0 !important;
}

/*
	Die 10 Letzten Spiele der NLA
*/
.letzte_spiele .textwidget {
	padding: 0 !important;
}

.letzte_spiele table {
	width: 100%;
	margin-bottom: 10px;
}

.letzte_spiele table tbody tr:hover {
	color: #EA4F5C;
	cursor: default;
}

.letzte_spiele table:last-child {
	margin-bottom: none;
}


.letzte_spiele table th {
	text-align: left;
	padding: 6px 12px;
	margin: 0 0 5px 0;
	font-weight: normal;
	border-bottom: 1px solid #f33
}


.letzte_spiele table th:last-child {
	width: 30%;
	text-align: center;
}

.letzte_spiele table th img {
	position: relative;
	top: 3px;
	left: 8px;
	cursor: pointer;
}

.letzte_spiele  table td {
	padding: 6px 12px;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}

.letzte_spiele table td:last-child {

	text-align: center;
	border-right: none;
}

.letzte_spiele table tr:last-child td {
	border-bottom: none;
}

.easyscore {
	display: inline-block;
	background: url(i/info.gif) right top no-repeat;
	text-align: left;
	width: 100%;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

.easyscore:hover {
	background: url(i/info_red.gif) right top no-repeat;
}

/*
	Kommende Spiele
*/
.kommende_spiele .textwidget {
	padding: 0 !important;
}

.kommende_spiele table {
	margin-bottom: 10px;
}

.kommende_spiele table th {
	text-align: left;
	padding: 6px 8px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #f33
	position: relative;
	font-size: 14px;
}

.kommende_spiele table tbody tr:hover {
	color: #EA4F5C;
	cursor: default;
}

.kommende_spiele table th:last-child {
	width: 35%;
}

.kommende_spiele table th img {
	position: relative;
	top: 3px;
	left: 4px;
	cursor: pointer;
}

.kommende_spiele  table td {
	padding: 6px 12px;
}

.kommende_spiele .add_to_calendar {
	width: 16px;
	height: 16px;
	background: url(i/calendar.gif) 0 0 no-repeat;
	display: inline-block;
	height: 16px;
	position: absolute;
	right: 6px;
	top: 5px;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

.kommende_spiele .add_to_calendar:hover {
	background: url(i/calendar_red.gif) 0 0 no-repeat;
}

.kommende_spiele  table td.ort {
	padding-left: 32px;
	background: url(i/map.png) 9px 5px no-repeat;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;	
}

.kommende_spiele  table td.ort:hover {
background: url(i/map_red.png) 9px 5px no-repeat;
}


.kommende_spiele table td.melt {
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #E1E1E1;
}

.kommende_spiele table td.melt a {
	color: #fff !important;
	background: #999;
	padding: 3px 10px;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	padding: 3px 15px;
	line-height: 13px;
}

.kommende_spiele table td.melt a:hover {
	background: #f33;
}

.upcoming_games_team .textwidget, .upcoming_games .textwidget   {
	padding: 0 !important;
}

/*Kommende Spiele Vereinsseite */
.upcoming_games_heading {
	padding: 10px;
	background: rgb(131, 131, 131);
	font-weight: bold;
	border-right: #fff 1px solid;
	color: #fff;
	font-size: 14px;
}
.upcoming_games_vereine_teams  .textwidget {
	padding: 0 !important;
}

/* Custom Tab Widget */
/* TABS -------------- */
.statistiken .tab_wrap {
float: left;
width: 100%;
}

.statistiken .tabs .tab {
	width: 100%;
	padding: 0 ! important;
	border: none !important;

}

.statistiken .tabs ul.nav li {
float: left;
width: 50% !important;
}

.statistiken table {
	width: 100%;
	border-collapse:collapse;
	border: 1px solid #E1E1E1;
	margin-bottom: 10px;
}

.statistiken table th {
	text-align: left;
	padding: 8px 12px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #F33;	  
	position: relative;
}
.statistiken table tr:nth-child(odd) {
	background: #fff;
}
.statistiken table tr:nth-child(even) {
	background: #F2F2F2;
}
.statistiken  table td {
	padding: 6px 12px;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}

.statistiken table td:last-child {
	border-right: none;
	width: 80px;
	text-align: center;
}

.boxscore_wrapper {
	margin-bottom: 15px;
}

.boxscore_wrapper a {
	color: red !important;
}

.boxscore_wrapper .boxscore_info img {
	position: relative;
	top: 3px;
	margin-right: 6px;
}

.boxscore_heading {
	display: block;
}

.boxscore_table {
	margin: 20px 0
}

.boxscore_table th {
	border-top: 1px solid #E1E1E1;
	padding: 3px 10px 3px 10px;
	font-weight: normal;
background: #F1F1F1;
background-image: -webkit-gradient(linear,left bottom,left top,from(#e0e0e0),to(#F9F9F9));
background-image: -webkit-linear-gradient(bottom,#e0e0e0,#F9F9F9);
background-image: -moz-linear-gradient(bottom,#e0e0e0,#F9F9F9);
background-image: -o-linear-gradient(bottom,#e0e0e0,#F9F9F9);
background-image: linear-gradient(to top,#e0e0e0,#F9F9F9);
}

.boxscore_table th:first-child, .boxscore_table th:last-child {
	border-top: none;
	background: none;
	background-image: none;
}

.boxscore_table th:first-child {
	border-right: 1px solid #E1E1E1;
}

.boxscore_table th:last-child {
	border-left: 1px solid #E1E1E1;
}

.boxscore_table td:first-child {
	text-align: left;
}

.boxscore_table td {
	text-align: center;
	border: 1px solid #E1E1E1;
	vertical-align: middle;
	padding: 3px 10px 3px 10px;
}

.boxscore_table tbody tr:nth-child(odd) {
	background: #fcfcfc;
}
.boxscore_table tbody tr:nth-child(even) {
	background: #f9f9f9;
}

.boxscore_table td img{
	position: relative;
	top: 3px;
}

.boxscore_table .fat {
	font-weight: bolder;
	background-color: rgb(255, 137, 137);
}


.team_widget td {
	border: 1px solid #E1E1E1;
	padding: 8px;
}

.team_widget tr:hover {
	color: #000;
}

.team_widget ul {
	padding: 5px 0 10px 3px !important;
}

.team_widget ul li {
	padding: 5px 0 !important;
	word-wrap:break-word;
}

/* Vereins News Widget */


.vereine_news .news_wrap li {
	padding: 14px 0 7px!important;
	width: 100%;
	float: left;
}

.vereine_news .news_wrap li .news-img{
	float:left;
	overflow: hidden;
	margin:0 10px 0 0 ;
}

.vereine_news .news_wrap li .details{
	float:left;
	width: 61%;
}

.vereine_news .news_wrap li .details h5, .news_wrap li .details .date{
	float:left;
	font-size: 12px;
	margin-bottom: 5px;
	text-transform: none;
	font-weight: 700;
	font-family: Arial;
	line-height: 1.5em;
}

.news_wrap li .details .date, .homepage  .date {
	font-style: italic;
	font-weight: 400;
	font-size: 11px;
	margin-bottom: 10px;
}

.news_wrap li .details .comm {
	font-weight: 400;
	font-size: 12px;
}

.vereine_news .news_wrap li .details h5 a{
	cursor:pointer;
}






/* Social Media Buttons links auf der Single Post Seite */
.SMVote > a {
	display: block;
	float: right;
	margin-bottom: 10px;
}

#SMBadges .SMVote {
	margin: 7px !important;
}



.pp_content_container iframe  {
	padding-left: 5px;
}


/* Andere Widgets */
.tribe-events-mini-has-event {
	color: e41b2c !important;
}


/* Custom Anpassungen */

.single-title-wrapper h1 {     text-transform: none !important; }

.blog-title h2 {
	text-transform: none !important;
}

.attachments h3 {
	margin-bottom: 10px;
}
.attachments h5 {
	margin-bottom: 3px;
	font-size: 12px;
	margin-bottom: 5px;
	text-transform: none;
	font-weight: 700;
	font-family: Arial;
	line-height: 1.5em;
}

.attachments a {
	float: left;
}

.attachments ul li {
	list-style: none !important;
}

.attachments img {
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s;
	transition: all 0.2s linear;
	background: #f3f3f3;
	padding: 3px;
	border: 1px solid #E1E1E1;
	max-width: 100%;
	height: auto;
	margin-right: 10px;
}

.attachments a:hover img{
	background-color: #e41b2c;
}


/* Kalender Widget */
.tribe-has-event .tribe-events-event {
	background: #e41b2c !important;
}

.tribe-has-event:hover .tribe-events-event {
	background: #e41b2c !important;
}

.tribe-has-event .tribe-events-event > a {
	background: none !important;
	color: #fff !important;
}


/* Newsletter Widget */
.widget_wysija p{
	margin-bottom: 0;
}
.wysija-input {
	border: 1px solid #E1E1E1;
	padding: 8px 7px;
	width: 85%;
	color: #999;
	margin: 10px auto 0 auto;
	display: block;
}

.wysija-submit {
	background-color: #e41b2c;
	color: #fff;
	padding: 6px 11px;
	border: none;
	margin: 10px auto !important;
}

.formError .formErrorContent{
	left: -100%;
}


/* Kalender Widget */

.vcalendar {
	padding: 15px !important; 
}

.tribe-events-widget-link {
	padding-left: 15px
}


/* Language Switcher */

.menu-item-language {
	float: left !important;
	margin-left: 15px;
}

/* Anpassung Events in Sidebar*/

ol.vcalendar h4 {
	/*text-transform: uppercase;*/
	font-size:11pt;
}

ol.vcalendar li {
	/*text-transform: uppercase;*/
	border-bottom: solid 1px #dedede;
	padding-bottom: 13px;
}

ol.vcalendar  .location {
	margin-top: 4px;
}

p.tribe-events-widget-link  a {
	font-size:8.5pt !important;
}

/* CF 7 */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	border: 1px solid #ccc;
	padding: 8px 7px;
	width: 70%;
	color: #999;
	margin: 0;
}

/* CF 7 */
.wpcf7 input[type="submit"] {
	background: #e41b2c;
	padding: 10px 28px;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
}


.socialCounterBox{
	border-top: 1px solid #eee;
}

.socialCounterBox:nth-child(1),
.socialCounterBox:nth-child(2),
.socialCounterBox:nth-child(3){
	border-top: 0;
}

