site-info/*
Theme Name: Journey
Theme URI: http://journey.tryand.net/
Author: Fabian Stiehle
Author URI: http://twitter.com/fstiehle
Description: Journey is a minimalistic Theme for Personal Blogs. Write about your Journey.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: journey
Domain Path: /languages/
Tags:custom-menu, featured-images, two-columns, post-formats, responsive-layout, sticky-post, translation-ready

journey is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 - Reset
1.0 - General
2.0 - Typography
3.0 - Elements
	3.1 - Links
4.0 - Forms
5.0 - Header
6.0 - Navigation	
	6.1 - Menus
7.0 - Accessibility
8.0 - Alignments
9.0 - Clearings
10.0 - Widgets
11.0 - Content
	11.1 - Posts and pages
	11.2 - About Me Page
	11.3 - Asides
	11.4 - Comments
12.0 - Footer
13.0 - Infinite scroll
14.0 - Media
	14.1 - Captions
	14.2 - Galleries
15.0 - Shortcodes
16.0 - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
1.0 - General
--------------------------------------------------------------*/
#masthead {
	position: fixed;
	width: 300px;
	height: 100%;
	z-index: 999;
	overflow-y: auto;
}
#masthead img {
	z-index: 1 !important;
}
#content {
	width: 100%;
	padding-left: 300px;
}
#primary  {
	background-color: #fff;
	float: left;
	max-width: 1000px;
	width: 1000px;	
}
#main {
	padding: 60px;
	border-left: 1px solid #edebeb;
	border-right: 1px solid #edebeb;	
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#secondary {
	float: left;
	width: 320px;
	padding: 60px 40px 40px 40px;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	letter-spacing: 0.01rem;
	font-weight: 400;
	font-style: normal;
	font-family: 'Noto Sans', sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.8; /* lineheightbase 29px/Fontbase 17px = 1.8 */
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.4;
	margin-bottom: 0.7rem;
}
h1 {
	font-family: 'Alike', serif;
	font-size: 31px;
	font-size: 3.1rem;
}
h2 {
	font-family: 'Alike', serif;
	font-size: 24px;
	font-size: 2.4rem;
}
h3 {
	font-family: 'Alike', serif;
	font-size: 19px;
	font-size: 1.9rem;
}
h4 {
	font-family: 'Alike', serif;
	font-size: 15px;
	font-size: 1.5rem;
}
h5 {
	font-family: 'Alike', serif;
	font-size: 14px;
	font-size: 1.4rem;
}
h6 {
	font-family: 'Alike', serif;
	font-size: 13px;
	font-size: 1.3rem;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}
