@charset "UTF-8";
/**
 * Theme Name: Science Blogs Base
 * Description: A parent theme containing the main "engine" for your theme. Don't activate this theme: instead, activate the child theme that is based off of it.
 * Version: 1.4
 * Author: Crowd Favorite
 * Author URI: http://crowdfavorite.com
 * @package ngssb-base
 *
 * This file is not loaded on the front end.
 * Actual CSS files are in the css/ directory.
 */
/**
 * Based on Meyer Reset
 * @see http://meyerweb.com/eric/tools/css/reset/
 */
* {
  box-sizing: border-box; }

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
hr {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

sub {
  vertical-align: sub;
  font-size: 80%; }

sup {
  vertical-align: super;
  font-size: 80%; }

body {
  background-color: #fff; }

address,
cite {
  font-style: normal; }

th {
  text-align: left; }

/**
 * Set HTML5 block level elements for browsers that don't recognize them.
 */
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/**
 * Remove dotted borders from links and buttons
 */
:focus,
:active {
  outline: 0; }

/**
 * @bugfix Remove dotted inner borders from buttons in FF
 * @valid no
 */
::-moz-focus-inner {
  border: 0; }

/** @subsection
 -------------------------------------------------- */
body,
textarea {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5; }

p,
ul,
ol,
dl,
blockquote,
pre,
table {
  margin-bottom: 8px; }

ul,
ol {
  margin-left: 2em; }

/**
 * Add some space between li elements
 * Margin collapse means this won't affect the bottom margin of ul els
 */
li {
  margin: 0 0; }

/**
 * Keep nested lists tight
 */
li ul,
li ol {
  margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px; }

h1,
.h1 {
  font-size: 22px; }

h2,
.h2 {
  font-size: 18px; }

h3,
.h3 {
  font-size: 16px; }

h4,
.h4 {
  font-size: 14px; }

h5,
.h5 {
  font-size: 12px; }

h6,
.h6 {
  font-size: 10px; }

label[for] {
  cursor: pointer; }

/** @section Utility
 -------------------------------------------------- */
/**
 * Clearing floats without markup
 * This is the updated clearfix hack. It resolves a few of issues with the original.
 * @see http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/
 */
.clearfix {
  display: block;
  zoom: 1; }

.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden; }

#partner-nav-wrapper {
  height: 0px;
  background: none;
  position: absolute;
  width: 100%;
  min-width: 1000px;
  z-index: 9000; }
  #partner-nav-wrapper ul {
    margin: 0;
    width: 1000px;
    list-style: none;
    font-size: 0px; }
  #partner-nav-wrapper li {
    display: inline-block;
    padding: 0 10px;
    margin-right: 0;
    width: 16.6666666667%;
    text-align: center; }
  #partner-nav-wrapper a {
    color: white;
    text-decoration: none;
    line-height: 36px;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial; }
  #partner-nav-wrapper li.active {
    background: #0E5F8E; }

ul.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block; }
  ul.nav li {
    display: inline-block; }

#header {
  background: #E0EAF1;
  border-top: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF; }

#layout-switch, #mobile-nav-wrapper {
  display: none; }

#partner, .go-to-blog {
  display: none; }

.header-wrapper {
  width: 1000px; }

#logo {
  width: 245px;
  height: 40px;
  position: absolute;
  left: 17px;
  top: 20px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(/grafiken/15jahre/scienceblogs_jubilogo_2023_new.png);
  background-size: 100%;
  height: 56px;
  top: 10px; }

#header {
  position: relative; }

.blog-nav-wrapper {
  position: relative;
  height: 74px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white; }
  .blog-nav-wrapper ul {
    position: absolute;
    left: 300px;
    top: 35px; }
  .blog-nav-wrapper li {
    vertical-align: top;
    margin-right: 20px;
    padding-bottom: 5px; }
    .blog-nav-wrapper li.half-gap {
      margin-left: -10px; }
      .blog-nav-wrapper li.half-gap input {
        line-height: 17px; }
    .blog-nav-wrapper li.contains-input {
      padding-bottom: 0px; }
  .blog-nav-wrapper li a {
    font-weight: bold;
    color: #333333;
    font-size: 15px;
    font-family: Arial;
    text-decoration: none; }
  .blog-nav-wrapper li.blogs.active {
    border-bottom: 6px solid #005689; }
    .blog-nav-wrapper li.blogs.active a {
      color: #005689; }
  .blog-nav-wrapper .overlay-trigger {
    cursor: pointer; }
  .blog-nav-wrapper .overlay {
    display: none;
    width: 100%;
    position: absolute;
    top: 65px;
    z-index: 900000000;
    padding: 20px; }
    .blog-nav-wrapper .overlay.active {
      display: block; }
    .blog-nav-wrapper .overlay .divider {
      margin-top: 10px;
      border-top: 1px solid white;
      margin-bottom: 10px;
      border-bottom: 1px solid white;
      padding: 10px 0; }
      .blog-nav-wrapper .overlay .divider a {
        display: block; }
    .blog-nav-wrapper .overlay.blogs {
      background: #005689; }
    .blog-nav-wrapper .overlay a {
      color: white;
      font-weight: bold;
      text-decoration: none;
      line-height: 1.5;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      white-space: nowrap; }
      .blog-nav-wrapper .overlay a:hover {
        text-decoration: underline; }
    .blog-nav-wrapper .overlay .active-blogs, .blog-nav-wrapper .overlay .archived-blogs {
      -webkit-columns: 5;
         -moz-columns: 5;
              columns: 5;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px; }

.social-nav-wrapper {
  position: absolute;
  right: 20px;
  top: 20px; }
  .social-nav-wrapper a {
    width: 34px;
    height: 34px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 34px;
    opacity: .35;
    margin-left: 9px;
    -webkit-transition: opacity .2s ease;
            transition: opacity .2s ease; }
  .social-nav-wrapper a:hover {
    opacity: .5; }
  .social-nav-wrapper a.fb {
    background-image: url(../images/sb-icon-sprite.png); }
  .social-nav-wrapper a.tw {
    background-image: url(../images/sb-icon-sprite.png);
    background-position: 0 -34px; }
  .social-nav-wrapper a.partner {
    width: auto;
    opacity: 1; }

.topic-nav-wrapper {
  background: #69A04B;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white; }
  .topic-nav-wrapper a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial;
    font-size: 15px;
    color: white; }
  .topic-nav-wrapper li {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: 0;
    border-right: 1px solid #B4D0A5; }
    .topic-nav-wrapper li:last-of-type {
      border-right: none; }

body {
  background: #DFDFDF;
  color: #333333;
  font-size: 15px;
  line-height: 1.333em; }

body, input {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  box-sizing: border-box; }

a {
  color: inherit; }

.nowrap {
  white-space: nowrap; }

#content,
#sidebar {
  /**
   * @workaround double-margin float bug
   * @see http://www.positioniseverything.net/explorer/doubled-margin.html
   */
  display: inline;
  float: left;
  /**
   * Prevent overflow issues in IE6
   * Also keeps things looking nice.
   */
  overflow: hidden;
  padding-top: 30px; }

#content {
  margin: 0 50px 0 20px;
  /* Prevent collapse if no content is in #content div */
  min-height: 1px;
  width: 610px;
  padding-bottom: 30px; }

#sidebar {
  width: 300px; }

#body {
  padding-top: 0px; }

