mark, ins, .highlight, pre::before, .pagination a, .pagination span, .label-sticky, .nav-search-form .form-search, .button, button, input[type="button"], input[type="reset"], input[type="submit"], .menu-group-nav a, .site-content div.sharedaddy .sd-content ul li a.sd-button:not(.no-text), .post-navigation .nav-previous, .post-navigation .nav-next, .bypostauthor > .comment-body .comment-author::before, .comment-navigation a, .widget_calendar tbody a, .widget .tagcloud a:hover, body #infinite-handle span {
    background-color: #23232366;
}

mark, ins, .highlight {
    -webkit-box-shadow: .38em 0 0 #232323, -.38em 0 0 #232323;
    box-shadow: .38em 0 0 #23232366, -.38em 0 0 #23232366;
}
td, th {
    padding: 0;
  
}

table {

    font-size: 11px;
}

/*
	CSS von Jetpack migriert:
*/

/*
Willkommen beim benutzerdefinierten CSS!

CSS (Cascading Style Sheets) ist eine Art Code, der dem Browser sagt, wie
eine Webseite dargestellt werden soll. Du kannst diese Kommentare löschen
und mit deinen Anpassungen beginnen.

Als Standard wird dein Stylesheet nach den Theme-Stylesheets geladen, das
heißt, dass deine Regeln Vorrang haben und die Theme-CSS-Regeln
überschreiben können. Schreibe einfach hier rein, was du ändern
möchtest, du musst nicht den gesamten Stylesheet-Inhalt deines Themes
kopieren.
*/
/**
	 * Font sizes
	 */
/**

/**
		 * Relative font sizes:
		 */
/* Relative to root 
Iska site-banner von 3.65 auf 2.65rem*/
.breadcrumbs,
				.widget-title {
	font-size: .81rem;
}

/* basic: */
input,
				select,
				textarea,
				blockquote blockquote {
	font-size: 1rem;
}

.site-title {
	font-size: 1.5rem;
}

.site-banner h1 {
	font-size: 2.62rem;
}

/* basic: 
Iska site-info a von 700 auf 400*/
b,
		strong,
		/* custom: */
		dt,
		th, tfoot td,
		.pagination .current,
		.active-menu-item > a,
		.post .entry-title,
		.menu-group-title,
		.comment-form label,
		.widget .current-menu-item > a,
		.widget .current_page_item > a,
		.site-info a {
	font-weight: 400;
}

.panel-cell-style {
	background-position: top left;
	background-repeat: no-repeat;
}

small, pre, code, blockquote cite, .small, .menu-item-description, .comment-metadata, .pingback .edit-link, .comment .reply, .comments-title .add-comment-link, #cancel-comment-reply-link, .comment-form label, .gallery-caption, .wp-caption .wp-caption-text, .sidebar, .menu-group-nav-link {
	font-size: 1em;
}

a {
	text-decoration: underline;
}

.wp-caption {
	text-align: left;
	text-transform: none;
}

.wp-caption .wp-caption-text {
	opacity: .75;
	overflow: hidden;
	padding: .5em 0 0;
}