/*
Theme Name: Wordpress FAU Theme
Theme URI: wordpress.fau.org
Author: Jonas | fauki4
Description: Ein Wordpress Theme, dass an die Seiter der FAU Berlin angelehnt und ausgiebig konfigurierbar ist. 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fautheme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

fautheme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# OWN STYLESHEET
	## Allgemein
	## Header
		### Menu
		### Sub-Menu
	## Hauptbereich
	## Seitenbereich
		### RSS-Newsfeeds
		### Veranstaltungsseiten
	## Footer
	## Sonstiges
		

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
    font-family: 'YanoneKaffeesatzBold';
    src: url('fonts/YanoneKaffeesatzBold.eot');
    src: url('fonts/YanoneKaffeesatzBold.eot') format('embedded-opentype'),
         url('fonts/YanoneKaffeesatzBold.woff2') format('woff2'),
         url('fonts/YanoneKaffeesatzBold.woff') format('woff'),
         url('fonts/YanoneKaffeesatzBold.ttf') format('truetype'),
         url('fonts/YanoneKaffeesatzBold.svg#YanoneKaffeesatzBold') format('svg');
    font-weight: bold;
    font-style: bold;
}

@font-face {
	font-family: 'Bitter';
	src: url('fonts/Bitter-Regular.woff');
	src: url('fonts/Bitter-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Bitter';
	src: url('fonts/Bitter-Bold.woff');
	src: url('fonts/Bitter-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: bold;
}
@font-face {
	font-family: 'Bitter';
	src: url('fonts/Bitter-Italic.woff');
	src: url('fonts/Bitter-Italic.ttf') format('truetype');
	font-weight: italic;
	font-style: italic;
}

html {
	font-family: "Bitter", "DejaVu Sans",Verdana,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","Liberation Sans",Corbel,"Bitstream Vera Sans",sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: black;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	/*background: #ff3333;*/
	/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);*/
	/*color: rgba(0, 0, 0, .8);*/
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
/*	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/*border-color: #ccc #bbb #aaa;*/
	/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	/*border-color: #aaa #bbb #bbb;*/
	/*box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links    TODO: Anpassbar machen
--------------------------------------------------------------*/
a {
	/* color: royalblue; */
	color: black;
}

a:visited {
	color: black;
}

a:hover,
a:focus,
a:active {
	color: black;
	text-decoration: underline;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
	float: left;
	position: absolute;
	top: 1.5em;
	/*left: -999em;*/
	/*z-index: 99999;*/
	left: 0px;
 	transition: opacity 0.6s ease-out;
    	opacity: 0; 
    	height: 0;
	overflow:hidden;
        
 
}

.main-navigation ul ul ul {
	/*left: -999em;*/
	top: 0;


}

.main-navigation ul ul a {

}

.main-navigation ul ul li {
        width: 100%;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	/*left: 0px;*/
    	opacity: 1;
    	height: auto;
	overflow: visible;

}





.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.slicknav_menu {
	margin-bottom: -32px;
}


/* Kommentar entfernen für responsive menu
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media screen and (max-width: 970px) {
*/
@media screen and (max-width: 720px) {

        body
        {
                background-image: none !important;
		/* background-color: black; */
        }


        #page
        {
                border: 0px solid black !important;
                box-shadow: 0px 0px 0px 0px black !important;
        }

        .widget-area {
                display:none;
        }
        .content-area {
                width: 100% !important;
        }

        #page{
                width: 100% !important;
        }
        
        .site-branding{
                width: 100% !important;
                padding: 20px !important;
		height: auto !important;
		min-height: 120px !important;
		position: relative;
                /*padding-left: 50px !important;*/
        }

        .site-header{
                padding-left: 0 !important;
                padding-right: 0 !important;
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
		height: auto !important;
                /* box-shadow: 0px 0px 0px 0px !important;
                height: 120px !important; */
        }

        
        #logo1 {
        display: block !important;
        /* margin-left: 1.2em !important;*/
	/* box-shadow: 0px 0px 0px 0px #888; */
        }

        #logo2 {
        display: none !important;
        }

	.site-title {
		display: none !important;
	}
        
	.site-description {
		display: none !important;
	}
        
        .main-navigation, .search-form, .fau-logo
        {
        display: none !important;
        }


        .content-area{
                padding-left: 1em !important;
                padding-right: 1em !important;
        }

        .entry-title{
                font-size: 1.6em !important;
                font-size: 1.6rem !important;
        }


	.slicknav_nav li, .slicknav_nav ul {
		border: none !important;
		border-radius: 3px !important;
		box-shadow: none !important;
		background: none !important;
	}

	.slicknav_nav a:hover,
	.slicknav_nav a:active {
		color: white !important;
		text-decoration: none !important;
	}

	.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover,
	.slicknav_nav .slicknav_row, .slicknav_nav a {
		border-radius: 3px !important;
		margin: 0px 0px 10px 0px !important;
		padding: 5px 15px !important;
	}

	.short-title {
		display: inherit !important;
		word-wrap: break-word !important;
	}
}

