/* 
* Skeleton V1.2 
* Copyright 2011, Dave Gamache 
* www.getskeleton.com 
* Free to use under the MIT license. 
* http://www.opensource.org/licenses/mit-license.php 
* 6/20/2012 
*/ 
 
 
/* Table of Content 
================================================== 
	#Reset & Basics 
	#Basic Styles 
	#Site Styles 
	#Typography 
	#Links 
	#Lists 
	#Images 
	#Buttons 
	#Forms 
	#Misc */ 
 
 
/* #Reset & Basics (Inspired by E. Meyers) 
================================================== */ 
	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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { 
		border: 0; 
		font-size: 100%; 
		font: inherit; 
		vertical-align: baseline; } 
	tr, th, td { 
		border: 0; 
		font-size: 100%; 
		font: inherit; 
		vertical-align: top; 
	} 
	td { padding: 0 10px; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, section { 
		display: block; } 
	body { 
		line-height: 1; margin: 0; } 
	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; } 
 
 
 
/* #Basic Styles 
================================================== */ 
	body { 
		background: #ffffff; 
		font-family: "Open Sans", sans-serif; 
		font-size: 12px; 
		color: #444444; 
		line-height: 1.8em; 
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ 
		-webkit-text-size-adjust: 100%; 
 } 
 
 
/* #Typography 
================================================== */ 
	h1, h2, h3, h4, h5, h6 { 
		/* padding-left: 5px; */
		line-height: 1.0em; 
		text-align: left;
		padding: 0 10px 10px 10px;
	 } 
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; } 
	h1 { 
	font-size: 2.5em; 
	color: #444;
	} 
	h2 { 
	font-size: 2.0em; 
	color: #444;
} 
	h3 { 
	font-size: 1.7em; 
	color: #444;
} 
	h4 { 
	font-size: 1.4em; 
} 
	h5 { 
	font-size: 1.2em; 
} 
 
      .trennung { 
        -ms-hyphens: auto; 
        -webkit-hyphens: auto; 
        hyphens: auto; 
 
} 
	.subheader { color: #777; } 
 
	p { margin: 10px; padding: 0 10px 10px 10px; } 
	p img { margin: 0; } 
	p.lead { font-size: 21px; line-height: 27px; color: #777;  } 
 
	em, i { font-style: italic; } 
	strong, b { font-weight: bold; } 
	small { font-size: 80%; } 
 
/*	Blockquotes  */ 
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; } 
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; } 
	blockquote cite { display: block; font-size: 12px; color: #555; } 
	blockquote cite:before { content: "2014 �020"; } 
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; } 
 
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; } 
 
 
/* #Links 
================================================== */ 
	a, a:visited { 
	color: #447dff; 
	text-decoration: none; 
	font-weight: normal; 
	outline: 0; 
	margin: 0; 
	padding: 0; 
} 

	a button {
	text-decoration: none !important;
	cursor: pointer;
	}
	
	a:hover, a:focus { text-decoration: underline;  
	transition: background-color 0.3s ease .1s; 
    -webkit-transition: background-color .3s ease .1s; 
    -moz-transition: background-color .25s ease .1s; 
    -o-transition: background-color .25s ease .1s; 
    -ms-transition: background-color .25s ease .1s; 
	} 
	a button:hover {
		text-decoration: none !important;
	}
	 
	 
	p a, p a:visited { line-height: inherit; } 
 
 
/* #Lists 
================================================== */ 
	ul, ol { margin: 10px 20px 20px 0px;  } 
	ul { list-style: disc outside; } 
	ol { list-style: decimal; } 
	/* ol, ul, ul.square, ul.circle, ul.disc { margin-left: 30px; padding-left: 100px; } */ 
	ul.square { list-style: square outside; } 
	ul.circle { list-style: circle outside; } 
	ul.disc { list-style: disc outside; } 
	ul ul, ul ol, 
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  } 
	ul ul li, ul ol li, 
	ol ol li, ol ul li { margin-bottom: 6px; } 
	li { margin-bottom: 12px; } 
	ul.large li { line-height: 21px; } 
	li p { line-height: 21px; } 
 
/* #Images 
================================================== */ 
 
	img.scale-with-grid { 
		max-width: 100%; 
		height: auto; } 
 
 
/* #Buttons 
================================================== */ 
 
		.button, 
	button, 
	input[type="submit"], 
	input[type="reset"], 
	input[type="button"] { 
		background: #447dff; /* Old browsers */ 
	  border-radius: 10px;


	display: inline !important; 
	color: #fff; 
	padding: 10px 20px; 
	font-size: 0.6em; 
	font-weight: normal; 
	text-decoration: none !important; 
 
	transition: background-color 0.3s ease .1s; 
    -webkit-transition: background-color .3s ease .1s; 
    -moz-transition: background-color .25s ease .1s; 
    -o-transition: background-color .25s ease .1s; 
    -ms-transition: background-color .25s ease .1s;	   
	   } 
	   
	   button a {
	   	color: #fff;
	   }
	   
	  		.button, 
	input[type="text"], 
	textarea { 
	border: none; 
	background: #eee !important; 
	font-size: 1.5em; 
	font-family: inherit; 
	color: #000; 
	padding: 10px; 
	 } 
 
	.button:hover, 
	button:hover, button:hover a,
	input[type="submit"]:hover, 
	input[type="reset"]:hover, 
	input[type="button"]:hover { 
		color: #447dff; 
		background: #fff; /* Old browsers */ 
		cursor: pointer;
} 
 
	.button:active, 
	button:active, 
	input[type="submit"]:active, 
	input[type="reset"]:active, 
	input[type="button"]:active { 
		border: 0px solid #666; 
		background: #000; /* Old browsers */ 
 
 
	.button.full-width, 
	button.full-width, 
	input[type="submit"].full-width, 
	input[type="reset"].full-width, 
	input[type="button"].full-width { 
		width: 100%; 
		padding-left: 0 !important; 
		padding-right: 0 !important; 
		text-align: center; } 
 
	/* Fix for odd Mozilla border & padding issues */ 
	button::-moz-focus-inner, 
	input::-moz-focus-inner { 
    border: 0; 
    padding: 0; 
	} 
 
/* #Forms 
================================================== */ 
 
	form { 
		margin-bottom: 20px; } 
	fieldset { 
		margin-bottom: 20px; } 
	input[type="text"], 
	input[type="password"], 
	input[type="email"], 
	textarea, 
	select { 
		border: 0px solid #ccc; 
		padding: 20px 30px; 
		outline: none; 
		-moz-border-radius: 0px; 
		-webkit-border-radius: 0px; 
		border-radius: 0px; 
		font-family: "Open Sans", sans-serif; 
		font-size: 1.2em; 
		color: #777; 
		margin: 0; 
		width: 96%; 
		max-width: 100%; 
		display: block; 
		background: #eee !important; } 
	select { 
		padding: 0; } 
	input[type="text"]:focus, 
	input[type="password"]:focus, 
	input[type="email"]:focus, 
	textarea:focus { 
		/* border: 0px solid #aaa; 
 		color: #444; 
 		background: #eee; 
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2); 
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2); 
		box-shadow:  0 0 3px rgba(0,0,0,.2); */ } 
	textarea { 
		min-height: 60px; } 
 
	select { 
		width: 220px; } 
	input[type="checkbox"] { 
		display: inline; } 
	label span, 
	legend span { 
		color: #444; } 
 
/* #Misc 
================================================== */ 
	.remove-bottom { margin-bottom: 0 !important; } 
	.half-bottom { margin-bottom: 10px !important; } 
	.add-bottom { margin-bottom: 20px !important; } 
 
 
