/*
Theme Name: Golden Cosmos 42

Theme URI: http://christoph-knoth.com
Author: Christoph Knoth and Konrad Renner and many others
Author URI:
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 0.11
License: Do what you want but link back to http://christoph-knoth.com licence!
License URI:
Tags:
*/

@import url(http://fonts.googleapis.com/css?family=Chivo:400,400italic);


/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    }

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
    overflow-y: scroll;
    overflow-x: hidden;
    background: white;
    }

body, button, input, select, textarea { font-family: Chivo, sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: red; color: #fff; text-shadow: none; }
::selection { background: red; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


body.light-font a, body.light-font * {
    color: white !important;
}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; /*opacity:0.4;debug*/}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Christoph Knoth & Konrad Renner
   ========================================================================== */

#page {
	margin: 90px 25px 25px 25px;
	-webkit-hyphens:none;
	-moz-hyphens:none;
	hyphens:none;
}

/* !element positioning */

#site-title {
	position: fixed;
	top: 21px;
	left: 25px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	z-index: 100000;
}

#logo {
	position: fixed;
	top: 10px;
	left:50%;
	display: none;
	z-index: 1000;
}

	#logo img {
		margin-left: -40px;
	}

.menu {
	position: fixed;
	top: 25px;
	left: 14%;
	z-index: 100000;
}

#content {
	/*margin-top: 100px;*/
}

#lang_selection {
	position: fixed;
	top: 25px;
	right: 25px;
	z-index: 100000;
}

	#language_list ul li{
		float: left;
	}

#site-control {
	position: fixed;
	right: 25px;
	bottom: 20px;
	text-align: right;
	z-index: 100000;
	cursor: pointer;
	cursor: hand;
}

#hide-description {
	position: fixed;
	left: 25px;
	bottom: 20px;
	text-align: left;
}

#previous-project {
	position: fixed;
	right: 51%;
	width: 150px;
	bottom: 20px;
	text-align: right;
	display: none;
}

#next-project, #goto-about {
	position: fixed;
	left: 51%;
	bottom: 20px;
	text-align: left;
	display: none;
	width: 150px;
}

#goto-about {
	display: none;
	width: 150px;
}


/* on the single page*/

#subnav {
    width: 50%;
    margin: 40px auto 120px 0;
}
.single-works #previous {
    position: absolute;
    right: 51%;
}

.single-works #next {
    position: absolute;
    left: 51%;
}


#top {display: none;}

.edit-link {
	display: inline-block;
	padding-left: 10px;
}


/* !navigation */

.menu ul li {
	float: left;
	margin-left: 10px;
}

.menu ul li ul li {
    display: block;
    float: none;
    margin-left: 0;
    }

.menu ul .current_page_item {
	border-bottom: 2px solid;
}

.menu ul a:hover {
	border-bottom: 2px solid;
}

.menu ul .current_page_item a:hover {
	border: none;
}

#language_list .current_page_item {
    border-bottom: 2px solid;
    }

#menu-item-8799 {display: none;}

/*img { background-color: #f5f5f5;}*/

.lazy {
  display: none;
}

/* !Formats */

#branding {
	font-size: 1em;
	line-height: 1.1em;
	font-weight: normal;
}

#site-title {
	font-size: 0.97em;
	line-height: 1.1em;
	font-weight: normal;
}

article .spanh1, article .spanh2, article .spanh3, article .spanp, article p, article li, article h1, article h2, article h3 {
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 1.3em;
	text-indent: 0;
}

article h1 {

}


article ul {
	padding-left: 1em;
}

article {
	clear: both;
}

.spacer {
	height: 100px;
	clear:left;
}

hr { display: block; height: 0px; border: 0; margin: 2em 0; padding: 0; }

.underline-2 {
	border-bottom: 2px solid black;
	padding-bottom: 0.1em;
	line-height: 24px !important;
	}

.underline-1 {
	border-bottom: 1px solid black;
	padding-bottom: 0.1em;
	line-height: 24px;
	}

body.light-font .underline-1 {
	border-bottom: 1px solid white;
	}

body.light-font .underline-2 {
	border-bottom: 2px solid white;
	}

body.light-font #search .typeahead {
    border-color: white;
}

em {
	letter-spacing: 0.06em;
}

/* !links */

