/*
Theme Name: RiC
Author: Schittenhelm. Die Medienagentur.
Author URi: http://schittenhelm.at/
Description: Im Auftrag von Agency4e7.
Version: 0.1
*/


/* =Import Styles
-------------------------------------------------------------- */

@import url( 'css/globals.css' );
@import url( 'css/forms.css' );
@import url( 'css/reveal.css' );
@import url( 'css/ui.css' );


/* =Structure
-------------------------------------------------------------- */

#page {
	display: block;
}
.main-outer {
	padding:  0 20px;
}
#branding,
#colophon {
	clear: both;
	display: block;
}
#primary {
	float: left;
	margin-right: 0;
	overflow: visible;
	width: 100%;
}
#primary.full-width {
	float: none;
	margin-right: 0;
	width: 100%;
}
#secondary {
	float: right;
	margin-left: 2.5%;
	overflow: hidden;
	width: 30%;
}
.full-width #content,
.image-attachment #content,
.error404 #content { /* Increase the size of the content area for templates without sidebars */
	margin: 0;
}


/* =Accessibility
-------------------------------------------------------------- */

.assistive-text {
	/**
	 * Using CSS clip as an Accessible Method of Hiding Content
	 * See:http://adaptivethemes.com/using-css-clip-as-an-accessible-method-of-hiding-content
	 */
	clip: rect( 1px 1px 1px 1px );
	clip: rect( 1px, 1px, 1px, 1px );
	position: absolute !important;
}


/* =Media
-------------------------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin: 1em 1em 1em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 1em 0 1em 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 1em auto;
}


/* =Typography
-------------------------------------------------------------- */

figure {
	background-color: #eee;
	margin-bottom: 1.5em;
}
figure img {
	display: block;
	margin-bottom: 0;
}
figcaption {
	font-size: 0.75em;
}
a {
	text-decoration: none;
}
a:visited {
	opacity: 0.8;
}
a:hover {
	text-decoration: underline;
}
q,
i,
em,
cite,
.fancy {
	font-style: italic;
	font-weight: inherit;
}
.fancy {
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
b,
strong {
	font-weight: bold;
	font-style: inherit;
}
mark {
	background: #ffc;
}
s,
del {
	text-decoration: line-through;
}
.entry-meta {
	color: #999;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.entry-meta a {
	color: #555;
}
small,
.entry-meta
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 0.8em;
}
pre,
code {
	font-family: monospace;
	font-size: 1em;
}
pre {
	overflow: auto;
	margin-bottom: 1.5em;
	line-height: 24px;
}
code {
	line-height: 1;
}
.archive .page-title,
.search .page-title {
	color: #777;
	font-size: 16px;
	margin: 0 0 24px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
}
body.search .format-image .entry-header {
	display: block;
}
.archive .page-title span {
	color: #222;
	display: block;
	font-size: 48px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
}
hr {
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	margin: 0 0 1.42em;
	border: none;
}
hr.space {
	background: #fff;
	color: #fff;
	visibility: hidden;
}


/* =Header
-------------------------------------------------------------- */