p {
	margin-bottom: 1.5em;
}
.hentry p:last-child {
	margin-bottom: 0;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 1rem;
}
cite {
	margin: 0 1.6rem;
	text-decoration: underline;
}
blockquote {
	padding: 0 1.5rem;
	border-left: 4px solid #666;
	margin-bottom: 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/* Sidear */
#secondary,
#secondary button,
#secondary input,
#secondary select,
#secondary textarea {	
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.7;
}
.widget-area h1 {
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.widget-area h2 {
	font-size: 18px;
	font-size: 1.8rem;
}

/* Header */
.site-title {
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	
}
.site-title h1 {
	color: #333 important!;
}
.site-description {
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #111;
	}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
li {
	margin-bottom: 1rem;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */	
}
img {
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
 	-ms-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
 	transition: all .3s ease-in-out;
}
img:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);	
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/* Table */
table{width:100%;margin:0 0 10px 0;text-align:left;border-collapse: collapse;}
thead, tbody{margin:0;padding:0;}
th, td{padding:7px 10px;font-size:0.9em;border-bottom:1px solid #ddd;text-align:left;}
thead th{font-size:0.9em;padding:3px 10px;border-bottom:1px solid #ddd;}
tbody tr.last th,
tbody tr.last td{border-bottom:0;}

/*--------------------------------------------------------------
3.1 Links
--------------------------------------------------------------*/
a {
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out; 	
  	-o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
}
a:link,
a:visited {
    color: #b52732;    
    text-decoration: none;
}
a:hover {
    color: orange;
}
a:active {
	color: #bf5959;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #e6e6e6;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;

	display: block;
	width:180px;
	margin-top: 1.5em;
	background-color: #f6f6f6;
	padding: 12px;
	color: #808080 !important;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #333 !important;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;	
}
input[type="search"] {
	width: 155px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 10px;
	font-size: 13px;
	font-size: 1.3rem
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Header
--------------------------------------------------------------*/
.site-branding {
	padding: 60px 40px 40px 40px;
	border-bottom: 1px solid #eee;
}

.site-description {
	margin-top: 1.6rem;

	padding-left: 8px;
	background: #f5f5f5;
	opacity: 0.60;
	filter: alpha(opacity=60)
}
.site-title {
	margin-top: 2.3rem;
	color: #333 !important; 
}
.site-title a {
	color: #333;
}
.site-title a:hover {
	color: #000;
}

/*--------------------------------------------------------------
6.0 Navigation
--------------------------------------------------------------*/
#site-navigation {
	padding: 20px 40px 40px 40px;

	background: #f5f5f5;
	opacity: 0.60;
	filter: alpha(opacity=60)
}
.nav-links {
	margin: 7.4rem 2.4rem 0 2.4rem;
}
.more-link,
.blog .nav-previous a,
.blog .nav-next a {
	display: block;
	clear: both;
	width:180px;
	margin-top: 1.7em;
	background-color: #f6f6f6;
	border-left: 1px solid #ccc;
	padding: 12px;
	color: #808080 !important; /* Kommentartext #808080 */
	text-align: center;
}
.blog .nav-next a {
	float: right;
}
.blog .nav-previous a {
	border-left: 0;
	border-right: 1px solid #ccc;
}
.blog .nav-previous a:hover,
.blog .nav-next a:hover, 
.more-link:hover {
	color: #333 !important;
	border-left: 1px solid #808080;
}
.blog .nav-previous a:hover {
	border-left: 0;
	border-right: 1px solid #808080;
}
.nav-previous a,
.nav-next a {
	color: #808080;
}
.nav-previous a:hover,
.nav-next a:hover {
	color: #333;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
	word-spacing: 5px;
}
.page-links a {
	background-color: #f5f5f5;
	color: #333;
	padding: 8px;
}
.page-links a:hover {
	border-bottom: 1px solid #808080;
}

/*--------------------------------------------------------------
6.1 Menus
--------------------------------------------------------------*/
.main-navigation {	
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.1;
	clear: both;
	display: block;
	float: left;
	width: 100%;	
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}
.main-navigation li {
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
	clear: both;
}
.main-navigation li a {	
	color: #222;
	padding: 1rem 0.8rem 1rem 3rem;	
}
.main-navigation li a:hover {
	color: #990000;
}
.main-navigation a {
	color: #404040;
	display: block;
	text-decoration: none;
}
.menu-item-has-children {
	position: absolute;
}
.main-navigation ul ul {
	position: relative;
	float: left;
	z-index: 99999;	
	width: 100%;
}
.main-navigation ul ul ul {
	position: relative;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
	font-weight: normal;
	font-size: 1.3rem;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
	color: #fc5604;
}

/* Small menu */
.toggle-nav {
	display: none;
	color: #333 !important;
}
.toggle-nav div /* Mini Site title */ {
	position: absolute;
	left: 68px;
	top: 16px;
	line-height: 32px;	
}
.mini-header-image {
	position: absolute;
	width: 35px;
	border-radius: 100%;
	top:13px;
	left:20px;
}
.mini-header-image:hover {
	opacity: 1.0;
}
.toggle-nav a {
	font-size: 28px;
	color: #333;	
}
.toggle-nav.active  {
	color: #ef3636;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.sub-menu {
	clear: both;
}

/*--------------------------------------------------------------
7.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
#tinymce.wp-editor { /* adding padding to tinymce editor */
    padding: 20px; 
}

/*--------------------------------------------------------------
8.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
9.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
} 
.clearfix {
    display: inline-block;
} 
html[xmlns] .clearfix {
    display: block;
} 
* html .clearfix {
    height: 1%;
}

/*--------------------------------------------------------------
10.0 Widgets
--------------------------------------------------------------*/
.widget {
	width: 240px;
	max-width: 240px;	
	margin: 0 0 2.5em;
	padding: 30px;
	background-color: #f6f6f6;
	border-radius: 2px;
	clear: both;
	border-radius: 2px;
}
.widget-title {
	letter-spacing: 1px;
	font-family: 'Noto Sans', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-size: 1.3rem !important;
	color: #808080;
}
.widget a {
	color: #808080;
}
.widget a:hover {
	color: #404040;
}
.widget ul,
.widget ol {
	margin-left: 2rem
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget_search input {
	width: 160px;
}

/* Calendar widget */
.widget_calendar {
	float: left;
	padding: 30px 1px 0 1px;
}
.widget_calendar a {
	color: #333;
}
#wp-calendar {
	width: 100%;
	background-color: #fff;
	margin: 0;
}
#wp-calendar caption { 
	letter-spacing: 1px;
	font-family: 'Noto Sans', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-size: 1.3rem;
	color: #808080;
	margin-bottom: 2rem;
	text-align: center;
}
#wp-calendar thead {
	font-size: 10px;	
}
#wp-calendar thead th {
	padding: 10px;
	text-align: center;
}
#wp-calendar tbody { 
	color: #aaa; 
}
#wp-calendar tbody td {
	background: #fff;
	border: 1px solid #f5f5f5;	
	text-align: center;
	padding: 8.9px;
}
#wp-calendar tbody td:hover {
	background: #f5f5f5;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot tr {
	background-color: #f5f5f5
}
#wp-calendar tfoot {
	padding: 10px;
}
#wp-calendar tfoot #next a {
	font-size: 10px;
	float: right;
	text-transform: uppercase;	
	padding: 10px 10px 5px 5px;
}
#wp-calendar tfoot #prev a { 
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	padding: 10px 5px 5px 10px;
}

