/**
* Theme Name: Workschoppe
* Theme URI: http://www.qundg.de
* Author: Q und G (Stefan Heitmann)
* Author URI: http://www.qundg.de
* Description: Das Wordpress-Theme für das Workschoppe-Projekt
* Version: 1.0 BETA
* License: RESTRICTED
*
*/

/****************************************/
/* 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%;
	font: inherit;
	vertical-align: baseline;
	/*color: #646464; test by stefan */
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*
h1 {
	background: #f4f7e0;
	border-top: 6px solid #b6c730;
	font-size: 20px;
	font-weight: 700;
	background: #f9f9f9;
	line-height: 43px;
	padding: 0 20px;
	min-height: 43px;
	padding-bottom: 6px;
	color: #646464;
}*/

.meta {
	font-size: 80%;
	margin-bottom: 20px;
	color: #646464;
}

ol {
	list-style: none;
}

ul {
	list-style: disc url(images/icon_plus_grey.png) outside;
	margin-left: 1em;
}

blockquote {
	line-height: 55px;
	font-style: italic;
	margin: 1em 0 1em 0;
	padding: 0 0 0 2em;
}

cite {
	font-size: 80%;
}

blockquote p:before { content: ' „ ' ' '; color: #b6c730; font-size: 30px; font-family: Georgia, serif; }
blockquote p:after { content: ' ' ' “ '; color: #b6c730; font-size: 30px; font-family: Georgia, serif; }


table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************************************/
/* init */

body {
	background: #fff url(images/background.png) fixed;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
    -webkit-text-stroke: rgba(255,255,255,0.01) 0.1px;
    -webkit-text-stroke-width: 0.1px;
}

body,
input,
textarea {
	color: #444;
	font-family: 'titillium_webregular', sans-serif;
	font-size: 100%;
	font-size: 18px;
	line-height: 1.4;
	font-weight: normal;
}

.hidden {
	display: none;
}

#indicator {
	display: none;
	width: 0;
}

/****************************************/
/* defaults */

b,
strong {
	font-family: 'titillium_webbold', sans-serif;
}

i,
em,
q {
	font-style: italic;
}

/****************************************/
/* links */

a {
	text-decoration: none;
	color: #b6c730;
	font-family: 'titillium_webbold', sans-serif;
}

a:hover,
a:focus {
	text-decoration: underline;
}

/****************************************/
/* selection */

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

/****************************************/
/* und los! */

#fixed-wrapper {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}

#fixed-inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

/****************************************/
/* header */

#nav {
	padding-top: 57px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/background.png) top right;
	z-index: 999;
}

#nav ul {
	width: 599px;
	float: right;
	background: #fff;
	height: 55px;
	padding: 0 20px;
	font-size: 18px;
	margin-bottom: 1px;
}

#nav li {
	line-height: 55px;
	display: inline-block;
	margin-right: 10px;
}

#nav a {
	color: #3e3d40;
	font-family: 'titillium_webregular', sans-serif;
	font-size: 14px;
}

#nav a:hover,
#nav a.active {
	text-shadow: 0 0 1px #888;
	text-decoration: none;
}

#nav a:focus {
	text-decoration: none;
}

#nav a:before {
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	background: url(images/icon_plus.png);
	margin-right: 4px;
}

/****************************************/
/* schoppe */

#schoppe {
	position: absolute;
	width: 319px;
	height: 559px;
	top: 113px;
	left: 1px;
	background: #fff;
}

#schoppe img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

#schoppe .ebbelwoi {
	position: absolute;
	left: 0;
	bottom: 95px;
	right: 0;
	z-index: 1;
	background-color: #b6c730;
	top: 140px;
}

/****************************************/
/* content */

#content {
	background: #fff;
	width: 639px;
	float: right;
	margin-bottom: 56px;
	margin-top: 113px;
	z-index: 1;
}

.area {
	padding: 40px;
	border-bottom: 1px solid #e7e7e7;
}

h2,
.termine {
	font-size: 48px;
	font-family: 'titillium_webthin', sans-serif;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-top: 20px;
	letter-spacing: -0.4px;

	padding: 0 20px 6px 0;

}

h2:first-child
{
	margin-top: 0;
}

.termine {
	margin-bottom: 0;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

#programm img:first-of-type {
	margin-right: 70px;
}

