/* 
Theme Name: Kunstverein Neukoelln
Description: Theme f�r den Kunstverein Neukoelln
Version: 1.1
Author: Kunstverein Neukoelln



Tags: white, black, gray, light, custom-, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, flexible-width, rtl-language-support

License: GNU General Public License v3 or later
License URI: license.txt 

Responsive WordPress Theme, Copyright (C) 2003-2012 Emil Uzelac 

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
	
NOTE: DO NOT EDIT THIS FILE, IF YOU DO IT WILL BE OVERWRITTEN BY THE NEXT UPDATE. CREATE CHILD THEME INSTEAD.

See:
 
- http://codex.wordpress.org/Child_Themes  
- http://themeid.com/forum/topic/505/child-theme-example/
- http://themeid.com/forum/forum/12/responsive-documentation/
	
CSS Rules: Sorted alphabetically.
*/
	
/* =Reset CSS (v2.0) 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, 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 {
	border: 0;
	font-size: 100%;
	font: inherit;
    margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

body {
	line-height: 1;
}

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;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}

textarea {
	overflow:auto;
	vertical-align:text-top;
}

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	background: #ddd;
	border: none;
	clear: both;
	color: #ddd;
	float: none;
	height: 1px;
	width: 100%;
}

hr.space {
	background: #fff;
	color: #fff;
}

/* =Base
-------------------------------------------------------------- */
/* 
html {
	height:100%;
}
*/

/*wegen footerimmerunten auch body*/
html {
height: 100%;
}

body {
	height: 100%;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #ffffff;
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-smoothing: antialiased;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
	/* */
	background-image: url(images/bg.gif);
	background-repeat:repeat-x; 
}

#allwrapper {
position: relative;
min-height: 100%;
margin: 0;
padding: 0;
}


* html #allwrapper {
height: 100%;
}

/* =Typography
-------------------------------------------------------------- */
p {  
    word-wrap: break-word;
}

i,
em,
dfn,
cite {
	font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
	font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;
	font-style: normal;
}

b,
strong {
	font-weight: 700;
}

pre {
  /*  -moz-box-sizing: border-box;   
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-sizing: border-box;
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2); */
  /*  box-sizing: border-box;
	background: #f4f4f4;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 2px;*/
    height: auto;
	margin: 0;
	outline: none;
	padding: 6px 10px;
	vertical-align: middle;
    width: 100%;
    word-wrap: break-word;
    white-space: pre-wrap;
}

del {
	color: #555;
	text-decoration: line-through;
}

ins, 
dfn {
	border-bottom: 1px solid #ccc;
}

sup, 
sub,
small {
	font-size: 85%;
}

abbr, 
acronym {
	font-size: 85%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

a abbr, 
a acronym {
	border: none;
}

dfn[title],
abbr[title], 
acronym[title] {
	border-bottom: 1px solid #ccc;
	cursor: help;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/* =Responsive 12 Column Grid
    Grid was based on my Shell Theme released on 07/26/2011
    http://themeid.com/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60, 
.col-140, 
.col-220, 
.col-300, 
.col-380, 
.col-460, 
.col-540, 
.col-620, 
.col-700, 
.col-780, 
.col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

/* eigene col f�r footer */
.col-960 {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* eigene col f�r contentbereich */
.col-730 {
	width: 76.04166666666667%;
}

/* eigene col f�r sidebar links */
.col-230 {
	width: 23.95833333333333%;
	/*float: left;*/
}

/* eigene col f�r footer */
/*
.col-footer {
	/*width: 168px;*/
	/*width: 17.5%;*/
	/*margin-right: 30px;*/
	/*margin-right: 3.125%;
	color: #666;
}
*/
/* eigene col f�r footer */
/*
.col-footerright {
	/*width: 23.95833333333333%;*/
	/*width: 168px;*/
	/*width: 17.5%;
}
*/

.col-footer1 {
	/* width: 194px; */
	width: 20.2083333333333%;
	color: #666;
}

.col-footer2 {
	/* width: 194px; */
	width: 20.2083333333333%;
	color: #666;
	/*margin-left: 38px;*/
	margin-left: 3.95833333333333%;
}

.col-footer3 {
	/* width: 194px; */
	width: 20.2083333333333%;
	color: #666;
	/*margin-left: 28px;*/
	margin-left: 2.91666666666667%;
}

.col-footer4 {
	/* width: 194px; */
	width: 20.2083333333333%;
	color: #666;
	/*margin-left: 28px;*/
	margin-left: 2.91666666666667%;
}

.col-footer5 {
	/*width: 70px;*/
	width: 7.29166666666667%;
	color: #666;
	/*margin-left: 20px;*/
	margin-left: 2.08333333333333%;
}

.col-footerstart {
	width: 100%;
	color: #666;
}

.copy {
	max-width: 960px; 
	margin: 0 auto;
	color: #fff;
	text-align: right;
	padding: 0;
}


#footer .copy  a,
#footer .copy a:hover {
	color: #fff;
}



.col-footer p {
	margin-top: 0px;
	padding-top: 0px;
}

.col-footer1 p,
.col-footer2 p,
.col-footer3 p,
.col-footer4 p,
.col-footer5 p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

/*
.col-footerright p {
	margin-top: 0px;
}
*/

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
	height: auto;
	max-width: 100%;
    vertical-align: middle;
}

.ie8 img {
    height: auto; 
    width: auto\9; 
}

.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
	max-width: 100%;
}

/* =Links
-------------------------------------------------------------- */
a {
	/* color: #06c; */
	color: #ff6633;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	/*color: #444; */
	color: #ff6633;
	text-decoration: none;
	outline: line;
}

a:focus {
	/*color: #444; */
	color: #ff6633;
	text-decoration: none;
	outline: line;
}

::selection {
	/* background: #e8fbff; */
	background: #ecebee;
	text-shadow: none;
	outline: line;
}

/* =Forms
-------------------------------------------------------------- */
label {
	display: inline-block;
	font-weight: 700;
	padding: 2px 0;
}

legend {
	padding: 2px 5px;
}

fieldset {
	border: 1px solid #ccc;
	margin: 0 0 1.5em;
	padding: 1em 2em;
}

select,
input[type="text"], 
input[type="password"] {     /*Suchformular */
    /*-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2); 
	background: #f4f4f4;
	background: #ecebee;*/ /*alternativ hellgrau ??? */
	background: #fff;
	/* box-sizing: border-box; */
	/* border: 1px solid #aaa; */
	/* border-bottom-color: #ccc; */
	/* border-radius: 2px; */
	border: 1px solid #d6d6d6; /* #ecebee; #e9e6e6; */
	margin: 0;
	outline: none;
	padding: 6px 8px;
	vertical-align: middle;
	width: 100%;
}

#top-widget select,
#top-widget input[type="text"], 
#top-widget input[type="password"] { 
	background-color: #f7f6f8;
	border: none;
	padding: 0px 8px;
	height: 30px;
	width: 144px;
}

#content select,
#content input[type="text"], 
#content input[type="password"] { 
	background-color: #f7f6f8;
	border: none;
	padding: 0px 8px;
	height: 30px;
	width: 144px;
}

select {
	height: auto;
	width: 70%;
}



