/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 14 2020 | 14:24:37 */
li {
	margin-bottom: 0.4em;
}
p+p {
  margin-top: -0.5em;
}
.entry-content p a:not(.wp-block-button__link):not(.button):not(.ghost) {
  text-decoration: underline;
  font-weight: 400;
}
.entry-content p a:active:not(.wp-block-button__link):not(.button):not(.ghost),
.entry-content p a:hover:not(.wp-block-button__link):not(.button):not(.ghost),
.entry-content p a:focus:not(.wp-block-button__link):not(.button):not(.ghost) {
  text-decoration: underline;
}
strong {
  font-weight: normal;
}

/* GUTENBERG */
.entry-content .shrink {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  font-style: italic;
  text-align: center;
/*  color: inherit;
  font-size: inherit; */
}
.wp-block-image a figcaption {
/*  font-weight: 500; */
}
.wp-block-button__link {
  border-radius: 0;
  color: white;
  font-weight: 400;
}


/* Titelbilder größer als Grid bei großen Bildschirmen */
@media screen and (min-width: 1400px) {
.page-header-image-single {
	margin-left: -100px;
	margin-right: -100px;
}
}
@media screen and (min-width: 1600px) {
.page-header-image-single {
	margin-left: -200px;
	margin-right: -200px;
}
}


/* PLUGIN SHOW POSTS */
.wp-show-posts article.wp-show-posts-single.post {
  margin-bottom: 30px;
}
.wp-show-posts h2.wp-show-posts-entry-title {
  font-size: 25px;
  line-height: 1em;
  font-weight: 400;
}
.wp-show-posts .wp-show-posts-entry-header,
.wp-show-posts .wp-show-posts-entry-content {
  margin-bottom: 10px;
}
.wp-show-posts .wpsp-read-more .wp-block-button__link {
  padding: 0;
  border-width: 0;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 400;
}
.wp-show-posts .wpsp-read-more .wp-block-button__link:hover,
.wp-show-posts .wpsp-read-more .wp-block-button__link:focus,
.wp-show-posts .wpsp-read-more .wp-block-button__link:active {
  background-color: transparent;
  color: inherit;
  text-decoration: underline;
}

/* ARCHIVE */
body.archive .inside-article {
}
body.archive .inside-article .entry-header,
body.archive .inside-article .entry-content,
body.archive .inside-article .entry-summary
{
}

body.archive .inside-article .entry-title {
  font-size: 22px;
  line-height: 1em;
  font-weight: 400;
}

.site-info {
	/* Footer */
    border-top: 1px solid #222;
}
.site-info .copyright-bar{
	padding-top: 11px;
}
@media (max-width: 768px) {
.site-info .copyright-bar{
	padding-top: 0;
	padding-bottom: 5px;
}
}