/*
Theme Name:     Newspaper 7 Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper                             
Version:        7.7c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
/* Bugfix für Die Google-Ads, um die Verschiebung des Margins zu verhindern */
body {
	max-width: 100% !important;
}

body.td-adclick-background-link {
	cursor: pointer;
}

body.td-adclick-background-link #td-outer-wrap {
	cursor: auto;
}

/* Hovereffekt von Breaking News deaktivieren */
div.td-trending-now-wrapper:hover div.td-trending-now-title {
	background-color: #eeee22;
}

/* Bugfix für den Hintergrund des Slide-Menüs im Responsive-Modus */
.td-menu-background {
	top: 0;
}

.td-post-sharing-bottom .td-social-google {
    width: 23%;
}

/* Wiederimplementation der Werbesidebar - Code in footer.php (Child) */
#mimikama-sidebar {
	text-align: center;
}
	
@media screen and (min-width: 1164px) {
	#mimikama-sidebar {
	margin: auto;
	}
}

/* Neue Tabellenform responsive*/
.mk_table {
	display: inline-table;
	margin: auto;
	max-width: 696px;
	font-size: 13px;
	border: 1px solid #b8bfcb;
}

.mk_table .theader {
	display: table-row;
	background-color: #b8bfcb;
	vertical-align: middle;
	padding: 5px 0;
}

.mk_table div.theader:first-child{
	margin-left: 5px;
}

.mk_table div.theader:last-child{
	margin-left: 5px;
}

.mk_table .row:not(.theader) {
	border-bottom: 1px solid #b8bfcb;
	padding: 5px;
}

.mk_table .row:last-child {
	border-bottom: none;
}

.mk_table .row:hover:not(.theader) {
	background-color: #8894A9 !important;
}

.mk_table .row:nth-child(even) {
	background-color: #eee;
}

.mk_table .row div {
	display: inline-block;
	width: 80px;
	text-align: center;
}

.mk_table .row div:first-child {
	width: 446px;
	text-align: left;
	padding-left: 5px;
}

.mk_table .row div:last-child {
	width: 145px;
	text-align: right;
	margin-right: 5px;
}


@media screen and (max-width: 1140px) {
	.mk_table {
		display: block;
		width: 100%;
		margin: 0;
	}
	
	.mk_table div.theader:first-child {
		margin-left: 0;
	}
	
	
	.mk_table div.theader:last-child{
		margin-left: 0px;
	}
	
	.mk_table .row.theader {
		display: block;
		width: 100%;
	}

	.mk_table .row div {
		display: inline-block;
		text-align: center;
		width: 48%;	
		padding: 5px 0;			
	}

	.mk_table .row div:first-child {
		display: block;
		text-align: center;
		width: 100%;
		font-weight: bold;
		padding-bottom: 5px;
	}

	.mk_table .row div:last-child {
		text-align: center;
		width: 48%;
	}
}

.mimikama-headmost-bar .mk_scale {
	max-width: 1164px;
	margin: auto;
}


@media screen and (min-width: 700px) {
	.mimikama-headmost-bar .mobile {
		display: block;
	}

	.mimikama-headmost-bar .nomobile {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	.mimikama-headmost-bar .mobile {
		display: none;
	}

	.mimikama-headmost-bar .nomobile {
		display: block;
	}
}