/*
Theme Name: Jenseitsderfenster
Description: Child of debut Theme
Author: Faldrian
Template: debut
*/

/* Style fixes */
b, strong {
  font-weight: 700;
}

.comment-meta {
  text-transform: none;
}

.perma-reply-edit {
  text-transform: uppercase;
}

/* Two Pics */
.entry-content p {
  margin-top: 1.5em;
}

.entry-content p.twopics {
  margin-bottom: -0.8em;
  margin-top: -0.8em;
}

p.twopics + p.twopics {
  margin-top: 1.5em;
}

a[data-imgid] + a[data-imgid] img.size-large {
  margin-top: 10px;
}

.entry-content p:not(.twopics) img {
  margin-bottom: 10px;
}

.entry-content img.size-medium {
  max-width: 49.22%
}

.entry-content p.twopics img {
  vertical-align: middle;
}

.entry-content p.twopics a:last-child img {
  margin-left: 01.45%;
}

/* Footer */
.site-footer .widget-area.footer-full {
  width: 98%;
  text-align: center;
}

/* Header */
#masthead {
	padding-top: 1.5em;
	margin-bottom: 1em;
}

.rsslink {
  display: flex;
	display: -webkit-flex;
  line-height: 50px;
}

.rsslink span {
  margin-left: 1em;
}

/* Lizenze Hint Box */
.licencehint {
		border-left: 4px solid #1773C4;
		padding-left: 10px;
	}