@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

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

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

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

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
  -moz-outline-style: none; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

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

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

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

/* ==========================================================================
   Ergänzung Oliver helms
   ========================================================================== */
a {
  text-decoration: none; }

/* Removes dotted outline in Mozilla */
:-moz-any-link:focus {
  outline: none; }

* {
  padding: 0;
  margin: 0; }

i {
  font-style: normal; }

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-regular.woff") format("woff"), url("../fonts/open-sans-v17-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v17-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans-v17-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-600.woff") format("woff"), url("../fonts/open-sans-v17-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v17-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-700.woff") format("woff"), url("../fonts/open-sans-v17-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* IE6 hack */
/* IE7 hack */
/*==============================
=            Colors            =
==============================*/
/*==============================
=           Padding Etc.          =
==============================*/
/* ==========================================================================
   Mixins
   ========================================================================== */
/**
 * Pixel conversions.
 *
 * Converts pixels to ems/rems depending on the mixing you're using.
 */
/**
 * Media queries
 *
 * These are based on the different device widths in _settings.scss.
 * Allows you to use inline media queries.
 *
 * Example CSS:
 * .foobar {
 *   @include respond-to(big) {
 *   }
 * }
 */
/* Custom mixins for Barebones
 ========================================================================== */
/**
 * Buttons
 *
 * This customises your buttons with a different background color and text color. 
 * If no text color is specified it will default to white.
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

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

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

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

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
  -moz-outline-style: none; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

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

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

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

/* ==========================================================================
   Ergänzung Oliver helms
   ========================================================================== */
a {
  text-decoration: none; }

/* Removes dotted outline in Mozilla */
:-moz-any-link:focus {
  outline: none; }

* {
  padding: 0;
  margin: 0; }

i {
  font-style: normal; }

/* Fonts
   ========================================================================== */
