/* ----------------------------------------------------------- 
  
	Theme Name: Medienreformer based on Toolbox
	Author: Medienreformer | Hendrik Just
	Author URI: http://www.medienreformer.de/
     
-------------------------------------------------------------- */
/* RESET
-------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126 License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, 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;
}

#content address {
	padding: 0 0 20px 0;
}

#content abbr, acronym {
	border-bottom: .1em dotted;
}

#content pre, code, tt {
	font-size: 1.1em;
}

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

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

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

/* GENERAL STRUCTURE 
--------------------------------------------- */
html { 
    overflow-y: scroll; 
}

body {
	background-color: #ffffff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #444;
}

#branding, #subheader, #content, #footer { 
	width: 960px; 
	margin: 0 auto;
}

#wrap-header {
    background: #131210 url(../images/bg-header.png) repeat-x 0 0;
}

#branding {
    height: 95px;
	position: relative;
}

#content {
    clear: both;
    text-align: left; 
    padding-top: 40px; 
    position: relative;
	background-color: #fff;
}

#main { 
    width: 68.75%; /*660px*/
    float: left;
    position: relative;
	margin-left: 10px;
	line-height: 1.6em; 
	border-right: 1px solid #e2e2e2; 
	padding-right: 30px; 
}

#sidebar {
    float: right;
    width: 23%; /*220px*/ 
    margin-right: 10px;
}

#wrap-footer {  
    background-color: #e6e6e6; 
}

#footer {    
    clear: both;  
    background-color: #e6e6e6;
    position: relative;  
}

.lang-item {
    display: inline;
}

/* Headlines
--------------------------------------------- */

#content h1 {
	font: bold 1.4em/1.5 arial, sans-serif;
	margin-bottom: 12px;
}
#content h2 {
	font: bold 1em/1.2 arial, sans-serif;
	margin-bottom: 10px; 
	padding-top: 16px; 
	color: #6b6165; 
}
#content h3 {
	font: bold 0.89em/ 1 arial, sans-serif;
	margin-bottom: 10px;
	padding-top: 16px;
	color: #6b6165;
}
#content h4 {
	font: bold 1em/1.3 arial, sans-serif;
	margin-bottom: 12px;
}
#content h5 {
	font: bold 1em/1.3 arial, sans-serif;
	margin-bottom: 10px;
}
#content h6 {
	font: bold .9em/1.3 arial, sans-serif;
	margin-bottom: 10px;
}

/* Links
--------------------------------------------- */

p {
	font-size: 0.8em;
	color: #5f5f5f; 
	line-height: 1.5em;
	margin-bottom: 12px;
}
a {
	color: #8bc53e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* HEADER
--------------------------------------------- */
#logo {
    position: absolute;
    top: 14px;
    left: 10px;
    height: 55px;
    width: 350px;
}

#logo a {
    cursor: pointer;
    display: block;
    text-indent: -9999px;
}

#logo h1 {
    margin: 0;
    padding: 0;
}

#logo h1 a {
    background-image: url(../images/logo.png);
    height: 55px;
    width: 350px;
    margin: 0;
    padding: 0;
}

#social a.facebook { 
	position: absolute;
    top: 33px;
    right: 42px;
    height: 21px;
    width: 21px;
    text-indent: -99999px;
    background: url(../images/icon-header-facebook.png) no-repeat; 
}

#social a.xing { 
	position: absolute;
    top: 33px;
    right: 15px;
    height: 21px;
    width: 21px;
    text-indent: -99999px;
    background: url(../images/icon-header-xing.png) no-repeat; 
}

#social a.facebook, #social a.xing {
    background-position: 0 0;
}

#social a:hover.facebook, #social a:hover.xing {
    background-position: 0 -21px;   
}


/* Screen readers */
.screen-reader-text, .assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/
* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* NAVIGATION
--------------------------------------------- */
#mainnav {
    margin: 28px 68px 0 0;
    max-width: 70%;
    float:right;
}

#mainnav ul li {
    float: left;
    list-style: none;
}

#mainnav ul li a {
    margin:0;
    display: block;
    font-size: 0.75em;
    text-transform: uppercase; 
	padding: 9px 6px; 
	color: #ffffff; 
}

#mainnav ul li a:hover {
    color: silver;
    text-decoration: none;
}