nav.nav select {
	display: none;
}
#branding nav.nav span {
	display: none;
}
nav.nav {
	float: left;
	position: relative;
	zoom: 1;
}
.nav ul li:hover > ul,
#branding li:hover > ul {
	display: block;
}
.nav li.parent > a:after  {
	width: 0;
	height: 0;
	display: inline-block;
	content: "&darr;";
	text-indent: -99999px;
	vertical-align: top;
	margin-top: 8px;
	margin-left: 4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
	filter: alpha( opacity=50 );
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#branding {
	position: relative;
}
#branding .container {
	margin: 0 auto;
	padding: 0;
	zoom: 1;
}
#branding a {
	color: #bfbfbf;
	text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.25 );
	word-break: break-word;
}
#branding h1 a:hover,
#branding .brand a:hover,
#branding ul .active > a {
	color: #fff;
	text-decoration: none;
}
#branding h1 {
	position: relative;
}
#branding h1 a,
#branding .brand {
	float: left;
	display: block;
	padding: 8px 20px 12px;
	margin-left: -20px;
	color: #fff;
	font-size: 20px;
	font-weight: 200;
	line-height: 1;
}
#branding input#searchsubmit {
	clip: rect( 1px 1px 1px 1px );
	clip: rect( 1px, 1px, 1px, 1px );
	position: absolute !important;
}
#branding p {
	margin: 0 0 10px;
}
#branding p a:hover {
	background-color: transparent;
	color: #fff;
}
#branding form {
	float: right;
	margin: 5px 30px 0 0;
	position: relative;
	filter: alpha( opacity=100 );
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
#branding form.pull-right {
	float: right;
}
#branding input {
	background-color: #444;
	background-color: rgba( 255, 255, 255, 0.3 );
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: normal;
	font-weight: 13px;
	line-height: 1;
	padding: 6px 9px;
	color: #000;
	border: 1px solid #111;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.1 ), 0 1px 0 rgba( 255, 255 , 255, 0.25 );
	-moz-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.1 ), 0 1px 0 rgba( 255, 255, 255, 0.25 );
	box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.1 ), 0 1px 0 rgba( 255, 255, 255, 0.25 );
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
#branding input:-moz-placeholder {
	color: #e6e6e6;
}
#branding input::-webkit-input-placeholder {
	color: #e6e6e6;
}
#branding input:hover {
	background-color: #bfbfbf;
	background-color: rgba( 255, 255, 255, 0.5 );
	color: #333;
}
#branding input:focus,
#branding input.focused {
	outline: 0;
	background-color: #fff;
	color: #404040;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #111;
	padding: 7px 10px;
	-webkit-box-shadow: 0 0 3px rgba( 0, 0, 0, 0.15 );
	-moz-box-shadow: 0 0 3px rgba( 0, 0, 0, 0.15 );
	box-shadow: 0 0 3px rgba( 0, 0, 0, 0.15 );
}
#branding-inner,
#branding .fill {
	height: 220px;
}
@media only screen and (min-width: 1900px) {
	#branding-inner,
	#branding .fill {
		background-size: 100%;
	}
}
#branding-inner {
	padding: 0 20px;
}
.menu-toggle {
	clear: both;
	color: #bfbfbf;
	cursor: pointer;
	font-weight: normal;
	font-size: 14px;
	margin: 1em 0 16px;
	width: 100%;
}/*
#branding div > ul {
	display: block;
	float: left;
	margin: 0;
	position: relative;
	top: 2px;
}

#branding div > ul > li {
	display: block;
	float: left;
}*/
#branding div > ul a {
	display: block;
	float: none;
	padding: 10px 10px 11px;
	line-height: 19px;
	text-decoration: none;
}
#branding div > ul a:hover {
	color: #fff;
	text-decoration: none;
}
#branding div > ul .active > a {
	background-color: #222;
	background-color: rgba( 0, 0, 0, 0.5 );
}
#branding div > ul.secondary-nav {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
#branding div > ul.secondary-nav .menu-dropdown,
#branding div > ul.secondary-nav .dropdown-menu {
	right: 0;
	border: 0;
}
#branding div > ul a.menu:hover,
#branding div > ul li.open .menu,
#branding div > ul .dropdown-toggle:hover,
#branding div > ul .dropdown.open .dropdown-toggle {
	background: #444;
	background: rgba( 255, 255, 255, 0.05 );
}
#branding div > ul .sub-menu,
#branding div > ul .children {
	background-color: #333;
	margin-top: 0;
}
#branding div > ul .sub-menu li,
#branding div > ul .children li {
	position: relative;
}
#branding div > ul .sub-menu ul,
#branding div > ul .children ul {
	top: -6px;
	left: 100%;
}
#branding div > ul .sub-menu a,
#branding div > ul .children a {
	color: #fff;
}
#branding div > ul li.dropdown.open,
#branding div > ul .sub-menu a.open,
#branding div > ul .children a.open {
	background: #444;
	background: rgba( 255, 255, 255, 0.05 );
}
#branding div > ul .sub-menu li a,
#branding div > ul .children li a {
	color: #999;
	text-shadow: 0 1px 0 rgba( 0, 0, 0, 0.5 );
}
#branding div > ul .sub-menu li a:hover,
#branding div > ul .children li a:hover {
	background-color: #191919;
	background-repeat: repeat-x;
	background-image: 0 to( #191919 ) );
	background-image: 0 color-stop( 100%, #191919 ) );
	background-image: linear-gradient( top, #292929, #191919 );
	color: #fff;
}
#branding div > ul .sub-menu .active a,
#branding div > ul .children .active a {
	color: #fff;
}
#branding div > ul .sub-menu .divider,
#branding div > ul .children .divider {
	background-color: #222;
	border-color: #444;
}
#branding ul .sub-menu li a,
#branding ul .children li a {
	padding: 4px 15px;
}
li.menu,
.dropdown {
	position: relative;
}
a.menu:after,
.dropdown > a:after {
	width: 0;
	height: 0;
	display: inline-block;
	content: "&darr;";
	text-indent: -99999px;
	vertical-align: top;
	margin-top: 8px;
	margin-left: 4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
	filter: alpha( opacity=50 );
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.sub-menu,
#branding .children {
	background-color: #fff;
	float: left;
	display: none;
	position: absolute;
	z-index:900;
	min-width: 160px;
	max-width: 220px;
	_width: 160px;
	margin-left: 0;
	margin-right: 0;
	padding: 6px 0;
	zoom: 1;
	border-color: #999;
	border-color: rgba( 0, 0, 0, 0.2 );
	border-style: solid;
	border-width: 0 1px 1px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 4px rgba( 0, 0, 0, 0.2 );
	-moz-box-shadow: 0 2px 4px rgba( 0, 0, 0, 0.2 );
	box-shadow: 0 2px 4px rgba( 0, 0, 0, 0.2 );
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
.sub-menu li,
#branding .children li {
	float: none;
	display: block;
	background-color: none;
	margin-bottom: 0;
}
.sub-menu .divider,
#branding .children .divider {
	height: 1px;
	margin: 5px 0;
	overflow: hidden;
	background-color: #eee;
	border-bottom: 1px solid #fff;
}
#branding .sub-menu a,
.sub-menu a,
#branding .children a {
	display: block;
	padding: 4px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #808080;
	text-shadow: 0 1px 0 #fff;
}
#branding .sub-menu a:hover,
.sub-menu a:hover,
#branding .children a:hover {
	background-color: #ddd;
	background-repeat: repeat-x;
	background-image: 0 color-stop( 100%, #ddd ) );
	background-image: linear-gradient( top, #eee, #ddd );
	color: #404040;
	text-decoration: none;
	-webkit-box-shadow: inset 0 1px 0 rgba( 0, 0, 0, 0.025 ), inset 0 -1px rgba( 0, 0, 0, 0.025 );
	-moz-box-shadow: inset 0 1px 0 rgba( 0, 0, 0, 0.025 ), inset 0 -1px rgba( 0, 0, 0, 0.025 );
	box-shadow: inset 0 1px 0 rgba( 0, 0, 0, 0.025 ), inset 0 -1px rgba( 0, 0, 0, 0.025 );
}
.open .menu,
.dropdown.open .menu,
.dropdown.open > a:after {
	color: #fff;
	background: #ccc;
	background: rgba( 0, 0, 0, 0.3 );
}
.open .sub-menu,
.dropdown.open .sub-menu,
.open .sub-menu,
.dropdown.open .sub-menu,
.dropdown > a .sub-menu {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

article.post {
	margin: 0 auto 2em;
}
.entry-content {
	margin-bottom: 2em;
}
.entry-header .entry-title {
	color: #1174AF;
	font-weight: bold;
	margin-bottom: 36px;
}
.search .entry-title {
	margin-bottom: 18px;
}
.entry-meta {
	clear: both;
	display: block;
}
.search .entry-meta {
	margin: 0 0 36px;
}
.single-attachment .entry-meta {
	margin: 0 0 18px;
}
.entry-header .entry-meta {
	margin: 0 0 2.5em;
}
.single-author .entry-meta .byline {
	display: none;
}
.single-attachment #respond {
	padding-bottom: 35px;
	text-align: left;
	text-shadow: 0 1px 0 #fff;
}
#content nav {
	clear: both;
	float: left;
	display: block;
	margin: 0 0 18px;
	overflow: hidden;
	width: 100%;
}
#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;
}
#content #nav-below {
	margin: 1em 0 2em;
}
.home #content #nav-below {
	margin: 0 0 20px;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.edit-link {
	display: none;
}
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}
.post .notice {
	background: #eee;
	display: block;
	padding: 1em;
}