/****************************************/
/* form */

#form-wrapper,
#form-message {
	min-height: 310px;
}

#form {
	overflow: hidden;
	position: relative;
}

#form label {
	float: left;
	clear: both;
	width: 100px;
	margin-right: 20px;
	text-align: left;
}

#form input {
	float: left;
	width: 425px;
	background-color: #d1d1d1;
	margin: 0;
	border: 0;
	padding: 5px 7px;
	margin-bottom: 6px;
}

#form textarea {
    float: none;
	width: 425px;
	background-color: #d1d1d1;
	margin: 0;
	border: 0;
	padding: 5px 7px;
	height: 160px;
}

/*
input#submit {
	background: url(images/submit.png);
	position: absolute;
	bottom: 0;
	right: 0;
	height: 56px;
	width: 56px;
	text-indent: -9999px;
	margin: 0 10px 10px 0;
	opacity: 0.8;
}
*/

input#submit {
    float: right;
	background-color: #d1d1d1;
	margin: 0;
	border: 0;
	padding: 5px 20px;
    width: auto;
	margin-top: 6px;
	opacity: 0.8;
}

input#submit:hover {
	opacity: 1;
	cursor: pointer;
}
/*
#loading {
	background: url(images/loading.gif) center no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 56px;
	width: 56px;
	text-indent: -9999px;
	margin: 0 10px 10px 0;
	opacity: 0.8;
	display: none;
}
*/
#loading {
	background: url(images/loading.gif) center no-repeat;
	height: 37px;
	width: 32px;
    margin-top: 6px;
	text-indent: -9999px;
	opacity: 0.8;
	display: none;
    float: right;
    clear: both;
}

/****************************************/
/* map */

.map {
	border-bottom: 1px solid #e7e7e7;
	position: relative;
}

.map-text {
	overflow: hidden;
	text-align: right;
	position: absolute;
	top: 56px;
	left: 0;
	padding: 15px;
	right: 0;
	background-color: #fff;
}

.map h2 {
	float: left;
	margin-bottom: 0;
	padding-top: 10px;
}

.map img {
	display: block;
}






/****************************************/
/* wordpress core */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}




@media only screen and (max-width: 640px) {
	body,
	#nav	{
		background: #fff;
	}

	#fixed-wrapper,
	#fixed-inner,
	#schoppe,
	#nav {
		position: static;
	}

	#nav {
		float: left;
		padding: 34px 10px 30px;
	}

	#nav ul {
		width: auto;
		float: left;
		padding: 0;
	}

	#nav li {
		line-height: 1.6;
		display: block;
		margin: 0;
	}

	#fixed-wrapper {
		left: auto;
		right: auto;
		top: auto;
	}

	#wrapper {
		clear: both;
		width: auto;
	}

	#fixed-inner {
		width: 100%;
		margin: 0;
	}

	#schoppe {
		width: 40%;
		float: left;
		height: auto;
		margin-left: 10px;
		background: #b6c730;
	}

	#schoppe img {
		width: 100%;
		position: static;
		display: block;
	}

	.ebbelwoi {
		display: none;
	}

	#nav {
		float: left;
	}

	#content {
		float: none;
		margin: 0;
		width: auto;
	}

	.area {
		padding: 20px;
	}

	h2,
	.termine {
		font-size: 30px;
	}

	.area:first-of-type {
		padding-top: 0;
	}

	#form label {
		text-align: left;
		margin-bottom: 4px;
		display: inline-block;
	}

	#form input {
		margin-bottom: 8px;
	}

	#form input,
	#form textarea {
		width: 100%;
	}

	input#submit {
		margin-bottom: 0;
	}

    #loading
    {
        float: none;
        margin: 6px auto 0;
    }

	#form label,
	#form input,
	#form textarea {
		float: none;
	}

	.map img {
		max-width: 100%;
	}

	.map-text {
		text-align: left;
		top: 30px;
	}

	.map-text h2 {
		padding: 0;
		float: none;
	}

	#indicator {
		width: 1px;
	}
}


@media only screen and (max-width: 960px) and (min-width: 641px) {
	#fixed-inner {
		width: 639px;
		border-left: 1px solid transparent;
	}

	#wrapper {
		width: 639px;
		border-left: 1px solid transparent;
	}

	#schoppe {
		display: none;
	}
}