/*
Theme Name: Theme Werteunterricht für Alle
Theme URI: http://www.deine-IT.com
Description: Angepasstes Theme auf Grundlage des sfg-Designs.
Version: 1.0
Author: Florian Neumann
Author http://www.deine-IT.com
Tags: 
*/

/***********************************
*** 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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
img { border:0; }


@import url(http://fonts.googleapis.com/css?family=Quattrocento);

/***********************************
*** HTML
***********************************/
html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-style: normal; 
	width:100%;
	height:100%;
	font-size:100%;
	font-weight:400;
	color: #444444;
	background-color: #E3E4E5;
}
hr {
	height:1px;
	background:#000000;
	width:100%;
	border:0;
}
.clear {
	clear: both;
}

.alignleft {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.alignright {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.wp-caption-text {
	font-size: 60%;
}


/***********************************
*** WordPress
***********************************/

img.size-full {
	width: 100%;
	height: auto;
}
img.size-large {
	width: 80%;
	height: auto;
}
img.size-medium {
	_width: 60%;
	_height: auto;
}
img.size-thumbnail {
	width: 30%;
	height: auto;
}


/***********************************
*** Überschriften / Absätze
***********************************/
h1 {
	font-size:	30px;
	font-weight:500;
	color: #0057A5;
	margin-bottom: 5px;
}
h2 {
	font-size:	18px;
	font-weight:400;
	color: #0057A5;
}
h3 {
	font-size:	21px;
	font-weight:500;
	line-height:1.4;
}
h4 {
	font-size:	20px;
	font-weight:500;
	line-height:1.3;
}
h5 {
	font-size:	22px;
	font-weight:500;
	line-height:1.5;
}
h6 {
	font-size:	22px;
	font-weight:500;
	line-height:1.5;
}
p {
	line-height:1.5;
	margin-bottom: 10px;
}
strong, b {
	font-weight:700;
}
a:hover {
	text-decoration:none;
}
a {
	cursor:pointer;
	text-decoration:none;
}

/***********************************
*** Container
***********************************/
#wrapper {
	position: relative;
	background-color: #ffffff;
	margin: 50px auto;
	width: 1200px;
	-webkit-box-shadow: 0px 0px 120px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 120px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 120px 0px rgba(0,0,0,0.2);
}

/***********************************
*** Header
***********************************/
#pageheader {
	padding-top: 80px;
	padding-bottom: 25px;
	#background: #ffffff;
	background-image: url("/wp-content/themes/humanisten19/img/headerimage.jpg");
	background-repeat: no-repeat;
}

#headerbig, #headersmall {
	font-family: 'Quattrocento', serif;
	padding-left: 350px;
	width: 93%;
}

#headerbig {
	font-size: 56px;
	color: #115792;
}

#headersmall {
	padding-top: 5px;
	font-size: 33px;
}


/***********************************
*** Navigation
***********************************/

nav {
	width: 100%;
	margin-top: 0px;
	border-bottom: 0px solid #B2B3B5;
	margin-bottom: 0px;
	background: #ffffff;
}

nav ul {
	
}

nav ul li{
	display: block;
	background-color: #95C11F;
	line-height: 30px;
	padding-left: 15px;
	height: 30px;
	width: 221px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 18px;
}

nav ul li:first-child, nav ul li:nth-child(6), nav ul li:nth-child(11) {
	margin-left: 0px;
}

nav ul li:hover, nav ul .current-menu-item, nav ul .current-page-item{
	background-color: #0057A5;
}

nav ul li a:link, nav ul li a:active, nav ul li a:visited, nav ul li a:hover{
	color: #ffffff;
	text-decoration: none;
}

nav ul li a:after {
  content: '\00a0';
}



#content {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #E3E3E3;
	min-height: 1500px;
}

/***********************************
*** Sidebar
***********************************/
aside {
	width: 483px;
	float: left;
	text-align: center;
	background: #ffffff;
	padding-bottom: 50px;
	padding-top: 30px;
	position: absolute;
	bottom: 0px;
	top: 0px;
}
aside section {
	margin-bottom: 20px;
}

/***********************************
*** Inhalt
***********************************/
main {
	float: right;
	width: 665px;
	margin-left: 10px;
	background: #E3E3E3;
	min-height: 100%;
  	height:auto !important;
  	height:100%;
  	padding-top: 40px;
  	padding-bottom: 50px;
  	color: #878787 !important;
  	font-size: 16px;
}

main section {
	width: 90%;
}

main section article header{
	line-height: 1.0;
}

main section article {
	line-height: 1.4;
}

main section article a:link, main section article a:visited, main section article a:active {
	color: #95C11F;
	font-weight: bold;
}
main section article a:before {
  content: '> ';
}

main section article em {
  font-style: italic;
}

main section article ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}

main section article ul li {
	padding-top: 5px;
}



/***********************************
*** Footer
***********************************/
footer {
	width: 100%;
	border-top: 1px solid #B2B3B5;
	line-height: 40px;
	margin-top: 0px;
	background: #ffffff;
	position:absolute;
	bottom: 0px;
}

footer ul {
	padding-left: 30px;
}


footer ul li{
	display: inline;
	padding-left: 5px;
	margin-right: 12px;
}

footer ul li a:link, footer ul li a:active, footer ul li a:visited, footer ul li a:hover{
	text-decoration: none;
	color: #87888A;
}



/***********************************
*** Responsive
***********************************/
@media (max-width: 1220px) {
	#wrapper {
		margin: 0;
		width: 100%;
	}
	main {
		width: 60%;
	}
	aside {
		width: 38%;
	}
	nav ul li:first-child, nav ul li:nth-child(6), nav ul li:nth-child(11) {
		margin-left: 5px;
	}
}

@media (max-width: 1100px) {
	aside {
		display: none;
	}
	#sidebarbig {
		display: none;
	}
	aside section {
		margin-bottom: 0px;
		height: 100px;
		width: 50%;
		text-align: center;
		float: left;
	}
	main {
		margin-top: 30px;
		width: 95%;
	}
	nav ul li {
		margin-left: 5px;
	}
	#pageheader {
		background-image: url("");
		padding-top: 20px;
	}

	#headerbig, #headersmall {
		padding-left: 20px;
	}
}

@media (max-width: 700px) {
	aside {
		display: none;
	}
	main {
		margin-top: 0px;
		margin-left: 20px;
	}
	nav {
		margin-bottom: 20px;
	}
	nav ul {
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 0 auto;
	}
	nav ul li {
		width: 46%;
		padding: 5px;
		margin-left: 5px;
	}
	#pageheader {
		padding-top: 20px;
	}
	#headerbig, #headersmall {
		padding-left: 20px;
	}
}

@media(max-width:480px) {
	nav {
		margin-bottom: 10px;
	}
	nav ul li {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	nav ul li:first-child, nav ul li:nth-child(6), nav ul li:nth-child(11) {
		margin-left: 0px;
	}
	main {
		margin-left: 10px;
	}
	#pageheader {
		padding-top: 10px;
	}
	#headerbig, #headersmall {
		padding-left: 10px;
	}
	footer ul {
		padding-left: 0px;
	}
	footer ul li {
		margin-left: 10px;
	}
}