/* =Attachments
-------------------------------------------------------------- */

#image-navigation {
	float: left;
	margin-bottom: 1em;
	width: 100%;
}
.previous-image {
	float: left;
}
.next-image {
	float: right;
}
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.single-attachment .attachment img {
	display: block;
	margin: 0 auto 24px;
}
.single-attachment .entry-title,
.single-attachment .entry-meta {
	text-align: center;
}


/* =Asides
-------------------------------------------------------------- */

.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; /* a small bottom margin prevents content floating under images */
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption,
img.attachment-thumbnail,
.gallery-icon img {
	max-width: 97%;
	height: auto;
}
img.attachment-post-thumbnail {
	float: left !important;
}
img.wp-post-image {
	float: left;
	margin: 0 1.5em 1em 0;
}
.tabs-content img.wp-post-image {
	float: none;
	margin: 0 auto
}
ul.grid {
	margin-bottom: 0;
}
.grid .post img.wp-post-image,
.grid .post img {
	margin: 0;
	float: none;
}
.grid .post img.wp-post-image {
	float: left;
	max-height: 150px;
}
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width:96%;
	padding:9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width:98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family:Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content:'\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right:5px;
	position: absolute;
	left: 16px;
	top: 9px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img[class*=align],
img[class*=wp-image-],
#content .gallery .gallery-icon img {
	border: 1px solid #ddd;
	padding: 6px;
}
#content .gallery .gallery-icon {
	margin: 2px 8px;
}
#content .gallery .gallery-item {
	margin-top: 0;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*=align],
