* {
    box-sizing:                 border-box;
    /*line-height:                0;*/
    outline:                    0;
    transition-delay:           50ms;
    transition-duration:        250ms;
    transition-property:        all;
    transition-timing-function: ease-in-out;
}

*::-moz-focus-inner {
    border: 0;
}

html {
    font-family: 'arial', 'sans-serif';
    font-size:   16px;
}

nav li:not(.logo), article.auswahl, .bibletext_nav, footer, .up {
    display: none;
}

header {
    border: none;
}

.logo:before {
    /*background-image:    url('./../images/svg/logo.svg');*/
    background-image:    url('../images/bo_logo350x205.jpg');
    background-position: center;
    background-repeat:   no-repeat;
    background-size:     auto 100%;
    content:             '';
    display:             inline-block;
    height:              110px;
    width:               100%;
}

body > header > nav > ul > li.logo {
    line-height:     100px;
    min-height:      120px;
    padding:           5px;
    width:           190px;
}

body > header > nav > ul.list > .logo {
    display: inline-flex;
}
