

html, body, div, span, teaser, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
	line-height: 0;
}
/* Structure
--------------------------------------------------*/

.limiter {
	max-width: 1140px;
	margin: 0 auto;
}
.left {
	float: left;
	width: 74.210526%; /* 846 / 1140 */
}
.right {
	float: right;
	width: 22.631579%; /* 258 / 1140 */
	line-height: 1.5;
	position: relative;
}
#header, #footer {
	padding-top: 1em;
	padding-bottom: 1em;
}
.padding {
	padding: 0 2em;
}
/* Styles
--------------------------------------------------*/

body {
	color: white;
	font-family: "futura-pt", sans-serif;
	background-color: black;
}
p, ul {
	margin-bottom: 1em;
}
em {
	font-style: italic;
}
/* Transitions */
a, a:hover, .title, .open, .flip, .close {
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-ms-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
		color: #fe7600;
}
/* Typography */

h1, h2, h3, h4, h5, h6, header, .big, .teaser, .title, .launch {
	font-family: "futura-pt", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

strong {
	color: #fe7600;
}

.teaser {
	text-transform: none;
	font-weight: 300;
}

.big, .teaser {
	font-size: 4.25em;
	line-height: 1.2;
	color: white;
	margin: 0.5em 0 0 0;
	border-bottom: 1px solid white;
}

.big span,
.teaser span {
	display: block;
	width: 100%;
	clear: both;
}

.teaser {
	font-size: 2.5em;
}


/* Header
--------------------------------------------------*/
#logo {
	float: left;
	width: 200px;
	height: 55px;
}
#logo a {
	display: block;
	width: 200px;
	height: 55px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 17px 0;
}

.menu {
	margin: 0;
}
.menu-item {
	float: left;
	margin-left: 2em;
}
.menu-item a {
	text-transform: uppercase;
	color: white;
	text-decoration: none;
}
#intro .big {
	padding: 1em 0 1em 0;
}
.big span,
.teaser span {
	display: block;
	clear: both;
}

#intro .teaser {
	padding-bottom:10em;
}



/* Projects
--------------------------------------------------*/

.info {
 color: black;
}
.title {
	padding: 2em 0;
	border-bottom: 1px solid black;
}
.title:hover {
	cursor: pointer;
	color: #fe7600;
}
.title h3 {
	float: left;
	font-size: 2.25em;
}
.title p {
	float: right;
	text-align: right;
	line-height: 2.25em;
	margin: 0 0 0 3.15789474%;
}
.flip {
	color: black;
	border: none;
}
.flip:hover {
	color: #fe7600;
	border: none;
}
.open {
	background: #FFF;
}
.no-border {
	border-bottom: none;
}
.info {
	display: none;
	padding-bottom: 4em;
	position: relative;
}
a.launch {
	color: white;
	padding: 0.33333em;
	text-decoration: none;
	background-color: black;
}
a.launch:hover {
	color: #fff;
	background-color: #fe7600;
}
.note {
	border-top: 1px solid #fe7600;
	margin-top: 5.666667em;
	padding-top: 1em;
	font-size: 0.75em;
}

/* Footer
--------------------------------------------------*/

#footer {
	color: #aaa;
	line-height: 1.4;
	font-size: 0.9em;
}
#credit {
	float: left;
	font-size: 0.9em;
}
#contact {
	color: #fe7600;
	text-decoration: none;
}
a#contact:hover {
	text-decoration: underline;
}

/* Tools
--------------------------------------------------*/

/* Clearfix */
.group:before, .group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
/* Hide */
.hide {
	display: none;
}



/* headline
--------------------------------------------------*/
@media screen and (max-width: 980px) {
	#intro .big {
		padding: 1em 0 1em 0;
	}
}
@media screen and (max-width: 860px) {
	#intro .big {
		padding: 0.8em 0 1em 0;
	}
}
@media screen and (max-width: 600px) {
	#intro .big {
		padding: 0.6em 0 1em 0;
	}
}
@media screen and (max-width: 400px) {
	#intro .big {
		padding: 0.6em 0 1em 0;
	}
}


/* teaser
--------------------------------------------------*/
@media screen and (max-width: 980px) {
	#intro .teaser {
 	 padding-bottom:7em;
 	 font-size: 2.0em;
  }
}
@media screen and (max-width: 860px) {
	#intro .teaser {
 	 padding-bottom:7em;
 	 font-size: 2.0em;
  }
}
@media screen and (max-width: 600px) {
	#intro .teaser {
 	 padding-bottom:6em;
 	 font-size: 1.4em;
  }
}
@media screen and (max-width: 400px) {
 #intro .teaser {
	 padding-bottom:5em;
	 font-size: 1.4em;
 }
}




/* Flexslider
--------------------------------------------------*/
@media screen and (max-width: 980px) {
	.project {
		overflow: auto;
	}
	.big, .title h3 {
		font-size: 3.5em;
	}
	.title p {
		line-height: 3.5em;
	}
}
@media screen and (max-width: 860px) {
	.padding {
		padding: 0 1em;
	}
	.left, .right, #contact, #credit {
		float: none;
		clear: both;
		width: 100%;
	}
	.title h3, .title p {
		float: none;
		clear: both;
	}
	.title p {
		text-align: left;
		line-height: inherit;
		margin: 0 0 0.5em 0;
	}
	.no-slider {
		margin-bottom: 60px;
	}
	#contact {
		padding: 0.33333em;
		border: 1px solid #222;
		margin: 0;
	}
	#contact:hover {
		border: 1px solid #fff;
	}
	#credit {
		margin-top: 2em;
	}
}
@media screen and (max-width: 600px) {


 #intro .teaser {
	 padding-bottom:7em;
 }
	.info {
		padding-bottom: 1em;
	}
	.note {
		margin-top: 3em;
	}
	.flexslider {
		margin: 0 0 48px;
	}
	.no-slider {
		margin-bottom: 48px;
	}
}
@media screen and (max-width: 400px) {


 #intro .teaser {
	 padding-bottom:5em;
 }
	.title {
		padding: 1em 0;
	}
	.title p, .credit {
		font-size: 0.875em;
	}
	#footer {
		margin-top: 1.88235294em;
	}
}
/* Flexslider
--------------------------------------------------*/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles */
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	/*width: 100%; */
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme */
.flexslider {
	margin: 0 0 60px;
	position: relative;
	zoom: 1;
}
.flex-viewport {
	max-height: 2222px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
/* Direction Nav */
.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background: url("/web/20230508231939im_/http://guidoboyke.de/css/css/images/bg-direction-nav.png") no-repeat 0 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px;
}
.flex-direction-nav .flex-prev {
	left: -36px;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
.flex-control-paging li a {
	width: 6px;
	height: 6px;
	display: block;
	background: #fff;
	border: 1px solid #e6a6a6;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.flex-control-paging li a:hover {
	background: #e6a6a6;
}
.flex-control-paging li a.flex-active {
	background: #e6a6a6;
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .active {
	opacity: 1;
	cursor: default;
}
@media screen and (max-width: 860px) {
 	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 0;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 0;
	}
}

/*
     FILE ARCHIVED ON 23:19:39 May 08, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:31:06 Apr 27, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.504
  exclusion.robots: 0.015
  exclusion.robots.policy: 0.008
  esindex: 0.01
  cdx.remote: 99.72
  LoadShardBlock: 528.843 (3)
  PetaboxLoader3.datanode: 479.961 (5)
  PetaboxLoader3.resolve: 328.047 (3)
  load_resource: 360.219 (2)
*/