area,
textarea {
	/*-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-sizing: border-box;*/
	background: #f4f4f4;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	/*border-radius: 2px;*/
	height: auto;
	overflow: auto;
	margin: 0;
	outline: none;
	padding: 8px 10px;
	width: 100%;
}

input, 
select {
	cursor: pointer;
}

/* vielleicht noch brauchbar f�r andere Eingabefelder */
/*
area:focus,
input:focus, 
textarea:focus {
	background: #fff;
}
*/

/*Suchfeld Eingabefeld */
.top-widget
area:focus,
input:focus, 
textarea:focus {
	background-color: #f7f6f8;
}

input[type='text'], 
input[type='password'] {
	cursor: text;
}

/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"], 
.ie7 input[type="password"] {
    width: 96%;
}

/* =Buttons /* /*z.b. der los-button hinter suchen, zur Ausstellung*/
/*-------------------------------------------------------------- */

button, 
a.button,
input[type='reset'], 
input[type='button'], 
input[type='submit'] {
	background-color: #fff; 
	/*border: 1px solid #d6d6d6;*/
	color: #666;
	cursor: pointer;
	display: inline-block;
   	font-size: 12px;
	font-weight: normal;
	margin: 0;
	/* padding: 6px 10px; */
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;  
}

button:hover, 
a.button:hover,
input[type='reset']:hover, 
input[type='button']:hover, 
input[type='submit']:hover {
	background-color: #fff;
	/*border: 1px solid #d6d6d6;*/
	color: #666;
    
}

 
a.top-widget,
#searchform input[type='reset'], 
#searchform input[type='button'], 
#searchform input[type='submit'] {
	background-color: #f7f6f8; 
	background-image: url(images/search.gif);
	 background-repeat: no-repeat;
	 background-position: 4px 3px;
	color: #666;
	cursor: pointer;
	display: inline-block;
   	font-size: 12px;
	font-weight: normal;
	margin: 0;
	/* padding: 6px 10px; */
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;  
	height: 30px;
	width: 30px;
	border: none;
	outline: none;
}

.top-widget
button:hover, 
a.button:hover,
i#searchform input[type='reset']:hover, 
#searchform  input[type='button']:hover, 
#searchform input[type='submit']:hover {
	background-color: #f7f6f8;
	color: #666;*
}


 


/* =Buttons (Call to Action)
-------------------------------------------------------------- */
#featured  {
	position: relative;
	}


.call-to-action {
	/*text-align: right;
	margin-top: 70px; */
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.call-to-action a.button {
/*font-size: 24px; */
	font-size: 16px;
	/*padding: 8px 20px; */
	padding: 2px 10px 4px 10px;
	
	
}

.call-to-action a.button:hover {
	text-decoration: none;
	
}


.ie7 .call-to-action a.button {
   /* padding: 11px 35px 19px 35px;*/
	/* padding: 2px 10px 40px 10px;*/
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	font-size: 10px;
	padding: 3px 6px;
}

.medium a.button {
	font-size: 16px;
	padding: 8px 16px;
}

.large a.button {
	font-size: 18px;
	padding: 10px 35px;
}

.xlarge a.button {
	font-size: 24px;
	padding: 12px 55px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */


a.orange {
	background-color: #ff6633; /* Dark Orange 1 */
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#fa5), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #fa5, #ff7f00);
	background-image: -moz-linear-gradient(top, #fa5, #ff7f00);
	background-image: -ms-linear-gradient(top, #fa5, #ff7f00);
	background-image: -o-linear-gradient(top, #fa5, #ff7f00);
	background-image: linear-gradient(top, #fa5, #ff7f00);*/
	/*border: 1px solid #bb5d00;*/
	color: #fff;
	font-weight: normal;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fa5, endColorstr=#ff7f00);*/
	/*text-shadow:0 1px 0 #bb5d00;*/
}

a.orange:hover {
	background-color: #ff6633;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
	background-image: linear-gradient(top, #ffc388, #ff7f00);*/
	/*border: 1px solid #bb5d00;*/
	color: #fff;
	font-weight: normal;
   /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);*/
	/*text-shadow:0 1px 0 #bb5d00;*/
}

a.orangedotted {
	color: #666666;
	font-weight: normal;
	border-bottom: 3px dotted #ff6633;
	padding: 0;
	
	}

a.orangedotted:hover {
	color: #ff6633;
	font-weight: normal;
   border: none;
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;*/
	display: block;
	margin: 20px 0;
	padding: 15px;
	text-align: left;
}

.alert {
	background-color: #faebeb;
	/*border: 1px solid #dc7070;*/
	color: #212121;
}

.address {
	background-color: #f6f5ef;
	/* border: 1px solid #cdc9a5;*/
	color: #212121;
}

.notice {
	background-color: #fbf9e9;
	/* border: 1px solid #e3cf57; */
	color: #212121;
}

.success {
	background-color: #f9fde8;
	/* border: 1px solid #a2bc13; */
	color: #212121;
}

.download {
	background-color: #fff4e5;
	/* border: 1px solid #ff9912; */
	color: #212121;
}

.information {
	background-color: #eef3f6;
	/* border: 1px solid #6ca6cd;*/
	color: #212121;
}

.required {
	color: #d5243f;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
	background-color: #f9edbe;
/*	border: 1px solid #f0c36d;*/
	color: #212121;
	display: block;
	margin: 0 auto;
	max-width: 960px;
	padding: 10px;
	position: absolute;
	top: 60px;
	text-align: center;
	width: 100%;
}

.msie-box a {
	color: #212121;
}

/* =Tables
-------------------------------------------------------------- */
th, 
td,
table {
	border: none;
}

table {
	border-collapse: collapse;
	width: 100%;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type: disc;
}

ul ul {
	list-style-type: square;
}

ul ul ul {
	list-style-type: circle;
}

ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
}

dt {
	font-weight: 400;
}

#widgets ul {
	list-style-type: none;
	/*list-style-image: url(http://kunstverein.local/wp-content/uploads/2013/02/list1.gif);*/
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	background: #f9f9f9;
	border: none;
	/* border-left: 4px solid #d6d6d6;*/
	margin: 20px;
	overflow: auto;
	padding: 0 0 10px 12px;
}

blockquote p {
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 700;
	line-height: 1em;
    word-wrap: break-word;
}


/* nicht �ndern - ist auch der post title - Seiten�berschrift */
h1 {
	color: #7e8284;
	font-size: 1.2em; 
}

h2 {
	color: #666666;
    font-weight: normal;
	font-size: 1.2em; 
}

/* nicht �ndern - ist auch titel bei der Suche ohne Suchergebnis */
h3 {
	/*font-size: 1.5em;*/
	font-size: 1.1em;
	color: #7e8284;
	line-height: 1.4em;
}

h4 {
	color: #333;
    font-weight: normal;
	font-size: 1.2em; 
}

h5 {
	color: #7e8284;
	font-size: 1.0em;
	line-height: 1.4em;
}

/* nicht �ndern - ist auch titel bei der Suche mit Suchergebnis */
h6 {
	/*font-size: 1em;*/
	font-size: 1.2em;
	color: #7e8284;
	text-transform: uppercase;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
 
hr, 
dl, 
pre,
form,
table,
address, 
blockquote {
	margin: 1.6em 0;
	
}

p {
	margin: 1.0em 0;
}

h1 {
	margin: 1em 0 .5em;
}

h2 {
	margin: 1.07em 0 .535em;
}

h3 {
	margin: 1.14em 0 .57em;
}

h4 {
	margin: 1.23em 0 .615em;
}

h5 {
	margin: 1.33em 0 .67em;
}

h6 {
	margin: 1.6em 0 .8em;
}

th, td {
	padding: .8em;
}

caption {
	padding-bottom: .8em;
}

blockquote {
	padding: 0 1em;
}

blockquote:first-child {
	margin: .8em 0;
}

fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-left: .8em;
	padding-right: .8em;
}

legend+* {
	margin-top: 1em;
}

input,
textarea {
	padding: .3em .4em .15em;
}

select {
	padding: .1em .2em 0;
}

option {
	padding: 0 .4em;
}

dt {
	margin-bottom: .4em;
	margin-top: .8em;
}

ul {
	margin-left: 1.5em;
}

ol {
	margin-left: 2.35em;
}

ol ol, 
ul ol {
	margin-left: 2.5em;
}

form div {
	margin-bottom: .8em;
}

/* =Globals
-------------------------------------------------------------- */
#container {
	/*margin: 60px auto 0px auto;*/
	/*margin: 0px auto 0px auto;*/
	margin: 0px auto 0px auto;
	max-width: 960px;
	/*padding: 0px 0px 5.0em 0px;*/
	/*padding: 60px 0px 5.0em 0px;*/
	padding: 60px 0px 180px 0px;
}

.home #container {
	margin: 0px auto 0px auto;
	max-width: 960px;
	padding: 60px 0px 90px 0px;
}


#wrapper {
	/*-webkit-border-radius: 6px;
	-moz-border-radius: 6px; */
	background-color: #fff;
	/* border: 1px solid #d6d6d6; */
	/* border-radius: 6px; */
	clear: both;
	/* margin: 20px auto 20px auto; */
	/*margin: 60px auto 20px auto;*/
	margin: 60px auto 0px auto;
	/*padding: 0 20px 20px 20px; */
	padding: 0 0px 0px 0px; 
	position: relative;
}

.home #wrapper {
	background-color: #fff; 
	border: none;
	/*margin: 20px auto 20px auto;*/
	/*margin: 0px auto 20px;*/ 
/*margin: 0px auto 40px auto;*/
	margin: 0px auto 0px auto;
	padding: 60px 0 0 0; /*padding statt margin wegen IE */
	/*padding: 0;*/
}

