/*
Theme Name: MonitoringAusschuss
Theme URI: http://www.monitoringausschuss.at
Author: WIENFLUSS
Author URI: http://www.wienfluss.net
Description: Theme for monitoringausschuss.at
Version: 1.0
License: all rights reserved
Text Domain: monitoringausschuss
Domain Path: /languages/

 MonitoringAusschuss is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*@import url(https://fonts.googleapis.com/css?family=PT+Serif:700);*/
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

/* temporary fix Newsletter Anmeldung */

.updated {display:block !important;font-size:16px !important; font-size: 1.6rem !important; }


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
13.0 - Layout
14.0 - Media Queries
   1100px, 950px, 850px, 600px
15.0 - Print   
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - 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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #ececec;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'PT Sans', serif;
	color: #666666;
	font-weight:bold;
}
h1 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.2;
}
h1.entry-title, h1.page-title {	
	margin-bottom: 0;
}
h1.page-title {
	margin-bottom: 10px;
}

h1.site-title {
	color:#b40000;
	font-size: 68px;
	font-size: 6.8rem;
	line-height:1;
	font-weight:normal;
	margin:0;
	padding:0;
}
h1.site-title a {
	color:#b40000;
	text-decoration:none;
}
h2 {
	font-size: 28px;
	font-size: 2.8rem;
	border-bottom: 1px dotted #666;
	padding-bottom: 0.2em;
	margin-bottom:1em;
}
h2.site-description {
	font-family: 'PT Sans', sans-serif;
	color:#b40000;
	font-size: 24px;
	font-size: 2.6rem;
	line-height:1.1;
	font-weight:normal;
	margin:5px 0 0;
	max-width:840px;
	border-bottom:0;
	padding:0;
}

.glossar h2 {
	display:inline-block;
	border-bottom:none;
	margin-bottom:1em;
	font-size: 20px;
	font-size: 2rem; 
}

.faq h2 {
	display:inline-block;
	border-bottom:none;
	margin-bottom:0.5em;
	cursor:pointer;
}

.glossar summary, .faq summary {cursor:pointer;}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
	margin: 2em 0 1em;	
	font-weight:bold;
}
h4 {
	font-size: 20px;
	font-size: 2rem;
	margin: 1em 0;
}
h3.signs {
	clear:both;
	font-size: 20px;
	font-size: 2rem;
	background: url(img/gebaerden-kl.png) no-repeat 0 0;
	padding: 10px 0 20px 60px;
	color: #000;
}
h3.easyread {
	font-size: 20px;
	font-size: 2rem;
	background: url(img/easytoread-kl.png) no-repeat 0 0;
	padding: 10px 0 20px 60px;
	color: #000;
}

h2.wsp-mailpoet_pages-title, ul.wsp-mailpoet_pages-list {display:none;}/* Sitemap */


