/*
Theme Name: ChildTheme
Theme URI: ...
Author: M.Ziegler
Author URI: http://ziegmi.de/
Description: ChildTheme für Altlaender-Apfeltaschen.de
Template: twentytwelve
Version: 0.3
*/

@import url('../twentytwelve/style.css');

	.site-content {
		float: right;
		width: 69.104166667%;
		margin: 0px;
	}
	.widget-area {
		float: left;
		width: 22.041666667%;
		margin: 0px;
	}

	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 3px solid rgba(243, 182, 76, 0.25);
		border-top: 3px solid rgba(243, 182, 76, 0.25);
		display: inline-block !important;
		text-align: center;
		width: 100%;
	}
	
	.site-header h1,
	.site-header h2 {
		text-align: center;
	}
	
	.wp_button {
 	 padding: 7px;
 	 background: #e9e9e9;
 	 border: 1px solid #565656;
	 border-radius: 10px;
	 padding: 5px;
	 padding-left: 15px;
	 padding-right: 15px;
	}
	
	
	
	hgroup img {
    	display: none;
    }
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 15px 10px 10px rgba(243, 182, 76, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	hgroup img {
		display: block;
    	margin: 0rem 1rem 0 20;
    	width: 70%;
    	margin-right: auto;
    	margin-left: auto;
	}
	#logo-right {
    	float: left;
	}
}

body.custom-background {
		background-size: cover;
	}
    
/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: rgba(255, 248, 228, 0.9)
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 3px solid rgba(243, 182, 76, 0.25);
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}

div.site-info{
	text-align: right;	
}

.site-content article {
	border-bottom: 3px solid rgba(243, 182, 76, 0.25);
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.main-navigation li ul li a {
		background: rgba(255, 235, 200, 0.98);
		border-bottom: 3px solid rgba(255, 248, 228, 0.98);
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
		text-align: left;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: rgba(255, 248, 228, 0.98);
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	
/* Sendebestätigung Contact7 */
div.wpcf7-mail-sent-ok {
	border: 3px solid rgba(243, 182, 76, 0.25);
}

/* Zeilenabstand Text */
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 1.714285714;
}

/* Zeilenabstand Headlines */
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 0.1;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 0.1;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 0.1;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 0.1;
}