/* clickpath - css */

body.theme_startseite .clickpath {
    display: none;
}

.clickpath-list * {
    padding: 0;
    margin: 0;
}

.clickpath-list {
    display: block;
    clear: both;
    font-size: 1em;
    padding: 7px;
    margin-bottom: 15px;
    vertical-align: middle;
    background: #fff;
    font-weight: 600;
    -webkit-border-radius: 0 0 30px 0;
    -moz-border-radius: 0 0 30px 0;
    border-radius: 0 0 30px 0;
}

.clickpath-list a,
.clickpath-list a:link,
.clickpath-list a:visited,
.clickpath-list a:hover,
.clickpath-list a:focus,
.clickpath-list a:active {
    color: #888888;
}

.clickpath-list strong {
    display: inline;
    font-weight: 400;
}

.clickpath-list .clickpath-label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}

.clickpath-list strong {
    display: none;
}