#mainnav .current_page_item a:hover { 
	 color: #8bc53e;
}

#mainnav .current_page_item a, #mainnav .current-page-ancestor a { 
	 color: #8bc53e;
}

/* --- Sub Nav --- */

#subnav ul {
    list-style: none; 
	margin-top: 12px; 
	margin-bottom: 30px; 
}

#subnav ul li {
    list-style: none;
}

#subnav ul li a {
    margin:0;
    padding:10px 15px;
    display: block;
    font-size: 0.9em;
    text-transform: uppercase;
	border-bottom: 1px solid #e2e2e2; 
	color: #747474; 
}

#subnav ul li:first-child {
	border-top: 1px solid #e2e2e2;
}

#subnav ul li a:hover {
    color: silver;
    text-decoration: none;
}

#subnav .current_page_item a {
    color: #8bc53e;
    text-decoration: none;
}

.page-id-95 #subnav .page-item-95 a,
.page-id-119 #subnav .page-item-119 a,
.page-id-444 #subnav .page-item-119 a,
.page-id-435 #subnav .page-item-95 a {
    color: #8bc53e;
    text-decoration: none;
}

/* --- Extra Design --- */

#subnav ul li.page-item-92, 
#subnav ul li.page-item-152,
#subnav ul li.page-item-636 { 
	margin-top: 40px;
	border-top: 1px solid #e2e2e2;
}

#subnav ul li.page-item-92 a, 
#subnav ul li.page-item-100 a, 
#subnav ul li.page-item-152 a, 
#subnav ul li.page-item-406 a { 
	font-weight: bold;

}

#subnav ul li.page-item-92 a,
#subnav ul li.page-item-152 a, 
#subnav ul li.page-item-636 a { 
	background: url(../images/list-icon-sprachen.png) no-repeat 0 8px; 
	padding-left: 28px; 
}

#subnav ul li.page-item-100 a,
#subnav ul li.page-item-406 a,
#subnav ul li.page-item-656 a { 
	background: url(../images/list-icon-preise.png) no-repeat 0 7px; 
	padding-left: 28px; 
}

/* CONTENT
--------------------------------------------- */

/* Inline Design */
#content p.intro { 
	font-weight: bold; 
}

#content p.intro span { 
	color: #8bc53e; 
}

.box1, .box2, .box4, .foto1 { 
	padding: 10px 5px 10px 10px; 
	background: url(../images/bg-verlauf-1.png) repeat-x 0 0; 
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px; 
	margin-bottom: 8px;
	overflow: hidden; 
}

.box1 img, .box2 img, .box3 img, .box4 img, .foto1 img { 
	float: left;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px; 
	padding-top: 0; 
}

#content .box2 h2 {  
	padding-left: 155px; 
	margin-top: 0; 
	padding-top: 5px; 
}
.box2 p {  
	padding-left: 155px; 
}

.box3, .box4 { 
	padding: 0 5px 10px 0; 
	margin-bottom: 8px;
	overflow: hidden; 
}

#content .box3 h2 {  
	padding-left: 170px; 
	margin-top: 0; 
	padding-top: 5px; 
}
#content .box3 p {  
	padding-left: 170px;  
}

#content .box4 h2 {   
	margin-top: 0; 
	padding-top: 15px;  
}
#content .box4 p { 
	padding-top: 15px; 
}
#content .box4 img { 
	margin-right: 15px; 
	margin-top: 10px; 
	margin-left: 10px; 
}
#content .box4 p.col-1 { 
	float: left; 
	width: 210px; 
}

.foto1 {  
	font-weight: bold;
}

.foto1 p { 
	padding-left: 115px; 
	padding-top: 0; 
	margin-top: 0;  
}

.fazit { 
	padding: 10px 5px 10px 10px; 
	background: #f2f9ea; 
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px; 
	margin-top: 30px; 
}

.fazit p { 
	background: url(../images/icon-lamp.png) no-repeat 10px 5px; 
	padding-left: 50px; 
}

p.abstand1 { 
	margin: 20px 25px 30px; 
}

/* Referenzen box5 */

.box5 { 
	overflow: hidden; 
	padding-top: 10px; 
	padding-bottom: 10px; 
}

.box5 .col1,
.box5 .col2 {
	width:48%; 
}