#header {
	margin: 0;
}

#footer {
position: absolute;
bottom: 0;
width: 100%;
line-height: 1.5em;
text-align: left;
background-color: #f7f6f8;
}

#footerstart {
position: absolute;
bottom: 0;
width: 100%;
line-height: 1.5em;
text-align: left;
background-color: #f7f6f8;
padding-bottom: 1.0em;
}

#footer-wrapper {
	margin: 0 auto;
	padding: 25px 0 0 0;
	max-width: 960px; 
	background-color: #f7f6f8;
}





/* =Header
-------------------------------------------------------------- */
#logo {
	float: left;
	margin: 0; 
	padding-bottom: 30px; 
}

.site-name {
	display: block;
	font-size: 2em;
	padding-top: 20px;
}

.site-name a {
	font-weight: 700;
}

.site-description {
	display: block;
	font-size: 14px;
	margin: 10px 33px 10px 0;
}

/* =Content
-------------------------------------------------------------- */
#content {
	
	 /*margin-bottom: 6.5em; */
	/* margin-bottom: 100px;*/
	 margin-bottom: 0px;
}

#content-full {
	margin-bottom: 20px;
}

#content-blog {
	margin-bottom: 20px;
}

#content-images {
	margin-bottom: 20px;
}

#content-archive {
	margin-bottom: 20px;
}

#content-sitemap {
	margin-bottom: 20px;
}

#content-sitemap a {
	font-size: 12px;
}

#content .sticky {
	clear: both;
}

#content .sticky p {}

/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu, 
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .tinynav,
.page-template-landing-page-php .footer-menu, 
.page-template-landing-page-php .sub-header-menu {
	display: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	background: #f9f9f9;
	border: 1px solid #d6d6d6;
    border-radius: 6px;
	clear: both;
	display: block;
	margin: 30px 0 40px 0;
    padding: 10px;
	overflow: hidden;
}

#author-meta img {
	float: left;
	padding: 10px 15px 0 5px;
}

#author-meta p {
    margin: 0;
	padding: 5px;
}

#author-meta .about-author {
	font-weight: 700;
	margin: 10px 0 0 0;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
	/* -moz-border-radius: 6px;
	-webkit-border-radius: 6px; */
	background-color: #fff;
	border: 1px solid #d6d6d6;
	/* border-radius: 6px; */
	/*padding-bottom: 40px;*/
	padding-bottom: 0px;
	margin-bottom: 20px; 
	width: 99.893617021277%;
	
}



#featured-image {
	/* margin: 40px 0 0 0; */
	/*margin: 20px 0px 0px 0; */
	margin: 0px 0px 0px 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}

.featured-image img {
	 margin-top: 44px;
 }

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: 12px;
}

#cancel-comment-reply-link {
	color: #900;
}

.post-data {
	clear: both;
	font-size: 11px;
	font-weight: 700;
	margin-top: 20px;
}

.post-data a {
	color: #111;
}

.post-entry {
	clear: both;
}

.post-meta {
	clear: both;
	color: #9f9f9f;
	font-size: 12px;
	margin-bottom: 10px;
	display: none; /*damit nicht autor bei Suchergebnissen angezeigt wird*/
}

.post-edit {
	clear: both;
	display: block;
	font-size: 12px;
	margin: 1.5em 0;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: 700;
}

.attachment-entry {
	clear: both;
	text-align: center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
	display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	color: #aaa;
	font-size: 18px;
	margin-left: 5px;
}

.form-allowed-tags {
    display: none;
	font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	/* -webkit-border-radius: 6px;
    -moz-border-radius: 6px; */
	/* background-color: #f9f9f9; bei den Widgets auf der startseite vielleicht ganz sch�n mit hellgrauem Hintergrund*/
	background-color: #fff; 
	border: 1px solid #d6d6d6;
	/*border-radius: 6px;*/
	font-size: 13px;
	margin: 0 0 20px 0;
	padding: 20px; /*setzt bei allen widgets padding auf 20*/
	
}

#widgets {
	/* margin-top: 40px; */
	margin-top: 0;
	
}

.home #widgets {
	/* margin-top: 0; */
	margin-top: 60px; /* topabstand des widgets mit der Postkarte auf der Startseite */
	
}

#widgets a {
	 display: inline-block; 
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	
}

#widgets #s {
	width: 80%;
}

#widgets form {
    margin: 0;
}

#widgets ul li {
	 margin-left: 10px; 
	  /*padding-bottom: 12px; /* Abstand f�r Men�punkte im Projektemen�*/
		 
}

#widgets ul li a {
	/* display: inline; */
	/* display: block; */
	text-decoration: none;
	
}

#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
	
}

#widgets .textwidget p{
	margin-top: 10px;
}


#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	border: none;
	margin: 0;
	padding: 0;
	
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select, #cat {
	display: block;
	/* margin: 0 15px 0 0; */
	margin: 0 0px 0 0;
}