.menu-toggle {
	display: none;
}
.main-navigation ul {
	display: block;
}

.short-title {
	display: none;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

/* #primary .entry-title .entry-header #main #content .site-content .content-area h1 a a:link, a:visited {
	color:black;
} */

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: inline;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	/* margin: 1.5em 0 0;*/
	margin: 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}





/*--------------------------------------------------------------
# OWN STYLESHEET
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Allgemein
--------------------------------------------------------------*/

#page {
	width: 960px;
	height: auto;
	border: 1px solid black;
	margin: auto;
	margin-top: 32px;
	padding-top: 0px;
	background-color: white;
	box-shadow: 0px 0px 2px 1px #888;
	border-top-left-radius: 0.75em;
	border-top-right-radius: 0.75em;
	behavior: url(/wp-content/themes/wp-fau-theme/pie/PIE.htc);
}

#page a {
	text-decoration: none;
	/*color:black; 
	font-weight: bold; */
}

#page a:hover{
	text-decoration: underline;
}




/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-header {
	position: relative;
	padding-bottom:0px;
	height: 140px;
	border-top-left-radius: 0.75em;
	border-top-right-radius: 0.75em;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
	/* background: #B00A23;   TODO: Header Background */
	
}

.site-title {
	font-family: 'Bitter', sans-serif;
	font-size: 2.0em;
	margin: 0px !important;
}

.site-description {
	font-family: 'Bitter', sans-serif;
	margin: 0px !important;
}

.short-title {
	font-family: 'Bitter', sans-serif;
	margin: 0px !important;
}

/* Abstand zum linken Rand wg. border-radius nötig. Minus zwei Pixel wegen border: 1px */
.site-branding{
	width: 958px;
	height: 120px;
	padding: 25px;
	z-index: 1;
	border-top-left-radius: 0.75em;
	behavior: url(/wp-content/themes/wp-fau-theme/pie/PIE.htc);
}

.search-form{
	padding:0px;
	border: 0px solid grey;
	border-radius: 0em 0 0;

	margin-right: 0.8em;
	position: relative;
	float: right;
}

.search-form input{
	height: 23px;
	padding: 0 5px;
	font-size: 0.95em;
	font-size: 0.95rem;
}

.search-field {
	border: 1px solid black !important;
	border-top-left-radius: 0.5em !important;
	border-bottom-right-radius: 0.5em !important;
	width: 10.0em;
	box-shadow: inset 0px 0px 2px #888;
	behavior: url(/wp-content/themes/wp-fau-theme/pie/PIE.htc);
	background-color: #efe8e8;
}
	
.search-submit{
	border: 0px solid #8a8a8a !important;
}


/*--------------------------------------------------------------
### Menu   ---   !! Change config in scripts/menu_vars.php !!
--------------------------------------------------------------*/

/*--------------------------------------------------------------
### Sub-Menu
--------------------------------------------------------------*/

/* Um 2px nach links wegen 2px border im Hauptmenu*/
.sub-menu{
	left: -2px !important;
	padding-top: 6px !important; /* etwas Abstand zum Hauptmenu*/
	z-index: 10000000 !important; /* falls Elemente mit hohem z-index auf der Seite angezeigt werden */
}

/* 2px border ausgleichen */
.sub-menu li a{
	padding-left: 2px;    
}

.sub-menu li{
	/*background-color: #606060;
        background-color: #6f6f6f;
        background-color: #464646;*/
	box-shadow: 0px 0px 4px #888;
        font-size: 0.85em; /* etwas kleinere Schrift im Submenu*/
        font-size: 0.85rem;
        padding-top: 1px;
        padding-bottom: 1px;
}

/*
.sub-menu li a:link, .sub-menu li a:visited{
	color: #ffffff !important;
}

.sub-menu li:hover a
{
	color: #262929 !important;
	text-decoration: none !important;
}*/


/*--------------------------------------------------------------
## Hauptbereich
--------------------------------------------------------------*/

.site-content{
	padding:0px;
	margin:0px;	
	color: black !important;
}

.content-area{
	float: left;
	width: 670px;
	margin-right: 0.563em;
	margin-top: 1em;
	padding-left: 26px;
	padding-right: 1.2em;
	padding-top: 0.625em;
	font-size: 0.80em;
	font-size: 0.80rem;
	color: black !important;
}