div.easyread {
	font-size: 18px;
	font-size: 1.8rem;
	background: url(img/easytoread-kl.png) no-repeat 0 0;
	padding: 10px 0 0 60px;
}
p {
	margin-bottom: 1.2em;
	line-height:1.4;
}
p.emphasize {
	border-bottom: 1px dotted #666;
	padding-bottom:0.5em;
	font-size: 16px;
	font-size:1.6rem;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

.sharebuttons {
	margin-top: 2em;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 30px;
}
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;
	max-width: 100%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	overflow:hidden;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #b40000;
	background: #b40000;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: .7em .5em .5em ;
	text-transform: uppercase;	
	font-weight:bold;
	border-radius:0;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #990000;
	background: #990000;
}
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: #990000;
	background: #990000;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #666;
}
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;
}
input.search-field {
	width:auto;
	max-width: 64%;
	overflow:hidden;
	border:0 !important;
}
input.search-submit {
	max-width: 30%;
}
textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #B40000;
}
a:hover,
a:focus,
a:active {
	background: #ececec;
}
p.emphasize a {
	background: url(img/arrows.png) no-repeat right center;
	padding-right: 15px;
	font-weight:strong;
	text-decoration:none;
	/*font-family: Arial, Helvetica, sans-serif;*/
}
.teaser a {outline:none;display:block;text-decoration:none;color:#000;background:#fff;}
.teaser a:hover h2, .teaser a:focus h2, .teaser a:active h2 {text-decoration:underline;}
.post-list a {}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.menu {
	font-family: "PT Sans", Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:normal;
	text-transform: uppercase;
	line-height:1.2;
	letter-spacing:1px;
}
.menu li {
	list-style:none;
}
.menu a {
	text-decoration: none;
	display:block;
	color: #666;
}

/* Meta Menu */

.menu-meta-menue-container ul {
	float:left;
}
.menu-meta-menue-container ul {
	margin:15px 0 15px 10px;
}
.menu-meta-menue-container ul li {
	float:left;
	margin:0 8px 0 0;
	padding-right: 8px;
	border-right: 1px solid #b0b0b0;
}
.menu-meta-menue-container ul li:last-child {	
	border-right: 0;
}
.menu-meta-menue-container a {
	color: #666;
}
.menu-meta-menue-container a:hover,
.menu-meta-menue-container a:focus,
.menu-meta-menue-container a:active {
	color: #b40000;
}
.menu-meta-menue-container .current_page_item a, .menu-meta-menue-container .current-menu-item a {
	color: #b40000;
	font-weight:bold;
}

/* Main Menu left */

.menu-haupt-menue-container {
	margin: 0 22px 22px 18px;	
}
.menu-haupt-menue-container ul {
	margin:0;
	padding:0;
}
.menu-haupt-menue-container li {
	border-bottom: 1px solid #333;
}
.menu-haupt-menue-container a {
	padding: 13px 5px;
	color: #000;
	font-weight:bold;
}
.menu-haupt-menue-container a:hover,
.menu-haupt-menue-container a:focus,
.menu-haupt-menue-container a:active {
	background: #b40000;
	color: #fff;
}
.menu-haupt-menue-container ul ul {
	background: #ececec;
	text-transform: capitalize;
	display:none;
}
.menu-haupt-menue-container ul ul li {
	border-top: 1px solid #333;
	border-bottom:0;
}
.menu-haupt-menue-container ul ul a {
	padding: 13px 13px;
	font-weight:normal;
}
.menu-haupt-menue-container .current_page_item a,
.menu-haupt-menue-container .current-menu-item a {
	background: url(img/arrow.png) no-repeat center right;
	color: #b40000;
	margin-right:-45px;
        padding-right:58px;
}
.menu-haupt-menue-container .current_page_item ul,
.menu-haupt-menue-container .current-menu-item  ul,
.menu-haupt-menue-container .current-page-ancestor ul,
.single-stellungnahmen .menu-item-39 ul,
.single-begutachtungen .menu-item-39 ul {
	display:block;
}
.menu-haupt-menue-container .current_page_item ul a,
.menu-haupt-menue-container .current-menu-item ul a,
.menu-haupt-menue-container ul ul a {
	background-image: none;
	margin-right:0;
	color: #000;
}
.menu-haupt-menue-container .current_page_item ul a:hover,
.menu-haupt-menue-container .current_page_item ul a:focus,
.menu-haupt-menue-container .current_page_item ul a:active {
	background: #b40000;
	color: #fff;
}
.menu-haupt-menue-container .current-menu-parent a,
.menu-haupt-menue-container .current-page-parent a,
.single-stellungnahmen .menu-haupt-menue-container .menu-item-39 a,
.single-begutachtungen .menu-haupt-menue-container .menu-item-39 a,
.single-sitzungen .menu-haupt-menue-container .sitzungen-menu-item a {
	color: #b40000;
}
.menu-haupt-menue-container .current_page_parent a:hover,
.menu-haupt-menue-container .current_page_parent a:focus,
.menu-haupt-menue-container .current_page_parent a:active,
.menu-haupt-menue-container .current-menu-parent a:hover,
.menu-haupt-menue-container .current-menu-parent a:focus,
.menu-haupt-menue-container .current-menu-parent a:active,
.menu-haupt-menue-container .current-post-parent a:hover,
.menu-haupt-menue-container .current-post-parent a:focus,
.menu-haupt-menue-container .current-post-parent a:active,
.single-sitzungen .menu-haupt-menue-container .sitzungen-menu-item a:hover,
.single-sitzungen .menu-haupt-menue-container .sitzungen-menu-item a:focus,
.single-sitzungen .menu-haupt-menue-container .sitzungen-menu-item a:active,
.single-stellungnahmen .menu-haupt-menue-container .menu-item-39 a:hover, 
.single-stellungnahmen .menu-haupt-menue-container .menu-item-39 a:focus,
.single-stellungnahmen .menu-haupt-menue-container .menu-item-39 a:active,
.single-begutachtungen .menu-haupt-menue-container .menu-item-39 a:hover, 
.single-begutachtungen .menu-haupt-menue-container .menu-item-39 a:focus,
.single-begutachtungen .menu-haupt-menue-container .menu-item-39 a:active {
	background: #b40000;
	color: #fff;
}
.menu-haupt-menue-container .current-menu-parent ul,
.menu-haupt-menue-container .current-page-parent ul,
.menu-haupt-menue-container .current-post-parent ul {
	display:block;
}
.menu-haupt-menue-container .current-menu-parent a,
.menu-haupt-menue-container .current-page-parent a {
	font-weight:bold;
}
.menu-haupt-menue-container .current-menu-parent ul a,
.menu-haupt-menue-container .current-page-parent ul a,
.menu-haupt-menue-container ul ul a,
.menu-haupt-menue-container ul ul a,
.single-stellungnahmen ul ul a,
.single-stellungnahmen .menu-haupt-menue-container .menu-item-39 ul a,
.single-begutachtungen ul ul a,
.single-begutachtungen .menu-haupt-menue-container .menu-item-39 ul a {
	font-weight:normal;
	color: #000;
}
.menu-haupt-menue-container ul ul .current-menu-item a,
.menu-haupt-menue-container ul ul .current_page_item a,
.menu-haupt-menue-container ul ul .current-page-ancestor a,
.single-stellungnahmen .menu-haupt-menue-container .menu-item-39 ul .stellungnahmen-menu-item a,
.single-begutachtungen .menu-haupt-menue-container .menu-item-39 ul .begutachtungen-menu-item a {
	font-weight:bold;
	color: #b40000;
}
.menu-haupt-menue-container ul ul .current-page-ancestor a:hover,
.menu-haupt-menue-container ul ul .current-page-ancestor a:focus,
.menu-haupt-menue-container ul ul .current-page-ancestor a:active,
.single-stellungnahmen .menu-haupt-menue-container .menu-item-39 ul a:hover,
.single-stellungnahmen .menu-haupt-menue-container .menu-item-39 ul a:focus,
.single-stellungnahmen .menu-haupt-menue-container .menu-item-39 ul a:active,
.single-begutachtungen .menu-haupt-menue-container .menu-item-39 ul a:hover,
.single-begutachtungen .menu-haupt-menue-container .menu-item-39 ul a:focus,
.single-begutachtungen .menu-haupt-menue-container .menu-item-39 ul a:active {
	background: #b40000;
	color: #fff;
}
.menu-haupt-menue-container ul ul .current_page_item a:hover,
.menu-haupt-menue-container ul ul .current_page_item a:focus,
.menu-haupt-menue-container ul ul .current_page_item a:active,
.menu-haupt-menue-container ul ul .current-menu-item a:hover,
.menu-haupt-menue-container ul ul .current-menu-item a:focus,
.menu-haupt-menue-container ul ul .current-menu-item a:active {
	background:transparent url(img/arrow.png) no-repeat center right;
	color: #b40000;
	margin-right:-45px;
}

/* Small menu */
.menu-toggle {
	display: none;
}


/* Social Media in footer */

.menu-social-media-container {
	margin:3.8rem 0 0 0;
}
.menu-social-media-container ul {
	margin:0;
	padding:0;
	float:left;
}
.menu-social-media-container li {
	margin:0;
	padding:0;
	float:left;
	width: 48px;
	overflow:hidden;
	font-size: 11px;
	font-size: 1.1rem;
	text-align:left;
}
.menu-social-media-container li a {
	display:block;	
	color: #fff;
	width:48px;
	padding:50px 0 0;
	text-transform: none;
		
}
.menu-social-media-container li a:hover,
.menu-social-media-container li a:focus,
.menu-social-media-container li a:active {
	color: #000;
}
.menu-item-47 a {
	background: url(/wp-content/uploads/2019/08/twitter.png) no-repeat left top/80%;
}
.menu-item-48 a {
	background: url(/wp-content/uploads/2019/08/flickr.png) no-repeat left top/80%;
}
.menu-item-49 a {
	background: url(/wp-content/uploads/2019/08/youtube.png) no-repeat left top/80%;
}
.menu-item-50 a {
	background: url(/wp-content/uploads/2019/08/rss.png) no-repeat left top/80%;
}
.menu-item-3314 a {
	background: url(/wp-content/uploads/2019/08/instagramm.png) no-repeat left top/80%;
}

/* Footer */

.footer-tertiary a {
	color: #666;
	text-decoration:underline;
}
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

/* Paging */

.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/

.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: #000;
	display: block;
	font-size: 16px;
	font-size:1.6rem;
	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 */
}

