/*
	Theme Name: leitning.de 2014
	Theme URI: http://leitning.de
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.0.0
	Author: Georg Kalus (@leitning)
	Author URI: http://leitning.de
	Tags: Blank, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	line-height: 1.5;
}
body {
	font-size:16px;
	font-family: 'Segoe UI', 'Segoe WP', Helvetica, Arial, sans-serif;
	color: #444;
	background: #F3F4F3;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
a {
	color:#55846B;
	text-decoration: none;
}
a:hover {
	color:#55846B;
	text-decoration: underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input, textarea {
	border: 1px solid #FFF;
	padding: 4px 8px 4px 4px;
}
input:hover, textarea:hover {
	outline:0;
	border:1px solid #799C89;
}
input:focus, textarea:focus {
	outline:0;
	border:1px solid #799C89;
}
*::-webkit-input-placeholder {
	color: #888;
}
*:-moz-placeholder {
	color: #888;
}
*:-ms-input-placeholder {
	color: #888;
}
.header a {
	color: #000;
}

h1, h2, h3 {
	font-family: "Segoe UI Light", "Segoe WP Light", Helvetica, Arial, sans-serif;
	line-height: 1.2em;
}
h1 a, h2 a, h1 a:hover, h2 a:hover {
	color: #444;
	text-decoration: none;
}
h3 {
	margin-bottom: -0.5em;
	margin-top: 2em;
}

blockquote {
  background: #f9f9f9;
  margin: 1.5em 0px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin:0;
	position:absolute;
}
.left-bar {
	background: #9FB5A9; 
	color: #000;
	line-height: 1;
}
.left-bar .nav {
	line-height: 1.5em;
}
.left-bar-fixed {
	text-align: center;
	padding-top: 1rem;
}
.left-bar-banner-image {
	display: none;
}
main {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.main-content {
	margin-left: 1rem;
	margin-right: 1rem;
}
.bottom-border {
	border-bottom-width:1px;
   	border-bottom-color: #BBB;
   	border-bottom-style: solid;
}
.yarpp-related {
	border-top-style: solid;
	border-top-width:1px;
	border-top-color:#BBB;
}

.yarpp-related ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}

/* header */
.header {

}
/* logo */
.logo {

}
.logo a:hover {
	text-decoration: none;
}
.logo-line-1 {
	font-family: 'Segoe UI Black', sans-serif;
	font-size: 2.5em;
	font-weight: bold;
}
.logo-line-2 {
	font-family: 'Segoe UI Light', 'Segoe WP Light', sans-serif;
	font-size: 1.6em;
}
.logo-img {

}
/* nav */
.nav {
	font-family: 'Segoe UI Light', 'Segoe WP Light', sans-serif;
}
.nav ul {
	list-style-type: none;
	padding: 1rem 0;
}
.nav .menu-item a:hover {
	text-decoration: underline;
}
.social-icons {
	list-style-type: none;
	padding: 0;
	font-family: 'JustVector';
	font-size: 2.5em;
	line-height: 0;
	text-shadow: 0 0 1px #000;
}
.social-icons a:hover {
	text-decoration: none;
}
.social-icons #facebook:hover {
	color: #3B5997;
	text-shadow: 0 0 1px #3B5997;
}
.social-icons #twitter:hover {
	color: #55ACEE;
	text-shadow: 0 0 1px #55ACEE;
}
.social-icons #meetup:hover {
	color: #E51937;
	text-shadow: 0 0 1px #E51937;
}
.social-icons #linkedin:hover {
	color: #287BBC;
	text-shadow: 0 0 1px #287BBC;
}
.social-icons #xing:hover {
	color: #006464;
	text-shadow: 0 0 1px #006464;
}
.social-icons #rss:hover {
	color: #FF8000;
	text-shadow: 0 0 1px #FF8000;
}