/* tagcloud widget */
.tagcloud a {
	margin: 5px 0 5px;
	background-color: #fff;
	line-height: 1.2;
	padding: 10px;
	clear: both;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
}

/*custom widgets: recent entries*/
.widget_journey_custom_recent_entries ul,
.widget_journey_recent_comments ul {
	list-style: none;	
	margin: 0;
}
.widget_journey_custom_recent_entries li,
.widget_journey_recent_comments li {
	list-style: none;	
	padding: 15px 0 15px;
	border-top: 1px solid #eee;
	margin: 0;
	width: 100%;
}
.widget_journey_custom_recent_entries li:first-child,
.widget_journey_recent_comments li:first-child {
	padding: 0 0 15px;
	border-top: none;
}
.widget_journey_custom_recent_entries img, 
.widget_journey_recent_comments img {
	opacity: 1;
}
.widget_journey_recent_comments li a,
.widget_journey_custom_recent_entries li a {
	display: inline-block !important; /* to override wordpress inline style. Why does this get added anyway? */	
}
.widget_journey_recent_comments li a:hover img,
.widget_journey_custom_recent_entries li a:hover img {
  	transform:scale(1.1);
    -ms-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
}
.widget_journey_recent_comments li {
	min-height: 70px;
}
.widget_journey_recent_comments .avatar {
	margin-right: 10px;
	border-radius: 100%;
	float: left;	
	display: inline;
}
.widget_journey_custom_recent_entries img {
	margin-right: 15px;
	border-radius: 2px;
	float: left;	
	display: inline;
	padding-top: 6px;
}
.recent-entry-title {	
	width: 115px;
	float: right;
	padding-top: 2px;
}
.widget_journey_custom_recent_entries .date {
	font-size: 11px;
	font-size: 1.1rem;
	width: 115px;
	float: right;
	color: #333;
	margin-top: 5px;
}

/*custom widget: cta */
.widget_journey_cta .textwidget {
	font-size: 16px;
	font-size: 1.6rem;	
	text-transform: uppercase;
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
	font-weight: bold;
	text-align: center;
}
.widget_journey_cta a:hover {
	text-decoration: underline;
}
.widget_journey_cta {
	display: block;
}

/*custom widget: frameless */
.widget_journey_frameless {
	padding: 0;
	background-color: #fff;
}

