@CHARSET "UTF-8";

@font-face {
	font-family:'Open Sans';
	font-style:normal;
	font-weight:400;
	src:local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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: 'Open Sans','Lucida Grande','Lucida Sans Unicode',sans-serif;
	text-rendering: optimizeLegibility;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
/* *, #slider .flex-direction-nav { */
/* 	-webkit-transition: all 0.2s ease; */
/* 	-moz-transition: all 0.2s ease; */
/* 	-ms-transition: all 0.2s ease; */
/* 	-o-transition: all 0.2s ease; */
/* 	transition: all 0.2s ease; */
/* 	vertical-align: middle; */
/* } */
/* #slider * { no transitions for some elements */
/* 	-webkit-transition: none; */
/* 	-moz-transition: none; */
/* 	-ms-transition: none; */
/* 	-o-transition: none; */
/* 	transition: none; */
/* } */
:focus {
	outline: 0;
}
body {
	background: #fff url(images/sandy-background.png) top left repeat;
	line-height: 1;
	/* Silbentrennung */
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after {
	content: "";
}
blockquote {
	background: url(images/quote.png) top left no-repeat;
	min-height: 50px;
}
q { quotes: "\201C" "\201D"; }
q:before { content: open-quote; font-weight: bold; }
q:after { content: close-quote; font-weight: bold; }
a img { border: 0; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

/* Clearfix
----------------------------------------------- */
.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%;
}

/* =Global
----------------------------------------------- */
body, input, textarea {
	color: #ddd;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	background: url("https://cdn.ppfeufer.de/wp-content/themes/talos/colors/images/dark-wood.jpg") repeat scroll center center #3D3D3D;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h1, h2 {
	color: #ddd;
	text-shadow: 0 1px 0 #000;
	margin: 0 0 0.8125em;
}
h1 {font-size: 22px;}
p { margin-bottom: 1.625em; }
strong { font-weight: bold; }
cite, em, i { font-style: italic; }

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #eaeaea;
	border: 1px solid #ccc;
	color: #888;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	padding: 5px;
	text-indent: 10px;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
	background: #fff;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
	width:150px;
}

select {
	width:158px;
}

/* Links */
a {
	color: #ddd;
	text-decoration: underline;
}
a:hover { color:#cc3300 !important; }

section article {float:left;}
section article:first-child {width:250px;}
label {width:60px; display:inline-block;}