body {
  font-size: 18px;
  line-height: 1.5;
  color: #010101; }
  @media screen and (min-width: 1600px) {
    body {
      font-size: 20px; } }
html, button, input, select, textarea {
  color: #333;
  font-family: Georgia, serif;
  font-weight: 300;
  text-rendering: optimizeLegibility; }

h1,
.alpha {
  font-size: 2.618em;
  font-family: 'Georgia';
  font-weight: 500; }
  @media screen and (max-width: 1086px) {
    h1,
    .alpha {
      font-size: 2em; } }
  @media screen and (max-width: 520px) {
    h1,
    .alpha {
      font-size: 20px;
      font-size: 1.25rem;
      margin-top: -0.5em; } }
h2,
.beta {
  font-size: 1.618em;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 0.25em;
  color: #030303; }

h3,
.gamma {
  font-size: 1.278em;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 1em 0 0.25em;
  color: #030303; }
  @media screen and (max-width: 1086px) {
    h3,
    .gamma {
      font-size: 23px;
      font-size: 1.4375rem; } }
h4,
.delta {
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #030303; }
  @media screen and (max-width: 1086px) {
    h4,
    .delta {
      font-size: 18px;
      font-size: 1.125rem; } }
h5,
.epsilon {
  font-size: 0.875em;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 1em 0 0.5em;
  border-top: 1px dashed #d2d2d2; }

h6,
.zeta {
  font-size: 0.875em;
  font-size: 0.79em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600; }
  @media screen and (max-width: 1086px) {
    h6,
    .zeta {
      font-size: 0.79em; } }
.oldie h2 h3 h4 {
  font-family: Verdana; }

p,
ul,
ol,
dl {
  color: #676767;
  margin: 0 0 1em; }
  p:last-child,
  ul:last-child,
  ol:last-child,
  dl:last-child {
    margin-bottom: 0; }

p {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -hyphens: auto;
  hyphens: auto; }

dt {
  font-weight: 400; }

.lead {
  font-size: 20px;
  font-size: 1.25rem; }
  @media screen and (max-width: 1086px) {
    .lead {
      font-size: 24px;
      font-size: 1.5rem; } }
/* Defaults
   ========================================================================== */
html {
  background-color: #fff; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

figure {
  margin-bottom: 2.0625rem; }
  figure img {
    display: block;
    margin-bottom: 0.6875rem; }

figcaption {
  font-size: 11.1248454883px; }
  @media screen and (max-width: 1086px) {
    figcaption {
      font-size: 22px;
      font-size: 1.375rem; } }
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

blockquote {
  font-style: italic;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0; }
  blockquote p {
    font-size: 1em; }
    @media screen and (max-width: 1086px) {
      blockquote p {
        font-size: 24px;
        font-size: 1.5rem; } }
  blockquote .cite {
    font-style: normal; }
    blockquote .cite:before {
      content: '\2014'; }

pre {
  margin: 0; }

code {
  color: #C14B3E;
  font-family: 'Inconsolata', sans-serif; }
  @media screen and (max-width: 1086px) {
    code {
      font-size: 22px;
      font-size: 1.375rem; } }
address {
  font-style: normal; }

a {
  color: #010101;
  text-decoration: underline; }
  a:hover {
    color: #c43a1e; }

::-webkit-input-placeholder {
  color: #ccc; }

::-moz-placeholder {
  color: #ccc; }

#logo {
  margin-top: 0.25em; }
  #logo a {
    text-decoration: none; }
  @media screen and (max-width: 1086px) {
    #logo {
      margin-top: 0.5rem; } }
/* Forms
   ========================================================================== */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  line-height: 1.6;
  resize: vertical; }

label {
  cursor: pointer; }

input[type=text],
input[type=search],
input[type=email],
input[type=url],
textarea {
  font-size: 16px;
  font-size: 1rem;
  -webkit-appearance: none;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ccc;
  outline: none;
  padding: 0.75rem;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  width: 100%; }
  input[type=text]:focus,
  input[type=search]:focus,
  input[type=email]:focus,
  input[type=url]:focus,
  textarea:focus {
    border-color: #535353;
    color: inherit; }
  @media screen and (max-width: 1086px) {
    input[type=text],
    input[type=search],
    input[type=email],
    input[type=url],
    textarea {
      font-size: 22px;
      font-size: 1.375rem;
      padding: 1.375rem; } }
thead, .btn {
  font-weight: 600;
  text-transform: uppercase; }

.media:before, .l-grid:before, .media:after, .l-grid:after {
  content: "";
  display: table; }

.media:after, .l-grid:after {
  clear: both; }

.l-stacked,
.l-inline,
.l-inline-desktop,
.l-grid {
  list-style: none;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0; }

/* ==========================================================================
   Layout
   ========================================================================== */
/**
 * Layout styles for lists.
 *
 * Used for list items to remove the bullets and margins. The different classes
 * refer to the different layouts you want to use.
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.l-inline > li {
  display: inline-block; }

.l-grid > li {
  float: left; }

/* Custom styles for Barebones
   ========================================================================== */
.l-inline-desktop > li {
  margin-bottom: 0.25rem; }
  @media screen and (max-width: 1086px) {
    .l-inline-desktop > li {
      display: inline-block;
      margin-bottom: 0; } }
.l-header {
  background-color: #fff;
  border-bottom: 1px solid #d2d2d2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }
  .l-header h1 {
    margin: 0; }
  @media screen and (max-width: 1086px) {
    .l-header {
      display: none; } }
.l-footer {
  border-top: 1px solid #d2d2d2;
  padding-top: 2.0625em;
  padding-bottom: 2.0625em;
  text-align: center; }
  @media screen and (max-width: 1086px) {
    .l-footer {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
.l-constrained {
  margin-right: auto;
  margin-left: auto;
  max-width: 56.25rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  @media screen and (max-width: 1086px) {
    .l-constrained {
      padding-right: 1.125rem;
      padding-left: 1.125rem; } }
.l-row {
  margin-bottom: 3.125rem; }
  @media screen and (max-width: 1086px) {
    .l-row {
      margin-bottom: 5.5rem; } }
.wrapper {
  *zoom: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }

.head-wrap {
  display: block;
  float: left;
  margin-right: 2.1681528605%;
  width: 77.295966031%;
  margin-left: 11.3520169845%;
  padding: 1em;
  /* default fallback */
  background: white transparent;
  /* nice browsers */
  background: rgba(255, 255, 255, 0.5);
  /* IE 6/7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fFFFFFF, endColorstr=#7fFFFFFF);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fFFFFFF, endColorstr=#7fFFFFFF)";
  z-index: 3;
  height: 5em;
  margin-bottom: 2.2em; }
  .head-wrap:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1200px) {
    .head-wrap {
      display: block;
      float: left;
      margin-right: 2.1681528605%;
      width: 88.6479830155%;
      margin-left: 5.6760084922%; }
      .head-wrap:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1086px) {
    .head-wrap {
      display: block;
      float: left;
      margin-right: 2.1681528605%;
      width: 88.6479830155%;
      margin-left: 5.6760084922%; }
      .head-wrap:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1020px) {
    .head-wrap {
      height: 5em;
      top: 0; } }
  .head-wrap .menu {
    position: relative;
    top: -12.5em; }

.logo {
  float: left;
  padding-right: 1em;
  padding-top: 0.95em;
  width: 50px; }
  @media screen and (max-width: 520px) {
    .logo {
      padding-top: 0.5em;
      margin-top: -0.9em;
      width: 40px;
      padding-right: 0; }
      .logo img {
        height: 30px;
        width: auto; } }
.fw-content {
  display: block;
  float: left;
  margin-right: 2.1681528605%;
  width: 77.295966031%;
  margin-left: 11.3520169845%;
  padding: 1em; }
  .fw-content:last-child {
    margin-right: 0; }
  .fw-content:nth-child(2) {
    margin-right: 0; }
  @media screen and (max-width: 1200px) {
    .fw-content {
      display: block;
      float: left;
      margin-right: 2.1681528605%;
      width: 77.295966031%;
      margin-left: 11.3520169845%; }
      .fw-content:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1086px) {
    .fw-content {
      display: block;
      float: left;
      margin-right: 2.1681528605%;
      width: 88.6479830155%;
      margin-left: 5.6760084922%; }
      .fw-content:last-child {
        margin-right: 0; } }
.fw-content-home {
  display: block;
  float: left;
  margin-right: 2.1681528605%;
  width: 77.295966031%;
  margin-left: 11.3520169845%;
  padding: 1em; }
  .fw-content-home:last-child {
    margin-right: 0; }
  .fw-content-home:nth-child(2) {
    margin-right: 0; }
  @media screen and (max-width: 1200px) {
    .fw-content-home {
      display: block;
      float: left;
      margin-right: 2.1681528605%;
      width: 77.295966031%;
      margin-left: 11.3520169845%; }
      .fw-content-home:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1086px) {
    .fw-content-home {
      display: block;
      float: left;
      margin-right: 2.1681528605%;
      width: 88.6479830155%;
      margin-left: 5.6760084922%; }
      .fw-content-home:last-child {
        margin-right: 0; } }
.nav-content {
  display: block;
  float: left;
  margin-right: 2.1681528605%;
  width: 77.295966031%;
  margin-left: 11.3520169845%;
  margin-top: 0.3333333333em;
  margin-bottom: 1em; }
  .nav-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1086px) {
    .nav-content {
      display: block;
      float: left;
      margin-right: 2.1681528605%;
      width: 88.6479830155%;
      margin-left: 5.6760084922%; }
      .nav-content:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 890px) {
    .nav-content {
      margin-bottom: 0; } }
.content-wrapper {
  margin-top: 10em; }

.main-content {
  display: block;
  float: left;
  margin-right: 2.1681528605%;
  width: 54.591932062%;
  margin-left: 11.3520169845%;
  padding: 1em; }
  .main-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1086px) {
    .main-content {
      display: block;
      float: left;
      margin-right: 2.1681528605%;
      width: 88.6479830155%;
      margin-left: 5.6760084922%; }
      .main-content:last-child {
        margin-right: 0; } }
.bildchen {
  display: block;
  float: left;
  margin-right: 2.1681528605%;
  width: 65.9439490465%; }
  .bildchen:last-child {
    margin-right: 0; }
  .bildchen ul {
    margin-left: 1em; }
  .bildchen li {
    list-style: square;
    font-size: 0.79em;
    font-family: "Open Sans", sans-serif;
    font-weight: 600; }

.sidebar {
  display: block;
  float: left;
  margin-right: 2.1681528605%;
  width: 20.5358811085%;
  padding: 1em;
  margin-top: 4.8em; }
  .sidebar:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1086px) {
    .sidebar {
      display: block;
      float: left;
      margin-right: 2.1681528605%;
      width: 88.6479830155%;
      margin-left: 5.6760084922%;
      margin-top: 1em; }
      .sidebar:last-child {
        margin-right: 0; } }
  .sidebar li {
    list-style: none;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -hyphens: auto;
    hyphens: auto;
    width: 100% !important; }
    .sidebar li a {
      text-align: left;
      padding-left: 0 !important; }
  .sidebar h4 {
    padding-bottom: 1.5em; }
  .sidebar .bildchen li {
    list-style: square; }
  @media screen and (max-width: 1200px) {
    .sidebar {
      display: block;
      float: left;
      margin-right: 2.1681528605%;
      width: 20.5358811085%;
      padding: 1em; }
      .sidebar:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1086px) {
    .sidebar {
      display: block;
      float: left;
      margin-right: 2.1681528605%;
      width: 88.6479830155%;
      margin-left: 5.6760084922%; }
      .sidebar:last-child {
        margin-right: 0; } }
  .sidebar .zustaendigkeit {
    display: inline-block;
    height: auto;
    width: 100%;
    margin-bottom: 1em; }
    @media screen and (max-width: 1086px) {
      .sidebar .zustaendigkeit {
        width: 100%; } }
    .sidebar .zustaendigkeit h5 {
      padding: 1.5em 0 0.25em;
      border-top: 1px dashed #d2d2d2; }

.portrait {
  display: block;
  float: left;
  margin-right: 2.1681528605%;
  width: 43.2399150775%;
  width: 23%;
  display: block;
  float: left;
  margin-right: 1em;
  margin-top: 1em;
  padding-bottom: 1em; }
  .portrait:last-child {
    margin-right: 0; }

.sidebar .anwaltsliste ul {
  margin-left: 1.5em;
  width: 100%; }
  .sidebar .anwaltsliste ul li {
    list-style: square;
    display: list-item; }

.two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 50%;
  -moz-column-width: 50%;
  column-width: 50%;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
  position: relative; }
  .two-col p {
    font-size: 1em;
    font-family: Georgia, serif; }
  @media screen and (max-width: 1200px) {
    .two-col {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-width: 100%;
      -moz-column-width: 100%;
      column-width: 100%;
      -webkit-column-gap: 0em;
      -moz-column-gap: 0em;
      column-gap: 0em; } }
.maglook {
  background-color: #fff;
  margin-top: -1.618em; }

article h4 {
  padding-top: 1em;
  border-top: 1px dashed #d2d2d2; }

article ul {
  margin-left: 1em; }
  article ul li {
    list-style-type: square; }

.oldie article ul li {
  list-style-type: square !important;
  list-style: square !important;
  text-align: left !important;
  width: 100% !important; }

.pagination {
  padding-top: 2em; }

.anwalt-fachanwalt ul {
  padding-bottom: 1.5em; }
  .anwalt-fachanwalt ul li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4em; }

.bio {
  display: block;
  float: left;
  margin-right: 3.9715627907%;
  width: 58.4113748837%;
  margin-right: 0; }
  .bio:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1200px) {
    .bio {
      display: block;
      float: left;
      margin-right: 2.1681528605%;
      width: 77.295966031%; }
      .bio:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 520px) {
    .bio {
      width: 100%; } }
.bio-portrait {
  display: block;
  float: left;
  margin-right: 3.9715627907%;
  width: 37.6170623256%; }
  .bio-portrait:last-child {
    margin-right: 0; }
  .bio-portrait img {
    width: 90%; }
  @media screen and (max-width: 1200px) {
    .bio-portrait {
      display: block;
      float: left;
      margin-right: 2.1681528605%;
      width: 20.5358811085%; }
      .bio-portrait:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 520px) {
    .bio-portrait {
      width: 100%; }
      .bio-portrait img {
        width: 100%;
        padding-bottom: 1em; } }
.every-third {
  margin-right: 0; }

.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 0px; }
  @media screen and (max-width: 1200px) {
    .grid-wrapper {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 1086px) {
    .grid-wrapper {
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 0; } }
@media screen and (max-width: 1086px) {
  .mitarbeiter-wrap {
    width: 100%; } }

.bezeichnung {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif; }
  .bezeichnung ul {
    margin-left: 37.5%; }
    .bezeichnung ul li {
      list-style: square; }

.mail p {
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600; }

@media screen and (max-width: 1086px) {
  .mail {
    font-size: 14px;
    font-size: 0.875rem; } }

.nounderline {
  text-decoration: none; }

.meta-wrap {
  margin-bottom: 1em; }

.dashed-top {
  border-top: 1px dashed #d2d2d2;
  margin-top: 0.5em; }

.tagcloud {
  padding-bottom: 2em; }

footer {
  display: block;
  float: left;
  margin-right: 2.1681528605%;
  width: 77.295966031%;
  margin-left: 11.3520169845%;
  color: #010101;
  padding: 1em;
  margin-top: 1em; }
  footer:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1200px) {
    footer {
      display: block;
      float: left;
      margin-right: 2.1681528605%;
      width: 88.6479830155%;
      margin-left: 5.6760084922%; }
      footer:last-child {
        margin-right: 0; } }
  footer p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #010101;
    display: inline-block; }
    @media screen and (max-width: 1086px) {
      footer p {
        font-size: 10px !important; } }
  footer .logo {
    padding-top: 0.2em; }
  footer address {
    width: 50%;
    display: inline-block;
    float: left;
    color: #010101; }
    @media screen and (max-width: 1086px) {
      footer address {
        width: 100%; } }
  footer .kontakt {
    width: 50%;
    display: inline-block;
    text-align: right; }
    @media screen and (max-width: 1086px) {
      footer .kontakt {
        width: 100%;
        margin-top: 1em;
        float: left;
        text-align: right; } }
.is-not-scrollable {
  outline: 1px solid red;
  overflow: hidden; }

/* ==========================================================================
   Button
   ========================================================================== */
/**
 * Layout styles for lists.
 *
 * Used for list items to remove the bullets and margins. The different classes
 * refer to the different layouts you want to use.
 */
.btn {
  font-size: 22px;
  font-size: 1.375rem;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  display: inline-block;
  font-weight: 700;
  padding: .5em .9em; }
  .btn:hover {
    background-color: #333;
    border-color: #333;
    color: #fff; }

.btn--big {
  font-size: 24px;
  font-size: 1.5rem;
  padding: .75em 1em; }

.btn--small {
  font-size: 18px;
  font-size: 1.125rem;
  padding: .35em .7em; }

/* Custom styles for Barebones
   ========================================================================== */
.btn--alert {
  background-color: #c81b13;
  border-color: #ac1710;
  color: red; }

.btn--success {
  background-color: #0fc843;
  border-color: #0dac39;
  color: red; }

.btn--twitter {
  background-color: #00aced;
  border-color: #0096ce;
  color: red; }

.btn--facebook {
  background-color: #3b5999;
  border-color: #324c83;
  color: red; }

.cta > li:first-child {
  margin-bottom: .8em; }
  @media screen and (max-width: 1086px) {
    .cta > li:first-child {
      margin-right: .5em;
      margin-bottom: 0; } }
@media screen and (max-width: 1086px) {
  .cta > li:last-child {
    margin-left: .5em; } }

@media screen and (max-width: 1086px) {
  .cta {
    margin-bottom: 0; } }

.example {
  background-color: #f5f5f5;
  margin-bottom: 2.75em;
  padding: 1em 1.1875em; }
  @media screen and (max-width: 1086px) {
    .example {
      padding: 1.375em 1.5625em; } }
.flag {
  display: table;
  width: 100%; }

.flag-pull-right,
.flag-pull-left,
.flag-body {
  display: table-cell;
  vertical-align: middle; }

.flag-pull-left {
  padding-right: 1.25em; }

.flag-pull-right {
  padding-left: 1.25em;
  text-align: right; }
  .flag-pull-right img {
    /* This is the only way to float it to the right for now */
    float: right; }

/* Custom styles for Barebones
   ========================================================================== */
@media screen and (max-width: 1086px) {
  .flag-pull-left-desktop,
  .flag-pull-right-desktop,
  .flag-body-desktop {
    display: table-cell;
    vertical-align: middle; } }

.flag-pull-left-desktop {
  margin-bottom: 0.25rem; }
  @media screen and (max-width: 1086px) {
    .flag-pull-left-desktop {
      margin-bottom: 0; } }
@media screen and (max-width: 1086px) {
  .flag-pull-left--btn {
    width: 50%; } }

.flag-pull-right iframe {
  /* Aligns the Twitter button */
  vertical-align: middle; }

.flag-body-desktop {
  text-align: right; }

.form > li {
  margin-bottom: 2em; }
  .form > li:last-of-type {
    margin-bottom: 0; }

.label {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 1em; }

.input-replacement {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  display: block;
  height: 1.875rem;
  position: relative;
  width: 1.875rem; }

.input-replacement--radio {
  border-radius: 20em; }

.input-replacement--checkbox {
  border-radius: .2em;
  text-align: center; }

input[type=radio], input[type=checkbox] {
  display: none; }
  input[type=radio]:checked + .input-replacement, input[type=checkbox]:checked + .input-replacement {
    background-color: #f2f2f2; }

input[type=radio] {
  position: relative; }
  input[type=radio]:checked + .input-replacement--radio:after {
    background-color: #fff;
    border-radius: 20em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    content: '';
    height: 60%;
    margin-top: -30%;
    margin-left: -30%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%; }

input[type=checkbox] {
  position: relative; }
  input[type=checkbox]:checked + .input-replacement--checkbox:after {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #fff;
    content: '✔';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    width: 100%; }

.input-radio span:last-child,
.input-checkbox span:last-child {
  padding-right: 3em; }

.hero {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center; }
  .hero .giga,
  .hero .mega {
    font-weight: 700;
    margin-bottom: .25em; }
  @media screen and (max-width: 1086px) {
    .hero {
      padding-top: 14.375rem;
      padding-bottom: 8.75rem; } }
.icon {
  margin-right: 0.5rem; }

.media-pull-right {
  float: right;
  margin-left: 2.0625rem; }

.media-pull-left {
  float: left;
  margin-right: 2.0625rem; }

/*
 * 1. Create new block formatting context in modern browsers
 * 2. Avoid shrink-wrap behaviour of table-cell
 * www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
 * facebook.com
*/
.media-body {
  display: table-cell;
  /* 1 */
  width: 10000px;
  /* 2 */ }

/* Custom styles for Barebones
   ========================================================================== */
.media-pull-right-desktop,
.media-pull-left-desktop {
  margin-bottom: 0.5rem; }
  .media-pull-right-desktop img,
  .media-pull-left-desktop img {
    width: 100%; }
    @media screen and (max-width: 1086px) {
      .media-pull-right-desktop img,
      .media-pull-left-desktop img {
        max-width: 100%; } }
  @media screen and (max-width: 1086px) {
    .media-pull-right-desktop,
    .media-pull-left-desktop {
      margin-bottom: 0; } }
@media screen and (max-width: 1086px) {
  .media-pull-right-desktop {
    float: right;
    margin-left: 2.0625rem; } }

@media screen and (max-width: 1086px) {
  .media-pull-left-desktop {
    float: left;
    margin-right: 2.0625rem; } }

.rimg {
  width: 100%;
  height: auto; }

.thumb {
  width: 33%;
  height: auto;
  float: left;
  display: block;
  padding: 1em 1em 1em 0; }

.teaser {
  overflow: hidden;
  display: block;
  float: left;
  width: 100%;
  z-index: -1000000;
  margin-top: -7em; }
  @media screen and (max-width: 520px) {
    .teaser {
      margin-top: -9rem; } }
  .teaser img {
    width: 100%;
    height: auto; }

.modal {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  height: 21.75rem;
  margin-top: -10.875em;
  margin-left: -45%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform .25s ease-in-out .5s, opacity .25s ease-out .5s;
  transition: transform .25s ease-in-out .5s, opacity .25s ease-out .5s;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  width: 90%; }
  @media screen and (max-width: 1086px) {
    .modal {
      height: 30.6875rem;
      margin-top: -15.34375rem;
      margin-left: -25rem;
      max-width: 50rem; } }
.modal-header {
  padding: 0.75rem 1.125rem; }
  @media screen and (max-width: 1086px) {
    .modal-header {
      padding: 1.125rem 2rem; } }
.modal-header {
  border-bottom: 1px solid #d2d2d2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03); }

.modal-title {
  margin: 0; }

.modal-body {
  height: 12.5rem;
  overflow-y: auto;
  padding: 0.75rem 1.125rem; }
  @media screen and (max-width: 1086px) {
    .modal-body {
      height: 18.75rem;
      padding: 1.125rem 2rem; } }
.modal-footer {
  border-top: 1px solid #010101;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.03);
  padding-top: 1em; }

.language-wrap {
  *zoom: 1;
  display: block;
  margin-top: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.72em;
  border-bottom: 2px solid #444;
  padding-bottom: 1em; }
  .language-wrap:before, .language-wrap:after {
    content: " ";
    display: table; }
  .language-wrap:after {
    clear: both; }
  .language-wrap ul {
    float: right; }
  .language-wrap li {
    float: left;
    list-style: none;
    padding-left: 0.618em; }
  .language-wrap a {
    font-weight: 400; }
  .language-wrap .active a {
    color: #c43a1e; }

.txt-switch {
  float: left; }

#overlay:target {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
  #overlay:target .modal {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

.overlay {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  z-index: 2; }

.section:last-of-type {
  margin-bottom: 0; }

.section--main {
  margin-bottom: 2.0625rem; }
  @media screen and (max-width: 1086px) {
    .section--main {
      margin-bottom: 5.5rem; } }
.section--sub {
  margin-bottom: 1rem; }
  @media screen and (max-width: 1086px) {
    .section--sub {
      margin-bottom: 2.0625rem; } }
.section-header {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 2.0625rem;
  padding-bottom: 0.25rem; }
  @media screen and (max-width: 1086px) {
    .section-header {
      margin-bottom: 2.0625rem;
      padding-bottom: 0.6875rem; } }
.section-title {
  color: #999999;
  margin: 0; }

table {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 2em; }
  table h1,
  table h2,
  table h3,
  table h4,
  table h5,
  table h6 {
    margin-bottom: 0; }
  @media screen and (max-width: 1086px) {
    table {
      font-size: 22px;
      font-size: 1.375rem;
      table-layout: fixed; } }
td {
  padding: 0.5em; }

.display-table tr {
  float: left;
  width: 100%; }
  @media screen and (max-width: 1086px) {
    .display-table tr {
      display: table-row;
      float: none; } }
.display-table td {
  border-bottom: 1px solid #d2d2d2;
  display: block; }
  @media screen and (max-width: 1086px) {
    .display-table td {
      display: table-cell; } }
thead {
  background-color: #f5f5f5;
  display: none; }
  @media screen and (max-width: 1086px) {
    thead {
      display: table-header-group; } }
@media screen and (max-width: 1086px) {
  td {
    border: 1px solid #d2d2d2;
    padding: 1em; } }

.table-responsive tr {
  margin-bottom: 1em; }
  @media screen and (max-width: 1086px) {
    .table-responsive tr {
      display: table-row;
      margin-bottom: 0; } }
.table-responsive td {
  border-top: 1px solid #d2d2d2;
  display: block;
  padding: .5em .5em .5em 50%;
  position: relative; }
  .table-responsive td:first-child {
    background-color: #f5f5f5; }
    @media screen and (max-width: 1086px) {
      .table-responsive td:first-child {
        background-color: transparent; } }
  .table-responsive td:before {
    color: #333;
    content: attr(data-label);
    display: block;
    position: absolute;
    left: .5em;
    width: 50%; }
    @media screen and (max-width: 1086px) {
      .table-responsive td:before {
        content: '';
        display: none; } }
  @media screen and (max-width: 1086px) {
    .table-responsive td {
      border: 1px solid #d2d2d2;
      display: table-cell;
      padding: 1em; } }
.tagline {
  margin-bottom: 1.3125em; }
  @media screen and (max-width: 1086px) {
    .tagline {
      margin-bottom: 2.75em; } }
summary {
  cursor: pointer;
  display: list-item;
  outline: none; }

.faq {
  margin-top: 3rem; }

.faqheadline {
  margin: 2em 0 1em; }

.faq-frage {
  max-width: 82ch; }

.faq-antwort p, .faqintro p {
  max-width: 68ch; }
  .faq-antwort p:last-child, .faqintro p:last-child {
    margin-bottom: 1em; }

.breadcrumb {
  width: 100%;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin-top: 1em; }
  .breadcrumb ul {
    margin-left: 0; }
  .breadcrumb li {
    float: left !important;
    list-style: none; }
    .breadcrumb li a {
      text-align: left !important;
      padding-left: 0.2em !important;
      padding-right: 0.2em !important;
      padding-top: 0 !important;
      margin-left: 0;
      float: left;
      text-transform: none; }
      .breadcrumb li a:first-child {
        padding-left: 0 !important; }

.gallery-wrapper {
  height: 100%;
  width: 80%;
  display: block;
  margin: 0 auto;
  z-index: -2;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .gallery-wrapper {
      width: 100%;
      height: 100;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      margin-top: 0; } }
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: -22;
  pointer-events: none; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides li a {
  z-index: 999999; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

.slider-description {
  position: absolute;
  left: 1.8%;
  bottom: 2.618em;
  z-index: 999999;
  display: block;
  color: #ffffff;
  overflow: visible;
  text-decoration: none; }
  .slider-description a {
    text-decoration: none;
    z-index: 999999;
    color: #ffffff !important; }
  @media screen and (max-width: 1200px) {
    .slider-description {
      left: 9.1%; } }
  @media screen and (max-width: 520px) {
    .slider-description {
      display: none; } }
.unvisible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

/* Flexnav Base Styles */
@media screen and (max-width: 860px) {
  .head-wrap {
    margin-top: 0; }
  .nav-content {
    border-top: none;
    margin-top: 0; } }

a.active span {
  color: #c43a1e; }

.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  z-index: 999999999999999999;
  float: right;
  margin-right: 1em; }
  @media screen and (max-width: 860px) {
    .flexnav {
      float: left;
      margin-right: 0; } }
  @media screen and (max-width: 860px) {
    .flexnav {
      top: 0;
      width: 100%; } }
  .flexnav ul.aktuelles {
    width: 150px;
    margin-left: -2em; }
    @media screen and (max-width: 860px) {
      .flexnav ul.aktuelles {
        margin-left: 0;
        width: auto; } }
  @media screen and (max-width: 860px) {
    .flexnav ul {
      margin-bottom: 0; } }
  .flexnav.with-js {
    max-height: 0; }
  .flexnav.opacity {
    opacity: 0; }
  .flexnav.show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px; }
  .flexnav li {
    font-size: 1em;
    position: relative;
    display: online-block; }
    .flexnav li:nth-child(5) ul {
      height: auto;
      width: 580px;
      display: block;
      background-color: #ffffff;
      margin-left: -200%; }
      @media screen and (max-width: 860px) {
        .flexnav li:nth-child(5) ul {
          width: 100%;
          margin-left: 0; } }
      .flexnav li:nth-child(5) ul li {
        float: left;
        width: auto;
        display: inline-block;
        width: 50%; }
        @media screen and (max-width: 860px) {
          .flexnav li:nth-child(5) ul li {
            width: 100%; } }
        .flexnav li:nth-child(5) ul li:nth-child(odd) {
          padding-right: 1px;
          border-right: 1px dashed #d2d2d2; }
          @media screen and (max-width: 860px) {
            .flexnav li:nth-child(5) ul li:nth-child(odd) {
              border-right: none; } }
  @media screen and (max-width: 860px) {
    .flexnav li {
      top: 0;
      -ms-box-sizing: content-box; } }
  .flexnav li a {
    display: block;
    padding: 1em 0 0 2em;
    z-index: 99999999;
    overflow: hidden;
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-size: 0.79em;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 860px) {
      .flexnav li a {
        padding: 1em 0 1em 1em;
        text-decoration: none;
        background-color: #fff;
        top: 0; } }
    .flexnav li a:hover {
      color: #c43a1e; }
    .flexnav li a:active {
      color: #c43a1e; }
  .flexnav li ul {
    padding-top: 0.8em;
    width: 100%;
    margin-left: 0.7em;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1em 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1em 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 1em 20px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 1em 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1em 20px rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 9999999999;
    position: absolute;
    top: 3em; }
    @media screen and (max-width: 860px) {
      .flexnav li ul {
        padding-top: 0;
        margin-left: 0;
        border-radius: 0px;
        -webkit-box-shadow: 0px 0em 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0em 0 rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0px 0em 0 rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0px 0em 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0em 0 rgba(0, 0, 0, 0.15);
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box;
        -ms-box-sizing: content-box;
        box-sizing: content-box;
        position: relative;
        top: 0; } }
    .flexnav li ul li {
      font-size: 100%;
      position: relative;
      overflow: hidden;
      font-size: 14px;
      font-size: 0.875rem;
      border-bottom: 1px dashed #d2d2d2;
      top: 0; }
  .flexnav li ul.show {
    position: relative;
    top: 2em;
    left: auto;
    display: none !important \9; }
    .flexnav li ul.show li {
      overflow: visible;
      font-size: 14px;
      font-size: 0.875rem; }
      .flexnav li ul.show li:last-of-type {
        border-bottom: none !important; }
  .flexnav li ul li a {
    text-transform: none;
    position: relative;
    background-color: #ffffff;
    padding: 0.5em 1em;
    font-size: 0.822em;
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none; }
    @media screen and (max-width: 860px) {
      .flexnav li ul li a {
        background-color: #fff;
        padding: 0.5em 1em 0.5em 2em; } }
  .flexnav ul li ul li a {
    background: #bfbfbc; }
  .flexnav ul li ul li ul li a {
    background: #cbcbc9; }
  .flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 1em;
    right: -1em;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    display: block;
    background: #ffffff;
    text-align: center; }
    @media screen and (max-width: 860px) {
      .flexnav .touch-button {
        position: absolute !important;
        z-index: 999;
        top: 0.618em;
        right: 1em;
        width: 1.618em;
        height: 1.618em;
        border-radius: 50%;
        background-color: #d2d2d2;
        background: #d2d2d2; } }
    .flexnav .touch-button:hover {
      cursor: pointer; }
    .flexnav .touch-button .navicon {
      position: relative;
      top: -0.7em;
      font-size: 11.1248454883px;
      color: #d2d2d2; }
      .flexnav .touch-button .navicon:hover {
        color: #cccccc; }
      @media screen and (max-width: 960px) {
        .flexnav .touch-button .navicon {
          color: #ffffff;
          top: 0; } }
.menu-button {
  position: relative;
  display: block;
  padding: 1em;
  background: #ffffff;
  color: #222;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px; }
  .menu-button .touch-button {
    position: absolute;
    z-index: 999;
    top: 0.8em;
    right: 2em;
    width: 2em;
    height: 2em;
    margin-right: -1.2em;
    border-radius: 50%;
    display: inline-block;
    background: #acaca1;
    background: #d2d2d2;
    text-align: center; }
    .menu-button .touch-button .navicon {
      position: relative;
      top: 0.5em;
      font-size: 11.1248454883px;
      color: #ffffff; }

.oldie .flexnav li:nth-child(6) ul {
  height: auto;
  width: 580px;
  display: block;
  background-color: #ffffff;
  margin-left: -200%; }
  @media screen and (max-width: 860px) {
    .oldie .flexnav li:nth-child(6) ul {
      width: 100%;
      margin-left: 0; } }
  .oldie .flexnav li:nth-child(6) ul li {
    float: left;
    width: auto;
    display: inline-block;
    width: 50%; }
    @media screen and (max-width: 860px) {
      .oldie .flexnav li:nth-child(6) ul li {
        width: 100%; } }
    .oldie .flexnav li:nth-child(6) ul li:nth-child(odd) {
      padding-right: 1px;
      border-right: 1px dashed #d2d2d2; }
      @media screen and (max-width: 860px) {
        .oldie .flexnav li:nth-child(6) ul li:nth-child(odd) {
          border-right: none; } }
.oldie .flexnav li:nth-child(5) ul {
  height: auto;
  width: auto !important;
  background-color: #ffffff;
  margin-left: 0; }
  @media screen and (max-width: 860px) {
    .oldie .flexnav li:nth-child(5) ul {
      width: 100%;
      margin-left: 0; } }
  .oldie .flexnav li:nth-child(5) ul li {
    float: left;
    width: auto;
    display: inline-block;
    width: 100%; }
    @media screen and (max-width: 860px) {
      .oldie .flexnav li:nth-child(5) ul li {
        width: 100%; } }
    .oldie .flexnav li:nth-child(5) ul li:nth-child(odd) {
      padding-right: 0;
      border-right: none; }
      @media screen and (max-width: 860px) {
        .oldie .flexnav li:nth-child(5) ul li:nth-child(odd) {
          border-right: none; } }
@media all and (min-width: 860px) {
  body.one-page {
    padding-top: 70px; }
  .flexnav {
    overflow: visible;
    padding-bottom: 2em; }
    .flexnav.opacity {
      opacity: 1; }
    .flexnav.one-page {
      top: 0;
      right: auto;
      max-width: 1080px; }
    .flexnav li {
      position: relative;
      list-style: none;
      float: left;
      display: block;
      background-color: #ffffff;
      overflow: visible; }
    .flexnav li a {
      border-bottom: none;
      text-decoration: none; }
    .flexnav li > ul {
      position: absolute !important;
      top: auto;
      left: 0;
      width: auto; }
      .flexnav li > ul li {
        width: 100%; }
    .flexnav li ul li > ul {
      margin-left: 100%;
      top: 0; }
    .flexnav li ul li a {
      border-bottom: none;
      text-decoration: none; }
    .flexnav li ul.open {
      display: block;
      opacity: 1;
      visibility: visible;
      z-index: 1; }
      .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px; }
      .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0; }
  .menu-button {
    display: none; } }

/* ************ Layout ************************************ */
/*-----  End of Section comment block  ------*/
article ul li {
  list-style-type: square !important;
  list-style: square !important;
  text-align: left !important;
  width: 100% !important;
  display: list-item !important; }

.bildchen ul li {
  list-style: square outside;
  font-size: 0.79em;
  display: list-item !important; }
