/*
Theme Name:     Twenty Thirteen Child
Template:       twentythirteen
Version:        1.0
*/

@import url("../twentythirteen/style.css");



.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #cce7ff;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip-path: inset(50%);
}

.navigation {
	background-color: #cce7ff;	
}

/* Navbar */
.navbar {
	background-color: #cce7ff;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

/* Aside */
.format-aside {
	background-color: #cce7ff;
}

/* Link */
.format-link {
	background-color: #cce7ff;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #cce7ff;
}

.format-status .entry-meta a {
	color: #cce7ff;
}

.format-status .entry-content {
	color: #cce7ff;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.single-format-status .author-description {
	color: #cce7ff;
}

/* Comment form */
.comment-respond {
	background-color: #cce7ff;
	padding: 30px 0;
}

.no-comments {
	background-color: #cce7ff;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.site-title {
    font-size: 32px;  
    font-weight: bold; 
}

.site-title a {
    text-decoration: none; 
    color: black; 
}

.site-description {
    font-size: 26px; 
    font-weight: bold;
    color: black;
}

.entry-content blockquote {
    background-color: #cce7ff;
    padding: 0.5em 0.5em;
    border-left: 4px solid #ccc;
    border-radius: 10px;
    margin: 1em 0;
}


/* Einzelne Widgets */
.widget {
    background-color: #cce7ff;  
    border-radius: 10px;
}

.archive-header {
    background-color: #cce7ff;	
}

.page-header {
	background-color: #cce7ff;	
}

.site-footer {
	background-color: #cce7ff;	
}

/* Footer-Farbe */
/*#colophon,
#colophon *,
#colophon .widget-area,
#colophon .widget {
  background-color: #ffffff !important;
}*/

.entry-content blockquote p {
    font-size: 18px !important;
}

.entry-title {
    font-size: 24px;
    font-weight: bold;	
}

.entry-content h1 {
    font-size: 24px;
    font-weight: bold;
}

.entry-content h2 {
    font-size: 22px;
    font-weight: bold;
}


.entry-content h3 {
    font-size: 20px;
    font-weight: bold;
}


.entry-content h4 {
    font-size: 18px;
    font-weight: bold;
}