/*
Theme Name: FS-Wordpress
Description: Das FS-Theme für Wordpress.
Author: Stefan Schulte
Version: Version 0.9

Farben:
	FS-Gruen: #32810B;
	hellgrau: #e6e6e6;
*/


/* CSS für Menü importieren */
@import "menu/menu.css";
 
 
/* Kalibrieren */
*{
	margin:0;
	padding:0;
}



/* allgemeine Struktur */
body{
	background-color:#e6e6e6;
	font-family:'Ubuntu', sans-serif;
	font-size:14px;
	line-height:22px;
	
}

#container{
	width: 960px;
	margin: auto;
	margin-top:0;
	padding: 20px;
	background-color:#ffffff;
}

#closeContainer{
	clear:both;
}

#mainPage{
	width:670px;
	float:left;
}

a:link, a:visited{
	color: #32810B;
}



/* Header */
#header{
	width:960px;
}

span#header-image{
	display:block;
}

#header-image{
	background: url(headerKleinKIT.png);
	background-color:#32810B;
	height:93px;
	margin-bottom:6px;
}



/* Footer */
#footer{
	padding-left:5px;
	padding-right:5px;
	width:990px;
	font-size:80%;
	margin:auto;
	margin-bottom:20px;
	background-color:#32810B;
	color:white;
}

#footer-links{
	display:inline;
}

#footer-rechts{
	display:inline;
	float:right;
}

#footer-rechts li{
	list-style-type:none;
	display:inline;
	border-left:1px solid white;	
	padding-left:3px;
}

#footer-rechts li:first-child{
	border:none;
}

#footer-rechts li a{
	color:white;
	text-decoration:none;
}




/* Loop */
#loop{
	float:left;
	width:100%;
}

.post{
	margin-bottom:4ex;
}

/* Post-Titel */
.post h2.title a{
	font-weight:500;
	line-height:25px;
	text-decoration:none;
	color:#000000;
	font-size:22px;
}

/* Page-Titel */
.page h2.title a{
	font-weight:500;
	text-decoration:none;
	color:#000000;
	font-size:26px;
	line-height:115%;
}
.page h2.title{
	margin-bottom:2ex;
}

.post-datum{
	font-size:85%;
	color:#32810B;
}

a.more-link{
	font-size:85%;
	color:#32810B;
	text-decoration:underline;
}

span.bearbeiten-link a{
	float:right;
	font-size:85%;
	text-decoration:underline;
	color:#32810B;
}
#loop ul{
	margin-left:2em;
}
#post-navigation-right{
	float:right;
}

p{
	margin-top:2ex;
}

h1+p, h2+p, h3+p, h4+p, ul+p, #sidebar p{
	margin-top:0em;
}

/* Styles für Editor */
.heading1, h3{
	font-size: 20px;
	font-weight: 500;
	margin-top:1.5em;
	margin-bottom:2ex;
}

.heading2, h4{
	font-size: 15px;
	font-weight: 500;
	margin-top: 2ex;
}



/* Sidebar */

#sidebar{
	width:250px;	
	margin-left:710px;
	min-height:700px;
	text-align: left;
}

#sidebar li{
	list-style:none;
	margin-bottom:10px;
}

h2.widgettitle{
	font-size:13pt;
	background-color: #32810B;
	color:#ffffff;
	font-weight:600;
	padding-top:7px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}
.widget_rs_event{
	background-color:#e6e6e6;
}

.textwidget, .execphpwidget, .widget_sp_image, .rsevent{
	background-color:#e6e6e6;
	padding:6px;
}

.textwidget ul li{
	margin-bottom:0px !important;
	margin-left:20px;
	list-style-type:disc !important;
}
.rsevent a{
	text-decoration:none;
}

.sidebar-fett{
	font-weight:600;
}

.aec-credit{
	display:none;
}

.fc-event-time{
	display:block;
}

.fc-event-title{
	display:block;
	font-weight:600;
	font-size:120%;
}





/* Suchfeld */

.screen-reader-text{
	display:none;
}

input#s{
	height:15px;
	border:1px solid gray;
	padding:5px;
	width:120px;
	font-size:105%;
}

input#searchsubmit{
	border:1px solid gray;
	padding-bottom:5px;
	padding-top:2px;
	font-size:105%;
	height:27px;	
	vertical-align:center;
}



/* Inhaltsverzeichnis */

/* gesamtes Inhaltsverzeichnis (Titel und Liste) */
.artikel #toc_container{
	width:200px;
	border:none;
	background:#e6e6e6;
	margin-bottom:10px;
	margin-right:10px;
	text-align: left;
}

/* Titel des Inhaltsverzeichnis*/
.artikel #toc_container h1{
	padding:5px;
	background:#32810B;
	color:white;
	font-size:18px;
	font-weight:500;
}

/* Inhaltsverzeichnis (Liste) als Ganzes */
#toc_content{
	background: #e6e6e6;
	padding:5px;
}

/* Inhaltsverzeichnis (Liste) als Ganzes */
.artikel #toc_container ul#tocList{
	margin:0;
	padding:0 0 0 7px;
}

/* einzelne Einträge des Inhaltsverzeichnis */
.artikel #toc_container ul#tocList li{
	margin-bottom:0.3em;
	line-height:18px;
}
.artikel #toc_container ul#tocList li a{
	color:black;
}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}


a:link img {
	border:none;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 0px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}



/* Lightbox-Plugin */
span #titleText{
	display:none !important;
}


/*Like-Box Rahmen entfernen */
/*#likebox-rahmen{ border:none solid #e6e6e6; width:271px; z-index:20; height: 320px; overflow: hidden; position:relative;  top:-1px; left:-2px; }
 #likebox-rahmen iframe{
margin-top: -1px;
margin-left: -1px;
width:300px

}*/
#likebox-rahmen{ border:2px solid #e6e6e6; width:234px; z-index:10; height: 257px; overflow: hidden; position:relative; top:-1px; left:-2px; }
#likebox-rahmen iframe{ left:-5px; overflow:hidden; position:relative; top:-1px; }



/*Button Design für Pop Up zu PO 2007 oder 2015*/

.popupbutton {
	background-color:#32810b;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
        margin: 15px 25px 15px 0px;
}
.popupbutton:hover {
	background-color:#40a30f;
}
.popupbutton:active {
	position:relative;
	top:1px;
}
a.popupbutton {
color:#ffffff !important;
text-decoration: none !important;
}