/* --- custom config --- */
/* --- end custom config --- */
/* --- breakpoints --- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: 'Bariol-Regular';
  src: url("../font/bariol-regular-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../font/bariol-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/bariol-regular-webfont.woff") format("woff"), url("../font/bariol-regular-webfont.ttf") format("truetype"), url("../font/bariol-regular-webfont.svg#webfont") format("svg");
  /* Legacy iOS */ }
a {
  text-decoration: none;
  color: #9f3d41; }
  a.readmore {
    background: transparent url(../img/arrow.png) center bottom no-repeat;
    display: block;
    font-size: 18px;
    padding-bottom: 12px;
    text-align: center; }
    a.readmore:hover {
      cursor: pointer; }
    a.readmore.open:before {
      content: '\2192 \00a0'; }
    a.readmore.open:after {
      content: none; }

h2 {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal; }

h3 {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  position: relative;
  z-index: 0; }
  h3:before {
    content: "";
    display: block;
    border-top: solid 1px #000;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1; }
  h3:not(:first-child) {
    margin-top: 2em; }
  h3 span {
    background-color: #fff;
    padding: 0 12px; }

h4 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal; }

p {
  line-height: 24px; }

img {
  max-width: 100%; }

body {
  font-family: "Bariol-Regular", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0; }

ul {
  list-style-type: none;
  padding: 0;
  position: relative; }
  ul li {
    position: relative;
    margin: 8px 0; }

/* helper classes */
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.center {
  text-align: center; }

.more-margin {
  margin: 35px 0; }

.hidden {
  display: none; }

#splash {
  background-color: #FFF;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }
  #splash .splash-content {
    position: fixed;
    width: 100%;
    top: 45%;
    z-index: 2;
    text-align: center; }
    #splash .splash-content .corporate {
      width: 100%;
      color: #fff;
      text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
      -moz-text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
      -webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
      -o-text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
      text-transform: uppercase;
      font-size: 70px;
      line-height: 53px; }
      #splash .splash-content .corporate span .highlight {
        color: #fff; }
      #splash .splash-content .corporate a {
        color: #000; }
    #splash .splash-content a.button {
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border: none;
      font-family: "Bariol-Regular", sans-serif;
      color: #eee;
      display: inline-block;
      font-size: 28px;
      font-weight: normal;
      background: transparent url(../img/arrow-white.png) center bottom no-repeat;
      padding-bottom: 10px;
      text-decoration: none;
      margin: 40px 0px; }
      #splash .splash-content a.button:hover {
        cursor: pointer;
        background: transparent url(../img/arrow.png) center bottom no-repeat;
        color: #9f3d41; }
      #splash .splash-content a.button:disabled {
        opacity: 0.5;
        cursor: not-allowed; }
  #splash video {
    width: 140%;
    height: 140%;
    margin: -10% -10% -30% -30%;
    position: relative; }

