/*
Theme Name: Johann Schoon
Description: Child-Theme des „Twenty Twelve“-Theme
Theme URI: https://johann-schoon.de/
Author: Anke Klusmeyer, Thorsten Duhn
Author URI: https://snap-newmedia.de/
Template: twentytwelve
Version: 1.0.0
*/
@import url('../twentytwelve/style.css');

body {
	/* https://johann-schoon.de/wp-content/uploads/2019/11/lisa-d-Buchenblatt-I.jpg */
	background-image: url('./assets/lisa-janssen-buchenblatt-i.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed;
}
.site {
	background: rgba(255,255,255,0.8);
}
.site-header h1 a:hover, .site-header h2 a:hover {
	color: #065235;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	background: rgba(255,255,255,0.7);
	border-radius: 6px;
	text-align: right;
}
.main-navigation a {
	font-size: 14px;
	border-bottom: 0;
	color: #000;
	margin-left: -3px;
	margin-right: -5px
}

.menu-footer-container {
	background: rgba(255,255,255,0.7);
	border-radius: 6px;
	text-align: center;
}
.menu-footer-container ul.menu {
	display: inline-block !important;
}
.menu-footer-container ul.menu > li.menu-item {
	display: inline-block;
	padding: 16px 12px;
}
.menu-footer-container ul.menu > li.menu-item > a {
	color: #6a6a6a;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
.menu-footer-container ul.menu > li.menu-item > a:hover,
.menu-footer-container ul.menu > li.menu-item > a:focus {
	color: #000;
}

.site-info {
	margin-top: 0.7rem;
	text-align: center;
}

.site-header h2 {
	text-align: left;
	font-size: 22px;
}
.site-header h1 {
	text-align: left;
	font-size: 36px;
}
footer.entry-meta {
	display: none;
}
.entry-content a:visited, .comment-content a:visited {
	color: #000;
}
.widget-area {
	background: rgba(255,255,255,0.6);
	padding: 20px;
	border-radius: 6px;
}
.widget-area .widget h3 {
   font-size: 14px;
	margin-bottom: 2px;
	margin-top: -15px;
}
.widget-area .widget a:visited {
	color: #2e6f26;
	font-size: 14px;
}
.widget-area .widget a {
	color: #2e6f26;
	font-size: 14px;
}
a {
	color: #2e6f26;
	font-weight: 400;
}
a:hover {
	color: #2e6f26;
} 
a:visited {
	color: #2e6f26;
} 

.entry-content a:visited, .comment-content a:visited {
	color: #2e6f26;
}

.entry-content li a {
	color: #2e6f26;
	font-weight: 600;
}
.entry-content li a:visited {
	color: #2e6f26;
}
article {
	background: rgba(255,255,255,0.8);
	padding: 15px;
}
.entry-content td, .comment-content td {
	border-right: 1px solid #ededed;
	padding: 6px 10px 6px 10px;
	font-size: 16px;
}
.site-header {
	/* https://johann-schoon.de/wp-content/uploads/2019/12/2header-bg.png */
	background-image: url('./assets/header-bg.png');
	background-repeat: no-repeat;
}
.wsp-posts-title {
	display: none;
}
.items ui-accordion ui-widget ui-helper-reset {
	width: 60%;
}
.image-attachment div.attachment p {
	text-align: left;
	font-size: 1.4em;
	background: rgba(255,255,255,0.8);
	padding: 15px;
}
.entry-summary {
	display: none;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	text-align: left;
}
.site-content article {
	margin-top: -30px;
}
p {
	word-wrap: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
.pp_details .pp_description {
	width: 100%;
	text-align: left;
	height: 80px;
	overflow: auto;
}
.pp_details .pp_description {
	white-space: normal; 
	overflow: scroll;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
  text-align: center;
}
