/**
 * stylesheet front-end / web CMS bitego
 * -- project:  finanzjournal.at
 * -- skin:     default
 */

body {
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    background-color: #6699CC;
    min-width: 840px;
}
a {
    color: #3379bf;
    text-decoration: none;
}
a:hover {
    color: #3379bf;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
}
.lead {
    font-size: 1.1rem;
}
.no-bullet {
    list-style: none;
}

#header {
    background: #035183 url('../img/header-bg.jpg') no-repeat right top;
    padding: 20px;
    overflow: hidden;
}
    #title {
        float: left;
    }
        #title a {
            text-decoration: none;
        }
            #title h1 {
                margin: 0 0 3px 0;
                font-size: 2.5rem;
                line-height: 2.5rem;
                letter-spacing: 2px;
                color: #fff;
            }
            #title h2 {
                font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
                margin: 0;
                font-size: 1rem;
                font-weight: 400;
                line-height: 1rem;
                letter-spacing: 2px;
                color: #fff;
            }
    
    #gvlogo {
        float: right;
        text-align: right;
    }
        #gvlogo a {
            text-decoration: none;
            overflow: hidden;
        }
            #gvlogo a img {
                float: right;
                width: auto;
                height: 60px;
                margin-left: .75rem;
            }
            #gvlogo a .subtitle {
                font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-size: 1rem;
                font-weight: 400;
                line-height: 1rem;
                letter-spacing: 2px;
                color: #fff;
            }

#navline {
    background: #6699CC;
    overflow: hidden;
    padding: .3rem 15px;
    font-size: .85rem;
    border-bottom: 1px solid #fff;
}
    .breadcrumb-nav {
        float: left;
        padding: 0;
        margin: 0;
        color: #fff;
    }
        .breadcrumb-nav li {
            display: inline;
            list-style: none;
        }
            .breadcrumb-nav li a {
                padding: 0 .25rem;
                text-decoration: none;
                color: #fff;
           }
            .breadcrumb-nav li a:hover {
                color: #000;
            }

    .submenu {
        float: right;
        padding: 0;
        margin: 0;
        color: #fff;
    }
        .submenu li {
            display: inline;
            list-style: none;
        }
            .submenu li a {
                margin: 0 .25rem;
                text-decoration: none;
                color: #fff;
            }
            .submenu li a:hover,
            .submenu li a.current {
                border-bottom: 2px solid #fff;
            }

#maincontent {
    background: #fff;
    padding: 20px;
}

#sidebar1 {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #6699CC;
    font-size: .85rem;
    color: #fff;
}
    /* vertical menu - sidebar1 */
    .mainmenu {
        margin: 0 0 20px 0;
        padding-left: 1em;
        font-size: .95rem;
    }
    .mainmenu li {
        list-style: square;
        white-space: nowrap;
    }
    .mainmenu li a {
        display: block;
        color: #fff;
        text-decoration: none;
        line-height: 1.6;
    }
    .mainmenu li a:hover {
        color: #000;
    }
    .mainmenu a.current {
        background: transparent url('../img/current.gif') no-repeat right;
    }


#sidebar2 {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #6699CC;
    font-size: .85rem;
    color: #fff;
}

#sidebar1 h2,
#sidebar2 h2,
#sidebar1 h3,
#sidebar2 h3 {
    margin: 0 0 10px 0;
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #fff;
}

.related-nav {
    list-style: square outside none;
    padding-left: 1rem;
}
    .related-nav li {
    }
        .related-nav li a {
            color: #fff;
            text-decoration: none;
        }
        .related-nav li a:hover {
            color: #000;
        }


#footer {
    padding: 20px;
    background-color: #6699CC;
    font-size: 0.85em;
    color: #fff;
    text-align: center;
    border-top: 1px solid #fff;
}
    #footer a {
        color: #fff;
        text-decoration: none;
    }
    #footer a:hover {
        border-bottom: 2px solid #fff;
    }

/* news (home) */

#newsticker {
    padding: 1rem;
    background-color: rgba(0,158,220,0.1) !important;
    border-radius: .5rem;
    line-height: 1.3;
    margin: 0 0 1rem 0;
}

@media screen and (min-width: 1000px) {
    #newsticker {
        float: right;
        width: 45%;
        margin: 0 0 1rem 1rem;
    }
}

    #newsticker h2 {
        font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 1.2rem;
        margin-bottom: .75rem;
    }
        #newsticker ul {
            padding: 0;
            margin: 0;
            font-size: .9rem;
            list-style: none;
        }
            #newsticker li {
                padding: 0;
                margin-bottom: .75rem;
            }
            #newsticker li:last-child {
                margin-bottom: 0;
            }
                #newsticker li a {
                    display: block;
                    text-decoration: none;
                    color: #666;
                }
                #newsticker li a:hover {
                    color: #000;
                }
                    #newsticker .badge {
                        font-size: 80%;
                        letter-spacing: 1px;
                    }
                    

