/*!
 * DO NOT EDIT THIS FILE!
 * This CSS file was created using compass and sass.
 * If you want to change anything, change the sass files!
 *
 * http://compass-style.org/
 * http://sass-lang.com/
 *
 * created by FORWARD MEDIA (2018)
 * www.4wdmedia.de
 */
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
template {
  display: none;
}

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1.5em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@media (max-width: 768px) {
  html, body {
    overflow: hidden;
  }
}

html {
  overflow-y: scroll;
  font-size: 100%;
}

body {
  margin: 0;
  padding: 124px 0 0 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 768px) {
  body {
    padding: 0;
    font-size: 14px;
  }
}

.container {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}

.container-fluid {
  width: 100%;
  max-width: 1600px;
  margin: 48px auto 24px;
}
@media (max-width: 768px) {
  .container-fluid {
    margin-bottom: -12px;
  }
}

.has-sub .content {
  padding-top: 20px;
}

.content-three-generations {
  margin-top: 32px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: 300;
}

h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .intro h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 2em 0 0.8em;
}
.article-content h2 {
  margin: 0.8em 0;
}
@media (max-width: 768px) {
  h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
h2 a, h2 span {
  text-decoration: none;
  padding: 0 18px;
}
h2 a:first-child, h2 span:first-child {
  padding-left: 0;
}
@media (max-width: 768px) {
  h2 a, h2 span {
    padding: 0 3px;
  }
}

h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  margin: 2em 0 0.8em;
}
h3 small {
  font-size: 18px;
  font-size: 1.125rem;
}

.article-content h2 small, .article-content h3 small {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #7d7d7d;
}

p {
  line-height: 1.6;
  margin: 1em 0;
}

ul {
  padding: 0;
  margin: 32px 0;
}
@media (max-width: 768px) {
  ul {
    margin: 18px 0;
  }
}
ul li {
  margin: 16px 0;
  list-style: none;
}
@media (max-width: 768px) {
  ul li {
    margin: 12px 0;
  }
}

a {
  color: #888;
}
a:hover {
  color: #272727;
}

.lead, .lead p {
  font-size: 18px;
  font-size: 1.125rem;
}

blockquote {
  margin: 0 1.2em;
  padding: 8px 96px;
  font-size: 23px;
  font-size: 1.4375rem;
  font-family: 'Lora', serif;
  text-align: center;
}
@media (min-width: 1280px) {
  blockquote {
    padding: 8px 196px;
  }
}
@media (max-width: 768px) {
  blockquote {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0;
  }
}
blockquote p {
  margin: 0 0 12px;
}

cite {
  font-family: 'Open Sans';
  font-size: 16px;
  font-size: 1rem;
  color: #888;
}

.pull-right {
  float: right !important;
}

body, .logo, nav a {
  color: #272727;
}

footer, .logo, .lead, .header {
  font-weight: 400;
}

.leben h1, .biografie h1, .dreigenerationen h1, .leben h2, .biografie h2, .dreigenerationen h2, .leben h3, .biografie h3, .dreigenerationen h3, .leben blockquote, .biografie blockquote, .dreigenerationen blockquote {
  color: #e37000;
}
.mensch h1, .fragebogen h1, .kondolenzbuch h1, .mensch h2, .fragebogen h2, .kondolenzbuch h2, .mensch h3, .fragebogen h3, .kondolenzbuch h3, .mensch blockquote, .fragebogen blockquote, .kondolenzbuch blockquote {
  color: #47880d;
}
.werk h1, .publikationen h1, .vortraege h1, .werk h2, .publikationen h2, .vortraege h2, .werk h3, .publikationen h3, .vortraege h3, .werk blockquote, .publikationen blockquote, .vortraege blockquote {
  color: #183482;
}

.kondolenzbuch h3 {
  margin-top: 0.8em;
}

.download-section-left, .image-landscape .article-content, article aside {
  float: left;
  margin: 0 15px;
  min-height: 1px;
  width: 300px;
}
@media (min-width: 1280px) {
  .download-section-left, .image-landscape .article-content, article aside {
    width: 370px;
    margin: 0 22px;
  }
}
@media (max-width: 768px) {
  .download-section-left, .image-landscape .article-content, article aside {
    width: 100%;
    float: none !important;
    margin: 0;
  }
}