#widgets  #text-2 .textwidget,
#widgets  #text-3 .textwidget,
#widgets  #text-4 .textwidget, 
#widgets  #text-5 .textwidget,
#widgets  #text-6 .textwidget {
	min-height:200px;
  	height:auto !important;  /* f�r moderne Browser */
  	height:200px;  /*f�r den IE */
	position: relative;
}

#widgets  #text-2 .textwidget a,
#widgets  #text-3 .textwidget a,
#widgets  #text-4 .textwidget a, 
#widgets  #text-5 .textwidget a,
#widgets  #text-6 .textwidget a {
	position: absolute;
	bottom: 0;
	right: 0;
}

/*im footer*/
#colophon-widget {
}

.colophon-widget {
	background: none;
	min-height: 0;
	padding: 0;
	border: none;
}

/*selber f�r den footer mit colophon */
.colophon-widget div div{
	width: 152px;
	background-color: orange;
	float: left;
	margin-right: 50px;
}

.colophon-widget select,
.colophon-widget input[type="text"], 
.colophon-widget input[type="password"] {
	width: 100%;
}

#top-widget {}

.top-widget { /*Suchfeld */
    border: none;
    clear: right;
    float: right;
	min-height:0;
   /* padding: 0 3px 0 0;*/
	padding: 0 0 0 0;
    text-align: right;
    width: 45%; 
}

.top-widget select, 
.top-widget input[type="text"], 
.top-widget input[type="password"] {
    width: auto;
}

.top-widget #searchform {
    margin: 0;
	
}

/* =Titles
-------------------------------------------------------------- */
.featured-title {
	
	/* font-size:  20px; */
	font-size:  16px;
	/*letter-spacing: -1px;*/
	/* font-weight: normal;*/
	font-weight: bold;
	margin:  30px 0px 0px 0px;
	/*padding-top: 40px;*/
	padding: 0px 20px 0px 35px;
	text-align: left;
	/*color: #666666;*/
	color: #999;
}

.featured-subtitle {
	/* font-size:  16px;*/
	font-size:  16px;
	font-weight: normal;
	/*margin:  12px 0px 36px 0px;*/
	/*margin:  4px 0px 36px 0px;*/
	margin:  4px 0px 0px 0px;
	/*padding: 0 10px; */
	padding: 0px 20px 0px 35px;
	text-align: left;
	/*color: #cccccc;*/
	/*color: #959393;*/
	color: #666666;
}

#featured p {
	/* font-size: 18px; */
	font-size: 16px;
	font-weight: normal;
	/*line-height: 18px;*/
	color: #666666;
	padding: 0 20px 0 35px;
	margin-top: 42px;
	/*margin-top: 0px;*/
	text-align: left;
}

#featured p .termin{
	color: #cc6633;
}



#featured span {
	font-size: 16px;
	color: #999;
	font-weight: normal;
	display: block;
}


.widget-title, 
.widget-title-home h3 { /*titles der widgets auf startseite*/
	display: block;
	/*font-size: 24px;*/
	font-size: 16px;
	font-weight: normal;
	/*line-height: 23px;*/
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
	/*color: #666666;*/
	color: #666666;
	}


.widget-title,
.widget-title-projektemenue   /*�berschrift "Projekte" f�r Projektemenue*/
{
	font-weight: 700;
	font-size: 15px;
	margin: 0;
	padding: 0 0 0px 0;
	text-align: left;
	color: #666666; 
} 

.widgettitle_sidebarmenu /*�berschrift f�r die Untermen�s in der sibar links*/
{
	font-weight: 700;
	font-size: 15px;
	margin: 0;
	padding: 0 0 0px 0;
	text-align: left;
	color: #666666; 
} 


.top-widget .widget-title {
  /*  font-size: 14px; */
	font-size: 14px;
    padding: 0;
    text-align: right;
}

.widget-title a {
	border-bottom: none;
	padding: 0 !important;
}

.title-404 {
	color: #7e8284;
}

/* =404 Page 
-------------------------------------------------------------- */
.error404 select, 
.error404 input[type="text"], 
.error404 input[type="password"] {
    width: auto;
}

/* =Top Menu - das habe ich nicht
-------------------------------------------------------------- */
.top-menu {
	float: right;
	margin: 10px 0;
	}

.top-menu li {
	display: inline;
	list-style-type: none;
}

.top-menu li a {
	border-left: 1px solid #ccc;
	color: #333;
	font-size: 11px;
	padding: 0 4px 0 8px;
}

.top-menu > li:first-child > a {
	border-left: none;
}

.top-menu li a:hover {
	color: #333;
}

/* =Header Menu (Primary) - heisst top und ist mein Hauptmen�
-------------------------------------------------------------- */
.menu {
	/* background-color: #ecebee; */
/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
	background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
	background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
	background-image: -o-linear-gradient(top, #585858, #3d3d3d);
	background-image: linear-gradient(top, #585858, #3d3d3d);
	*/
	clear: both;
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);  */
	 margin: 0 auto; 
	border-top: 1px solid #e9e6e6; /* #d6d6d6 */
		
}


.menu, 
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0; 
	padding: 0; 
	
}

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
	list-style-type: none;
}



.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after, 
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu, 
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;

}

.menu ul li a:hover, 
.menu li li a:hover {
	color: #484848; 
	text-decoration: none;
}

.menu ul {
	min-width: 15em;
	width: auto;
}


.menu a {
	/* border-left: 1px solid #585858; */
	color: #7e8284;
    cursor: pointer;
	display: block;
	font-size: 15px;
	/* font-weight: 700; */
	font-weight: normal;
	/* height: 45px; */
	/* line-height: 45px;*/
	margin: 0;
	/*padding: 0 0.9em; */
	/* padding: 0 1.5em; */
	padding: 14px 2.8em 0 0;
	position: relative;
	text-decoration: none;
	/* text-shadow: 0 1px 1px #242424; */
	border: none;
	outline: none;
}



.menu a:hover {
	/* background-color: #808080; */
	background-color: #fff;
	/* background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
	background-image: -webkit-linear-gradient(top, #808080, #363636);
	background-image: -moz-linear-gradient(top, #808080, #363636);
	background-image: -ms-linear-gradient(top, #808080, #363636);
	background-image: -o-linear-gradient(top, #808080, #363636);
	background-image: linear-gradient(top, #808080, #363636); */
	color: #ff6633;
	border: none;
	outline: none;
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636); */
}

/*damit kein rahmen im IE bei focus ist */
.menu a:focus {
	border: none;
	outline: none;
}


.menu .current_page_item a,
.menu .current-menu-item a { /* aktiver Men�punkt */
	background-color: transparent;
	color: #ff6633;
}

.home .menu .current_page_item a { /* aktiver Men�punkt auf der Startseite*/
    background: none;
	background-color: transparent;
    background-image: none;
    filter: none;
	color: #1d1d1d;
}

.menu li li { /* Untermen�punkte aller Men�s*/
	/*background: #fff; */
	background: #ecebee;
	background-image: none;
/*	border: 1px solid #b2b2b2;*/
	/* color: #444; */
	color: #7e8284;
	filter: none;
    margin: -1px 0 1px 0;
	width: auto;
	
}

.menu li li a {
	background: transparent !important;
	border: none;
	/* color: #444; */
	color: #7e8284;
	/* font-size: 12px; */
	font-size: 14px;
	/* font-weight: 400; */
	font-weight: normal;
	height: auto; /* ???????????? */
	/*height: 20px;*/
	/*line-height: 20px;*/
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}