.center-content, #main, .footer-wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative; }

.str-inside {
  background: white;
  width: 1000px;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF; }

.sub-blog-logo {
  display: block;
  margin-bottom: 20px; }

.ad-hint {
  color: #aaa;
  font-size: 10px; }

#ad-wrapper-sky {
  width: 1170px;
  position: absolute;
  top: -10px; }

#ad-sb-wrapper {
  text-align: center;
  position: relative; }

#ad-sb {
  width: 728px;
  height: 100px;
  margin: 0 auto; }

#ad-pubperform {
  margin: 10px 0; }

.sb-sponsor {
  position: relative;
  padding-bottom: 20px; }
  .sb-sponsor .ad-hint {
    position: absolute;
    right: 0;
    top: -1.5em; }

#ad-pres {
  display: none; }

a#partner {
  opacity: 1;
  display: inline-block;
  text-decoration: none; }
  a#partner span {
    color: #7D7D7D;
    margin-right: 10px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    vertical-align: top; }
  a#partner .logo {
    vertical-align: top;
    display: inline-block;
    background-image: url("../img/wissen-de_logo_150_gray.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    width: 110px;
    height: 20px; }

#sidebar {
  font-size: 12px; }
  #sidebar a {
    color: #144B76;
    text-decoration: none; }
  #sidebar ul {
    list-style: none;
    margin: 0; }
  #sidebar .widget {
    color: #333333;
    font-family: Arial;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px; }
  #sidebar .widget-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px; }
  #sidebar .widget_meta li {
    margin-bottom: 0; }
  #sidebar .widget_meta a {
    color: #7D7D7D; }
  #sidebar .widget_archive ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; }
  #sidebar .widget_categories ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; }

#sidebar #search-subblog {
  padding-top: 0;
  border-top: none; }

#search-2 {
  display: none !important; }

img#wpstats {
  display: none; }

#footer {
  background: #EEEEEE;
  color: #333333;
  font-size: 12px;
  font-family: Arial;
  width: 1000px;
  padding-bottom: 70px;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF; }

#footer-links,
#copyright {
  /**
   * @workaround double-margin float bug
   * @see http://www.positioniseverything.net/explorer/doubled-margin.html
   */
  display: inline;
  float: left;
  /**
   * Prevent overflow issues in IE6
   * Also keeps things looking nice.
   */
  overflow: hidden;
  padding-top: 20px; }

#footer-links {
  margin: 0 0 0 0;
  /* Prevent collapse if no content is in #content div */
  min-height: 1px;
  width: 680px; }
  #footer-links .menu-footer-container, #footer-links .menu-footer-2-container {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    margin-left: 20px; }
  #footer-links ul {
    list-style: none;
    margin: 0; }
  #footer-links a {
    color: #333333;
    text-decoration: none; }
  #footer-links .topic-menu a {
    color: #377F0D; }

#copyright {
  width: 300px;
  color: #7D7D7D; }

body.archive:not(.paged) #main.sb-home .post:first-of-type {
  padding-top: 0px !important; }
  body.archive:not(.paged) #main.sb-home .post:first-of-type .entry-thumbnail {
    display: none; }
  body.archive:not(.paged) #main.sb-home .post:first-of-type a.blog-link {
    font-size: 15px; }
  body.archive:not(.paged) #main.sb-home .post:first-of-type h2.entry-title a {
    font-size: 22px; }
  body.archive:not(.paged) #main.sb-home .post:first-of-type .entry-post-thumbnail {
    display: block !important;
    margin-right: 0px;
    margin-bottom: 10px;
    overflow: hidden; }
    body.archive:not(.paged) #main.sb-home .post:first-of-type .entry-post-thumbnail img {
      width: 100% !important;
      height: auto !important; }

h2.entry-title a {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-decoration: none; }