a:hover img[class*=align],
a:active img[class*=align],
a:focus img[class*=wp-image-],
a:hover img[class*=wp-image-],
a:active img[class*=wp-image-],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
	background: #fff;
	border-color: #ddd;
}
.wp-caption .wp-caption-text {
	margin: 0.5em;
}
.wp-smiley {
	margin: 0;
}


/* =Embeds
-------------------------------------------------------------- */

object,
embed,
video {
	display: block;
	margin: 0 0 8px;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
#branding #searchform input#s {
	margin: 0 1em 9px 0;
	width: 120px;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width:80%;
}
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	clear: both;
}
article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 40%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 60%;
}
#respond label,
#respond input {
	display: inline;
}
#respond .form-allowed-tags {
	clear: both;
	width: 60%;
}
#respond .form-allowed-tags {
	display: none;
}
#comments-title {
	font-size: 16px;
	margin: 0 0 18px;
}
.commentlist {
	margin: 0;
	list-style-type: none;
	text-shadow: 0 1px 0 rgba( 255, 255, 255, 1 );
}
.commentlist .children {
	list-style: none;
	margin: 0 0 0 9.5%;
}
.pinglist {
	margin: 20px 0 40px 52px;
	list-style-type: decimal;
}
.comment {
	margin-bottom: 27px;
	margin-top: 20px;
}
#commentform {
	margin-top: 20px;
}
.comment .avatar {
	background: #eaeaea;
	border: 3px solid #eaeaea;
	float: left;
	margin: 0 12px 0 0;
}
.bypostauthor .avatar {
	border-color: #222;
}
.comment-author {
	display: inline;
	margin-right: 5px;
}
.comment-author cite {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
}
.comment-author cite a {
	color: #1174AF;
}
.comment-author cite a:hover {
	color: #1174AF;
}
.comment-meta {
	display: inline-block;
	font-size: 11px;
}
.comment-body {
	margin: 0 0 30px 55px;
}
#respond {
	clear: both;
	padding-bottom: 35px;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}
#respond h3 {
	font-size: 14px;
	font-weight: bold;
}
.nocomments {
	text-align: center;
	padding: 20px;
}
.comment-body ul {
	list-style-type:disc;
}
.comment-body ol {
	list-style-type:decimal;
}
#commentform label small {
	font-size: 12px;
}
#commentform label span {
	color: #fa6274;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
	margin: 0 auto 2.5em;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
.widget-area #searchform input#s {
	padding: 6px;
	width:56%;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	color: #fff;
	text-align: right;
	position: relative;
}
#colophon a {
	color: #fff;
}
#colophon .row {
	height: 30px;
}


/* =Breadcrumbs
-------------------------------------------------------------- */

