/*
Theme Name:     Twenty Thirteen Child
Theme URI:      http://hdjk.de/
Description:    Child Theme for the Twenty Thirteen Theme
Template:       twentythirteen
Version:        1.7
*/
@import url("../twentythirteen/style.css");

html {
	font-size: 110%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 110%;
	-ms-text-size-adjust: 110%;
}

h1 {
	font-size: 40px;
	margin: 33px 0;
	color: #eb4810;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

.widget {
    background-color: #e8e5ce;
    font-size: 14px;
    hyphens: auto;
    margin: 0 0 24px;
    padding: 20px;
    word-wrap: break-word;
}

.widget h3.widget-title {
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 30px;
}	

.widget-title {
	background-color: #fff;
	width: 200px;
	border: 0;
	padding: 0 0 0 5px;
}

.widget li {
	padding: 0;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #eb4810;
	
}

.header {
	/*width: 700px;*/
	height: auto;
	margin: 0 auto -260px auto;
	padding: 25px 0 18px 0;
}

.header img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 0 0 100px;
}

.site {
	/* background-image: url('http://hdjk.de/wp-content/uploads/2016/01/stripe_01_hg.png') !important; */
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 210px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}
	
.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 1px 0 10px;
}	
 
 
.site-header {
background-image: url('http://hdjk.de/wp-content/uploads/2016/01/hdjk_header_neu_1.jpg');
background-repeat: repeat-x;
}


.navbar {
	background-image:url('paper_hg_navi.png') !important;
	/* background-color: #f7f5e7; */
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}
 
 .nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 80px 0 0;
}


.header-logo {
position: relative;
margin: 50px 0 -120px 500px;
}

 
/* Mobile devices */
@media (max-width: 359px) {

	.site-title {
		font-weight: normal;
	}
	.site-description {
	    clip: rect(1px, 1px, 1px, 1px);
	    position: absolute;
	}
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}
 
.days {
width: 25%;
} 