﻿@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/*
 :::  Reset
-------------------------------------------------- */
@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
html {
  box-sizing: border-box; }

*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: inherit;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block; }

ol, ul {
  list-style: none; }

/*-------------------------------------------------- */
/* ---  Colors  --- */
/*
 :::  Reset
-------------------------------------------------- */
html {
  box-sizing: border-box; }

*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: inherit;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block; }

ol, ul {
  list-style: none; }

/*-------------------------------------------------- */
/* ---  Variables  --- */
/* ---  em to px polyfill  --- */
/* ---  Basics  --- */
@media only screen and (min-width: 1280px) {
  html {
    font-family: "desktop"; } }
@media only screen and (max-width: 1279px) {
  html {
    font-family: "large"; } }
@media only screen and (max-width: 1129px) {
  html {
    font-family: "mediumlarge"; } }
@media only screen and (max-width: 979px) {
  html {
    font-family: "medium"; } }
@media only screen and (max-width: 767px) {
  html {
    font-family: "small"; } }

::-moz-selection {
  background: #9f6f49;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #9f6f49;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #9f6f49;
  color: #fff;
  text-shadow: none; }

img {
  border: none;
  max-width: 100%;
  height: auto; }
  img.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 0.5em; }
  img.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 0.5em; }

/*Font related stuff*/
strong {
  font-weight: 700; }

em {
  font-style: italic; }

