/* https://www.ehrlichesonlinemarketing.de/wp-content/themes/bloggo-x-uyjBPx/style.css?ver=2015-11-26 */
/* Import rule from: https://www.ehrlichesonlinemarketing.de/wp-content/themes/bloggo-x-uyjBPx/css/global.css */
/*! 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; }

@font-face{font-display:swap;
  font-family: 'fontsi';src:url(/wp-content/themes/bloggo-x-uyjBPx/css/../fonts/fontsi.woff) format("woff");
  font-weight: normal;
  font-style: normal; }
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.group:before,
.group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.group:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.group {
  *zoom: 1; }

.screen-reader {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

html {
  font-size: 62.5%; }
  @media (max-width: 600px) {
    html {
      font-size: 48.611111125%; } }

body {
  font-size: 1.8em;
  line-height: 1.555555556em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #222; }

a {
  text-decoration: none;
  color: #389999; }
  a:focus {
    outline: thin dotted; }
  a:active, a:hover {
    color: #3facac;
    outline: 0; }

h1, h2, .area-buttons a, h3, .comments-title, h4, .area-artikel .comments-link a, .content-area .entry-meta .meta-date,
.content-area .entry-meta .categories-links,
.content-area .entry-meta .meta-author,
.content-area .entry-meta .edit-link,
.content-area .entry-meta .comments-link, .page-blog .post .comments-link a,
.page-podcast .post .comments-link a, .sidebar .popular-posts h3, .sidebar .popular-posts .comments-title, .comment-meta .comment-metadata,
.comment-meta .fn,
.comment-meta .edit-link, h5, h6 {
  margin: 0;
  line-height: 1;
  font-weight: 700;
  color: #222;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }
  h1 a, h2 a, .area-buttons a a, h3 a, .comments-title a, h4 a, .area-artikel .comments-link a a, .content-area .entry-meta .meta-date a,
  .content-area .entry-meta .categories-links a,
  .content-area .entry-meta .meta-author a,
  .content-area .entry-meta .edit-link a,
  .content-area .entry-meta .comments-link a, .page-blog .post .comments-link a a,
  .page-podcast .post .comments-link a a, .sidebar .popular-posts h3 a, .sidebar .popular-posts .comments-title a, .comment-meta .comment-metadata a,
  .comment-meta .fn a,
  .comment-meta .edit-link a, h5 a, h6 a {
    color: #222; }
    h1 a:hover, h2 a:hover, .area-buttons a a:hover, h3 a:hover, .comments-title a:hover, h4 a:hover, .area-artikel .comments-link a a:hover, .content-area .entry-meta .meta-date a:hover,
    .content-area .entry-meta .categories-links a:hover,
    .content-area .entry-meta .meta-author a:hover,
    .content-area .entry-meta .edit-link a:hover,
    .content-area .entry-meta .comments-link a:hover, .page-blog .post .comments-link a a:hover,
    .page-podcast .post .comments-link a a:hover, .sidebar .popular-posts h3 a:hover, .sidebar .popular-posts .comments-title a:hover, .comment-meta .comment-metadata a:hover,
    .comment-meta .fn a:hover,
    .comment-meta .edit-link a:hover, h5 a:hover, h6 a:hover {
      color: #389999; }

h1, .h1 {
  font-size: 47px;
  font-size: 2.611111111em;
  line-height: 1.39886792670949;
  margin: 0 0 0.595744680851064em 0; }

h2, .area-buttons a, .h2 {
  font-size: 29px;
  font-size: 1.611111111em;
  line-height: 1.45463747091706;
  margin: 0 0 28px 0; }
  .entry-content h2, .entry-content .area-buttons a, .area-buttons .entry-content a, .entry-content .h2 {
    margin: 1.44827586206897em 0 0.482758620689655em 0; }

h3, .comments-title, .h3, .wp-caption-text,
h4,
.area-artikel .comments-link a,
.content-area .entry-meta .meta-date,
.content-area .entry-meta .categories-links,
.content-area .entry-meta .meta-author,
.content-area .entry-meta .edit-link,
.content-area .entry-meta .comments-link,
.page-blog .post .comments-link a,
.page-podcast .post .comments-link a,
.sidebar .popular-posts h3,
.sidebar .popular-posts .comments-title,
.comment-meta .comment-metadata,
.comment-meta .fn,
.comment-meta .edit-link, .h4,
h5, .h5,
h6 {
  font-size: 23px;
  font-size: 1.277777778em;
  line-height: 1.49262542131932;
  margin: 1.82608695652174em 0 0.608695652173913em; }

.comments-area h3, .comments-area .comments-title {
  color: #DDD;
  padding-bottom: 4px;
  border-bottom: 3px solid #DDD; }

h1.archive-title,
h1.page-title,
.area-artikel h2.h3,
.area-artikel h2.wp-caption-text,
.area-artikel .area-buttons a.wp-caption-text,
.area-buttons .area-artikel a.wp-caption-text,
.area-artikel .area-buttons a.h3,
.area-buttons .area-artikel a.h3 {
  margin-top: 0; }

.entry-title {
  text-transform: uppercase;
  line-height: 1.2;
  word-wrap: break-word; }

p,
ul,
ol {
  margin: 0 0 28px 0; }

ul, ol {
  padding-left: 28px; }
  ul ul, ul ol, ol ul, ol ol {
    margin: 28px 0; }

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

blockquote {
  margin: 0 0 28px 0;
  color: #AAA;
  border-left: 3px solid #AAA;
  padding: 14px 0 14px 28px;
  margin-left: 14px;
  font-style: italic;
  position: relative; }
  blockquote > *:first-child {
    margin-top: 0; }
  blockquote > *:last-child {
    margin-bottom: 0; }
  .entry-content blockquote footer,
  .entry-content blockquote cite {
    font-size: 80%;
    color: #AAA;
    text-transform: uppercase; }
    .entry-content blockquote footer *:last-child,
    .entry-content blockquote cite *:last-child {
      margin-bottom: 0; }

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

.content-area {
  width: 64.3859649%;
  float: left; }
  .home .content-area {
    float: none;
    width: 100%;
    padding-bottom: 0; }

.home .content-area-overview {
  width: 64.3859649%;
  float: left; }
  @media (max-width: 880px) {
    .home .content-area-overview {
      width: 100%;
      float: none; } }

div.sidebar {
  width: 31.1578947%;
  float: right; }

@media (max-width: 880px) {
  .content-area,
  div.sidebar {
    width: 100%;
    float: none; } }
.content ul, .content ol {
  margin: 0 0 28px 28px; }
.content ul, .content ul ul, .content ol ul {
  list-style: disc; }
.content ol, .content ul ol, .content ol ol {
  list-style: decimal; }
.content ul ul, .content ol ul, .content ol ol, .content ul ol {
  margin: 5px 0 0 14px; }
.content li {
  margin: 0 0 5px 0; }

figure {
  padding: 10px;
  background: transparent;
  text-align: center;
  margin: 0 0 28px 0; }
  figure img {
    max-width: 100%;
    height: auto;
    margin: 5px 0; }
  figure figcaption {
    font-style: italic;
    color: #a2a2a2; }

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

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

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

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

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

p img.alignleft {
  margin: 8px 28px 14px 0; }

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

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

p img.alignright {
  margin: 8px 0 14px 28px; }

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

.wp-caption-text {
  margin: 6px 0 28px 0 !important;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-align: center;
  font-size: 80%;
  text-transform: uppercase;
  color: #AAA; }

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

/*! responsive-nav.js 1.0.32 by @viljamis */
/* 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: #EEEEEE;
  color: #222; }

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

hr {
  border: none;
  height: 1px;
  background: #EEE; }

/* Header */
.site-header {
  background: #051F27;
  color: #9AA4A7;
  position: relative;
  border-bottom: 6px solid #FAE693;
  position: relative; }
  .site-header h2, .site-header .area-buttons a, .area-buttons .site-header a {
    color: #9AA4A7; }
  .site-header .wrap {
    padding: 15px 4%; }
    @media (min-width: 1100px) {
      .site-header .wrap {
        padding: 28px 56px; } }
  .site-header:after {
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background: #389999;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZTY5MyIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmFlNjkzIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmYmRhNGYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZiZGE0ZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjA3ZTVlIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmMDdlNWUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzM4OTk5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM4OTk5OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fae693), color-stop(25%, #fae693), color-stop(25%, #fbda4f), color-stop(50%, #fbda4f), color-stop(50%, #f07e5e), color-stop(75%, #f07e5e), color-stop(75%, #389999), color-stop(100%, #389999));
    background-image: -moz-linear-gradient(left, #fae693 0%, #fae693 25%, #fbda4f 25%, #fbda4f 50%, #f07e5e 50%, #f07e5e 75%, #389999 75%, #389999 100%);
    background-image: -webkit-linear-gradient(left, #fae693 0%, #fae693 25%, #fbda4f 25%, #fbda4f 50%, #f07e5e 50%, #f07e5e 75%, #389999 75%, #389999 100%);
    background-image: linear-gradient(to right, #fae693 0%, #fae693 25%, #fbda4f 25%, #fbda4f 50%, #f07e5e 50%, #f07e5e 75%, #389999 75%, #389999 100%); }
  @media (max-width: 600px) {
    .site-header:after {
      content: none; } }

.logo a {
  font-weight: 700;
  float: left;
  width: auto;
  max-width: 300px;
  margin-right: 10px;
  color: #9AA4A7;
  line-height: 0; }
  .logo a img {
    max-height: 100%; }
  .logo a:hover {
    color: #eee; }
@media (max-width: 600px) {
  .logo {
    text-align: center; }
    .logo a {
      float: none; }
      .logo a img {
        margin: 0 0 28px 0;
        max-width: 300px; } }

.tagline {
  padding: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  letter-spacing: 0;
  font-size: .777777778em;
  line-height: 1.4em;
  float: left;
  margin-bottom: 0; }

.nologo a {
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }

@media (max-width: 980px) {
  .tagline {
    display: none; } }
.main-navigation, .site-footer .footer-navigation {
  font-size: .777777778em;
  float: right;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }
  .main-navigation a.show-hide-navigation, .site-footer .footer-navigation a.show-hide-navigation {
    display: none;
    margin-bottom: 5px; }
    @media (max-width: 600px) {
      .main-navigation a.show-hide-navigation, .site-footer .footer-navigation a.show-hide-navigation {
        display: block;
        padding: 14px 0;
        background: rgba(255, 255, 255, 0.1);
        font-size: 14px;
        text-align: center;
        font-weight: 700; }
        .main-navigation a.show-hide-navigation span, .site-footer .footer-navigation a.show-hide-navigation span {
          display: block;
          font-weight: 400; } }
  .main-navigation .tagline-mobile, .site-footer .footer-navigation .tagline-mobile {
    text-transform: none; }
  .main-navigation a, .site-footer .footer-navigation a {
    color: #9AA4A7; }
  .main-navigation ul, .site-footer .footer-navigation ul {
    padding: 0;
    text-align: right;
    line-height: 0;
    margin-top: 3px;
    margin-bottom: 0; }
    @media (max-width: 600px) {
      .main-navigation ul, .site-footer .footer-navigation ul {
        display: none; } }
  .main-navigation li, .site-footer .footer-navigation li {
    list-style: none;
    display: inline-block;
    margin: 0 14px;
    line-height: 1.1; }
    .main-navigation li:last-child, .site-footer .footer-navigation li:last-child {
      margin-right: 0; }
    .main-navigation li a, .site-footer .footer-navigation li a {
      font-family: 'Open Sans', Helvetica, Arial, sans-serif;
      font-weight: 700;
      line-height: 1;
      position: relative; }
      .main-navigation li a:hover, .site-footer .footer-navigation li a:hover {
        color: #EEE; }
    .main-navigation li.current-menu-item a, .site-footer .footer-navigation li.current-menu-item a {
      color: #389999; }
  @media (max-width: 980px) {
    .main-navigation .tagline-mobile, .site-footer .footer-navigation .tagline-mobile {
      text-align: right; } }
  @media (max-width: 600px) {
    .main-navigation, .site-footer .footer-navigation {
      width: 100%;
      float: none; }
      .main-navigation ul, .site-footer .footer-navigation ul {
        text-align: center;
        font-size: 14px;
        padding-top: 0;
        margin-top: 0 !important; }
        .main-navigation ul li, .site-footer .footer-navigation ul li {
          min-height: 35px;
          margin: 0 0 5px 0;
          width: 100%; }
          .main-navigation ul li a, .site-footer .footer-navigation ul li a {
            padding: 24px 0;
            background: rgba(255, 255, 255, 0.1);
            width: 100%;
            display: block;
            text-align: center; }
            .main-navigation ul li a:hover, .site-footer .footer-navigation ul li a:hover {
              background: rgba(255, 255, 255, 0.3); }
      .main-navigation .tagline-mobile, .site-footer .footer-navigation .tagline-mobile {
        font-size: 14px;
        text-transform: none;
        text-align: center;
        margin-bottom: 28px; } }

/* Dropdown */
li.menu-item-has-children > a:before {
  content: '';
  position: absolute;
  top: 8px;
  right: -9px;
  border: 3px solid transparent;
  border-top: 3px solid white;
  border-top-color: inherit; }
  @media (max-width: 600px) {
    li.menu-item-has-children > a:before {
      content: none; } }

.main-navigation > div ul li, .site-footer .footer-navigation > div ul li {
  position: relative; }
  .main-navigation > div ul li.menu-item-has-children:hover > a, .site-footer .footer-navigation > div ul li.menu-item-has-children:hover > a {
    z-index: 999; }
  .main-navigation > div ul li.menu-item-has-children:hover > ul, .site-footer .footer-navigation > div ul li.menu-item-has-children:hover > ul, .main-navigation > div ul li.menu-item-has-children:hover > div, .site-footer .footer-navigation > div ul li.menu-item-has-children:hover > div {
    display: block; }
  .main-navigation > div ul li > ul, .site-footer .footer-navigation > div ul li > ul, .main-navigation > div ul li > div, .site-footer .footer-navigation > div ul li > div {
    display: none;
    width: auto;
    position: absolute;
    top: 10px;
    left: 0px;
    padding: 10px 0;
    background: #08313e;
    z-index: 999;
    border-top: 20px solid #051F27; }
  .main-navigation > div ul li > ul, .site-footer .footer-navigation > div ul li > ul {
    width: 200px; }
  .main-navigation > div ul li > ul li, .site-footer .footer-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, .site-footer .footer-navigation > div ul li > ul li a {
    outline: none;
    display: block;
    position: relative;
    margin: 0;
    color: #9AA4A7;
    padding: 8px 20px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none; }
    .main-navigation > div ul li > ul li a:hover, .site-footer .footer-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, .site-footer .footer-navigation > div ul li > ul, .main-navigation > div ul li > div, .site-footer .footer-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, .site-footer .footer-navigation > div ul li > ul {
      width: 100%; } }

@media (min-width: 980px) {
  .tagline-mobile {
    display: none; } }
/* Startseite */
.area-willkommen {
  position: relative;
  background-color: #084550;
  color: #FFF; }
  .area-willkommen h1, .area-willkommen h2, .area-willkommen .area-buttons a, .area-buttons .area-willkommen a, .area-willkommen h3, .area-willkommen .comments-title, .area-willkommen h4, .area-willkommen .area-artikel .comments-link a, .area-artikel .comments-link .area-willkommen a, .area-willkommen .content-area .entry-meta .meta-date, .content-area .entry-meta .area-willkommen .meta-date,
  .area-willkommen .content-area .entry-meta .categories-links,
  .content-area .entry-meta .area-willkommen .categories-links,
  .area-willkommen .content-area .entry-meta .meta-author,
  .content-area .entry-meta .area-willkommen .meta-author,
  .area-willkommen .content-area .entry-meta .edit-link,
  .content-area .entry-meta .area-willkommen .edit-link,
  .area-willkommen .content-area .entry-meta .comments-link,
  .content-area .entry-meta .area-willkommen .comments-link, .area-willkommen .page-blog .post .comments-link a, .page-blog .post .comments-link .area-willkommen a,
  .area-willkommen .page-podcast .post .comments-link a,
  .page-podcast .post .comments-link .area-willkommen a, .area-willkommen .sidebar .popular-posts h3, .sidebar .popular-posts .area-willkommen h3, .area-willkommen .sidebar .popular-posts .comments-title, .sidebar .popular-posts .area-willkommen .comments-title, .area-willkommen .comment-meta .comment-metadata, .comment-meta .area-willkommen .comment-metadata,
  .area-willkommen .comment-meta .fn,
  .comment-meta .area-willkommen .fn,
  .area-willkommen .comment-meta .edit-link,
  .comment-meta .area-willkommen .edit-link {
    margin: 0 0 28px 0;
    line-height: 1.2; }
  .area-willkommen h1 {
    margin-bottom: 5px; }
  .area-willkommen .wrap {
    padding-top: 28px;
    padding-bottom: 28px; }
  .area-willkommen h1, .area-willkommen h2, .area-willkommen .area-buttons a, .area-buttons .area-willkommen a, .area-willkommen h3, .area-willkommen .comments-title, .area-willkommen h4, .area-willkommen .area-artikel .comments-link a, .area-artikel .comments-link .area-willkommen a, .area-willkommen .content-area .entry-meta .meta-date, .content-area .entry-meta .area-willkommen .meta-date,
  .area-willkommen .content-area .entry-meta .categories-links,
  .content-area .entry-meta .area-willkommen .categories-links,
  .area-willkommen .content-area .entry-meta .meta-author,
  .content-area .entry-meta .area-willkommen .meta-author,
  .area-willkommen .content-area .entry-meta .edit-link,
  .content-area .entry-meta .area-willkommen .edit-link,
  .area-willkommen .content-area .entry-meta .comments-link,
  .content-area .entry-meta .area-willkommen .comments-link, .area-willkommen .page-blog .post .comments-link a, .page-blog .post .comments-link .area-willkommen a,
  .area-willkommen .page-podcast .post .comments-link a,
  .page-podcast .post .comments-link .area-willkommen a, .area-willkommen .sidebar .popular-posts h3, .sidebar .popular-posts .area-willkommen h3, .area-willkommen .sidebar .popular-posts .comments-title, .sidebar .popular-posts .area-willkommen .comments-title, .area-willkommen .comment-meta .comment-metadata, .comment-meta .area-willkommen .comment-metadata,
  .area-willkommen .comment-meta .fn,
  .comment-meta .area-willkommen .fn,
  .area-willkommen .comment-meta .edit-link,
  .comment-meta .area-willkommen .edit-link, .area-willkommen h5, .area-willkommen h6 {
    color: #FFF; }
  .area-willkommen blockquote {
    color: #288ba3;
    padding: 14px;
    border: none; }
    .area-willkommen blockquote a {
      color: #288ba3; }
    .area-willkommen blockquote > *:last-child {
      margin-bottom: 0; }
  .area-willkommen .area-form {
    float: left; }
    @media (max-width: 600px) {
      .area-willkommen .area-form {
        margin: 28px 0; } }
    .area-willkommen .area-form blockquote p:last-child {
      margin-bottom: 0; }
  .area-willkommen ul {
    padding: 0;
    padding-left: 28px;
    margin: 0 0 28px 0; }
  .area-willkommen li {
    position: relative; }
  .area-willkommen input[type="text"] {
    width: 376px;
    padding: 11px 25px; }
    @media (max-width: 600px) {
      .area-willkommen input[type="text"] {
        width: 100%; } }
  .area-willkommen input[type="submit"],
  .area-willkommen button {
    font-size: 1em;
    position: relative;
    padding: 10px 30px;
    margin-left: 10px; }
  .area-willkommen .home-kt input,
  .area-willkommen .home-kt button {
    float: left;
    display: inline;
    margin-right: 14px; }
  .area-willkommen .home-kt button {
    margin: 2px 0 0; }
  .area-willkommen .area-willkommen-text {
    overflow: hidden; }

.area-boxen .box {
  width: 47%;
  padding: 28px;
  float: left;
  background-color: #FEF9E8;
  margin-bottom: 56px; }
  .area-boxen .box h1,
  .area-boxen .box h2,
  .area-boxen .box .area-buttons a,
  .area-buttons .area-boxen .box a,
  .area-boxen .box h3,
  .area-boxen .box .comments-title,
  .area-boxen .box p {
    margin: 0 0 14px 0; }
  .area-boxen .box > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 980px) {
    .area-boxen .box {
      width: 100%;
      margin-bottom: 28px; } }
  @media (max-width: 600px) {
    .area-boxen .box {
      padding: 28px 28px 28px 28px; }
      .area-boxen .box p, .area-boxen .box p + p {
        padding: 0; } }
.area-boxen .box-single {
  width: 100%;
  float: none;
  clear: both; }
.area-boxen .box:nth-child(even) {
  float: right; }
.area-boxen .box-neu-hier p + p,
.area-boxen .box-ueber-uns p + p {
  padding-right: 40%; }
.area-boxen .box-neu-hier p + p + p,
.area-boxen .box-ueber-uns p + p + p {
  padding-right: 28px; }

.area-buttons .box {
  padding: 0; }
.area-buttons a {
  text-align: center;
  display: block;
  background-size: cover;
  padding: 56px;
  margin-bottom: 28px;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }
  .area-buttons a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

.area-artikel {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 56px;
  padding-bottom: 56px; }
  .area-artikel > h2, .area-buttons .area-artikel > a {
    color: #DDD;
    padding-bottom: 4px;
    border-bottom: 3px solid #DDD;
    margin-bottom: 0; }
  .area-artikel .comments-link a {
    letter-spacing: 0;
    font-size: 13px;
    color: #AAA;
    margin: 0;
    padding: 0;
    display: inline-block; }
    .area-artikel .comments-link a:hover {
      color: #389999; }
  .area-artikel .entry-thumbnail {
    max-width: 500px; }
  .area-artikel .main-artikel {
    min-height: 290px;
    margin: 56px 0 28px;
    padding: 0 0 28px 0;
    border-bottom: 1px solid #DDDDDD; }
    .area-artikel .main-artikel h2, .area-artikel .main-artikel .area-buttons a, .area-buttons .area-artikel .main-artikel a {
      margin-bottom: 0; }
  .area-artikel .neben-artikel {
    float: left;
    width: 47%;
    padding: 28px 0 0; }
    .area-artikel .neben-artikel h2, .area-artikel .neben-artikel .area-buttons a, .area-buttons .area-artikel .neben-artikel a,
    .area-artikel .neben-artikel p {
      margin: 0 0 14px 0; }
    .area-artikel .neben-artikel h2, .area-artikel .neben-artikel .area-buttons a, .area-buttons .area-artikel .neben-artikel a {
      margin-bottom: 0; }
    @media (max-width: 600px) {
      .area-artikel .neben-artikel h2, .area-artikel .neben-artikel .area-buttons a, .area-buttons .area-artikel .neben-artikel a {
        margin-top: 28px; } }
    .area-artikel .neben-artikel p:last-child {
      margin-bottom: 0; }
    .area-artikel .neben-artikel:nth-child(even) {
      float: right; }
      @media (max-width: 980px) {
        .area-artikel .neben-artikel:nth-child(even) {
          border-bottom: none;
          padding-bottom: 0; } }
    @media (max-width: 980px) {
      .area-artikel .neben-artikel {
        width: 100%;
        padding: 0;
        margin-bottom: 28px;
        padding: 0 0 56px 0;
        border-bottom: 1px solid #DDDDDD; }
        .area-artikel .neben-artikel h2, .area-artikel .neben-artikel .area-buttons a, .area-buttons .area-artikel .neben-artikel a {
          margin-top: 28px; } }

.read-on a {
  margin-top: 28px;
  display: block; }

.more-link {
  display: none; }

/* Footer */
.site-footer {
  text-align: center;
  float: none;
  text-transform: uppercase;
  position: relative;
  background: #144551;
  -webkit-font-smoothing: antialiased; }
  .site-footer:after {
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 0;
    background: #389999;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZTY5MyIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmFlNjkzIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmYmRhNGYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZiZGE0ZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjA3ZTVlIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmMDdlNWUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzM4OTk5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM4OTk5OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fae693), color-stop(25%, #fae693), color-stop(25%, #fbda4f), color-stop(50%, #fbda4f), color-stop(50%, #f07e5e), color-stop(75%, #f07e5e), color-stop(75%, #389999), color-stop(100%, #389999));
    background-image: -moz-linear-gradient(left, #fae693 0%, #fae693 25%, #fbda4f 25%, #fbda4f 50%, #f07e5e 50%, #f07e5e 75%, #389999 75%, #389999 100%);
    background-image: -webkit-linear-gradient(left, #fae693 0%, #fae693 25%, #fbda4f 25%, #fbda4f 50%, #f07e5e 50%, #f07e5e 75%, #389999 75%, #389999 100%);
    background-image: linear-gradient(to right, #fae693 0%, #fae693 25%, #fbda4f 25%, #fbda4f 50%, #f07e5e 50%, #f07e5e 75%, #389999 75%, #389999 100%); }
  @media (max-width: 600px) {
    .site-footer:after {
      content: none; } }
  .site-footer .footer-navigation {
    float: none;
    padding: 19px 4%;
    text-align: center;
    font-size: 16px; }
    .site-footer .footer-navigation ul {
      padding: 0;
      text-align: center;
      display: block; }
      .site-footer .footer-navigation ul li {
        display: inline-block;
        float: none;
        margin: 14px; }
        .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 ul li a {
        color: #389999; }
        .site-footer .footer-navigation ul li a:hover {
          color: #eee; }
  @media (max-width: 600px) {
    .site-footer .footer-navigation ul li {
      margin: 0 0 5px; } }
  .site-footer .site-info {
    text-align: center;
    background: #051F27;
    color: #137998;
    font-size: 13px;
    line-height: 1.555555556em; }
    .site-footer .site-info .wrap {
      padding: 14px 0; }
    .site-footer .site-info a {
      color: #137998; }
      .site-footer .site-info a:hover {
        color: #168baf; }
    .site-footer .site-info p {
      display: inline; }
    .site-footer .site-info .theme-info img {
      margin: 16px 0 0px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3;
      -moz-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
      .site-footer .site-info .theme-info img:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }

/* Inhalt */
@media (max-width: 600px) {
  .entry-content {
    overflow-x: hidden; } }

.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: 56px;
  margin-bottom: 56px; }
  .single .single-more-info .nr_related_placeholder {
    display: block; }
.single .entry-author {
  margin: 56px 0; }
  .single .entry-author h3, .single .entry-author .comments-title {
    margin-top: 0; }
  .single .entry-author img {
    border-radius: 50%;
    margin-right: 28px;
    float: left; }
    @media (max-width: 600px) {
      .single .entry-author img {
        margin: auto;
        float: none; } }

.page .entry-content > *:first-child {
  margin-top: 0; }

.entry-content a,
.comment-content a {
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.archive .read-on {
  margin-bottom: 56px; }

.content-area a {
  font-weight: 700; }
  @media (max-width: 600px) {
    .content-area a {
      text-overflow: clip;
      overflow: hidden; } }
.content-area .entry-meta {
  padding-bottom: 28px;
  text-transform: uppercase; }
  .content-area .entry-meta .meta-avatar img {
    border-radius: 50%;
    margin-right: 14px;
    float: left; }
    @media (max-width: 600px) {
      .content-area .entry-meta .meta-avatar img {
        float: left !important;
        margin: 0 14px 0 0; } }
  .content-area .entry-meta .meta-date,
  .content-area .entry-meta .categories-links,
  .content-area .entry-meta .meta-author,
  .content-area .entry-meta .edit-link,
  .content-area .entry-meta .comments-link {
    font-weight: 700;
    text-transform: uppercase;
    color: #AAA;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 13px; }
    .content-area .entry-meta .meta-date a,
    .content-area .entry-meta .categories-links a,
    .content-area .entry-meta .meta-author a,
    .content-area .entry-meta .edit-link a,
    .content-area .entry-meta .comments-link a {
      color: #AAA;
      font-weight: 700; }
  .content-area .entry-meta .meta-author {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: -10px;
    display: block; }
.content-area .entry-thumbnail {
  float: right;
  margin: 0 0 28px 56px; }
  @media (max-width: 600px) {
    .content-area .entry-thumbnail {
      float: none;
      margin: 0; } }
.content-area .entry-thumbnail-full {
  margin-bottom: 28px; }
.content-area .entry-content > *:last-child {
  margin-bottom: 0; }
.content-area img {
  max-width: 100%;
  height: auto; }
  @media (max-width: 600px) {
    .content-area img {
      display: block;
      float: none;
      margin: 28px auto;
      padding: 0; } }
  @media (max-width: 600px) {
    .content-area img.wp-smiley {
      display: inline;
      float: none;
      margin: 0;
      padding: 0; } }
.content-area img[class*="wp-image"],
.content-area img[class*="wp-post-image"] {
  /*border: 1px solid #CCC;	*/ }
.content-area .bloggo-text-optin img,
.content-area .bloggo-text-optin img[class*="wp-image"],
.content-area .bloggo-text-optin img[class*="wp-post-image"],
.content-area .widget-sidebar-optin img,
.content-area .widget-sidebar-optin img[class*="wp-image"],
.content-area .widget-sidebar-optin img[class*="wp-post-image"],
.content-area .bloggo-unter-optin img,
.content-area .bloggo-unter-optin img[class*="wp-image"],
.content-area .bloggo-unter-optin img[class*="wp-post-image"] {
  background: none;
  border: none;
  padding: 0; }
.content-area .bloggo-text-optin img.aligncenter,
.content-area .widget-sidebar-optin img.aligncenter,
.content-area .bloggo-unter-optin img.aligncenter {
  margin: auto; }
.content-area .entry-content img.noframe,
.content-area img[class*="wp-image"].noframe {
  padding: 0; }
.content-area table {
  width: 100%;
  margin: 28px 0 28px; }
  @media (max-width: 980px) {
    .content-area table {
      margin: 0; } }
.content-area table thead {
  border-top: 1px solid #DDD; }
.content-area table tr {
  border-bottom: 1px solid #DDD; }
.content-area table tr th {
  padding: 10px 12px;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  font-weight: 700;
  text-align: left; }
  @media (max-width: 600px) {
    .content-area table tr th {
      padding: 1px 7px; } }
  @media (max-width: 980px) {
    .content-area table tr th {
      text-align: left !important; } }
.content-area table tr td {
  padding: 10px 12px;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD; }
  @media (max-width: 600px) {
    .content-area table tr td {
      padding: 1px 7px; } }
  @media (max-width: 980px) {
    .content-area table tr td {
      text-align: left !important; } }
@media (max-width: 600px) {
  .content-area h1, .content-area h2, .content-area .area-buttons a, .area-buttons .content-area a, .content-area h3, .content-area .comments-title, .content-area h4, .content-area .area-artikel .comments-link a, .area-artikel .comments-link .content-area a, .content-area .entry-meta .meta-date,
  .content-area .entry-meta .categories-links,
  .content-area .entry-meta .meta-author,
  .content-area .entry-meta .edit-link,
  .content-area .entry-meta .comments-link, .content-area .page-blog .post .comments-link a, .page-blog .post .comments-link .content-area a,
  .content-area .page-podcast .post .comments-link a,
  .page-podcast .post .comments-link .content-area a, .content-area .sidebar .popular-posts h3, .sidebar .popular-posts .content-area h3, .content-area .sidebar .popular-posts .comments-title, .sidebar .popular-posts .content-area .comments-title, .content-area .comment-meta .comment-metadata, .comment-meta .content-area .comment-metadata,
  .content-area .comment-meta .fn,
  .comment-meta .content-area .fn,
  .content-area .comment-meta .edit-link,
  .comment-meta .content-area .edit-link, .content-area h5, .content-area h6 {
    word-wrap: break-word; } }

.box-zusammenfassung {
  margin: 28px 0 56px;
  padding: 28px;
  background: #F5F5F5; }
  .box-zusammenfassung > *:last-child {
    margin-bottom: 0; }

.bloggo-text-optin,
.bloggo-unter-optin {
  background: #FEF5D7;
  color: #222;
  padding: 4% 8%;
  margin: 56px 0 56px; }
  .bloggo-text-optin h3, .bloggo-text-optin .comments-title,
  .bloggo-unter-optin h3,
  .bloggo-unter-optin .comments-title {
    border: none;
    padding-bottom: 0;
    margin-bottom: 28px;
    color: #222; }
  .bloggo-text-optin form,
  .bloggo-unter-optin form {
    margin: 0 0 28px 0; }
    .bloggo-text-optin form input[type="email"],
    .bloggo-text-optin form input[type="text"],
    .bloggo-unter-optin form input[type="email"],
    .bloggo-unter-optin form input[type="text"] {
      width: 100%;
      max-width: 100%;
      margin-bottom: 5px; }
      @media (max-width: 600px) {
        .bloggo-text-optin form input[type="email"],
        .bloggo-text-optin form input[type="text"],
        .bloggo-unter-optin form input[type="email"],
        .bloggo-unter-optin form input[type="text"] {
          width: 100%;
          margin: 14px 0; } }
    .bloggo-text-optin form input[type="submit"],
    .bloggo-text-optin form button,
    .bloggo-unter-optin form input[type="submit"],
    .bloggo-unter-optin form button {
      margin-top: 0;
      width: 100%;
      display: inline-block;
      padding: 20px 10px;
      font-size: 18px; }
      @media (max-width: 600px) {
        .bloggo-text-optin form input[type="submit"],
        .bloggo-text-optin form button,
        .bloggo-unter-optin form input[type="submit"],
        .bloggo-unter-optin form button {
          width: 100%;
          margin: 14px 0; } }
  .bloggo-text-optin > *:last-child,
  .bloggo-unter-optin > *:last-child {
    margin-bottom: 0; }

.bloggo-text-optin {
  margin: 28px 0; }

.box-optin-in-text {
  margin: 28px 0; }

.social-buttons {
  height: 20px;
  margin: 28px 0 42px 0; }
  .social-buttons > div {
    float: left;
    padding: 0 1rem; }
  .social-buttons > div:first-of-type {
    padding-left: 0; }
  .social-buttons > div:last-of-type {
    padding-right: 0; }
  .social-buttons .fb-share {
    margin-top: -9px;
    max-width: 100px;
    overflow: hidden; }
  .social-buttons .tw, .social-buttons .xing {
    width: 110px; }
  .social-buttons .gplus {
    width: 80px; }
  @media (max-width: 600px) {
    .social-buttons {
      height: auto; }
      .social-buttons > div {
        float: none;
        padding: 4px 0; } }

/* Blog-Seite */
.page-blog .post,
.page-podcast .post {
  clear: both;
  margin-bottom: 56px; }
  .page-blog .post .entry-title,
  .page-podcast .post .entry-title {
    margin-bottom: 0; }
  .page-blog .post .comments-link a,
  .page-podcast .post .comments-link a {
    font-size: 13px;
    text-transform: uppercase;
    color: #AAA;
    margin: 0;
    padding: 0;
    display: inline-block; }
    .page-blog .post .comments-link a:hover,
    .page-podcast .post .comments-link a:hover {
      color: #389999; }

.content-area-overview .post {
  clear: both;
  margin-bottom: 56px; }

.pagination {
  clear: both; }
  .pagination span,
  .pagination a {
    display: block;
    float: left;
    padding: 6px;
    background: #EEEEEE;
    color: #888;
    margin-right: 6px;
    width: 40px;
    text-align: center;
    font-weight: 700;
    border-radius: 50%;
    font-size: 13px;
    line-height: 28px; }
  .pagination a:hover {
    background: #222;
    color: #FFF; }
  .pagination .currenttext {
    background: #333;
    color: #FFF; }

/* Fokus Seite */
.page-fokus .header-custom-area,
.page-fokus .footer-custom-area {
  display: none; }
@media (min-width: 980px) {
  .page-fokus .wrap {
    max-width: 840px; }
  .page-fokus .content-area {
    width: 100%; }
  .page-fokus .logo {
    text-align: center; }
    .page-fokus .logo a {
      display: block;
      float: none;
      margin: 0; }
  .page-fokus .main-navigation, .page-fokus .site-footer .footer-navigation, .site-footer .page-fokus .footer-navigation {
    text-align: center;
    float: none;
    width: 100%; }
    .page-fokus .main-navigation ul, .page-fokus .site-footer .footer-navigation ul, .site-footer .page-fokus .footer-navigation ul {
      margin: 0;
      text-align: center; }
    .page-fokus .main-navigation li, .page-fokus .site-footer .footer-navigation li, .site-footer .page-fokus .footer-navigation li {
      float: none;
      display: inline;
      margin: 0 7px; }
      .page-fokus .main-navigation li a, .page-fokus .site-footer .footer-navigation li a, .site-footer .page-fokus .footer-navigation li a {
        font-size: .888888889em; }
  .page-fokus .site-info {
    padding-top: 4px; }
  .page-fokus .site-header .wrap {
    text-align: center; }
  .page-fokus .logo,
  .page-fokus .tagline {
    float: none;
    margin: 0;
    display: inline-block; }
    .page-fokus .logo:hover,
    .page-fokus .tagline:hover {
      background-position: 0 0; }
  .page-fokus .tagline {
    display: block;
    margin: 4px 0 8px;
    width: 100%; } }

.page-fokus-normal .header-custom-area,
.page-fokus-normal .footer-custom-area,
.bbpress .header-custom-area,
.bbpress .footer-custom-area {
  display: none; }
.page-fokus-normal .site-main.wrap,
.bbpress .site-main.wrap {
  max-width: 840px; }
.page-fokus-normal .content-area,
.bbpress .content-area {
  width: 100%; }

.page-fokus-full .header-custom-area,
.page-fokus-full .footer-custom-area,
.bbpress .header-custom-area,
.bbpress .footer-custom-area {
  display: none; }
.page-fokus-full .site-main.wrap,
.bbpress .site-main.wrap {
  max-width: 1220px; }

/* Forms */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"] {
  padding: 11px 15px;
  border: 1px solid #DDD;
  font-size: 14px; }
  @media (max-width: 600px) {
    input[type="text"],
    input[type="email"],
    input[type="search"],
    input[type="password"],
    input[type="url"] {
      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"],
button,
.button,
.wpb_button {
  font-size: .888888889em;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  position: relative;
  margin-top: 14px;
  padding: 10px 20px;
  white-space: normal;
  text-align: center;
  color: white;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 5px;
  background-color: #f26a4b;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyNmE0YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2OTI3YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f26a4b), color-stop(100%, #f6927b));
  background-image: -moz-linear-gradient(bottom, #f26a4b 0%, #f6927b 100%);
  background-image: -webkit-linear-gradient(bottom, #f26a4b 0%, #f6927b 100%);
  background-image: linear-gradient(to top, #f26a4b 0%, #f6927b 100%);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 1em; }

button {
  display: block; }

.button {
  display: inline-block; }

input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus,
.button:hover,
.button:focus,
.wpb_button:hover,
button.wpb_button:hover,
.wpb_button:focus {
  color: white;
  background-color: #f58e76;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0N2U2MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3YTU5MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f47e63), color-stop(100%, #f7a593));
  background-image: -moz-linear-gradient(bottom, #f47e63 0%, #f7a593 100%);
  background-image: -webkit-linear-gradient(bottom, #f47e63 0%, #f7a593 100%);
  background-image: linear-gradient(to top, #f47e63 0%, #f7a593 100%); }

input[type="submit"]:focus,
button:focus,
.button:focus {
  outline: none; }

input[type="submit"]:active,
button:active,
.button:active,
.wpb_button:active,
.vc_btn3-container .vc_btn3:active {
  box-shadow: none;
  background: #f26a4b;
  top: 1px;
  outline: none; }

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  margin-top: 7px; }

.vc_general.vc_btn3:hover, .vc_general.vc_btn3:focus {
  border: none !important; }

.vc_general.vc_btn3:hover, .vc_general.vc_btn3:focus {
  color: white !important; }

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

textarea {
  border: 1px solid #DDD;
  padding: 15px;
  width: 90%; }
  @media (max-width: 600px) {
    textarea {
      width: 100%; } }

/* Suchen-Seite */
.site-suche .screen-reader-text {
  display: none; }
.site-suche input {
  font-size: 1.4em;
  line-height: 1.547619048em;
  width: 100%; }

/* Sidebar */
@media (max-width: 600px) {
  .sidebar {
    margin-top: 56px; } }
.sidebar .search-form .screen-reader-text {
  display: none; }

.widget {
  margin-bottom: 56px; }
  .widget *:first-child {
    margin-top: 0; }
  .widget *:last-child {
    margin-bottom: 0; }
  .widget h3.widget-title, .widget .widget-title.comments-title {
    margin-top: 0; }

.widget-sidebar-optin {
  background: #FEF5D7;
  color: #222;
  padding: 28px 28px 28px 28px; }
  .widget-sidebar-optin input,
  .widget-sidebar-optin button {
    width: 100%; }

.sidebar .popular-posts .wpp-list {
  margin: 0;
  padding: 0;
  background: #F1F1F1;
  list-style: none; }
  .sidebar .popular-posts .wpp-list li {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #FAFAFA; }
    .sidebar .popular-posts .wpp-list li a {
      display: block;
      padding: 20px;
      color: #222;
      font-size: .888888889em; }
      .sidebar .popular-posts .wpp-list li a:hover {
        background: #FAFAFA;
        color: #222; }
    .sidebar .popular-posts .wpp-list li:first-child {
      border-top: none; }
    .sidebar .popular-posts .wpp-list li:last-child {
      border-bottom: none; }

/* Kommentare */
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.comments-title {
  margin: 84px 0 84px; }

.bypostauthor {
  padding-top: 28px;
  border-top: 3px solid #DDDDDD; }

.comment-meta {
  padding-bottom: 28px;
  text-transform: uppercase; }
  .comment-meta .says {
    display: none; }
  .comment-meta .comment-author img {
    border-radius: 50%;
    margin-right: 14px;
    float: left; }
    @media (max-width: 600px) {
      .comment-meta .comment-author img {
        float: left !important;
        margin: 0 14px 0 0; } }
  .comment-meta .comment-metadata,
  .comment-meta .fn,
  .comment-meta .edit-link {
    color: #AAA;
    margin: 0;
    padding: 0;
    display: inline-block; }
    .comment-meta .comment-metadata a,
    .comment-meta .fn a,
    .comment-meta .edit-link a {
      color: #AAA; }
  .comment-meta .fn {
    font-size: 15px;
    margin-bottom: -9px;
    display: block; }
    @media (max-width: 600px) {
      .comment-meta .fn {
        margin-bottom: -2px; } }
  .comment-meta .comment-metadata,
  .comment-meta .edit-link {
    font-size: 13px;
    margin-top: 0px; }
  .comment-meta .comment-awaiting-moderation {
    margin-top: 28px;
    margin-bottom: 0;
    color: #AAA; }

.comment-content,
.comment-respond p,
.comment .reply {
  font-size: .888888889em;
  line-height: 1.555555556em; }
  @media (max-width: 600px) {
    .comment-content,
    .comment-respond p,
    .comment .reply {
      font-size: .777777778em;
      line-height: 1.555555556em; } }

.children {
  list-style: none;
  padding-left: 56px;
  padding-top: 56px; }
  .children > *:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

.comment {
  padding-bottom: 56px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 56px; }
  .comment .comment-respond {
    width: 570px;
    max-width: 100%;
    margin-top: 28px;
    background: #FEF5D7;
    padding: 28px; }
    .comment .comment-respond #cancel-comment-reply-link {
      display: inline-block;
      font-size: .777777778em; }
  .comment .comment-reply-title {
    margin-top: 0;
    color: #222;
    padding-bottom: 0;
    border: none; }

.pingback {
  padding-bottom: 56px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 56px; }

.comment-reply-title {
  color: #DDD;
  padding-bottom: 4px;
  border-bottom: 3px solid #DDD;
  margin-bottom: 28px; }

.comment-form label {
  display: block; }
.comment-form input:not(input[type=submit]),
.comment-form textarea {
  width: 380px;
  max-width: 100%; }
.comment-form textarea {
  width: 100%;
  min-height: 200px; }

.comment-subscription-form {
  margin-bottom: 6px; }

.tgm-aw-subscribe label {
  display: inline; }

/* Etc */
.notiz, .bbsocial a, .sidebar .widget_nav_menu ul li .sub-menu, .ncore_new_password_link a {
  font-size: .777777778em;
  line-height: 1.555555556em; }

.indicates-required {
  display: none; }

.header-custom-area,
.footer-custom-area {
  text-align: center;
  padding: 28px 0 0; }
  .header-custom-area blockquote,
  .footer-custom-area blockquote {
    border: none;
    padding: 14px; }

/* Optins */
.optin-text > *:last-child,
.notiz > *:last-child,
.bbsocial a > *:last-child,
.sidebar .widget_nav_menu ul li .sub-menu > *:last-child,
.ncore_new_password_link a > *:last-child,
.intro-zitat > *:last-child,
.area-willkommen-text > *:last-child {
  margin-bottom: 0; }

.optin-text > *:first-child {
  margin-top: 0; }

.optin-code,
.intro-zitat {
  margin: 20px 0; }

.optin-code {
  margin: -18px 0 20px; }

.bloggo-text-optin .optin-code,
.widget-sidebar-optin .optin-code,
.bloggo-unter-optin .optin-code {
  margin: 28px 0; }
  .bloggo-text-optin .optin-code form,
  .widget-sidebar-optin .optin-code form,
  .bloggo-unter-optin .optin-code form {
    margin: 0; }
.bloggo-text-optin img,
.widget-sidebar-optin img,
.bloggo-unter-optin img {
  background: none;
  border: none;
  padding: 0;
  margin: 0; }

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

/* ETC */
#wpstats {
  display: none; }

.mejs-controls div.mejs-horizontal-volume-slider {
  width: 58px !important; }

/* Click to Social */
/* Icons */
[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:after, [class*=" icon-"]:after {
  font-family: "fontsi";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none; }

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

/* '' */
.icon-facebook:before {
  content: '\e801'; }

/* '' */
.icon-gplus:before {
  content: '\e802'; }

/* '' */
.icon-download-cloud:after {
  margin-left: 20px;
  font-size: 36px;
  position: relative;
  top: 6px;
  content: '\e803'; }

/* '' */
.bbsocial {
  text-align: center;
  margin: 3.125em 0; }
  .bbsocial blockquote {
    padding: 0 0 10px;
    margin-bottom: 0;
    border: none;
    padding: 0 56px; }
  .bbsocial a {
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    display: inline-block; }
    .bbsocial a:before {
      margin-right: 5px; }
  .bbsocial span {
    font-size: 10px;
    color: #AAA;
    position: absolute;
    top: 20px;
    left: 14px; }
  .bbsocial p {
    margin-bottom: 0; }
  .bbsocial .icon-facebook {
    color: #3B5999;
    border-color: #3B5999;
    margin-right: 20px; }
  .bbsocial .icon-twitter {
    color: #55ACEE;
    border-color: #55ACEE; }

/* 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 #DDDDDD;
    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 #DDDDDD; }
    .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 #DDD;
  height: auto;
  max-width: 100%;
  width: 300px; }

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

.content-area table.ncore_form_table tr {
  border-bottom: none; }

#user_signup_form_form table.ncore_form_table th {
  min-width: 130px; }

.fb-like.fb_iframe_widget {
  overflow: hidden;
  width: 100%; }

/* Box Layout */
body.bloggo-boxed {
  background: #EAEAEA; }
  body.bloggo-boxed .area-willkommen {
    background: transparent; }
    body.bloggo-boxed .area-willkommen .wrap {
      background: #084550;
      padding: 3% 6%; }
  body.bloggo-boxed .site-header {
    background: transparent;
    border: none;
    margin-top: 18px; }
    @media (max-width: 1220px) {
      body.bloggo-boxed .site-header {
        margin-top: 0; } }
    body.bloggo-boxed .site-header:after {
      content: none; }
    body.bloggo-boxed .site-header .wrap {
      background: #051F27; }
  body.bloggo-boxed .site-footer {
    margin-bottom: 56px;
    background: transparent; }
    @media (max-width: 1220px) {
      body.bloggo-boxed .site-footer {
        margin-bottom: 0; } }
    body.bloggo-boxed .site-footer:after {
      content: none; }
    body.bloggo-boxed .site-footer .wrap {
      background: #144551;
      position: relative;
      padding-left: 4%;
      padding-right: 4%; }
    body.bloggo-boxed .site-footer .site-info {
      background: transparent;
      padding: 0; }
      body.bloggo-boxed .site-footer .site-info .wrap {
        background: #051F27;
        padding: 10px 0; }
  body.bloggo-boxed .site-main,
  body.bloggo-boxed .content-area {
    background: white; }
  body.bloggo-boxed .content-area {
    width: 70%; }
  body.bloggo-boxed.bbpress .content-area {
    width: 100%; }
  body.bloggo-boxed div.sidebar {
    width: 30%; }
  @media (max-width: 880px) {
    body.bloggo-boxed .content-area,
    body.bloggo-boxed div.sidebar {
      width: 100%;
      float: none; } }
  body.bloggo-boxed .site-main, body.bloggo-boxed.home .content-area {
    padding-bottom: 56px;
    width: 100%; }
  body.bloggo-boxed.page-fokus .wrap, body.bloggo-boxed.bbpress .wrap, body.bloggo-boxed.page-fokus-normal .wrap {
    max-width: 1220px; }
    body.bloggo-boxed.page-fokus .wrap .content-area, body.bloggo-boxed.bbpress .wrap .content-area, body.bloggo-boxed.page-fokus-normal .wrap .content-area {
      max-width: 825px;
      margin: 0 auto;
      float: none; }
  body.bloggo-boxed.page-fokus-full .wrap .content-area, body.bloggo-boxed.bbpress .wrap .content-area {
    max-width: 100%; }
  body.bloggo-boxed .site-main {
    padding: 0; }
    body.bloggo-boxed .site-main .content-area {
      padding: 3.7% 7.4%; }
      @media (max-width: 600px) {
        body.bloggo-boxed .site-main .content-area {
          padding: 2% 4%; } }
    body.bloggo-boxed .site-main .sidebar {
      margin-top: 56px; }

/* BBPress Support */
@font-face{font-display:swap;
  font-family: 'fontsi';src:url(/wp-content/themes/bloggo-x-uyjBPx/css/../fonts/fontsi.woff) format("woff");
  font-weight: normal;
  font-style: normal; }
#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: 13px;
  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; }

/* Responsive Tables */
.stacktable {
  width: 100%; }

.st-head-row {
  padding-top: 1em; }

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0; }

.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
  font-weight: 700; }

.st-val {
  width: 49%;
  padding-left: 1%; }

/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: table; }

.stacktable.small-only {
  display: none; }

@media (max-width: 800px) {
  .stacktable.large-only {
    display: none; }

  .stacktable.small-only {
    display: table; } }.area-willkommen h1,.area-willkommen h2{margin-bottom:5px;font-family:'champagne__limousinesbold';-webkit-font-smoothing:subpixel-antialiased}.header-custom-area h1,.header-custom-area h1 a,.header-custom-area h2,.header-custom-area h2 a{font-family:'ostrich_sansblack';color:#fff;text-align:center;line-height:1;margin:0}.archive-title{border-bottom:2px solid #ddd}