.post-short {
  border-bottom: 1px solid #ccc;
  padding: 20px 0; }
  .post-short a.blog-link {
    color: #044C8C;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: block;
    margin-bottom: 5px; }
    .post-short a.blog-link:hover {
      text-decoration: underline; }
  .post-short .entry-thumbnail {
    width: 190px;
    float: left;
    margin-right: 20px;
    max-height: 140px;
    overflow: hidden; }
    .post-short .entry-thumbnail img {
      width: 100% !important;
      height: auto !important; }
  .post-short a.read-more {
    color: #044C8C;
    text-decoration: none; }
    .post-short a.read-more:hover {
      text-decoration: underline; }

.post-full h1.entry-title, .page h1.entry-title {
  margin-top: 20px;
  margin-bottom: 20px; }
  .post-full h1.entry-title a, .page h1.entry-title a {
    color: #333333;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold; }
.post-full .entry-meta, .page .entry-meta {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.5; }
.post-full .thumbnail-wrapper, .page .thumbnail-wrapper {
  text-align: center;
  font-size: 12px;
  padding-bottom: 20px; }
.post-full .footer, .page .footer {
  clear: both; }
.post-full .entry-content, .page .entry-content {
  line-height: 1.5;
  padding-bottom: 20px; }
  .post-full .entry-content .wp-flattr-button, .page .entry-content .wp-flattr-button {
    clear: both; }
  .post-full .entry-content li, .page .entry-content li {
    margin-bottom: 10px; }
  .post-full .entry-content iframe, .page .entry-content iframe {
    max-width: 100%;
    width: 100% !important;
    margin: 20px 0; }
  .post-full .entry-content .wp-flattr-button, .page .entry-content .wp-flattr-button {
    display: inline; }
    .post-full .entry-content .wp-flattr-button iframe, .page .entry-content .wp-flattr-button iframe {
      width: 110px !important; }
    .post-full .entry-content .wp-flattr-button img, .page .entry-content .wp-flattr-button img {
      border: none; }
  .post-full .entry-content img, .page .entry-content img {
    border: 1px solid #DFDFDF;
    max-width: 100% !important;
    height: auto !important; }
  .post-full .entry-content .embed-youtube, .page .entry-content .embed-youtube {
    margin: 20px 0; }
  .post-full .entry-content .alignleft, .page .entry-content .alignleft {
    float: left;
    margin: 0 20px 20px 0; }
  .post-full .entry-content .alignright, .page .entry-content .alignright {
    float: right;
    margin: 0 0 20px 20px; }
  .post-full .entry-content .aligncenter, .page .entry-content .aligncenter {
    margin: 20px 0;
    text-align: center; }
    .post-full .entry-content .aligncenter:not(img), .page .entry-content .aligncenter:not(img) {
      width: 100% !important; }
  .post-full .entry-content center iframe, .post-full .entry-content center img, .page .entry-content center iframe, .page .entry-content center img {
    margin: 20px 0; }
  .post-full .entry-content .alignnone, .page .entry-content .alignnone {
    margin: 20px 0; }
  .post-full .entry-content .wp-caption-text, .page .entry-content .wp-caption-text {
    font-size: 12px;
    color: #7D7D7D; }
  .post-full .entry-content blockquote, .page .entry-content blockquote {
    clear: both;
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "“" "”" "‘" "’"; }
.post-full .tags, .page .tags {
  line-height: 1.5;
  border-top: 1px solid #ccc;
  padding: 20px 0; }
  .post-full .tags .label, .page .tags .label {
    display: block;
    font-weight: bold; }
  .post-full .tags a, .page .tags a {
    color: #7D7D7D;
    text-decoration: none; }
    .post-full .tags a:hover, .page .tags a:hover {
      text-decoration: underline; }

.page .entry-content {
  margin-top: 20px; }

.page h1 {
  margin-top: 20px; }

.post-pagination {
  clear: both;
  margin-top: 30px;
  font-weight: bold;
  line-height: 28px; }
  .post-pagination.first {
    text-align: left; }
  .post-pagination.last {
    text-align: right; }
  .post-pagination.middle {
    text-align: center; }
  .post-pagination span {
    color: #7D7D7D; }
  .post-pagination a {
    font-weight: normal;
    text-decoration: none;
    color: #7D7D7D;
    padding: 0 4px; }
    .post-pagination a span {
      color: inherit; }
    .post-pagination a:hover {
      text-decoration: underline; }
  .post-pagination .prev.buttons {
    display: inline;
    float: left;
    margin-right: 10px; }
  .post-pagination .next.buttons {
    float: right; }

.entry-meta {
  font-size: 12px;
  font-weight: bold;
  color: #7D7D7D; }
  .entry-meta a {
    color: #7D7D7D; }
  .entry-meta .edit {
    margin-left: 10px; }

.sharedaddy {
  display: none !important; }

.entry-meta .box-share {
  height: 25px;
  overflow: hidden; }

.box-share {
  margin-top: 8px; }
  .box-share label {
    display: none; }
  .box-share .addthis_button_email, .box-share .addthis_button_expanded {
    display: inline-block;
    background-color: #dfdfdf;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #cbcbcb;
    margin-right: 10px;
    color: #333333;
    font-size: 12px;
    padding: 0 4px;
    text-decoration: none;
    vertical-align: top; }
  .box-share .addthis_button_email {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTggMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPiAgICAgICAgPHRpdGxlPlNoYXBlPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+ICAgICAgICA8ZyBpZD0ibWFpbCIgc2tldGNoOnR5cGU9Ik1TTGF5ZXJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMDAwMDAwLCAwLjAwMDAwMCkiIGZpbGw9IiMzMzMzMzMiPiAgICAgICAgICAgIDxnIGlkPSJNYWlsIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj4gICAgICAgICAgICAgICAgPHBhdGggZD0iTTEuNTc0LDEuMjg2IEMyLjA2MiwxLjU0OCA4LjgyMiw1LjE4IDkuMDc0LDUuMzE1IEM5LjMyNiw1LjQ1IDkuNjUyLDUuNTE0IDkuOTgsNS41MTQgQzEwLjMwOCw1LjUxNCAxMC42MzQsNS40NSAxMC44ODYsNS4zMTUgQzExLjEzOCw1LjE4IDE3Ljg5OCwxLjU0OCAxOC4zODYsMS4yODYgQzE4Ljg3NSwxLjAyMyAxOS4zMzcsMCAxOC40NCwwIEwxLjUyMSwwIEMwLjYyNCwwIDEuMDg2LDEuMDIzIDEuNTc0LDEuMjg2IEwxLjU3NCwxLjI4NiBaIE0xOC42MTMsMy40ODkgQzE4LjA1OCwzLjc3OCAxMS4yMjYsNy4zMzggMTAuODg2LDcuNTE2IEMxMC41NDYsNy42OTQgMTAuMzA4LDcuNzE1IDkuOTgsNy43MTUgQzkuNjUyLDcuNzE1IDkuNDE0LDcuNjk0IDkuMDc0LDcuNTE2IEM4LjczNCw3LjMzOCAxLjk0MSwzLjc3NyAxLjM4NiwzLjQ4OCBDMC45OTYsMy4yODQgMSwzLjUyMyAxLDMuNzA3IEwxLDExIEMxLDExLjQyIDEuNTY2LDEyIDIsMTIgTDE4LDEyIEMxOC40MzQsMTIgMTksMTEuNDIgMTksMTEgTDE5LDMuNzA4IEMxOSwzLjUyNCAxOS4wMDQsMy4yODUgMTguNjEzLDMuNDg5IEwxOC42MTMsMy40ODkgWiIgaWQ9IlNoYXBlIj48L3BhdGg+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    width: 20px !important; }
    .box-share .addthis_button_email .aticon-email {
      display: none !important;
      background-color: #dfdfdf !important; }

.footer .box-share {
  border-top: 1px solid #ccc;
  padding: 20px 0; }
  .footer .box-share label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px; }

#comments {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  font-size: 13px; }
  #comments blockquote {
    clear: both;
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "“" "”" "‘" "’"; }
  #comments h2 {
    margin-bottom: 20px; }
    #comments h2 a {
      text-decoration: none; }
  #comments ol {
    list-style: none;
    margin: 0;
    padding: 0; }
  #comments ul.children {
    list-style: none;
    margin: 0;
    margin-left: 60px; }
  #comments .comment.bypostauthor {
    background: #eff4f8;
    padding-left: 80px; }
    #comments .comment.bypostauthor .comment-link {
      right: 20px; }
    #comments .comment.bypostauthor .avatar {
      left: 20px; }
    #comments .comment.bypostauthor .content {
      padding-right: 20px; }
  #comments .comment, #comments .pingback {
    padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative; }
  #comments .comment-link {
    right: 0;
    top: 20px;
    position: absolute;
    font-size: 18px;
    color: #7D7D7D; }
    #comments .comment-link a {
      text-decoration: none; }
      #comments .comment-link a:hover {
        text-decoration: underline; }
  #comments .avatar {
    position: absolute;
    left: 0;
    top: 20px; }
  #comments li {
    position: relative;
    border-top: 1px solid #ccc; }
    #comments li .header {
      color: #7D7D7D;
      margin-bottom: 10px; }
      #comments li .header .fn {
        font-weight: bold;
        color: #333333; }