.spanh1 a:link, .spanp a:link { text-decoration:none; color:black; border-bottom: 2px solid;}
.spanh1 a:visited, .spanp a:visited { text-decoration:none; color:black; border-bottom: 2px solid;}
.spanh1 a:hover, .spanp a:hover { text-decoration:none; color:black; border-bottom: none;}
.spanh1 a:active, .spanp a:active { text-decoration:none; color:black; border-bottom: 2px solid;}
.spanh1 a:focus, .spanp a:focus { text-decoration:none; color:black; border-bottom: 2px solid;}

a:link { text-decoration:none; color:black; }
a:visited { text-decoration:none; color:black; }
a:hover { text-decoration:none; color:black; }
a:active { text-decoration:none; color:black; }
a:focus { text-decoration:none; color:black; }

/* wp-typography */

sup { top: -0.25em; }

/*sup {
	vertical-align: 60%;
	font-size: 75%;
	line-height: 100%;
}*/
sub {
	vertical-align: -10%;
	font-size: 75%;
	line-height: 100%;
}
.caps {
	font-size: 90%;
}
.dquo {
	margin-left:-.40em;
}
.quo {
	margin-left:-.2em;
}


/* !special pages*/

/* Blog */

.blog article {
	margin: 0px 120px 100px 0px;
	float: left;
	width: 400px;
	}

.blog article .entry-header {
	margin-bottom: 20px;
	width: 260px;
}

.blog article .entry-meta {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
	width: 260px;
	text-align: right;
	padding-top: 6px;
	}

.blog article .image {
	padding-top: 20px;
	}


/* about */

table td {
	padding-right: 4em;
}

#post-20 .edit-link,
.endofsiteabout .edit-link {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.endofsiteabout {
    position: relative;
}

#post-20 #website-by,
#post-61 #website-by,
.endofsiteabout #website-by {
    position: absolute;
    bottom: 0;
    right: 0;
}


/* works overview */

.thumb {
	float: left;
	margin: 0 18px 18px 0;
	display: block;
}

.thumb .content {
	display: none;
}

.page-template-works-showcase-php .entry-header,
.single-works .entry-header {
	position: absolute;
	top:15%;
	left: 25px;
	z-index: 50000;
	width: 22%;
}

.page-template-works-showcase-php .the-contents,
.single-works .the-contents {
	padding-top: 1em;
}

.page-template-works-showcase-php article,
.single-works article {
	width:auto !important;
	margin: 0;
	/*border-top: black solid 1px;*/
	position: relative;
}

.page-template-works-showcase-php article h1,
.single-works article h1 {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.7em;
}

.page-template-works-showcase-php article p,
.single-works article p {
	text-align: left;
	margin: 0;
	text-indent: 0;
	}

.page-template-works-showcase-php .images figure,
.page-template-works-showcase-php .images p,
.single-works .images figure,
.single-works .images p{
	text-align: center;
	margin: 0;
	text-indent: 0;
	}

.page-template-works-showcase-php #page,
.single-works #page {
	margin: 0;
	/*padding: 100px 0 50px 0; */
}
	/* slideshow */

.images {
    display: table;
    width: 100%;
}

.slideshow {
    display: table-cell;
    vertical-align: middle;
}

/*
.slideshowmarker {
    border:1px red solid;
    z-index: 100000;
}
*/

.page-template-works-showcase-php article .slideshow,
.single-works article .slideshow {
	width: 100% !important; /*overwrite jquery cycle*/
}

.page-template-works-showcase-php article .slideshow figure,
.single-works article .slideshow figure {
	width: 100% !important; /*overwrite jquery cycle*/
	text-align: center;
}

/* works filter */

.single-works #worksnavigation {
    margin-left: 25px;
    padding-top: 80px;
}

.single-works #worksnavigation form {
    display: none;
}

#worksnavigation nav header {
	position: absolute;
	top: 22px;
	right: 200px;
	font-size: 0.8em;
}

.as-original {
	border: 2px solid black;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 0 10px 0 10px;
}

#search {
	border: none;
	outline: none;
	resize: none;

	position: fixed;
	top: 21px;
	right: 160px;
	z-index: 1000;
}



.notinscope {
	zoom: 1;
	filter: alpha(opacity=10);
	opacity: 0.1;
}


/* About */

.aligncenter {
	text-align: center;
	display: block;
	margin: 0 auto;
}

