/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto-slab-v7-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url("fonts/roboto-slab-v7-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-slab-v7-latin-300.woff2") format("woff2"), url("fonts/roboto-slab-v7-latin-300.woff") format("woff"), url("fonts/roboto-slab-v7-latin-300.ttf") format("truetype"), url("fonts/roboto-slab-v7-latin-300.svg#RobotoSlab") format("svg");
  /* Legacy iOS */ }

/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto-slab-v7-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url("fonts/roboto-slab-v7-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-slab-v7-latin-700.woff2") format("woff2"), url("fonts/roboto-slab-v7-latin-700.woff") format("woff"), url("fonts/roboto-slab-v7-latin-700.ttf") format("truetype"), url("fonts/roboto-slab-v7-latin-700.svg#RobotoSlab") format("svg");
  /* Legacy iOS */ }

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto-v18-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("fonts/roboto-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v18-latin-300.woff2") format("woff2"), url("fonts/roboto-v18-latin-300.woff") format("woff"), url("fonts/roboto-v18-latin-300.ttf") format("truetype"), url("fonts/roboto-v18-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */ }

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

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

/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto-condensed-v16-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("fonts/roboto-condensed-v16-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-condensed-v16-latin-300.woff2") format("woff2"), url("fonts/roboto-condensed-v16-latin-300.woff") format("woff"), url("fonts/roboto-condensed-v16-latin-300.ttf") format("truetype"), url("fonts/roboto-condensed-v16-latin-300.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */ }

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-condensed-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("fonts/roboto-condensed-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-condensed-v16-latin-regular.woff2") format("woff2"), url("fonts/roboto-condensed-v16-latin-regular.woff") format("woff"), url("fonts/roboto-condensed-v16-latin-regular.ttf") format("truetype"), url("fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */ }

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto-condensed-v16-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("fonts/roboto-condensed-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-condensed-v16-latin-700.woff2") format("woff2"), url("fonts/roboto-condensed-v16-latin-700.woff") format("woff"), url("fonts/roboto-condensed-v16-latin-700.ttf") format("truetype"), url("fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */ }

html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

footer {
  min-height: 10vh; }

img {
  width: 100%;
  height: auto;
  display: block; }

p {
  font-weight: 300;
  line-height: 1.3; }

a.link:link, a.link:visited, a.link:active {
  text-decoration: none;
  color: #9aa5b1;
  border-bottom: 1px solid #9aa5b1; }

a.link:hover, a.link:focus {
  border-width: 2px; }

picture:after {
  content: "";
  display: block;
  clear: both; }

footer {
  padding: 1em 0;
  background-color: #7c6a52;
  color: #fff; }
  footer a.link:link, footer a.link:visited, footer a.link:focus {
    color: #fff;
    border-color: #fff;
    border: none;
    font-weight: 300; }
    footer a.link:link.underline, footer a.link:visited.underline, footer a.link:focus.underline {
      text-decoration: underline; }

.condensed {
  font-family: 'Roboto Condensed', sans-serif; }

.slab {
  font-family: 'Roboto Slab', serif;
  font-weight: 400; }
  .slab b {
    font-weight: 700; }

.text-wrapper {
  padding: 0 1em; }
  @media (min-width: 1200px) {
    .text-wrapper {
      padding: 0 0.5em; } }
.textcolor_4 {
  color: #7c6a52; }

ul.ownstyle {
  list-style: none;
  padding-left: 1em;
  margin: 0;
  line-height: 1.5; }
  ul.ownstyle li:before {
    content: ">";
    display: inline-block;
    width: 1em;
    margin-left: -1em; }

.borderTop {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #7c6a52; }
  .borderTop h2.condensed, .borderTop h3.condensed {
    margin-top: 0; }

.borderBottom {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #7c6a52; }

div.borderOnMobile {
  box-sizing: border-box;
  border-top: 1px solid #fff; }

@media (min-width: 768px) {
  div.borderOnMobile {
    border-top: none; } }

.cross {
  position: absolute;
  top: 1em;
  right: 2em;
  width: 15vw;
  height: 15vw; }
  .cross i {
    display: inline-block;
    text-indent: -999999px; }
  @media (min-width: 768px) {
    .cross {
      width: 7.5vw;
      height: 7.5vw;
      right: 2em; } }
.cross:before, .cross:after {
  position: absolute;
  left: 7.5vw;
  content: ' ';
  height: 15vw;
  width: 2px;
  background-color: #edeff1;
  transition: background-color 0.4s ease; }
  @media (min-width: 768px) {
    .cross:before, .cross:after {
      left: 3.75vw;
      height: 7.5vw; } }
.cross:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.cross-rotation:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.cross-rotation:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.teamBTNclose .cross:before, .teamBTNclose .cross:after, .subteamBTNclose .cross:before, .subteamBTNclose .cross:after {
  background-color: #586b7f; }

.teamBTNclose .cross:before, .subteamBTNclose .cross:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.teamBTNclose .cross:after, .subteamBTNclose .cross:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

p.title {
  text-transform: uppercase; }
  p.title b {
    font-weight: 700; }

p.location {
  margin: 0; }
  p.location:last-child {
    margin-bottom: 1em; }

@media (min-width: 768px) {
  .twoCol {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em; }
    .twoCol p:first-child {
      margin-top: 0; } }

.alllight {
  font-weight: 300; }

@media (min-width: 1200px) {
  .wrapper {
    width: 90vw;
    margin: 0 auto; } }

@media (min-width: 1600px) {
  .wrapper {
    width: 85vw; } }

#maps, #walk {
  margin: 1em auto; }

#maps, #walk {
  width: 100%;
  height: 50vw; }
  @media (min-width: 768px) {
    #maps, #walk {
      height: 30vw; } }
  #maps iframe, #walk iframe {
    width: 100%;
    height: 100%; }

.praxis img {
  margin-bottom: 1em; }

section {
  position: relative; }

a.anchor {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -4.5em; }

.bildnachweis p {
  margin: 0; }

.fm-g {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .fm-g:after {
    content: " ";
    display: block;
    clear: both; }

.fm-g-1 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box; }

.fm-g-1-2 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 768px) {
    .fm-g-1-2 {
      width: 50%;
      float: left; } }
h1 {
  color: #586b7f;
  font-weight: 400;
  font-size: 1.4em;
  text-transform: uppercase;
  margin: 1em 0; }
  @media (min-width: 768px) {
    h1 {
      font-size: 1.75em; } }
h2 {
  text-transform: uppercase;
  font-size: 1.15em;
  color: #7c6a52;
  font-weight: 700;
  letter-spacing: 0.05em; }
  h2.withsub {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    h2 {
      margin-top: 2em; } }
h3 {
  font-size: 1.15em; }
  h3.withsub {
    margin-top: 0; }

header .logo {
  border-top: 8px solid #7c6a52;
  padding: 1em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5em;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 9999; }
  header .logo img {
    width: 7em; }
  @media (min-width: 960px) {
    header .logo {
      padding: 0.8em 1em 1em 1em; } }
  @media (min-width: 1200px) {
    header .logo {
      height: 4.5em;
      padding: 1.5em 5.2vw 1em; }
      header .logo img {
        width: 9em; } }
  @media (min-width: 1600px) {
    header .logo {
      padding: 1.5em 7.5vw 1em; } }
main {
  margin-top: 3.6em; }
  @media (min-width: 1200px) {
    main {
      margin-top: 4.5em; } }
nav {
  padding-top: 3.5em;
  overflow: hidden;
  transition: all 0.4s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999; }
  nav.open {
    bottom: 0;
    height: 100vh; }
  nav.closed {
    bottom: 100vh;
    height: 0; }
  @media (min-width: 960px) {
    nav.open, nav.closed {
      height: auto;
      bottom: initial;
      background-color: transparent;
      overflow: initial; } }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    nav ul li {
      text-transform: uppercase;
      border-top: 1px solid #586b7f; }
      nav ul li a:link, nav ul li a:visited {
        color: #9aa5b1;
        font-family: 'Roboto Condensed', sans-serif;
        text-decoration: none;
        font-weight: 300;
        padding: 0.5em 1em;
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        font-size: 1.15em; }
        nav ul li a:link.active, nav ul li a:visited.active {
          color: #586b7f; }
      nav ul li a:hover, nav ul li a:focus {
        color: #586b7f; }
      nav ul li.withsub {
        position: relative; }
        nav ul li.withsub span.mobileArrow {
          position: absolute;
          top: 0;
          right: 0;
          display: inline-block;
          width: 2.5em;
          height: 2.5em;
          text-align: center;
          color: #e7e9eb;
          padding: 0;
          box-sizing: border-box; }
          nav ul li.withsub span.mobileArrow .arrow {
            position: absolute;
            top: 0.25em;
            right: 0.85em;
            width: 2em;
            height: 2em; }
            nav ul li.withsub span.mobileArrow .arrow:before, nav ul li.withsub span.mobileArrow .arrow:after {
              position: absolute;
              left: 1em;
              top: 0.25em;
              content: ' ';
              height: 1.5em;
              width: 1px;
              background-color: #7c6a52;
              transition: -webkit-transform 0.4s ease;
              transition: transform 0.4s ease;
              transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
            nav ul li.withsub span.mobileArrow .arrow:after {
              -webkit-transform: rotate(-90deg);
                      transform: rotate(-90deg); }
          @media (min-width: 960px) {
            nav ul li.withsub span.mobileArrow {
              display: none; } }
        nav ul li.withsub.open span.mobileArrow .arrow:before {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        nav ul li.withsub.open span.mobileArrow .arrow:after {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        nav ul li.withsub.open .subnav {
          height: auto;
          max-height: 100vw; }
        nav ul li.withsub.closed .subnav {
          max-height: 0vw; }
          @media (min-width: 960px) {
            nav ul li.withsub.closed .subnav {
              display: none; } }
    nav ul.subnav {
      transition: max-height 0.4s ease;
      overflow: hidden; }
      nav ul.subnav li {
        border-top: none; }
        nav ul.subnav li:before {
          content: "";
          display: block;
          width: 2em;
          border-bottom: 1px solid #9aa5b1;
          margin-left: 1em; }
        nav ul.subnav li a {
          padding-left: 1em;
          text-transform: initial; }
  @media (min-width: 960px) {
    nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 65vw;
      text-align: center;
      padding-top: 0;
      z-index: 99999;
      height: 3.5em;
      margin: 0 auto; }
      nav ul li {
        display: inline-block;
        padding: 0.7em; }
        nav ul li.withsub.open {
          position: relative; }
          nav ul li.withsub.open ul.subnav {
            position: absolute;
            display: inline;
            text-align: left;
            top: 3.4em;
            background-color: #fff;
            left: 0;
            font-weight: 300; }
            nav ul li.withsub.open ul.subnav li {
              display: block;
              text-align: left;
              border-top: none;
              padding: 0;
              width: 11.5em; }
              nav ul li.withsub.open ul.subnav li:before {
                display: none; }
              nav ul li.withsub.open ul.subnav li a:link {
                padding: 0 1.6em 0.5em; }
                nav ul li.withsub.open ul.subnav li a:link:after {
                  content: "";
                  display: block;
                  width: 2em;
                  height: 0.05em;
                  background-color: #9aa5b1;
                  margin-top: 0.5em; }
              nav ul li.withsub.open ul.subnav li:first-child a:link {
                padding-top: 0.5em; }
              nav ul li.withsub.open ul.subnav li:last-child a:link:after {
                display: none; } }
  @media (min-width: 1200px) {
    nav {
      padding-top: 1.2em; }
      nav ul li {
        border-top: none; }
        nav ul li.withsub.open ul.subnav {
          top: 3.3em; } }
.mobileBTN {
  position: fixed;
  display: inline-block;
  right: 0;
  top: 0.2em;
  transition: top 0.4s ease;
  width: 3em;
  height: 3em;
  z-index: 99999;
  box-sizing: border-box;
  padding: 0.5em; }
  .mobileBTN i {
    text-indent: -9999999px;
    display: inline-block; }
  @media (min-width: 960px) {
    .mobileBTN {
      display: none; } }
.border-menu {
  position: relative;
  padding-left: 2em; }

.border-menu:before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 1.3em;
  height: 0.15em;
  border-top: 0.6em double #7c6a52;
  border-bottom: 0.2em solid #7c6a52; }

.home .linksection article {
  margin: 0 0 1em 0;
  box-sizing: border-box; }
  .home .linksection article div {
    padding: 0;
    color: #edeff1;
    background-color: #9aa5b1;
    position: relative; }
    @media (min-width: 768px) {
      .home .linksection article div {
        margin: 0 1em; } }
  .home .linksection article a:link, .home .linksection article a:visited {
    text-decoration: none;
    color: #edeff1;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity 0.4s ease; }
    .home .linksection article a:link img, .home .linksection article a:visited img {
      opacity: 1;
      transition: opacity 0.4s ease; }
  .home .linksection article a:hover {
    opacity: 0.9; }
    .home .linksection article a:hover img {
      opacity: 0.7; }
  .home .linksection article a p {
    width: 100%;
    position: absolute;
    top: 0;
    font-size: 1.75em;
    padding: 0.5em;
    margin: 0;
    box-sizing: border-box; }
  @media (min-width: 960px) {
    .home .linksection article {
      margin: 1em 0; } }
@media (min-width: 768px) {
  .home .linksection .fm-g article:first-child div.text-wrapper {
    margin-right: 0.5em; }
  .home .linksection .fm-g article:last-child div.text-wrapper {
    margin-left: 0.5em; } }

@media (min-width: 1200px) {
  .home .linksection .fm-g article div.text-wrapper {
    margin: 0 0.5em; } }

.home footer .fm-g div:last-child {
  position: initial; }

.intro div {
  color: #7c6a52;
  padding: 1em; }
  .intro div p {
    margin: 0;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 300; }
  .intro div b {
    display: block; }

@media (min-width: 768px) {
  .intro {
    padding: 0 1em 0 1em; }
    .intro div p {
      font-size: 1.75em; } }

@media (min-width: 960px) {
  .intro {
    position: relative;
    padding: 0 1em;
    margin-top: 3.5em; }
    .intro div {
      position: absolute;
      top: 15vw;
      right: 5vw;
      line-height: 1;
      background-color: transparent;
      color: #edeff1; }
      .intro div p:after {
        width: 2em;
        height: 0.15em;
        background-color: #edeff1; } }

@media (min-width: 1200px) {
  .intro {
    margin-top: 4.5em; }
    .intro .wrapper {
      padding: 0 0.5em;
      box-sizing: border-box; }
    .intro div {
      top: 12vw;
      right: 18%; } }

@media (min-width: 768px) {
  .logopaedie .marginafter {
    display: inline-block;
    margin-bottom: 1.85em; } }

@media (min-width: 768px) {
  .logopaedie h2 {
    margin-top: 0; } }

@media (min-width: 1200px) {
  #logopaedie {
    padding-bottom: 5em; } }

.team {
  padding: 1em 0;
  background-color: #e7e9eb; }
  .team .teammember {
    position: relative;
    padding-bottom: 1em; }
    .team .teammember img {
      padding-bottom: 1em; }
    .team .teammember > div {
      padding: 0 0.5em;
      box-sizing: border-box; }
    .team .teammember h2 {
      margin: 0; }
    .team .teammember h3 {
      font-weight: 300;
      color: #586b7f;
      margin: 0;
      line-height: 1.3;
      font-size: 1em; }
    .team .teammember .teamBTNopen {
      top: 0;
      right: 0;
      left: 0;
      height: 54vw; }
      @media (min-width: 768px) {
        .team .teammember .teamBTNopen {
          height: 33vw; } }
      @media (min-width: 1200px) {
        .team .teammember .teamBTNopen {
          height: 22vw; } }
    .team .teammember .withcloseBTN {
      position: relative; }
      .team .teammember .withcloseBTN .teamBTNclose {
        position: absolute;
        right: 0.5em;
        top: -3em; }
        .team .teammember .withcloseBTN .teamBTNclose .cross:before, .team .teammember .withcloseBTN .teamBTNclose .cross:after {
          height: 10vw; }
      @media (min-width: 768px) {
        .team .teammember .withcloseBTN .teamBTNclose {
          right: 2em;
          top: 1em; }
          .team .teammember .withcloseBTN .teamBTNclose .cross:before, .team .teammember .withcloseBTN .teamBTNclose .cross:after {
            height: 7vw; } }
      @media (min-width: 1200px) {
        .team .teammember .withcloseBTN .teamBTNclose {
          top: 0.5em; } }
    .team .teammember .content {
      overflow: hidden;
      height: 0;
      display: inline-block;
      transition: all 0.5s ease; }
    .team .teammember .teamBTNopen .cross {
      display: inline-block; }
    .team .teammember .teamBTNclose .cross {
      display: none; }
    .team .teammember .teamBTNclose .cross {
      position: static; }
    .team .teammember.open .teamBTNopen .cross {
      display: none; }
    .team .teammember.open .teamBTNclose .cross {
      display: inline-block; }
    .team .teammember.open .content {
      height: auto; }
    @media (min-width: 768px) {
      .team .teammember.open .teamimage-wrapper {
        box-sizing: border-box; }
        .team .teammember.open .teamimage-wrapper:after {
          content: "";
          display: block;
          width: 100%;
          height: 0.5vw;
          background-color: #586b7f;
          margin-top: 1em; }
      .team .teammember.open .content {
        padding: 5em 0.5em 1em 0.5em; } }
    @media (min-width: 1200px) {
      .team .teammember.open .content {
        padding-top: 8.5vw; } }
    @media (min-width: 768px) {
      .team .teammember .teamimage-wrapper {
        box-sizing: border-box; }
        .team .teammember .teamimage-wrapper:after {
          content: "";
          width: 100%;
          height: 0.5vw;
          background-color: #586b7f;
          margin-top: 1em; }
      .team .teammember .content {
        padding: 0 1em;
        background-color: #f2f0ee;
        box-sizing: border-box; } }
    .team .teammember.teamleader a:link, .team .teammember.teamleader a:visited, .team .teammember.teamleader a:active {
      text-decoration: none; }
      .team .teammember.teamleader a:link h2, .team .teammember.teamleader a:visited h2, .team .teammember.teamleader a:active h2 {
        color: #9aa5b1;
        transition: color 0.4s ease; }
    .team .teammember.teamleader a:hover h2, .team .teammember.teamleader a:hover h3 {
      color: #586b7f; }
  @media (min-width: 768px) {
    .team .teamimage-wrapper {
      position: relative; } }
  @media (min-width: 768px) {
    .team #kahntcontent {
      width: 200%;
      margin-left: -49vw;
      box-sizing: content-box; } }
  @media (min-width: 1200px) {
    .team #kahntcontent {
      margin-left: -45vw; } }
  @media (min-width: 1600px) {
    .team #kahntcontent {
      margin-left: -42.5vw; } }
  @media (min-width: 768px) {
    .team #paukercontent {
      width: 200%;
      box-sizing: content-box; }
    .team #pauker a.teamBTNclose {
      right: -45vw; } }
  @media (min-width: 1200px) {
    .team {
      padding-bottom: 5em; }
      .team #pauker a.teamBTNclose {
        right: -43vw; } }
  @media (min-width: 1600px) {
    .team #pauker a.teamBTNclose {
      right: -41vw; } }
.app h3 {
  font-weight: 300;
  color: #7c6a52;
  text-transform: uppercase; }

.app .voiceicon img {
  width: 65vw;
  height: auto;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .app .voiceicon img {
      width: 30vw;
      margin-top: 1em;
      margin-bottom: 2em; } }
  @media (min-width: 1200px) {
    .app .voiceicon img {
      width: 20vw; } }
  @media (min-width: 1600px) {
    .app .voiceicon img {
      width: 12em; } }
.app .voiceicon h2 {
  margin-bottom: 0; }

.app .voiceicon p {
  margin-top: 0;
  font-weight: 300;
  color: #586b7f; }

@media (min-width: 1200px) {
  .app {
    padding-bottom: 5em; } }

.app .strong-wrapper {
  width: 65vw;
  margin: 1em auto; }
  @media (min-width: 768px) {
    .app .strong-wrapper {
      width: 30vw; } }
  @media (min-width: 1200px) {
    .app .strong-wrapper {
      width: 20vw; } }
  @media (min-width: 1600px) {
    .app .strong-wrapper {
      width: 12em; } }
.onlinetraining {
  padding: 1em 0;
  background-color: #f2f0ee; }
  .onlinetraining h2 {
    margin-top: 1em; }
  .onlinetraining h3 {
    font-weight: 300;
    text-transform: uppercase;
    color: #7c6a52; }
  .onlinetraining ol {
    padding-left: 1em;
    font-weight: 300; }
    .onlinetraining ol li {
      margin-bottom: 1em; }
  .onlinetraining .skypelogo {
    width: 65vw;
    height: auto;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .onlinetraining .skypelogo {
        width: 30vw;
        margin-top: 1em;
        margin-bottom: 2em; } }
    @media (min-width: 1200px) {
      .onlinetraining .skypelogo {
        width: 20vw; } }
    @media (min-width: 1600px) {
      .onlinetraining .skypelogo {
        width: 12em; } }
  .onlinetraining .skype {
    box-sizing: border-box; }
    .onlinetraining .skype a:link {
      display: inline-block;
      margin: 0.5em 0; }
  .onlinetraining .strong-wrapper {
    width: 65vw;
    margin: 1em auto; }
    @media (min-width: 768px) {
      .onlinetraining .strong-wrapper {
        width: 30vw; } }
    @media (min-width: 1200px) {
      .onlinetraining .strong-wrapper {
        width: 20vw; } }
    @media (min-width: 1600px) {
      .onlinetraining .strong-wrapper {
        width: 12em; } }
  .onlinetraining ol {
    margin-top: 0; }
  @media (min-width: 1200px) {
    .onlinetraining {
      padding-bottom: 5em; } }
.edu section.team {
  background-color: #fff; }

.edu section.coaching {
  background-color: #f2f0ee; }

@media (min-width: 960px) {
  .edu, .logopaedie {
    margin-top: 3.5em;
    border-top: 1px solid #7c6a52; } }

@media (min-width: 1200px) {
  .edu, .logopaedie {
    margin-top: 4.5em; } }

.seminare h2, .coaching h2 {
  margin-top: 0; }

.seminare blockquote, .coaching blockquote {
  margin-top: 1.7em; }

@media (min-width: 1200px) {
  .seminare, .coaching {
    padding-bottom: 5em; } }

.coaching {
  padding: 1em 0; }

blockquote {
  color: #7c6a52;
  font-weight: 400;
  text-transform: uppercase;
  margin: 1em 0;
  font-size: 1.2em; }
  blockquote i {
    font-size: 0.85em;
    font-style: normal;
    text-transform: initial; }

.impressum main {
  min-height: 75vh; }

.contact {
  background-color: #7c6a52;
  color: #edeff1;
  padding: 1em 0; }
  .contact .borderTop, .contact .borderBottom {
    border-color: #edeff1; }
  .contact h1, .contact a.link {
    color: #edeff1;
    border-color: #edeff1; }
  .contact .find {
    margin: 0; }
    .contact .find:first-child {
      margin-top: 1em; }

.datenschutz .topPadding {
  padding-top: 4em; }
