/**
 * 1.0 Imports
 *
 * Import fonts or other css-files
 *
 * @see http://www.google.com/fonts
 * ----------------------------------------------------------------------------
 */



/**
 * 2.0 Reset
 *
 * Modified from E. Meyer to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://meyerweb.com/eric/tools/css/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, 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; }
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; }
input, select { vertical-align:middle; }

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box; }

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%; }
	
body {
	background-size: 100% auto;
	color: #858180;
	font-size: 100%;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	line-height: 1.4;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
	

a, a:active {
	color: #ffb5a3;
	text-decoration: none;}
a:visited { color: #ffb5a3; }
a:focus { outline: none; }
a:hover { color: #fff; }

	
p {
	font-size: 14px;
	font-size: 0.875rem;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 15px;
	line-height: 1.2;
}
	
strong { font-weight: bold;  }
italic { font-style: italic; font-weight: 400;  }


/**
 * 3.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
.row{ *zoom: 1; }
.row:before, .row:after{ content: ""; display: table; }
.row:after { clear: both; }

sup {
    font-size: xx-small;
    vertical-align: top;
}

/**
 * 4.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
.container {
	width: 420px;
	position: absolute;
	right: 15%;
	top: 0px; }
	
#site-header {
	width: 100%;
	background: #7C1300;
	padding: 20px 15px 15px 15px;
	color: #ffb5a3;
	margin-bottom: 15px; }

#navi > ul {
	position: relative; }

#navi li {
	float: left; } 

#navi li a {
	border-right: 1px solid #ffb5a3;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-size: 0.875rem; } 
	
#navi li:first-child a {padding-left: 0px;}
#navi li:last-child a {border-right: 0px; padding-right: 0px;}

.navi-sub {
	position: absolute;
	top: 25px;
	left: 0px; }
	
.navi-sub li a {
	border-right: none !important;
	font-size: 12px !important;
	font-size: 0.75rem !important; }
	
.current > a {
	color: #fff; }
	
#logo {
	margin-top: 100px;
	font-size: 24px;
	font-size: 1.5rem;
	text-align: right; } 
	
#logo-arbeit {
	margin-top: 30px;
	margin-left: 30px;
	font-size: 24px;
	font-size: 1.5rem;
	text-align: left; } 

#logo-arbeit a:hover { color: #ffb5a3; }
	
.start { color: #7C1300; }

#content {
	width: 100%;
	background: url('../img/layout/bg-content.png') 0 0 repeat;
	padding: 20px 15px;
	font-size: 14px;
	font-size: 0.875rem; }
	
#content a, #content a:visited, #content a:focus, #content a:active {
	color: #7C1300;
	text-decoration: none; }

#content a:hover { text-decoration: underline; }

#content h2 {
	font-size: 18px;
	font-size: 1.125rem; 
	color: #615c5c; 
	margin-bottom: 20px; }
	
.left {
	float: left;
	width: 20%; }
	
.right {
	float: right;
	width: 75%; }

/**
 * 5.0 Slider Startseite
 * ----------------------------------------------------------------------------
 */  
	
/* pager */
#pagination {
   position: fixed;
   bottom: 30px;
   width: 70px;
   left: 50%;
   margin-left: -35px; }
   
#pagination ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    
.pager {
    width: 15px;
    height: 15px;
    float: left;
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 10px;
    cursor: pointer; }
    
.pager:first-child {
    margin-left: 0px; }
    
.act {
	background-color: #7c1300; }
	
/**
 * 6.0 Gallery - Arbeiten
 * ----------------------------------------------------------------------------
 */
#gallery-1 {
	margin-top: 110px;
}
