@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300);
@import url(https://fonts.googleapis.com/css?family=Ovo);

/* RESET BUTTONS http://codepen.io/terkel/pen/dvejH */
[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Make `a` like a button */
[role="button"] {
    color: inherit;
    cursor: default;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: pre;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
}

button, [role="button"] {
    outline: none;
    cursor: pointer;
}


* {
    box-sizing: border-box;
}
body {
    font-size: 1.05em;
    overflow-y: scroll;
}
html, body, header, h1 {
    padding: 0;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: #4b4a48;
}
h1, h2, h3, h4, h5, .home-links {
    font-family: 'Ovo', serif;
    font-weight: normal;
    color: #f05a22;
    font-size: 1.18em;
}
h1 {
    font-size: 1.5em;
    margin-bottom: 2em;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #c1bfbe;
    padding-bottom: .1em;
}
.home-links a {
    display: block;
    border-bottom: none;
    position: relative;
    transform: translateX(.5em);
}
.home-links:hover a {
    color: #918f8e;
}
.home-links a:hover {
    color: #f05a22;
}
/*
.home-links a:after {
    content: "→";
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: inline-block;
    margin-left: .2em;
}
*/
p a:not([href^="mailto"]),
a.text-link,
.table-of-contents a,
.info-box {
    color: #f05a22;
    border-bottom-color: transparent;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: .8em;
}
.highlight a {
    font-size: 1em !important;
}
a[href^="mailto"] {
    border-bottom-color: transparent;
}
a[href^="mailto"]:hover,
p a:not([href^="mailto"]),
a.text-link {
    border-bottom-color: #f05a22;
}
p a:not([href^="mailto"]):hover,
a.text-link:hover,
.highlight a:hover {
    border-bottom-width: 2px;
}
footer a {
    color: inherit !important;
    border-bottom: 1px solid transparent !important;
    text-transform: none !important;
    font-size: 1em !important;
    font-weight: 300 !important;
}
footer a:hover {
    border-bottom-color: #918f8e !important;
}
.table-of-contents {
    list-style: none;
    padding-left: 0;
    margin-bottom: 3em;
}
.logo {
    max-width: 20vw;
    width: 10.7em;
    min-width: 6.5em;
    padding: 1.5em;
    position: fixed;
    top: 2em;
    font-size: 1.18em;
    margin-bottom: 0;
}
.template-home .logo {
    width: 22.7em;
    position: relative;
    top: 0;
    max-width: 100%;
}
.template-home > header {
    position: relative;
    min-height: calc(100vh - 3em);
    background-image: url('images/background.jpg');
    background-position: right bottom;
    background-position: calc(50vw - 15em) bottom;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #918f8e;
    padding-bottom: 4em;
    margin-bottom: 2em;
}
.template-home .block h2 {
    font-size: 1.5em;
}
.go-down, .go-up {
    background-image: url(images/arrow-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 50px;
    height: 50px;
}
.go-down:hover, .go-up:hover {
    background-image: url(images/arrow-full.png);
}
.go-down {
    position: absolute;
    bottom: -25px;
    left: 50%;
    left: calc(50% - 25px);
    z-index: 1000;
}
.go-up {
    transform: rotate(-90deg);
    margin: auto;
    margin-left: 50%;
    margin-left: calc(50% - 25px);
    margin-top: 1em;
}
body > footer {
    font-size: .8em;
    text-align: center;
    padding: 1.5em;
    border-top: 1px dotted #918f8e;
    margin-top: 5em;
    position: relative;
    overflow-x: hidden;
}
body > footer p {
    position: absolute;
    bottom: 0;
    left: 33%;
    padding: 0;
}
.template-home > footer {
    height: 90vh;
    background-image: url('images/heike_prehler_therapieraum.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
header .highlight {
    margin-left: 12.4em;
}
.highlight {
    color: #f05a22;
    display: inline-block;
    padding-right: 1em;
    font-weight: 400;
    max-width: 40vw;
    padding-top: 40vh;
    margin-top: -10em;
}
.highlight blockquote {
    font-size: 1.5em;
    font-size: calc(1em + .7vw);
}
.highlight blockquote,
.mobile-highlight blockquote {
    font-weight: 400;
    letter-spacing: -1px;
}
.highlight a, .info-box a {
    border-bottom-color: #f05a22;
}
.highlight > * {
    padding: 0;
    margin: 0;
    font-size: .85em;
    line-height: 1.7em;
}
.menu {
    text-align: center;
    max-width: 100%;
    color: #918f8e;
    font-family: 'Ovo', serif;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 2.5em;
    z-index: 1000;
    position: relative;
}
.menu ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style: none;
    padding-top: .5em;
    white-space: normal;
}
.menu li {
    display: inline;
    margin: .75em;
    white-space: nowrap;
    padding-bottom: 1em;
}
.menu li:not(.active) a {
    border-bottom: none;
}
.home-content {
    margin-top: 4em;
}
.template-home .home-content {
    margin: auto;
    margin-top: 4em;
    max-width: 90%;
    width: 50em;
    text-align: center;
}
.content {
    margin-left: 33%;
    margin-top: 4em;
    max-width: 60%;
    width: 35em;
    min-height: calc(100vh - 14em)
}
.template-home .blocks {
    border-top: 1px dotted #f05a22;
    padding: 3em 13%;
    margin-top: 4em;
}
.block {
    margin-bottom: 3em;
}
.article-content {
    position: relative;
}
.info-box {
    position: absolute;
    top: -.65em;
    right: calc(100% + 1.5em);
    text-align: right;
    width: 15em;
    line-height: 1.7em;
}
.info-box ul {
    padding-left: 0;
    list-style: none;
}
.info-docs {
    font-size: .9em;
    line-height: 2em;
}
.slideshow, .single-img {
    margin: 0 13%;
}
.block .slideshow, .single-img {
    margin: 3em 0;
}
.slick-slide img {
    margin: auto;
}
.slick-slider .landscape img {
    margin-top: 13%;
}
.slick-arrow {
    position: absolute;
    top: 0;
    z-index: 1000;
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
}
.slick-arrow:hover {
    background-image: url(images/arrow-full.png);
}
.slick-disabled, .slick-disabled:hover {
    background-image: url(images/arrow-grey.png);
    cursor: inherit;
}
.slick-arrow:after {
    content: "";
    position: absolute;
    background-image: url(images/arrow-full.png);
    left: 10000px;
}
.slick-prev {
    left: 0;
    transform: rotate(180deg);
}
.slick-next {
    right: 0;
}
.parent {
    position: relative;
    cursor: default;
}
.parent ul {
    position: absolute;
    top: 2em;
    left: 0;
    outline: 1px solid #eee;
    background: rgba(255,255,255,.95);
    padding: 0 .9em;
    display: none;
}
.parent li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #918f8e;
    width: 12em;
    white-space: normal;
    line-height: 1.3em;
}
.parent li a {
    display: block;
    border-bottom: none;
    padding: .5em 1.5em;
}
.parent li:last-child {
    border-bottom: none;
}
.parent:hover ul {
    display: block;
}
.parent .active,
.menu a:hover {
    color: #4b4a48;
}
.content ul:not(.table-of-contents)  {
    list-style: none;
    padding-left: 1.2em;
}
.content ul:not(.table-of-contents)  li {
    position: relative;
}
.content ul:not(.table-of-contents) li:before {
    content: "–";
    position: absolute;
    left: -1em;
}
.info-box ul:not(.table-of-contents) li:before {
    content: "";
}
.mobile-menu nav:before,
.mobile-menu nav:after {
    margin-top: .7em;
    margin-right: 1em;
    float: left;
    cursor: pointer;
}
.mobile-menu nav:before {
    content: "Menü";
}
.mobile-menu .logo {
    top: 0;
}
.mobile-menu .content {
    margin-top: 7.2em;
}
.mobile-menu .menu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
}
.mobile-menu.mobile-menu-active .menu {
    overflow-y: scroll;
}
.mobile-menu .menu li {
    margin: 0;
    padding-bottom: 0;
}
.mobile-menu .parent > a {
    position: relative;
}
.mobile-menu .parent > a:after {
    content: "";
    width: .5em;
    height: .5em;
    border: 0 solid #918f8e;
    border-bottom-width: 1px;
    border-right-width: 1px;
    position: absolute;
    right: -1em;
    top: .18em;
    transform: rotate(45deg);
}
.mobile-menu .parent.opened > a:after {
    border-bottom-width: 0;
    border-right-width: 0;
    border-top-width: 1px;
    border-left-width: 1px;
    top: .48em;
}
.mobile-menu .parent.opened ul:after {
    content: "";
    display: block;
    height: 0;
    width: 80%;
    border-bottom: 1px solid #c1bfbe;
    margin: .5em auto;
}
.mobile-menu .parent ul {
    position: relative;
    top: 0;
    outline: 1px solid #c1bfbe;
    overflow: hidden;
    max-height: 0;
}
.mobile-menu .parent.opened > a {
    color: #4b4a48;
}
.mobile-menu .parent.opened ul {
    max-height: 100em;
}
.mobile-menu .parent ul li {
    width: auto;
    border-bottom: none;
}
.mobile-menu .menu > ul {
    margin-top: 4em;
}
.mobile-menu .menu ul {
    display: none;
    outline: none;
    background: none;
}
.mobile-menu.mobile-menu-active {
    height: 100vh;
    overflow: hidden;
}
.mobile-menu.mobile-menu-active .menu:before,
.mobile-menu.mobile-menu-active .menu:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1.5em;
    height: 1.5em;
    border-bottom: 1px solid #918f8e;
    transform: rotate(45deg);
}
.mobile-menu.mobile-menu-active .menu:after {
    transform: rotate(-45deg) translate(-.75em, -.75em);
}
.mobile-menu.mobile-menu-active .menu {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.95);
}
.mobile-menu.mobile-menu-active .menu ul,
.mobile-menu.mobile-menu-active .menu li {
    display: block;
}
.mobile-menu.template-home .logo {
    width: 20em;
}
.mobile-menu.mobile-menu.template-home > header {
    background-image: url('images/background_mobile.jpg');
    background-position: 25vw bottom;
    background-size: contain;
}
.mobile-menu .go-down {
    display: none;
}
.mobile-highlight {
    display: none;
    text-align: center;
    font-size: 1.3em;
    border-bottom: 1px dotted #f05a22;
    color: #f05a22;
    padding-bottom: 2em;
    margin-bottom: -2.5em;
}
.mobile-highlight blockquote {
    margin-left: 0;
    margin-right: 0;
}
.newsletter-button {
    padding : 3.5em 0;
    margin-top: 3.5em;
}
.newsletter-button a {
    display: inline-block;
    border: 1px solid #f05a22;
    color: #f05a22;
    padding: .8em 1.4em;
}
.newsletter-button a:hover {
    color: white;
    background-color: #f05a22;
}
.mobile-menu .newsletter-button {
    padding-top: 3.5em;
    padding-bottom: 2.5em;
}
.news-highlight {
    color: #f05a22;
    text-align: center;
    border-bottom: 1px dotted #918f8e;
    padding: 1em 10vw;
    font-size: .9em;
}
.news-highlight a:not([href^="mailto"]) {
    border-bottom: 1px dotted #f05a22;
    text-transform: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.mobile-menu .news-highlight {
    padding-top: 3em;
}
.news-highlight a:hover {
    border-bottom: 1px solid #f05a22;
}

@media (max-width: 57em) {
    .slick-slider .portrait img {
        max-width: 65%;
    }
    .slick-slider .landscape img {
        margin-top: 70px;
    }
    .home-links {
        font-size: 1em;
    }
    .home-links a:after {
        content: "";
        display: block;
        width: 5em;
        margin: .75em auto;
        height: 0;
        border-top: 1px dotted #f05a22;
    }
    .home-links a:last-child:after {
        content: none;
    }
    .home-links:hover a:after {
        border-top-color: #918f8e;
    }
}

@media (max-width: 37em) {
    .content {
        margin-left: 7%;
        width: 86%;
        max-width: 100%;
        max-width: 100%;
    }
    .logo {
        min-width: 6em;
        padding-left: 1em;
    }
    .info-box {
        position: relative;
        top: 0;
        left: 0;
        text-align: left;
        width: 100%;
        margin-top: 2em;
        margin-bottom: 6em;
    }
    .mobile-menu.template-home .logo {
        position: absolute;
        width: 15em;
    }
    .mobile-menu .highlight {
        margin-left: 12%;
        margin-top: 15em;
        padding-bottom: 30vw;
    }
    h1 {
        padding-left: calc(6em - 10vw);
        font-size: 1.2em;
        position: relative;
        top: -1.3em;
    }
    body.template-home header {
        min-height: 27em !important;
    }
    body > footer p {
        left: 10%;
    }
    .slideshow, .single-img {
        margin: 0;
    }
    .home-links {
        display: none;
    }
    .template-home .blocks {
        border-top: 0;
        padding-top: 0;
    }
    .template-home > header {
        background-position: right bottom;
    }
    .template-home > footer {
        height: 30em;
    }
    .mobile-menu.mobile-menu.template-home > header {
        background-position: right bottom;
    }
    .template-home .blocks {
        padding: 3em 5%;
    }
    .content ul:not(.table-of-contents) {
        padding-left: 0;
    }
    .logo {
        position: absolute;
    }
    footer {
        height: 5em;
        text-align: center;
    }
    footer p {
        width: 80%;
    }
    footer .ed-link-separator {
        display: block;
        width: 0;
        height: 0;
        overflow: hidden; 
    }
    .highlight {
        display: none;
    }
    .mobile-highlight {
        display: block;
    }
}

body {
    opacity: 0;
}

@media (max-width: 70em) {
    .template-home > header {
        background-position: 19vw bottom;
        background-size: 90vw;
    }
    header .highlight {
        margin-left: 10%;
    }
    .mobile-menu .highlight {
        padding-top: 35vh;
        max-width: 50vw;
    }
}
@media (max-width: 45em) {
    .mobile-menu.mobile-menu.template-home > header {
        min-height: 0;
    }
}
@media (max-width: 20em) {
    footer {
        height: 7em;
    }
    footer span {
        display: block;
        width: 0;
        height: 0;
        overflow: hidden; 
    }
}

@media (min-width: 95em) {
    .template-home > header {
        background-position: right bottom;
    }
}

body:not(.mobile-menu):not(.template-home) .menu {
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
    z-index: 2000;
}
body:not(.mobile-menu):not(.template-home) .content {
    margin-top: 7.3em;
}
.template-home .go-up {
    display: none;
}

body:not(.mobile-menu):not(.template-home) .headroom {
    will-change: transform;
    transition: transform 300ms linear;
}
body:not(.mobile-menu):not(.template-home) .headroom--pinned {
    transform: translateY(0%);
}
body:not(.mobile-menu):not(.template-home) .headroom--unpinned {
    transform: translateY(-100%);
}