<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.triplecontainer {
	padding: 0 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
}

#featured-post .post.first {
    clear: both;
    margin-left: 0;}
	
#featured-post .post {
	float: left;
	margin-left: 4%;
	width: 48%;
}
.greenback {
	background-color: #caec86;
	padding: 10px;
}
	
#featured-post figure {
	background-color: #caec86;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
figure {
	margin: 0;
}
a {
    color: #87c701;
}

#featured-post .entry-title {
	padding-bottom: 5px;
}
#featured-post .entry-title {
	font-size: 2rem;
}

img.wp-post-image {
	box-shadow: none;
}
img.wp-post-image {
	display: block;
	max-width: 100%;
	height: auto;
}

#featured-post .entry-header {
	margin-bottom: 0;
}

.entry-header::after,.entry-container::after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.entry-header .entry-title a {
	color: #222;
	text-decoration: none;
}




.sachwrapper {
	border: 0px solid #222;
	overflow: hidden;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

#sachone {
	text-align: left;
	float: left;
	max-width: 500px;
	margin-right: 38px;
}

.sachwrapper div {
	padding: 0px;
	margin-bottom: 10px;
}

.sachwrapper p {
	padding: 0px;
	margin-bottom: 10px;
}

#sachtwo {
	text-align: left;
	float: left;
	max-width: 500px;
	margin: 0px;
}</pre></body></html>