/*
derived from theme 12 
-------------------------------------------------------------- */

html, body, div, span, h1, h2, h3, h4, p, a, em, img, strong, ol, ul, li, article, figure, figcaption, footer, header, hgroup, nav, section, time {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
h1,
h2,
h3,
h4 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */

.wrapper:after {
	clear: both;
}

.wrapper:before,
.wrapper:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */

.page-title,
.widget-title {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */

/* Form fields, general styles first */

/* Reset non-text input types */

/* Buttons */

/* Responsive images */
.entry-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

img.header-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.widget img,
img.header-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}

.gallery-caption {
	width: 90%;
}
.gallery-caption a {
	display: inline;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}

/* Author profiles */


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}

/* Banner */

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	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;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:visited {
	color: #555;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
.footer-links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1em;
	list-style: none;
	margin: 0 0 0.5em 0;
	padding: 0;
}
.footer-links li {
	margin: 0;
}


/* =Main content and comment content
-------------------------------------------------------------- */
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-content {
	line-height: 1.714285714;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited {
	color: #9f9f9f;
}
.entry-content ol,
.entry-content ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul {
	list-style: disc outside;
}
.entry-content ol {
	list-style: decimal outside;
}
.entry-content li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.site-content article {
	border-bottom: 4px double #ededed;
	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;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}

/* =Plugins
----------------------------------------------- */


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.site {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip-path: inset(50%);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul {
		border-left: 0;
		clip-path: none;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		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;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
}

/* 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: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	a {
		text-decoration: none;
	}
	.entry-content img {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	
	#colophon,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}

	/* Comments */
}
/* Stromraum child overrides */
/*
Theme Name: Twentytwelve Child für Stromraumstudio
Description: Child theme for the twentytwelve theme 
Author: fkamos
Template: twentytwelve
*/


.site-title a {
    color: #009900;
}

body {
	font-size: 14px;
	font-size: 1rem;
	
	text-rendering: optimizeLegibility;
	color: #000000;
}


.main-navigation li a {
color: #3b3b3b;
line-height: 2.4;
}
.entry-header .entry-title {
font-size: 26px;
font-size: 1.2rem;
}

.widget-area .widget a {
color: #3b3b3b;
}

.site-header h2 {
color: #3b3b3b;
}


.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
color: #3b3b3b;
}

footer[role="contentinfo"] a {
color: #e2e2e2;
}


.entry-content img, .widget img, img.header-image {
  box-shadow: 0px 0px 0px #fff;
}

.site-content article {
	margin-bottom: 4em;
}

/* Stromraum CMS: logo, sidebar. Font matches stromraum child (Courier like original site). */
body {
	font-family: "Courier New", Courier, monospace;
}
.site-title .header-image,
.site-title .site-logo {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
/* Main content and sidebar – only the column wrapper #primary, not inner .site-content (65% + 5% gap + 30% sidebar) */
body.has-sidebar #primary {
	float: left;
	width: 65%;
}
body.has-sidebar #primary .site-content {
	width: 100%;
	max-width: none;
	margin-top: 0; /* single top margin from #primary only; inner .site-content would double it */
}
body.has-sidebar .widget-area {
	float: right;
	width: 30%;
	margin-left: 5%;
}
#main.wrapper::after {
	content: "";
	display: table;
	clear: both;
}

/* Archive page: quicklist in sidebar (same layout as start page) */
.widget-area .archive-quicklist-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
}
.widget-area .archive-quicklist-list li { margin: 0.35em 0; }
.widget-area .archive-quicklist-list a { text-decoration: none; }
.widget-area .archive-quicklist-list a:hover { text-decoration: underline; }

.archive-quicklist-inline { margin-bottom: 1.5rem; }
.archive-quicklist-inline .archive-quicklist-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.95rem;
}
.archive-quicklist-inline .archive-quicklist-list li { margin: 0.25em 0; }
.archive-quicklist-inline .archive-quicklist-list a { text-decoration: none; }
.archive-quicklist-inline .archive-quicklist-list a:hover { text-decoration: underline; }

/* Image size classes (responsive) */
.entry-content .img-full,
.event-body .img-full,
.page-body .img-full {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.entry-content .img-half,
.event-body .img-half,
.page-body .img-half {
    display: inline-block;
    max-width: 50%;
    width: 50%;
    height: auto;
    vertical-align: middle;
}
.entry-content .img-mini,
.event-body .img-mini,
.page-body .img-mini {
    display: inline-block;
    max-width: 150px;
    width: auto;
    height: auto;
    vertical-align: middle;
}

/* Mobile: show nav as stacked list (theme hides it by default and expects a .menu-toggle we don't have) */
@media screen and (max-width: 599px) {
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: block !important;
		border-top: 1px solid #ededed;
		padding: 0.5rem 0;
		margin-top: 0.75rem;
	}
	.main-navigation li {
		margin: 0;
		display: block;
	}
	.main-navigation li a {
		display: block;
		padding: 0.5rem 0;
		border-bottom: 1px solid #eee;
		line-height: 1.5;
	}
	.main-navigation li:last-child a {
		border-bottom: none;
	}
}

/* Paragraphs: margin only between consecutive <p>, not after every line (match original stromraum.de – newlines = line-height only) */
.entry-content p,
.page-body p,
.event-body p {
	margin-bottom: 0;
}
.entry-content p + p,
.page-body p + p,
.event-body p + p {
	margin-top: 1.714285714rem;
}