/*custom widget: social links */
.widget_journey_social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_journey_social li {
	display: block;

}
.widget_journey_social li .fa {
	border-radius: 2px;
	line-height: 1.8;
	padding-left: 10px;	
	font-size: 24px;
	font-size: 2.4rem;
	width: 100%;
	height: 40px;	
	color: #333;
	background-color: #fff;	
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
 	-ms-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
 	transition: all .3s ease-in-out;
}
.widget_journey_social .twitter:hover .fa {
	background-color: #00aced;
	color: #fff;
}
.widget_journey_social .facebook:hover .fa {
	background-color: #3b5998;
	color: #fff;
}
.widget_journey_social .gplus:hover .fa {
	background-color: #dd4b39;
	color: #fff;
}
.widget_journey_social li:hover .fa {
	opacity: 0.8;	
}

/*--------------------------------------------------------------
11.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.1 Posts and pages
--------------------------------------------------------------*/
.sticky h1 {
	border-left: 4px solid #37b8eb;
	padding-left: 15px;	
}
.hentry {
	border-bottom: 1px solid #eee;
	margin: 7.4rem 2.4rem 0 2.4rem;
	padding-bottom: 7.4rem;
}
.hentry:first-child {	
	margin-top: 0;
}
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	word-wrap: break-word;
}
.page-title {
	text-align: center;
	font-weight: bold;
}
.taxonomy-description {
	text-align: center;
}
.entry-title {
	font-weight: bold;
	word-wrap: break-word;
}
.entry-title a {
	color: #333;
}
.entry-title a:hover {
	color: #000;
}
.posted-on,
.byline,
.entry-footer {
	font-size: 14px;
	font-size: 1.4rem;
	color: #808080;
}
.posted-on a,
.byline a,
.entry-footer a {
	color: #808080;
	text-decoration: underline;
}
.fa {
	margin-right: 5px;
}
.entry-meta .byline {
	margin-left: 20px;
}
.posted-on a:hover,
.byline a:hover,
.entry-footer a:hover {
	color: #333;
}
.attachment-post-thumbnail {
	margin-bottom: 1.7rem;
}
.entry-footer {
	margin-top: 2.4rem;
}
.error-404 h1 {
	text-align: left;
}

/*--------------------------------------------------------------
11.2 About Me Page
--------------------------------------------------------------*/
#primary-aboutme {
	width: 100%;
	padding: 0;
}
#primary-aboutme .hentry {
	border-bottom: none;
	padding: 0;
}
#primary-aboutme img {
	opacity: 1;	
	padding-bottom: 20px;
}
#primary-aboutme #main {
	padding: 60px 80px 40px 80px;
	text-align: center;
}
.aboutme-social ul {
	list-style: none;
}
.aboutme-social li {
	display: inline-block;	
	margin-left: 15px;	
}
.aboutme-social li .fa {	
	line-height: 1.8;	
	font-size: 25px;
	font-size: 2.5rem;		
	color: #333;	
}
.aboutme-social li:first-child {	
	margin-left: 0;	
}
.aboutme-social .twitter:hover .fa {
	color: #00aced;
}
.aboutme-social .facebook:hover .fa {
	color: #3b5998;
}
.aboutme-social .gplus:hover .fa {
	color: #dd4b39;
}
/*--------------------------------------------------------------
11.3 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
11.4 Comments
--------------------------------------------------------------*/
#comments {	
	margin: 7.4rem 2.4rem 0 2.4rem;
}
#comments ol {
	list-style: none;
	margin: 0;
}
.comment {
	border-bottom: 1px solid #eee;
	padding-bottom: 3rem;
}
#comments .children .comment{
	margin: 30px 0 20px 0;
	border-left: 1px solid #eee;
	border-bottom: none;
	padding-left: 20px;
}
.comment,
.comment-content,
#respond {
	margin-top: 3rem;
	word-wrap: break-word;
}
.comment-meta {
	height: 80px;
}
.comment-meta a:hover,
.reply a:hover {
	color: #333 !important;
}
.comment .avatar {
	width: 80px; /* is also set in comments.php, look for wp_list_comments */
	float: left;
	margin-right: 2rem;
}
.comment-metadata,
.comment-metadata a {
	font-size: 15px;
	font-size: 1.5rem;
	color: #808080;
}
.comment-metadata a:hover {
	color: #333 !important;
}
.comment-content {
	word-wrap: break-word;
}
.reply a {
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	clear: both;
	width: 70px;
	text-align: center;
	background-color: #f6f6f6;
	padding: 12px;
	color: #808080;
}
.logged-in-as,
.form-allowed-tags,
.comment-notes {
	font-size: 12px;
	font-size: 1.2rem;
}
.comment-form label {
	display: block;
}
.bypostauthor .fn {
	text-decoration: underline;
}