.menu li li a:hover {
	/* background: #f5f5f5 !important; */
	background: #ecebee !important;
	background-image: none;
	border: none;
	/* color: #444; */
	color: #ff6633;
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
	
}

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	/* background: url(images/ie7-fix.gif) repeat; */
}

.ie7 .menu li li a  {
    min-width: 100%;
}


/* Projekte-Men� - selber erstellt


-------------------------------------------------------------- */



/* das ist noch f�r Local Testumgebung 2014 */
#nav_menu-8 {
	border: none;
	padding: 35px 0 0 0;
	margin-left: 0;
	padding-left: 0;
	
}

#nav_menu-8 ul{
	border: none;
	padding-top: 10px;
	width: 130px;
	margin-left: 0px;
	padding-left: 0;
	
}

#nav_menu-8  .menu li {
	padding-bottom: 6px;
	margin-left: 0px;
	float: none;
}

/* naechstes Men� in Sidebar links - also Untermen� Projekte-------------------------------------------------------------- */
#nav_menu-5 {
	border: none;
	padding: 35px 0 0 0;
	margin-left: 0;
	padding-left: 0;
}

#nav_menu-5 ul{
	border: none;
	padding-top: 10px;
	/* width 130px war zu eng f�r chrome */
	width: 140px;
	margin-left: 0px;
	padding-left: 0;
}

#nav_menu-5  .menu li {
	padding-bottom: 6px;
	margin-left: 0px;
	float: none;
}

/* naechstes Men� in Sidebar links - also Untermen� Ausstellungen-------------------------------------------------------------- */
#nav_menu-6 {
	border: none;
	padding: 35px 0 0 0;
	margin-left: 0;
	padding-left: 0;
}

#nav_menu-6 ul{
	border: none;
	padding-top: 10px;
	/* width 130px war zu eng f�r chrome */
	width: 140px;
	margin-left: 0px;
	padding-left: 0;
}

#nav_menu-6  .menu li {
	padding-bottom: 6px;
	margin-left: 0px;
	float: none;
}

/* naechstes Men� in Sidebar links - also Untermen� Verein-------------------------------------------------------------- */
#nav_menu-7 {
	border: none;
	padding: 35px 0 0 0;
	margin-left: 0;
	padding-left: 0;
}

#nav_menu-7 ul{
	border: none;
	padding-top: 10px;
	/* width 130px war zu eng f�r chrome */
	width: 140px;
	margin-left: 0px;
	padding-left: 0;
}

#nav_menu-7  .menu li {
	padding-bottom: 6px;
	margin-left: 0px;
	float: none;
}

/* das ist noch f�r Local Testumgebung 2014 */
#nav_menu-2 {
	border: none;
	padding: 35px 0 0 0;
	margin-left: 0;
	padding-left: 0;
}



#nav_menu-2 ul{
	border: none;
	padding-top: 10px;
	width: 130px;
	margin-left: 0px;
	padding-left: 0;
}

#nav_menu-2  .menu li {
	padding-bottom: 6px;
	margin-left: 0px;
	float: none;
}

/* das ist noch f�r Local Testumgebung 2014 */
#nav_menu-9 {
	border: none;
	padding: 35px 0 0 0;
	margin-left: 0;
	padding-left: 0;
}

#nav_menu-9 ul{
	border: none;
	padding-top: 10px;
	width: 130px;
	margin-left: 0px;
	padding-left: 0;
}

#nav_menu-9  .menu li {
	padding-bottom: 6px;
	margin-left: 0px;
	float: none;
}

//* das ist noch f�r Local Testumgebung 2014 */
#nav_menu-10 {
	border: none;
	padding: 35px 0 0 0;
	margin-left: 0;
	padding-left: 0;
}

#nav_menu-10 ul{
	border: none;
	padding-top: 10px;
	width: 130px;
	margin-left: 0px;
	padding-left: 0;
}

#nav_menu-10  .menu li {
	padding-bottom: 6px;
	margin-left: 0px;
	float: none;
}

/* das ist noch f�r Local Testumgebung 2014 */
#nav_menu-11 {
	border: none;
	padding: 35px 0 0 0;
	margin-left: 0;
	padding-left: 0;
}

#nav_menu-11 ul{
	border: none;
	padding-top: 10px;
	width: 130px;
	margin-left: 0px;
	padding-left: 0;
}

#nav_menu-11  .menu li {
	padding-bottom: 6px;
	margin-left: 0px;
	float: none;
}

/* das ist noch f�r Local Testumgebung 2014 */
#nav_menu-12 {
	border: none;
	padding: 35px 0 0 0;
	margin-left: 0;
	padding-left: 0;
}

#nav_menu-12  ul{
	border: none;
	padding-top: 10px;
	width: 130px;
	margin-left: 0px;
	padding-left: 0;
}

#nav_menu-12  .menu li {
	padding-bottom: 6px;
	margin-left: 0px;
	float: none;
}

/* das ist noch f�r Local Testumgebung 2014 */

#nav_menu-13 {
	border: none;
	padding: 35px 0 0 0;
	margin-left: 0;
	padding-left: 0;
	/* list-style-type: none; */
}


#nav_menu-13  ul{
	border: none;
	padding-top: 10px;
	width: 130px;
	margin-left: 0px;
	padding-left: 0;
}


#nav_menu-13 .menu li {
	padding-bottom: 6px;
	margin-left: 0px;
	float: none;
}

/* das ist noch f�r Local Testumgebung 2014 */
#nav_menu-14 {
	border: none;
	padding: 35px 0 0 0;
	margin-left: 0;
	padding-left: 0;
}

#nav_menu-14  ul{
	border: none;
	padding-top: 10px;
	width: 130px;
	margin-left: 0px;
	padding-left: 0;
}

#nav_menu-14  .menu li {
	padding-bottom: 6px;
	margin-left: 0px;
	float: none;
}

/* das ist noch f�r Local Testumgebung 2014 */
#nav_menu-15 {
	border: none;
	padding: 35px 0 0 0;
	margin-left: 0;
	padding-left: 0;
}

#nav_menu-15  ul{
	border: none;
	padding-top: 10px;
	width: 130px;
	margin-left: 0px;
	padding-left: 0;
}

#nav_menu-15  .menu li {
	padding-bottom: 6px;
	margin-left: 0px;
	float: none;
}
/* Ende naechstes Men� in Sidebar links - also Untermen�--------



 /* der Listenpunkt "Toiletten 27" */

 #menu-item-70  {	
	line-height: 1.4em;
}

  /* der Listenpunkt "Kirk" */
 #menu-item-71 {	
	line-height: 1.4em;
}

/* Jahresangaben der Men�titel*/
#nav_menu-5  span {
		display: block;
		font-size: 13px;
		padding-bottom: 4px;
}


/* der Listenpunkt "K�nstlerInnen" mit border top*/
#menu-item-69  	{
	border-top: 1px solid #e9e6e6;
	margin-top: 8px;
	padding-top: 8px;
}



/* Ende Projekte-Men� 
-------------------------------------------------------------- */


/* =Responsive Menu 
-------------------------------------------------------------- */
.tinynav { 
    display: none;
	}

/* =Sub-Header Menu 
-------------------------------------------------------------- */


