/*
 Theme Name:     Twenty Sixteen Child
 Description:    Um das Child Theme verwenden zu können, muss das Theme <a href="https://de.wordpress.org/themes/twentysixteen/">Twenty Sixteen</a> installiert sein.
 Author:         DEIN NAME
 Template:       twentysixteen
 Version:        1.0
*/
 
/* Eigene CSS-Eigenschaften ab hier einfügen */

/* Sidebar entfernen und volle Breite nutzen */
#secondary {
    display: none;
}

@media screen and (min-width: 56.875em) {
    .content-area {
        width: 100;
    }
}

/* Transparenz hinzufügen */
.site {
	background-color: rgba(256, 256, 256, 0.7) !important;
}

/* Deckkraft Bilder */
a:link, a:active, a:visited, a:hover, a:focus {
    opacity: 1 !important;
}

/* Rahmen um Artikelbilder setzen */
.post-thumbnail img {
	border: solid #ffffff 3px;
}

/* Leerraum über Blogtitel entfernen */
#masthead {
	padding-top: 0px !important;
}

/* Seitenbeschreibung Zeilenhöhe anpassen */
.site-description {
	line-height: normal;
}

/* center the content */
.site-info {
  margin: 0 auto;
}

/* Titelleiste und Seitenbeschreibung */
#masthead {
padding-top: 0px !important;
padding-bottom: 12px !important;
}
.site-title a {

}
.site-title {
font-size: 40px !important;
}
.site-description {
font-size: 24px !important;
font-weight: bold !important;
}


/* Menüleiste: Fontsize, Mouseover, active */
.main-navigation a {
font-size: 20px !important;
}

.main-navigation a:hover {
	background:rgba(256, 256, 256, 0.3);
	border-radius: 10px;
	border-bottom: 0.188em solid #6E6E6E;
}

.main-navigation a.active {
	border-bottom: 0.188em solid #6E6E6E; 
}
/* Logo Size and Position*/

.custom-logo {
                float:right;
                position: relative;
                z-index: 1;
	}