.box5 .col1 { 
	float: left; 
}

.box5 .col2 { 
	float: right; 
}

#main ul#referenzen { 
	margin-left: 0; 
}

#referenzen {
    list-style: none inside none;
    margin: 10px 0;
    padding: 0; 
	border-top: 1px solid #e2e2e2; 
	border-left: 1px solid #e2e2e2; 
}
#referenzen li {
    display: list-item;
    float: left;
    height: 180px;
    line-height: 180px;
    padding: 5px 10px;
    text-align: center;
    width: 308px; 
	border-right: 1px solid #e2e2e2; 
	border-bottom: 1px solid #e2e2e2; 
}
#referenzen li.full {
    width: 637px; 
}
#referenzen li img {
    vertical-align: middle;
}

/* /Ende Inline Design */

#content p.icl_post_in_other_langs { 
	border-top: 1px dotted #e2e2e2; 
	font: italic 0.75em/1.5em Georgia, "Times New Roman", Times, serif; 
	color: #b5b5b5; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	margin-top: 36px; 
}

#content .post {
	margin-bottom: 2em;
	padding-bottom: 1em;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	clear: both;
}

#content .sticky {
	border-top: 1px solid #ddd;
	background-color: #F0F0F0;
	padding: 15px 10px;
	overflow: hidden;
}

.blog #content .entry-header,
.archive #content .entry-header {
	margin-bottom: 0;
}

#content .entry-header h1.entry-title {
	margin-bottom: 5px;
}

#content .entry-header h2.entry-title {
	margin-bottom: 12px;
	font-weight: bold;
}

.blog #content .entry-header h1.entry-title,
.blog #content .entry-header h2.entry-title,
.archive .entry-header h1.entry-title,
.archive .entry-header h2.entry-title {
	margin-left: 23.5%;
}

#content .entry-meta, #content .entry-details {
	clear: both;
	display: block;
	font: italic .8em/1.5 'Georgia', Times, serif;
	margin-bottom: 1em;
}

.blog #content .entry-meta,
.archive #content .entry-meta {
	margin-left: 23.5%;
}

.blog #content .entry-meta { 
	display: none; 
}

#content .entry-details {
	width: 20%;
	float: left;
}

.blog #content .entry-content,
.archive #content .entry-content {
	width: 76.5%;
	float: right;
}

.single-author .entry-meta .byline {
	display: none;
}

#content .entry-caption {
	font-size: 0.9em;
}

#content nav {
	display: block;
	overflow: hidden;
	font-size: 0.8em;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}

#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#content #nav-above {
	display: none;
}

.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}

#nav-below {
	margin: 1em 0 0;
}

.page-link {
	background-color: #f0f0f0;
	border-top: 1px solid #ddd;
	padding: 5px 20px;
	overflow: hidden;
	font-size: .8em;
	margin-bottom: 1em;
	margin-top: 1em;
}

.page-link a {
	font-weight: bold;
	margin: 0 1px;
}

.page-link a:hover {
	text-decoration: none;
}

.page .edit-link {
	clear: both;
	display: block;
	font-size: .8em;
}

/* 404 page */

.error404 .main { 
	width: 940px; 
	margin-left: 10px; 
}

.error404 .searchform { 
	margin-bottom: 40px; 
}

.error404 select { 
	width: 80%; 
}

.error404 .widget {
	float: left;
	width: 33%;
}

.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}

.error404 .widget ul,
.error404 .widget ol  {
    margin: 0 0 30px 30px;
    line-height: 1.5;
}
.error404 .widget ol ol,
.error404 .widget ul ul {
    padding:8px 0 0;
}
.error404 .widget ul li {
    padding:0 0 4px;
    list-style: square;
}
.error404 .widget ol li {
    padding:0 0 4px;
    list-style: decimal;
}
.error404 .widget ol ol li {
    list-style: upper-alpha;
}
.error404 .widget ol ol ol li {
    list-style: lower-roman;
}

.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */

.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */

.image-attachment div.entry-meta {
	float: left;
}

.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}

.image-attachment .entry-content {
	clear: both;
}

.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}

.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */

.format-aside .entry-header {
	display: none;
}

.single .format-aside .entry-header {
	display: block;
}

.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}

.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */

.format-image .entry-header {
	display: none;
}

.single .format-image .entry-header {
	display: block;
}

.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}

.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}
/* IMAGES
--------------------------------------------- */

a img {
	border: none;
}

p img {
	margin-bottom: 0.5em;
}

#content img {
	max-width:100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#content img.aligncenter {
	margin: 20px auto;
}

#content img.alignleft {
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

#content img.alignleft ,#content .wp-caption.alignleft {
	margin: 5px 15px 0 0;
}

#content img.alignright,#content .wp-caption.alignright {
	margin: 10px 0 0 20px;
}

#content img.alignnone {
	margin: 20px 0;
}

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

#content .wp-caption.aligncenter{
	margin-bottom: 10px;
}

#content .post .wp-caption {
	max-width: 100%;
	text-align: center;
}

#content .single-entry-content .wp-caption {
	max-width: 100%;
	text-align: center;
}

#content .post p.wp-caption-text,
#content .post .wp-caption-text {
	font: normal .8em/1.4 'Georgia', arial, sans-serif;
	margin: 0;
	padding: 7px 0 10px 0;
	color: #999;
}

#content object,
#content embed,
#content iframe {
	max-width: 100%;
	margin: 3px 0 10px;
	display: block;
}

.wp-smiley {
	margin: 0;
}

/* Sidebars
--------------------------------------------- */

/* PLugin WPML */

#lang_sel ul a span.icl_lang_sel_current { 
	color: #8bc53e; 
}

#sidebar .widget-1 h3 { 
	color: #89c13a; 
	line-height: 1.3em; 
	font-weight: normal; 
	font-style: normal; 
	margin-bottom: 0; 
	font-size: 1em; 
}

#sidebar .widget-1 p { 
	color: #949494; 
	font-size: 12px; 
}

/* Widget Call */
#sidebar .call { 
	border-bottom: 1px solid #e2e2e2;  
	padding-bottom: 5px; 
}

#sidebar .call h3 { 
	background: url(../images/icon-call.png) no-repeat 0 0; 
	padding-left: 35px;
	padding-top: 10px; 
	padding-bottom: 10px;  
}

#sidebar .call p.number { 
	color: #89c13a; 
	font-weight: bold; 
	font-size: 1em; 
}

/* Widget Netzwerk */
#sidebar .netzwerk { 
	padding-top: 15px;
	padding-bottom: 15px;  
	border-bottom: 1px solid #e2e2e2; 
}
#sidebar .netzwerk h3 { 
	background: url(../images/icon-netzwerk.png) no-repeat 0 0; 
	padding-left: 43px;
	padding-top: 10px; 
	padding-bottom: 10px;  
}

aside.widget {
	margin: 0 0 30px 0;
	padding:  0 0 30px 0;
	font-size: .8em;
	border-bottom: 1px solid #ddd;
}

aside.widget ul li {
	padding: 0 0 7px 0;
	line-height: 1.4em;
}

aside.widget ul li:last-child {
	padding: 0;
}

.widget h3.widget-title, 
.widget_get_recent_comments h1.widget-title {
	padding: 0 0 15px 0;
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.textwidget {
	line-height: 1.6;
}

/* --- Standard Widgets --- */

.widget_categories ul li ul.children, 
.widget_nav_menu ul li ul.sub-menu, 
.widget_pages ul li ul.children {
	margin: 5px 0 0 0;
}

.widget_categories ul li ul.children li, 
.widget_nav_menu ul li ul.sub-menu li, 
.widget_pages ul li ul.children li {
	margin: 0 0 0 20px;
}

.widget_recent_entries ul, 
.widget_recent_comments ul {
	padding: 0 0 0 15px;
}

.widget_recent_entries ul li, 
.widget_recent_comments ul li {
	list-style: square;
}

.widget_calendar #wp-calendar caption {
	font-family:'Droid Serif', Times, serif;
	font-style: italic;
	text-align: left;
	padding: 0 0 5px 0;
}

.widget_calendar table#wp-calendar th, 
.widget_calendar table#wp-calendar td {
	padding: 0 6px 6px 0;
}

.widget_calendar table#wp-calendar tbody tr td#today {
	font-weight: bold;
}

/* --- Search Widget --- */

.widget_search {
	overflow: hidden;
}