/* sidebar */
.sidebar {
	margin-left: 1rem;
	margin-right: 1em;
	max-width: 38rem;
	margin-top: 2rem;
}
.sidebar .ctc {
	display: none;
}
.sidebar .search {
	margin-top: -30px;
	margin-bottom: 50px;
}
.page-app-demo {
	margin-top: -112px;
}
.pagination {
	text-align: center;
	text-transform: uppercase;
}
/* footer */
.footer {
	margin-left: 1rem;
	margin-right: 1em;
	margin-bottom: 8rem;
	font-size: 0.7em;
	max-width: 38rem;
}
.footer ul {
	padding: 0;
	list-style-type: none;
}
.footer .avatar {
	margin-right: 4px;
}
.footer-section {
	float:left;
	width: 33%;
}
.footer .recent-comments li {
	margin-bottom: 6px;
}
.footer .copyright {
	text-transform: uppercase;
}
.subtle {
	color: #888;
}
.uppercase {
	text-transform: uppercase;
}
.get_posts_class {
	list-style-type: none; 
	padding: 0;
}
.get_posts_class a {
	font-size: 1.0em;
}
.post {
	border-bottom-style: solid;
	border-bottom-width:1px;
	border-bottom-color:#BBB;
	margin-bottom: 4rem;
	padding-bottom: 3rem;
}
.single-post .post {
	border-bottom-style: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.tags a {
	display: inline-block;
	background: #CCC;
	padding: 0.2em 0.4em;
	color: #444;
	margin-top: 4px;
	margin-bottom: 4px;
}
.tags a:hover {
	background: #000;
	color: #FFF;
	text-decoration: none;
}
.entry-date {
	float:left;
	display:block;
	width: 70px;
	height:70px;
	background: #9FB5A9;
	margin-top: 13px;
	margin-right: 10px;
}
.date-wrap {
	line-height: 0.8rem;
	padding: 6px;
	text-align: center;
	font-weight: bold;
}
.date-wrap span {
	font-size: 0.6rem;
	display:block;
}
.date-wrap .date {
	font-size: 2.2rem;
	line-height: 2.2rem;
}
.entry-title-wrap {
	float:left; 
	width: 86%;
}
.comments ul {
	list-style-type: none;
	padding: 0;
}
.comment-author .avatar {
	width: 70px;
	height: 70px;
	margin-right: 10px;
}
.comment-body {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
}
.fn {
	line-height: 70px;
	text-transform: uppercase;
}
.form-allowed-tags, .comment-notes, .comment-form label {
	color: #888;
	font-size: 0.7em;
}
.comment-form label {
	text-transform: uppercase;
}
#reply-title {
	font-size: 1.5em;
}
#comment, #url, #email, #author {
	width: 100%;
}
.search-submit {
	outline: 0;
	border: 1px solid #55846b;
}
#submit, .search-submit {
	background: #55846b;
	color: #FFF;
	padding: 8px 16px 8px 16px;
}
#submit:hover, .search-submit:hover {
	background: #000;
	border:1px solid #000;
}
.search-input, .search-input:hover, .search-input:focus {
	border: none;
	height: 37px;
	padding-left: 12px;
}
.addthis_sharing_toolbox {
	margin-top: 25px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

.index-app-list img {
	width: 105px;
	height: 105px;
}

.index-app-list .app-name {
	font-size: 0.7em;
}

.app-demo-slider-wrap {
	position:relative;
	margin-top: 3em;
}
.app-demo-chassis {
	width: 280px;
	height: 514px;
}
#slider-app-images {
	position:absolute;
	left: 38px;
	top: 87px;
}
#slider-app-images ul, #slider-app-images li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#slider-app-images li img {
	width: 200px;
	height: 331px;
}
.page-apps img {
	width: 280px;
	margin-top: -34px;
}
.page-apps .alignleft {
	margin-left: -26px;
}

.start-page-app-icon {

	float: left;
	margin: 5px 20px 20px 0;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
	
}
@media only screen and (min-width:480px) {
	.app-demo-slider-wrap {
		margin: 0;
	}
	.app-demo-chassis {
		width: 450px;
		height: 827px;
	}
	#slider-app-images {
		left:64px;
		top:141px;
	}
	#slider-app-images li img {
		width: 322px;
		height: 532px;
	}
	.index-app-list img {
		width: 150px;
		height: 150px;
	}
	.index-app-list .app-name {
		font-size: 1em;
	}
	.alignright {
		float:right;
		margin:5px 0 20px 20px;
	}
	.alignleft {
		float:left;
		margin:5px 20px 20px 0;
	}
	a img.alignright {
		float:right;
		margin:5px 0 20px 20px;
	}
	a img.alignnone {
		margin:5px 20px 20px 0;
	}
	a img.alignleft {
		float:left;
		margin:5px 20px 20px 0;
	}
}
@media only screen and (min-width:768px) {
	body {
		font-size:16px;
	}
	.left-bar {
		width: 18rem;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
	}
	.left-bar-fixed {
		position: absolute;
		right: 1rem;
		bottom: 1rem;
		left: 1rem;
		text-align: left;
	}
	.main-content {
		margin-right: 4rem;
		max-width: 38rem;
	}
	.main-content, .footer, .sidebar {
		margin-left: 19rem;
	}
}
@media only screen and (min-width:768px) and (min-height:950px) {
	.left-bar-banner-image {
		position:fixed;
		width: 18rem;
		bottom: 27rem;
		display: block;
	}
}
@media only screen and (min-width:1024px) {
	body {
		font-size:20px;
	}
	.left-bar {
		width: 24rem;
	}
	.left-bar-banner-image {
		width: 24rem;
	}
	.left-bar-fixed {
		right: 2rem;
		left: 2rem;
	}
	.main-content, .footer, .sidebar {
		margin-left: 30rem;
	}
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (min-width:1600px) {
	.page-app-demo {
		margin-top: 0;
		left: 74rem;
		position: fixed;
		top: 6rem;
	}
	.sidebar {
		left: 74rem;
		margin: 0;
		position: fixed;
		top: 6rem;
		max-width: 22rem;
	}
	.sidebar .ctc {
		display: block;
	}
	.sidebar .search {
		margin: 0;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#799C89;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#799C89;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#799C89;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    STATIC FOREST LANDING
\*------------------------------------*/

#lush-ferns {
	position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: auto;
	min-height: 100%;
	margin: auto;
}

.ferns-content {
	left: 10px;
	position: fixed;
  	color: #f1f1f1;
  	width: 100%;
  	padding: 20px;
}

#ferns-header h1 {
	font-size: 3.5em;
	line-height: 1em;
	font-weight: normal;
	font-family: 'Quicksand', sans-serif;
}

#ferns-social-icons {
	list-style-type: none;
	padding: 0;
	margin-bottom: 20px;
	font-size: 2.5em;
	line-height: 0;
	text-shadow: 0 0 1px #000;
}

#ferns-social-icons li a {
	margin-right: 20px;	
}

#ferns-social-icons li a:hover {
	text-decoration: none;
}

#ferns-footer {
	position: fixed;
	bottom: 0;
	left: 10px;
  	color: #f1f1f1;
  	padding: 20px;
}

@media only screen and (min-width:768px) and (min-height:500px) {
	#ferns-footer {
		left: 20%;
	}
	.ferns-content {
		left: 20%;	
		top: 12%;
	}
	.ferns-content section {
		width: 40%;
	}
}

@media only screen and (max-height:500px) {
	main {
		margin-top: 0;
	}
	.ferns-content {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-top: 0;
	}
}