/**
 * Farbcodes
 *
 * Lila: b13f96
 * Grün: bdcb39
 */


/**
 * Element styles / general styles
 */

body {
    color: #666666;
    background-color: #eef0de;
}

ul {
    list-style-position: inside;
}


/**
 * Wordpress classes
 */

.left {
    float: left;
}

.right {
    float: right;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.alignleft {
    display: inline;
    float: left;
    margin: 0.4em 1.6em 0.7em 0;
}

    .alignleft + .alignleft {
        margin-right: 0.6em;
    }

.alignright {
    display: inline;
    float: right;
    margin: 0.4em 0 0.7em 1.6em;
}

    .alignright + .alignright {
        margin-left: 0.6em;
    }

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.block {
    display: block;
}

.inline {
    display: inline;
}


/**
 * Specific styles
 */

#wrapper {
    overflow: hidden;
    margin: 0 auto 60px;
    width: 1160px;
    font-size: 14px;
    line-height: 1.5;
    background-color: white;
}

#header {
    position: relative;
    height: 210px;
    background: url('../images/header.png') center center no-repeat;
}

    #header cite {
        position: absolute;
        top: 0;
        right: 224px;
        font-size: 36px;
        font-weight: lighter;
        font-style: italic;
        line-height: 200px;
        color: #b13f96;
    }

#logo {
    position: absolute;
    bottom: 37px;
    left: 138px;
    width: 250px;
    height: 125px;
    background: url('../images/logo.png?v=2') center center no-repeat;
}

    #logo a {
        display: block;
        width: 100%;
        height: 100%;
    }

#mainnav {
    margin-bottom: 38px;
    padding: 0 26px;
    font-size: 16px;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    color: #b13f96;
    background-color: #ffffff;
    cursor: default; /* Due to inline-block elements */
}

    #mainnav > div.menu {
        /* Hide automatic menus */
        display: none;
    }

    #mainnav ul,
    #mainnav li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    #mainnav ul {
        min-height: 20px; /* for maintenance mode */
        border-bottom: 2px solid #bdcb39;
    }

    #mainnav li {
        display: inline-block;
    }

    #mainnav li + li {
        /*padding-left: 22px;*/
        padding-left: 3px;
    }

    #mainnav a {
        display: inline-block;
        color: inherit;
        text-decoration: none;
        margin-bottom: -1px;
        border-bottom: 1px solid #bdcb39;
    }

    #mainnav a span {
        display: block;
        position: relative;
        padding: 14px 16px 14px 13px;
    }

    #mainnav a span:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0;
        width: auto;
        border-bottom: 0px solid #bdcb39;;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    #mainnav .current-menu-item a span:after,
    #mainnav a:hover span:after {
        border-bottom: 4px solid #bdcb39;
    }

main,
.home.page main {
    float: left;
    padding-left: 42px;
    padding-bottom: 70px;
    width: 700px;
}

.page-template-page-nosidebar main {
    float: none;
    width: auto;
}

    .publishdate {
        font-size: 14px;
    }

aside {
    float: right;
    padding-right: 60px;
    width: 296px;
}

    #storeinfo {
        padding-bottom: 40px;
    }

    address {
        font-style: normal;
    }

#opener + #pagecontent {
    margin-top: 3em;
}

    #pagecontent > h2,
    #opener > h2,
    #storeinfo > h2 {
        margin-top: 0;
        line-height: 1.2;
    }

    article {
        overflow: hidden;
    }

    article + article {
        margin-top: 1.4em;
    }

    .home #pagecontent article h3 {
        margin-top: 6px;
        margin-bottom: 14px;
    }

    article h3 a {
        color: inherit;
        text-decoration: none;
    }

    article h3 a:hover {
        color: #b13f96;
    }

    a,
    .more-link {
        color: #b13f96;
    }

    a:hover,
    .more-link:hover {
        text-decoration: none;
    }

h3.spaced {
    margin-top: 2em;
}

* + .teaserbox {
    clear: both;
}

.teaserbox + .teaserbox {
    clear: none;
}

.teaserbox + * {
    clear: left;
}

.teaserbox {
    float: left;
    border: 1px solid #b13f96;
    margin: 0 38px 26px 0;
    padding: 9px 8px;
    width: 258px;
    color: #b13f96;
}

    .teaserbox img {
        display: block;
        max-width: 258px;
        height: 172px;
        background-color: #e0e0e0;
    }

    .teaserbox img + h4 {
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 22px;
        line-height: 1.3;
        font-weight: normal;
    }

    .teaserbox ul {
        list-style-type: disc;
        margin-top: 8px;
        margin-bottom: 16px;
        padding-left: 24px;
    }

    .button {
        display: inline-block;
        padding: 6px 15px 7px;
        color: white;
        background-color: #b13f96;
        text-decoration: none;
    }

.therapy {
    float: left;
    border: 1px solid #b13f96;
    margin: 0 18px 26px 0;
    padding: 9px 8px;
    width: 312px;
    overflow: hidden;
}

    .therapy h4 {
        margin-top: 0;
    }

    .therapy h4 + p {
        margin-bottom: 0.6em;
    }

    .therapy:nth-of-type(2n+1) {
        clear: left;
    }

    .page-template-page-nosidebar .therapy {
        width: 326px
    }

    .page-template-page-nosidebar .therapy:nth-of-type(2n+1) {
        clear: none;
    }

    .page-template-page-nosidebar .therapy:nth-of-type(3n+1) {
        clear: left;
    }

.costtable {
    margin: 2em -1%;
    width: 100%;
}

    .costtable tr:hover {
        background-color: #fbfdf1;
    }

    .costtable td {
        padding: 6px 1%;
        vertical-align: top;
    }

    .costtable .label {
        width: 55%;
    }

    .costtable .duration {
        width: 28%;
    }

    .costtable .cost {
        width: 15%;
        text-align: right;
    }

#mapframe {
    margin-top: 40px;
}

footer {
    clear: both;
    height: 28px;
    text-align: center;
    color: #ffffff;
    background-color: #bdcb39;
}

    footer > div.menu {
        /* Hide automatic menus */
        display: none;
    }

    footer .menu {
        margin: 0;
        padding: 0;
        height: 100%;
        line-height: 28px;
    }

    footer .menu li {
        display: inline-block;
        position: relative;
    }

    footer .menu li + li a {
        margin-left: 2em;
    }

    footer .menu li + li:after {
        content: '•';
        position: absolute;
        left: 1em;
    }

    footer .menu a {
        color: white;
        text-decoration: none;
    }

    footer .menu .current-menu-item a,
    footer .menu a:hover {
        text-decoration: underline;
    }
