/** Project: NACHBARN24
 *
 *  @framework     YAML v4.1.2
 *  @file          typography.css
 */

@media all {

	html * {
		font-size: 100%;
		background-color: #fff
	}

	textarea,
	pre,
	code,
	kbd,
	samp,
	var,
	tt {
		font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
	}

	body {
		color: #fff;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 100%;
/* 		letter-spacing: 0.05em; */
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0;
	}

	h1 {
		font-size: 200%/* 342.85714% */;
		font-weight: normal;
		line-height: 0.875;
		margin-top:-3em;
		padding:0 15px;
		display:block;
		margin-bottom: 1em;
		color: #2b2b2b;

		
	}

	h2 {
		font-size: 170%/* 228.57143% *//* 110% */;
		line-height: 1.3125;
		margin: 0 10px 0.65625em 10px;
		padding: 2.5em 0 0.5em 0;
		color: #fff;
		text-align: center;
	}
	
	.ha2 {
		font-style: normal;
		color:#7b7c7e;
		font-size: 110%;
		line-height: 1.5;
		margin: 0 0 1.5em 0;
		font-weight: 300;
	}

	h3,
	.ha3 {
		font-size: 130%/* 171.42857% */;
		line-height: 1.5/* 0.875 */;
		margin: 0 0 0.5em 0;
/* 		font-style: italic; */
		color:#85BC24;
		font-weight: 400;
		
	}

	h4 {
		font-size: 110%;
		line-height: 1.2;
		margin: 0 0 1em 0;
		font-family: 'Muli', sans-serif;
		font-style: italic;
		font-weight: 400;
		color:#848484;
	}

	h5 {
		font-size: 128.57143%;
		line-height: 1.16667;
		margin: 0 0 1.16667em 0;
	}

	h6 {
		font-size: 100%;
		font-weight: 400;
		line-height: 1.5;
		margin: 0 0 1.5em 0;
	}

	ul,
	ol,
	dl {
		font-size: 100%;
		line-height: 1.5;
		margin: 0 0 1.5em 0;
		color: #4d4d4d;
	}

	ul {
		list-style-type: disc;
	}

	ol {
		list-style-type: decimal;
	}

	ul ul {
		list-style-type: circle;
		margin-top: 0;
	}

	ol ol {
		list-style-type: lower-latin;
		margin-top: 0;
	}

	ol ul {
		list-style-type: circle;
		margin-top: 0;
	}

	li {
		font-size: 100%;
		line-height: 1.5;
		margin-left: 1.2em;
	}

	dt {
		font-weight: 400;
	}

	dd {
		margin: 0 0 1.5em 0.8em;
	}

	p {
		font-size: 180%;
		line-height: 1.6;
		margin: 0 0 1.2em 0;
		color: #2b2b2b;
		text-align: justify;
		padding-left: 15px; padding-right: 25px
		
	}
	
	.rot {color: #CC071E}

	blockquote,
	cite,
	q {
/* 		font-family: 'Merriweather Sans', sans-serif; */
		font-style: italic;
	}

	blockquote {
		background: transparent;
		color: #666666;
		margin: 1.5em 0 0 1.5em;
	}

	strong,
	b {
		font-weight: 700;
	}

	em,
	i {
		font-style: italic;
	}

	big {
		font-size: 114.28571%;
		line-height: 1.3125;
	}

	small,
	.small {
		font-size: 85.71429%;
		line-height: 1.5;
	}

	pre,
	code,
	kbd,
	tt,
	samp,
	var {
		font-size: 100%;
	}

	pre {
		font-size: 100%;
		line-height: 1.5;
		margin: 0 0 1.5em 0;
		white-space: pre-wrap;
		-webkit-word-wrap: break-word;
		-moz-word-wrap: break-word;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
	}

	pre,
	code {
		color: #880000;
	}

	kbd,
	samp,
	var,
	tt {
		color: #666666;
		font-weight: 700;
	}

	var,
	dfn {
		font-style: italic;
	}

	acronym,
	abbr {
		border-bottom: 1px #aaa dotted;
		cursor: help;
		font-variant: small-caps;
		letter-spacing: .07em;
	}

	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}

	sup {
		top: -0.5em;
	}

	sub {
		bottom: -0.25em;
	}

	mark {
		background: yellow;
		color: black;
	}

	hr {
		background: transparent;
		border: 0;
		border-bottom: 1px #eeeeee solid;
		color: #fff;
		margin: 0 0 0.75em 0;
		padding: 0 0 0.67857em 0;
	}

	a {
		background: transparent;
		color: #4d4d4d;
		text-decoration: none;
	}
	
	h1 a {
		color: #9e9069 /* #FF6600 */;
/* 		background-color: red */}

	a:active {
		outline: none;
	}

	a:hover,
	a:focus {
/* 		background-color: #C0D37A; */
/* 		color: white; */		
		text-decoration: none;
	}

	img,
	figure {
		margin: 0;
	}

	.flexible {
		height: auto;
		margin-bottom: 2em;
		background-color: transparent;
		border: 1px solid #fff;
		padding:0.5em;
		max-width: 47em;
		
	}

	* html .flexible {
		width: 98%;
	}

	.bordered {
		padding: 2px;
		background-color: rgba(152, 213, 42, 0.4);
		border: 1px solid #adadad;
		margin-bottom: 1.5em;
	}
	
	.gal img.bordered {margin-bottom:0.2em}

	.highlight {
		color: #cc3300;
	}

	.dimmed {
		color: rgba(255, 255, 255, 0.5);
	}
	
	.line {text-decoration: underline}

	.box {
		border-color: rgba(0, 0, 0, 0.3);
		border-radius: 0.3em;
		border-style: solid;
		border-width: 1px;
		-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
		box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
		color: rgba(0, 0, 0, 0.8);
		margin: 0 0 1.5em 0;
		padding: 1.42857em;
	}

	.box > *:last-child {
		margin-bottom: 0;
	}

	.label {
		background: #06C;
		border-radius: 3px;
		color: #fff;
		display: inline-block;
		font-family: 'Merriweather Sans', sans-serif;
		font-size: 10px;
		letter-spacing: normal;
		line-height: 12px;
		padding: 1px 6px 2px;
		vertical-align: middle;
		white-space: nowrap;
	}

	.info {
		background: #f4f4f4;
	}

	.success {
		background: #88cc88;
	}

	.warning {
		background: #cccc88;
	}

	.error {
		background: #cc8888;
	}

	.float-left {
		display: inline;
		float: left;
		margin: 0 1em 1.5em 0;
	}
	
	.ps-gallery .float-left {margin: 0 1.8em 0.4em 0}
	.ps-gallery {
		margin-bottom: 1em;
		padding-top: 1.5em;
	}

	.float-right {
		display: inline;
		float: right;
		margin: 0 0 1.5em 1em;
	}

	.center {
		display: block;
		margin: 0 auto 1.5em auto;
		text-align: center;
	}
	
	div.taborder {
		border:1px solid #DADBDC;
		padding: 5px 10px 0;
		margin-bottom: 0.5em;
	}

	table {
/* 		border: 1px #DADBDC solid; */
		border-collapse: collapse;
		color: #444444;
		margin: 0 /* 0 1.35714em 0 */;
		width: 100%;		
	}

	table.narrow {
		margin: 0 0 1.42857em 0;
	}

	table.narrow th,
	table.narrow td {
		line-height: 1.42857;
		padding: 0 0.5em;
	}

	table.fixed {
		table-layout: fixed;
	}

	table.bordertable {
		border: 1px #ccc solid;
	}

	table.bordertable thead th {
		background: #e0e0e0;
		border-bottom: 1px #ccc solid;
		border-right: 1px #ccc solid;
	}

	table.bordertable tbody th[scope="row"] {
		background: #f0f0f0;
	}

	table.bordertable tbody th {
		border-right: 1px solid #ccc;
	}

	table.bordertable tbody td {
		border-right: 1px solid #ccc;
	}

	caption {
		font-variant: small-caps;
	}
	
	

	th,
	td {
		line-height: 1.5em;
		padding: 0.71429em 0.5em;
		vertical-align: top;
		font-weight: 300;
		color: #7B7C7E;
	}

	th *:first-child,
	td *:first-child {
		margin-top: 0;
	}

	th.nowrap,
	td.nowrap {
		white-space: nowrap;
	}

	thead th {
		border-bottom: 1px #DADBDC solid;
/* 		color: #000; */
		text-align: left;
	}

	tbody th {
		border-top: 1px solid #ccc;
		text-align: left;
	}

	tbody td {
		border-top: 1px solid #DADBDC;
		text-align: left;		
	}

	tbody tr:hover th,
	tbody tr:hover td {
		background: #f8f8f8;
	}
	
/* Awesome Extrastyles */

	.fa-circle {
		position:absolute;
		padding:1em 0 0 1em;
		background:transparent;
	}
	
	.lagernd {
		color:#85BC24;
	}
	
	.trocknend {
		color:#f68416;
	}
	
}