.searchform {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}

#secondary .searchform .search-input {
	width: 100%;
	margin: 0 0 5px 0;
}

.searchform .search-input {
	width: 40%;
	margin: 0 2px 5px 0;
	padding: 6px 5px;
	background-color:#F0F0F0;
	border: 1px solid #ddd;
}

.searchform .search-input:hover, 
#searchform .search-input:focus, 
#searchform .search-input:active {
	background-color:#fff;
}

.searchsubmit {
	margin: 0;
	padding: 8px 10px 7px;
	display: inline-block;
	vertical-align: baseline;
	outline: none;
	background-color: #777;
	border: none;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}

.searchsubmit:hover {
	color: #fff;
	background-color: #8bc53e;
}

/* FOOTER
--------------------------------------------- */

#colophon p {}

a.top {  
	color: #8bc53e; 
	text-decoration: underline; 
}

#footer p { 
    color: #717171; 
    line-height: 15px; 
    font-size: 11px; 
}

#footer a { 
    color: #717171; 
}

#footer a:hover { 
    color: #8bc53e; 
	text-decoration: none; 
}

#footer p.navi-footer { 
    position: absolute; 
    height: 18px;  
    top: 23px;
    right: 10px;  
}

#footer .footlogo {    
    position: absolute;
    background: url(../images/logo-footer.png) no-repeat 0 0;  
    top: 15px;
    left: 10px; 
	width: 220px; 
	height: 32px; 
}

#footer .df a {    
    position: absolute;
    background: url("../images/icon-df.png") no-repeat scroll 0 0 transparent;  
    top: 13px;
    left: 380px; 
	width: 128px; 
	height: 36px; 
    text-indent: -9999px;
}
#footer .df a:hover {
    background-position: left bottom;
}

#footer .paypal a {    
    position: absolute;
    background: url("../images/icon-paypal.png") no-repeat scroll 0 0 transparent;  
    top: 12px;
    left: 530px; 
	width: 83px; 
	height: 36px; 
    text-indent: -9999px;
}
#footer .paypal a:hover {
    background-position: left bottom;
}

/*  STARTSEITE
--------------------------------------------- */

.home #branding { 
	height: 90px; 
}
#wrap-subheader { 
	background: url(../images/bg-subheader.png) repeat-x center bottom; 
}
#subheader { 
	height: auto; 
	padding-top: 15px; 
	padding-bottom: 25px; 
	padding-left: 10px; 
}
.home #main { 
	width: 55%; 
}
.home #sidebar { 
	width: 35%;   
}
.home #sidebar h2.news-title {
   	font: bold 1.4em/1.5 arial, sans-serif;
	margin-bottom: 12px; 
	padding-top: 0; 
}
.home #sidebar .news {
    margin-left: 65px; 
	margin-top: 13px; 
}
.home #sidebar .news ul li {
    margin-bottom: 25px;
}
.home #sidebar .news p {
    margin-bottom: 0;
    margin-top: 0;
}
.home #sidebar .date {
    background: url(../images/bg-verlauf-1.png) repeat-x 0 0; 
    float: left;
    font: 14px Georgia,"Times New Roman",Times,serif;
    height: 45px;
    margin-left: -65px;
    margin-top: 3px;
    padding-top: 7px;
    text-align: center;
    width: 50px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}
.home #sidebar .date .month {
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin-left: 2px;
    margin-top: 7px;
    text-align: center;
    text-transform: uppercase;
}
.home #sidebar .date .day {
    color: #AABACA;
    display: block;
    font: 2em Georgia;
    margin-left: 0;
    margin-top: -2px;
    text-align: center;
}

.home #sidebar .widget-1 { 
	padding-left: 22px;
	border-top: 1px solid #e2e2e2; 
	padding-top: 15px; 
}

.home #sidebar .call { 
	border-bottom-style: none; 
}

.home #sidebar .call h3 { 
	padding-left: 42px; 
}


/* WP COMMENTS
--------------------------------------------- */
#comments {
	padding: 0 0 30px 0; 
}
#comments h3#comments-title {
	padding:30px 0 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
}
#comments p.write-comment-link {
	padding:0 0 20px;
}
#comments .comment-body p {
	padding:0 0 10px; 
	font-size: 1em; 
}
#comments p.moderation {
	font-family:'Droid Serif',  Times, serif;
	font-style:italic;
}
#content #comments ol {
	padding:0;
}
#content #comments ol li ul.children {
	padding:0;
	font-size: 0.9em;
}
#content #comments ol li.depth-1 {
	padding:0;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
