/*
Theme Name:   Pisces for theatermusik.de
Template:     Pisces-master
Version:      1.0.0
Text Domain:  pisces
*/


body {
    font-family: "Roboto", sans-serif;
}

#header-main {
    text-align: left;
}

#header-main h1 {
    letter-spacing: normal;

    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}
#header-main h1 small {
    display: block;

    margin-top: -0.5em;

    font-size: 0.4em;
    font-weight: 300;
}


.backstretch {
    opacity: 0.5 !important;
}


@media only screen and (min-width: 960px) {
    footer#footer-main #credits {
        padding-bottom: 35px;
    }
}


footer#footer-main #credits .social-menu {
    right: auto;
    left: 0;
}


.pager-link a {
    position: relative;
}

.pager-link a:before {
    position: absolute;

    display: none;

    white-space: nowrap;

    font-size: 16px;
}

.pager-link.nav-next a:before {
    left: 120%;

    content: "Vorige zeigen";
}

.pager-link.nav-previous a:before {
    right: 120%;

    content: "Weitere zeigen";
}


@media only screen and (min-width: 500px) {
    .pager-link a:before {
        display: block;
    }
}