header {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #eeeeef;
  position: fixed;
  width: 100%;
  z-index: 2; }
  header.imprint .corporate {
    background: url(../img/arrow-left.png) left 17px no-repeat;
    padding-left: 40px; }
  header.imprint:hover {
    background-color: #dedede; }
  header .wrapper {
    *zoom: 1;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 49px;
    padding: 0 15px;
    text-transform: uppercase; }
    header .wrapper:before, header .wrapper:after {
      content: " ";
      display: table; }
    header .wrapper:after {
      clear: both; }
    header .wrapper .corporate {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      color: #000;
      font-size: 23px;
      line-height: 53px; }
      header .wrapper .corporate:last-child {
        margin-right: 0; }
      header .wrapper .corporate span.highlight {
        color: #7a7979; }
      header .wrapper .corporate a {
        color: #000; }
    header .wrapper .mobile-button button {
      display: none; }
    header .wrapper nav {
      float: right;
      font-size: 13px; }
      header .wrapper nav.shown {
        display: block; }
      header .wrapper nav ul {
        padding: 0;
        margin: 0;
        list-style-type: none; }
        header .wrapper nav ul li {
          margin: 0;
          float: left;
          list-style: none;
          display: block; }
        header .wrapper nav ul .active a {
          border-bottom: 4px solid #9f3d41;
          color: #9f3d41; }
        header .wrapper nav ul .active a:hover {
          background-color: transparent; }
        header .wrapper nav ul .active a:hover {
          background-color: none;
          border-bottom: 4px solid #9f3d41; }
        header .wrapper nav ul a {
          border-bottom: 4px solid #eeeeef;
          color: #000;
          display: block;
          line-height: 42px;
          padding: 7px 8px 0;
          vertical-align: middle;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        header .wrapper nav ul a:hover {
          background-color: #d9d9da;
          border-bottom: 4px solid #000; }

main {
  padding-top: 53px;
  display: block;
  font-size: 16px;
  /* image elements */
  /* general styling */ }
  main .image {
    height: 318px;
    background-size: cover;
    border-top: 4px solid #9f3d41; }
  main .no-border {
    border: none; }
  main .couch {
    background-image: url("../img/desktop/couch.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      main .couch {
        background-image: url("../img/desktop/couch@2x.jpg");
        background-size: 1200px 368px; } }
  main .bookshelf {
    background-image: url("../img/desktop/regal.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      main .bookshelf {
        background-image: url("../img/desktop/regal@2x.jpg");
        background-size: 1200px 680px; } }
  main .couch-detail {
    background-image: url("../img/desktop/couch-detail.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      main .couch-detail {
        background-image: url("../img/desktop/couch-detail@2x.jpg");
        background-size: 1200px 680px; } }
  main .sideboard {
    background-image: url("../img/desktop/sideboard.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      main .sideboard {
        background-image: url("../img/desktop/sideboard@2x.jpg");
        background-size: 1200px 680px; } }
  main .bild {
    background-image: url("../img/desktop/bild.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      main .bild {
        background-image: url("../img/desktop/bild@2x.jpg");
        background-size: 1200px 680px; } }
  main .lead {
    text-align: center; }
  main section {
    *zoom: 1;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 0;
    background-color: #eeeeee; }
    main section:before, main section:after {
      content: " ";
      display: table; }
    main section:after {
      clear: both; }
    main section .trenner {
      border-bottom: 2px solid #e9e9e9; }
    main section p {
      width: 100%; }
      main section p span.small-line-height {
        display: block;
        line-height: 1.1em;
        margin-top: 11px; }
      main section p.columnize {
        margin-right: 100px;
        text-align: justify; }
        main section p.columnize .column.last {
          margin-right: 0;
          padding-left: 2.25%; }
        main section p.columnize .column.first {
          padding-right: 2.25%; }
    main section .text, main section .lead {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: 34.11922%; }
      main section .text:last-child, main section .lead:last-child {
        margin-right: 0; }
      main section .text.wide, main section .lead.wide {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 25.58941%; }
        main section .text.wide:last-child, main section .lead.wide:last-child {
          margin-right: 0; }
    main section.intro {
      padding-top: 0;
      padding-bottom: 50px; }
      main section.intro * {
        text-align: center; }
      main section.intro .lead {
        font-size: 28px;
        padding: 35px 0;
        line-height: 28px; }
        main section.intro .lead h1 {
          color: #9f3d41;
          font-size: 28px;
          font-weight: normal;
          margin: 4px 0; }
      main section.intro .text {
        padding-top: 35px; }
        main section.intro .text h3 {
          font-size: 20px;
          font-weight: normal;
          margin: 40px 0 10px; }
          main section.intro .text h3:first-child {
            margin: 0 0 10px; }
          main section.intro .text h3 span {
            background-color: #eee; }
        main section.intro .text p {
          margin: 10px 0 35px; }
        main section.intro .text p:last-child {
          margin-bottom: 0; }
    main section.personal {
      background-color: white; }
      main section.personal * {
        text-align: center; }
      main section.personal img {
        padding: 5px 0 30px; }
    main section.treatment {
      padding-top: 0; }
      main section.treatment .lead {
        padding-top: 35px; }
    main section.analysis {
      background-color: white; }
      main section.analysis .text h4 {
        font-size: 18px;
        margin-top: 40px;
        text-align: center; }
    main section.consulting {
      padding-top: 0; }
      main section.consulting .lead {
        padding-top: 35px; }
    main section.consulting-supervision {
      background-color: white; }
      main section.consulting-supervision .text h3 {
        font-size: 20px;
        text-align: center; }
    main section.parameter {
      padding-top: 0; }
      main section.parameter .lead {
        padding-top: 35px; }
    main section.proceeding {
      background-color: white;
      padding-top: 35px; }
    main section.education {
      padding-top: 0; }
      main section.education .lead {
        padding-top: 35px; }
    main section.education-details {
      background-color: white; }

footer {
  display: block;
  font-size: 16px; }
  footer section {
    *zoom: 1;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #eeeeee; }
    footer section:before, footer section:after {
      content: " ";
      display: table; }
    footer section:after {
      clear: both; }
    footer section:last-child {
      padding-bottom: 25px; }
    footer section .trenner {
      border-bottom: 2px solid #e9e9e9; }
    footer section#map {
      height: 350px;
      background: #ccc; }
    footer section.contact .lead {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: 34.11922%;
      padding-top: 35px; }
      footer section.contact .lead:last-child {
        margin-right: 0; }
    footer section.contact .text {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: 34.11922%;
      text-align: center;
      padding: 35px 0; }
      footer section.contact .text:last-child {
        margin-right: 0; }
      footer section.contact .text p {
        color: #666; }
    footer section.contact .legal {
      color: #666;
      font-size: 12px;
      padding-top: 20px;
      text-align: center; }
