@charset "UTF-8";
/*!
Theme Name: Bloggo 3
Theme URI: https://bloggo-theme.de
Author: Jakob Schweighofer
Author URI: https://bloggo-theme.de
Description: Bloggo 3 - Die speziell für den deutschsprachigen Raum entwickelte Lösung für Selbstständige & Blogger
Version: 3.0.14
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
  -webkit-font-smoothing: antialiased; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* InhaltsVZ

* Basics
* Header
* Footer
* Inhalt
* Forms
* Sidebar
* Artikel
* Kommentare
* Seite
* 404
* Templates (Blog, Fokus)
* Layouts
* Etc (Socials, Pagination, Beaver, Click to Social, Boxes, Weiteres, Fixes für andere Plugins, Clearfix, Beaver)
* Action
* Optins
* Popups
* Digimember
* BBPress

*/
/* Basics */
* {
  margin: 0;
  padding: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

body {
  background: #FFF; }

::selection {
  background: #fce0a1;
  color: #222; }

::-moz-selection {
  background: #fce0a1;
  color: #222; }

hr {
  border: none;
  height: 1px;
  background: #EEE; }
  .entry-content hr {
    margin: 50px 0; }

html {
  font-size: 62.5%; }

body {
  font-size: 16px;
  line-height: 1.625;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #222; }

a {
  text-decoration: none;
  color: #2E78B7; }
  a:active, a:hover {
    color: #3385cb;
    outline: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1;
  font-weight: 700;
  color: #222;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #222; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #2E78B7; }

h1, .h1 {
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 0.5em 0; }

h2, .h2 {
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 25px 0; }
  .entry-content h2, .entry-content .h2 {
    margin: 1.923076923em 0 .961538462em 0; }

h3, .h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 2.5em 0 1.25em; }

h4, .h4,
h5, .h5,
h6, .h6 {
  font-size: 16px;
  line-height: 1.7;
  margin: 2.5em 0 1.25em;
  font-weight: 700; }

h1.archive-title,
h1.entry-title {
  margin-top: 0; }

.entry-title {
  line-height: 1.2;
  word-wrap: break-word; }
  .single .entry-title {
    margin-bottom: 5px; }

p,
ul,
ol {
  margin: 0 0 1.625em 0; }
  .sidebar p, .sidebar
  ul, .sidebar
  ol {
    margin: 0 0 1.2em 0; }

ul, ol {
  padding-left: 1.625em; }
  ul ul, ul ol, ol ul, ol ol {
    margin: 1.625em 0; }

.entry-content li {
  margin-bottom: 14px; }

blockquote {
  color: #BABABA;
  font-style: italic;
  position: relative; }
  blockquote > *:first-child {
    margin-top: 0; }
  blockquote > *:last-child {
    margin-bottom: 0; }
  .entry-content blockquote, .taxonomy-description blockquote {
    margin: 50px 0;
    padding: 12.5px;
    text-align: center;
    font-size: 1.25em; }
    .entry-content blockquote footer,
    .entry-content blockquote cite, .taxonomy-description blockquote footer,
    .taxonomy-description blockquote cite {
      font-size: 80%;
      color: #BABABA;
      text-transform: uppercase; }
      .entry-content blockquote footer *:last-child,
      .entry-content blockquote cite *:last-child, .taxonomy-description blockquote footer *:last-child,
      .taxonomy-description blockquote cite *:last-child {
        margin-bottom: 0; }

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 4%; }
  @media (min-width: 1100px) {
    .wrap {
      padding: 50px 50px; } }

.content-area {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media (max-width: 880px) {
    .content-area {
      display: block; } }

.site-main {
  width: 67.273%; }

.sidebar {
  width: 28%; }

@media (max-width: 880px) {
  .bloggo-theme main.site-main,
  .bloggo-theme aside.sidebar {
    width: 100%; } }
/* Header */
.site-header {
  background: #2f353e;
  color: #F5F5F5;
  position: relative;
  z-index: 10; }
  .site-header .wrap {
    padding: 0 6%;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 60px; }
    @media (max-width: 980px) {
      .site-header .wrap {
        display: block;
        text-align: center;
        padding: 25px 6% 0; } }
    @media (min-width: 1100px) {
      .site-header .wrap {
        padding: 0 50px; } }
    @media (max-width: 600px) {
      .site-header .wrap {
        padding-bottom: 25px; } }
  @media (max-width: 600px) {
    .site-header:after {
      content: none; } }

.logo {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 0; }
  .logo a {
    max-width: 300px;
    line-height: 0; }
    .logo a img {
      max-height: 100%; }
  .logo .tagline {
    color: #919dae;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.4em;
    margin-left: 6px;
    display: inline-block; }
  @media (max-width: 980px) {
    .logo {
      -webkit-justify-content: center;
      justify-content: center; } }

.nologo {
  line-height: 0; }
  .nologo a {
    color: #F5F5F5;
    font-weight: 700;
    width: auto;
    line-height: 1;
    text-transform: uppercase; }
    .nologo a:hover {
      color: #FFF; }
  .nologo .tagline {
    margin-left: 10px; }

.main-navigation {
  font-size: 13px;
  /* Dropdown */ }
  .main-navigation a.show-hide-navigation {
    display: none; }
    @media (max-width: 600px) {
      .main-navigation a.show-hide-navigation {
        display: block;
        margin: 10px 0 5px;
        padding: 5px 0;
        font-size: 13px;
        text-align: center;
        font-weight: 400;
        font-style: italic;
        text-transform: none; }
        .main-navigation a.show-hide-navigation span {
          font-style: normal; } }
  .main-navigation a {
    color: #919dae; }
  .main-navigation ul {
    margin: 0; }
    @media (max-width: 600px) {
      .main-navigation ul {
        display: none; } }
  .main-navigation li {
    list-style: none;
    display: inline-block; }
    .main-navigation li:last-child {
      margin-right: 0; }
    .main-navigation li a {
      font-family: 'Open Sans', Helvetica, Arial, sans-serif;
      position: relative;
      padding: 12.5px 12.5px;
      display: block; }
      .main-navigation li a:hover, .main-navigation li a:focus {
        background: rgba(255, 255, 255, 0.03);
        color: #FFF;
        outline: none; }
    .main-navigation li.current-menu-item:not(.highlight) a {
      color: #2E78B7; }
    .main-navigation li.highlight a {
      border: 1px solid #f15733; }
      @media (max-width: 600px) {
        .main-navigation li.highlight a {
          padding: 24px 10px;
          margin-bottom: 2px; } }
  @media (max-width: 980px) {
    .main-navigation {
      margin: 0; } }
  @media (max-width: 600px) {
    .main-navigation {
      width: 100%;
      padding: 0; }
      .main-navigation > div > ul.nav-menu {
        display: none; }
      .main-navigation > div > ul.nav-menu.nav-menu-visible {
        display: block; }
      .main-navigation ul {
        text-align: center;
        font-size: 13px;
        padding: 0;
        margin: 0; }
        .main-navigation ul li {
          min-height: 30px;
          margin: 0 0 5px 0;
          width: 100%; }
          .main-navigation ul li a {
            padding: 20px 0;
            background: rgba(255, 255, 255, 0.1);
            width: 100%;
            display: block;
            text-align: center; }
            .main-navigation ul li a:hover {
              background: rgba(255, 255, 255, 0.3); } }
  .main-navigation li.menu-item-has-children > a:before {
    content: '';
    position: absolute;
    top: 48%;
    right: 12px;
    border: 3px solid transparent;
    border-top: 3px solid white;
    border-top-color: inherit; }
    @media (max-width: 600px) {
      .main-navigation li.menu-item-has-children > a:before {
        content: none; } }
  .main-navigation li.menu-item-has-children .sub-menu a:before {
    content: none !important; }
  .main-navigation > div ul li {
    position: relative; }
    .main-navigation > div ul li.menu-item-has-children > a {
      padding-right: 25px; }
    .main-navigation > div ul li.menu-item-has-children:hover > a {
      z-index: 999; }
    .main-navigation > div ul li.menu-item-has-children:hover > ul, .main-navigation > div ul li.menu-item-has-children:hover > div {
      display: block; }
    .main-navigation > div ul li > ul, .main-navigation > div ul li > div {
      display: none;
      width: auto;
      position: absolute;
      top: auto;
      left: 0px;
      padding: 0;
      background: #3a414d;
      z-index: 999; }
    .main-navigation > div ul li > ul {
      width: 200px; }
    .main-navigation > div ul li > ul li {
      display: block;
      list-style: inside none;
      margin: 0;
      position: relative;
      text-align: left; }
    .main-navigation > div ul li > ul li a {
      outline: none;
      display: block;
      position: relative;
      margin: 0;
      color: #9AA4A7;
      padding: 8px 12.5px;
      line-height: 1.4;
      font-weight: 400;
      text-transform: none; }
      .main-navigation > div ul li > ul li a:hover {
        background: rgba(255, 255, 255, 0.1); }
    @media (max-width: 600px) {
      .main-navigation > div ul li > ul, .main-navigation > div ul li > div {
        display: block;
        width: auto;
        position: relative;
        top: auto;
        left: auto;
        padding: 10px 0;
        border-top: none; }
      .main-navigation > div ul li > ul {
        width: 100%; } }
  .main-navigation .sub-menu .sub-menu {
    display: none !important; }

/* Sticky Header */
@media (min-width: 980px) {
  .site-header-sticky .site-header {
    background: #2f353e;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    padding-top: 0; }
    .site-header-sticky .site-header .wrap {
      padding-top: 0; }

  .admin-bar.site-header-sticky .site-header {
    top: 32px; } }
/* Footer */
.site-footer {
  text-align: center;
  text-transform: uppercase;
  background: #313741;
  z-index: 6;
  position: relative; }
  .site-footer .footer-navigation {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0; }
    .site-footer .footer-navigation ul {
      margin: 0;
      padding: 0;
      text-align: center;
      display: block; }
      .site-footer .footer-navigation ul li {
        display: inline-block;
        color: white; }
        .site-footer .footer-navigation ul li a {
          color: #389999;
          padding: 14px;
          display: block; }
          .site-footer .footer-navigation ul li a:hover {
            color: #eee; }
        .site-footer .footer-navigation ul li.current-menu-item a {
          color: white; }
        .site-footer .footer-navigation ul li:last-child {
          margin-right: 14px; }
    .site-footer .footer-navigation .sub-menu {
      display: none; }
  .site-footer .bloggo-site-info {
    padding: 7px 0;
    text-align: center;
    background: #2f353e;
    color: #919dae;
    font-size: 13px;
    line-height: 1.555555556em; }
    .site-footer .bloggo-site-info .wrap {
      padding-top: 0;
      padding-bottom: 0; }
    .site-footer .bloggo-site-info a {
      color: #bdc4ce; }
      .site-footer .bloggo-site-info a:hover {
        color: white; }
    .site-footer .bloggo-site-info > .wrap > p {
      margin: 0;
      padding: 3px 0; }
  .site-footer .bloggo-theme-info {
    padding: 3px 0;
    display: inline-block;
    line-height: 0; }
    .site-footer .bloggo-theme-info img {
      opacity: 0.5; }
      .site-footer .bloggo-theme-info img:hover {
        opacity: 1; }

/* Inhalt */
.entry-content a {
  font-weight: 700; }
.entry-content ul, .entry-content ul ul, .entry-content ol ul {
  list-style: disc; }
.entry-content ol, .entry-content ul ol, .entry-content ol ol {
  list-style: decimal; }
.entry-content ul ul, .entry-content ol ul, .entry-content ol ol, .entry-content ul ol {
  margin: 5px 0 0 12.5px; }
.entry-content .widget_search .screen-reader-text {
  display: none; }
.entry-content .widget_search input {
  font-size: 1.4em;
  line-height: 1.547619048em;
  width: 100%; }
.entry-content figure {
  background: transparent;
  text-align: center;
  margin: 0 0 25px 0; }
  .entry-content figure img {
    max-width: 100%;
    height: auto;
    margin: 5px 0; }
  .entry-content figure figcaption {
    padding: 0 10px;
    font-style: italic;
    color: #a2a2a2; }
  .entry-content figure.aligncenter {
    margin: 0 auto; }
.entry-content > *:last-child {
  margin-bottom: 0; }
@media (max-width: 600px) {
  .entry-content {
    overflow-x: hidden; } }

.entry-meta {
  color: #BABABA;
  padding-bottom: 25px;
  font-size: 0.8125em; }
  .entry-meta .meta-avatar img {
    max-width: 20px;
    border-radius: 50%;
    margin-bottom: -6px;
    margin-right: 10px; }
  .entry-meta .meta-date,
  .entry-meta .categories-links,
  .entry-meta .meta-author,
  .entry-meta .edit-link,
  .entry-meta .comments-link {
    color: #BABABA;
    margin: 0;
    padding: 0;
    display: inline-block; }
    .entry-meta .meta-date a,
    .entry-meta .categories-links a,
    .entry-meta .meta-author a,
    .entry-meta .edit-link a,
    .entry-meta .comments-link a {
      color: #BABABA; }
      .entry-meta .meta-date a:hover,
      .entry-meta .categories-links a:hover,
      .entry-meta .meta-author a:hover,
      .entry-meta .edit-link a:hover,
      .entry-meta .comments-link a:hover {
        color: #999; }

.entry-content a,
.comment-content a {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.site-main .entry-thumbnail {
  float: right;
  margin: 0 0 5px 25px; }
  @media (max-width: 600px) {
    .site-main .entry-thumbnail {
      float: none;
      margin: 0; } }
.site-main div[class^="entry-thumbnail-full"] {
  margin-bottom: 25px; }
.site-main img:not(.avatar) {
  max-width: 100%;
  height: auto; }
  @media (max-width: 600px) {
    .site-main img:not(.avatar) {
      display: block;
      float: none;
      margin: 25px auto;
      padding: 0; } }
  @media (max-width: 600px) {
    .site-main img:not(.avatar).wp-smiley {
      display: inline;
      float: none;
      margin: 0;
      padding: 0; } }
.site-main table {
  width: 100%;
  margin: 25px 0 25px; }
  @media (max-width: 980px) {
    .site-main table {
      margin: 0; } }
.site-main table thead {
  border-top: 1px solid #EEE; }
.site-main table tr {
  border-bottom: 1px solid #EEE;
  border-top: 1px solid #EEE; }
.site-main table tr th {
  padding: 10px 12px;
  border-top: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  font-weight: 700;
  text-align: left; }
  @media (max-width: 600px) {
    .site-main table tr th {
      padding: 1px 7px; } }
  @media (max-width: 980px) {
    .site-main table tr th {
      text-align: left !important; } }
.site-main table tr td {
  padding: 10px 12px;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE; }
  @media (max-width: 600px) {
    .site-main table tr td {
      padding: 1px 7px; } }
  @media (max-width: 980px) {
    .site-main table tr td {
      text-align: left !important; } }
@media (max-width: 600px) {
  .site-main h1, .site-main h2, .site-main h3, .site-main h4, .site-main h5, .site-main h6 {
    word-wrap: break-word;
    hyphens: auto; } }

.alignleft {
  float: left;
  margin: 0 25px 25px 0; }

.aligncenter {
  display: block;
  margin: 0 auto 25px auto; }

.alignright {
  float: right;
  margin: 0 0 25px 25px; }

.alignnone {
  float: none;
  display: block;
  margin-bottom: 25px; }

p .alignleft {
  float: left;
  margin: 25px 25px 25px 0; }

p img.alignleft {
  margin: 8px 25px 12.5px 0; }

p .aligncenter {
  display: block;
  margin: 25px auto; }

p .alignright {
  float: right;
  margin: 25px 0 25px 25px; }

p img.alignright {
  margin: 8px 0 12.5px 25px; }

p .alignnone {
  float: none;
  display: block;
  margin: 25px 0; }

.wp-caption-text {
  margin: 6px 5px 25px 0 !important;
  text-align: left;
  font-size: 0.8125em;
  color: #BABABA; }

.wp-caption {
  max-width: 100%;
  height: auto; }

/* Forms */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

input[type=search] {
  -webkit-appearance: textfield; }

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 15px;
  border: 1px solid #BABABA;
  font-size: 13px;
  border-radius: 4px; }
  @media (max-width: 600px) {
    input[type="text"],
    input[type="email"],
    input[type="search"],
    input[type="password"],
    input[type="url"] {
      width: 100%; } }

textarea {
  border: 1px solid #BABABA;
  padding: 15px;
  width: 90%;
  border-radius: 4px;
  font-size: 13px; }
  @media (max-width: 600px) {
    textarea {
      width: 100%; } }

input[type="image"] {
  max-width: 100%;
  height: auto; }

input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
textarea:hover,
textarea:focus {
  background: #FEF9E8;
  outline: none; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus {
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8); }

input[type="submit"],
.site-inner button,
.main-navigation .highlight a,
.site-inner .button {
  font-weight: 700;
  position: relative;
  padding: 0.625em 1.25em;
  text-align: center;
  color: white;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  border: none;
  border-radius: 4px;
  background-color: #f26a4b;
  border: 1px solid #f15733;
  text-transform: uppercase; }

.site-inner .button {
  display: inline-block; }

input[type="submit"]:hover,
input[type="submit"]:focus,
.site-inner button:hover,
.site-inner button:focus,
.site-inner .button:hover,
.main-navigation .highlight a:hover,
.site-inner .button:focus,
.main-navigation .highlight a:focus {
  color: white;
  background-color: #F47E63; }

input[type="submit"]:focus,
.site-inner button:focus,
.main-navigation .highlight a:focus,
.site-inner .button:focus {
  outline: none; }

input[type="submit"]:active,
.site-inner button:active,
.main-navigation .highlight a:active,
.site-inner .button:active {
  background-color: #F47E63;
  top: 1px;
  outline: none; }

.button-full {
  width: 100%; }

.widget_wysija_cont .wysija-submit {
  display: inline-block; }
  @media (max-width: 600px) {
    .widget_wysija_cont .wysija-submit {
      display: block; } }

/* Sidebar */
.sidebar {
  font-size: 0.875em;
  line-height: 1.5; }
  .sidebar .widget {
    margin: 25px 0; }
    .sidebar .widget:first-child,
    .sidebar .widget *:first-child {
      margin-top: 0; }
    .sidebar .widget *:last-child {
      margin-bottom: 0; }
    .sidebar .widget h3.widget-title {
      margin-top: 0; }
  .sidebar h2.widget-title {
    margin-bottom: 0.5em; }
  .sidebar .search-field {
    width: 100%; }
  .sidebar .search-submit {
    margin-top: 4px; }
  .sidebar .search-form .screen-reader-text {
    display: none; }
  .sidebar ol li,
  .sidebar ul li {
    margin-bottom: 5px; }
  @media (max-width: 880px) {
    .sidebar {
      margin-top: 2em; } }
  .sidebar .bloggo-optin .bloggo-optin-code-neben form,
  .sidebar .bloggo-optin .bloggo-optin-code-unter form {
    display: block; }
    .sidebar .bloggo-optin .bloggo-optin-code-neben form > *,
    .sidebar .bloggo-optin .bloggo-optin-code-unter form > * {
      width: 100%;
      margin-bottom: 5px;
      margin-right: 0; }

/* Artikel */
.single .entry-content > p:first-of-type {
  font-size: 1.4em;
  line-height: 1.547619048em; }
.single .nr_related_placeholder {
  display: none; }
.single .single-more-info {
  margin-top: 50px;
  margin-bottom: 50px; }
  .single .single-more-info .nr_related_placeholder {
    display: block; }
.single .entry-author {
  margin: 50px 0;
  background: #f5f5f5;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .single .entry-author .meta-avatar {
    line-height: 0;
    min-width: 160px; }
    .single .entry-author .meta-avatar img {
      margin-right: 25px; }
  .single .entry-author div {
    padding: 25px; }
  .single .entry-author .author-info {
    font-size: .8125em;
    margin-bottom: 5px; }
  @media (max-width: 600px) {
    .single .entry-author {
      display: block;
      text-align: center;
      padding: 2.5em 6%; }
      .single .entry-author .meta-avatar img {
        margin-right: 0; }
      .single .entry-author div {
        margin: 0; } }
.single .bloggo-artikel-prevnext {
  margin: 50px 0; }
  .single .bloggo-artikel-prevnext h3 {
    margin-top: 0; }
  .single .bloggo-artikel-prevnext .prevnext {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
    .single .bloggo-artikel-prevnext .prevnext .prevnext-next {
      text-align: right; }
    @media (max-width: 600px) {
      .single .bloggo-artikel-prevnext .prevnext {
        display: block; }
        .single .bloggo-artikel-prevnext .prevnext .prevnext-next {
          text-align: left;
          display: block;
          margin-top: 25px; } }
.single .bloggo-action-artikel {
  margin: 50px 0;
  padding: 25px; }
  .single .bloggo-action-artikel > *:last-child {
    margin-bottom: 0; }

/* Kommentare */
.comments-area .comments-title {
  color: #BABABA;
  padding-bottom: 4px;
  border-bottom: 2px solid #DDDDDD; }
.comments-area .comment-list {
  list-style: none;
  padding: 0;
  margin: 0; }
.comments-area .comments-title {
  margin: 50px 0 50px; }
.comments-area .comment-meta {
  padding-bottom: 25px; }
  .comments-area .comment-meta .says {
    display: none; }
  .comments-area .comment-meta .comment-author {
    margin-bottom: -13px; }
    .comments-area .comment-meta .comment-author img {
      border-radius: 50%;
      margin-right: 12.5px;
      float: left; }
      @media (max-width: 600px) {
        .comments-area .comment-meta .comment-author img {
          float: left !important;
          margin: 0 12.5px 0 0; } }
    .comments-area .comment-meta .comment-author a {
      color: #3c3c3c;
      font-weight: 700; }
  .comments-area .comment-meta .comment-metadata,
  .comments-area .comment-meta .edit-link {
    color: #BABABA;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 11px; }
    .comments-area .comment-meta .comment-metadata a,
    .comments-area .comment-meta .edit-link a {
      color: #BABABA; }
  .comments-area .comment-meta .fn {
    font-size: 13px; }
    @media (max-width: 600px) {
      .comments-area .comment-meta .fn {
        margin-bottom: -2px; } }
  .comments-area .comment-meta .comment-awaiting-moderation {
    margin-top: 25px;
    margin-bottom: 0;
    color: #BABABA; }
.comments-area .comment-content {
  background: #F0F0F0;
  border-radius: 3px;
  padding: 25px 5%; }
  .comments-area .comment-content *:last-child {
    margin-bottom: 0; }
.comments-area .comment-content,
.comments-area .comment-respond p:not(.form-submit),
.comments-area .comment .reply {
  font-size: 0.875em;
  line-height: 1.7; }
.comments-area .comment .reply {
  padding: 8px;
  font-style: italic; }
.comments-area .comment .children {
  list-style: none;
  padding-left: 50px;
  padding-top: 50px; }
  .comments-area .comment .children > *:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
.comments-area .comment {
  padding-bottom: 50px; }
  .comments-area .comment .comment-respond {
    width: 570px;
    max-width: 100%;
    margin-top: 25px;
    background: #f8e8c4;
    padding: 25px;
    border-radius: 3px; }
    .comments-area .comment .comment-respond #cancel-comment-reply-link {
      display: inline-block;
      font-size: 0.8125em; }
  .comments-area .comment .comment-reply-title {
    margin-top: 0;
    color: #222;
    padding-bottom: 0;
    border: none; }
.comments-area .pingback {
  padding-bottom: 50px;
  border-bottom: 1px solid #BABABA;
  margin-bottom: 50px; }
.comments-area .comment-reply-title {
  color: #BABABA;
  padding-bottom: 4px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 25px;
  margin-top: 50px; }
.comments-area .comment-form label {
  display: block; }
.comments-area .comment-form input:not(input[type=submit]),
.comments-area .comment-form textarea {
  width: 380px;
  max-width: 100%; }
.comments-area .comment-form textarea {
  width: 100%;
  min-height: 200px; }
.comments-area .comment-subscription-form {
  margin-bottom: 6px; }
.comments-area .tgm-aw-subscribe label {
  display: inline; }
.comments-area .no-comments {
  margin-top: 50px;
  font-style: italic; }

/* Seite */
.page .entry-content > *:first-child,
.page .fl-rich-text > *:first-child {
  margin-top: 0; }

/* 404 */
.error-404 .entry-content *:first-child {
  margin-top: 0; }

/* Templates */
/* Blog/Übersicht */
.blog .post,
.blog .page,
.page-uebersicht .post,
.page-uebersicht .page,
.page-category .post,
.page-category .page,
.page-archive .post,
.page-archive .page {
  margin-bottom: 50px; }
  .blog .post .entry-title,
  .blog .page .entry-title,
  .page-uebersicht .post .entry-title,
  .page-uebersicht .page .entry-title,
  .page-category .post .entry-title,
  .page-category .page .entry-title,
  .page-archive .post .entry-title,
  .page-archive .page .entry-title {
    margin-bottom: 5px; }
.blog .page .entry-title,
.page-uebersicht .page .entry-title,
.page-category .page .entry-title,
.page-archive .page .entry-title {
  padding-bottom: 25px; }

/* Fokus */
.page-fokus .content-area.wrap,
.error-404 .content-area.wrap {
  max-width: 840px; }
.page-fokus .site-main,
.error-404 .site-main {
  width: 100%; }

.page-fokus-normal .content-area.wrap,
.bbpress .content-area.wrap {
  max-width: 1200px; }
.page-fokus-normal .site-main,
.bbpress .site-main {
  width: 100%; }

.page-fokus-100 .content-area.wrap {
  max-width: 100%; }
.page-fokus-100.fl-builder .content-area.wrap {
  padding: 0; }
.page-fokus-100.fl-builder .entry-title {
  margin-top: 50px;
  text-align: center; }
@media (max-width: 768px) {
  .page-fokus-100.fl-builder .fl-col-small {
    max-width: 100%; } }
.page-fokus-100 .site-main {
  width: 100%; }

/* Layouts */
.bloggo-modern {
  background-color: #f5f5f5; }
  .bloggo-modern .content-area.wrap {
    padding: 0; }
    @media (min-width: 1100px) {
      .bloggo-modern .content-area.wrap {
        padding: 0; } }
  .bloggo-modern .wrap {
    max-width: 1240px; }
  .bloggo-modern .site-main {
    width: 75.8064516%; }
  .bloggo-modern .sidebar {
    width: 24.1935484%; }
  .bloggo-modern.has-hero-header .site-main {
    margin-top: -25px;
    z-index: 6; }
  .bloggo-modern.has-hero-header .bloggo-hero-header {
    padding-bottom: 25px; }
  .bloggo-modern.has-hero-header #bloggo-hero-header-titel h1, .bloggo-modern.has-hero-header #bloggo-hero-header-titel h2 {
    margin: 0;
    padding: 0; }
  .bloggo-modern.has-hero-footer:not(.single) .site-main {
    margin-bottom: -25px; }
  .bloggo-modern.has-hero-footer:not(.single) .bloggo-hero-footer {
    padding-top: 25px; }
  .bloggo-modern.page-fokus article.post, .bloggo-modern.page-fokus article.page, .bloggo-modern.page-fokus .error-404, .bloggo-modern.page-fokus .entry-author, .bloggo-modern.page-fokus .bloggo-action-artikel, .bloggo-modern.page-fokus .bloggo-artikel-prevnext {
    padding: 2.5em 14.4231%; }
  .bloggo-modern.page-fokus .content-area.wrap {
    max-width: 1040px; }
  .bloggo-modern.page-fokus .site-main {
    width: 100%; }
  .bloggo-modern.page-fokus-normal article.post, .bloggo-modern.page-fokus-normal article.page, .bloggo-modern.page-fokus-normal .error-404 {
    padding: 2.5em 12.096774194%; }
  .bloggo-modern.page-fokus-normal .content-area.wrap {
    max-width: 1240px; }
  .bloggo-modern.page-fokus-normal article.forum, .bloggo-modern.page-fokus-normal article.topic {
    padding: 2.5em; }
  @media (max-width: 880px) {
    .bloggo-modern.page-fokus article.post, .bloggo-modern.page-fokus article.page, .bloggo-modern.page-fokus .error-404, .bloggo-modern.page-fokus-normal article.post, .bloggo-modern.page-fokus-normal article.page, .bloggo-modern.page-fokus-normal .error-404 {
      padding: 2.5em 6%; } }
  .bloggo-modern:not(.single) .site-main, .bloggo-modern.single article.post, .bloggo-modern.bbpress article,
  .bloggo-modern .entry-author,
  .bloggo-modern .bloggo-action-artikel,
  .bloggo-modern .bloggo-artikel-prevnext {
    background-color: white; }
  .bloggo-modern article.post,
  .bloggo-modern article.page, .bloggo-modern.bbpress article,
  .bloggo-modern .error-404,
  .bloggo-modern .entry-author,
  .bloggo-modern .bloggo-action-artikel,
  .bloggo-modern .bloggo-artikel-prevnext {
    padding: 2.5em 10.6382979%; }
    @media (max-width: 880px) {
      .bloggo-modern article.post,
      .bloggo-modern article.page, .bloggo-modern.bbpress article,
      .bloggo-modern .error-404,
      .bloggo-modern .entry-author,
      .bloggo-modern .bloggo-action-artikel,
      .bloggo-modern .bloggo-artikel-prevnext {
        padding: 2.5em 6%; } }
  .bloggo-modern.page-uebersicht .site-main, .bloggo-modern.page-archive .site-main {
    padding: 2.5em 0; }
    .bloggo-modern.page-uebersicht .site-main > .entry-content, .bloggo-modern.page-archive .site-main > .entry-content {
      padding: 0 10.6382979% 2.5em; }
      @media (max-width: 880px) {
        .bloggo-modern.page-uebersicht .site-main > .entry-content, .bloggo-modern.page-archive .site-main > .entry-content {
          padding: 0 6% 2.5em; } }
  .bloggo-modern.page-uebersicht article.post,
  .bloggo-modern.page-uebersicht article.page, .bloggo-modern.page-archive article.post,
  .bloggo-modern.page-archive article.page {
    padding-bottom: 0; }
  .bloggo-modern.page-uebersicht .entry-title:not(.h2),
  .bloggo-modern.page-uebersicht .pagination,
  .bloggo-modern.page-uebersicht article.post,
  .bloggo-modern.page-uebersicht article.page,
  .bloggo-modern.page-uebersicht .taxonomy-description, .bloggo-modern.page-archive .entry-title:not(.h2),
  .bloggo-modern.page-archive .pagination,
  .bloggo-modern.page-archive article.post,
  .bloggo-modern.page-archive article.page,
  .bloggo-modern.page-archive .taxonomy-description {
    padding: 0 10.6382979%; }
    @media (max-width: 880px) {
      .bloggo-modern.page-uebersicht .entry-title:not(.h2),
      .bloggo-modern.page-uebersicht .pagination,
      .bloggo-modern.page-uebersicht article.post,
      .bloggo-modern.page-uebersicht article.page,
      .bloggo-modern.page-uebersicht .taxonomy-description, .bloggo-modern.page-archive .entry-title:not(.h2),
      .bloggo-modern.page-archive .pagination,
      .bloggo-modern.page-archive article.post,
      .bloggo-modern.page-archive article.page,
      .bloggo-modern.page-archive .taxonomy-description {
        padding: 0 6%; } }
  .bloggo-modern.page-uebersicht.page-fokus .entry-title:not(.h2),
  .bloggo-modern.page-uebersicht.page-fokus .pagination,
  .bloggo-modern.page-uebersicht.page-fokus article.post,
  .bloggo-modern.page-uebersicht.page-fokus article.page,
  .bloggo-modern.page-uebersicht.page-fokus .taxonomy-description {
    padding: 0 14.4231%; }
    @media (max-width: 880px) {
      .bloggo-modern.page-uebersicht.page-fokus .entry-title:not(.h2),
      .bloggo-modern.page-uebersicht.page-fokus .pagination,
      .bloggo-modern.page-uebersicht.page-fokus article.post,
      .bloggo-modern.page-uebersicht.page-fokus article.page,
      .bloggo-modern.page-uebersicht.page-fokus .taxonomy-description {
        padding: 0 6%; } }
  .bloggo-modern.page-uebersicht.page-fokus-normal .entry-title:not(.h2),
  .bloggo-modern.page-uebersicht.page-fokus-normal .pagination,
  .bloggo-modern.page-uebersicht.page-fokus-normal article.post,
  .bloggo-modern.page-uebersicht.page-fokus-normal article.page,
  .bloggo-modern.page-uebersicht.page-fokus-normal .taxonomy-description {
    padding: 0 12.0968%; }
    @media (max-width: 880px) {
      .bloggo-modern.page-uebersicht.page-fokus-normal .entry-title:not(.h2),
      .bloggo-modern.page-uebersicht.page-fokus-normal .pagination,
      .bloggo-modern.page-uebersicht.page-fokus-normal article.post,
      .bloggo-modern.page-uebersicht.page-fokus-normal article.page,
      .bloggo-modern.page-uebersicht.page-fokus-normal .taxonomy-description {
        padding: 0 6%; } }
  .bloggo-modern .widget {
    margin: 25px; }
    .bloggo-modern .widget:first-child {
      margin-top: 25px; }
    .bloggo-modern .widget.no-padding > *:not(.widget-title) {
      margin-left: -25px;
      margin-right: -25px; }
    .bloggo-modern .widget.no-padding:first-child {
      margin-top: 0; }
  .bloggo-modern .widget-100 {
    margin: 0; }
  .bloggo-modern.single .entry-author {
    border: none; }
  .bloggo-modern .comments-area {
    padding: 0 25px 50px; }
    @media (max-width: 880px) {
      .bloggo-modern .comments-area {
        padding: 0 6% 50px; } }

/* Etc */
/* Socials */
@font-face {
  font-family: 'social';
  src: url("fonts/social.eot?23984813");
  src: url("fonts/social.eot?23984813#iefix") format("embedded-opentype"), url("fonts/social.woff2?23984813") format("woff2"), url("fonts/social.woff?23984813") format("woff"), url("fonts/social.ttf?23984813") format("truetype"), url("fonts/social.svg?23984813#social") format("svg");
  font-weight: normal;
  font-style: normal; }
.bloggo-social {
  /* Auskommentiert ist FANCY */
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 25px; }
  .bloggo-social + .bloggo-social {
    margin-top: 25px;
    margin-bottom: 0; }
  .bloggo-social > * {
    margin-right: 5px;
    border-radius: 5px;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 2px 10px;
    min-width: 50px;
    min-height: 25px; }
    .bloggo-social > *:hover {
      cursor: pointer; }
  .bloggo-social a {
    display: none; }
    .bloggo-social a:hover {
      color: white; }
  .bloggo-social .social-count {
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 15px;
    padding-left: 0; }
    .bloggo-social .social-count span {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      font-weight: 700;
      font-size: 16px; }
  .bloggo-social .facebook {
    background: #3B5999; }
    .bloggo-social .facebook:hover {
      background: #3e5da0; }
  .bloggo-social .twitter {
    background: #55ACEE; }
    .bloggo-social .twitter .count {
      display: none; }
    .bloggo-social .twitter:hover {
      background: #5eb1ef; }
  .bloggo-social .googleplus {
    background: #DD4B39; }
    .bloggo-social .googleplus:hover {
      background: #de5342; }
    .bloggo-social .googleplus:before {
      margin-top: 2px; }
  .bloggo-social .linkedin {
    background: #0077b5; }
    .bloggo-social .linkedin:hover {
      background: #0077b5; }
  .bloggo-social .pinterest {
    background: #bb232c; }
    .bloggo-social .pinterest:hover {
      background: #bb232c; }
  .bloggo-social .mail {
    background: #222;
    position: relative; }
    .bloggo-social .mail a {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .bloggo-social .mail:hover {
      background: #43454d; }
    .bloggo-social .mail:before {
      margin-top: -2px; }
  .bloggo-social .buttons,
  .bloggo-social .button {
    display: none !important; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  color: white;
  font-family: "social";
  speak: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 0; }

.icon-mail:before {
  content: '\e800'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-googleplus:before {
  content: '\f0d5'; }

/* '' */
.bloggo-social-unten {
  clear: both;
  margin-top: 2.5em; }

/* Pagination */
.pagination {
  clear: both; }
  .pagination a,
  .pagination span {
    display: inline-block;
    padding: 6px;
    background: #F0F0F0;
    color: #888;
    margin-right: 6px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 0.8125em;
    line-height: 25px; }
  .pagination a.next,
  .pagination a.prev {
    background: none;
    width: auto; }
    .pagination a.next:hover,
    .pagination a.prev:hover {
      background: none;
      color: #3385cb; }
  .pagination span {
    background: none; }
  .pagination a:hover {
    background: #222;
    color: #FFF; }
  .pagination .current {
    background: #222;
    color: #FFF; }
  .pagination > *:first-child:not(.current) {
    padding-left: 0; }
  .pagination > *:last-child:not(.current) {
    margin-right: 0;
    padding-right: 0; }

/* Beaver Builder Erweiterungen */
.fl-row-fixed-width {
  max-width: 1170px; }

.single-fl-builder-template .site-header,
.single-fl-builder-template .bloggo-topbar,
.single-fl-builder-template .bloggo-hero-header,
.single-fl-builder-template .bloggo-hero-footer,
.single-fl-builder-template .bloggo-social,
.single-fl-builder-template .bloggo-social-unten,
.single-fl-builder-template .sidebar,
.single-fl-builder-template .site-footer {
  display: none; }
.single-fl-builder-template .site-main {
  width: 100%; }
.single-fl-builder-template .content-area.wrap {
  max-width: 1200px; }

/* Click to Social */
.bloggo-share {
  text-align: center;
  margin: 3.125em 0; }
  .bloggo-share blockquote {
    padding: 0 0 10px;
    margin-bottom: 0;
    border: none;
    padding: 0 50px; }
  .bloggo-share a {
    text-decoration: none;
    font-weight: 400;
    font-size: 0.8125em;
    line-height: 1.555555556em;
    text-transform: uppercase;
    position: relative;
    display: inline-block; }
    .bloggo-share a:before {
      margin-right: 5px; }
  .bloggo-share span {
    font-size: 11px;
    color: #BABABA;
    position: absolute;
    top: 20px;
    left: 14px; }
  .bloggo-share p {
    margin-bottom: 0; }
  .bloggo-share .icon-facebook {
    color: #3B5999;
    border-color: #3B5999;
    margin-right: 20px; }
    .bloggo-share .icon-facebook:before {
      color: #3B5999; }
  .bloggo-share .icon-twitter {
    color: #55ACEE;
    border-color: #55ACEE; }
    .bloggo-share .icon-twitter:before {
      color: #55ACEE; }

/* Boxes */
.bloggo-box {
  background: #fce0a1;
  padding: 25px;
  margin: 25px 0; }
  .bloggo-box > *:first-child {
    margin-top: 0; }
  .bloggo-box > *:last-child {
    margin-bottom: 0; }

/* Weiteres */
/* Facebook Like Widget */
.fb-like.fb_iframe_widget {
  overflow: hidden;
  width: 100%; }

/* Shariff Fix Artikelbild */
.shariff::after, .shariff::before {
  content: " ";
  display: table; }

/* Clearfix */
.clearfix:after, .blog .post:after,
.blog .page:after,
.page-uebersicht .post:after,
.page-uebersicht .page:after,
.page-category .post:after,
.page-category .page:after,
.page-archive .post:after,
.page-archive .page:after, .bbp-user-page article:after {
  content: "";
  display: table;
  clear: both; }

/* Beaver */
.fl-builder-global-settings-button,
.fl-builder-help-video-button,
.fl-builder-knowledge-base-button,
.fl-builder-forums-button {
  display: none !important; }

/* Action */
.bloggo-hero-header .action-bereiche,
.bloggo-hero-footer .action-bereiche,
.bloggo-action-artikel .action-bereiche,
.bloggo-topbar .action-bereiche,
.bloggo-optin .action-bereiche {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
  @media (max-width: 600px) {
    .bloggo-hero-header .action-bereiche,
    .bloggo-hero-footer .action-bereiche,
    .bloggo-action-artikel .action-bereiche,
    .bloggo-topbar .action-bereiche,
    .bloggo-optin .action-bereiche {
      display: block; } }
.bloggo-hero-header .action-bereich,
.bloggo-hero-footer .action-bereich,
.bloggo-action-artikel .action-bereich,
.bloggo-topbar .action-bereich,
.bloggo-optin .action-bereich {
  width: 100%; }
.bloggo-hero-header h1, .bloggo-hero-header h2, .bloggo-hero-header h3, .bloggo-hero-header h4, .bloggo-hero-header h5, .bloggo-hero-header h6, .bloggo-hero-header p, .bloggo-hero-header ul,
.bloggo-hero-footer h1,
.bloggo-hero-footer h2,
.bloggo-hero-footer h3,
.bloggo-hero-footer h4,
.bloggo-hero-footer h5,
.bloggo-hero-footer h6,
.bloggo-hero-footer p,
.bloggo-hero-footer ul,
.bloggo-action-artikel h1,
.bloggo-action-artikel h2,
.bloggo-action-artikel h3,
.bloggo-action-artikel h4,
.bloggo-action-artikel h5,
.bloggo-action-artikel h6,
.bloggo-action-artikel p,
.bloggo-action-artikel ul,
.bloggo-topbar h1,
.bloggo-topbar h2,
.bloggo-topbar h3,
.bloggo-topbar h4,
.bloggo-topbar h5,
.bloggo-topbar h6,
.bloggo-topbar p,
.bloggo-topbar ul,
.bloggo-optin h1,
.bloggo-optin h2,
.bloggo-optin h3,
.bloggo-optin h4,
.bloggo-optin h5,
.bloggo-optin h6,
.bloggo-optin p,
.bloggo-optin ul {
  margin: 8px 0; }
.bloggo-hero-header .button,
.bloggo-hero-footer .button,
.bloggo-action-artikel .button,
.bloggo-topbar .button,
.bloggo-optin .button {
  margin-top: 8px; }
.bloggo-hero-header .bloggo-optin .button,
.bloggo-hero-footer .bloggo-optin .button,
.bloggo-action-artikel .bloggo-optin .button,
.bloggo-topbar .bloggo-optin .button,
.bloggo-optin .bloggo-optin .button {
  margin-top: auto; }
.bloggo-hero-header blockquote,
.bloggo-hero-footer blockquote,
.bloggo-action-artikel blockquote,
.bloggo-topbar blockquote,
.bloggo-optin blockquote {
  border: none;
  padding: 14px; }
@media (max-width: 600px) {
  .bloggo-hero-header .action-bereiche .action-bereich,
  .bloggo-hero-footer .action-bereiche .action-bereich,
  .bloggo-action-artikel .action-bereiche .action-bereich,
  .bloggo-topbar .action-bereiche .action-bereich,
  .bloggo-optin .action-bereiche .action-bereich {
    width: 100%;
    padding: 0; } }

.bloggo-topbar {
  background: #f26a4b;
  font-size: 13px; }
  .bloggo-topbar .wrap {
    padding-top: 4px;
    padding-bottom: 4px; }
  .bloggo-topbar a.button {
    border-color: #f26a4b;
    margin: 0 10px; }

.bloggo-hero-header,
.bloggo-hero-footer {
  background: #e6e7eb; }
  @media (max-width: 600px) {
    .bloggo-hero-header,
    .bloggo-hero-footer {
      overflow: auto; } }
  @media (max-width: 600px) {
    .bloggo-hero-header img,
    .bloggo-hero-footer img {
      display: block;
      float: none;
      margin: 25px auto !important;
      padding: 0; } }

.hero-action-first {
  position: relative; }
  .hero-action-first:after {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 5;
    background-image: url(images/bloggo-hero.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto; }

.bloggo-hero-header:after,
.bloggo-hero-footer:after,
.bloggo-action-artikel:after,
.bloggo-optin:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 5; }
.bloggo-hero-header > *,
.bloggo-hero-footer > *,
.bloggo-action-artikel > *,
.bloggo-optin > * {
  z-index: 6;
  position: relative; }

.has-hero-header.hero-header-titel h1.entry-title:not(.h2),
.has-hero-header.hero-header-titel .entry-footer {
  visibility: hidden; }
.has-hero-header.hero-header-titel.archive .entry-footer, .has-hero-header.hero-header-titel.search .entry-footer {
  visibility: visible; }
.has-hero-header #bloggo-hero-header-titel {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 6; }
  .has-hero-header #bloggo-hero-header-titel > * {
    width: 100%; }
  .has-hero-header #bloggo-hero-header-titel .entry-title {
    color: white;
    margin-top: 0; }
  .has-hero-header #bloggo-hero-header-titel .entry-meta {
    color: white;
    opacity: 0.5;
    padding-bottom: 0; }
    .has-hero-header #bloggo-hero-header-titel .entry-meta a {
      color: white; }
    .has-hero-header #bloggo-hero-header-titel .entry-meta:hover {
      opacity: 1; }
  .has-hero-header #bloggo-hero-header-titel .entry-meta .meta-date, .has-hero-header #bloggo-hero-header-titel .entry-meta .categories-links, .has-hero-header #bloggo-hero-header-titel .entry-meta .meta-author, .has-hero-header #bloggo-hero-header-titel .entry-meta .edit-link, .has-hero-header #bloggo-hero-header-titel .entry-meta .comments-link {
    color: white; }
.has-hero-header.page #bloggo-hero-header-titel h1.entry-title:not(.h2) {
  margin-bottom: 0; }

/* Optins */
.bloggo-optin {
  max-width: 100%;
  padding: 25px; }
  .bloggo-optin > *:first-child {
    margin-top: 0; }
  .bloggo-optin > *:last-child {
    margin-bottom: 0; }
  .entry-content .bloggo-optin {
    margin-bottom: 25px; }
  .bloggo-optin .bloggo-optin-code-neben form {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .bloggo-optin .bloggo-optin-code-neben form br {
      display: none; }
    .bloggo-optin .bloggo-optin-code-neben form * {
      width: 100%; }
    .bloggo-optin .bloggo-optin-code-neben form > * {
      margin-right: 10px; }
      .bloggo-optin .bloggo-optin-code-neben form > *:last-child {
        margin-right: 0; }
    @media (max-width: 980px) {
      .bloggo-optin .bloggo-optin-code-neben form {
        display: block; }
        .bloggo-optin .bloggo-optin-code-neben form > * {
          margin-bottom: 5px;
          margin-right: 0; } }
  .bloggo-optin .bloggo-optin-code-unter form br {
    display: none; }
  .bloggo-optin .bloggo-optin-code-unter form * {
    width: 100%; }
  .bloggo-optin .bloggo-optin-code-unter form > * {
    margin-bottom: 5px; }
  .bloggo-optin .bloggo-optin-code-neben .button,
  .bloggo-optin .bloggo-optin-code-unter .button {
    margin-top: 0; }

/* Optins nullen // OLD */
.bloggo-optin-code div,
.bloggo-optin-code p.wysija-paragraph {
  display: inline; }

/* Popups */
/* Digimember */
.sidebar .widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .sidebar .widget_nav_menu ul li a {
    display: block;
    border-bottom: 1px solid #BABABA;
    border-top: 1px solid #FAFAFA;
    background: #F1F1F1;
    padding: 20px;
    color: #222;
    font-size: .888888889em; }
    .sidebar .widget_nav_menu ul li a:hover {
      background: #FAFAFA;
      color: #222; }
  .sidebar .widget_nav_menu ul li .sub-menu {
    border-top: 1px solid #FAFAFA;
    border-bottom: 1px solid #BABABA; }
    .sidebar .widget_nav_menu ul li .sub-menu li a {
      border: none;
      padding: 10px 20px 10px 30px;
      position: relative; }
      .sidebar .widget_nav_menu ul li .sub-menu li a:before {
        content: "»";
        margin-right: 5px; }
  .sidebar .widget_nav_menu ul li:first-child {
    border-top: none; }
  .sidebar .widget_nav_menu ul li:last-child {
    border-bottom: none; }

form.ncore_user_form input[type="text"], form.ncore_user_form input[type="password"] {
  padding: 11px 15px;
  border: 1px solid #BABABA;
  height: auto;
  max-width: 100%;
  width: 300px; }

.ncore_user input[type=submit] {
  cursor: pointer;
  font-size: 16px;
  max-width: 100%;
  width: 300px; }

.ncore_new_password_link a {
  font-size: 0.8125em;
  line-height: 1.555555556em; }

.site-main table.ncore_form_table tr {
  border-bottom: none; }

@media screen and (max-width: 480px) {
  .site-main .wp_rp_content a {
    overflow: visible; } }
#user_signup_form_form table.ncore_form_table th {
  min-width: 130px; }

/* BBPress */
#bbpress-forums {
  overflow: visible; }

.bbp-search-form {
  margin-top: -20px;
  margin-bottom: 24px; }

#bbp_search_submit {
  top: -3px; }

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
  border: none; }

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic, #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer, div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header, li.bbp-body div.hentry, .quicktags-toolbar {
  padding: 8px 16px; }

#bbpress-forums li.bbp-body ul.forum {
  padding: 2% 4%; }

#bbpress input[type="submit"], #bbpress button, #bbpress .button:not(div) {
  padding: 8px 1.8em; }

#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
  border: none;
  border-radius: 50%;
  margin-bottom: -4px; }

#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar, #bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
  border-radius: 50%; }

#subscription-toggle {
  float: right; }

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  margin-top: 7px; }

div.bbp-submit-wrapper {
  float: none; }

#bbp_topic_submit {
  width: 100%;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  font-size: 1.5em;
  margin-bottom: 15px; }

#bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
  line-height: 1.3; }

#bbpress-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, div.bbp-template-notice p, div.bbp-breadcrumb, div.bbp-topic-tags {
  font-size: 14px;
  line-height: 1.5; }

.bbp-forum-freshness, .bbp-topic-freshness {
  font-size: 11px; }

.quicktags-toolbar {
  border: none; }

#bbpress-forums div.bbp-the-content-wrapper input {
  text-shadow: none;
  font-weight: 400; }

#bbpress-forums fieldset.bbp-form textarea {
  border: 1px solid #DDD; }

a.bbp-author-name {
  font-weight: 400; }

.bbp-attachments, .bbp-attachments-errors {
  clear: both; }

#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic, #bbpress-forums #bbp-user-wrapper ul.bbp-topics, #bbpress-forums #bbp-user-wrapper ul.bbp-forums, #bbpress-forums #bbp-user-wrapper ul.bbp-replies, #bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
  clear: both; }