/*--------------------------------------------------------------
7.0 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: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-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,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.sidebar-area .ll-widget .textwidget {
	background: url(img/easytoread-kl.png) no-repeat left top;
	padding-top: 70px;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.2em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* News */

.teaser {
	border-top: 15px solid #ececec;
	margin:0 -30px;	
}
.news {
	border: 1px solid #b40000;
	padding: 24px 29px 0;
	width:100%;
}
.glossar {
	padding: 24px 29px 0;
	width:100%;
}
.news:hover {
	border: 1px solid #333;
	cursor: pointer;
}
.news-text {
	background: url(img/arrows.png) no-repeat bottom right;
	margin: 0 0 14px 240px;
	min-height: 145px;
	padding-bottom:14px;
}
.news-text p {
	margin-bottom:0;
}
.news-text h2 {
	clear:none;
	color: #b40000;
	margin-bottom: 0.5em;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2;
	border-bottom:0;
}
.news a {
	text-decoration:none;
	color: #000;
}
.news-text h2 a {
	color: #b40000;
	text-decoration: none;
}
.news img {
	border-left: 10px solid #b40000;
	float:left;
	margin: 4px 20px 0 0;
	overflow:hidden;
	width:210px;
}

/* Lists in content */

.site-main ul li {
	background:  url(img/dot.png) no-repeat 0 0.5em;
	padding-left: 20px;
	list-style:none;
	line-height:1.4;
	margin-bottom: 1em;
	background-size: 8px;
}

