/*
Theme Name:     Wilhelmsruh
Theme URI:      http://localhost/wilhelmsruh
Description:    Child theme for the Twenty Twelve
Author:         Roland Holtz-Gawenda
Author URI:     http://www.holtz-gawenda.de
Template:       twentytwelve
Version:        1.0.0
*/


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

.site-header {
    padding: 24px 0 0 0;
}

.site-header h1 a, 
.site-header h2 a {
	color: #938d18;
	display: inline-block;
	text-decoration: none;
}

.site-header h1 a:hover,
.site-header h2 a:hover {
    color: #6c670c;
}

.site-header h1 {
	font-size: 26px;
	font-size: 1.857142857rem;
	line-height: 1;
	margin-bottom: 0;
}

.site-header h2 {
	font-weight: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	color: #45433a;
}

.main-navigation {
	border-bottom: 2px solid #e7e068;
	border-top: 2px solid #e7e068;
}

.main-navigation li {
	font-size: 14px;
	font-size: 1rem;
}

.main-navigation li {
	margin: 0 1.8rem 0 0;
}

hgroup {
	margin-bottom: 10px;
}

.entry-content a:visited,
.comment-content a:visited {
    color: #21759b;
}

.entry-content a {
    color: #21759b;
	text-decoration: none;
	font-size: 1em;
}

.entry-content a:hover {
    color: #0f3647;
}

.verkaufsbox {
	background: #efefef;
	padding: 5px 0px 5px 10px;
	margin-bottom: 30px;
	fontsize: 0.85em;
	line-height: 1.6;
}

.entry-content p {
    margin: 0 0 16px;
    margin: 0 0 1.142857143rem;
    line-height: 1.5;
}
	
.beschreibung p {
    margin: 0 0 12px;
    margin: 0 0 0.857142857rem;
    line-height: 1.5rem;
}

.thumb-verkauf {
	margin-bottom: 10px;
}

.thumb-verkauf img {
	margin-right: 10px;
}

.gallery .gallery-icon img {
	padding: 0;
}

.wp-caption-text,
.gallery-caption {
	font-style: normal;
}

img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 2px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}


.archive-header, .page-header {
	margin-bottom: 1.428571429rem;
}


/** Archiv für angelegte Verkaufsobjekte **/
.archive-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
	text-transform: none;
	color: #444;
}