.breadcrumb {
	margin: 0 0 40px;
	padding: 7px 14px;
	background-color: #f5f5f5;
	background-repeat: repeat-x;
	background-image: 0 color-stop( 100%, #f5f5f5 ) );
	background-image: linear-gradient( top, #fff, #f5f5f5 );
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
}
.breadcrumb li {
	display: inline;
	text-shadow: 0 1px 0 #fff;
}
.breadcrumb li:after {
	color: #bfbfbf;
	content: '/';
	padding: 0 5px;
}
.breadcrumb li.title:after {
	content: '';
	padding: 0;
}
.breadcrumb li:last-child:after {
	content: '';
	padding: 0 0 0 5px;
}
.breadcrumb .title {
	background: #eee;
	padding:8px;
	border-right: 1px solid #dadada;
	margin: 1px 20px 0 -14px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}


/* =Wraps
-------------------------------------------------------------- */

.wrap {
	position: relative;
	width: 100%;
	height: auto;
}
.show,
.hide {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 2;
}
.hide {
	background-color: #fff;
	background-color: rgba( 255, 255, 255, 0.3 );
}
.show,
.sticky .hide,
#featurebar .move .inner,
#featurebar-header .move .inner,
#colophon {
	background: #68acdf;
}


/* =Grids
-------------------------------------------------------------- */

.grid .wrap {
	margin-bottom: 30px;
}
.grid .post .entry-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid .post .entry-link a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	width: 100%;
	height: 100%;
}
.grid .post .entry-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	max-height: 54px;
	margin: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 2em;
	line-height: 1em;
}
.grid .show {
	height: auto;
}
.grid .sticky .entry-title {
	padding: 0 0 20px;
}
.grid .post p {
	color: #777;
	margin: 20px;
}
.main-grid .post:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.main-grid .post:hover img {
	-webkit-transform: scale(1.001);
	-moz-transform: scale(1.001);
	-ms-transform: scale(1.001);
	-o-transform: scale(1.001);
	transform: scale(1.001);
}
.main-grid .post,
.main-grid .post:hover,
.main-grid .post img {
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.hero {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px 60px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.hero .button {
	color: #ddd;
}
.hero .button:hover {
	color: #fff;
	text-decoration: none;
}
.hero h2 {
	font-size: 64px;
	text-shadow: 1px 1px 2px #fff;
}
h3.twitter a {
	background: url( 'images/twitter.png' ) no-repeat 100% 50%;
	color: #222;
	display: block;
	width: 100%;
}
.postdate {
	color: #666;
	position: absolute;
		bottom: 20px;
		left: 20px;
}
.postcomments {
	color: #666;
	position: absolute;
		top: 20px;
		right: 20px;
}
.format {
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-indent:-999em;
	display: block;
	background: url( 'images/formats.png' ) no-repeat;
	width: 24px;
	height: 30px;
}
.format.image {
	background-position: 0 -30px;
}
.format.gallery {
	background-position: 0 -60px;
}
.format.video {
	background-position: 0 -90px;
}
.format.audio {
	background-position: 0 -120px;
}
.format.link {
	background-position: 0 -155px;
}
.format.quote {
	background-position: 0 -186px;
}
.single-format-quote .entry-title {
	position: absolute!important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
}
.single-format-quote .entry-content p {
	font-size: 2em;
	line-height: 1.5em;
	position: relative;
	padding: 0 6%;
}
.single-format-quote .entry-content p: before {
  content:"\201C";
  position: absolute;
  z-index: 1;
  top: 0px;
  left:-5px;
  font:80px/1 Georgia, serif;
  color: #dadada;
}
.single-format-quote .entry-content p.right:before,
.single-format-quote .entry-content p.right:after {
  content: '';
  position: relative;
  z-index: 1;
  top: 0;
  left: 0
  font: 80px/1 Georgia, serif;
}
.single-format-quote .entry-content p:after {
  content: '\201D';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -5px;
  font: 80px/0.25 Georgia, serif;
  color: #dadada;
}

/**
 * WordPress.com Styles
 */
#wpstats {
	display: block;
	margin: -10px auto 10px;
}
.sharedaddy {
	margin: 0 0 18px;
}

#livestream {
	float: left;
	background: #fff;
	width: 100%;
	height: 400px;
	margin: 40px auto 30px;
}
#livestream .player-wrapper {
	float: left;
	width: 100%;
	height: 100%;
}
#livestream #player {
	float: left;
	width: 100%;
	height: 100%;
}
@media only screen {
	#livestream {
		padding-bottom: 10px;
	}
	#livestream .player-wrapper {
		box-sizing: border-box;
	}
}

/*#top-post {
	float: left;
	width: 34.99%;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
}
#top-post, #top-post a, #top-post .title, #top-post .content, #top-post p, #top-post * {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #000;
}
#top-post h1 {
	font-weight: bold;
	text-transform: uppercase;
}
#top-post a {
	color: #fff;
	text-decoration: underline;
}
#top-post a:hover {
	color: #fff;
}
#top-post .title {
	margin: 30px 10px;
	font-size: 1.5em;
}
#top-post .content {
	margin: 10px;
}*/

#site-title,
#site-description {
	position: absolute;
	left: -9000px;
	top: -9000px;
}
#site-title {
	background: url(images/loading.gif) center 30px no-repeat;
}

#logo {
	position: relative;
}
#logo .frame {
	background: url(images/ric-header-mid.jpg) center top no-repeat;
	background-size: 100%;
	width: 100%;
	height: 240px;
	margin: -12px auto 0;
}
#logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	text-decoration: none !important;
	overflow: visible;
}

body.home .grid .post {
	margin-right: 4.4%;
	margin-bottom: 72px;
}
body.home .main-grid .post {
	margin-right: 24px;
    width: 204px;
}
body.home .main-grid .post.last {
	margin-right: 0;
}
body.home .grid a {
	padding-bottom: 70px;
}

#nav-below{
	display:none!important;
}

body.home .grid .post .loader {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff url(images/loading.gif) center center no-repeat;
	z-index: 50;
}
body.home .grid .post.loading .loader {
	display: block;
}
#content .sub {
	clear: both;
	margin: 0 0 30px;
	float: left;
	overflow: visible;
	width: 100%;
	position: relative;
}
#content .sub-inner {
	padding: 20px;
}
#content .sub .entry-title,
#content .sub .entry-content {
	margin: 0;
	width: 50%;
	clear: none;
}
#content .sub.noimage .entry-title,
#content .sub.noimage .entry-content {
	width: 99.9%;
}
#content .sub .entry-title {
	margin-bottom: 20px;
}
#content .sub .entry-title {
	font-size: 2em;
}
#content .sub img {
	width: 40%;
}
#content .sub .alignright:first-child {
	margin-top: 0;
}
#content .sub-arrow-wrapper {
	position: absolute;
	margin-left: -20px;
	margin-top: -20px;
	top: 0;
	width: 20px;
	height: 0;
	padding: 10px;
	overflow: hidden;
	z-index: 1;
}
#content .sub-arrow {
	position: relative;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#content .sub,