.page-template-about-php .entry-header {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.page-template-about-php h1, .page-template-about-php h2 {
	margin: 2em 0 1em 0;
}

.page-template-about-php td {
	border-bottom: 20px solid White;
}

.page-template-about-php td.first {
	width: 33%;
}

.page-template-about-php td.last {
	width: 33%;
}

.page-template-about-php .entry-content-info ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.page-template-about-php ul li {
	list-style: none;
	padding: 0px;
	text-indent: -20px;
	padding-left: 20px;

}

.page-template-about-php .entry-content-info {
	width: 60%;
	float: left;
	border-bottom: 20px solid White;
}


#marginal {
    float: right;
    width: 33%;
}

.page-template-about-php #about-image {
	width: 100%;
	margin-bottom: 20px;
}

.page-template-about-php #about-image img {
	width: 100%;
	height: auto;
}

/* Contact */
.page-template-contact-php #background-image {
	position: absolute;
	top:0;
	left: 0;
	z-index: -100;
	height: 100%;
	overflow: hidden;
}

.page-template-contact-php .entry-content-info {
	width: 320px;
}

.page-template-contact-php #imprint {
	position: absolute;
	left: 25px;
	bottom: 25px;
	width: 700px;
	}

.page-template-contact-php p{
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

/* About for Works */
.page-template-works-showcase-php .page-template-about-php,
.single-works .page-template-about-php {
	padding-left: 25px;
}

.page-template-works-showcase-php .page-template-about-php p,
.page-template-works-showcase-php .page-template-about-php li,
.page-template-works-showcase-php .page-template-about-php h1,
.page-template-works-showcase-php .page-template-about-php h2,
.single-works .page-template-about-php p,
.single-works .page-template-about-php li,
.single-works .page-template-about-php h1,
.single-works .page-template-about-php h2,
{
	font-size: 1em;
	font-weight: normal;
}

.page-template-works-showcase-php .page-template-about-php ul,
.single-works .page-template-about-php ul {
	padding: 0;
	margin: 0;
}
.endofsiteabout {
	margin-top: 200px !important;
	margin-right: 30px !important;
	margin-bottom: 30px !important;
}










.typeahead,
.tt-query,
.tt-hint {
  width: 200px;
  padding: 3px 5px;

  border: 2px solid black;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: transparent;
}

.typeahead:focus {
  border: 2px solid black;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 210px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: red;
}

.tt-suggestion p {
  margin: 0;
}









/* Highlight Infoboxes if hover */

.entry-header,
.entry-content-info,
.page-template-contact-php #imprint {
    border:10px solid transparent;
    margin: -10px;
}

.entry-header:hover,
.page-id-25 .entry-content-info:hover,
.page-id-69 .entry-content-info:hover,
.page-template-contact-php #imprint:hover {
    background-color: white;
    border:10px solid white;
}

body.light-font .entry-header:hover,
body.light-font .page-template-contact-php:hover,
body.light-font .entry-content-info:hover,
body.light-font .page-template-contact-php #imprint:hover {
    background-color: black;
    border:10px solid black;
    color: white;
}




/* Debug Mode */

/* { border: 1px black solid; }*/


/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	ul.as-selections {
		border-top-width: 2px;
	}
	ul.as-selections li.as-selection-item {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	ul.as-selections li.as-selection-item a.as-close {
		margin-top: -1px;
	}
	ul.as-selections li.as-original input {
		height: 19px;
	}
}

/* Opera Hacks  */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	ul.as-list {
		border: 1px solid #888;
	}
	ul.as-selections li.as-selection-item a.as-close {
		margin-left: 4px;
		margin-top: 0;
	}
}

/* IE Hacks  */
ul.as-list {
	border: 1px solid #888\9;
}
ul.as-selections li.as-selection-item a.as-close {
	margin-left: 4px\9;
	margin-top: 0\9;
}

/* Firefox 3.0 Hacks */
ul.as-list,  x:-moz-any-link, x:default {
	border: 1px solid #888;
}
BODY:first-of-type ul.as-list, x:-moz-any-link, x:default { /* Target FF 3.5+ */
	border: none;
}



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden,
#site-description,
.section-heading,
.skip-link,
.page-item-126,
#worksnavigation h1,
.page-id-25 .entry-header,
.page-id-69 h1.entry-title,
.page-id-61  h1.entry-title,
#worksnavigation .thumb footer,
.page-item-498, /* Arbeiten Menu Item */
.page-item-458 /* Works Menu Item */
{ border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  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: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  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; }
}

/*
 *	Updated
 */

#scroll-arrow {
	position:fixed;
	left:50%;
	bottom:20px;
}