.site-content article {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	margin-bottom: 1.428571429rem;
	padding-bottom: 12px;
	padding-bottom: 0.857142857rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.verkaufsbox-archiv {
	background: #fff; 
	height: 150px;
	padding: 0px 0px 0px 5px;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}

.tbody th, td {
	padding: 0px 5px 0px 5px;
}
.multicolumn {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0.5em;
    -moz-column-gap: 1em;
    column-gap: 3em;
}


/** Columns für Archivansicht **/
/**div.columns       { width: 624px; }**/
div.columns       { width: 98%; }
div.columns div   { width: auto; height: 120px; float: left; margin: auto; padding: 10 0 1.5rem 0;}
div.clear         { clear: both; }

/** Columns für Verkaufsobjekt **/
div.columns-verkauf     { width: 100%; height: 100%;}
div.columns-verkauf-1   { width: 30%; float: left; margin-bottom: 10px;}
div.columns-verkauf-2   { width: 44%; float: left; margin-left: 10px; margin-bottom: 10px;}
div.columns-verkauf-3   { width: 22%; float: left; margin-left: 10px; line-height: 2rem; margin-bottom: 10px;}
div.clear         { clear: both; }

div.columns-verkauf p, a {
	text-decoration: none;
	font-size: 0.95em;
}

/** Columns für Verkaufsobjekt Original
div.columns-verkauf     { width: 624px; height: 160px;}
div.columns-verkauf-1   { width: 220px; float: left; margin: auto;}
div.columns-verkauf-2   { width: 264px; float: left; margin: auto;}
div.columns-verkauf-3   { width: 120px; float: left; padding-left: 20px; line-height: 24px;}
div.clear         { clear: both; }
**/

/** Freizeitangebote **/
/**div.columns-freizeit     { width: 624px; height: 120px;}
div.columns-freizeit-1   { width: 150px; float: left; margin: auto;line-height: 1.5;}
div.columns-freizeit-2   { width: 450px; float: left; margin: auto; line-height: 1.5;}**/
div.columns-freizeit     { width: 100%;}
div.columns-freizeit-1   { width: 25%; float: left; margin: auto;line-height: 1.5;}
div.columns-freizeit-2   { width: 72%; float: left; margin: 0 0 0 0.8rem; line-height: 1.5;}
div.clear         { clear: both; }

.freizeit p, body {
	line-height: 1.5;
}

div.columns-verkauf p, a {
	text-decoration: none;
	font-size: 1em;
}

/** Columns für Startseite **/
div.columns-home img     { 
	border-radius: 2px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
	border: 1px;
	border-style: solid;
	border-color: #CCC;
	margin-bottom: 10px;
	margin-top:0px;
}

/** Start per rem **/
div.columns-home     { width: 68.5; height: 180px;}
div.columns-home-1   { width: 15.7rem; float: left; margin: auto;}
div.columns-home-2   { width: 18.5rem; float: left; padding-right: 0.7rem; line-height: 21px; line-height: 1.5;}
div.columns-home-3   { width: 15.7rem; float: left; margin: auto; }
div.columns-home-4   { width: 17.2rem; height: 180px; float: left; padding-right: 0.7rem; line-height: 21px; line-height: 1.5;}
div.columns-home-5   { width: 34rem; float: left; padding-right: 0.7rem; line-height: 21px; line-height: 1.5;}
div.columns-home-6   { width: 32rem; float: left; padding-right: 0.7rem; line-height: 21px; line-height: 1.5;}
div.clear         { clear: both; }

div.columns-home img {
	margin-bottom: 30px;
}
div.columns-home p {
	overflow: hidden;
}


/** in Prozent
div.columns-home     { width: 100%; height: 180px;}
div.columns-home-1   { width: 23%; float: left; margin: auto;}
div.columns-home-2   { width: 29%; float: left; padding-right: 1%; line-height: 24px; line-height: 1.5;}
div.columns-home-3   { width: 23%; float: left; margin: auto;}
div.columns-home-4   { width: 23%; float: left; padding-right: 1%; line-height: 24px; line-height: 1.5;}
div.clear         { clear: both; }
**/

/** Backup Columns Startseite
div.columns-home     { width: 960px; height: 180px;}
div.columns-home-1   { width: 220px; float: left; margin: auto;}
div.columns-home-2   { width: 260px; float: left; padding-right: 10px; line-height: 24px; line-height: 1.5;}
div.columns-home-3   { width: 220px; float: left; margin: auto;}
div.columns-home-4   { width: 240px; float: left; padding-right: 10px; line-height: 24px; line-height: 1.5;}
div.clear         { clear: both; }
**/

/** Widget Area **/
.widget-area .widget h3 {
    margin-bottom: 10px;
    margin-bottom: 0.714285714rem;
	color: #938d18;
	font-size: 1rem;
}

.widget-area .widget a {
	color: #21759B;
	text-decoration: underline;
	font-size: 1.0rem;
}

.widget-area .widget a:hover {
    color: #0f3647;
	font-size: 1.0rem;
}

.widget-area .widget a:visited {
    color: #21759B;
	font-size: 1.0rem;
}
/** Footer **/
footer[role="contentinfo"] {
	border-top: 1px solid #CCC;
}

img[usemap] {
		border: none; !important
		height: auto;
		max-width: 100%;
		width: auto; !important
	}
	
img.sidebar-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	box-shadow: none ;
}

.kultur table {
	width: 480px;
	border: 0px;
	cellspacing: 2px;
	cellpadding: 5px;
}