hr {
  display: block;
  border-top: 1px solid #D2D2D2; }

blockquote {
  padding: 0 3em 0 3.5em;
  margin: 2em 0;
  position: relative;
  font-style: italic;
  padding: 1em 3em 1em 3.5em;
  margin: 1em 0;
  background: #f8f8f7; }
  blockquote:before, blockquote:after {
    content: "„";
    font-size: 110px;
    font-style: normal;
    color: #B0AAA9;
    position: absolute;
    top: -.15em;
    line-height: 0;
    left: .05em; }
  blockquote:after {
    content: "“";
    font-size: 110px;
    font-style: normal;
    top: auto;
    left: auto;
    right: 0;
    bottom: -0.95em; }
  blockquote:after {
    display: none; }

body,
input,
select,
button,
textarea {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.714285714285714;
  font-weight: 400;
  color: #646464; }

body {
  background: #eeeeee; }

input:focus, textarea:focus, button:focus {
  outline: none; }

input:focus,
textarea:focus {
  border-color: #646464 !important; }

/* ---  Links  --- */
a,
a:visited {
  text-decoration: none;
  outline: none;
  color: inherit; }

.textwidget a,
.content a {
  color: #9f6f49; }
  .textwidget a:hover,
  .content a:hover {
    color: inherit;
    text-decoration: underline; }
  .textwidget a.secretlink,
  .content a.secretlink {
    color: inherit; }
    .textwidget a.secretlink:hover,
    .content a.secretlink:hover {
      color: inherit;
      text-decoration: none; }

/* ---  Headlines  --- */
.hlf,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-style: normal;
  color: #000000;
  margin: 0 0 0.5714285714em;
  line-height: 1.3; }
  .the_content .hlf, .the_content
  h1, .the_content
  h2, .the_content
  h3, .the_content
  h4, .the_content
  h5, .the_content
  h6 {
    margin-top: 1.4285714286em; }
  .hlf a,
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit; }
  .hlf + p img.alignright, .hlf + p img.alignleft,
  h1 + p img.alignright,
  h1 + p img.alignleft,
  h2 + p img.alignright,
  h2 + p img.alignleft,
  h3 + p img.alignright,
  h3 + p img.alignleft,
  h4 + p img.alignright,
  h4 + p img.alignleft,
  h5 + p img.alignright,
  h5 + p img.alignleft,
  h6 + p img.alignright,
  h6 + p img.alignleft {
    margin-top: -2.4285714286em; }

.content .hlf.h_1,
.content .hlf.h_4,
.content .hlf.h_5,
.content .hlf.h_6,
.content h1,
.content h4,
.content h5,
.content h6 {
  color: #B0AAA9; }

.content .hlf.h_5,
.content h5 {
  color: #646464; }

.content .hlf.h_6,
.content h6 {
  color: #8B7C6C; }

.hlf.h_1,
h1 {
  font-size: 1.9285714286em;
  margin-bottom: 0.7142857143em; }

.hlf.h_2,
h2,
.post > .hlf.h_1,
.post > h1,
.page > .hlf.h_1,
.page > h1,
h1.archive,
.abmahnbarometer > .hlf.h_1,
.abmahnbarometer > h1,
.blog > .hlf.h_1,
.blog > h1,
.referenzen > .hlf.h_1,
.referenzen > h1,
h3#reply-title {
  font-size: 2em;
  color: #8B7C6C; }

.hlf.h_3,
h3 {
  font-size: 1.5714285714em;
  color: #B0AAA9; }

.the_content .hlf.h_2,
.the_content h2 {
  font-size: 1.7142857143em;
  color: #646464; }

.hlf.h_4,
h4,
.the_content .hlf.h_3,
.the_content h3,
.blog .hlf.h_2,
.blog h2,
.archive .hlf.h_2,
.archive h2 {
  font-size: 1.4285714286em; }

.hlf.h_5,
h5,
.the_content .hlf.h_4,
.the_content h4,
h3.comment-meta {
  font-size: 1.2857142857em; }

.hlf.h_6,
h6,
.the_content .hlf.h_5,
.the_content h5 {
  font-size: 1.1428571429em; }

.ls-container .hlf.h_3,
.ls-container h3 {
  color: #646464; }

.taxdesc {
  font-style: italic;
  font-size: 1.1em;
  color: #B0AAA9;
  display: block;
  margin-top: -0.7142857143em;
  margin-bottom: 3em;
  border-left: 3px solid #B0AAA9;
  padding-left: 1em; }

.sidebar .hlf.h_1, .sidebar h1 {
  font-size: 1.7142857143em;
  color: #B0AAA9; }

.sidebar .hlf.h_2, .sidebar h2 {
  font-size: 1.4285714286em;
  color: #646464; }

.sidebar .hlf.h_3, .sidebar h3 {
  font-size: 1.2857142857em;
  color: #B0AAA9; }

.sidebar .hlf.h_4, .sidebar h4,
.sidebar .hlf.h_5, .sidebar h5,
.sidebar .hlf.h_6, .sidebar h6 {
  font-size: 1.1428571429em;
  color: #B0AAA9; }

@media only screen and (max-width: 767px) {
  .hlf.hl_1,
  h1 {
    font-size: 1.5714285714em; }

  .hlf.h_2,
  h2,
  .post > .hlf.h_1,
  .post > h1,
  .page > .hlf.h_1,
  .page > h1,
  h1.archive,
  .abmahnbarometer > .hlf.h_1,
  .abmahnbarometer > h1,
  .blog > .hlf.h_1,
  .blog > h1,
  .referenzen > .hlf.h_1,
  .referenzen > h1,
  h3#reply-title {
    font-size: 1.4285714286em; }

  h3, .hlf.hl_3 {
    font-size: 1.2857142857em; }

  .the_content .hlf.h_2, .the_content h2 {
    font-size: 1.4285714286em; }

  .hlf.h_4,
  h4,
  .the_content .hlf.h_3,
  .the_content h3,
  .blog .hlf.h_2,
  .blog h2,
  .archive .hlf.h_2,
  .archive h2 {
    font-size: 1.2857142857em; }

  .hlf.h_5,
  h5,
  .the_content .hlf.h_4,
  .the_content h4,
  h3.comment-meta {
    font-size: 1.1428571429em; }

  .sidebar .hlf.h_1, .sidebar h1 {
    font-size: 1.5714285714em; }

  .sidebar .hlf.h_2, .sidebar h2 {
    font-size: 1.2857142857em; }

  .sidebar .hlf.h_3, .sidebar h3 {
    font-size: 1.1428571429em; }

  .sidebar .hlf.h_4, .sidebar h4,
  .sidebar .hlf.h_5, .sidebar h5,
  .sidebar .hlf.h_6, .sidebar h6 {
    font-size: 1.1428571429em; } }
/* ---  Paragraphs  --- */
p,
div.p,
hr {
  margin: 0.75em 0 0.75em;
  line-height: 1.5;
  text-rendering: optimizeLegibility; }

hr {
  margin: 1.5em 0; }

div.p p {
  margin: 0; }

/* ---  WordPress Classes and the like  --- */
.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

@media only screen and (max-width: 767px) {
  .wp-caption {
    width: 100% !important; } }
.wp-caption img {
  vertical-align: middle; }
.wp-caption .wp-caption-text {
  display: block;
  background: #B0AAA9;
  color: #ffffff;
  padding: 0.5em 1em;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .wp-caption .wp-caption-text {
      padding: 0.5em;
      width: 100%; } }

/* ---  Buttons  --- */
a.readmore {
  position: relative;
  display: inline-block;
  background: #EDEBE9;
  color: #646464;
  line-height: 1.4;
  padding: 0.5em 0.8em 0.5em 3.2em;
  -webkit-transition: background .1s;
  transition: background .1s;
  overflow: hidden; }
  a.readmore:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: .1em;
    bottom: 0;
    font-size: 1.5em;
    width: 1.65em;
    background: #8B7C6C;
    border-right: 1px solid #fff; }
  a.readmore:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "";
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: .1em;
    bottom: 0;
    width: 1.65em;
    text-align: center;
    line-height: 0;
    color: #ffffff;
    font-size: 1.5em;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%); }
  a.readmore.white {
    background: #ffffff; }
  a.readmore:focus, a.readmore:hover, a.readmore:active {
    background: #8B7C6C;
    color: #ffffff;
    text-decoration: none; }
  a.readmore + a.readmore {
    float: right;
    margin-top: -2.3em; }
  a.readmore.nofloat {
    float: none;
    display: inline-block;
    width: auto; }
  a.readmore.light {
    background: #fafafa; }
    a.readmore.light:focus, a.readmore.light:hover, a.readmore.light:active {
      background: #8B7C6C; }

.kab {
  margin: 1em;
  text-align: center; }
  .kab > a {
    font-size: 1.1333333333em;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #f2c100;
    background: -webkit-linear-gradient(top, #ffd93f 0%, #f2c100 100%);
    background: linear-gradient(to bottom, #ffd93f 0%, #f2c100 100%);
    color: #000000;
    line-height: 1.4;
    padding: 0.5em 1.5em;
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.4); }
    .kab > a:focus, .kab > a:hover, .kab > a:active {
      color: #000000;
      text-decoration: none;
      background: #e2b500;
      background: -webkit-linear-gradient(top, #ffcf0c 0%, #e2b500 100%);
      background: linear-gradient(to bottom, #ffcf0c 0%, #e2b500 100%); }
    .kab > a.dark {
      color: #ffffff;
      background: #A76C44;
      background: -webkit-linear-gradient(top, #be8660 0%, #A76C44 100%);
      background: linear-gradient(to bottom, #be8660 0%, #A76C44 100%); }
      .kab > a.dark:focus, .kab > a.dark:hover, .kab > a.dark:active {
        background: #95603d;
        background: -webkit-linear-gradient(top, #b7784e 0%, #95603d 100%);
        background: linear-gradient(to bottom, #b7784e 0%, #95603d 100%); }

.arrowbutton {
  float: right;
  background: #D2D2D2;
  padding: 0 .5em .2em .5em;
  font-size: 2.5em;
  margin-left: 2px;
  line-height: .85; }
  .arrowbutton:focus, .arrowbutton:hover, .arrowbutton:active {
    background: #9D9283;
    color: #ffffff; }

.cbox {
  border: 1px solid #D2D2D2;
  padding: 20px;
  margin: 2em 0 2em; }
  .cbox > *:first-child,
  .cbox .col > *:first-child,
  .cbox .tabContent > *:first-child,
  .cbox .togglebody > *:first-child {
    margin-top: 0; }
  .cbox p:empty {
    display: none; }
  .cbox ul,
  .cbox ol,
  .cbox p {
    margin-top: 0; }
  .cbox.default:after, .cbox.solid:after {
    content: "";
    display: table;
    clear: both; }

.cbox .views,
.additinalinfos .views {
  margin-left: 0.7em;
  color: #7e7e7e; }
  .cbox .views i,
  .additinalinfos .views i {
    margin-right: .2em; }

.additinalinfos .views {
  margin-left: 0; }
.additinalinfos a.hasCount {
  margin-right: 0.7em; }

.cbox.solid {
  border: none;
  background: #EDEBE9; }

.cbox.white {
  border: none;
  background: none; }

.cbox.fold {
  border: none;
  padding: 0; }

.cbox.tabs {
  border: none;
  padding: 0;
  position: relative; }
  .cbox.tabs .tabsList {
    list-style: none;
    position: relative;
    z-index: 1;
    padding-left: 0;
    white-space: nowrap; }
    .cbox.tabs .tabsList li {
      display: inline-block;
      margin-bottom: 0; }
      .cbox.tabs .tabsList li + li {
        margin-left: 0.2857142857em; }
    .cbox.tabs .tabsList a {
      padding: 0.7142857143em 1.4285714286em;
      background: #B0AAA9;
      border-radius: 4px 0 0 0;
      color: #646464;
      display: inline-block; }
      .cbox.tabs .tabsList a:focus, .cbox.tabs .tabsList a:hover, .cbox.tabs .tabsList a:active {
        background: #d5d1d1;
        text-decoration: none; }
    .cbox.tabs .tabsList li.current a {
      background: #EDEBE9; }
  .cbox.tabs .tabhead {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    top: -5em; }
    .cbox.tabs .tabhead:focus {
      outline: none; }
  .cbox.tabs .tabContent {
    position: relative;
    z-index: 2;
    padding: 20px;
    background: #EDEBE9; }
  .cbox.tabs.taboverflow {
    position: relative; }
    .cbox.tabs.taboverflow .tabsList {
      padding-left: 5.1em;
      overflow: hidden; }
    .cbox.tabs.taboverflow .tabnav > a {
      position: absolute;
      top: 0;
      z-index: 1;
      padding: 0.7142857143em 1.4285714286em;
      background: #7f7674;
      border-radius: 4px 0 0 0;
      color: #ffffff; }
      .cbox.tabs.taboverflow .tabnav > a:focus, .cbox.tabs.taboverflow .tabnav > a:hover, .cbox.tabs.taboverflow .tabnav > a:active {
        background: #8b8381;
        text-decoration: none; }
      .cbox.tabs.taboverflow .tabnav > a i:before {
        font-size: 2em;
        position: relative;
        top: -0.1em; }
      .cbox.tabs.taboverflow .tabnav > a.tabnext {
        right: -2px;
        top: -2px;
        box-shadow: -10px 1px 30px 1px rgba(255, 255, 255, 0.8);
        border-radius: 0 4px 0 0;
        border-right: 2px solid #ffffff;
        border-top: 2px solid #ffffff; }
      .cbox.tabs.taboverflow .tabnav > a.tabprev {
        left: 0; }
  @media only screen and (max-width: 767px) {
    .cbox.tabs .tabsList {
      overflow: visible;
      white-space: normal; }
      .cbox.tabs .tabsList li {
        display: block; }
        .cbox.tabs .tabsList li + li {
          margin-left: 0; }
        .cbox.tabs .tabsList li > a {
          display: block;
          border-radius: 0;
          padding: 0.3em 1em;
          border-bottom: 1px solid #EDEBE9; }
        .cbox.tabs .tabsList li > a {
          border-bottom-color: #8b8381; }
        .cbox.tabs .tabsList li:first-child > a {
          border-radius: 4px 4px 0 0; }
    .cbox.tabs.taboverflow .tabsList {
      padding-left: 0;
      overflow: visible;
      white-space: normal; }
    .cbox.tabs .tabnav {
      display: none; }
    .cbox.tabs .tabbody {
      min-height: auto !important; } }

@media only screen and (max-width: 979px) {
  .so-panel .cbox.tabs .tabsList {
    overflow: visible;
    white-space: normal; }
    .so-panel .cbox.tabs .tabsList li {
      display: block; }
      .so-panel .cbox.tabs .tabsList li + li {
        margin-left: 0; }
      .so-panel .cbox.tabs .tabsList li > a {
        display: block;
        border-radius: 0;
        padding: 0.3em 1em;
        border-bottom: 1px solid #EDEBE9; }
      .so-panel .cbox.tabs .tabsList li > a {
        border-bottom-color: #8b8381; }
      .so-panel .cbox.tabs .tabsList li:first-child > a {
        border-radius: 4px 4px 0 0; }
  .so-panel .cbox.tabs.taboverflow .tabsList {
    padding-left: 0;
    overflow: visible;
    white-space: normal; }
  .so-panel .cbox.tabs .tabnav {
    display: none; }
  .so-panel .cbox.tabs .tabbody {
    min-height: auto !important; } }
.cbox.toggle {
  padding: 0;
  border: none; }
  .cbox.toggle .toggleItem {
    border-bottom: 1px solid #D2D2D2; }
    .cbox.toggle .toggleItem:last-child {
      border-bottom: none; }
  .cbox.toggle .toggleheadline {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding: 1em 4.5em 1.1em 20px;
    background: #EDEBE9;
    position: relative;
    line-height: 1.25;
    -webkit-transition: background .5s;
    transition: background .5s; }
    .cbox.toggle .toggleheadline:after {
      font-weight: 400;
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "";
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 20px;
      top: 45%;
      margin-top: -0.4em;
      font-size: 2em; }
    .cbox.toggle .toggleheadline.openBody {
      background: #d5d1d1; }
      .cbox.toggle .toggleheadline.openBody:after {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        content: "";
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
  .cbox.toggle .togglebody {
    padding: 20px;
    background: #f8f8f7;
    max-height: 2000px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .cbox.toggle .togglebody.closed {
      padding-top: 0;
      padding-bottom: 0;
      max-height: 0;
      overflow: hidden; }
    .cbox.toggle .togglebody h3 {
      font-size: 1.2857142857em;
      color: #646464; }

.cbox.toggle + .cbox.toggle {
  margin-top: -2em;
  border-top: 1px solid #D2D2D2; }

.cbox.toggle + .cbox.toggle.accordion {
  margin-top: 2em;
  border-top: none; }

.cbox.cols {
  padding: 0;
  border: none; }
  .cbox.cols.noborder .col {
    border: none; }
  .cbox.cols:after {
    content: "";
    display: table;
    clear: both; }
  .cbox.cols .col {
    float: left;
    border-right: 1px solid #D2D2D2;
    padding-right: 1em;
    border-left: 1px solid #D2D2D2;
    margin-left: -1px;
    padding-left: 1em; }
    .cbox.cols .col:first-child {
      border-left: none;
      margin-left: 0; }
    .cbox.cols .col:last-child {
      border-right: none;
      margin-right: 0; }
    .cbox.cols .col:empty  {
      display: none; }
  .cbox.cols .col_2 {
    width: 50%; }
  .cbox.cols .col_3 {
    width: 33.333%; }
  .cbox.cols .col_4 {
    width: 25%; }
  @media only screen and (max-width: 979px) {
    .cbox.cols {
      margin-left: -1em;
      margin-right: -1em; }
      .cbox.cols .col_4 {
        float: none;
        width: auto;
        border: none;
        padding-left: 1em;
        margin-left: 0;
        margin-bottom: 1em;
        padding-bottom: 1em;
        border-bottom: 1px dashed #D2D2D2; }
        .cbox.cols .col_4:last-child {
          margin-bottom: 0;
          padding-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .cbox.cols {
      margin-left: 0;
      margin-right: 0; }
      .cbox.cols .col_2,
      .cbox.cols .col_3 {
        float: none;
        width: auto;
        border: none;
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 1em;
        padding-bottom: 1em;
        border-bottom: 1px dashed #D2D2D2; }
        .cbox.cols .col_2:last-child,
        .cbox.cols .col_3:last-child {
          margin-bottom: 0; }
      .cbox.cols .col a > img:only-child {
        display: block;
        margin-bottom: 0.5em; } }

.cbox .cbox {
  margin: 0 0 1em 0; }
  @media only screen and (max-width: 767px) {
    .cbox .cbox li {
      margin-bottom: 0.4em; } }

@media only screen and (max-width: 979px) {
  .so-panel .cbox.cols .col:empty {
    display: none; }
  .so-panel .cbox.cols .col_2,
  .so-panel .cbox.cols .col_3,
  .so-panel .cbox.cols .col_4 {
    float: none;
    width: auto;
    border: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dashed #D2D2D2; }
    .so-panel .cbox.cols .col_2:last-child,
    .so-panel .cbox.cols .col_3:last-child,
    .so-panel .cbox.cols .col_4:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }

  .cbox.cols + .cbox.cols {
    border-top: 1px dashed #D2D2D2;
    padding-top: 1em;
    margin-top: -1em; } }
.cbox.scroll {
  max-height: 20em;
  overflow-y: scroll;
  position: relative;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 94%, #d2d2d2 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 94%, #d2d2d2 100%); }

.cbox p:first-child:last-child {
  margin-bottom: 0; }

.tabbody .scroll {
  max-height: 20em;
  overflow-y: scroll;
  position: relative; }

/* ---  Layout  --- */
.wrap {
  width: 1240px;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 1279px) {
    .wrap {
      width: 100%; } }

.content {
  width: 765px;
  float: left;
  /* background: rgba(0, 240, 0, 0.2); */ }
  @media only screen and (max-width: 1279px) {
    .content {
      width: 65%; } }
  @media only screen and (max-width: 979px) {
    .content {
      width: auto;
      float: none; } }
  .content.fullwidth {
    width: auto;
    float: none; }

.sidebar {
  width: 400px;
  min-height: 500px;
  float: right; }
  @media only screen and (max-width: 1279px) {
    .sidebar {
      width: 35%;
      padding-left: 30px; } }
  @media only screen and (max-width: 979px) {
    .sidebar {
      width: auto;
      float: none;
      padding-left: 0;
      min-height: 0;
      border-top: 1px solid #646464; } }
  .sidebar.no-meta {
    margin-top: 30px; }
    .sidebar.no-meta .sidemeta {
      margin-top: -30px;
      margin-bottom: -1px; }
  .sidebar.fakeline {
    margin-top: 30px;
    border-top: 1px solid #646464;
    padding-top: 29px; }
    .sidebar.fakeline .sidemeta.nonav {
      margin-top: -60px;
      margin-bottom: 29px; }
  .sidebar > li {
    display: block;
    list-style: none; }

.half {
  width: 48.9%;
  float: left;
  padding-right: 2.2%;
  margin-right: 2.2%;
  border-right: 1px solid #D2D2D2; }
  .half h3 {
    margin-top: 0; }
  .half .form-submit,
  .half .login-submit {
    margin-bottom: 0; }
  .half:nth-child(even) {
    padding-right: 0;
    margin-right: 0;
    border: none;
    border-left: 1px solid #D2D2D2;
    padding-left: 2.2%;
    margin-left: -2.2%;
    position: relative;
    left: -1px; }
    .half:nth-child(even):after {
      content: "";
      display: table;
      clear: both; }
  @media only screen and (max-width: 767px) {
    .half {
      width: auto;
      float: none;
      border: none;
      margin-right: 0;
      padding-right: 0;
      border-bottom: 1px solid #D2D2D2; }
      .half:nth-child(even) {
        border-left: none;
        left: 0;
        border-bottom: 1px solid #D2D2D2;
        margin-left: 0;
        padding-left: 0; }
      .half:last-child {
        border-bottom: none; } }

.third {
  width: 33.3%;
  clear: left;
  float: left;
  padding-right: 2.2%;
  border-right: 1px solid #D2D2D2; }
  .third h3 {
    margin-top: 0; }
  .third:nth-child(3n+2) {
    clear: none;
    padding-right: 0;
    margin-right: 0;
    border: none;
    border-left: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    padding-left: 2.2%;
    padding-right: 2.2%;
    position: relative;
    left: -1px; }
  .third:nth-child(3n+3) {
    clear: none;
    padding-right: 0;
    margin-right: 0;
    border: none;
    border-left: 1px solid #D2D2D2;
    padding-left: 2.2%;
    position: relative;
    left: -2px; }
    .third:nth-child(3n+3):after {
      content: "";
      display: table;
      clear: both; }
  @media only screen and (max-width: 767px) {
    .third {
      width: auto;
      float: none;
      border: none;
      margin-right: 0;
      padding-right: 0;
      border-bottom: 1px solid #D2D2D2; }
      .third:nth-child(3n+2), .third:nth-child(3n+3) {
        border: none;
        left: 0;
        border-bottom: 1px solid #D2D2D2;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0; }
      .third:last-child {
        border-bottom: none; } }

.sidebar .box ul.hasdate {
  padding-left: 0;
  margin-left: 0; }
  .sidebar .box ul.hasdate a {
    color: #9f6f49; }
    .sidebar .box ul.hasdate a:focus, .sidebar .box ul.hasdate a:hover, .sidebar .box ul.hasdate a:active {
      text-decoration: underline;
      color: #646464; }
.sidebar .box ul.hasdate .date {
  width: auto;
  margin-left: 0;
  margin-right: .6em; }

.urteilsbox.hasmoreurteile ul.hasdate li.withDate,
.third.additinalinfos ul.hasdate li.withDate {
  margin-left: 0; }
.urteilsbox.hasmoreurteile ul.hasdate .date,
.third.additinalinfos ul.hasdate .date {
  width: auto;
  margin-left: 0; }
.urteilsbox.hasmoreurteile ul.hasdate,
.third.additinalinfos ul.hasdate {
  padding-left: 0; }

.wrap-padding {
  padding: 20px; }
  .wrap-padding:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 979px) {
    .wrap-padding {
      padding: 20px 40px; } }
  @media only screen and (max-width: 767px) {
    .wrap-padding {
      padding: 20px; } }

/* ---  TopBanner  --- */
.topbanner {
  background: #f7f7f7;
  padding: 0.3em 20px;
  display: table;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .topbanner {
      display: none; } }
  .topbanner li {
    display: table-cell;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0.03em; }
    @media only screen and (max-width: 1129px) {
      .topbanner li {
        letter-spacing: 0; } }
    @media only screen and (max-width: 979px) {
      .topbanner li:nth-child(odd) {
        display: none; } }
    .topbanner li:first-child {
      text-align: left; }
      .topbanner li:first-child:after {
        content: "";
        margin-right: -20%; }
      @media only screen and (max-width: 979px) {
        .topbanner li:first-child {
          text-align: center; }
          .topbanner li:first-child:after {
            display: none; } }
    .topbanner li:last-child {
      text-align: right; }
      .topbanner li:last-child:before {
        content: "";
        margin-left: -5%; }
      @media only screen and (max-width: 979px) {
        .topbanner li:last-child {
          text-align: center; }
          .topbanner li:last-child:before {
            display: none; } }
    .topbanner li a {
      color: #A76C44;
      text-transform: uppercase;
      font-size: 0.8em;
      cursor: default;
      pointer-events: none; }

/* ---  Header  --- */
.header {
  position: relative;
  height: 10.7142857143em;
  padding: 2.1428571429em 20px; }
  @media only screen and (max-width: 1279px) {
    .header {
      height: auto;
      padding-bottom: 0;
      padding-top: 0.7142857143em; } }
  @media only screen and (max-width: 767px) {
    .header {
      padding-top: 1.4285714286em; } }

.header-logo {
  float: left;
  margin-bottom: 0; }
  @media only screen and (max-width: 1279px) {
    .header-logo {
      margin-bottom: 1.0714285714em; } }
  .header-logo a {
    display: block;
    height: 100%; }
    .header-logo a img {
      display: block;
      width: 170px;
      height: auto;
      height: 109px; }
  @media only screen and (max-width: 767px) {
    .header-logo {
      width: 35%;
      max-width: 12em; }
      .header-logo a img {
        width: 100%;
        height: auto; } }

.header-minimenu,
.header-langmenu {
  float: right;
  list-style: none;
  padding: 0;
  margin: 1em 0; }
  .header-minimenu li,
  .header-langmenu li {
    float: left;
    font-size: 1em;
    vertical-align: middle; }
    .header-minimenu li:before,
    .header-langmenu li:before {
      line-height: 1.6;
      vertical-align: middle;
      position: relative;
      top: -1px; }
  .header-minimenu a:focus, .header-minimenu a:hover, .header-minimenu a:active,
  .header-langmenu a:focus,
  .header-langmenu a:hover,
  .header-langmenu a:active {
    color: #000; }
  @media only screen and (max-width: 767px) {
    .header-minimenu,
    .header-langmenu {
      max-width: 55%;
      width: auto;
      font-size: 0.8571428571em;
      margin-top: 4%; }
      .header-minimenu li,
      .header-langmenu li {
        float: none;
        display: block;
        margin-right: 0;
        margin-bottom: 0.2em; } }

@media only screen and (max-width: 767px) {
  .header-langmenu {
    position: absolute;
    top: -1.3em;
    right: 0.7em; }
    .header-langmenu li {
      float: none;
      display: inline-block;
      margin-left: 0.2em; } }
.header-minimenu-contact {
  margin-right: 2em; }
  .header-minimenu-contact a:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "";
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: 1.6666666667em;
    height: 1.6666666667em;
    text-align: center;
    font-size: 0.8571428571em;
    line-height: 1.6666666667em;
    margin-right: 0.3333333333em;
    border-radius: 50%;
    background: #8B7C6C;
    color: #ffffff; }

.header-minimenu .header-minimenu-contact-phone a:before {
  content: '\f095'; }

.header-minimenu-contact-lock a:before {
  content: '\e61a'; }

.header-minimenu-lang {
  display: inline-block;
  position: relative;
  top: 0.2857142857em;
  margin-left: 0.7142857143em;
  background: #8B7C6C; }
  .header-minimenu-lang a {
    display: block;
    width: 1.7142857143em;
    height: 1.0714285714em;
    background: transparent url("../img/header.nav.lang.de.gif");
    background-size: 100% 100%;
    opacity: 0.5; }
    .header-minimenu-lang a:focus, .header-minimenu-lang a:hover, .header-minimenu-lang a:active {
      opacity: 0.8; }

.header-minimenu-lang-en a {
  background-image: url("../img/header.nav.lang.en.gif"); }

.header-minimenu-lang-es a {
  background-image: url("../img/header.nav.lang.es.gif"); }

/* ---  Navigation  --- */
@media only screen and (max-width: 1279px) {
  nav {
    clear: both;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 0.9285714286em;
    line-height: 0.9285714286em; } }
@media only screen and (max-width: 767px) {
  nav {
    background: #D2D2D2; }
    nav:after {
      content: "";
      display: table;
      clear: both; } }

nav .menu {
  z-index: 3;
  position: relative;
  float: right;
  margin-top: 2.4em; }
  @media only screen and (max-width: 1279px) {
    nav .menu {
      margin-top: 0;
      float: none;
      display: table;
      width: 100%; }
      nav .menu:before {
        content: "";
        display: table-cell;
        width: 10em;
        height: 100%;
        background: #D2D2D2;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff; } }
  @media only screen and (max-width: 1129px) {
    nav .menu:before {
      width: 5em; } }
  @media only screen and (max-width: 979px) {
    nav .menu:before {
      display: none; } }
  @media only screen and (max-width: 767px) {
    nav .menu {
      display: block; }
      nav .menu .menu-item-has-children > a {
        position: relative;
        padding-right: 3.5714285714em; }
        nav .menu .menu-item-has-children > a:before {
          content: '';
          position: absolute;
          right: 0;
          width: 50px;
          border-left: 1px solid #fff;
          top: 4px;
          bottom: 4px; }
        nav .menu .menu-item-has-children > a:after {
          position: absolute;
          right: 1.2857142857em;
          top: 50%;
          margin-top: -7px;
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          content: "";
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      nav .menu .menu-item-has-children .sub-menu > .menu-item-has-children > a:before {
        background-color: rgba(255, 255, 255, 0.1);
        border: none;
        top: 0;
        bottom: 0; }
      nav .menu .menu-item-has-children.open > a:after {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        content: "";
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; } }
  nav .menu > li {
    float: left; }
    nav .menu > li > a {
      display: inline-block;
      line-height: 1.1428571429em;
      padding: 0.5714285714em 1em;
      background: #D2D2D2;
      letter-spacing: .08em;
      text-transform: uppercase;
      border-bottom: 2px solid #ffffff; }
    @media only screen and (max-width: 1279px) {
      nav .menu > li {
        float: none;
        display: table-cell; }
        nav .menu > li > a {
          display: block;
          margin-right: 2px;
          padding-left: 0.3571428571em;
          padding-right: 0.3571428571em;
          text-align: center; }
        nav .menu > li:last-child > a {
          margin-right: 0; } }
    @media only screen and (max-width: 767px) {
      nav .menu > li > a {
        padding-left: 20px;
        text-align: left; } }
    nav .menu > li.current_page_ancestor > a, nav .menu > li.current_page_parent > a, nav .menu > li.current_page_item > a, nav .menu > li.current-menu-ancestor > a, nav .menu > li.current-menu-parent > a, nav .menu > li.current-menu-item > a, nav .menu > li:hover > a {
      background: #8B7C6C;
      color: #ffffff; }
    nav .menu > li > a:focus, nav .menu > li > a:hover, nav .menu > li > a:active {
      background: #8B7C6C;
      color: #ffffff; }
    nav .menu > li + li {
      margin-left: 0.1428571429em; }
    nav .menu > li:focus > .sub-menu, nav .menu > li:hover > .sub-menu, nav .menu > li:active > .sub-menu {
      display: block; }
    nav .menu > li:last-child .sub-menu {
      right: 0; }
  @media only screen and (max-width: 767px) {
    nav .menu > li {
      margin-left: 0;
      display: block; }
      nav .menu > li > a {
        margin-right: 0; }
      nav .menu > li + li {
        margin-left: 0; }
      nav .menu > li:focus > .sub-menu, nav .menu > li:hover > .sub-menu, nav .menu > li:active > .sub-menu {
        display: none; }
    nav .menu li.open > .sub-menu {
      display: block; } }

.sub-menu {
  display: none;
  position: absolute;
  top: 2.4285714286em;
  width: 19.5714285714em;
  padding: 0.7142857143em 1.0714285714em;
  color: #ffffff;
  background: #8B7C6C; }
  @media only screen and (max-width: 767px) {
    .sub-menu {
      padding-right: 0; }
      .sub-menu > li:focus > a, .sub-menu > li:hover > a, .sub-menu > li:active > a {
        background-color: rgba(255, 255, 255, 0.3); } }
  .sub-menu > li {
    margin-top: 1px;
    position: relative; }
    .sub-menu > li > a {
      letter-spacing: 0;
      display: block;
      padding: 0.3571428571em 0 0.3571428571em 0.7142857143em;
      line-height: 1.2;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }
      .sub-menu > li > a:focus, .sub-menu > li > a:hover, .sub-menu > li > a:active {
        background-color: #9D9283; }
    .sub-menu > li.current_page_ancestor > a, .sub-menu > li.current_page_parent > a, .sub-menu > li.current_page_item > a {
      background-color: rgba(255, 255, 255, 0.3); }
  .sub-menu li:last-child {
    border-bottom: none; }
  .sub-menu .highlight a {
    font-weight: 700;
    letter-spacing: 0.06em;
    font-size: .95em; }
  .sub-menu.lots_of_menu_items {
    width: 38.5714285714em;
    -webkit-columns: 2 12em;
    -moz-columns: 2 12em;
    columns: 2 12em;
    -webkit-column-gap: 1.0714285714em;
    -moz-column-gap: 1.0714285714em;
    column-gap: 1.0714285714em; }
    .sub-menu.lots_of_menu_items li {
      list-style: none; }
    .sub-menu.lots_of_menu_items.toleft {
      right: 0; }
    @media only screen and (max-width: 979px) {
      .sub-menu.lots_of_menu_items {
        width: 35.5em; }
        .sub-menu.lots_of_menu_items.toleft {
          right: 0; } }
  @media only screen and (max-width: 767px) {
    .sub-menu {
      position: static;
      width: auto;
      top: auto;
      left: auto;
      right: auto; }
      .sub-menu.lots_of_menu_items {
        width: auto;
        -webkit-columns: auto;
        -moz-columns: auto;
        columns: auto;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0; } }

.sub-menu ul {
  position: static;
  top: auto;
  width: auto;
  padding: 0;
  display: none; }
  .sub-menu ul li a {
    margin-left: 1.5em; }
  .sub-menu ul li li a {
    margin-left: 3em; }
  .sub-menu ul li li li a {
    margin-left: 4.5em; }
  .sub-menu ul li li li li a {
    margin-left: 6em; }
  .sub-menu ul li li li li li a {
    margin-left: 7.5em; }

/* ---  Slider  --- */
/* ---  Breadcrumbs  --- */
.breadcrumbs {
  font-size: 11px;
  line-height: 2.7272727273em;
  margin: 0;
  border-bottom: 1px solid #646464;
  margin-bottom: 2.72em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media only screen and (max-width: 767px) {
    .breadcrumbs {
      font-size: 0;
      position: relative;
      margin-bottom: 29.92px;
      overflow-x: scroll;
      text-overflow: initial; }
      .breadcrumbs span {
        font-size: 11px;
        line-height: 2.7272727273em;
        white-space: nowrap; }
        .breadcrumbs span a:after {
          content: " > ";
          color: #646464; }
        .breadcrumbs span:last-child:after {
          display: none; } }

/* ---  Content  --- */
.content ul {
  list-style: square;
  padding-left: 1.4285714286em; }
  .content ul ul {
    padding-top: .7em; }
.content li {
  line-height: 1.3333;
  margin-bottom: .73em; }
  .content li li {
    margin-bottom: .4em; }
.content ol {
  list-style: decimal;
  padding-left: 1.4285714286em; }

.content ul.hasdate, .sidebar ul.hasdate {
  padding-top: .5em;
  padding-left: 7em; }
  .content ul.hasdate.sometimes, .sidebar ul.hasdate.sometimes {
    padding-left: 0; }
  .content ul.hasdate li, .sidebar ul.hasdate li {
    list-style: none;
    line-height: 1.3;
    margin: 0 0 1em 0; }
  .content ul.hasdate li.withDate, .sidebar ul.hasdate li.withDate {
    margin-left: 7em; }
  .content ul.hasdate li.withoutDate, .sidebar ul.hasdate li.withoutDate {
    list-style: square;
    margin-left: 1.4285714286em; }
  .content ul.hasdate .date, .sidebar ul.hasdate .date {
    width: 7em;
    margin-left: -7em;
    display: inline-block; }
    .content ul.hasdate .date i, .sidebar ul.hasdate .date i {
      margin-left: 1px;
      margin-right: .3em; }
  @media only screen and (max-width: 979px) {
    .content ul.hasdate, .sidebar ul.hasdate {
      padding-left: 0; }
      .content ul.hasdate li.withDate, .sidebar ul.hasdate li.withDate {
        margin-left: 0; }
      .content ul.hasdate .date, .sidebar ul.hasdate .date {
        width: auto;
        margin-left: 0;
        margin-right: 0.4em; } }
.content ul.hasicon li, .sidebar ul.hasicon li {
  list-style: none; }
  .content ul.hasicon li .icon, .sidebar ul.hasicon li .icon {
    margin-left: -1.4285714286em;
    margin-right: 0.5em; }
.content ul.biglist, .sidebar ul.biglist {
  padding-top: .5em;
  padding-left: 0;
  -webkit-column-width: 13em;
     -moz-column-width: 13em;
          column-width: 13em;
  -webkit-column-gap: .75em;
     -moz-column-gap: .75em;
          column-gap: .75em; }
  .content ul.biglist li, .sidebar ul.biglist li {
    list-style: none; }
.content .additinalinfoWrap ul.hasdate .date, .sidebar .additinalinfoWrap ul.hasdate .date {
  width: 6.8em; }

.the_content {
  line-height: 1.5;
  font-size: 1.0714285714em;
  margin-bottom: 3em; }

.urteilsbox,
article.post-in-loop {
  margin-bottom: 3.5em; }
  .urteilsbox .the_content,
  article.post-in-loop .the_content {
    margin-bottom: .8em; }

.favs {
  padding-top: 1.2em;
  clear: both; }
  .favs h2 {
    margin-top: 0; }
  .favs .navigation {
    border: none;
    padding: 0;
    margin: 0; }
  .favs li a.wpfp-link {
    font-size: .9em;
    padding: 0 .5em 0 .5em;
    margin-left: .5em;
    line-height: 1.15;
    background: #ccc; }
  .favs ul {
    margin-bottom: 1em; }

/* ---  Artikel  --- */
[class^=post-] {
  margin-bottom: 3em;
  overflow: auto; }
  [class^=post-] h2 {
    line-height: 1.25;
    margin-bottom: .4em; }
    [class^=post-] h2 a {
      color: inherit; }
    [class^=post-] h2 + .date {
      margin-top: -0.5em; }
  [class^=post-] > .date {
    color: #B0AAA9;
    font-size: 0.8571428571em; }
  [class^=post-] .the_content > span[style="font-weight: bold"] + p, [class^=post-] .the_content > strong + p {
    margin-top: 0; }
  [class^=post-] .the_content > p[class="align-center"] > span[style]:first-child {
    color: #646464; }
  [class^=post-] .the_content .related_posts {
    margin: 2em 0em 2em 0;
    padding: 1em 1.2em .5em;
    border-left: 3px solid #B0AAA9; }
    [class^=post-] .the_content .related_posts .related_posts_title {
      font-size: 1.2em;
      text-align: left;
      margin: 0; }
    [class^=post-] .the_content .related_posts .related_post {
      font-size: 1em;
      padding-left: 1.3em;
      position: relative;
      line-height: 1.4; }
      [class^=post-] .the_content .related_posts .related_post:before {
        content: '■';
        position: absolute;
        left: 1px;
        top: 0.74em;
        margin-top: -1px;
        line-height: 0;
        color: #8B7C6C; }
      [class^=post-] .the_content .related_posts .related_post a {
        display: block; }
        [class^=post-] .the_content .related_posts .related_post a:focus, [class^=post-] .the_content .related_posts .related_post a:hover, [class^=post-] .the_content .related_posts .related_post a:active {
          text-decoration: none;
          color: #000; }
  [class^=post-] .the_content .content {
    width: auto;
    float: none; }
  [class^=post-] .metaline {
    font-weight: 700;
    margin-top: 3px;
    line-height: 1; }
    [class^=post-] .metaline:after {
      content: "";
      display: table;
      clear: both; }
    [class^=post-] .metaline i {
      margin-right: .2em; }
    [class^=post-] .metaline .date {
      float: left;
      margin-left: 1px; }
    [class^=post-] .metaline .views {
      float: right;
      margin-right: 0.5em;
      padding-right: 0.5em;
      border-right: 2px solid #646464; }
    [class^=post-] .metaline .wpfp-span {
      float: right;
      margin-right: 0.5em;
      padding-right: 0.5em;
      border-right: 2px solid #646464; }
      [class^=post-] .metaline .wpfp-span a {
        color: #646464; }
        [class^=post-] .metaline .wpfp-span a:focus, [class^=post-] .metaline .wpfp-span a:hover, [class^=post-] .metaline .wpfp-span a:active {
          text-decoration: none;
          color: #9f6f49; }
        [class^=post-] .metaline .wpfp-span a:before {
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          content: "";
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          padding-right: 0.25em;
          position: relative;
          top: 0.05em; }
      [class^=post-] .metaline .wpfp-span img {
        display: none; }
    [class^=post-] .metaline .rating {
      float: right; }
      [class^=post-] .metaline .rating .yasr-total-average-text,
      [class^=post-] .metaline .rating .yasr-small-block-bold {
        display: none; }
      [class^=post-] .metaline .rating #loader-visitor-rating {
        vertical-align: middle;
        font-size: 1.05em;
        font-weight: bold;
        margin-top: -.15em;
        position: relative;
        padding-right: 20px; }
        [class^=post-] .metaline .rating #loader-visitor-rating img {
          position: absolute;
          right: 0;
          top: 0; }
    @media only screen and (max-width: 767px) {
      [class^=post-] .metaline .date,
      [class^=post-] .metaline .rating,
      [class^=post-] .metaline .wpfp-span,
      [class^=post-] .metaline .views,
      [class^=post-] .metaline .share-buttons {
        float: none;
        display: inline-block;
        margin-right: 1em;
        margin-bottom: 0.5em;
        border-right: none;
        text-align: left; }
      [class^=post-] .metaline .date {
        display: inline-block; }
      [class^=post-] .metaline .wpfp-span {
        float: right; }
      [class^=post-] .metaline .share-buttons,
      [class^=post-] .metaline .views,
      [class^=post-] .metaline .rating {
        display: none; } }
  [class^=post-] .readmore {
    display: block;
    float: left;
    margin-top: 0.5em;
    clear: left; }
  [class^=post-].referenzen .readmore {
    float: none;
    display: block;
    margin-left: 197px;
    width: 10em;
    clear: none; }
  [class^=post-].referenzen.post-in-loop .readmore {
    margin-left: 0; }
  [class^=post-] .metainfo {
    clear: left;
    border-left: 3px solid #B0AAA9;
    padding-left: 20px;
    line-height: 1.5;
    margin-bottom: 1.5em;
    font-size: 1.1333em;
    margin: 1.5em 0em 1.5em 1px;
    padding: 0.8em 20px 0.9em;
    background: #f4f3f1; }
    [class^=post-] .metainfo span {
      display: block;
      line-height: 1.4; }
    [class^=post-] .metainfo > p:nth-of-type(1) {
      margin-top: 0; }
    [class^=post-] .metainfo > p:last-of-type {
      margin-bottom: 0; }
    [class^=post-] .metainfo:after {
      content: "";
      display: table;
      clear: both; }

.sticky [class^=post-] {
  background: #f0e6de;
  border: 1px solid #B0AAA9;
  padding: 1em 1.5em 1.5em;
  border-radius: 3px; }
  .sticky [class^=post-] h2 {
    margin-top: 0; }
  .sticky [class^=post-] .date {
    color: #646464; }
  .sticky [class^=post-] .readmore {
    background: #fff; }
    .sticky [class^=post-] .readmore:focus, .sticky [class^=post-] .readmore:hover, .sticky [class^=post-] .readmore:active {
      background: #8B7C6C; }

.urteilsbox {
  background: #EDEBE9;
  border: 1px solid #B0AAA9;
  padding: 1em 1.5em 1.5em;
  border-radius: 3px; }
  .urteilsbox:after {
    content: "";
    display: table;
    clear: both; }
  .urteilsbox .date {
    color: #646464; }
  .urteilsbox.topurteil {
    background-color: #f0e6de;
    border-color: #B0AAA9; }
    .urteilsbox.topurteil .readmore {
      background: #fff; }
      .urteilsbox.topurteil .readmore:focus, .urteilsbox.topurteil .readmore:hover, .urteilsbox.topurteil .readmore:active {
        background: #8B7C6C; }
  .urteilsbox.hasmoreurteile > article {
    width: 64.8%;
    float: left; }
  .urteilsbox.hasmoreurteile .moreurteile {
    width: 33%;
    float: right; }
  @media only screen and (max-width: 767px) {
    .urteilsbox.hasmoreurteile > article,
    .urteilsbox.hasmoreurteile .moreurteile {
      width: auto;
      float: none; }
    .urteilsbox.hasmoreurteile > article {
      margin-bottom: 2em; } }
  .urteilsbox h2 {
    margin-top: 0; }
  .urteilsbox [class^=post-] {
    margin-bottom: 0; }
  .urteilsbox .readmore {
    background: #d6d2cd; }

.additinalinfos {
  margin-bottom: 2.5em; }
  .additinalinfos > h4 {
    margin-top: 0; }

body.single .caption-medium,
body.single .wp-post-image {
  float: right;
  border: 1px solid #9D9283;
  margin: 0 -.3em 0 1em; }
body.single .metaImage .caption-medium,
body.single .metaImage .wp-post-image {
  margin: 1.2em 0 2em 1em; }
body.single .align-center {
  clear: both; }
body.single .caption-medium img {
  float: none;
  border: none;
  margin: 0;
  vertical-align: middle; }
body.single .caption-medium figcaption {
  background: #B0AAA9;
  color: #ffffff;
  padding: 0.4em 0.5em;
  font-size: 0.9285714286em;
  line-height: 1.3; }
@media only screen and (max-width: 767px) {
  body.single .caption-medium,
  body.single .wp-post-image {
    width: 30%;
    height: auto;
    margin-right: 0.5em; } }

#toc_container {
  display: none !important; }

table,
table.tablepress {
  margin: 1em 0;
  border-collapse: collapse; }
  table thead,
  table.tablepress thead {
    text-align: left; }
    table thead td, table thead th,
    table.tablepress thead td,
    table.tablepress thead th {
      font-weight: 700;
      background: #EDEBE9;
      border-left: 2px solid #ffffff; }
      table thead td:first-child, table thead th:first-child,
      table.tablepress thead td:first-child,
      table.tablepress thead th:first-child {
        border-left: none; }
  table th,
  table td,
  table.tablepress th,
  table.tablepress td {
    padding: 0.2em 0.5em;
    border-left: 2px solid transparent; }
    table th:first-child,
    table td:first-child,
    table.tablepress th:first-child,
    table.tablepress td:first-child {
      border-left: none; }
  table td,
  table.tablepress td {
    border-bottom: 1px solid #EDEBE9; }
  table tr:focus, table tr:hover, table tr:active,
  table.tablepress tr:focus,
  table.tablepress tr:hover,
  table.tablepress tr:active {
    background: #f2f0ef; }

.footable-filter-container input.footable-filter {
  margin: 0.5em 2px;
  width: 30%; }

/* ---  Spezialartikel  --- */
.blog .caption-overview-thumb,
.blog .wp-post-image, .archive .caption-overview-thumb,
.archive .wp-post-image, .page .caption-overview-thumb,
.page .wp-post-image {
  float: left;
  border: 1px solid #9D9283;
  background: #fff;
  margin: 4px 1.2em 0.7em 0;
  -webkit-transition: border-color .2s;
  transition: border-color .2s; }
  .blog .caption-overview-thumb:hover,
  .blog .wp-post-image:hover, .archive .caption-overview-thumb:hover,
  .archive .wp-post-image:hover, .page .caption-overview-thumb:hover,
  .page .wp-post-image:hover {
    border-color: #A76C44; }
  @media only screen and (max-width: 979px) {
    .blog .caption-overview-thumb,
    .blog .wp-post-image, .archive .caption-overview-thumb,
    .archive .wp-post-image, .page .caption-overview-thumb,
    .page .wp-post-image {
      max-width: 30%;
      height: auto;
      margin-right: 0.5em; } }
.blog .caption-overview-thumb img, .archive .caption-overview-thumb img, .page .caption-overview-thumb img {
  float: none;
  border: none;
  margin: 0;
  vertical-align: middle; }
.blog .caption-overview-thumb figcaption, .archive .caption-overview-thumb figcaption, .page .caption-overview-thumb figcaption {
  background: #B0AAA9;
  color: #ffffff;
  padding: 0.3em 0.5em;
  font-size: 0.8571428571em;
  line-height: 1.3; }

.badge {
  background: #8B7C6C;
  display: inline-block;
  color: #fff;
  font-size: 0.8571428571em;
  padding: .1em .6em .1em;
  position: relative;
  margin: 0 .2em 0 1em;
  text-transform: uppercase;
  border-radius: 2px;
  letter-spacing: .1em;
  vertical-align: middle;
  line-height: 1.1; }
  .badge:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: " ";
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .2em;
    position: relative;
    vertical-align: middle;
    font-size: 0.8571428571em;
    top: -.1em; }
  .badge.badge-comment:before {
    content: "\e617"; }
  .badge.badge-top:before {
    content: "\f005"; }
  .badge.badge-own:before {
    content: "\e613"; }
  .badge a, .badge span {
    text-decoration: none; }

.single .badge {
  display: inline-block;
  margin: .3em .5em 0.7em 0;
  font-size: 1.4em;
  letter-spacing: .06em;
  top: 0;
  margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .single .badge {
      font-size: 1em; } }

/* ---  Pagination  --- */
.wp-pagenavi {
  border-top: 1px solid #646464;
  padding-top: 3em;
  margin-bottom: 2em;
  text-align: center; }
  .wp-pagenavi:after {
    content: "";
    display: table;
    clear: both; }
  .wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    margin: 0 .1em;
    border: none;
    background: #D2D2D2;
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: #646464; }
    .wp-pagenavi a.current, .wp-pagenavi span.current {
      color: #ffffff;
      background: #9D9283; }
  .wp-pagenavi span {
    background: none; }
  .wp-pagenavi a.first, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.last {
    background: #D2D2D2;
    line-height: 36px;
    font-size: 2em; }
  .wp-pagenavi a:focus, .wp-pagenavi a:hover, .wp-pagenavi a:active {
    text-decoration: none;
    background: #8B7C6C;
    color: #ffffff !important; }

.navigation {
  border-top: 1px solid #646464;
  padding-top: 3em;
  margin-bottom: 2em; }
  .navigation:after {
    content: "";
    display: table;
    clear: both; }
  .navigation a {
    float: left;
    color: #646464;
    background: #EDEBE9;
    position: relative; }
    .navigation a span {
      padding: 0.35em 0.7em 0.35em 3em;
      display: block; }
    .navigation a :before {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 1.65em;
      text-align: center;
      line-height: 1.6;
      background: #8B7C6C;
      color: #ffffff;
      font-size: 1.5em; }
    .navigation a:focus, .navigation a:hover, .navigation a:active {
      background: #8B7C6C;
      color: #ffffff;
      text-decoration: none; }
    .navigation a.nextnav {
      float: right; }
      .navigation a.nextnav span {
        padding-left: 0.7em;
        padding-right: 3em; }
      .navigation a.nextnav :before {
        left: auto;
        right: 0; }

/* ---  Home  --- */
.home .panel-grid .cbox {
  margin-top: 0; }
  .home .panel-grid .cbox li {
    line-height: 1.29; }
.home .panel-grid .urteilsbox h2 {
  font-size: 1.4285714286em; }
.home #pl-58765 {
  margin-bottom: 30px; }
.home div[id^=pl-] {
  margin-bottom: 30px; }

/* PageBuilder with FlexBox  */
.flexbox .page-template-page-startseite .panel-grid,
.flexbox .page-template-page-standardflex .panel-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .flexbox .page-template-page-startseite .panel-grid .panel-grid-cell,
  .flexbox .page-template-page-standardflex .panel-grid .panel-grid-cell {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flexbox .page-template-page-startseite .panel-grid .so-panel,
  .flexbox .page-template-page-standardflex .panel-grid .so-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-flex-basis: auto;
            flex-basis: auto; }
  .flexbox .page-template-page-startseite .panel-grid .square,
  .flexbox .page-template-page-standardflex .panel-grid .square {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .flexbox .page-template-page-startseite .panel-grid .square .isSquare,
    .flexbox .page-template-page-standardflex .panel-grid .square .isSquare {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
                  -ms-grid-row-align: stretch;
              align-items: stretch; }
      .flexbox .page-template-page-startseite .panel-grid .square .isSquare .so-panel,
      .flexbox .page-template-page-standardflex .panel-grid .square .isSquare .so-panel {
        width: 50%;
        padding-right: 30px; }
        .flexbox .page-template-page-startseite .panel-grid .square .isSquare .so-panel:nth-child(2n),
        .flexbox .page-template-page-standardflex .panel-grid .square .isSquare .so-panel:nth-child(2n) {
          padding-right: 0; }
        .flexbox .page-template-page-startseite .panel-grid .square .isSquare .so-panel:nth-last-child(2),
        .flexbox .page-template-page-standardflex .panel-grid .square .isSquare .so-panel:nth-last-child(2) {
          margin-bottom: 0px !important; }
  .flexbox .page-template-page-startseite .panel-grid .textwidget,
  .flexbox .page-template-page-startseite .panel-grid .urteilsbox,
  .flexbox .page-template-page-startseite .panel-grid .widget_php_widget,
  .flexbox .page-template-page-startseite .panel-grid .execphpwidget,
  .flexbox .page-template-page-standardflex .panel-grid .textwidget,
  .flexbox .page-template-page-standardflex .panel-grid .urteilsbox,
  .flexbox .page-template-page-standardflex .panel-grid .widget_php_widget,
  .flexbox .page-template-page-standardflex .panel-grid .execphpwidget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0; }
    .flexbox .page-template-page-startseite .panel-grid .textwidget .cbox,
    .flexbox .page-template-page-startseite .panel-grid .urteilsbox .cbox,
    .flexbox .page-template-page-startseite .panel-grid .widget_php_widget .cbox,
    .flexbox .page-template-page-startseite .panel-grid .execphpwidget .cbox,
    .flexbox .page-template-page-standardflex .panel-grid .textwidget .cbox,
    .flexbox .page-template-page-standardflex .panel-grid .urteilsbox .cbox,
    .flexbox .page-template-page-standardflex .panel-grid .widget_php_widget .cbox,
    .flexbox .page-template-page-standardflex .panel-grid .execphpwidget .cbox {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .flexbox .page-template-page-startseite .panel-grid .textwidget .cbox.cols,
      .flexbox .page-template-page-startseite .panel-grid .urteilsbox .cbox.cols,
      .flexbox .page-template-page-startseite .panel-grid .widget_php_widget .cbox.cols,
      .flexbox .page-template-page-startseite .panel-grid .execphpwidget .cbox.cols,
      .flexbox .page-template-page-standardflex .panel-grid .textwidget .cbox.cols,
      .flexbox .page-template-page-standardflex .panel-grid .urteilsbox .cbox.cols,
      .flexbox .page-template-page-standardflex .panel-grid .widget_php_widget .cbox.cols,
      .flexbox .page-template-page-standardflex .panel-grid .execphpwidget .cbox.cols {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
      .flexbox .page-template-page-startseite .panel-grid .textwidget .cbox:last-child,
      .flexbox .page-template-page-startseite .panel-grid .urteilsbox .cbox:last-child,
      .flexbox .page-template-page-startseite .panel-grid .widget_php_widget .cbox:last-child,
      .flexbox .page-template-page-startseite .panel-grid .execphpwidget .cbox:last-child,
      .flexbox .page-template-page-standardflex .panel-grid .textwidget .cbox:last-child,
      .flexbox .page-template-page-standardflex .panel-grid .urteilsbox .cbox:last-child,
      .flexbox .page-template-page-standardflex .panel-grid .widget_php_widget .cbox:last-child,
      .flexbox .page-template-page-standardflex .panel-grid .execphpwidget .cbox:last-child {
        margin-bottom: 0; }
      .flexbox .page-template-page-startseite .panel-grid .textwidget .cbox .tabContent,
      .flexbox .page-template-page-startseite .panel-grid .urteilsbox .cbox .tabContent,
      .flexbox .page-template-page-startseite .panel-grid .widget_php_widget .cbox .tabContent,
      .flexbox .page-template-page-startseite .panel-grid .execphpwidget .cbox .tabContent,
      .flexbox .page-template-page-standardflex .panel-grid .textwidget .cbox .tabContent,
      .flexbox .page-template-page-standardflex .panel-grid .urteilsbox .cbox .tabContent,
      .flexbox .page-template-page-standardflex .panel-grid .widget_php_widget .cbox .tabContent,
      .flexbox .page-template-page-standardflex .panel-grid .execphpwidget .cbox .tabContent {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; }
@media only screen and (max-width: 979px) {
  .flexbox .page-template-page-startseite,
  .flexbox .page-template-page-standardflex {
    display: block; }
    .flexbox .page-template-page-startseite .panel-grid,
    .flexbox .page-template-page-standardflex .panel-grid {
      display: block; }
      .flexbox .page-template-page-startseite .panel-grid .panel-grid-cell,
      .flexbox .page-template-page-standardflex .panel-grid .panel-grid-cell {
        display: block; }
      .flexbox .page-template-page-startseite .panel-grid .so-panel,
      .flexbox .page-template-page-standardflex .panel-grid .so-panel {
        display: block; }
      .flexbox .page-template-page-startseite .panel-grid .textwidget,
      .flexbox .page-template-page-startseite .panel-grid .urteilsbox,
      .flexbox .page-template-page-startseite .panel-grid .widget_php_widget,
      .flexbox .page-template-page-startseite .panel-grid .execphpwidget,
      .flexbox .page-template-page-standardflex .panel-grid .textwidget,
      .flexbox .page-template-page-standardflex .panel-grid .urteilsbox,
      .flexbox .page-template-page-standardflex .panel-grid .widget_php_widget,
      .flexbox .page-template-page-standardflex .panel-grid .execphpwidget {
        display: block;
        -webkit-hyphens: auto;
           -moz-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; }
        .flexbox .page-template-page-startseite .panel-grid .textwidget .cbox,
        .flexbox .page-template-page-startseite .panel-grid .urteilsbox .cbox,
        .flexbox .page-template-page-startseite .panel-grid .widget_php_widget .cbox,
        .flexbox .page-template-page-startseite .panel-grid .execphpwidget .cbox,
        .flexbox .page-template-page-standardflex .panel-grid .textwidget .cbox,
        .flexbox .page-template-page-standardflex .panel-grid .urteilsbox .cbox,
        .flexbox .page-template-page-standardflex .panel-grid .widget_php_widget .cbox,
        .flexbox .page-template-page-standardflex .panel-grid .execphpwidget .cbox {
          display: block; } }

/* Kontakt formular */
#fscf_submit_div3 + p br {
  display: none; }

#fscf_div_field3_5 label {
  margin-right: 1em; }
#fscf_div_field3_5 br {
  display: none; }

.tablestyle {
  display: table;
  margin-bottom: 0.75em; }
  .tablestyle .row {
    display: table-row; }
    .tablestyle .row .cell {
      text-align: center;
      display: table-cell;
      vertical-align: bottom;
      padding: 0.5em; }
      .tablestyle .row .cell.middle {
        vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    .tablestyle {
      display: block;
      text-align: center; }
      .tablestyle .row {
        display: inline-block; }
        .tablestyle .row .cell {
          display: inline-block; } }

/* ---  Suche  --- */
.searchform {
  background: #EDEBE9;
  position: relative;
  min-height: 2.5em;
  padding: 0.7em 20px; }
  @media only screen and (max-width: 979px) {
    .searchform {
      padding: 0.7em 40px; } }
  @media only screen and (max-width: 767px) {
    .searchform {
      padding: 0.7em 20px; } }
  .searchform:after {
    content: "";
    display: table;
    clear: both; }
  .searchform input[type="search"] {
    width: 765px;
    float: left;
    margin-right: 35px;
    border-radius: 2px;
    background: #ffffff;
    border: 1px solid transparent;
    padding-right: 0.7em;
    padding-left: .33em;
    height: 1.85em;
    -webkit-appearance: none; }
    .searchform input[type="search"]:focus {
      border-color: #8B7C6C;
      outline: none; }
    @media only screen and (max-width: 1279px) {
      .searchform input[type="search"] {
        width: 65%;
        margin-right: 30px; } }
    @media only screen and (max-width: 979px) {
      .searchform input[type="search"] {
        margin-right: 10px; } }
    @media only screen and (max-width: 767px) {
      .searchform input[type="search"] {
        width: 100%;
        float: none;
        margin-bottom: 5px; } }
  .searchform .selectable {
    float: left;
    width: 305px;
    position: relative;
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 2px; }
    .searchform .selectable:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "";
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 0.4em;
      right: 0.2em;
      z-index: 1; }
    @media only screen and (max-width: 1279px) {
      .searchform .selectable {
        width: 18%;
        width: calc(35% - 58px - 2*30px); } }
    @media only screen and (max-width: 979px) {
      .searchform .selectable {
        width: calc(35% - 58px - 2*10px); }
        .searchform .selectable:before {
          display: none; } }
    @media only screen and (max-width: 767px) {
      .searchform .selectable {
        width: 100%;
        float: none;
        margin-bottom: 5px; }
        .searchform .selectable:before {
          display: block; } }
  .searchform select {
    position: relative;
    z-index: 2;
    background: transparent;
    text-align: center;
    padding: 0 .4em 0 0.5em;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .searchform select:focus {
      border-color: #8B7C6C;
      outline: none; }
    .searchform select option {
      text-align: center; }
  .searchform button {
    float: right;
    line-height: 1.55;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 0; }
    .searchform button span {
      position: relative;
      top: 1px; }
    @media only screen and (max-width: 767px) {
      .searchform button {
        width: 100%;
        float: none; } }

/* ---  Sidebar  --- */
.widget-box h4,
.widget-ul h4,
.widget-tabs-content h4,
.widget_recent_entries h4,
.widget_tag_cloud h4 {
  margin-top: -0.25em !important; }

.sidemeta {
  border-bottom: 1px solid #646464;
  padding: 2px 0 4px;
  font-size: 11px;
  line-height: 2.7272727273em;
  padding: 0; }
  .sidemeta.nonav {
    margin-bottom: -1px; }
  @media only screen and (max-width: 979px) {
    .sidemeta {
      display: none; } }

.widget_php_widget,
.execphpwidget,
.textwidget {
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
  .widget_php_widget > *:first-child,
  .execphpwidget > *:first-child,
  .textwidget > *:first-child {
    margin-top: 0; }
  .widget_php_widget .cbox:first-child:last-child,
  .execphpwidget .cbox:first-child:last-child,
  .textwidget .cbox:first-child:last-child {
    margin-bottom: 0; }
  .widget_php_widget .cbox .readmore,
  .execphpwidget .cbox .readmore,
  .textwidget .cbox .readmore {
    float: none;
    width: auto;
    display: inline-block; }

.interviewlogo.centered {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5em; }

/* ---  Sidebar: Navigation  --- */
.widget_nav_menu .menu,
.sidebar-nav {
  margin: 0 0 1.7857142857em;
  padding: 0;
  list-style: none;
  color: #646464; }
  @media only screen and (max-width: 979px) {
    .widget_nav_menu .menu,
    .sidebar-nav {
      -webkit-column-width: 20em;
         -moz-column-width: 20em;
              column-width: 20em; } }
  .widget_nav_menu .menu.faq-sidebar-nav .menu-item-has-children:hover > ul,
  .sidebar-nav.faq-sidebar-nav .menu-item-has-children:hover > ul {
    display: block; }
  .widget_nav_menu .menu.faq-sidebar-nav a[href="#"], .widget_nav_menu .menu.faq-sidebar-nav a[href=""],
  .sidebar-nav.faq-sidebar-nav a[href="#"],
  .sidebar-nav.faq-sidebar-nav a[href=""] {
    cursor: default;
    pointer-events: none; }
  .widget_nav_menu .menu.faq-sidebar-nav .menu-item-has-children > a,
  .sidebar-nav.faq-sidebar-nav .menu-item-has-children > a {
    position: relative; }
    .widget_nav_menu .menu.faq-sidebar-nav .menu-item-has-children > a:before,
    .sidebar-nav.faq-sidebar-nav .menu-item-has-children > a:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "";
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 50%;
      right: 0.2em;
      z-index: 1;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .widget_nav_menu .menu.faq-sidebar-nav .menu-item-has-children[class*=current] > a:before, .widget_nav_menu .menu.faq-sidebar-nav .menu-item-has-children:hover > a:before,
  .sidebar-nav.faq-sidebar-nav .menu-item-has-children[class*=current] > a:before,
  .sidebar-nav.faq-sidebar-nav .menu-item-has-children:hover > a:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "";
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .widget_nav_menu .menu .highlight > a,
  .sidebar-nav .highlight > a {
    font-weight: 700;
    letter-spacing: 0.06em;
    font-size: .95em; }
  .widget_nav_menu .menu .highlight a:after,
  .sidebar-nav .highlight a:after {
    color: #ccac00; }
  .widget_nav_menu .menu .highlight a:focus:after, .widget_nav_menu .menu .highlight a:hover:after, .widget_nav_menu .menu .highlight a:active:after,
  .sidebar-nav .highlight a:focus:after,
  .sidebar-nav .highlight a:hover:after,
  .sidebar-nav .highlight a:active:after {
    color: gold; }
  .widget_nav_menu .menu li,
  .sidebar-nav li {
    position: relative;
    border-bottom: 1px solid #EDEBE9; }
    .widget_nav_menu .menu li > a,
    .sidebar-nav li > a {
      display: block;
      font-size: 14px;
      padding: 0.4em 1.0714285714em; }
    .widget_nav_menu .menu li.current-menu-ancestor > a, .widget_nav_menu .menu li.current-menu-ancestor > a, .widget_nav_menu .menu li.current-menu-item > a, .widget_nav_menu .menu li.current_page_parent > a, .widget_nav_menu .menu li.current_page_item > a,
    .sidebar-nav li.current-menu-ancestor > a,
    .sidebar-nav li.current-menu-ancestor > a,
    .sidebar-nav li.current-menu-item > a,
    .sidebar-nav li.current_page_parent > a,
    .sidebar-nav li.current_page_item > a {
      background-color: #8B7C6C;
      color: #ffffff; }
    .widget_nav_menu .menu li ul,
    .sidebar-nav li ul {
      display: none; }
    .widget_nav_menu .menu li.current-menu-ancestor > ul, .widget_nav_menu .menu li.current-menu-ancestor > ul, .widget_nav_menu .menu li.current-menu-item > ul, .widget_nav_menu .menu li.current_page_parent > ul, .widget_nav_menu .menu li.current_page_item > ul,
    .sidebar-nav li.current-menu-ancestor > ul,
    .sidebar-nav li.current-menu-ancestor > ul,
    .sidebar-nav li.current-menu-item > ul,
    .sidebar-nav li.current_page_parent > ul,
    .sidebar-nav li.current_page_item > ul {
      display: block; }
  .widget_nav_menu .menu > li:first-child,
  .sidebar-nav > li:first-child {
    border-top: 1px solid #646464; }
    @media only screen and (max-width: 979px) {
      .widget_nav_menu .menu > li:first-child,
      .sidebar-nav > li:first-child {
        border-top: none; } }
    @media only screen and (max-width: 767px) {
      .widget_nav_menu .menu > li:first-child,
      .sidebar-nav > li:first-child {
        border-top: 1px solid #646464; } }
  .widget_nav_menu .menu > li:last-child,
  .sidebar-nav > li:last-child {
    border-bottom: 1px solid #646464; }
  .widget_nav_menu .menu a,
  .sidebar-nav a {
    -webkit-transition: background-color .1s;
    transition: background-color .1s; }
    .widget_nav_menu .menu a:focus, .widget_nav_menu .menu a:hover, .widget_nav_menu .menu a:active,
    .sidebar-nav a:focus,
    .sidebar-nav a:hover,
    .sidebar-nav a:active {
      color: #ffffff;
      background-color: #9D9283; }
  .widget_nav_menu .menu + .box .menuhuddle,
  .sidebar-nav + .box .menuhuddle {
    margin-left: -1.1428571429em;
    margin-right: -1.1428571429em;
    position: relative;
    top: -4.65em; }
    .widget_nav_menu .menu + .box .menuhuddle a.hasicon,
    .sidebar-nav + .box .menuhuddle a.hasicon {
      color: #646464; }
      .widget_nav_menu .menu + .box .menuhuddle a.hasicon:focus, .widget_nav_menu .menu + .box .menuhuddle a.hasicon:hover, .widget_nav_menu .menu + .box .menuhuddle a.hasicon:active,
      .sidebar-nav + .box .menuhuddle a.hasicon:focus,
      .sidebar-nav + .box .menuhuddle a.hasicon:hover,
      .sidebar-nav + .box .menuhuddle a.hasicon:active {
        color: #9f6f49; }

.sidebar-nav ul li {
  border-top: 1px solid #646464;
  border-top: 1px solid transparent;
  border-bottom: none !important;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */ }
  .sidebar-nav ul li a {
    margin: 0 0 0 2.1428571429em;
    background: #e5e2de; }
  .sidebar-nav ul li.current_page_item > a {
    background: #8B7C6C;
    color: #ffffff; }
  .sidebar-nav ul li li a {
    margin-left: 4.2857142857em;
    background: #f0eeec; }
  .sidebar-nav ul li li li a {
    margin-left: 6.4285714286em;
    background: #f7f6f5; }
  .sidebar-nav ul li li li li a {
    margin-left: 8.5714285714em;
    background: #f9f8f8; }
  .sidebar-nav ul li li li li li a {
    margin-left: 10.7142857143em; }
  .sidebar-nav ul li li li li li li a {
    margin-left: 12.8571428571em; }

.panel-grid-cell h1:first-child:last-child,
.panel-grid-cell h2:first-child:last-child,
.panel-grid-cell h3:first-child:last-child,
.panel-grid-cell .cbox:first-child:last-child {
  margin-bottom: 0; }
.panel-grid-cell .sidebar-nav,
.panel-grid-cell .sidebar-sub-menu {
  list-style: none;
  padding-left: 0; }
  .panel-grid-cell .sidebar-nav ul,
  .panel-grid-cell .sidebar-sub-menu ul {
    padding-top: 0; }
  .panel-grid-cell .sidebar-nav li,
  .panel-grid-cell .sidebar-sub-menu li {
    line-height: 1.714285714285714;
    margin-bottom: 0; }
    .panel-grid-cell .sidebar-nav li > a,
    .panel-grid-cell .sidebar-sub-menu li > a {
      display: block;
      font-size: 14px;
      padding: 0.4em 1.0714285714em;
      color: #646464; }
    .panel-grid-cell .sidebar-nav li.current-menu-ancestor > a, .panel-grid-cell .sidebar-nav li.current-menu-ancestor > a, .panel-grid-cell .sidebar-nav li.current-menu-item > a, .panel-grid-cell .sidebar-nav li.current_page_parent > a, .panel-grid-cell .sidebar-nav li.current_page_item > a,
    .panel-grid-cell .sidebar-sub-menu li.current-menu-ancestor > a,
    .panel-grid-cell .sidebar-sub-menu li.current-menu-ancestor > a,
    .panel-grid-cell .sidebar-sub-menu li.current-menu-item > a,
    .panel-grid-cell .sidebar-sub-menu li.current_page_parent > a,
    .panel-grid-cell .sidebar-sub-menu li.current_page_item > a {
      background-color: #8B7C6C;
      color: #ffffff; }
  .panel-grid-cell .sidebar-nav a,
  .panel-grid-cell .sidebar-sub-menu a {
    text-decoration: none;
    -webkit-transition: background-color .1s;
    transition: background-color .1s; }
    .panel-grid-cell .sidebar-nav a:focus, .panel-grid-cell .sidebar-nav a:hover, .panel-grid-cell .sidebar-nav a:active,
    .panel-grid-cell .sidebar-sub-menu a:focus,
    .panel-grid-cell .sidebar-sub-menu a:hover,
    .panel-grid-cell .sidebar-sub-menu a:active {
      color: #ffffff;
      background-color: #9D9283; }
.panel-grid-cell .sidebar-nav {
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .panel-grid-cell .sidebar-nav {
      margin-bottom: 2.1428571429em; } }
  .panel-grid-cell .sidebar-nav + .cbox {
    margin-top: 0;
    position: relative;
    top: -2.065em;
    margin-bottom: -2.065em; }
    @media only screen and (max-width: 767px) {
      .panel-grid-cell .sidebar-nav + .cbox {
        top: 0;
        margin-bottom: 2em; } }
.panel-grid-cell .cbox:last-child {
  margin-bottom: 0; }

.notitle.fullwidth .breadcrumbs {
  width: 63.8%; }
  @media only screen and (max-width: 979px) {
    .notitle.fullwidth .breadcrumbs {
      width: auto; } }
.notitle.fullwidth .panel-grid-cell .sidebar-nav {
  position: relative;
  top: -2.065em;
  right: -1px; }
  @media only screen and (max-width: 979px) {
    .notitle.fullwidth .panel-grid-cell .sidebar-nav {
      top: 0;
      right: 0; } }

/* ---  Sidebar: Normale-Widget  --- */
.sidebar .php_widget,
.sidebar .widget_text,
.sidebar .widget_search {
  padding: 0.8571428571em 1.1428571429em;
  margin: 0 0 1.7857142857em; }
  .sidebar .php_widget h2,
  .sidebar .widget_text h2,
  .sidebar .widget_search h2 {
    margin-top: 0; }
  .sidebar .php_widget .searchform,
  .sidebar .widget_text .searchform,
  .sidebar .widget_search .searchform {
    background: none;
    padding: 0; }
    .sidebar .php_widget .searchform *,
    .sidebar .widget_text .searchform *,
    .sidebar .widget_search .searchform * {
      vertical-align: middle; }
  .sidebar .php_widget ul,
  .sidebar .widget_text ul,
  .sidebar .widget_search ul {
    list-style-type: square;
    margin-left: 1.2em;
    margin-bottom: 0.75em; }

/* ---  Sidebar: Aufzählungs-Widget  --- */
.rpwe_widget,
.widget_recent_entries,
.widget-ul {
  padding: 1.5714285714em 1.4285714286em 0.3571428571em;
  margin: 0 0 2.1428571429em;
  background: #EDEBE9; }
  .rpwe_widget h4,
  .widget_recent_entries h4,
  .widget-ul h4 {
    margin-top: 0; }
  .rpwe_widget ul,
  .widget_recent_entries ul,
  .widget-ul ul {
    padding: 0 0 0.7142857143em 0;
    color: #646464; }
    .rpwe_widget ul > li,
    .widget_recent_entries ul > li,
    .widget-ul ul > li {
      position: relative;
      border-bottom: 1px solid #ffffff;
      line-height: 1.3; }
      .rpwe_widget ul > li:first-child,
      .widget_recent_entries ul > li:first-child,
      .widget-ul ul > li:first-child {
        border-top: 1px solid #ffffff; }
      .rpwe_widget ul > li > a,
      .widget_recent_entries ul > li > a,
      .widget-ul ul > li > a {
        display: block;
        font-size: 14px;
        padding: 0.5em 0 0.6em 2.2em; }
        .rpwe_widget ul > li > a:before,
        .widget_recent_entries ul > li > a:before,
        .widget-ul ul > li > a:before {
          content: '■';
          position: absolute;
          left: 1em;
          top: 0.5em;
          color: #8B7C6C; }
        .rpwe_widget ul > li > a:focus, .rpwe_widget ul > li > a:hover, .rpwe_widget ul > li > a:active,
        .widget_recent_entries ul > li > a:focus,
        .widget_recent_entries ul > li > a:hover,
        .widget_recent_entries ul > li > a:active,
        .widget-ul ul > li > a:focus,
        .widget-ul ul > li > a:hover,
        .widget-ul ul > li > a:active {
          color: #ffffff;
          background-color: #9D9283; }
          .rpwe_widget ul > li > a:focus:before, .rpwe_widget ul > li > a:hover:before, .rpwe_widget ul > li > a:active:before,
          .widget_recent_entries ul > li > a:focus:before,
          .widget_recent_entries ul > li > a:hover:before,
          .widget_recent_entries ul > li > a:active:before,
          .widget-ul ul > li > a:focus:before,
          .widget-ul ul > li > a:hover:before,
          .widget-ul ul > li > a:active:before {
            color: #ffffff; }
      .rpwe_widget ul > li > ul,
      .widget_recent_entries ul > li > ul,
      .widget-ul ul > li > ul {
        margin-left: 1.0714285714em;
        padding-bottom: 0;
        margin-bottom: -1px; }

/* ---  Sidebar: Tabs-Widget  --- */
.widget-tabs-ul {
  list-style: none;
  height: 2.2142857143em;
  margin: 0.5714285714em 0 0;
  padding: 0; }
  .widget-tabs-ul li {
    float: left; }
    .widget-tabs-ul li + li {
      margin-left: 0.2857142857em; }
  .widget-tabs-ul a {
    padding: 0.7142857143em 1.4285714286em;
    background: #B0AAA9;
    border-radius: 4px 0 0 0; }
    .widget-tabs-ul a:focus, .widget-tabs-ul a:hover, .widget-tabs-ul a:active {
      color: #8B7C6C; }
  .widget-tabs-ul li.active a {
    background: #EDEBE9; }

.widget-tabs-content {
  clear: both;
  overflow: hidden;
  margin: 0 0 2.1428571429em;
  padding: 1.4285714286em 1.4285714286em 0.7142857143em;
  background: #EDEBE9; }
  .widget-tabs-content a.readmore {
    float: right;
    margin-top: 2.1428571429em; }

/* ---  Sidebar: Textbox Widget  --- */
.toc_widget,
.widget_tag_cloud,
.widget-box {
  margin: 0 0 2.1428571429em;
  padding: 1.3571428571em;
  border: 1px solid #646464;
  overflow: hidden;
  margin-top: 2.15em; }
  .toc_widget > p:last-child,
  .widget_tag_cloud > p:last-child,
  .widget-box > p:last-child {
    margin-bottom: 0; }
  .toc_widget.widget-social .shortlinkwrap,
  .widget_tag_cloud.widget-social .shortlinkwrap,
  .widget-box.widget-social .shortlinkwrap {
    margin: 0.6em;
    white-space: nowrap; }
    .toc_widget.widget-social .shortlinkwrap i:before,
    .widget_tag_cloud.widget-social .shortlinkwrap i:before,
    .widget-box.widget-social .shortlinkwrap i:before {
      font-size: 1.3em;
      position: relative;
      top: .2em; }
    .toc_widget.widget-social .shortlinkwrap .shortlink,
    .widget_tag_cloud.widget-social .shortlinkwrap .shortlink,
    .widget-box.widget-social .shortlinkwrap .shortlink {
      text-align: center;
      width: 90%;
      margin-left: 0.5em;
      cursor: text; }
      .toc_widget.widget-social .shortlinkwrap .shortlink:focus,
      .widget_tag_cloud.widget-social .shortlinkwrap .shortlink:focus,
      .widget-box.widget-social .shortlinkwrap .shortlink:focus {
        border-color: #777; }
      @media only screen and (max-width: 767px) {
        .toc_widget.widget-social .shortlinkwrap .shortlink,
        .widget_tag_cloud.widget-social .shortlinkwrap .shortlink,
        .widget-box.widget-social .shortlinkwrap .shortlink {
          width: 85%; } }
  .toc_widget.widget-social .rating,
  .widget_tag_cloud.widget-social .rating,
  .widget-box.widget-social .rating {
    margin: 0.2em 0 1.7em 0; }
  .toc_widget.widget-social #yasr_visitor_votes,
  .widget_tag_cloud.widget-social #yasr_visitor_votes,
  .widget-box.widget-social #yasr_visitor_votes {
    width: 100%;
    height: 55px;
    display: block;
    text-align: center; }
  .toc_widget.widget-social .bigstars,
  .widget_tag_cloud.widget-social .bigstars,
  .widget-box.widget-social .bigstars {
    display: block;
    clear: both;
    width: 160px;
    margin: 0 auto; }
  .toc_widget.widget-social .yasr-small-block-bold,
  .widget_tag_cloud.widget-social .yasr-small-block-bold,
  .widget-box.widget-social .yasr-small-block-bold {
    display: none; }
  .toc_widget.details p a,
  .widget_tag_cloud.details p a,
  .widget-box.details p a {
    text-decoration: underline; }
  .toc_widget.details .parties,
  .widget_tag_cloud.details .parties,
  .widget-box.details .parties {
    padding: 0 0 0.7142857143em 0; }
  .toc_widget.details .instances,
  .toc_widget.details .interInstances,
  .toc_widget.details .comment,
  .toc_widget.details .press,
  .widget_tag_cloud.details .instances,
  .widget_tag_cloud.details .interInstances,
  .widget_tag_cloud.details .comment,
  .widget_tag_cloud.details .press,
  .widget-box.details .instances,
  .widget-box.details .interInstances,
  .widget-box.details .comment,
  .widget-box.details .press {
    padding: 0 0 0.7142857143em 0;
    color: #646464; }
    .toc_widget.details .instances li,
    .toc_widget.details .interInstances li,
    .toc_widget.details .comment li,
    .toc_widget.details .press li,
    .widget_tag_cloud.details .instances li,
    .widget_tag_cloud.details .interInstances li,
    .widget_tag_cloud.details .comment li,
    .widget_tag_cloud.details .press li,
    .widget-box.details .instances li,
    .widget-box.details .interInstances li,
    .widget-box.details .comment li,
    .widget-box.details .press li {
      position: relative;
      border-bottom: 1px solid #EDEBE9;
      line-height: 1.3; }
      .toc_widget.details .instances li:first-child,
      .toc_widget.details .interInstances li:first-child,
      .toc_widget.details .comment li:first-child,
      .toc_widget.details .press li:first-child,
      .widget_tag_cloud.details .instances li:first-child,
      .widget_tag_cloud.details .interInstances li:first-child,
      .widget_tag_cloud.details .comment li:first-child,
      .widget_tag_cloud.details .press li:first-child,
      .widget-box.details .instances li:first-child,
      .widget-box.details .interInstances li:first-child,
      .widget-box.details .comment li:first-child,
      .widget-box.details .press li:first-child {
        border-top: 1px solid #EDEBE9; }
      .toc_widget.details .instances li > a,
      .toc_widget.details .interInstances li > a,
      .toc_widget.details .comment li > a,
      .toc_widget.details .press li > a,
      .widget_tag_cloud.details .instances li > a,
      .widget_tag_cloud.details .interInstances li > a,
      .widget_tag_cloud.details .comment li > a,
      .widget_tag_cloud.details .press li > a,
      .widget-box.details .instances li > a,
      .widget-box.details .interInstances li > a,
      .widget-box.details .comment li > a,
      .widget-box.details .press li > a {
        padding: 0.7em;
        display: block;
        font-size: 14px;
        padding: 0.4em 1.0714285714em; }
        .toc_widget.details .instances li > a:focus, .toc_widget.details .instances li > a:hover, .toc_widget.details .instances li > a:active,
        .toc_widget.details .interInstances li > a:focus,
        .toc_widget.details .interInstances li > a:hover,
        .toc_widget.details .interInstances li > a:active,
        .toc_widget.details .comment li > a:focus,
        .toc_widget.details .comment li > a:hover,
        .toc_widget.details .comment li > a:active,
        .toc_widget.details .press li > a:focus,
        .toc_widget.details .press li > a:hover,
        .toc_widget.details .press li > a:active,
        .widget_tag_cloud.details .instances li > a:focus,
        .widget_tag_cloud.details .instances li > a:hover,
        .widget_tag_cloud.details .instances li > a:active,
        .widget_tag_cloud.details .interInstances li > a:focus,
        .widget_tag_cloud.details .interInstances li > a:hover,
        .widget_tag_cloud.details .interInstances li > a:active,
        .widget_tag_cloud.details .comment li > a:focus,
        .widget_tag_cloud.details .comment li > a:hover,
        .widget_tag_cloud.details .comment li > a:active,
        .widget_tag_cloud.details .press li > a:focus,
        .widget_tag_cloud.details .press li > a:hover,
        .widget_tag_cloud.details .press li > a:active,
        .widget-box.details .instances li > a:focus,
        .widget-box.details .instances li > a:hover,
        .widget-box.details .instances li > a:active,
        .widget-box.details .interInstances li > a:focus,
        .widget-box.details .interInstances li > a:hover,
        .widget-box.details .interInstances li > a:active,
        .widget-box.details .comment li > a:focus,
        .widget-box.details .comment li > a:hover,
        .widget-box.details .comment li > a:active,
        .widget-box.details .press li > a:focus,
        .widget-box.details .press li > a:hover,
        .widget-box.details .press li > a:active {
          color: #ffffff;
          background-color: #9D9283; }
      .toc_widget.details .instances li.active > a:link, .toc_widget.details .instances li.active > a:visited,
      .toc_widget.details .interInstances li.active > a:link,
      .toc_widget.details .interInstances li.active > a:visited,
      .toc_widget.details .comment li.active > a:link,
      .toc_widget.details .comment li.active > a:visited,
      .toc_widget.details .press li.active > a:link,
      .toc_widget.details .press li.active > a:visited,
      .widget_tag_cloud.details .instances li.active > a:link,
      .widget_tag_cloud.details .instances li.active > a:visited,
      .widget_tag_cloud.details .interInstances li.active > a:link,
      .widget_tag_cloud.details .interInstances li.active > a:visited,
      .widget_tag_cloud.details .comment li.active > a:link,
      .widget_tag_cloud.details .comment li.active > a:visited,
      .widget_tag_cloud.details .press li.active > a:link,
      .widget_tag_cloud.details .press li.active > a:visited,
      .widget-box.details .instances li.active > a:link,
      .widget-box.details .instances li.active > a:visited,
      .widget-box.details .interInstances li.active > a:link,
      .widget-box.details .interInstances li.active > a:visited,
      .widget-box.details .comment li.active > a:link,
      .widget-box.details .comment li.active > a:visited,
      .widget-box.details .press li.active > a:link,
      .widget-box.details .press li.active > a:visited {
        color: #8B7C6C; }
      .toc_widget.details .instances li.current-instance,
      .toc_widget.details .interInstances li.current-instance,
      .toc_widget.details .comment li.current-instance,
      .toc_widget.details .press li.current-instance,
      .widget_tag_cloud.details .instances li.current-instance,
      .widget_tag_cloud.details .interInstances li.current-instance,
      .widget_tag_cloud.details .comment li.current-instance,
      .widget_tag_cloud.details .press li.current-instance,
      .widget-box.details .instances li.current-instance,
      .widget-box.details .interInstances li.current-instance,
      .widget-box.details .comment li.current-instance,
      .widget-box.details .press li.current-instance {
        background: #8B7C6C; }
        .toc_widget.details .instances li.current-instance a,
        .toc_widget.details .interInstances li.current-instance a,
        .toc_widget.details .comment li.current-instance a,
        .toc_widget.details .press li.current-instance a,
        .widget_tag_cloud.details .instances li.current-instance a,
        .widget_tag_cloud.details .interInstances li.current-instance a,
        .widget_tag_cloud.details .comment li.current-instance a,
        .widget_tag_cloud.details .press li.current-instance a,
        .widget-box.details .instances li.current-instance a,
        .widget-box.details .interInstances li.current-instance a,
        .widget-box.details .comment li.current-instance a,
        .widget-box.details .press li.current-instance a {
          color: #ffffff; }
          .toc_widget.details .instances li.current-instance a:before,
          .toc_widget.details .interInstances li.current-instance a:before,
          .toc_widget.details .comment li.current-instance a:before,
          .toc_widget.details .press li.current-instance a:before,
          .widget_tag_cloud.details .instances li.current-instance a:before,
          .widget_tag_cloud.details .interInstances li.current-instance a:before,
          .widget_tag_cloud.details .comment li.current-instance a:before,
          .widget_tag_cloud.details .press li.current-instance a:before,
          .widget-box.details .instances li.current-instance a:before,
          .widget-box.details .interInstances li.current-instance a:before,
          .widget-box.details .comment li.current-instance a:before,
          .widget-box.details .press li.current-instance a:before {
            display: none; }
  .toc_widget.details .comment li a,
  .toc_widget.details .press li a,
  .widget_tag_cloud.details .comment li a,
  .widget_tag_cloud.details .press li a,
  .widget-box.details .comment li a,
  .widget-box.details .press li a {
    padding-left: 2.15em; }
    .toc_widget.details .comment li a:before,
    .toc_widget.details .press li a:before,
    .widget_tag_cloud.details .comment li a:before,
    .widget_tag_cloud.details .press li a:before,
    .widget-box.details .comment li a:before,
    .widget-box.details .press li a:before {
      content: '■';
      position: absolute;
      left: 1em;
      top: 1.1em;
      margin-top: -1px;
      line-height: 0;
      color: #8B7C6C; }
  .toc_widget.details .comment li.current-instance a:before,
  .toc_widget.details .press li.current-instance a:before,
  .widget_tag_cloud.details .comment li.current-instance a:before,
  .widget_tag_cloud.details .press li.current-instance a:before,
  .widget-box.details .comment li.current-instance a:before,
  .widget-box.details .press li.current-instance a:before {
    color: #fff;
    display: block; }
  .toc_widget.details .comment li a:focus:before, .toc_widget.details .comment li a:hover:before, .toc_widget.details .comment li a:active:before,
  .toc_widget.details .press li a:focus:before,
  .toc_widget.details .press li a:hover:before,
  .toc_widget.details .press li a:active:before,
  .widget_tag_cloud.details .comment li a:focus:before,
  .widget_tag_cloud.details .comment li a:hover:before,
  .widget_tag_cloud.details .comment li a:active:before,
  .widget_tag_cloud.details .press li a:focus:before,
  .widget_tag_cloud.details .press li a:hover:before,
  .widget_tag_cloud.details .press li a:active:before,
  .widget-box.details .comment li a:focus:before,
  .widget-box.details .comment li a:hover:before,
  .widget-box.details .comment li a:active:before,
  .widget-box.details .press li a:focus:before,
  .widget-box.details .press li a:hover:before,
  .widget-box.details .press li a:active:before {
    color: #fff; }
  .toc_widget.widget-box-lessborders,
  .widget_tag_cloud.widget-box-lessborders,
  .widget-box.widget-box-lessborders {
    border-color: transparent; }
    @media only screen and (max-width: 767px) {
      .toc_widget.widget-box-lessborders,
      .widget_tag_cloud.widget-box-lessborders,
      .widget-box.widget-box-lessborders {
        margin-left: -1.3571428571em;
        margin-right: -1.3571428571em; } }
  .toc_widget img,
  .widget_tag_cloud img,
  .widget-box img {
    width: 100%;
    height: auto;
    min-height: 5.7142857143em;
    background: rgba(200, 200, 200, 0.4);
    border: none; }
  .toc_widget a:focus, .toc_widget a:hover, .toc_widget a:active,
  .widget_tag_cloud a:focus,
  .widget_tag_cloud a:hover,
  .widget_tag_cloud a:active,
  .widget-box a:focus,
  .widget-box a:hover,
  .widget-box a:active {
    color: #8B7C6C; }
  .toc_widget a.readmore,
  .widget_tag_cloud a.readmore,
  .widget-box a.readmore {
    float: right;
    margin-top: 1.4285714286em; }
  .toc_widget .tagcloud,
  .widget_tag_cloud .tagcloud,
  .widget-box .tagcloud {
    text-align: center; }
    .toc_widget .tagcloud a,
    .widget_tag_cloud .tagcloud a,
    .widget-box .tagcloud a {
      vertical-align: middle;
      padding: 0 5px; }

.toc_widget_list .toc_number {
  background: #d6d1cd;
  display: inline-block;
  border-radius: 2px;
  padding: .1em 0;
  width: 2em;
  position: absolute;
  left: 0;
  top: .5em;
  line-height: 1.25;
  text-align: center; }
.toc_widget_list a {
  display: block;
  padding: .1em 0 .1em .25em;
  margin-left: 0; }
  .toc_widget_list a:focus, .toc_widget_list a:hover, .toc_widget_list a:active {
    background: #EDEBE9;
    background: #d6d1cd;
    color: #000000;
    border-radius: 2px; }
.toc_widget_list li {
  border-top: 1px solid #EDEBE9;
  position: relative;
  display: block;
  line-height: 1.25;
  margin: 1em 0;
  padding: .5em 0 0 2.25em; }
  .toc_widget_list li li {
    margin: .25em 0;
    border-top: none;
    margin-left: .25em;
    padding-left: 1.5em; }
    .toc_widget_list li li a {
      margin-left: 1.75em; }
    .toc_widget_list li li .toc_number {
      width: 3em; }
    .toc_widget_list li li li a {
      margin-left: 2.75em; }
    .toc_widget_list li li li .toc_number {
      width: 4em; }

.share-buttons {
  text-align: center;
  font-size: 2.3em;
  margin: 0; }
  @media only screen and (max-width: 1129px) {
    .share-buttons {
      font-size: 1.9em; } }
  @media only screen and (max-width: 979px) {
    .share-buttons {
      font-size: 2.75em; } }
  @media only screen and (max-width: 767px) {
    .share-buttons {
      font-size: 1.65em; } }
  .share-buttons.metainfo {
    margin-top: 0.2em; }
  .share-buttons a, .share-buttons div {
    width: 1.7em;
    line-height: 1.2;
    display: inline-block;
    text-align: center; }
    .share-buttons a i, .share-buttons div i {
      position: relative; }
      .share-buttons a i em, .share-buttons div i em {
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-size: 0.5em;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        line-height: 2;
        letter-spacing: -1px;
        color: #ffffff; }
    .share-buttons a.commentcount i, .share-buttons div.commentcount i {
      font-size: 1.1em;
      top: .08em;
      line-height: 0.8; }
      .share-buttons a.commentcount i em, .share-buttons div.commentcount i em {
        line-height: 2.25;
        font-size: 0.4em; }
    .share-buttons a span, .share-buttons div span {
      font-size: 0.33em;
      display: block; }
  .share-buttons hr {
    display: block;
    border: none;
    border-top: 1px solid #646464;
    margin: 0.15em 0 0.3em; }
  .share-buttons.small {
    font-size: 1em;
    float: right;
    margin-right: 0.5em;
    padding-right: 0.5em;
    border-right: 2px solid #646464;
    line-height: 1em;
    height: 1.0714285714em; }
    .share-buttons.small > a {
      width: 1.4em;
      font-size: 1.3em;
      line-height: 1;
      color: #646464;
      text-decoration: none;
      position: relative;
      top: -0.1071428571em; }
      .share-buttons.small > a:focus, .share-buttons.small > a:hover, .share-buttons.small > a:active {
        color: #9f6f49; }
    .share-buttons.small > span {
      position: relative;
      top: -0.3em; }

a.hasicon {
  display: inline-block;
  font-size: 1.7857142857em;
  margin-right: 0.25em;
  text-decoration: none;
  -webkit-transition: -webkit-transform .07s ease-in;
  transition: -webkit-transform .07s ease-in;
  transition: transform .07s ease-in;
  transition: transform .07s ease-in, -webkit-transform .07s ease-in; }
  a.hasicon:focus, a.hasicon:hover, a.hasicon:active {
    text-decoration: none;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }

.the_content a.hasicon {
  color: #646464; }
  .the_content a.hasicon:focus, .the_content a.hasicon:hover, .the_content a.hasicon:active {
    color: #9f6f49; }

.posttags a {
  display: inline-block;
  padding: 0.05em 0.7em;
  color: #646464;
  background: #D2D2D2;
  margin: 0 0.3em 0.5em 0; }
  .posttags a:focus, .posttags a:hover, .posttags a:active {
    color: #ffffff;
    background: #9D9283; }

.facetwp-facet {
  border-top: 1px solid #8B7C6C;
  border-bottom: 1px solid #8B7C6C;
  padding: 1em 0;
  box-shadow: inset 0px 10px 10px -10px #8B7C6C, inset 0px -10px 10px -10px #8B7C6C; }

.flipper {
  position: relative; }
  .flipper.cropper.cropping {
    border-bottom: 1px solid #8B7C6C; }
  .flipper ul {
    border-top: 1px solid #8B7C6C; }
    .flipper ul li {
      border-bottom: 1px solid #EDEBE9; }
    .flipper ul a {
      padding: 0.4em 1.0714285714em;
      display: block;
      -webkit-transition: background-color .1s;
      transition: background-color .1s; }
      .flipper ul a:focus, .flipper ul a:hover, .flipper ul a:active {
        color: #ffffff;
        background-color: #9D9283; }

/* ---  Formulare  --- */
input[type=text],
input[type=password],
input[type=number],
input[type=date],
textarea {
  border: 1px solid #D2D2D2;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 2px 0.3em;
  font-family: "Lato", sans-serif;
  min-height: 30px; }

textarea {
  max-width: 100%; }

input[type=submit],
input[type=reset],
button,
.favs .wpfp-link,
.button {
  cursor: pointer;
  border: none;
  display: inline-block;
  padding: 0.1em 1.2em;
  background: #8B7C6C;
  color: #fff !important;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 1.5; }
  input[type=submit]:focus, input[type=submit]:hover, input[type=submit]:active,
  input[type=reset]:focus,
  input[type=reset]:hover,
  input[type=reset]:active,
  button:focus,
  button:hover,
  button:active,
  .favs .wpfp-link:focus,
  .favs .wpfp-link:hover,
  .favs .wpfp-link:active,
  .button:focus,
  .button:hover,
  .button:active {
    background: #9f6f49;
    text-decoration: none; }

.content .button {
  color: #ffffff;
  text-decoration: none; }
  .content .button:focus, .content .button:hover, .content .button:active {
    text-decoration: none;
    color: #ffffff; }

.layout_form,
#loginform,
.kanzleiform,
.comment-form {
  margin: 0 0 0 0;
  font-size: 15px;
  max-width: 44em; }
  @media only screen and (max-width: 767px) {
    .layout_form,
    #loginform,
    .kanzleiform,
    .comment-form {
      border-bottom: 1px solid #646464; } }
  .layout_form label,
  #loginform label,
  .kanzleiform label,
  .comment-form label {
    float: left;
    width: 21.4%; }
    @media only screen and (max-width: 767px) {
      .layout_form label,
      #loginform label,
      .kanzleiform label,
      .comment-form label {
        width: 35%; } }
  .layout_form input[type=text],
  .layout_form input[type=password],
  .layout_form input[type=number],
  .layout_form input[type=date],
  .layout_form textarea,
  .layout_form button,
  #loginform input[type=text],
  #loginform input[type=password],
  #loginform input[type=number],
  #loginform input[type=date],
  #loginform textarea,
  #loginform button,
  .kanzleiform input[type=text],
  .kanzleiform input[type=password],
  .kanzleiform input[type=number],
  .kanzleiform input[type=date],
  .kanzleiform textarea,
  .kanzleiform button,
  .comment-form input[type=text],
  .comment-form input[type=password],
  .comment-form input[type=number],
  .comment-form input[type=date],
  .comment-form textarea,
  .comment-form button {
    width: 78%; }
    @media only screen and (max-width: 767px) {
      .layout_form input[type=text],
      .layout_form input[type=password],
      .layout_form input[type=number],
      .layout_form input[type=date],
      .layout_form textarea,
      .layout_form button,
      #loginform input[type=text],
      #loginform input[type=password],
      #loginform input[type=number],
      #loginform input[type=date],
      #loginform textarea,
      #loginform button,
      .kanzleiform input[type=text],
      .kanzleiform input[type=password],
      .kanzleiform input[type=number],
      .kanzleiform input[type=date],
      .kanzleiform textarea,
      .kanzleiform button,
      .comment-form input[type=text],
      .comment-form input[type=password],
      .comment-form input[type=number],
      .comment-form input[type=date],
      .comment-form textarea,
      .comment-form button {
        width: 65%; } }
  .layout_form > p,
  #loginform > p,
  .kanzleiform > p,
  .comment-form > p {
    font-size: 15px;
    padding: .8em 0 .12em 1px;
    border-top: 1px solid #d2d2d2;
    margin: .75em 0; }
  .layout_form .form-submit,
  #loginform .form-submit,
  .kanzleiform .form-submit,
  .comment-form .form-submit {
    padding-left: 11em;
    padding-bottom: .8em;
    border-bottom: 1px solid #d2d2d2; }
    @media only screen and (max-width: 767px) {
      .layout_form .form-submit,
      #loginform .form-submit,
      .kanzleiform .form-submit,
      .comment-form .form-submit {
        padding-left: 0;
        text-align: center; } }
  .layout_form #cr_gbc_form_id,
  #loginform #cr_gbc_form_id,
  .kanzleiform #cr_gbc_form_id,
  .comment-form #cr_gbc_form_id {
    margin-left: 11.6em;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px; }
    .layout_form #cr_gbc_form_id + a,
    #loginform #cr_gbc_form_id + a,
    .kanzleiform #cr_gbc_form_id + a,
    .comment-form #cr_gbc_form_id + a {
      margin-left: 12.4em;
      display: inline-block; }
      .layout_form #cr_gbc_form_id + a:before,
      #loginform #cr_gbc_form_id + a:before,
      .kanzleiform #cr_gbc_form_id + a:before,
      .comment-form #cr_gbc_form_id + a:before {
        width: 100%;
        content: "";
        display: block; }
    @media only screen and (max-width: 767px) {
      .layout_form #cr_gbc_form_id,
      #loginform #cr_gbc_form_id,
      .kanzleiform #cr_gbc_form_id,
      .comment-form #cr_gbc_form_id {
        margin-left: 0; }
        .layout_form #cr_gbc_form_id + a,
        #loginform #cr_gbc_form_id + a,
        .kanzleiform #cr_gbc_form_id + a,
        .comment-form #cr_gbc_form_id + a {
          margin-left: 0; } }
  .layout_form .login-remember,
  .layout_form .comment-form-subscriptions,
  #loginform .login-remember,
  #loginform .comment-form-subscriptions,
  .kanzleiform .login-remember,
  .kanzleiform .comment-form-subscriptions,
  .comment-form .login-remember,
  .comment-form .comment-form-subscriptions {
    padding-left: 24.4%;
    text-indent: -3.2%; }
    .layout_form .login-remember label,
    .layout_form .comment-form-subscriptions label,
    #loginform .login-remember label,
    #loginform .comment-form-subscriptions label,
    .kanzleiform .login-remember label,
    .kanzleiform .comment-form-subscriptions label,
    .comment-form .login-remember label,
    .comment-form .comment-form-subscriptions label {
      width: 100%;
      float: none; }
    @media only screen and (max-width: 767px) {
      .layout_form .login-remember,
      .layout_form .comment-form-subscriptions,
      #loginform .login-remember,
      #loginform .comment-form-subscriptions,
      .kanzleiform .login-remember,
      .kanzleiform .comment-form-subscriptions,
      .comment-form .login-remember,
      .comment-form .comment-form-subscriptions {
        padding-left: 0;
        text-indent: 0; } }
  .layout_form [type=checkbox],
  #loginform [type=checkbox],
  .kanzleiform [type=checkbox],
  .comment-form [type=checkbox] {
    width: 23px !important; }

.cr_form {
  position: relative;
  font-size: 15px;
  padding: .8em 0 .8em 1px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  margin: .75em 0; }
  .cr_form .cr_ipe_item {
    overflow: hidden; }
  .cr_form input[type=text] {
    width: 78%;
    float: right; }
    @media only screen and (max-width: 767px) {
      .cr_form input[type=text] {
        width: 65%; } }
  .cr_form p:empty,
  .cr_form br {
    display: none; }
  .cr_form div {
    text-align: left !important; }
  .cr_form .cr_button {
    float: right;
    width: 78%;
    margin-top: 0.75em; }
    @media only screen and (max-width: 767px) {
      .cr_form .cr_button {
        margin-top: 0.2em;
        float: none;
        width: 100%; } }

.form-allowed-tags {
  display: none; }

/* ---  Referenzen  --- */
.interviewpartner {
  border: 1px solid #9D9283;
  float: left;
  width: calc(25% - 1.125em);
  margin-right: 1.5em;
  margin-bottom: 1.5em; }
  .interviewpartner img {
    border: 1em solid #ffffff;
    display: block;
    width: 100%;
    height: auto; }

.single .interviewpartner {
  margin: 0.4em 1em 0.4em 0; }

.partnerlogos {
  overflow: hidden; }

.partnerlogo {
  float: left;
  width: calc(25% - 1.125em);
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  position: relative;
  border: 1px solid #9D9283;
  line-height: 0; }
  .partnerlogo:focus, .partnerlogo:hover, .partnerlogo:active {
    background: #eeeeee; }
    .partnerlogo:focus img, .partnerlogo:hover img, .partnerlogo:active img {
      opacity: 0.6; }
  .partnerlogo:nth-child(4n+4) {
    margin-right: 0; }
  .partnerlogo img {
    display: block;
    width: 100%;
    height: auto;
    border: 1em solid #ffffff; }

.widget-box.referenzen img {
  float: none;
  border: none;
  margin: 0; }

/* ---  Kommentare  --- */
ol.commentlist {
  list-style-position: outside;
  padding-left: 2.75em; }
  ol.commentlist li {
    padding: .8em 0 .4em 0;
    margin-bottom: -1px;
    position: relative; }
    ol.commentlist li:before, ol.commentlist li:after {
      height: 0;
      content: "";
      position: absolute;
      left: -2.75em;
      top: 0;
      right: 0;
      border-top: 1px solid #d2d2d2; }
    ol.commentlist li:after {
      top: auto;
      bottom: 0; }
  ol.commentlist h3 {
    display: inline-block;
    font-size: 1.1em;
    margin-bottom: .2em;
    margin-left: .1em; }
  ol.commentlist .comment-content {
    margin-left: .1em;
    margin-right: 5em; }
    ol.commentlist .comment-content p:first-child {
      margin-top: 0; }
  ol.commentlist .avatar,
  ol.commentlist .usericon {
    float: right;
    margin-top: 0.2em;
    border-radius: 50%;
    margin-right: 0.5em;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.8em; }
  ol.commentlist .usericon {
    background: #8B7C6C;
    color: #ffffff;
    text-align: center;
    padding-left: 1px; }

.commentslistwrapper {
  margin-bottom: 3em; }

.foldInner {
  position: relative; }

.fold_divider {
  display: inline; }

.cropper {
  position: relative;
  z-index: 1;
  -webkit-transition: height 1s;
  transition: height 1s;
  overflow: hidden; }
  .cropper:after {
    opacity: 0;
    content: "";
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%, white 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
  .cropper.cropped:after {
    opacity: 1;
    height: 6em; }
  .cropper.cropping {
    padding-bottom: 2.8em;
    border-bottom: 1px solid #d2d2d2; }
  .cropper .croptoggle {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    background: #8B7C6C;
    color: #fff;
    width: 180px;
    margin: 0 auto;
    right: 0;
    display: block;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .cropper .croptoggle:focus, .cropper .croptoggle:hover, .cropper .croptoggle:active {
      text-decoration: none;
      color: #fff;
      background: #A76C44; }

.content #menu-faqs {
  padding-left: 0; }
  .content #menu-faqs > .menu-item {
    border-top: 1px solid #D2D2D2;
    padding-top: .3em; }
.content .faq-list {
  list-style: none; }
  .content .faq-list .faq-sub-menu {
    margin-left: 1em;
    margin-bottom: 1.4285714286em;
    list-style: decimal;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .content .faq-list .menu-item-type-taxonomy,
  .content .faq-list .cross-heading {
    list-style: none; }
    .content .faq-list .menu-item-type-taxonomy > a,
    .content .faq-list .cross-heading > a {
      font-weight: 700;
      font-style: normal;
      font-size: 1.4285714286em;
      margin: 1.4285714286em 0 0.5714285714em 0;
      line-height: 1.3;
      color: #B0AAA9; }
  .content .faq-list .cross-heading > a {
    color: #646464;
    font-size: 1.2857142857em;
    cursor: default;
    pointer-events: none; }

/* ---  Footer  --- */
.footer-top {
  border-top: 1px solid #8B7C6C;
  border-bottom: 1px solid #8B7C6C;
  padding: 20px;
  background: #eee;
  box-shadow: inset 0 0 1em #ddd; }

.footer {
  clear: both;
  position: relative;
  min-height: 14.2857142857em;
  padding-bottom: 1em;
  background: #8B7C6C; }
  .footer:after {
    content: "";
    display: table;
    clear: both; }
  .footer .footer-box {
    width: 21.5%;
    float: left;
    color: #ffffff; }
    .footer .footer-box:last-child {
      width: 35%; }
    @media only screen and (max-width: 979px) {
      .footer .footer-box {
        width: 50%; }
        .footer .footer-box:nth-child(3), .footer .footer-box:nth-of-type(3) {
          float: right;
          margin-top: -2.5em;
          padding-top: 0; }
        .footer .footer-box:last-child {
          width: auto;
          float: none; } }
    @media only screen and (max-width: 767px) {
      .footer .footer-box {
        width: auto;
        float: none; }
        .footer .footer-box:nth-child(3) {
          margin-top: -2.9em;
          width: auto;
          float: none; } }
    .footer .footer-box li {
      margin-bottom: 0.2em;
      -webkit-hyphens: auto;
         -moz-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; }
      .footer .footer-box li > a {
        line-height: 1.3;
        display: inline-block; }
    .footer .footer-box a {
      color: #ffffff; }
  .footer .imagelegal,
  .footer .widget_text {
    padding: 2.5em 0 2.5em 3.9em; }
    @media only screen and (max-width: 767px) {
      .footer .imagelegal,
      .footer .widget_text {
        padding: 2em 20px; } }
    .footer .imagelegal h6,
    .footer .widget_text h6 {
      position: relative;
      color: #ffffff; }
      .footer .imagelegal h6 i,
      .footer .widget_text h6 i {
        position: absolute;
        left: -35px;
        top: -1px;
        width: 25px;
        height: 25px;
        background: #ffffff;
        color: #8B7C6C;
        border-radius: 50%;
        line-height: 25px;
        text-align: center; }
        .footer .imagelegal h6 i.icon-balance:before,
        .footer .widget_text h6 i.icon-balance:before {
          margin-left: 2px; }
        .footer .imagelegal h6 i.icon-info:before,
        .footer .widget_text h6 i.icon-info:before {
          margin-left: 1px; }
        @media only screen and (max-width: 767px) {
          .footer .imagelegal h6 i,
          .footer .widget_text h6 i {
            display: none; } }
    .footer .imagelegal p, .footer .imagelegal div.p,
    .footer .widget_text p,
    .footer .widget_text div.p {
      font-size: 1em; }

.footer-minimenu {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 5em;
  clear: both; }
  .footer-minimenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    min-width: 30.1%; }
  .footer-minimenu li {
    display: inline;
    color: #ffffff;
    padding: 0; }
    .footer-minimenu li + li {
      padding-left: 2.1428571429em; }
  .footer-minimenu .mobileonly,
  .footer-minimenu .desktoponly.hiddenbutton {
    display: none; }
  @media only screen and (max-width: 979px) {
    .footer-minimenu .mobileonly,
    .footer-minimenu .desktoponly {
      display: inline; } }
  @media only screen and (max-width: 767px) {
    .footer-minimenu {
      border-top: 1px solid #fff;
      padding-top: 0.5em;
      text-align: center; }
      .footer-minimenu ul {
        float: none;
        width: auto; }
      .footer-minimenu li {
        display: block; }
        .footer-minimenu li + li {
          padding-left: 0; }
      .footer-minimenu .mobileonly {
        display: block; }
      .footer-minimenu .desktoponly {
        display: none; } }
  .footer-minimenu a:link {
    color: inherit; }
  .footer-minimenu a:hover {
    text-decoration: underline; }

.imagelegal {
  margin-top: 1em; }
  .imagelegal.active {
    display: block !important;
    border-top: 1px solid #ffffff;
    color: #ffffff; }
    .imagelegal.active .image_with_text {
      display: table;
      margin-bottom: 1em; }
      .imagelegal.active .image_with_text img {
        float: none;
        display: table-cell;
        width: 100px;
        height: auto;
        margin: 0 1em 0 0; }
      .imagelegal.active .image_with_text p {
        display: table-cell;
        vertical-align: middle; }

.favs .wpfp-img {
  display: none; }

/* Flyout */
.flyout-box {
  width: 410px;
  position: fixed;
  z-index: 999999999;
  right: -450px;
  bottom: 3em;
  padding: 1.3571428571em 2.0714285714em 0.6428571429em 1.3571428571em;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #eeeeee;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  box-shadow: 0 0.3em 0.75em rgba(0, 0, 0, 0.23); }
  @media only screen and (max-width: 1279px) {
    .flyout-box {
      display: none; } }
  .flyout-box.flown {
    right: -1px; }
  .flyout-box.user_ended_flight {
    right: -450px !important; }
  .flyout-box h6 {
    margin-right: 1.5em;
    color: #646464; }
  .flyout-box button.endfly {
    position: absolute;
    right: 1em;
    top: 0.7em;
    width: 1.3em;
    height: 1.3em;
    padding: 0;
    line-height: 1.3em;
    border-radius: 50%; }

nav .menu > li.current_page_ancestor.menu-item-39 > a,
nav .menu > li.current_page_parent.menu-item-39 > a {
  background: #D2D2D2;
  color: #646464; }
  nav .menu > li.current_page_ancestor.menu-item-39 > a:focus, nav .menu > li.current_page_ancestor.menu-item-39 > a:hover, nav .menu > li.current_page_ancestor.menu-item-39 > a:active,
  nav .menu > li.current_page_parent.menu-item-39 > a:focus,
  nav .menu > li.current_page_parent.menu-item-39 > a:hover,
  nav .menu > li.current_page_parent.menu-item-39 > a:active {
    background: #8B7C6C;
    color: #ffffff; }

.archive.date nav .menu > li.current_page_parent.menu-item-39 > a,
.tag nav .menu > li.current_page_parent.menu-item-39 > a,
.category nav .menu > li.current_page_parent.menu-item-39 > a,
.single-post nav .menu > li.current_page_parent.menu-item-39 > a,
nav .menu > li.current-menu-ancestor.menu-item-39 > a,
nav .menu > li.current-menu-parent.menu-item-39 > a,
nav .menu > li.current-menu-item.menu-item-39 > a {
  background: #8B7C6C;
  color: #ffffff; }

body.archive.tax-rechtsgebiete.term-aktuelle-faelle .menu-item-46480 > a,
body.single-blog .menu-item-46480 > a {
  background: #8B7C6C;
  color: #ffffff; }

body.post-type-archive-abmahnbarometer .menu-item-46481 > a,
body.single-abmahnbarometer .menu-item-46481 > a {
  background: #8B7C6C;
  color: #ffffff; }

body.post-type-archive-referenzen .menu-item-45 > a,
body.single-referenzen .menu-item-45 > a {
  background: #8B7C6C;
  color: #ffffff; }

.yasr_schema {
  display: none; }

.dev {
  font-family: monospace;
  background: rgba(255, 192, 203, 0.4); }

@media only screen and (max-width: 767px) {
  .ls-bottom-nav-wrapper,
  .ls-l {
    display: none !important; } }
.beta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  z-index: 9999999;
  background-color: #FED903;
  background-image: -webkit-linear-gradient(45deg, black 0%, black 10%, transparent 10%, transparent 20%, black 20%, black 30%, transparent 30%, transparent 40%, black 40%, black 50%, transparent 50%, transparent 60%, black 60%, black 70%, transparent 70%, transparent 80%, black 80%, black 90%, transparent 90%, transparent 100%);
  background-image: linear-gradient(45deg, black 0%, black 10%, transparent 10%, transparent 20%, black 20%, black 30%, transparent 30%, transparent 40%, black 40%, black 50%, transparent 50%, transparent 60%, black 60%, black 70%, transparent 70%, transparent 80%, black 80%, black 90%, transparent 90%, transparent 100%); }

/*# sourceMappingURL=screen.css.map */