#respond {
  font-size: 15px;
  border-top: 1px solid #ccc;
  padding-top: 20px; }
  #respond label {
    font-size: 12px;
    color: #7D7D7D; }
  #respond label.title {
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    font-size: 15px;
    color: #333333; }
  #respond .input {
    max-width: 400px; }

.button, #sidebar .widget-ngs-subscribe a.imr, .pagination .next, .pagination .previous, .buttons a, #sidebar .jetpack_subscription_widget input[type='submit'] {
  background: #333;
  color: white;
  padding: 0 11px;
  height: 28px;
  line-height: 28px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  border-radius: 6px;
  text-decoration: none; }

.button {
  border: none;
  min-height: 28px;
  cursor: pointer; }

#sidebar .widget-ngs-subscribe a.imr {
  color: #7D7D7D;
  background: #DFDFDF; }

.pagination {
  margin-top: 20px; }
  .pagination .next {
    float: right; }

#sidebar .widget-ngs-subscribe .accessibility {
  display: none; }
#sidebar .widget-ngs-subscribe a.imr {
  margin-right: 5px; }
#sidebar .widget-ngs-subscribe li {
  vertical-align: top; }
#sidebar .widget-ngs-subscribe .help {
  font-size: 12px;
  width: 120px;
  line-height: 1em;
  margin-left: 5px;
  padding-top: 2px; }
#sidebar .jetpack_subscription_widget input[type='submit'] {
  border: none; }

input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* mobile firefox too! */ }

input[type=text], textarea {
  padding: 5px 10px;
  border: 1px solid #ccc;
  font-size: 15px;
  border-radius: 8px;
  margin: 0;
  margin-right: 10px; }

.input, #subscribe-email {
  color: #333333;
  position: relative; }
  .input input[type=text], .input input[type=search], .input textarea, #subscribe-email input[type=text], #subscribe-email input[type=search], #subscribe-email textarea {
    width: 100%;
    display: block;
    margin-right: 0;
    padding: 5px 10px; }
  .input.action input[type=text], #subscribe-email.action input[type=text] {
    padding-right: 35px; }
  .input.action input[type=submit], .input.action button, #subscribe-email.action input[type=submit], #subscribe-email.action button {
    position: absolute;
    z-index: 5;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 30px;
    background: white;
    background: transparent;
    border: none; }