#content .sub-arrow {
	background: #F0F4F7;
}
#content .sub.c1 .sub-arrow-wrapper {
	left: 11.1%;
}
#content .sub.c2 .sub-arrow-wrapper {
	left: 37.2%;
}
#content .sub.c3 .sub-arrow-wrapper {
	left: 63.3%;
}
#content .sub.c4 .sub-arrow-wrapper {
	left: 89.1%;
}

#menu-footer-menu {
	margin: 0;
	float: right;
}
#menu-footer-menu li {
	float: left;
	margin-left: 10px;
}
#menu-footer-menu li:before {
	content: '|';
	margin-right: 10px;
}
#menu-footer-menu li:first-child {
	margin-left: 0;
}
#menu-footer-menu li:first-child:before {
	content: '';
	margin-right: 0;
}

.entry-meta {
	display: none;
}

#featurebar,#featurebar-header {
	position: relative;
	background: #fff;
	padding: 10px 47px;
	margin-bottom: 30px;
	white-space: nowrap;
	overflow: hidden;
}
body.home #featurebar.grid .post,
#featurebar-header.grid .post	 {
	margin-bottom: 42px;
	display: inline-block;
	float: none;
}
/* TODO: Remove sub action for featurebar */
#featurebar .sub {
	position: absolute;
	top: 100%;
	margin-top: 20px;
	width: 90%;
	background: #fff;
	z-index: 90;
}
#featurebar .move {
	position: absolute;
	width: 60px;
	height: 100%;
	top: 0;
	border-bottom: 20px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}
#featurebar .move .inner,
#featurebar-header .move .inner {
	position: absolute;
	top: 2px;
	width: 40px;
	height: 133px;
	background-repeat: no-repeat;
}
#featurebar .move.active .inner,
#featurebar-header  .move.active .inner {
	cursor: pointer;
}
#featurebar .move.inactive .inner,
	#featurebar-header .move.inactive .inner,
	 {
	cursor: default;
	opacity: 0.5;
}
#featurebar .move.left .arrow, #featurebar-header .move.left .arrow { background-position: -3px center; }
#featurebar .move.right .arrow, #featurebar-header .move.right .arrow { background-position: -53px center; }
#featurebar .move.left, #featurebar-header .move.left{ left: 0; }
#featurebar .move.right, #featurebar-header .move.right{ right: 0; }
#featurebar .move.left .inner , #featurebar-header .move.left .inner{ left: 0px; }
#featurebar .move.right .inner , #featurebar-header .move.right .inner { right: 0px; }
.featurebar-inner {
	white-space: nowrap;
	overflow: hidden;
	float: left;
	padding: 0 3%;
	height: 133px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#featurebar .move .arrow,
#featurebar-header .move .arrow {
	background-image: url(images/arrows.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	line-height: 1px;
	-webkit-transition: all 0.4s;
}
#featurebar .move.active .inner:hover {
	opacity: 0.7;
}
#featurebar .move.active .inner:hover .arrow {
	-webkit-text-shadow: 0 0 20px #fff, 0 0 10px #fff;
	-moz-text-shadow: 0 0 20px #fff, 0 0 10px #fff;
	-ms-text-shadow: 0 0 20px #fff, 0 0 10px #fff;
	-o-text-shadow: 0 0 20px #fff, 0 0 10px #fff;
	text-shadow: 0 0 20px #fff, 0 0 10px #fff;
}
#featurebar .move .inner,
#featurebar .move .inner .arrow {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#featurebar .move.active .inner:active,
#featurebar .move.active .inner:active .arrow {
	color: #000;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	opacity: 1;
}
#featurebar .move.active .inner:active .arrow {
	padding-top: 1px;
}
#featurebar .slider, #featurebar-header .slider{
	position: relative;
	-webkit-transition: left ease 0.5s;
	-moz-transition: left ease 0.5s;
	-ms-transition: left ease 0.5s;
	-o-transition: left ease 0.5s;
	transition: left ease 0.5s;
}

