/*
Willkommen bei Custom CSS

Wie es funktioniert, steht unter http://wp.me/PEmnE-Bt
*/
.site-header {
#    background-color: #efefef;
    color: #3a3a3a;
}

h1 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 300;
    text-transform: none;
#    text-align: center;
}
body {
    background-color: #fff;
    color: #3a3a3a;
}

.main-title {
    margin: 0;
    font-size: 40px;
    line-height: 1.2em;
    word-wrap: break-word;
    font-weight: 700;
    text-transform: none;
    margin-left: 0px;
}

.main-navigation, .main-navigation ul ul {
    background-color: #ccc;
}

.page-header-image-single {
	display: none;
}

.inside-header {
    padding: 40px;
}

.entry-meta {
	font-size: 0;
	margin-top: 0;
}

.entry-content a {
    text-decoration: underline;
}

.page-content, .entry-content, .entry-summary {
    margin: 1em 0 0;
}

.site-description {
    color: #757575;
    text-decoration: overline;
}

a.read-more {
    display: list-item;
    background: #666;
    color: white !important;
    padding: 5px 20px;
    border-radius: 5px;
    width: fit-content;
    margin-top: 5px;
}

a:hover.read-more {
    color: #fff;
    background-color: #333;
}

.blog .entry-content p {
    margin-bottom: 0;
}

blockquote {
	border-left: 0 solid rgba(0,0,0,0.05);
	padding: 20px;
	font-family: inherit;
	font-size: 16px;
	font-style: normal;
	margin: 0 0 1.5em;
	position: relative;
	background-color: #f3f4f5;
}

pre {
  background: rgba(0,0,0,0);
	padding: 0px;
	font-family: monospace;
	font-size: 90%;
	line-height: normal;
	margin-bottom: 1.5em;
	overflow: auto;
	max-width: 100%;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.cookie-notice-container {
    padding: 5px 20px;
    text-align: center;
    width: 100%;
    z-index: 2;
}

#cookie-notice .cn-button {
    margin: 0 0 0 10px;
    border: none;
    padding-block: 5px;
    padding-left: 6px;
    padding-right: 6px;
}

.separate-containers .widget, .separate-containers .hentry, .separate-containers .page-header, .widget-area .main-navigation {
	margin-bottom: 0;
}

.right-sidebar.separate-containers .site-main {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0;
}

.separate-containers .site-main {
#    margin: 20px;
}

.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.site-info {
	padding: 20px 0;
	margin-top: 40px;
	font-size: 12px;
}

div.reg_rss-output {
	padding: 1.025em;
	float: left;
	background: white;
}

.site-header .header-image {
    vertical-align: middle;
    padding-top: 60px;
}

.elementor-24832 .elementor-element.elementor-element-3bb2d8b .eael-entry-title a {
    color: #303133;
    text-decoration: none;
}

.footer-widgets {
    background-color: #f7f7f7;
}

.wp-block-separator {
    border-top: 0px solid;
    border-bottom: 0px solid; */
}
.wp-show-posts-entry-title a {
text-decoration: none;
}

.wp-show-posts .wp-show-posts-entry-title {
    margin-bottom: 0.3em;
	  font-weight: 600;
    text-decoration: none;
    font-size: 25px;
}
}

.wp-show-posts-entry-meta {
    font-size: .9em;
}

a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
    display: inline-block;
    padding: 8px 15px;
    border: 2px solid #222;
    color: #fff;
    font-size: .8em;
    text-decoration: none;
    background-color: #222;
}

.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) {
    display: flex;
    flex-direction: row;
    margin-bottom: 80px;
}