/* 
 * author: Katrin Otto (katrin.otto@bibliothek.tu-chemnitz.de)
 */

/** general* */


a 
.clearfix 
{
    display: block!important;
}

iframe 
{
    border: 0px;
    background-image: url('../images/lazyloader.gif');
    background-repeat: no-repeat; 
    background-position: center;
}

table 
{
    font-size: 14px;
}

.start-iframe 
{
    margin-bottom: 10px;
}   


/* frame */

#cclicence
{
    position: fixed;
    top: 20px;
    right: 20px;
    color: #fff;

}
#cclicence a {
    padding: 4px 0;
}

#cclicence a:hover {
    color: #fff;
    text-decoration: underline;
}


#imagecc
{
    width: 60px;
}

.ikonline
{
    margin-top: 30px; 
    background-color: #fff;
}

.main 
{
    background-color: #fff
}


.text-primary 
{
    margin-bottom: 0.8em;
}

#modul-content 
{
    background-color: #fff;
}
body 
{
    font-size: 14px;
}


#back-to-top 
{
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

/* navigation top */
#modul-nav ul>li 
{ 
    list-style: none; margin-left: -14px;
}

#modul-nav li>ul>li 
{
    list-style: circle;margin-left: 0px; padding: 5px
}

#modulMenu
{
    background-color: #fff;
    border: none;
}

#modulMenu-button
{
    margin-right: 0px!important;
    background-color: #337AB7;
    border-color: #337AB7;
}

#modulMenu-button > .icon-bar 
{
    background-color: #fff;
}

#modul-nav li.active 
{
    font-weight: 700;
}

#modul-nav li.normal 
{
    font-weight: normal;
}

.navbar-default .navbar-nav > .active > a
{
    padding-bottom: 17px;
}


.lang-icon 
{
    padding-bottom: 5px;
}

#language
{
    min-width: auto;
}


/* popover */
.panel-title > a::before {
    font-family: "Glyphicons Halflings";
    content: "\e081" "\00a0";
}

.panel-title > a{
    color: #337ab7;
}


h3.popover-title{
    background-color: #337ab7;
    color: #fff;
}

/** Index **/

#overview >li
{
    padding: 2px!important;
    list-style: none!important;
}

/*** Introduction **/

.credit-white 
{
    background-color: #fff; 
    color: #000;
    border: solid 1px #337ab7;
    min-height: 150px!important;
    margin-bottom: 10px;
}

.credit {
    display:none;
}

.credit-active
{
    background-color: #FCC263!important;
}

.credit-subject 
{
    background-color: #E6E6E6;
    color: #000;
    border: solid 1px #337ab7;
}

/** Glossary **/

.glossar 
{
    color: #337ab7;
}

#aZ 
{
    margin-bottom: 10px;
}

#glossar dt 
{
    padding-top: 10px; 
    color: #337AB7;
}

/** Modul2 **/

.hover-div {
    border-radius: 10px;
}

.hover-div:hover .hover-content
{
    display : block;
}

.hover-content 
{
    display: none;
}

#checklist1
{
    padding: 10px;
}

#checklist2
{
    padding: 10px;
}

#checklist3
{
    margin-top: 10px;
    padding: 10px;
}

#checklist4
{
    margin-top: 40px;
    padding: 10px;
}

/** Modul 3 **/

.hovereffect 
{
    padding: 10px;
    margin-bottom: 10px;
}

#or
{
    color: #337AB7;
    padding-top: 10em
}

#and
{
    color: #337AB7;
    padding-left: 25em
}

/** Modul 4 **/

.surface
{

    border: solid 2px #337AB7;
}

#quote
{
    padding-top: 10px;
}


