/*
Willkommen bei den Individuellen CSS

Wie es funktioniert, steht unter http://wp.me/PEmnE-Bt
*/
body {
	font-size: 16px;
}

.entry-content p {
	line-height: 24px !important;
}

li.previous a,li.next a {
	background: #c9302c;
	color: white;
}

ul {
	font-size: 100%;
}

li.previous a:hover,li.next a:hover {
	color: black;
}

img {
	height: auto;
}

table.jbProdukte td {
	vertical-align: top;
	padding: 4px;
	padding-top: 8px;
	border-top: 1px solid #e0e0e0;
}

table.jbProdukte img {
	border: 1px solid #c0c0c0;
	padding: 1px;
	border-radius: 3px;
}

table.jbProdukte h3 {
		margin-top:0;
}

table.jbContent th,td {
  vertical-align:top;
	padding:4px;
}

table.jbContent th {
  border-bottom: 1px solid #c0c0c0;
}

table.jbBorder tr {
  border-bottom: 1px solid #c0c0c0;
}

div.jbNote {
margin-top:1em;
	margin-bottom:1em;
	background:#f8f8f8;
	padding:0.8em	
}

div.jbHinweis {
margin-top:1em;
	margin-bottom:1em;
	background:#f2dede;
	padding:0.3em	
}

.jbRed {
color: #d9534f;
}

p {
	font-size: 100%;
}

hr {
	border-top-color: #808080;
}

/* Danke Box */
#text-14 h4 {
color: #d9534f;	
}

.jetpack_subscription_widget .panel-title {
	color: #d9534f;
}

#subscribe-text {
	margin-top: -10px;
}

#subscribe-text,#subscribe-email {
	padding: 0 15px;
}

#subscribe-email {
	padding-bottom: 0;
}

#subscribe-submit {
	padding: 0 15px;
}

.panel-body .success {
	padding: 0 15px;
}

/* Weiterempfehlen */
.sd-title {
	color: #d9534f;
	font-size: 150% !important;
}

/* Fix für All Posts Tite-Spale */
th .column-title {
  width:300px !important;	
}

th .column-tags {
  display:none;	
}

td .column-tags {
  display:none	
}

/* Fix für Download-Breite */
.sdm_post_item_top_right {
	width:100% !important;
}

/* Bootstrap V4 */
.badge {
display: inline-block;
padding: .25em .4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: top;
border-radius: .25rem;
}

.badge-secondary {
color: #fff;
background-color: #6c757d;
}
.badge-warning {
color: #212529;
background-color: #ffc107;
}
.badge-danger {
color: #fff;
background-color: #dc3545;
}
.badge-success {
color: #fff;
background-color: #28a745;
}
.badge-light {
color: #212529;
background-color: #f8f9fa;
}
.badge-dark {
color: #fff;
background-color: #343a40;
}


.wp-block-image figcaption {
	text-align:center;
	font-style:italic;
	margin-top:0;
	background:#f0f0f0;
	padding:4px;
	font-size:90%;
	
}

.navbar-nav>li>a,.entry-meta span a  {
	color: #444 !important
}