#content #comments ol li.depth-2, 
#content #comments ol li.depth-3, 
#content #comments ol li.depth-4, 
#content #comments ol li.depth-5 {
	margin:0 0 0 35px;
	padding:0;
	border-top:1px solid #ddd;
	border-bottom:none;
	overflow:hidden;
}
.comment-meta {
	padding:0 0 12px;
	font-size: .8em;
}
.comment-meta cite.fn {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
}
#comments .comment-body {
	padding:20px 0px;
	overflow:hidden;
	line-height: 1.5;
}
.reply {
	margin:0;
	float:left;
}
a.comment-reply-link {
	font-size:.9em;
}
#comments ol li.post.pingback {
	margin:0;
	padding: 20px 0 0;
	list-style:none;
	font-weight: bold;
}
#comments ol li.post.pingback a {
	font-weight: normal;
}
#comments ol li img.avatar {
	max-width: 100%;
	width: 65px;
	height: 65px;
	margin:22px 15px 0 0;
	float:left;
}
#comments .bypostauthor {
}

/* WP COMMENT REPLY
--------------------------------------------- */

#content #comments #respond {
	margin:30px 0 0;
	padding:20px;
	background-color: #F0F0F0;
}
a#cancel-comment-reply-link {
	padding:3px 0 0;
	float:right;
	font-weight: normal;
}
#content #comments #respond h3#reply-title {
	margin:0 0 3px 0;
	font-size: 1.2em;
}
form#commentform p.comment-notes, p.logged-in-as {
	padding:0 0 15px 0;
}
form#commentform span.required {
	color: #E75428;
}
form#commentform p.comment-form-author, form#commentform p.comment-form-email, form#commentform p.comment-form-url, form#commentform p.comment-form-comment {
	padding:15px 0 0;
}
input#submit, input.wpcf7-submit {
	margin: 15px 0 0;
	padding: 10px 10px 9px;
	display: inline-block;
	vertical-align: baseline;
	outline: none;
	background-color: #777;
	border: none;
	font-size: 1em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
input#submit:hover, input.wpcf7-submit:hover {
	background-color: #8bc53e;
	color: #fff;
}
form#commentform input#author, form#commentform input#email, form#commentform input#url {
	width: 60%;
	margin: 5px 0 0;
	padding: 9px 5px 9px;
	display: block;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size:1em;
}
form#commentform textarea#comment {
	width:95%;
	margin: 5px 0 0;
	padding: 9px 5px;
	background-color:#fff;
	border: 1px solid #ddd;
	font: 1em 'Droid Sans', arial, sans-serif;
}
form#commentform p.subscribe-to-doi-comments {
	padding: 20px 0 0;
	font-size: .8em;
	color: #666;
	letter-spacing: 1px;
}

/* CONTACTFORM PLUGIN
--------------------------------------------- */

#content .wpcf7 {
	overflow: hidden;
	margin: 0;
	font-size: 0.8em;
}
#content .wpcf7 h3#form-title {
	margin:0 0 3px 0;
	font-size: 1.2em;
}
#content .wpcf7 p.form-info {
	padding:0 0 15px 0;
	font-size: .8em;
}
#content .wpcf7 span.required {
	color: #E75428;
}
#content .wpcf7 input.wpcf7-text {
	width: 60%;
	margin: 5px 0 15px;
	padding: 8px 5px;
	background-color:#fff;
	border: 1px solid #cbcbcb;
	font-size:1em;  
}
#content .wpcf7 textarea {
	width:95%;
	margin: 5px 0 15px;
	padding: 9px 5px;
	font: 1em 'Droid Sans', arial, sans-serif;
	background-color:#fff;
	border: 1px solid #cbcbcb;
}
#content .wpcf7-form p {
	padding:0;
}
#content span.wpcf7-form-control-wrap { 
	padding-top: 0;  
}
/* Job Form */
#content .wpcf7-form fieldset {
    background-color: #eeeeee;
    border: 1px solid #cbcbcb;
    margin-bottom: 20px;
    padding:20px;
}
#content .wpcf7-form legend {
    background-color: white;
    border: 1px solid #cbcbcb;
    font-weight: bold;
    margin-left: 20px;
    padding: 3px 10px;
}
#content .wpcf7-form label {
    float: left;
    width: 150px; 
	padding-top: 8px; 
	margin-right: 5px; 
}
#content .wpcf7-form .form-title { 
	border: 1px solid #E3E3E3; 
	margin-bottom: 20px; 
	padding: 3px 10px; 
	margin-top: 10px; 
	background-color: #f7f6f6; 
}