.site-main ul ul li {
	background: none;
	padding-left: 20px;
	list-style:none;
	line-height:1.4;
	margin-bottom: 1em;
}

/* wp-filebase Styles */

ul.download-list {
	margin:0 0 3em;
	padding:15px 0;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	float:left;
	width:100%;
}
.site-main li.downloads {
	list-style:none; 
	background-image: none;
	margin:0;
	padding:0; 
	font-size: 18px; 
	font-size: 1.8rem;
	line-height:1.5;
	float:left;
	width:100%;
	border-bottom: 1px solid #f5f5f5;
}
ul.download-list li:nth-child(odd) {
	background-color: #f5f5f5;
}
li.downloads a {
	margin:0;padding:6px 4px 10px;
	display:block;
}
p.downloads a, li.downloads a {
	display:block !important;
}
span.LLdocx, span.docx, span.doc, span.LLdoc, span.rtf, span.LLrtf, span.pdf, span.LLpdf  {
	float:right; 
	text-align:left;
	padding:4px 0 5px 85px;
	width: 30%;
	display:block;
	text-transform: uppercase;
	color: #000;
	font-size: 16px; 
	font-size: 1.6rem; }

span.doc, span.docx {
	background: url(img/doc.png) no-repeat 32px 0;
}
span.rtf {
	background: url(img/txt.png) no-repeat 32px 0;
}
span.pdf {
	background: url(img/pdf.png) no-repeat 32px 0;
}
span.xls, span.xlsx {
	background: url(img/xls.png) no-repeat 32px 0;
}
span.ppt, span.pptx {
	background: url(img/ppt.png) no-repeat 32px 0;
}
span.img {
	background: url(img/img.png) no-repeat 32px 0;
}
span.LLdoc, span.LLdocx {
	background: url(img/ll-doc.png) no-repeat 0 0;
}
span.LLrtf {
	background: url(img/ll-txt.png) no-repeat 0 0;
}
span.LLpdf {
	background: url(img/ll-pdf.png) no-repeat 0 0;
}

/* fix WP-Filebase */
.lastExpandable, .lastCollapsable {
	background-repeat:no-repeat !important;
}


/* Archive Lists */

ul.post-list {
	margin:15px 0;
	padding:15px 0;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}
