/*
Theme Name: Twenty Seventeen Child-Theme
Description: Christina Weiss Child Theme für Twentyseventeen
Author: Michael Alber
Author URI: https://dynamicdudes.com
Template: twentyseventeen
Version: 1.0
*/

h3, em {
color: #3fcbaf;
}

.site-header {
background-color:#b1b3b4;
}

.navigation-top {
 background-color: #d9dadb;
}

.entry-title {
 display:none;
}

.site-info {
display:none;
}

.entry-content ul li {
padding-bottom: 10px
}

.weiss-menu li {
	list-style: none;
}

.weiss-menu ul a {
	background-color: #000000;
    padding: 5px 5px 4px 12px;
    margin-bottom: 2px;
    color: #3fcbaf;
    display: block;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8rem;
}

ul#top-menu a {
	background-color: #000000;
    color: #3fcbaf;
    text-transform: uppercase;
}

.weiss-menu ul li.current_page_item a:after {
	float: right;
	content: "+";
}

.entry-content img {
	width: 100%
}