/*
Theme Name:     Klassik begeistert
Description:    
Author:         Johannes Bouchain
Template:       twentysixteen

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.site-header {
    padding: 1em 4.5455% 3em;
}

.site-branding, .site-header-menu, .header-image {
    margin-top: 0;
    margin-bottom: 0;
}

.header-image a {
	opacity:1;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 1;
}

.site-header .site-title a {
	display:block;
	width:100%;
	max-width:400px;
	background-image:url(https://klassik-begeistert.live/wp-content/uploads/logo.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	text-indent:9999px;
	white-space:nowrap;
}

.site-header .site-title a:after {
	display:block;
	content:" ";
	padding-bottom:17.3%;
}

.site-header .site-description {
	position:absolute;
	font-size:0;
	top:-9999px;
	left:-9999px;
}

.entry-title {
	hyphens:none;
	font-size:1.8rem;
}

.widget {
	border-top:none;
	background:#f6f6f6;
	padding:20px;
}

.widget ul {
	margin:0;
}

.widget ul li {
	list-style:none;
	background:#e9e9e9;
	margin-bottom:3px;
	padding:3px 6px;
}

.site-footer .site-title::after {
    display:none;
}

button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
	background:#999999;
}

.textwidget a img {
	display:inline-block;
}
	
