/*
Theme Name: Twenty Fifteen FsV Blog
Theme URI: http://blog.freiheitstattvollbeschaeftigung.de/twentyfifteen-fsv/
Author: Mathias Sasse
Author URI: http://www.matze-msh.eu
Template: twentyfifteen
Description: Twenty Fifteen's child Theme for FsV.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen-fsv

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.
*/

/* Zeile 2773 */
.site-main
{
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

/* Zeile 2781 */
.hentry, .page-header, .page-content
{
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
  background-color: #f7f7f7;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/* Zeile 2788 */
.hentry + .hentry, .page-header + .hentry, .page-header + .page-content
{
  margin-top: 0px;
}

/* Zeile 2811 */
.entry-footer
{
  padding-top: 1.5454%;
  padding-right: 9.0909%;
  padding-bottom: 4.5454%;
  padding-left: 9.0909%;
}

/* Zeile 2815 */
.page-header
{
  background-color: #f7f7f7;
  border-left-width: 0px;
}

/* Zeile 2821 */
.page-title, .taxonomy-description
{
  margin-left: 7px;
}

/* Zeile 4121 */
.site-main
{
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

/* Zeile 4479 */
.hentry, .page-header, .page-content
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/* Zeile 4597 */
.entry-footer
{
  padding-top: 1%;
  padding-right: 10%;
  padding-bottom: 5%;
  padding-left: 10%;
}

#main-right
{
  float: right;
}

article.post {
  background-color: #f7f7f7;
}

.entry-title {
  font-size: 24px;
  font-size: 2.4rem;
  hyphens: auto;
  line-height: 1.1538;
  margin-bottom: 0.9231em;
}

.byline {
  display:none !important;
}

.post-navigation.left {
  background-color: #f7f7f7;
  box-shadow: none;
  margin: 9%;
  float: left;
  overflow: hidden;
}

.post-navigation.left .post-title {
  line-height: 3.3333;
  position: relative;
  color: #336699;
}

@media screen and (max-width: 599px) {
  .post-navigation.left {
  	display: none;
  }
}

/* Top Menu */
.top-navigation {
  clear: both;
  margin: 0 auto;
  max-width: 1080px;
  min-height: 20px;
  position: relative;
  float:right;
}

ul.top-nav-menu,
div.top-nav-menu > ul {
  margin: 0;
  padding: 0 40px 0 0;
}

.top-nav-menu li {
  display: inline-block;
  position: relative;
}

.top-nav-menu li a {
  color: #141412;
  display: block;
  font-size: 10px;
  line-height: 1;
  padding: 5px 20px;
  text-decoration: none;
}

.top-nav-menu li:hover > a,
.top-nav-menu li a:hover,
.top-nav-menu li:focus > a,
.top-nav-menu li a:focus {
  background-color: rgba(154,154,154,0.8);
  color: #fff;
}

.top-nav-menu .sub-menu,
.top-nav-menu .children {
  background-color: rgba(154,154,154,0.8);
  border: 2px solid #f7f5e7;
  border-top: 0;
  padding: 0;
  position: absolute;
  left: -2px;
  z-index: 99999;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.top-nav-menu .sub-menu ul,
.top-nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}

ul.top-nav-menu ul a,
.top-nav-menu ul ul a {
  color: #fff;
  margin: 0;
  width: 200px;
}

ul.top-nav-menu ul a:hover,
.top-nav-menu ul ul a:hover,
ul.top-nav-menu ul a:focus,
.top-nav-menu ul ul a:focus {
  background-color: rgba(154,154,154,0.8);
}

ul.top-nav-menu li:hover > ul,
.top-nav-menu ul li:hover > ul,
ul.top-nav-menu .focus > ul,
.top-nav-menu .focus > ul {
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit;
}

.top-nav-menu .current_page_item > a,
.top-nav-menu .current_page_ancestor > a,
.top-nav-menu .current-menu-item > a,
.top-nav-menu .current-menu-ancestor > a {
  color: #111111;
  font-style: italic;
}

/* Navbar */
.top-navbar {
  background-color: rgba(254,254,254,0.8);
  border-color:rgba(200,200,200,1);
  border-bottom-style:solid;
  border-bottom-width:1px;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  position: fixed !important;
  z-index:1;	
}

/* Newsletter */

#newsletterwidget-2 h2.widget-title {
  text-transform: none;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

#newsletterwidget-2 .tnp-widget input.tnp-submit {
  background-color: #336699;
  color: #ffffff;
  width: 60%;
}