/*brauche ich nicht
.sub-header-menu {
	background-color: red;
	border: 1px solid #d6d6d6;
	border-top: none;
	clear: both;
	margin: 0 auto;
}

.sub-header-menu, 
.sub-header-menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sub-header-menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.sub-header-menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.sub-header-menu li li {
	float: none;
}

.sub-header-menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.sub-header-menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu:after, 
.sub-header-menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.sub-header-menu, 
.sub-header-menu ul {
	min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
	margin: 0;
	padding: 0;
}

.sub-header-menu ul li a:hover, 
.sub-header-menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.sub-header-menu ul {
	width: 14em;
}

.sub-header-menu a {
	border-left: 1px solid #e2e2e2;
	color: #333;
    cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
}

.sub-header-menu a:hover {
	background-color: #f9f9f9;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
	background-color: #f9f9f9;
}

.sub-header-menu li li {
	background: #fff;
	background-image: none;
	border: 1px solid #d6d6d6;
	color: #444;
	filter: none;
    margin: -1px 0 1px 0;
	width: auto;
}

.sub-header-menu li li a {
	border: none;
	color: #444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
}

.sub-header-menu li li a:hover {
	background: #f9f9f9;
	background-image: none;
	border: none;
	color: #444;
	filter: none;
}

.sub-header-menu ul > li + li {
	border-top: 0;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu > li:first-child > a {
	border-left: none;
}

.sub-header-menu ul.children a, 
.sub-header-menu .current_page_ancestor, 
.sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;
	filter: none;
}
brauche ich nicht*/

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
/*brauche ich nicht
.ie7 .sub-header-menu ul {
	background: url(images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a  {
    min-width: 100%;
}

brauche ich nicht*/



/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left: 0;
	text-align: left;
}

.footer-menu li {
	display: block;
	list-style-type: none;
}

.footer-menu li a {
	
	color: #666;
	padding: 0;
}

.footer-menu li a:hover {
	color: #222;
}

.footer-menu > li:first-child > a {
	padding: 0;
}


/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #111;
	display: block;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	margin: 20px 0;
	padding: 0 5px;

}

.navigation a {
	color: #aaa;
	padding: 4px 10px;
}

.navigation a:hover {
	color: #111;
	text-decoration: none;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.navigation .bracket {
	font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px 0;
}

.pagination a {
	text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 12px;
	/* padding: 40px 0 0 0; */
	padding: 0px 0 0 0;
	font-style: italic;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}

.commentlist {
	/*border-bottom: 1px dotted #eee;*/
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist ol {
	list-style:decimal;
}

.commentlist li {
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;*/
	background-color: #fff;
	border-radius: 4px;
	margin: 0;
}

.commentlist .bypostauthor {}

.commentlist li cite {
	color: #111;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
}

.commentlist li.alt {
	background: #f9f9f9;
}

.commentlist .children {
	list-style: none;
	margin-left: 10px;
	padding: 10px;
}

.commentlist .avatar {
/*	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; */
	float: left;
	margin-right: 10px;
	padding: 0;
	vertical-align: middle;
}

.comment-author .fn {
}

.comment-author .says {
	color: #999;
}

.comment-body .comment-meta {
	color: #999;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
}

.comment-body {
	clear: both;
	padding: 10px;
}

.comment-body p {
	clear: both;
}

.comment-body .reply {
}

.pingback, .trackback {
	list-style: none;
	margin: 20px 0;
}

.pingback cite, 
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
}

#respond {
	/*-moz-border-radius: 2px;
	-webkit-border-radius: 2px;*/
	/*background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
	background-image: linear-gradient(top, #ffffff, #eaeaea);
	border: 1px solid #ccc;
	border-bottom-color: #aaa;
	border-radius: 2px; */
	clear: both;
  /*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea); */
	margin-top: 15px;
	padding: 10px 20px 50px;
}

#respond label {
	display: inline;
}

.reply {
	margin: 10px 0;
}

.comment-form-url input,  
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
}

.nocomments {
	color: #999;
	font-size: .9em;
	text-align: center;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	/*margin: 5px 20px 20px 0;*/
}

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

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

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

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

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

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

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

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

.wp-caption {
	background: #fff;
	/* border: 1px solid #f0f0f0; */
	max-width: 96%;
	/*padding: 5px 3px 10px; */
	padding: 0px 0px 0px;
	/*text-align: center;*/
	text-align: left;
}

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

.wp-caption.alignleft {
	/*margin: 5px 20px 20px 0;*/
	/*margin: 16px 20px 20px 0px;*/
	margin: 4px 20px 20px 0px;
}

.wp-caption.alignright {
	/*margin: 5px 0 20px 20px;*/
	margin: 8px 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: 1.5em;
	margin: 0;
	/*padding: 0 4px 5px;*/
	padding: 0 0px 5px 0px;
	text-align: left;
}

img.wp-smiley {
	vertical-align: middle;
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	max-width: 155px;
}

.gallery img {
	border: 1px solid #ddd;
}

.gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl {
	margin: 0;
}

.gallery br+br {
	display: none;
}

.attachment-gallery img {
	background: #fff;
	border: 1px solid #f0f0f0;
	display: block;
	height: auto;
	margin: 15px auto;
	max-width: 96%;
	padding: 5px;
	width: auto;
}

.gallery-meta .iso, 
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,  
.gallery-meta .focal-length {
	display: block;
}

/* =Post Thumbnails 
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large, 
img.attachment-medium, 
img.attachment-thumbnail {
	display: block;
	margin: 15px auto;
	width: auto;
}

/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
	padding: 40px 0 0 0;
}

#breadcrumb a {
	color: #06c;
	font-size: 12px;
	font-weight: 400;
}

#breadcrumb a:hover {
	color: #444;
	text-decoration: none;
}

#content-woocommerce {
	margin-bottom: 20px;
}

.products ul, ul.products {
	margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
	width: 100%;
}

table.shop_table {}

table.cart td.actions .coupon .input-text, 
table.cart td.actions .coupon .input-text {
	cursor: text;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	font-size: 12px;
	line-height: 1.5em;
}

#footerstart {
	font-size: 12px;
	line-height: 1.5em;
}

#footer a {
	color: #666666;
	font-weight: 400;
}

#footer a:hover {
    color: #444;
}

#footerstart a {
	color: #666666;
	font-weight: 400;
}

#footerstart a:hover {
    color: #444;
}


#footer-wrapper .grid.col-940 {
	margin: 0;
}

.scroll-top {
	text-align: center;
}

.copyright {
	text-align: left;
}

.powered {
	text-align: right;
}

/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
	list-style: none;
	line-height: normal;
	margin: 3px 0 9px 0;
	/*text-align: right;*/
	text-align: left;
}


#footer .yelp-icon,
#footer .vimeo-icon, 
#footer .youtube-icon, 
#footer .twitter-icon,
#footer .facebook-icon, 
#footer .linkedin-icon, 
#footer .rss-feed-icon, 
#footer .instagram-icon,
#footer .pinterest-icon, 
#footer .foursquare-icon,
#footer .google-plus-icon, 
#footer .stumble-upon-icon {
	display: inline;
	margin: 1px;
	padding-right: 3px;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after, 