.ad-area {
	display: none;
}
.ad-area img {
	padding: 1px;
	border: 1px solid #eee;
}
.ad-area:after {
	content: "Werbung";
	display: block;
	line-height: 1em;
	font-size: 9px;
	margin-bottom: 1em;
	opacity: 0.5;
	position: relative;
	top: -0.3em;
	text-align: center;
}
.ad-area.active {
	display: block;
}
#ad-area-1 {
	height: 90px;
	text-align: right;
	margin-left:190px;
	overflow: hidden;
	width: 964px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#ad-area-2 {
	position: absolute;
	left: 100%;
	margin-left: 10px;
	min-width: 160px;
}
#main {
	min-height: 500px;
}
#page {
	margin-left: -120px;
	-webkit-transition: margin-left ease 0.5s;
	-moz-transition: margin-left ease 0.5s;
	-ms-transition: margin-left ease 0.5s;
	-o-transition: margin-left ease 0.5s;
	transition: margin-left ease 0.5s;
}
/* Make sure the right ad section is as visible as possible: */
@media only screen and (min-width: 1200px) {
	#page {
		min-width: 0;
		margin-left: 0;
	}
}

#logo .social {
	display: block;
	position: absolute;
	top: 0;
	height: 129px;
	opacity: 0;
	cursor: pointer;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 75%;
}
#logo .social:hover {
	opacity: 1;
}
#logo .social.fb {
	width: 150px;
	left: 79.935%;
	background-image: url(images/ric-head-fb-hover.gif);
}
#logo .social.tw {
	width: 80px;
	left: 92.333%;
	background-image: url(images/ric-head-tw-hover.png);
}
#logo .social.tw:hover {

}

.accordion-title {
	margin-top: 1em;
	cursor: pointer;
}
.accordion-title:hover {
	color: #1275B0;
}
.accordion {
	margin-bottom: 3em;
	text-align: justify;
}
.accordion-content {
	line-height: 1.5em;
}


adbar{
	display:block;
	height:110px;
	background-color:#68acdf;
  padding-top: 20px;
}

menu{
	display:block;
	height:110px;
	background-color:#6a82a9;
	border-top: 1px solid #546786;
}


#branding-inner .container{
	width:960px;
	max-width: 960px;
	background-color: #ffffff;
}

.ad-area:after{
  content: none;
}

#main{
	max-width: 960px;
	width:960px;
	background-color: #ffffff;
	margin-top:-160px;
	padding-bottom: 200px;
	min-height: 1000px;
}

#logo-div{
   	height: 169px;
    width: 132px;
	background-image: url("images/logo_ei.png");
	left: 20px;
	position:inherit;
	z-index: 11;
	top:-40px;
	float:left;
	margin-top: -40px;
}

.header_menu{
	padding-top:68px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-left: 40px;
	width:auto;
	float:left;
	font-weight: 900;
	font-size: 20px;
}


.header_menu a{
	color:#FFFFFF;
	background-image:url("images/trennstrich_menue.png");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 15px;
}

#menu-main-menu li:last-child a{
	background-image:none;
}

.header_menu a:hover{
	color:#FAE91C;
	text-decoration: none;
}

.header_menu li{
	float:left;
	margin-left:15px;
}


#menu-inner{
	max-width:960px;
	margin: 0px auto;

}


.main-grid{
	margin-left:35px;
}

.slider img{
	width: 209px;

}

.slider li{
	width: 209px!important;
	margin-right: 5px!important;
}

.slider .show{
	display:none!important;
}

.slider{
	height:133px;
}

#livestream{
	margin:35px;
	margin-top:30px;
	width:890px;
}

#featurebar{
	background-image: url("images/slider_bg.png");
	background-repeat: repeat-x;
}

.featurebar-inner{
	padding:0px;
}



#colophon{
	margin-top:-26px;
	z-index: 16;
	position: relative;
	height: 35px;

}
socialmedia{
	width:36px;
	float:right;
}

socialmedia a{
	display:block;
	width: 36px;
	height:36px;
	background-color: #546786;
	background-position: center;
	background-repeat: no-repeat;
}

facebook a:hover{
	background-color: #3b5998;
	text-decoration: none;
}

twitter a:hover{
	background-color: #00aced;
	text-decoration: none;
}

youtube a:hover{
	background-color: #bb0000;
	text-decoration: none;
}

facebook a{
	background-image: url("images/facebook.png");
}

twitter a{
	background-image: url("images/twitter.png");
}

youtube a{
	background-image: url("images/youtube.png");
}


tvprogramm{
	background-image: url("images/gleichimtvbackground.png");
    display: block;
    height: 211px;
    left: 50%;
    margin-left: -320px;
    position: absolute;
    width: 680px;
    z-index: 32;
}

tvprogramm #featurebar-header .move .inner {
    height: 211px;
}

tvprogramm #featurebar-header{
	background: none;

    height: 190px;
    margin-left: 4px;
    margin-top: -2px;
    margin-right: 3px;
}
#header-slider-items li{
	width:194px !important;
}

#header-slider-items .post{
	height: 200px;
	float: left;

	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;

	padding-top:12px;
}