.copyright, .start-section > div, .download-section-right, .article-content, .image-large .article-content, article.image-landscape aside, .intro {
  float: left;
  margin: 0 15px;
  min-height: 1px;
  width: 630px;
}
@media (min-width: 1280px) {
  .copyright, .start-section > div, .download-section-right, .article-content, .image-large .article-content, article.image-landscape aside, .intro {
    width: 785px;
    margin: 0 22px;
  }
}
@media (max-width: 768px) {
  .copyright, .start-section > div, .download-section-right, .article-content, .image-large .article-content, article.image-landscape aside, .intro {
    width: 100%;
    float: none !important;
    margin: 0;
  }
}

.footer-content, .start-section, .start-section-downloads > .container > .row, article {
  clear: both;
  float: none;
  min-height: 1px;
  margin: 0 -15px;
}
.footer-content:after, .start-section:after, .start-section-downloads > .container > .row:after, article:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1280px) {
  .footer-content, .start-section, .start-section-downloads > .container > .row, article {
    margin: 0 -23px;
  }
}
@media (max-width: 768px) {
  .footer-content, .start-section, .start-section-downloads > .container > .row, article {
    margin: 0;
  }
}

.header {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  height: 62px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .header {
    position: relative !important;
    height: auto;
  }
}
.has-sub .header {
  height: 85px;
}
.header.scrolled {
  position: fixed;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.header .container:after {
  content: "";
  display: table;
  clear: both;
}

header.has-subnavigation {
  height: 90px;
}
@media (max-width: 768px) {
  header.has-subnavigation {
    height: 0;
  }
}

.logo-wrapper {
  position: absolute;
  z-index: 300;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .logo-wrapper {
    position: relative;
  }
}

.logo-fixed {
  position: fixed;
}
@media (max-width: 768px) {
  .logo-fixed {
    position: relative;
  }
}

.logo {
  display: block;
  position: absolute;
  left: 0;
  top: 52px;
  line-height: 1.1;
  text-decoration: none;
  font-size: 23px;
  font-size: 1.4375rem;
}
@media (max-width: 768px) {
  .logo {
    position: relative;
    top: 0;
    left: 15px;
    width: 50%;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.logo-fixed .logo {
  top: 14px;
}
@media (max-width: 768px) {
  .logo-fixed .logo {
    position: relative;
    top: 0;
  }
}
.logo span {
  position: absolute;
  top: 24px;
  left: 0;
  white-space: nowrap;
}
.logo span.flip {
  font-size: 16px;
  font-size: 1rem;
  top: 7px;
  left: 78px;
}
@media (max-width: 768px) {
  .logo span.flip {
    top: 24px;
    left: 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.logo small {
  font-size: 16px;
  font-size: 1rem;
  color: #888;
}

footer {
  padding-bottom: 12px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #7d7d7d;
}
footer a {
  padding: 4px 8px;
}
@media (max-width: 768px) {
  footer .container {
    padding-top: 12px;
  }
  footer .pull-right {
    display: none;
  }
}

.copyright {
  margin-left: 330px;
  padding: 15px 0;
}
@media (min-width: 1280px) {
  .copyright {
    margin-left: 415px;
  }
}
@media (max-width: 768px) {
  .copyright {
    margin-left: 15px;
    display: inline;
  }
}

nav {
  position: absolute;
  left: 306px;
  top: 80px;
}
@media (min-width: 1280px) {
  nav {
    left: 390px;
  }
}
@media (max-width: 768px) {
  nav {
    display: none;
  }
}
.scrolled nav {
  top: 18px;
}
nav span {
  position: relative;
}
nav span.active span {
  display: block;
}
nav span span {
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  white-space: nowrap;
}
nav span span a {
  margin-right: 0;
  padding: 0 0 0 24px;
}
nav a {
  padding: 4px 23px;
  text-decoration: none;
  margin-right: 42px;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
nav span.leben a:hover,
nav li.leben a:hover {
  color: #c05100;
}
nav span.leben .active,
nav li.leben .active {
  color: #e37000;
}
nav span.mensch a:hover,
nav li.mensch a:hover {
  color: #326704;
}
nav span.mensch .active,
nav li.mensch .active {
  color: #47880d;
}
nav span.werk a:hover,
nav li.werk a:hover {
  color: #041a56;
}
nav span.werk .active,
nav li.werk .active {
  color: #183482;
}

.language a {
  margin-left: 96px;
  color: #888;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 1280px) {
  .language a {
    margin-left: 240px;
  }
}

.link-leben:hover, .active .link-leben {
  color: #e37000;
}

.link-mensch:hover, .active .link-mensch {
  color: #47880d;
}

.link-werk:hover, .active .link-werk {
  color: #183482;
}

.mobile-navigation, .mobile-menu-toggle {
  display: none;
}

@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
    height: 23px;
    width: 30px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
  }
  .mobile-menu-toggle:before, .mobile-menu-toggle:after {
    position: absolute;
    content: "\00a0";
    width: 30px;
    left: 0;
  }
  .mobile-menu-toggle:before {
    background-color: #d3d3d3;
    top: 0;
    height: 5px;
  }
  .mobile-menu-toggle:after {
    height: 4px;
    top: 9px;
    background-color: #fff;
    border-top: 5px solid #d3d3d3;
    border-bottom: 5px solid #d3d3d3;
  }

  .mobile-navigation-active {
    overflow: hidden;
    position: relative;
  }
  .mobile-navigation-active .content-wrapper {
    -moz-transform: translate(-75%, 0);
    -ms-transform: translate(-75%, 0);
    -webkit-transform: translate(-75%, 0);
    transform: translate(-75%, 0);
  }
  .mobile-navigation-active .mobile-menu-toggle:before {
    background-color: #888;
  }
  .mobile-navigation-active .mobile-menu-toggle:after {
    border-top-color: #888;
    border-bottom-color: #888;
  }

  .content-wrapper {
    padding-top: 20px;
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  .mobile-navigation {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
    left: 75px;
    width: 100%;
    padding-left: 75px;
    padding-top: 7px;
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
  }
  .mobile-navigation-active .mobile-navigation {
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  .mobile-navigation a {
    text-decoration: none;
    padding: 6px 12px 6px 6px;
  }
  .mobile-navigation > ul > li {
    font-size: 16px;
  }
  .mobile-navigation > ul > li > ul {
    padding: 0 0 6px 12px;
  }
  .mobile-navigation > ul > li > ul > li {
    font-size: 13px;
    margin: 10px 0;
  }
  .mobile-navigation .divider {
    height: 0px;
  }

  .lang-link {
    color: #888;
  }
}
html.mobile-navigation-active {
  height: 100%;
}
html.mobile-navigation-active body {
  position: relative;
  height: 100%;
}
html.mobile-navigation-active .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.start-section {
  padding-top: 32px;
  padding-bottom: 12px;
  border-top: 1px solid #d3d3d3;
}
@media (max-width: 768px) {
  .start-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 24px;
  }
}
.start-section:first-child {
  border-top: none;
  padding-top: 12px;
}
.start-section > div {
  padding-left: 330px;
}
@media (min-width: 1280px) {
  .start-section > div {
    padding-left: 415px;
  }
}
@media (max-width: 768px) {
  .start-section > div {
    float: left;
    margin: 0 15px;
    min-height: 1px;
    width: 930px;
    padding-left: 0;
  }
}
@media (max-width: 768px) and (min-width: 1280px) {
  .start-section > div {
    width: 1155px;
    margin: 0 15px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .start-section > div {
    width: 100%;
    float: none !important;
    margin: 0;
  }
}

.start-section h2 {
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  margin: 1.0em 0 0.8em;
}
.start-section h2:before {
  content: '\00a0';
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #eee;
  top: -12px;
  left: 0;
}
.start-section a {
  text-decoration: none;
}

.start-section-leben h2:before {
  background-color: #e37000;
}
.start-section-leben a {
  color: #e37000;
}
.start-section-leben a:hover {
  color: #c05100;
}

.start-section-mensch h2:before {
  background-color: #47880d;
}
.start-section-mensch a {
  color: #47880d;
}
.start-section-mensch a:hover {
  color: #326704;
}

.start-section-werk h2:before {
  background-color: #183482;
}
.start-section-werk a {
  color: #183482;
}
.start-section-werk a:hover {
  color: #041a56;
}

.start-section-downloads {
  margin-top: 24px;
  padding: 32px 0;
  color: #fff;
  background-color: #7d7d7d;
}
@media (max-width: 768px) {
  .start-section-downloads {
    margin-top: 0px;
  }
}
.start-section-downloads hr {
  border: none;
  border-bottom: 1px solid #707070;
  height: 0;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 768px) {
  .start-section-downloads hr {
    margin-left: 0;
    margin-right: 0;
  }
}

.start-section-links h3 {
  margin: 0.8em 0;
}
.start-section-links ul {
  position: relative;
}
.start-section-links ul:before {
  position: absolute;
  top: 0;
  left: -175px;
  width: 130px;
  height: 52px;
  content: '\00a0';
  background: url("../img/start/as-p-logo.png") no-repeat;
}

.download-section-right h3 {
  margin: 0.8em 0;
}
@media (max-width: 768px) {
  .download-section-right > h3,
  .download-section-right > p {
    padding: 0 15px;
  }
}

article {
  border-top: 1px solid #d3d3d3;
  padding: 30px 0;
}
@media (max-width: 768px) {
  article {
    padding: 10px 15px;
  }
}
article:last-child {
  border-bottom: 1px solid #d3d3d3;
}
.leben article, .dreigenerationen article {
  border-top-color: #f4c699;
}
.leben article:last-child, .dreigenerationen article:last-child {
  border-bottom-color: #f4c699;
}
.mensch article, .fragebogen article {
  border-top-color: #b5cf9e;
}
.mensch article:last-child, .fragebogen article:last-child {
  border-bottom-color: #b5cf9e;
}
.werk article, .vortraege article, .publikationen article {
  border-top-color: #a3aecd;
}
.werk article:last-child, .vortraege article:last-child, .publikationen article:last-child {
  border-bottom-color: #a3aecd;
}
article aside img {
  width: 270px;
  height: auto;
}
@media (min-width: 1280px) {
  article aside img {
    width: 340px;
  }
}
article.image-landscape aside img {
  width: 600px;
}
@media (min-width: 1280px) {
  article.image-landscape aside img {
    width: 755px;
  }
}
@media (max-width: 768px) {
  article.image-landscape aside img {
    width: 100%;
    height: auto;
  }
}
article.image-large img {
  width: 930px;
}
@media (min-width: 1280px) {
  article.image-large img {
    width: 1170px;
  }
}
@media (max-width: 768px) {
  article.image-large img {
    width: 100%;
  }
}
article.image-large aside {
  width: 960px;
}
@media (min-width: 1280px) {
  article.image-large aside {
    width: 1200px;
  }
}
@media (max-width: 768px) {
  article.image-large aside {
    width: 100%;
  }
}

.publikationen article {
  padding: 12px 0;
  cursor: pointer;
}
.publikationen article.active:hover {
  background-color: #fff;
}
.publikationen article:hover {
  background-color: #e7eaf2;
}
@media (max-width: 768px) {
  .publikationen article:hover {
    background-color: #fff;
  }
}
.publikationen article .article-content header {
  position: relative;
}
.publikationen article .article-content header h3 {
  margin: 0.8em 0;
}
@media (max-width: 768px) {
  .publikationen article .article-content header {
    padding-left: 15px;
    padding-right: 64px;
  }
  .publikationen article .article-content header h3 {
    margin: 10px 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .publikationen article .article-content header h3 small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.publikationen article .article-content header:before {
  width: 28px;
  height: 10px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAKCAYAAACngj4SAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQTdGMTE3NDA3MjA2ODExOTEwOUZGREZDRjFGRjNCNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QjQyRDc2MEJEOTkxMUUzQjNFOTg1MURFRkUyQzAyMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QjQyRDc1RkJEOTkxMUUzQjNFOTg1MURFRkUyQzAyMSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkQ3RjExNzQwNzIwNjgxMUIxQTJCMDZEOTdCQ0IwNjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkE3RjExNzQwNzIwNjgxMTkxMDlGRkRGQ0YxRkYzQjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Sgnc7AAAAyUlEQVR42mJUV1cPY2BguHrz5s2rDDQEQHtUgJQRI5RjBaREgXgH0OKfVLaIHUh5APFHID7OiCQhC6QcQIJAS+9QyTKQmZZQMx+DxBixuMYSyj1Orm+RzOFHDzVGPOEN0nAA5jISLBODhtQ5bCHFSEzYAzUeINIyUFqQAeKNuEKHkQhDjIGUMtS3r3Co4YM67i5QzVl85jES6XKYgU+ABh7D4iCQr/YD5T4RMouRxPiBBdkOIAYFmT82R1DNQrREwYAvmHEBgAADAPEmVVI/Y3SkAAAAAElFTkSuQmCC") no-repeat;
  position: absolute;
  content: '\00a0';
  left: -58px;
  top: 6px;
}
@media (min-width: 1280px) {
  .publikationen article .article-content header:before {
    left: -73px;
  }
}
@media (max-width: 768px) {
  .publikationen article .article-content header:before {
    left: auto;
    right: 12px;
    top: 8px;
  }
}
.publikationen article .article-content header small {
  display: none;
}
.publikationen article .article-content > div {
  display: none;
}
@media (max-width: 768px) {
  .publikationen article .article-content > div {
    padding: 0 15px 5px;
  }
}

.publikationen article.active header:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAKCAYAAACngj4SAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQTdGMTE3NDA3MjA2ODExOTEwOUZGREZDRjFGRjNCNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpENkRDMUE3OUJEOTkxMUUzQjNFOTg1MURFRkUyQzAyMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpENkRDMUE3OEJEOTkxMUUzQjNFOTg1MURFRkUyQzAyMSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkQ3RjExNzQwNzIwNjgxMUIxQTJCMDZEOTdCQ0IwNjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkE3RjExNzQwNzIwNjgxMTkxMDlGRkRGQ0YxRkYzQjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz59ToGAAAAAw0lEQVR42mJkIBGoq6uLASkHKPfAzZs3X5Gin5FEy6yAlAwQbwRidiD2AOInQEuPUdVCoEV8QMoRavhZHI7YAZT7RLGFQAONgZQyPgORgvkuuoOIthBoCCjI/EkJMqAekKX8UMf9JNpCoEYVIGVETqIA6pWF+vY4UO8dvBZCfQVKCB+hGn4ykAGg5lhCuSjmMKK5zBKq4DEDFQA0pCyhIQU2kxHJNXjDngJLYaH2GpQWQBaGATnnsIU3lS3WBlLaAAEGAGASV9YLOyPEAAAAAElFTkSuQmCC");
}
.publikationen article.active header small {
  display: inline;
}
.publikationen article.active .article-content > div {
  display: block;
}

article.anchor-section {
  position: relative;
  padding: 30px 0;
  cursor: auto;
}
article.anchor-section:hover {
  background-color: #fff;
}
@media (max-width: 768px) {
  article.anchor-section {
    padding: 10px 15px;
  }
}
.publikationen article.anchor-section a:hover {
  color: #041a56;
}
article.anchor-section h2 {
  font-size: 26px;
  font-size: 1.625rem;
}
@media (min-width: 1280px) {
  article.anchor-section h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  article.anchor-section h2 a,
  article.anchor-section h2 span {
    padding-left: 0;
  }
}

.anchor {
  position: absolute;
  top: -90px;
}
@media (max-width: 768px) {
  .anchor {
    top: 0;
  }
}

.btn {
  display: inline-block;
  min-width: 70px;
  padding: 4px 15px;
  color: #fff;
  background-color: #484848;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.btn:hover {
  color: #272727;
  background-color: #888;
}

.img-responsive, .img-border img, .cycle-slideshow img {
  width: 100%;
  height: auto;
}

.img-border {
  border: 15px solid #FFF;
  -moz-box-shadow: 0 0 8px #9c9c9c;
  -webkit-box-shadow: 0 0 8px #9c9c9c;
  box-shadow: 0 0 8px #9c9c9c;
  line-height: 0;
}
@media (max-width: 768px) {
  .img-border {
    border-width: 10px;
    margin-bottom: 20px;
  }
}

.intro {
  margin-left: 330px;
  margin-bottom: 32px;
}
@media (min-width: 1280px) {
  .intro {
    margin-left: 415px;
  }
}
@media (max-width: 768px) {
  .intro {
    margin-left: 0;
    margin-bottom: 18px;
    padding-top: 18px;
  }
  .intro h1,
  .intro .lead {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.project-content {
  margin-left: 330px;
  margin-bottom: 32px;
  float: right;
}
@media (min-width: 1280px) {
  .project-content {
    margin-left: 415px;
  }
}
@media (max-width: 768px) {
  .project-content {
    margin-left: 0;
    margin-bottom: 18px;
  }
}

.project-image img {
  width: 100%;
  height: auto;
}

.fragebogen .article-content {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'Lora', serif;
  color: #47880d;
}
.fragebogen .article-content h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #7d7d7d;
  font-weight: 300;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .fragebogen .article-content {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 10px;
  }
  .fragebogen .article-content h2 {
    margin-bottom: 6px;
  }
}
@media (max-width: 768px) {
  .fragebogen .img-border {
    margin-top: 12px;
  }
}

.cycle-slideshow {
  position: relative;
}
.cycle-slideshow > span {
  display: none;
}
.cycle-slideshow > span:first-child {
  display: block;
}

.cycle-pager-wrapper {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 199;
  text-align: center;
}

.cycle-pager {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 1280px) {
  .cycle-pager {
    width: 1200px;
  }
}
@media (max-width: 768px) {
  .cycle-pager {
    display: none;
  }
}
.cycle-pager span {
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 4px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  width: 50px;
  height: 4px;
  cursor: pointer;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cycle-pager span:first-child {
  margin-left: 330px;
}
@media (min-width: 1280px) {
  .cycle-pager span:first-child {
    margin-left: 415px;
  }
}
.cycle-pager .cycle-pager-active, .cycle-pager span:hover {
  background-color: #fff;
  background-color: white;
}