/*--------------------------------------------------------------
12.0 Footer
--------------------------------------------------------------*/
.site-footer {
	margin: 7.4rem 2.4rem 4.4rem 2.4rem;
	padding-left: 280px;
	font-size: 15px;
	font-size: 1.5rem;
	color: #333;
}
.site-info {
	background: #f5f5f5;
	padding: 15px 15px 15px 20px;
	opacity: 0.90;
	filter: alpha(opacity=90)	
}

.site-info:hover {
	opacity: 0.80;
	filter: alpha(opacity=80);	
}

.site-footer a {
	text-decoration: underline;
}

/*--------------------------------------------------------------
13.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
14.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Jetpack Slideshow */
.slideshow-window {
	background-color: #f5f5f5;
	border: 20px solid #f5f5f5;
	border-radius: 0px;	
}
.slideshow-window img:hover {
	opacity: 1;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
/*--------------------------------------------------------------
14.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text,
.gallery-caption {
	font-size: 15px;
	font-size: 1.5rem;
	color: #808080;
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
14.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

/*--------------------------------------------------------------
15 Shortcodes
--------------------------------------------------------------*/
/* Alerts */
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 0.5rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #c09853;
}
.alert.success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert.danger,
.alert.error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert.info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

/* Labels */
.label {
	padding: 3px;
	background-color: #fcf8e3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #c09853;
	display: inline;
}
.label.green {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.label.red {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.label.blue {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

/* text blocks */
.block {
	padding: 20px;
	margin-bottom: 0.5rem;
	border: 1px solid #ccc;
}
.block.grey {
	background-color: #f5f5f5;
	border-color: #F5F5F5;
}
.block.info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

/* buttons */
.btn {
	border: none;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 1.7rem;
	border-radius: 4px;
	padding: 10px 15px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	background-color: #bdc3c7;
	display: inline-block;
	color: #ffffff !important;
}
.btn:hover,
.btn:focus {
	outline: none;
	color: #ffffff;
}
.btn:active,
.btn.active {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn.green {
	color: #ffffff;
  	background-color: #2ecc71;
}
.btn.red {
	color: #ffffff;
  	background-color: #e74c3c;
}
.btn.blue {
	color: #ffffff;
  	background-color: #3498db;
}
.btn.yellow {
	color: #ffffff;
 	background-color: #f1c40f;
}
.btn.blue:hover,
.btn.blue:focus,
.btn.blue:active {
  color: #ffffff;
  background-color: #5dade2;
  border-color: #5dade2;
}
.btn.red:hover,
.btn.red:focus,
.btn.red:active {
  color: #ffffff;
  background-color: #ec7063;
  border-color: #ec7063;
}
.btn.yellow:hover,
.btn.yellow:focus,
.btn.yellow:active {
  color: #ffffff;
  background-color: #f5d313;
  border-color: #f5d313;
}
.btn.green:hover,
.btn.green:focus,
.btn.green:active {
  color: #ffffff;
  background-color: #58d68d;
  border-color: #58d68d;
}

/*--------------------------------------------------------------
16 Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 1640px) {		
	#primary  {	
		width: 75%;
	}
}
@media screen and (max-width: 1597px) {		
	#primary  {	
		width: 74%;
	}
}
@media screen and (max-width: 1548px) {		
	#primary  {	
		width: 73%;
	}
}
@media screen and (max-width: 1503px) {		
	#primary  {	
		width: 72%;
	}
}
@media screen and (max-width: 1460px) {		
	#primary  {	
		width: 71%;
	}
}
@media screen and (max-width: 1422px) {		
	#primary  {	
		width: 70%;
	}
}
@media screen and (max-width: 1400px) {
	#secondary { 
		padding: 60px 40px 40px 0;
	}
	.widget {
		clear: none;
		float:left;
		margin-left: 40px;
	}	
}
@media screen and (max-width: 1384px) {		
	#primary  {	
		width: 69%;
	}
}
@media screen and (max-width: 1350px) {		
	#primary  {	
		width: 68%;
	}
}
@media screen and (max-width: 1317px) {		
	#primary  {	
		width: 67%;
	}
}
@media screen and (max-width: 1286px) {
	#primary  {	
		width: 100%;
		max-width: 100%;
	}
	#secondary { 
		width: 100%;
	}
	#primary-aboutme #main {
	padding: 60px 20px 40px 20px;
	}
}
@media screen and (max-width: 1190px) {
	.toggle-nav {
		display: block;
	}
	#page {
	    position: relative;
	    width: 100%;
	}
	#content {
		padding-left: 0px;		
	}
	#site-canvas {
	    width: 100%;
	    height: 100%;
	    position: relative;
	    -webkit-transform: translateX(0);
	    transform: translateX(0);
	    -webkit-transition: .3s ease all;
	    transition: .3s ease all;
	}
	#masthead {
		position: absolute;
		width: 300px;
	    top: 0;
	    left: -300px;
	}
	#main {
		border-top: 60px solid #f5f5f5;
	}
	img {
		-moz-transition: none;
    	-webkit-transition: none;
    	-o-transition: color 0 ease-in;
    	transition: none; 
    }
	img:hover {
		opacity: 1;
	}
	#primary-aboutme #main {
	padding: 40px 20px 40px 20px;
	}
	.site-footer {
		padding-left: 20px;
	}
	#page.show-nav #site-canvas {
	    -webkit-transform: translateX(300px);
	    transform: translateX(300px);
	}
}
@media screen and (max-width: 600px) {
	#masthead {
		width: 250px;
	    top: 0;
	    left: -250px;
	}		
	#page.show-nav #site-canvas {
	    -webkit-transform: translateX(250px);
	    transform: translateX(250px);
	}
	ol, ul {
		margin-left: 2.3rem;
	}
	#secondary {
		clear: both;
		width: 240px;
		float: none;
		margin: 0 auto 2.5em auto;		
	}	
	.widget {
		width: 240px;
		float: none;
		margin: 0 0 40px;
	}		
	.nav-next,
	.nav-previous {		
		width: 100% !important;	
	}
	.nav-next a {
		float: left !important;		
	}
}
@media screen and (max-width: 475px) {
	#main {		
		padding: 40px 20px 20px 20px;	
	}
	.toggle-nav {
		left: 20px;
		top: 10px;
	}	
	#masthead {
		width: 250px;
	    top: 0;
	    left: -250px;
	}
	.site-branding img {
		width: 170px;
	}
	.main-navigation li a {	
		padding: 1rem 0.8rem 1rem 1rem;	
	}
	#page.show-nav #site-canvas {
	    -webkit-transform: translateX(250px);
	    transform: translateX(250px);
	}	
}

.bildlinks {float:left;padding:3px;margin-right:20px;margin-bottom:12px;}
p.bildlinks {padding-right:20px}
.bildrechts {float:right;padding:3px;margin-left:20px;margin-bottom:12px;}
p.bildrechts {padding-left:20px}
.zentriert {
    display: block;
    margin-left: auto;
    margin-right: auto }
div.pagination {padding:3px;margin:3px;text-align:center}
div.pagination a {border:1px solid #dedfde;margin-right:3px;padding:2px 6px;background-position:bottom;text-decoration:none;color:#99210B}
div.pagination a:hover,div.pagination a:active {border:1px solid #000;color:#fff;background:#777 none}
div.pagination span.current {margin-right:3px;padding:2px 6px;font-weight:bold;color:#99210B}
div.pagination span.disabled {margin-right:3px;padding:2px 6px;color:#adaaad}