#searchsubmit, #header_search_submit {
  background-image: url(../images/sb-icon-sprite.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 0 -34px;
  width: 17px;
  height: 17px;
  right: 10px;
  top: 6px;
  opacity: .5;
  cursor: pointer; }
  #searchsubmit:hover, #header_search_submit:hover {
    opacity: 1; }

#header_search_submit {
  left: 10px;
  right: auto;
  opacity: 1; }

#header_search {
  width: 200px;
  margin-top: -5px;
  position: relative; }
  #header_search input[type=text] {
    padding-left: 35px; }
    #header_search input[type=text]:not(:focus) {
      cursor: pointer;
      background: none;
      border: 1px solid transparent; }
      #header_search input[type=text]:not(:focus)::-webkit-input-placeholder {
        font-weight: bold;
        color: #333333;
        opacity: 1; }
      #header_search input[type=text]:not(:focus)::-moz-placeholder {
        font-weight: bold;
        color: #333333;
        opacity: 1; }
      #header_search input[type=text]:not(:focus):-ms-input-placeholder {
        font-weight: bold;
        color: #333333;
        opacity: 1; }
      #header_search input[type=text]:not(:focus)::placeholder {
        font-weight: bold;
        color: #333333;
        opacity: 1; }
      #header_search input[type=text]:not(:focus)::-webkit-input-placeholder {
        font-weight: bold;
        color: #333333;
        opacity: 1; }
      #header_search input[type=text]:not(:focus)::-moz-placeholder {
        font-weight: bold;
        color: #333333;
        opacity: 1; }
      #header_search input[type=text]:not(:focus):-moz-placeholder {
        font-weight: bold;
        color: #333333;
        opacity: 1; }
      #header_search input[type=text]:not(:focus):-ms-input-placeholder {
        font-weight: bold;
        color: #333333;
        opacity: 1; }

.breadcrumbs {
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  font-size: 0px; }
  .breadcrumbs .separator {
    display: inline-block;
    width: 17px;
    height: 20px;
    margin: 0 0px;
    background-image: url(../images/sb-icon-sprite.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 0 -136px;
    background-position: 0 -136px;
    vertical-align: top;
    opacity: .6;
    margin-left: 2px; }
  .breadcrumbs a {
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    color: #7D7D7D;
    text-decoration: none; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
    .breadcrumbs a.active, .breadcrumbs a.page {
      color: #333333; }
    .breadcrumbs a.topic {
      color: #377F0D; }
    .breadcrumbs a.blog {
      color: #044C8C; }

.author-social-links {
  position: absolute;
  top: 20px;
  right: 0; }
  .author-social-links a {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 5px; }
    .author-social-links a.facebook {
      background-image: url(../images/sb-icon-sprite.png);
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: 0 -90px; }
    .author-social-links a.twitter {
      background-image: url(../images/sb-icon-sprite.png);
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: 0 -120px; }
    .author-social-links a.google_plus {
      background-image: url(../images/sb-icon-sprite.png);
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: 0 -150px; }
    .author-social-links a.feed {
      background-image: url(../images/sb-icon-sprite.png);
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: 0 -180px; }
    .author-social-links a.email {
      background-image: url(../images/sb-icon-sprite.png);
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: 0 -210px; }

.author-bio {
  position: relative; }
  .author-bio img.avatar {
    float: left;
    margin: 0 20px 20px 0; }
  .author-bio .author-social-links {
    top: 0px;
    list-style: none;
    margin: 0; }
    .author-bio .author-social-links li {
      display: inline-block; }

.blogger {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  position: relative;
  min-height: 160px;
  line-height: 1.3; }
  .blogger .blog-urls a.blog {
    color: #005689;
    font-weight: bold;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    margin-right: 5px; }
    .blogger .blog-urls a.blog:not(:last-child):after {
      content: ', '; }
    .blogger .blog-urls a.blog:hover {
      text-decoration: underline; }
  .blogger a.website {
    display: block;
    color: #7D7D7D;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none; }
  .blogger .description {
    margin: 8px 0; }
  .blogger .avatar-wrapper {
    position: absolute; }
  .blogger .blogger-details {
    padding-left: 140px; }

.popup-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  /*display: none;*/
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 9001;
  text-align: center;
  padding-top: 15vh; }

.popup {
  display: inline-block;
  max-width: 64.75rem;
  overflow: hidden;
  border-radius: 30px;
  background-color: #FFFFFF;
  padding: 1rem;
  padding-top: 35px;
  border: solid 20px #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: relative; }
  .popup .close {
    background-image: url(/grafiken/icon_close.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 1rem;
    top: .5rem;
    cursor: pointer; }

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
          transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
      -ms-transform: translateY(-2em);
          transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
      -ms-transform: translateY(2em);
          transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
          transition: max-height 1s; }

.cc-link, .cc-revoke:hover {
  text-decoration: underline; }

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row; }

.cc-revoke {
  padding: 0.5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: 0.2em; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-banner .cc-btn:last-child {
  min-width: 140px; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: 0.75; }

.cc-close:focus, .cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: 0.5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: 0.5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1; }

.cc-window.cc-banner {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1; }

.cc-compliance {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
          align-content: space-between; }

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1; }

.cc-btn + .cc-btn {
  margin-left: 0.5em; }

@media print {
  .cc-revoke, .cc-window {
    display: none; } }
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }

  .cc-window.cc-bottom {
    bottom: 0; }

  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0; }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }

  .cc-window.cc-floating {
    max-width: none; }

  .cc-window .cc-message {
    margin-bottom: 1em; }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
            align-items: unset; } }
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

.debug {
  color: red !important; }

