@charset "UTF-8";
/* CSS Document */

/* Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 19;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 14px
	font-size: 1rem; (14 / $rembase)
	line-height: 1; ($line-height / 14)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/

/* Browser 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, 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%;
	vertical-align: baseline;
	background:transparent;
	outline: 0;
}
a {
    color:#222;
    text-decoration: underline;
}
a:hover {
    color:#808080;
    text-decoration: none;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
a:focus img{
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	margin: 0;
	padding: 0;
}
/* responsive images */
img, object, embed { max-width: 100%; }
img, figure img { height: auto; }
/*figure img { max-width: 100%;}*/
figure { width: 100%; margin:0; padding:0; }
/* Basic structure 
--------------------------------------------------------------
-------------------------------------------------------------- */
html {
	font-size: 100%; /* = $rembase, entspricht 16px */
	/*min-height: 101%;*/
}
::-moz-selection { background: #E28590; color: #fff; text-shadow: none; }
::selection { background: #E28590; color: #fff; text-shadow: none; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.8571rem;
	line-height: 1.5; /* = $line-height, entspricht 21px*/
	color: #222;
	background-color: #fff;
}
/* Custom CSS
 * --------------------------------------- */
p, blockquote {
	margin: 0 0 9px 0;
	/*margin: 0 0 0.375rem 0;*/
	padding: 0;
	text-align: justify;
	text-align-last:left;
	text-wrap: normal;
}
h1, h2 {
	font-weight: normal;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 20px;
	border-bottom: 2px solid #222;
}
header h1, header h2 {
	border-bottom: none;
}
h1 {
	font-size: 22px;
	font-size: 1.5714rem;
}
h2 {
	font-size: 13px;
	font-size: 0.9285rem;
	text-transform: uppercase;
}
h3 {
	font-size: 13px;
	font-size: 0.9285rem;
}
h3, h4 {
	font-weight: normal;
	letter-spacing: 1px;
}
.credits {
	font-size: 80%;
}
@media only screen and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-width: 641px) and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-width: 641px) and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-width: 641px) and (min-device-pixel-ratio: 1.5) {

}
@media only screen and (min-width: 320px) and (max-width: 640px) {

}
@media only screen and (min-width: 320px) and (max-width: 640px) and (orientation: landscape) {

}

/* GRID */

* { margin: 0; padding: 0; }
.container {
	max-width: 1200px;
	/*max-width: 90%;*/
}
.container:first-child {
	margin-top: 100px;
}
.container:last-child {
	margin-top: 40px;
	margin-bottom: 80px;
}
.container > .row {
	padding-bottom: 20px;
}
.container > .row > div {
	background: #fff;
	text-align: justify;
	text-align-last: end;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 0;
}
.container > .row > div p {
	padding-right: 25px;
}
.container:first-child > .row > div {
	background: #fff;
}
.container > .row > div:first-child {
	background: #fff;
}

.container > .row > div figure a img:hover {
	opacity: 0.7;

	-webkit-transition: background 240ms ease;
	-moz-transition: background 240ms ease;
	-o-transition: background 240ms ease;
	-ms-transition: background 240ms ease;
	transition: background 240ms ease;
}
/*	
	CSS hack for responsive videos.
	@see http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
	@see http://webdesignerwall.com/tutorials/css-elastic-videos
	========================================================= VIDEO HOLDER ====
*/
.video-holder {
	position: relative;
	/*padding-bottom: 56.25%;
	padding-top: 30px;*/
	height: 0;
	overflow: hidden;
	display: block;
}

.video-holder iframe, .video-holder object, .video-holder embed {
	position: absolute;	top: 0;	left: 0; width: 100%; height: 100%;
}