<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Twenty Thirteen Child
 Theme URI:    https://wordpress.org/themes/twentythirteen/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentythirteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

.cust_text_header {
	font-weight: bold;
	color: darkred;
}

.site-header .site-title:hover {
	text-decoration: none;
}

#masterhead h1 img {
	vertical-align:middle;
}

.site-title span {
	vertical-align:middle;
//	filter: alpha(opacity=50);
//	background-color: white;
	background: rgba(255, 255, 255, .5);
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.site-description span {
	background: rgba(255, 255, 255, .5);
	margin-left: 10px;
	color: darkred;
	font-weight:bold;
}

.title_subtitle {
	color: black;
	text-decoration: none;
}

.archive-header {
	display: none;
}

#comments {
	display: none;
}

.post-14 .entry-content {
	text-align: center;
	margin-left: 2px;
  	margin-right: 2px;
 	max-width: none;
}

.post-10 .bordermitarbeiter td {
	border-top: 0;
}

.post-10 .bordermitarbeiter {
	border-bottom: none;
	margin: 0 0;
}</pre></body></html>