@media screen and (max-width: 768px) {
  #layout-switch {
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    text-align: center;
    text-transform: uppercase;
    z-index: 999999;
    color: white;
    width: 75px; }

  html:not(.mobile-fullsize) #ad-pres {
    display: block;
    font-size: 0;
    text-align: center;
    border-bottom: 5px solid #005689; }
  html:not(.mobile-fullsize) #ad-sticky {
    text-align: center;
    font-size: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3000;
    max-height: 50px; }
  html:not(.mobile-fullsize) #ad-momrec {
    text-align: center;
    margin-bottom: 10px;
    pointer-events: auto;
    z-index: 3000; }
  html:not(.mobile-fullsize) #ad-ma_middle {
    margin-top: -8px;
    margin-bottom: 8px;
    margin-left: -10px;
    margin-right: -10px;
    text-align: center; }
  html:not(.mobile-fullsize) #ad-ma_bottom {
    text-align: center;
    margin-left: -10px;
    margin-right: -10px; }
  html:not(.mobile-fullsize) .popup-bg {
    padding-top: 2vh; }
  html:not(.mobile-fullsize) #layout-switch {
    display: none; }
  html:not(.mobile-fullsize) #sidebar .sb-sponsor {
    display: none; }
  html:not(.mobile-fullsize) #ad-sb {
    display: none; }
  html:not(.mobile-fullsize) .center-content, html:not(.mobile-fullsize) #main, html:not(.mobile-fullsize) .footer-wrapper {
    width: 100%; }
  html:not(.mobile-fullsize) #mobile-logo {
    display: block;
    margin: 0 7px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/grafiken/15jahre/scienceblogs_jubilogo_2023_new.png");
    background-position: -2px; }
  html:not(.mobile-fullsize) body {
    background: white;
    margin-top: 0 !important; }
    html:not(.mobile-fullsize) body img {
      max-width: 100%;
      height: auto !important; }
    html:not(.mobile-fullsize) body iframe {
      max-width: 100%; }
  html:not(.mobile-fullsize) .body {
    background: white !important; }
  html:not(.mobile-fullsize) #body {
    /*overflow-y: hidden;*/
    background: white !important;
    padding-top: 0; }
  html:not(.mobile-fullsize) .sub-blog-logo {
    margin-left: -10px;
    margin-top: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
    display: block; }
  html:not(.mobile-fullsize) #headerboard, html:not(.mobile-fullsize) #ad-wrapper-sky {
    display: none; }
  html:not(.mobile-fullsize) #header #partner, html:not(.mobile-fullsize) #header .main-nav-wrapper, html:not(.mobile-fullsize) #header #header_search, html:not(.mobile-fullsize) #header .social-nav-wrapper, html:not(.mobile-fullsize) #header .topic-nav-wrapper, html:not(.mobile-fullsize) #header .blog-nav-wrapper {
    display: none; }
  html:not(.mobile-fullsize) .header-wrapper {
    width: 100%;
    padding: 0px;
    padding-top: 40px; }
    html:not(.mobile-fullsize) .header-wrapper #header {
      position: static;
      padding-left: 0;
      padding-top: 0;
      padding-right: 0;
      max-width: 100%; }
      html:not(.mobile-fullsize) .header-wrapper #header > a {
        margin-left: 10px;
        display: block; }
      html:not(.mobile-fullsize) .header-wrapper #header h1 {
        float: none; }
      html:not(.mobile-fullsize) .header-wrapper #header .go-to-blog {
        display: block;
        float: none;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 10px;
        background: #005689;
        height: 40px;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box; }
        html:not(.mobile-fullsize) .header-wrapper #header .go-to-blog form {
          margin: 0;
          padding: 0; }
        html:not(.mobile-fullsize) .header-wrapper #header .go-to-blog label {
          display: none; }
        html:not(.mobile-fullsize) .header-wrapper #header .go-to-blog select {
          width: 100%; }
  html:not(.mobile-fullsize) #mobile-nav-wrapper {
    margin-bottom: 20px;
    display: block;
    background: white;
    position: static;
    max-width: 100%;
    overflow-y: hidden; }
    html:not(.mobile-fullsize) #mobile-nav-wrapper .triggers {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      height: 30px;
      line-height: 30px;
      box-sizing: border-box;
      position: relative; }
      html:not(.mobile-fullsize) #mobile-nav-wrapper .triggers .indicator {
        display: none;
        position: absolute;
        bottom: -1px;
        width: 11px;
        height: 7px;
        pointer-events: none;
        background-image: url(/grafiken/icon_menu_arrow.png);
        background-repeat: no-repeat; }
      html:not(.mobile-fullsize) #mobile-nav-wrapper .triggers .main-indicator {
        left: 40px; }
      html:not(.mobile-fullsize) #mobile-nav-wrapper .triggers .search-indicator {
        right: 44px; }
      html:not(.mobile-fullsize) #mobile-nav-wrapper .triggers .search-nav-trigger {
        border-left: 1px solid #ccc;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding-left: 30px;
        padding-right: 10px;
        padding-top: 5px;
        background-color: white;
        background-image: url(/grafiken/icon_search.png);
        background-size: 16px;
        background-position: 6px 6px;
        background-repeat: no-repeat;
        line-height: 1.8em;
        text-transform: uppercase; }
      html:not(.mobile-fullsize) #mobile-nav-wrapper .triggers .main-nav-trigger, html:not(.mobile-fullsize) #mobile-nav-wrapper .triggers .search-nav-trigger {
        font-weight: bold;
        font-size: 12px; }
      html:not(.mobile-fullsize) #mobile-nav-wrapper .triggers .main-nav-trigger {
        padding-left: 34px;
        background-image: url(/grafiken/icon_menu.png);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: 10px 8px;
        margin-right: 100px; }
    html:not(.mobile-fullsize) #mobile-nav-wrapper.show-main .mobile-main-nav-wrapper {
      height: 230px; }
    html:not(.mobile-fullsize) #mobile-nav-wrapper.show-main .triggers .main-indicator {
      display: block; }
    html:not(.mobile-fullsize) #mobile-nav-wrapper.show-search .mobile-search-nav-wrapper {
      height: 51px; }
    html:not(.mobile-fullsize) #mobile-nav-wrapper.show-search .triggers .search-indicator {
      display: block; }
    html:not(.mobile-fullsize) #mobile-nav-wrapper .mobile-search-nav-wrapper, html:not(.mobile-fullsize) #mobile-nav-wrapper .mobile-main-nav-wrapper {
      height: 0;
      -webkit-transition: height 0.3s ease;
              transition: height 0.3s ease;
      overflow-y: hidden; }
    html:not(.mobile-fullsize) #mobile-nav-wrapper .mobile-search-nav {
      padding: 10px;
      border-bottom: 1px solid #ccc; }
      html:not(.mobile-fullsize) #mobile-nav-wrapper .mobile-search-nav input {
        width: 100%; }
    html:not(.mobile-fullsize) #mobile-nav-wrapper .mobile-main-nav {
      border-bottom: 1px solid #ccc;
      padding: 0 10px;
      padding-bottom: 10px;
      max-width: 100%; }
      html:not(.mobile-fullsize) #mobile-nav-wrapper .mobile-main-nav .mobile-go-to-blog {
        display: block;
        padding-top: 7px; }
        html:not(.mobile-fullsize) #mobile-nav-wrapper .mobile-main-nav .mobile-go-to-blog label {
          font-size: 12px;
          display: block; }
        html:not(.mobile-fullsize) #mobile-nav-wrapper .mobile-main-nav .mobile-go-to-blog select {
          width: 100%;
          max-width: 100%; }
      html:not(.mobile-fullsize) #mobile-nav-wrapper .mobile-main-nav ul {
        display: block;
        max-width: 100%;
        margin: 0;
        box-sizing: border-box;
        font-size: 0px; }
        html:not(.mobile-fullsize) #mobile-nav-wrapper .mobile-main-nav ul li {
          display: inline-block;
          width: 50%;
          height: 30px;
          padding: 0;
          margin: 0;
          box-sizing: border-box;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 0px;
          float: left; }
          html:not(.mobile-fullsize) #mobile-nav-wrapper .mobile-main-nav ul li a {
            border-bottom: 1px solid #ccc;
            font-weight: bold;
            font-size: 12px;
            color: #598527;
            height: 30px;
            line-height: 28px;
            box-sizing: border-box;
            display: block;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis; }
          html:not(.mobile-fullsize) #mobile-nav-wrapper .mobile-main-nav ul li.menu-item-type-post_type a {
            color: #044C8C; }
      html:not(.mobile-fullsize) #mobile-nav-wrapper .mobile-main-nav .mobile-go-to-blog {
        clear: both; }
        html:not(.mobile-fullsize) #mobile-nav-wrapper .mobile-main-nav .mobile-go-to-blog label {
          font-weight: bold; }
  html:not(.mobile-fullsize) #partner-nav-wrapper {
    display: none; }
  html:not(.mobile-fullsize) #main .str-inside {
    width: auto;
    display: block;
    background: none;
    padding: 0 10px; }
  html:not(.mobile-fullsize) #main #content {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    overflow: visible; }
  html:not(.mobile-fullsize) #main #sidebar {
    display: block;
    width: 100%; }
    html:not(.mobile-fullsize) #main #sidebar #search-2 {
      display: none; }
    html:not(.mobile-fullsize) #main #sidebar .sb-sponsor {
      text-align: center; }
      html:not(.mobile-fullsize) #main #sidebar .sb-sponsor > div {
        margin-left: -8px; }
    html:not(.mobile-fullsize) #main #sidebar iframe {
      max-width: 100%; }
  html:not(.mobile-fullsize) .footer-wrapper #footer {
    width: 100%; }
  html:not(.mobile-fullsize) .footer-wrapper #footer .footer-links li {
    float: none; }
  html:not(.mobile-fullsize) .footer-wrapper #footer-links {
    display: block;
    width: 100%; }
    html:not(.mobile-fullsize) .footer-wrapper #footer-links .menu-footer-container, html:not(.mobile-fullsize) .footer-wrapper #footer-links .menu-footer-2-container {
      display: block;
      margin-bottom: 20px; }
  html:not(.mobile-fullsize) .footer-wrapper #copyright {
    display: block;
    width: 100%;
    padding: 0 20px; }
  html:not(.mobile-fullsize) .post-short .entry-thumbnail {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  html:not(.mobile-fullsize) .archive .post .box-share, html:not(.mobile-fullsize) .home.blog .post .box-share, html:not(.mobile-fullsize) .search-results .post .box-share {
    display: none; }
  html:not(.mobile-fullsize) .archive .hentry .featured-image, html:not(.mobile-fullsize) .home.blog .hentry .featured-image, html:not(.mobile-fullsize) .single .hentry .featured-image, html:not(.mobile-fullsize) .search-results .hentry .featured-image {
    padding: 0;
    background: none; }
  html:not(.mobile-fullsize) .archive #blog-title, html:not(.mobile-fullsize) .home.blog #blog-title, html:not(.mobile-fullsize) .single #blog-title, html:not(.mobile-fullsize) .search-results #blog-title {
    display: none; }
  html:not(.mobile-fullsize) .archive .post > img, html:not(.mobile-fullsize) .home.blog .post > img, html:not(.mobile-fullsize) .single .post > img, html:not(.mobile-fullsize) .search-results .post > img {
    float: left;
    margin-right: 11px;
    max-width: 100%; }
  html:not(.mobile-fullsize) .archive .post, html:not(.mobile-fullsize) .home.blog .post, html:not(.mobile-fullsize) .single .post, html:not(.mobile-fullsize) .search-results .post {
    margin-bottom: 20px;
    padding-bottom: 20px; }
    html:not(.mobile-fullsize) .archive .post .header, html:not(.mobile-fullsize) .home.blog .post .header, html:not(.mobile-fullsize) .single .post .header, html:not(.mobile-fullsize) .search-results .post .header {
      padding-left: 0;
      margin-bottom: 5px; }
      html:not(.mobile-fullsize) .archive .post .header .avatar, html:not(.mobile-fullsize) .home.blog .post .header .avatar, html:not(.mobile-fullsize) .single .post .header .avatar, html:not(.mobile-fullsize) .search-results .post .header .avatar {
        position: static;
        float: left;
        margin-right: 11px;
        margin-bottom: 2px; }
      html:not(.mobile-fullsize) .archive .post .header h1, html:not(.mobile-fullsize) .home.blog .post .header h1, html:not(.mobile-fullsize) .single .post .header h1, html:not(.mobile-fullsize) .search-results .post .header h1 {
        display: inline;
        vertical-align: top;
        font-size: 18px;
        line-height: 1.2;
        word-break: auto;
        -webkit-hyphens: auto;
           -moz-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; }
      html:not(.mobile-fullsize) .archive .post .header .byline, html:not(.mobile-fullsize) .home.blog .post .header .byline, html:not(.mobile-fullsize) .single .post .header .byline, html:not(.mobile-fullsize) .search-results .post .header .byline {
        display: block; }
    html:not(.mobile-fullsize) .archive .post .content, html:not(.mobile-fullsize) .home.blog .post .content, html:not(.mobile-fullsize) .single .post .content, html:not(.mobile-fullsize) .search-results .post .content {
      font-size: 12px;
      line-height: 1.5; }
      html:not(.mobile-fullsize) .archive .post .content .read-more, html:not(.mobile-fullsize) .home.blog .post .content .read-more, html:not(.mobile-fullsize) .single .post .content .read-more, html:not(.mobile-fullsize) .search-results .post .content .read-more {
        display: inline; }
  html:not(.mobile-fullsize) .single .wp-caption {
    width: auto !important;
    display: block;
    background: none;
    border: none; }
    html:not(.mobile-fullsize) .single .wp-caption img {
      margin: 0;
      max-width: 100%;
      height: auto !important; }
    html:not(.mobile-fullsize) .single .wp-caption .wp-caption-text {
      padding: 0;
      padding-top: 8px;
      color: #7D7D7D; }
  html:not(.mobile-fullsize) .single .post {
    padding-bottom: 0; }
  html:not(.mobile-fullsize) .single .sharedaddy .sd-title {
    white-space: nowrap;
    display: inline;
    margin-right: .7em !important;
    width: auto !important; }
  html:not(.mobile-fullsize) .single .sharedaddy .sd-content, html:not(.mobile-fullsize) .single .sharedaddy ul, html:not(.mobile-fullsize) .single .sharedaddy li {
    display: inline; }
  html:not(.mobile-fullsize) .single .sharedaddy .sd-content {
    width: auto !important;
    float: none !important; }
  html:not(.mobile-fullsize) .single .footer {
    margin-bottom: 0; }
  html:not(.mobile-fullsize) .single .footer .tags {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: none;
    padding: 16px 0;
    margin-bottom: 16px;
    line-height: 1.5; }
    html:not(.mobile-fullsize) .single .footer .tags .label {
      font-weight: bold;
      margin-left: 0;
      width: auto;
      margin-right: .5em; }
    html:not(.mobile-fullsize) .single .footer .tags a {
      margin-right: 0; }
    html:not(.mobile-fullsize) .single .footer .tags .delimiter {
      display: inline; }
  html:not(.mobile-fullsize) #comments .avatar {
    display: none; }
  html:not(.mobile-fullsize) #comments .comment, html:not(.mobile-fullsize) #comments .reply {
    padding-left: 0; }
    html:not(.mobile-fullsize) #comments .comment.bypostauthor, html:not(.mobile-fullsize) #comments .reply.bypostauthor {
      padding-left: 10px; }
  html:not(.mobile-fullsize) .blogger .blogger-details {
    padding-left: 0px; }
  html:not(.mobile-fullsize) .blogger .avatar-wrapper {
    position: static;
    margin-bottom: 10px; }
  html:not(.mobile-fullsize) .author-bio img.avatar {
    float: none; }
  html:not(.mobile-fullsize) .post-pagination .long-label {
    display: none; }
  html:not(.mobile-fullsize) #header, html:not(.mobile-fullsize) #footer, html:not(.mobile-fullsize) .str-inside {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none; }

  html.mobile-fullsize #layout-switch {
    top: -20px; }
  html.mobile-fullsize #topnav {
    padding-left: 80px; } }
#mobile-logo {
  display: none; }

@media screen and (min-width: 641px) {
  #topnav {
    min-width: 1000px; }

  .center-content, #main {
    width: 1000px;
    margin: 0 auto;
    position: relative; } }
html.mobile-fullsize #topnav, html.mobile-fullsize .footer-wrapper {
  min-width: 1000px; }
html.mobile-fullsize .center-content, html.mobile-fullsize #main {
  width: 1000px;
  margin: 0 auto;
  position: relative; }
html.mobile-fullsize #footer {
  width: 1000px;
  padding-left: 20px; }