#container:after, 
.widget-wrapper:after {
	clear: both;
	content: '\0020';
	display: block;
	height: 0;
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix, 
#container, 
.widget-wrapper {
	display: inline-block;

}

*html .clearfix, 
*html #container, 
*html .widget-wrapper {
	height: 1%;
}

.clearfix, 
#container, 
.widget-wrapper {
	display: block;
}

.clear {
	clear: both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

[DIR="ltr"] {
   direction: ltr;
   unicode-bidi: embed;
}

[DIR="rtl"] {
   direction: rtl;
   unicode-bidi: embed;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

    h1 {
	    page-break-before: always;
    }

    h1,  h2,  h3,  h4,  h5,  h6 {
	    page-break-after: avoid;
    }

    ul,  ol,  dl {
	    page-break-before: avoid;
    }
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media 
    only screen and (-moz-min-device-pixel-ratio:1.5), 
    only screen and (-o-min-device-pixel-ratio:3/2), 
    only screen and (-webkit-min-device-pixel-ratio:1.5), 
    only screen and (min-device-pixel-ratio:1.5) {
    
    body {}
}

/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
@media screen and (max-width: 980px) { /* nicht l�schen Anfang @mediascreen*/

    body {}
	
	
	#container {
		margin: 0 1.0em 0 1.0em;
	/*	padding-bottom: 80px;*/
	}
	
	.home #container {
		margin: 0 1.0em 0 1.0em;
		/*padding-bottom: 30px;*/
		
	}	
    	
	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
    }
	
	.home #widgets {
		margin-top: 40px;
	}
    
    .top-widget,
    .home .top-widget {
        margin-top: 0 !important;
    }
	
	#footer-wrapper {
		margin-left: 1.0em;
		margin-right: 1.0em;
    }
	
    
} /* nicht l�schen Ende @mediascreen*/

@media screen and (max-width: 950px) { /* nicht l�schen Anfang @mediascreen*/
	
	
	
	#featured-image img  {
		padding: 20px 20px 20px 20px;
	}
	
	.featured-title,
	.featured-subtitle,
	#featured p	{
       padding: 0 20px 0 45px;
	}
   
  	.menu a {
    padding-right:  2.6em; 
	}
	

} /* nicht l�schen Ende @mediascreen*/


@media screen and (max-width: 920px) { /* nicht l�schen Anfang @mediascreen*/

.menu a {
    padding-right:  1.7em;
	}

} /* nicht l�schen Ende @mediascreen*/

@media screen and (max-width: 855px) { /* nicht l�schen Anfang @mediascreen*/
/*
	.grid, 
	.grid-right {
	  float: none;
    }
*/
/*	
	.menu a {
		padding-right:  0.7em;
	} 
*/	
	/*postkarte*/
	#featured {
		text-align: center;
	}
	
	#featured h1,
	#featured h2,
	#featured p {
		text-align: center;
	}
	
	#featured-image img  {
		/*padding: 0;*/
		padding: 50px 0 0 0;
	}
	
	.featured-title,
	.featured-subtitle,
	#featured p	{
       padding: 0 20px 0 20px;
	}
	
	.call-to-action {
	position: relative;
	padding-top: 20px;
	text-align: right;
	}
	
	/*Ende Postkarte*/
	
	#widgets  #text-2 .textwidget,
	#widgets  #text-3 .textwidget,
	#widgets  #text-4 .textwidget, 
	#widgets  #text-5 .textwidget,
	#widgets  #text-6 .textwidget {
	min-height:100px;
  	height:auto !important;  /* f�r moderne Browser */
  	height:100px;  /*f�r den IE */
	position: relative;
	}


	#widgets  #text-2 .textwidget a,
	#widgets  #text-3 .textwidget a,
	#widgets  #text-4 .textwidget a, 
	#widgets  #text-5 .textwidget a,
	#widgets  #text-6 .textwidget a {
	position: relative;
	display: block;
	text-align: right;
	padding-top: 10px;
	}

	
	.textwidget img {
		float: left;
		padding-right: 20px;
	}
/*	
	#content {
		width: 100%;
	}
*/	
	/*Projekte-Men� */
/*
	#wrapper {
		margin-top: 20px;
	}
*/
/*	
	#widgets  {
		width: 100%;
	}
*/	
	#nav_menu-5  .widget-title {
		padding: 4px 4px 4px 10px;
	}
	
	#nav_menu-5 {
		background-color: #f9f9f9;
		border: medium none;
		margin-left: 0;
		margin-top: 20px;
		padding: 4px 10px;
		width: 97%;
	}
	
	#nav_menu-6 {
		background-color: #f9f9f9;
		border: medium none;
		margin-left: 0;
		margin-top: 20px;
		padding: 4px 10px;
		width: 97%;
		
	}

	#nav_menu-5 ul{
		border: none;
		padding: 10px 4px 10px 0px;
	}
	
	#nav_menu-5  .menu li {
		padding-bottom: 0px;
		margin-left: 0px;
		padding-bottom: 6px;
	}
	
	#nav_menu-5 ul li a {
		background: none;
	}
	
/*Ende Projekte-Men� */

	
	
	.col-footer1 {
		float: left;
	}
	
	.col-footer2 {
		float: left;
		margin-left: 0px;
	}
	
	.col-footer3 {
		float: left;
		margin-left: 25px;
	}
	
	.col-footer4 {
		float: left;
		margin-left: 5px;
	}

	.col-footer5  {
		margin-left: 0px;
		float: left;
	}
	

	
	
} /* nicht l�schen Ende @mediascreen*/

@media screen and (max-width: 768px) { /* nicht l�schen Anfang @mediascreen*/


	.tinynav1 {
       	display: block;
        background-color: #ecebee;
		height: 30px;
	    border: none;
	    color: #333;
		font-size: 15px;
		overflow: hidden;
        margin: 30px auto 0px auto !important;
		padding: 4px 10px;
        width: 100%;
	}
	
	.grid, 
  .grid-right {
    float: none;
  }
  .menu a {
    padding-right:  0.7em;
  }
  #wrapper {
    margin-top: 20px;
  } 	
	#content {
    width: 100%;
  }
  #widgets  {
    width: 100%;
  }
  
  #footer {
      text-align: center;
    /*position: relative;*/
    }
  
  #footerstart {
     /* position: relative;*/
    }

    #footer .social-icons {
        padding-bottom: 10px;
      text-align: center;
    }
  
  .col-footer1,
  .col-footer2,
  .col-footer3,
  .col-footer4,
  .col-footer5  {
    float: none;
    margin-left: 0;
    text-align: center;
    width: auto;
  }
  
  .footer-menu li {
      float: none;
        text-align: center;
    }
	
} /* nicht l�schen Ende @mediascreen*/

@media screen and (max-width: 650px) { /* nicht l�schen Anfang @mediascreen*/

    body {}
	
	
	
	.menu a {
		padding-right:  2.6em;
	} 
	
	
    #logo {
	    float: none;
        margin: 0;
	    text-align: center;
    }

 
	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
    }
    
	#featured-image img  {
		/*padding: 0;*/
		padding: 30px 0 0 0;
	}
	
    .top-widget {
        float: none;
        margin: 0 auto 10px auto;
        position: relative;
        text-align: center;
        width: auto;
    }
    
    .top-widget .widget-title {
        text-align: center;
    }
	
    .js .menu,
	.js .sub-header-menu {
		display: none;
	}
	
	/* style ohne tinynav */
	.top-menu {
	    float: none;
		font-size: 11px;
	    text-align: center;
	 }
	
	