.fjnewsletter-year {
    overflow: hidden;
    list-style: none;
    padding: 0;
}
    .fjnewsletter-year li {
        display: inline-block;
        width: 3.5rem;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
        .fjnewsletter-year li a {
            display: block;
            text-decoration: none;
            text-align: center;
        }
        .fjnewsletter-year li a:hover {
            color: #001899;
        }
            .fjnewsletter-year li a em {
                font-style: normal;
                color: #666;
            }


.fjarchive-year-header {
    border-bottom: 1px solid #6699CC;
}
.fjarchive-year {
    overflow: hidden;
    list-style: none;
    padding: 0;
}
    .fjarchive-year li {
        display: inline-block;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
        .fjarchive-year li.fjmonth {
            width: 3.5rem;
        }
        .fjarchive-year li.fjquarter {
            width: 6rem;
        }
        .fjarchive-year li a {
            display: block;
            text-decoration: none;
            text-align: center;
        }
        .fjarchive-year li a:hover {
            color: #001899;
        }
            .fjarchive-year li a em {
                font-style: normal;
                color: #666;
            }


.fjarticlelist-header {
    background: url(/default.skn/img/fj-cover-stilisiert.png) no-repeat left top;
    background-size: 120px auto;
    min-height: 170px;
    padding-left: 140px;
}
.fjarticlelist {

}
    .fjarticle-LITA .fa-li {
        color: #27ae60;
    }
    .fjarticle-ENTS .fa-li {
        color: #2980b9;
    }
    .fjarticle-PUBL .fa-li {
        color: #f39c12;      
    }
    .fjarticlelist li {
        position: relative;
        padding: .75rem;
        border-bottom: 1px solid #efefef;
    }
    .fjarticlelist li:hover {
        background: #f4f4f4;
        border-radius: .25rem;
    }
        .fjarticlelist li .fa-li {
            font-size: 1.3rem;
        }
        .fjarticlelist li h4 {
            font-size: 1.1rem;
            margin-bottom: 0;
        }
            .fjarticlelist li h4 a {
                display: block;
                color: #000;
            }
        .fjarticle-excerpt {
            margin-bottom: 0;
        }
        .fjarticle-meta {
            margin-bottom: 0;
        }
        .fjarticle-actions {
            margin-bottom: 0;
        }
            .fjarticle-actions a {
                text-decoration: none;
                margin-left: .5rem;
            }


/* Special elements (general usage) */

.shortcuts {
    overflow: hidden;
    clear: both;
    margin-top: 0;
    margin-bottom: 1.5rem;
}
    .shortcuts a {
        text-decoration: none;
    }


.alert p:last-child {
    margin-bottom: 0;
}



/* Full FJ article */

.fjarticle {
    
}
    /* h3 */
    .fjarticle .fjarticle-title {
        font-size: 1.6rem;
        margin-bottom: .5rem;
    }
    /* h4 (can be author and/or norm-title) */
    .fjarticle .fjarticle-subtitle {
        font-size: 1.1rem;
    }
    .fjarticle h3 {
        font-size: 1.6rem;
    }
    .fjarticle h4 {
        font-size: 1.4rem;
    }
    .fjarticle h5 {
        font-size: 1.2rem;
    }
    .fjarticle h6 {
        font-size: 1.1rem;
    }

    /* div */
    .fjarticle #footnotes {
        margin-top: 1.5rem;
        margin-bottom: 0;
        padding: 1rem;
        background-color: rgba(0,158,220,0.1) !important;
        border-radius: .5rem;
    }
        .fjarticle #footnotes p:last-child {
            margin-bottom: 0;
        }

    /* Custom pagemarkers
       <span id="seite001" class="seitenmarkierung"><em>Anfang Seite 001</em></span>
    */
    .fjarticle .seitenmarkierung {
        display: block !important;
        background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
        background-position: top;
        background-size: 4px 1px;
        background-repeat: repeat-x;
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
        padding: 0 !important;
        text-align: left !important;
    }
    .fjarticle .seitenmarkierung em {
        display: inline-block;
        padding: 3px 10px;
        background-color: rgba(0, 158, 220, .2) !important;
        font-size: .9rem !important;
        line-height: 1.2rem !important;
        font-weight: normal !important;
        font-style: italic !important;
        letter-spacing: 1px !important;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

#help {
    background: #ececec;
    padding: 1rem;
}
    #help h3,
    #help h4,
    #help h5,
    #help h6 {
        font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    #help h3 {
        font-size: 1.4rem;
    }
    #help h4 {
        font-size: 1.3rem;
    }
    #help h5 {
        font-size: 1.2rem;
    }
    #help h6 {
        font-size: 1.1rem;
    }
    .more-help {
        
    }