#content .wpcf7-form span.wpcf7-list-item { 
	margin-left: 155px;
	display: block;  
}
#content span.wpcf7-checkbox {  
	background-color: yellow; 
	 
}

/* WP ALIGMENT
--------------------------------------------- */

.aligncenter, div.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.alignleft {
    margin-right: .8em;
    margin-top:.4em;
    display: inline;
    float: left;
}

.alignright {
    margin-left: .8em;
    display: inline;
    float: right;
}

/* CLEARING FLOATS
--------------------------------------------- */

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

/* INLINE STYLES
--------------------------------------------- */

#content strong {
	font-weight: bold;
}
#content p em {
	font-family:'Droid Serif',  Times, serif;
	font-style: italic;
}
#content em {
	font-family:'Droid Serif',  Times, serif;
	font-style: italic;
	font-size: 1.2em;
}
#content p small {
	font-size: .8em;
}
#content .post blockquote, 
#content .page blockquote {
	margin: 0 20px 10px 0;
	overflow: hidden;
	font: italic 1.1em/1.6 'Droid Serif', Times, serif;
}
#content .single-entry-content blockquote {
	margin: 20px 20px 10px 20px;
	background: none;
}
#content blockquote cite {
	margin: 10px 0 0 0;
	padding: 0 25px 15px 0;
	float: right;
	font: normal .8em 'Droid Sans', arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#content pre {
	background-color: #f0f0f0;
	font-family: monospace;
	font-size: 1.2em;
	line-height: 1.3;
	margin: 0 0 20px 0;
	padding: 10px;
}
#content p.nocomments {
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 15px 20px 10px 15px;
}

/* COLUMNS CODE
--------------------------------------------- */
.two-columns-one{
	width:48%;
}
.three-columns-one{
	width:30.66%;
}
.three-columns-two{
	width:65.33%;
}
.four-columns-one {
	width: 22%;
}
.four-columns-two {
	width:48%;
}
.four-columns-three {
	width:74%;
}
.two-columns-one, 
.three-columns-one, 
.three-columns-two, 
.four-columns-one, 
.four-columns-two, 
.four-columns-three {
	float:left;
	margin-right:4%;
	position:relative;
}
.last{
	clear:right;
	margin-right:0 !important;
}

/* COLOR BOXES
--------------------------------------------- */
#content span.highlight {
	padding: 2px;
	background-color: #FFFBCC;
}
.divider { 
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-top: 20px;
    width: 100%;
}
.white-box, 
.blue-box, 
.yellow-box, 
.red-box, 
.green-box, 
.lightgrey-box,
.grey-box,
.darkgrey-box {
    margin: 20px 0 10px;
    padding: 15px;
    overflow:hidden;
    line-height:1.4;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}
.white-box p, 
.blue-box p, 
.yellow-box p, 
.red-box p, 
.green-box p, 
.lightgrey-box p,
.grey-box p,
.darkgrey-box p {
    margin: 0 0 10px;
}
.white-box {
    background:#fff;
    border: 1px solid #e5e5e5;
}
.blue-box {
    background:#E8EEFA;
    border: 1px solid #C3D9FF;
}
.yellow-box {
    background:#FFF8CA;
    border: 1px solid #FFF5B0;
}
.red-box {
    background:#F9DFDF;
    border: 1px solid #F2BFBF;
}
.green-box {
    background:#BFE8BF;
    border: 1px solid #BFE8BF;
}
.lightgrey-box {
    background:#F7F7F7;
}
.grey-box {
    background:#f0f0f0;
}
.darkgrey-box {
    background:#4E4E4E;
    color:#D8D8D8;
}

/* TABLES
--------------------------------------------- */