.tinynav1 {
       	display: block;
        background-color: #ecebee;
		height: 30px;
	    border: none;
	    color: #333;
		font-size: 15px;
		overflow: hidden;
        margin: 30px auto 0px auto !important;
		padding: 4px 10px;
        width: 100%;
	}
	
	
	#wrapper {
		margin-top: 0px;
	}
	
	#widgets  {
		width: 100%;
	}
	
	/*
	#nav_menu-5 {
		padding-top: 0;
		padding-bottom: 0 !important;
		background: #f7f6f8;
	}
	
	#nav_menu-5  .widget-title {
		padding: 4px 4px 4px 14px;
	}
	*/
	
	.tinynav2 {
		display: block;
        background-color: #ecebee;
		height: 30px;
	    border: none;
	    color: #333;
		font-size: 15px;
		overflow: hidden;
		margin: 0px auto 0px auto !important;
		padding: 4px 10px 4px 10px;
        width: 100%;
	}
	
	/* nochmal wegen IE 8*/
	#nav_menu-5 ul li a {
		background: none;
	}
	
	
	/*
	.ie7 .tinynav,
	.ie8 .tinynav {
		padding-right: 10px;
	}
	
	.ie9 .tinynav  {
		padding-right: 8px;
	}
	*/
	
    #author-meta {
        padding: 20px;
    }
	
	
	#container {
		margin: 0 1.0em 0 1.0em;
		padding-bottom: 400px;
	}
	
	.home #container {
		margin: 0 1.0em 0 1.0em;
		padding-bottom: 110px;
		
	}	
    
    #footer {
	    text-align: center;
		/*position: relative;*/
    }
	
	#footerstart {
	   /*	position: relative;*/
    }

    #footer .social-icons {
        padding-bottom: 10px;
	    text-align: center;
    }
	
	.col-footer1,
	.col-footer2,
	.col-footer3,
	.col-footer4,
	.col-footer5	{
		float: none;
		margin-left: 0;
		text-align: center;
		width: auto;
	}
	
	.footer-menu li {
	    float: none;
        text-align: center;
    }
	
	.call-to-action {
	position: relative;
	padding-top: 20px;
	text-align: right;
	}
	
} /* nicht l�schen Ende @mediascreen*/



@media screen and (max-width: 530px) { /* nicht l�schen Anfang @mediascreen*/
	
	/*postkarte*/
	#featured-image img  {
		padding: 0;
	}
	
	#nav_menu-5   {
		width: 97%;
	}
	
	#nav_menu-6   {
		width: 97%;
	}	
	
		#nav_menu-5  .menu li {
		padding-bottom: 0px;
		margin-left: 0px;
		padding-bottom: 2px;
	}
	
		#nav_menu-6  .menu li {
		padding-bottom: 0px;
		margin-left: 0px;
		padding-bottom: 2px;
	}
	
} /* nicht l�schen Ende @mediascreen*/

@media screen and (max-width: 480px) { /* nicht l�schen Anfang @mediascreen*/

    body {}
	
	
    #logo {
	    float: none;
	    text-align: center;
    }


	
	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
	}
	
	/*postkarte*/
	#featured-image img  {
		padding: 0;
	}
	
	/*padding bei postkartentext mit span raus*/
	#featured span .small {
		padding-left: 0 !important;
}
	
	/*ende postkarte*/
	
	.featured-title {
	    /*font-size: 40px;*/
	   /* padding: 40px 20px 0 20px*/
    }
    
	.call-to-action {
	position: relative;
	padding-top: 20px;
	text-align: right;
	}
   
	.navigation .next,
    .navigation .previous {
        text-align: center;
    }
	
	
    .menu ul, 
	.menu li, 
	.top-menu, 
	.footer-menu li, 
	.sub-header-menu li {
	    float: none;
	    /* text-align: center; */
        text-rendering: optimizeSpeed;
    }
	
	.textwidget img {
		float: none;
		padding-right: 0px;
	}
	
	
	.wp-caption  {
   		width: 200px !important;
	}
	
	.wp-caption  img {
		width: 200px;
	}
	
	.wp-caption-text {
		width: 160px;
	}
	
	
    #footer {
	    text-align: center;
		/*position: relative;*/
    }
	
	#footerstart {
	   /*	position: relative;*/
    }

    #footer .social-icons {
	    text-align: center;
    }
	
	
} /* nicht l�schen Ende @mediascreen*/


@media screen and (max-width: 400px) { /* nicht l�schen Anfang @mediascreen*/

	.wp-caption.alignright {
		margin: 20px 0 20px 0px;
	}
	
	.wp-caption  {
   		float: none;
		width: auto !important;
		
	}
	
	
	.wp-caption  img {
		width: 250px;
		margin: 0;
		padding: 0;
	}
	
	.wp-caption-text {
		width: auto;
	}

} /* nicht l�schen Ende @mediascreen*/

@media screen and (max-width: 320px) { /* nicht l�schen Anfang @mediascreen*/
    
    body {}
	
	
	/*
	#featured p {
	    font-size: 12px;
		line-height: 1.2em;
    }
	*/
	

    .featured-title {
	   /* font-size: 35px;*/
    }
	
	.featured-subtitle {
		font-size: 15px;
	}

    .call-to-action a.button {
	    font-size: 14px;
	    padding: 7px 17px;
    }
	
	/*
	.wp-caption  {
   		float: none;
	}
	*/
	.post-entry img 	{
		
	}
	
		
	#footer {
	    text-align: center;
		/*position: relative;*/
    }
	
	#footerstart {
	 /*  	position: relative;*/
    }
	
	
} /* nicht l�schen Ende @mediascreen*/

@media screen and (max-width: 240px) { /* nicht l�schen Anfang @mediascreen*/
    
    body {}
	
	#top-widget select,
	#top-widget input[type="text"], 
	#top-widget input[type="password"] { 
		padding: 0px 8px;
		height: 30px;
		width: 70%;
	}

	#content select,
	#content input[type="text"], 
	#content input[type="password"] { 
		background-color: #f7f6f8;
		border: none;
		padding: 0px 8px;
		height: 30px;
		width: 70%;
	}
	
	#nav_menu-5  .widget-title {
		padding: 4px 4px 4px 14px;
		text-align: left;
	}
	
	/*
	#featured p {
	    font-size: 11px;
		line-height: 1.1em;
    }
	*/

    /*
	.featured-title {
	  	font-size: 16px;
	}
	*/
	/*
	.featured-subtitle {
		font-size: 11px;
	}
*/
    .call-to-action a.button {
	    font-size: 12px;
	    padding: 5px 15px;
    }
    
    .top-widget area,
    .top-widget select,
    .top-widget textarea,
    .top-widget input[type="text"], 
    .top-widget input[type="password"] {
        width: 75%;	
    }
    
    .widget-title,
    .widget-title-home h3 {
        font-size: 14px;
        height: 13px;
        line-height: 13px;
        text-align: center;
    }
	
	#footer {
	    text-align: center;
		/*position: relative;*/
    }
	
	#footerstart {
	   	/*position: relative;*/
    }
	
	
} /* nicht l�schen Ende @mediascreen*/

/*The last 29 days of the month are the hardest."- Nikola Tesla*/