.post_categories a{
	font-weight: normal;
	/* background-color: #d0e8ec; <= TODO: Hintergrund Kategoriebox*/
	background-color: #efe8e8;
	border-radius: 0.5em;
	padding: 0.28em 0.5em;
	behavior: url(/wp-content/themes/wp-fau-theme/pie/PIE.htc);
}

.post_categories a:link, .post_categories a:visited{
	font-weight: normal !important;
}

.dachzeile{
	font-family: 'Bitter', sans-serif;
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 1.5em;
}

.entry-title{
	font-family: 'Bitter', sans-serif;
	font-size: 1.8em;
	font-style: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* .entry-title a:link, a:visited{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.8em;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 0px;
  	color:black;
} */

a.entry-content:visited {
	color:black;
}

/* bei statischen Seiten größere Überschrift */
.type-page .entry-title{
	font-size: 2em;
	font-size: 2rem;
}

.entry-meta{
	color: #666;
}

.posted-on a:link, .posted-on a:visited {
	font-weight: normal !important;
	color: #666 !important;
}

.entry-content{
	border-bottom: 1px solid #363636;
	border-bottom-right-radius: 0.75em;
	margin-bottom: 10px;
	padding-bottom:10px;
}

.entry-content img{
	border: 1px solid #919191;
	border-radius: 0.75em 0;
	behavior: url(/wp-content/themes/wp-fau-theme/pie/PIE.htc);
}

/* Abstand unter den Share-Buttons */
.navigation{
	padding: 0;
	margin-bottom:3em;
}


/*--------------------------------------------------------------
## Seitenbereich
--------------------------------------------------------------*/

.widget-area{
	float: left;
	width: 278px;
	padding-right: 20px;
	margin-top: 1.5em;
}

.widget_text{
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
	border-top-left-radius: 0.75em;
	behavior: url(/wp-content/themes/wp-fau-theme/pie/PIE.htc);
}

.widget h1
{
	font-size: 0.8em;
	font-size: 0.8rem;
	margin:0px;
	
}

.widget li {
	
}

.widget-title {
/*	background: #B00A23;
	color: white;*/
	font-family: 'Bitter', sans-serif;
	font-size: 1.8em
	padding: 0.188em;
	padding-left: 0.875em;
	border-top-left-radius: 0.75em;
	border: 1px solid #363636;
	behavior: url(/wp-content/themes/wp-fau-theme/pie/PIE.htc);
}

/*
.widget-title a:link, .widget-title a:visited{
	color: white !important;
}
*/

.textwidget {
	font-size: 0.75em;
	font-size: 0.75rem;
	border: 1px solid #999;
	padding: 0.875em;
	padding-top: 0.625em;
	padding-bottom: 0.625em;
	padding-left: 0.875em;
	background: #fbfbfb;
}

.widget_wysija{
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
	border-top-left-radius: 0.75em;
	behavior: url(/wp-content/themes/wp-fau-theme/pie/PIE.htc);
}

/* schlecht benannt, gleiches Element folgt noch einmal */
.widget_wysija form{
	box-shadow: none;
	border-top-left-radius: 0;
	behavior: url(/wp-content/themes/wp-fau-theme/pie/PIE.htc);
}

.widget_wysija_cont{
	border: 1px solid #999;
	padding-left: 0.625em;;
	padding-right: 0.625em;;
	padding-bottom: 0.625em;;
	background: #fbfbfb;
}

.wysija-paragraph {
	font-size: 0.75em;
	margin-bottom:0px !important;
}

.wysija-input {
	border: 1px solid grey !important;
	box-shadow: inset 0px 0px 2px #888;
	height: 26px;
    	padding: 0 5px !important;
	font-size: 0.8rem;
	behavior: url(/wp-content/themes/wp-fau-theme/pie/PIE.htc);
}

.wysija-submit{
	height: 26px;
    	padding: 0 5px;
	margin-top:5px !important;
	border-color: #ccc #ccc #bbb;
    	border-image: none;
    	border-radius: 3px;
    	border-style: solid;
    	border-width: 1px;
	border: 1px solid #8a8a8a !important;
	behavior: url(/wp-content/themes/wp-fau-theme/pie/PIE.htc);
}

.em-calendar{
	border: 1px solid #f7f0f0;
	background: #f7f0f0;
	width: 66%;
	margin-top:1em;
	box-shadow: 0px 0px 6px #a9a9a9;
	behavior: url(/wp-content/themes/wp-fau-theme/pie/PIE.htc);
}

.eventful ul {
	padding-left: 0;
	padding-top: 1em;
}

.eventful ul li {
	list-style-type:none;
}


.widget_em_widget{
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
	border-top-left-radius: 0.75em;
	behavior: url(/wp-content/themes/wp-fau-theme/pie/PIE.htc);
}

.widget_em_widget ul{
	border: 1px solid #999;
	padding-top: 0.25em;
	padding-top: 0.25rem;
	padding-left: 0px;
	background: #fbfbfb;
}

.widget_em_widget ul li{
	font-size: 0.8em;
	font-size: 0.8rem;
	list-style-type:none;
	padding-left: 0.875em;
	padding-bottom: 0.5em;
	padding-bottom: 0.5rem;
	padding-top: 0.5em;
	padding-top: 0.5rem;
}

.widget_em_widget ul li:nth-child(even){
	background-color: #f7f0f0;
	background-color: #efe8e8;
}

.widget_em_widget_first_line{
    	background: url("/wp-content/themes/wp-fau-theme/img/dreieck.png") no-repeat scroll 0 center transparent;
    	padding-left: 0.625em;
}


.wsp-pages-list, .wsp-pages-list ul, .wsp-posts-list, .wsp-posts-list ul {
	list-style-type:none;
}

.wsp-pages-list li ul li a:link, .wsp-pages-list li ul li a:visited, .wsp-post a:link, .wsp-post a:visited {
	font-weight: normal !important;
}

.widget_recent_entries, .widget_recent_entries ul{
	list-style-type:circle;
}

.widget_recent_entries ul li a:link, .widget_recent_entries ul li a:visited{
	font-weight: normal !important;
}


/*--------------------------------------------------------------
### RSS-Newsfeeds
--------------------------------------------------------------*/

.widget_rss, .widget{
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
	border-top-left-radius: 0.75em;
	behavior: url(/wp-content/themes/wp-fau-theme/pie/PIE.htc);
}

.rsswidget img{
	display: none;}

.widget_rss ul li a, .widget ul li a{
        background: url("/wp-content/themes/wp-fau-theme/img/dreieck.png") no-repeat scroll 0 center transparent;
    	padding-left: 0.625em;
}

.widget_rss ul li:nth-child(even), .widget li:nth-child(even) {
	background-color: #f7f0f0 !important;
	background-color: #efe8e8 !important;
}

.widget_rss ul, .widget ul{
	border: 1px solid #999;
	padding-top: 0.25em;
	padding-top: 0.25rem;
	padding-left: 0px;
	background: #fbfbfb;
}

.widget_rss ul li, .widget ul li{
	font-size: 0.8em;
	font-size: 0.8rem;
	list-style-type:none;
	padding-left: 0.875em;
	padding-bottom: 0.5em;
	padding-bottom: 0.5rem;
	padding-top: 0.5em;
	padding-top: 0.5rem;
	padding-right: 0.625em;
}

.widget_rss ul li a:link, .widget_rss ul li a:visited{
	font-weight: normal !important;
	color: black;
}


.rss-date {
        font-size: 0.70em;
        font-size: 0.70rem;
}


/*--------------------------------------------------------------
### Veranstaltungsseiten
--------------------------------------------------------------*/

.event-categories{
	list-style-type: none;
	padding-left: 0;
}

.event-item-list-category{
	margin-bottom: 0;
}

.event-item-location{
	margin-bottom: 0 !important;
}

.event-item-location a:link, .event-item-location a:visited{
	font-weight: normal !important;
}

.event-categories a:link, .event-categories a:visited{
	font-weight: normal !important;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer{
	font-size: 0.8em;
	font-size: 0.8rem;
	border-top: 1px solid grey;
	/* background: #B00A23; */ /* TODO */
	/* background: radial-gradient(at 20%, #640a19, #B00A23); */
	padding:10px;
	font-size: 0.70em;
	font-size: 0.70rem;
}

/*.site-footer p{
	margin: 0px;
} now in custom/style.php*/

.site-footer a:link, .site-footer a:visited{
	font-weight: normal !important;
}

.site-footer dl{
    	display: inline-block;
    	margin-left: 26px;
    	margin-right: 26px;
    	text-align: left;
    	vertical-align: top;
}

.site-footer dt{
	/* color: white;  TODO: foreground footer header */
    	margin-bottom: 0.1em;
    	text-transform: uppercase;
}

.site-footer dd{
    	margin: 0;
    	padding: 0;
	/* color: white; TODO: color non link text */
}



/*--------------------------------------------------------------
## Sonstiges
--------------------------------------------------------------*/


.byline { 
	display: none !important; 
}


.post-navigation {
	display: none !important;
}

.legend-mitglied {
	font-size: 1.2em;
	font-weight: bold;
}