#content table {
	margin:10px 0px 30px 0px;
}
#content table thead {
	border-top:1px solid #ddd;
}
#content table tr {
	border-bottom:1px solid #ddd;
}
#content table tr th {
	padding: 10px 20px 10px 20px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
#content table tr td {
	padding: 10px 20px 10px 20px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

/*  Lists
--------------------------------------------- */

#main ul,
#main ol  {
    margin: 0 0 12px 20px;
    line-height: 1.5;
    font-size: 0.8em;
	color: #5f5f5f;
}
#main ol ol,
#main ul ul {
    padding:8px 0 0;
}
#main ul li {
        
}
#main ol li {
    padding:0 0 4px;
}
#main ol ol li {
    list-style: upper-alpha;
}
#main ol ol ol li {
    list-style: lower-roman;
}
dl {
    margin:0;
    padding:0;
}
dt {
    margin: 0;
    padding: 10px 5px 5px;
    font-weight: bold;
}
dd {
    margin: 0;
    padding: 0 0 10px 15px;
}

ul.fachgebiete {  
	overflow: hidden; 
	padding-top: 10px; 
	padding-bottom: 10px; 
}

ul.fachgebiete li { 
	float: left; 
	margin-right: 7px; 
	background: #ddeec7 url(../images/list-check2.png) no-repeat 8px 12px; 
	margin-bottom: 7px; 
	padding: 7px 8px 8px 28px;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px; 
}

ul.list1 li { 
	background: url(../images/list-point.png) no-repeat 0 6px;
	margin: 0 40px 0 10px; 
	padding-left: 16px; 
}

ul.list2 li { 
	list-style-type: disc;
	margin: 0 0 0 20px; 
}

#main ol.faq, #main ul.faq { 
	padding-left: 0; 
	margin-left: 0;  
}

#main ol.faq li, #main ul.faq li { 
	margin: 0 0 5px;
	padding-left: 20px;
	background-color: #ebf5dd;
	padding-top: 5px; 
	padding-bottom: 5px;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;  
}

#main ol.faq a, #main ul.faq a { 
	font-weight: bold;
	color: #6b6165; 
}

#main ul.bildnachweis { 
	margin-left: 0; 
	padding: 0; 
}

#main ul.bildnachweis li {  
 	margin-left: 0; 
	padding: 0;
}

/*  JQUERY NIVO SLIDER 
--------------------------------------------- */

#slider {
    position:relative;
    width:940px; /* Change this to your images width */
    height:260px; /* Change this to your images height */
    background: url(../images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

.nivo-controlNav {
    position:absolute;
    left:450px;
    bottom:-23px;
}
.nivo-controlNav a {
    display:block;
    width:22px;
    height:22px;
    background:url(../images/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}
.nivo-controlNav a.active {
    background-position:0 -22px;
}

.nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background:url(../images/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
}
a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
a.nivo-prevNav {
    left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*  BACK TO TOP
--------------------------------------------- */

#front #back-top a {display: none;}
#back-top {position: fixed; right:20px; bottom: 60px;}
p#back-top {padding:0;}
#back-top a {display: block; text-align: center; text-decoration: none; color: #fff; border-bottom: none;
    /* transition */
    -webkit-transition: 1s;
       -moz-transition: 1s;
            transition: 1s;
}
#back-top a:hover {color: #fff;}
/* arrow icon (span tag) */
#back-top span {display: block; background: #8bc53e; padding: 2px 8px;
    /* rounded corners */
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    /* transition */
    -webkit-transition: 1s;
       -moz-transition: 1s;
            transition: 1s;
}
#back-top a:hover span {background-color: #8bc53e;}

/*  STICKY FOOTER
--------------------------------------------- */
* { 
    margin: 0; 
    padding: 0; 
}

html, body { 
    height: 100%; 
}

#page { 
    min-height: 100%; 
}

#content { 
    overflow: auto; 
    padding-bottom: 80px; 
}

/* must be same height as the footer */
#footer { 
    position: relative; 
    margin-top: -60px; 
    /* negative value of footer height */
    height: 60px; 
    clear: both; 
}

/*Opera Fix*/
body:before { 
    content: ""; 
    height: 100%; 
    float: left; 
    width: 0; 
    margin-top: -32767px; 
}