.tvprogramm-time{
	color: #0078B9;
	font-size:34px;
	font-weight: 900;
}

.tvprogramm-name{
	padding-top:11px;
	color: #FFFFFF;
    font-size: 15px;
	height: 40px;
    line-height: 16px;
    white-space: pre-wrap;
}

.tvprogramm-image{
	height:95px;
}

tvprogramm .featurebar-inner{
	height:223px;
}
/*
html body.single div#page.hfeed header#branding div.main-outer div#main.row div.twelve div#primary.standard div#content article{
	padding:35px;
}*/
div#main.row div.twelve div#primary div#content article{
	margin:35px;
}




#page h2{
	font-size: 22px;
	margin-left:35px;
	font-family: 'Source Sans Pro', sans-serif;
	color:#0078B9;
}

#ad-area-3{
	margin:0 auto;
	width:728px;
}

.baum{
	width:476px;
   	bottom: 0;
    height: 750px;
	position: absolute;
	left:50%;
	margin-left: -890px;

	background-image:url("images/baum.png");
	z-index: 5
}

.vogel{
  	background-image: url("images/rabe.png");
    height: 200px;
    left: 50%;
    margin-left: 490px;
    position: absolute;
    top: 75px;
    width: 200px;
}
/*
.wolken{
	width:1024px;
	height:1024px;
	position: absolute;
	top: 100px;
	left:50%;
	margin-left: 260px;
	z-index: 5

	background-image:url("images/wolken.png");
}*/

#main{
	position: relative;
	z-index:10;
}

div#main.row div.twelve div#ad-area-2.ad-area{
	top:240px;
}

.home div#ad-area-2.ad-area{
	top:-546px!important;
}


.copyright{
	float:left;
	height: 25px;
    padding-top: 8px;
}

.menu-footer-menu-container{
	float:right;
	height: 25px;
    padding-top: 8px;
}

#menu-footer-menu{
	height:20px;
}

#menu-footer-menu li{
	margin-bottom:0px;
}

#page{
	background-position:center center;
	background-repeat:repeat-y;
	background-image:url("images/line.png");
}

h2.schon-gesehen {
	margin-top: 2em;
}


.archive  #branding{
	top:0px;
}

.primary-content-news{
	padding-left:35px;
	padding-right:35px;
}

.archive-title{
	color: #1174AF;
    font-weight: bold;
    margin-bottom: 36px;
}

.primary-content-news h2{
	margin-left:0px!important;
}

.primary-content-news h2 a{
	color: #1174AF !important;
    font-weight: bold;
    font-size: 22px;
}

.primary-content-news .post-info{
	display:none;
}


.primary-content-news  .news {
	margin-top:35px;
}

div.primary-content-news  div.content div.entry{
	padding-bottom:5px;
	border-bottom: 1px solid #ccc;
}

.more-link{
	color:#000000!important;
	display: block;
}




@media (max-width: 900px) {
	.row, #branding .container {margin: 0px;}
	.vogel{display:none;}
	.baum,#ad-area-2,.backstretch{display:none!important;}
	.wolken{display:none;}
	body {background-color:#ffffff;}
	#main,.container,.row, #branding .container,#page {
	    max-width: none!important;
	    min-width: none!important;
   		min-height: none!important;
    	width: auto!important;
	}

	div#content ul#featurebar.grid li.move{
		display:none;
	}

	#featurebar{
		background-image: none;
	}

	body.home .main-grid .post.last { margin-right: 4.4%; }
	.main-outer,#branding-inner{padding:0px;}
	#page{margin:0px;}

	#featurebar, #featurebar-header ,.featurebar-inner{
		white-space: normal;
	}

	.featurebar-inner {
		height:auto;
	}

	.slider {
		height:auto;
	}

	.header_menu{
		padding-top:0px;
		margin-top: -130px;
		padding-left: 110px;
		padding-right: 30px;
	}
	socialmedia{
		margin-top:-129px;
	}

	#colophon{
		height: 200px;
	}



}

@media (max-width: 500px) {
	socialmedia{
		display:none;
	}

	menu{
		height: 180px;
	}

	#ad-area-1 {
		margin-left:0px;
	}
}

@media (max-width: 420px) {
	menu{
		height: 280px;
	}
}

.yop-poll-forms{
	float:left!important;
}

.yop-poll-answers ul li{
	width: 100%!important;
}

.yop-poll-answers ul li input {
    float: left!important;
    margin: 0;
    width: 10px;
}

.yop-poll-answers ul li label {
	float: left!important;
}

div.yop-poll-answers ul li label span{
	line-height: 39px!important;
}

#logo-div a{
    display: block;
    height: 170px;
    width: 133px;
}

.aranger{
  float: right;
}