.site-main ul.post-list li {list-style:none; margin:0;padding:0;background-image: none;line-height: 1.5;}
ul.post-list li:nth-child(odd) {background-color: #f5f5f5;}
ul.post-list a {margin: 0;padding:6px 3px;display:block;}


.shariff {margin-top:1em;}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
	width:640px;
	/*height:360px; comment to resolve newsletter form layout issues #12*/
}
.mailpoet_recaptcha iframe {
		max-height:360px;
}

.attachment-article-thumb {
	border-left: 10px solid #b40000;
	float:left;
	margin: 4px 20px 20px 0;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	border-bottom: 1px solid #b40000;
	font-size: 14px;
	font-size: 1.4rem;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: left;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin: 1.5em 0 !important;
	padding:1.5em 0 0 0 !important;
	clear:both;      
}
.gallery-icon {margin-bottom:10px;}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item a img {border:none !important; border-left: 10px solid #666 !important;}
.gallery-item a {background:none !important;}
.gallery-item a:hover img,
.gallery-item a:focus img
.gallery-item a:active img {border-left: 10px solid #b40000 !important;}

.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:none;}

.ngg-gallery-thumbnail-box {margin:0;padding:0;margin-bottom:10px;}
.ngg-gallery-thumbnail a img {border:none;border-left:10px solid #666;padding:0;margin-right:15px;}
.ngg-gallery-thumbnail a:hover img,
.ngg-gallery-thumbnail a:focus img,
.ngg-gallery-thumbnail a:active img {border:none;border-left:10px solid #b40000;padding:0;}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
body {
	background: #ececec;
	padding: 0 15px;
}
.site {
	background: #ececec;
	margin: 0 auto;
	width:100%;
	max-width:1200px;
	min-width:960px;
}

/* Header */

.site-branding {
	background: #fff url(img/adler.png) no-repeat right bottom;
	clear:left;
	border-left: 10px solid #b40000;
	padding:14px 25px 14px;	
}

/* BCT, Search */
.site-orientation {
	float:left;
	width:100%;
	margin:10px 0;
}
p.bct {
	float:left;
	width:auto;
	margin:5px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	overflow:hidden;
}
.bct a {
	color: #333;
	text-decoration:none;
}
.bct a:hover,.bct a:focus,.bct a:active {
	text-decoration:underline;
}
.search-box {
	float:right;
	width:290px;
	margin:0;
	padding:0;
	text-align:right;
	background: #fff;
}

/* 3 Columns */
.site-content {
	clear: both;
	width: 100%;
	float:left;
	position:relative;	
}
.navigation-area {
	background: #fff;
	float:left;
	width:210px;
	border-left: 10px #b40000 solid;
}
.content-area-2columns {
	background: #fff;
	margin: 0 320px 0 240px;
	width:auto;	
	font-family: "PT Sans", Arial, sans-serif;
}
.content-area {
	background: #fff;
	margin: 0 0 0 240px;
	width:auto;	
	font-family: "PT Sans", Arial, sans-serif;
}
.site-main {
	padding:24px 30px 0;
   float:left;
	width:100%;
	background:#fff;
	font-size: 20px;
	font-size: 2rem;
        min-height:571px;
}
.sidebar-area {
	background: #fff;
	float:right;
	overflow: hidden;
	width:290px;
	font-family: "PT Sans", Arial, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;	
}
.sidebar-area .textwidget {
	margin:26px;
}

/* Footer */

.site-footer {
	background: #fff;
	clear: both;
	float:left;
	position:relative;
	width: 100%;
	padding: 20px 0 0 0;
	border-left: 10px solid #b40000;
	margin:30px 0;
}
.site-footer .menu-meta-menue-container {
	display:none;
}
.footer-primary {
	float:left;
	width: 260px;
	padding-left:15px;
}
.footer-secondary {
	width:auto;
	margin: 0 220px 0 280px;
	overflow:hidden;
	font-family: "PT Sans", Arial, sans-serif;
	line-height:1.2;
}
.footer-tertiary {
	float:right;
	text-align:right;
	width: auto;
	overflow:hidden;
	font-family: "PT Sans", Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height:1.2;
	margin: 6rem 0 0 0;
	color: #666;
	font-weight:normal;
	padding-right:20px;
}

/*--------------------------------------------------------------
14.0 - Media Queries
--------------------------------------------------------------*/

/**
* 1100px break point 
*/

@media screen and (max-width: 1100px) { 

	.search-box {
		width:260px;
	}
	.navigation-area {
		width:200px;
	}
	.content-area-2columns {
		margin: 0 290px 0 230px;
	}
	.content-area {
		margin: 0 0 0 230px;
	}
	.sidebar-area {
		width:260px;
		font-size: 20px;
		font-size: 2rem;
	}
	.site-main {
		font-size: 20px;
		font-size: 2rem;
	}
	.content-area-2columns .news img {
		float:none;
	}
	.content-area-2columns .news-text {
		margin:20px 0 14px 0;
	}
	.footer-secondary {
		margin: 0 220px 0 280px;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 23%;  
		margin-right:10px;     
	}
}

/**
* 950px break point 
*/

@media screen and (max-width: 950px) {

	.site {
		width:100%;
		max-width:auto;
		min-width:100%;
	}
	.content-area-2columns {
		margin: 0 0 0 230px;
	}
	.sidebar-area {
   	clear:both;
		float:none;
		width:auto;
		margin: 0 0 0 230px;
		border-top: 15px solid #ececec;	
	}
	.menu-social-media-container {
		margin:3.8rem 0 0;
	}
	.footer-secondary {
		width:auto;
		margin: 0 0 0 280px;
	}
	.footer-tertiary {
		float:none;
		text-align:left;
		width: auto;
		margin: 0 0 0 280px;
	}
	.news img {
		float:none;
	}
	.news-text {
		margin:20px 0 14px 0;
	}
	span.LLdocx, span.docx, span.doc, span.LLdoc, span.txt, span.LLtxt, span.pdf, span.LLpdf  {
		clear:both;
		float:none; 
		text-align:left;
		padding:4px 0 5px 85px;
		width: auto;
		display:block;
		margin-bottom:5px;
	}
	.gallery-columns-4 .gallery-item {
		margin-right: 20px;
	}
}

/**
* 800px break point 
*/

@media screen and (max-width: 850px) {

	p.bct {
		float:none;
		margin:5px 10px 15px;
	}
	.search-box {
		float:left;
		width:100%;
		text-align:right;
		border-left:10px solid #b40000;
		padding-left:0;
		margin-left:0;
	}
	input.search-field {
		width:60%;
		max-width: auto;
		text-align:left;
		float:left;
		padding-left:25px;
	}
	input.search-submit {
		max-width: auto;
		width:40%;
	}	
	.menu-toggle,
	.main-navigation.toggled .menu {
		display: block;
	}
	button.menu-toggle {
		width:100%;
		text-align:left;
		padding:10px 10px 10px 50px;
		font-size:18px;
		font-size: 1.8rem;
		background: #b40000 url(img/menu.png) no-repeat 20px center;
	}
	.main-navigation ul {
		display: none;
	}
	.menu-haupt-menue-container {
		margin: 0 0 20px 0;	
	}
	.menu-haupt-menue-container a {
		padding: 13px 25px;	
	}
	.menu-haupt-menue-container .sub-menu a {
		padding: 13px 20px 13px 40px;	
	}
	.menu-haupt-menue-container .current_page_item a,
	.menu-haupt-menue-container .current-menu-item a {
		background: none;
		margin-right:0;
	}
	.menu-haupt-menue-container ul ul .current_page_item a:hover,
	.menu-haupt-menue-container ul ul .current_page_item a:focus,
	.menu-haupt-menue-container ul ul .current_page_item a:active,
	.menu-haupt-menue-container ul ul .current-menu-item a:hover,
	.menu-haupt-menue-container ul ul .current-menu-item a:focus,
	.menu-haupt-menue-container ul ul .current-menu-item a:active {
		background:none;
		margin-right:0;
	}
	.navigation-area {
		width:100%;
		float:none;
	}
	.content-area-2columns, .content-area {
		margin: 0;
	}
	.sidebar-area { 
		margin: 0;
		border-top: 15px solid #ececec;
	}
	.menu-social-media-container {
		margin:3.8rem 0 0;
	}
	.footer-secondary {
		width:auto;
		margin: 0 0 0 280px;
	}
	.footer-tertiary {
		float:none;
		text-align:left;
		width: auto;
		margin: 0 0 0 280px;
	}
	span.LLdocx, span.docx, span.doc, span.LLdoc, span.txt, span.LLtxt, span.pdf, span.LLpdf  {
		float:right; 
		text-align:left;
		padding:4px 0 5px 85px;
		width: 30%;
		display:block;
	}
	.news-text, .content-area-2columns .news-text {
		margin: 0 0 14px 240px;
	}
	.news img, .content-area-2columns .news img {
		float:left;
	}
}

@media screen and (max-width: 600px) {
	.site {
		padding-top:15px;
	}
	h1.site-title {
		font-size: 38px;
		font-size: 3.8rem;
		line-height:1;
		font-weight:normal;
	}
	
	h2.site-description {	
	font-size: 22px;
	font-size: 2.2rem;	
}
	
	.site-content {margin-bottom:20px;}
	
	
	p.bct {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;	
	}
	.site-footer {
		float:none;
		position:relative;
		width: 100%;
		margin:15px 0;
	}	
	.footer-primary {
		float:none;
		clear:both;
		width: 100%;
		padding-top: 20px;
	}
	.footer-secondary {
		width:95%;
		margin: 0 15px;
		padding: 20px 0;
	}
	.footer-secondary span {
		display:none;
	}
	.footer-tertiary {
		float:none;
		width: 100%;
		margin: 30px 0 0 15px;
	}
	.menu-meta-menue-container {
		display:none;
	}
	.site-footer .menu-meta-menue-container {
		display:block;
	}
	.site-footer .menu-meta-menue-container li {
		margin-bottom:15px;
	}
	span.LLdocx, span.docx, span.doc, span.LLdoc, span.txt, span.LLtxt, span.pdf, span.LLpdf  {
		float:none; 
		text-align:left;
		padding:4px 0 5px 85px;
		width: auto;
		display:block;
	}
	.news img, .content-area-2columns .news img {
		float:none;
	}
	.news-text, .content-area-2columns .news-text {
		margin:20px 0 14px 0;
	}
	embed,
	iframe,
	object {
		max-width: 100%;
		width:480px;
		height:270px;
	}
	.gallery-columns-4 .gallery-item {
		min-width:140px;
	}
}

@media screen and (max-width: 450px) {
	embed,
	iframe,
	object {
		max-width: 100%;
		width:320px;
		height:180px;
	}
	
	h1.site-title {
		font-size: 26px;
		font-size: 2.6rem;
		line-height:1;
		font-weight:bold;
	}
	
	h2.site-description {	
	font-size: 20px;
	font-size: 2.0rem;	
}
	
	h3.signs {
		font-size: 18px;
		font-size: 1.8rem;
		background: url(img/gebaerden-kl.png) no-repeat 0 0;
		padding: 60px 0 20px 0;
		color: #000;
	}
	h3.easyread {
		font-size: 18px;
		font-size: 1.8rem;
		background: url(img/easytoread-kl.png) no-repeat 0 0;
		padding: 60px 0 20px 0;
		color: #000;
	}
	div.easyread {
		font-size: 20px;
		font-size: 2rem;
		background: url(img/easytoread-kl.png) no-repeat 0 0;
		padding: 60px 0 0 0;
	}
	.gallery-item {
		width: 50%;       
	}
	.gallery-columns-4 .gallery-item {
		max-width:48%; 
	}
}
/*--------------------------------------------------------------
15.0 - Print
--------------------------------------------------------------*/

@media print {

.navigation-area, .site-orientation,
.footer-primary, .footer-tertiary, 
.menu,.menu-meta-menue-container, 
.menu-haupt-menue-container,
.menu-toggle, .menu-social-media-container,
.site-footer .menu-meta-menue-container,
.footer-primary, .footer-tertiary,
.downloads a span, iframe, object, .signs, .emphasize {
	display: none;
}
body {
	background: none;
}
.site {
	background: none;
	margin: 0;
	width:100%;
	max-width:100%;
	min-width:100%;
}
.site-branding {
	background: none;
	clear:left;
	border: none;
}
.site-content {
	clear: both;
	width: 100%;
	float:left;
	position:relative;	
}
.content-area-2columns {
	margin: 0;
	width:auto;
}
.content-area {
	margin: 0;
	width:auto;	
}
.site-main {
   float:left;	
}
.sidebar-area {
   clear:both;
	float:none;	
}
.site-footer {
	clear: both;
	float:left;
	border: none;
}
.footer-secondary {
	width:100%;
	margin: 0 0 0 30px;
}
.teaser {
    border-top-color: #fff;
}
.news {
	border:none;
}

}