body {
    flex-direction: column;
    justify-content: space-between;
    display:flex;
    min-height:100vh;
}

#navigation-app{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#div-container{
    position: relative;
    min-height: 100vh;
}

#div-container-content{
    padding-bottom: 70px;
}

footer{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 70px;
}

#hauptnavigation{
    background-color: #f1f1f1;
}

.navbar-inverse{
    border-radius: 0px!important;
    background-color: rgb(29,80,140)!important;
    border-color: rgb(29,80,140)!important;
}

.footer-dark{
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-radius: 1px;
    background-color: #111111;
    color: #dddddd;
}

#webapp{
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
    margin-bottom: 5px;	

    padding-left: 5px;
    padding-right: 5px;

    max-width: 1200px;
    margin: auto;
}

.navbar{
    margin-bottom: 10px;
}

.navbar-inverse .navbar-nav > li > a{
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus{
    background-color: rgba(255,255,255,0.3);
    color: #ffffff;
    transition: background-color 0.5s;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

#button-navigation-login:hover,
#button-navigation-login:focus,
#button-navigation-logout:hover,
#button-navigation-logout:focus{
    background-color: rgb(255, 128, 0);
    color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.3);
    transition: background-color 0.5s;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

button{
    display: inline-block;
}

h1{
    font-size: 130%; /*20*/
    font-weight: bold;
    margin-top: 0px;
    color: rgb(29, 80, 140);
}

h2{
    font-size: 120%;  /*20*/
    margin-top: 10px;
    font-weight: bold;
    margin-top: 0px;
}

h3{
    font-size: 110%;  /*16*/
    font-weight: bold;
    margin-top: 0px;
}

p {
    font-size: 100%;
}

a{
    font-size: 100%;
}

.unterueberschrift{
    margin-top: 30px;
}

.learnaxy-button-normal{
    background:    -webkit-linear-gradient(rgb(80,175,253), rgb(16,147,189));
    background:    linear-gradient(rgb(80,175,253), rgb(16,147,189));
    color:         #ffffff;    
    text-shadow:   1px 1px #000000;
}

.learnaxy-button-normal:hover{

}

.learnaxy-button-normal:focus{

}

.text-login{
    color: rgb(255, 255, 255);
}

#userleiste{
    height: 40px;
    margin-bottom: 10px;   
}

#a-username{
    color: rgb(29, 80, 140);
    font-size: 100%;

    font-weight: bold;

    /*float: right;*/
    margin-right: 10px;
}

#button-messages{
    margin-right: 5px;
}

.learnaxy-unterpanel{
    background-color: #fafafa;
}

.learnaxy-line{
    margin-top: 10px;
    margin-bottom: 10px;

    color: rgb(29, 80, 140);
    border-top: 3px solid rgb(29, 80, 140);
}

.learnaxy-line-weiss{
    margin-top: 10px;
    margin-bottom: 10px;

    margin-left: 10px;
    margin-right: 10px;

    color: rgb(29, 80, 140);
    border-top: 1px solid rgb(150, 150, 150);
}

.kachel-wrapper{
    overflow: auto;
}

.neu-element{
    font-size: 40px;
    margin-left: -10px;
    /* display: inline-block; */
    color: #325d88;
}

.learnaxy-kachel{
    border-radius: 4px;
    border: 1px solid #999999;
    padding: 10px;
    margin: 10px;
    text-align: center;
    min-width: 200px;  
    height: 200px;

    background: #ffffff;

    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
}

.learnaxy-kachel:hover{
    background: rgb(29, 80, 140);
    color: #ffffff;
    cursor: pointer;
}

.learnaxy-kachel:hover span{
    color: #ffffff;
}

.learnaxy-kachel:focus{
    background: rgb(29, 80, 140);
    color: #ffffff;
    cursor: pointer;
}

.learnaxy-kachel:focus span{
    color: #ffffff;
}

.learnaxy-kachel .lernmodus-auswahl{
    font-size: 140%;
    font-weight: bold;
    text-align: center;
}

.learnaxy-kachel span{
    font-size: 80px;
    display: inline-block;
    color: #325d88;
}

.hr{
    border-color: black;
    background-color: black;
    color: black;
    width: auto;
    margin: 0 10px;
}

hr{
    border-top: 1px solid #c0c0c0;
}

.link{
    color: black;
}

.features-boxed {
    color:#313437;
    /*background-color:#eef4f7;*/
}

.features-boxed p {
    color:#7d8285;
}

.features-boxed h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;

    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
}

.features-boxed .intro {
    font-size:16px;
    margin:0 auto;
}

.features-boxed .intro p {
    margin-bottom:0;
}

.features-boxed .features {
    padding:20px 0;
}

.features-boxed .item {
    text-align:center;
}

.features-boxed .item .box {
    text-align:center;
    padding:30px;
    background-color:#fff;
    margin-bottom:30px;
    border-style: solid;
    border-width: 1px;
    border-color: #c0c0c0;
}

.features-boxed .item .icon {
    font-size:60px;
    color:#325d88;
    margin-top:20px;
    margin-bottom:35px;
}

.features-boxed .item .name {
    font-weight:bold;
    font-size:18px;
    margin-bottom:8px;
    margin-top:0;
    color:inherit;
}

.features-boxed .item .description {
    font-size:15px;
    margin-top:15px;
    margin-bottom:20px;
}


ul{
    list-style-type:none;
}


/*Ausblenden von den Pfeilen im Nummerfeld in anderen Browsern*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}


/*Ausblenden von den Pfeilen im Nummerfeld in Firefox*/
input[type=number] {
    -moz-appearance:textfield;
}




/* Ab hier später wieder benötigt */

#button-lernverwaltung-modul-version{
    display: none;
}


#button-lernverwaltung-kapitel-version{
    display: none;
}

#button-lernverwaltung-lektion-version{
    display: none;
}

#button-lernverwaltung-frage-version{
    display: none;
}

.learnaxy-quad{
    border-radius: 4px;
    border: 1px solid #999999;
    padding: 10px;
    margin: 10px;
    text-align: center;
    min-width: 400px;  
    height: 200px;

    background: #ffffff;

    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
}

.learnaxy-quad .lernmodus-auswahl{
    font-size: 140%;
    font-weight: bold;
    text-align: center;
}


.learnaxy-quad span{
    font-size: 80px;
    display: inline-block;
    color: #325d88;
}

.modal-backdrop {
    z-index: 100;
}

@media (min-width: 1100px) {
    #a-navigation-small{
        display: none;
    }
    #a-navigation-big{
        display: block;
    }
}

@media (max-width: 1100px) {
    #a-navigation-small{
        display: block;
    }
    #a-navigation-big{
        display: none;
    }
}

@media (max-width: 1100px) { /*970px*/
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


html, body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   

    font-size: 16px;
    color: rgb(80,80,80);
}

#div-container{
    background-color: rgba(29,80,140,0.1);
}

.div-learnaxy{
    border-radius: 10px;
    border: solid;
    border-width: 4px;
    border-color: rgb(29,80,140);

    padding: 5px;

    background-color: white;

    min-height: 400px;

    max-width: 1200px;
    margin: auto;
    margin-bottom: 60px;

    box-shadow: 0px 0px 5px rgba(80,80,80, 0.5);
}

#navcol-2{
    background-color: rgb(29,80,140);
    border-color: rgb(29,80,140)!important;
}

.div-overlay{
    visibility: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-x: hidden;
}

.div-overlay-show{
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s linear;
}

.div-overlay-hide{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
}


.div-overlay-outer, #img-overlay-image{
    max-width: 900px;   
    margin: 0 auto;
    margin-top: 30px;
}

.div-overlay-inner{
    background-color: rgb(255, 255, 255);   
    margin: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0,0,0);
    border-radius: 5px;
}

.h1-overlay-head{
    margin: 5px;
}

.btn{
    font-weight: bold;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-danger{
    border-radius: 20px;
}

.btn-default{
    color: rgb(80,80,80);
}

.btn-primary,
.btn-success{
    color: white!important;
}


.btn-default-2{
    border-color: rgb(29,80,140);
    border-width: 2px;
    color: rgb(29,80,140);
}

.btn-default-2:hover,
.btn-default-2:focus{
    border-color: rgb(29,80,140);
    border-width: 2px;
    background-color: rgb(29,80,140);
    color: white;
}

.btn-primary-2{
    border-width: 2px!important;
    color: white!important;
}

.btn-primary-2:hover,
.btn-primary-2:focus{
    border-color: rgb(29,80,140);
}


.btn-overlay-close,
.btn-overlay-close:focus,
.btn-overlay-close:hover{
    float: right;
    margin-right: 5px;
    margin-top: -35px;
    border-style: none!important;
    background-color: rgba(0,0,0,0)!important;
    color: white!important;
    font-size: 18px!important;
}

.hr-overlay{
    margin-top: 5px;
    margin-bottom: 5px;
}

.div-overlay-body{
    padding: 10px;
}

h1{
    margin-bottom: 0px;
}

.btn-content{
    height: 40px;
    width: 40px;
    display: none; 
}

#btn-content-folder{
    background: url("../img/folder.png") center no-repeat; background-size: 100% 100%;  
}

#btn-content-module{
    background: url("../img/module.png") center no-repeat; background-size: 100% 100%;
}

#btn-content-chapter{
    background: url("../img/chapter.png") center no-repeat; background-size: 100% 100%;
}

#btn-content-section{
    background: url("../img/section.png") center no-repeat; background-size: 100% 100%;
}

.h2-content-object{
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 130%; /* 18px */
    text-align: center;

    color: #FFFFFF;
}

.liste-headline{
    background: rgb(29, 80, 140);
    padding-top: 0px;    
    padding-bottom: 0px; 
}

.list-object{
    text-align: left;
    position:relative;

    background-color: #FFFFFF;

    border: none;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.list-object > p{
    font-weight: bold;
    font-size: 130%;
    margin-left: 0px;
    margin-bottom: 0px;
    display: inline-block;
}


.list-object:focus, .list-object:hover{
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

.div-content-search{
    padding: 10px;    
    text-align: left;
    position:relative;

    background-color: #FFFFFF;   
    border: 1px solid #aaa;

    display: none;
}

.img-loading{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-object{
    &:hover {
        text-decoration: none;
    }
}

.img-object-big{
    height: 75px;
    width: 75px;
}

#div-content-module,
#div-content-chapter,
#div-content-section,
#div-content-question{
    display: none;
}

.span-content-element{
    font-size: 24px;
    font-weight: bold;
}

.div-content-chosenElement{
    margin-bottom: 5px;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    background-color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

ul{
    padding-left: 0px;
}

.btn-mode-question{
    height: 50px;
    width: 60px;
}

#div-overlay-addQuestion-countAnswer,
#h2-overlay-addQuestion-answers{
    display: none;
}

#div-overlay-addQuestion-countAnswer{
    margin-bottom: 20px;
}

#div-overlay-addQuestion-type2{
    display: none;
}

.div-overlay-addQuestion-type2{
    margin-bottom: 20px;
}

#div-overlay-addQuestion-type3{
    display: none;
}

.div-overlay-addQuestion-type3{
    margin-bottom: 20px;
}

#div-overlay-showQuestion-settings{
    display: none;
}

#p-overlay-showQuestion-audioQuestion,
#p-overlay-showQuestion-audioAnswer{
    cursor: pointer;
}

#p-overlay-showQuestion-audioQuestion:hover,
#p-overlay-showQuestion-audioQuestion:focus,
#p-overlay-showQuestion-audioAnswer:hover,
#p-overlay-showQuestion-audioAnswer:focus{
    text-decoration: underline;
}

.list-object{
    padding: 5px 5px;
}

.learnaxy-line{
    margin-top: 5px!important;
    margin-bottom: 5px!important;

    color: rgb(29, 80, 140);
    border-top: 3px solid rgb(29, 80, 140);
}

.list-group{
    margin-bottom: 0px;
}

.list-headline{
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
    border: 1px solid rgb(29, 80, 140);
    background-color: rgb(29, 80, 140)!important;
}

ul{
    margin-bottom: 0px;
}

.div-part-left > .glyphicon{
    font-size: 50px;
    color: rgb(29, 80, 140);
}

.btn-learning-mode{
    border-radius: 4px;
    border: 1px solid #999999;
    padding: 10px;
    margin: 10px;
    text-align: center;
    min-width: 200px;  
    height: 200px;

    background: #ffffff;

    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
}

.btn-learning-mode:hover, .btn-learning-mode:focus{
    background: rgb(29, 80, 140);
    color: #ffffff;
    cursor: pointer;
}

.btn-learning-mode:hover span, .btn-learning-mode:focus span{
    color: #ffffff;
}

.btn-learning-mode .h3-learning-mode-name{
    font-size: 140%;
    font-weight: bold;
    text-align: center;
}

.btn-learning-mode span{
    font-size: 80px;
    display: inline-block;
    color: rgb(29,80,140);
}

.h3-learning-settings{
    margin-top: 40px;
    font-size: 18px;
    color: rgb(29,80,140);
}

#btn-learning-learning-settings,
#btn-learning-learning-settings-close{
    float: right;
}

#div-learning-learning-finish,
#div-learning-learning-settings{
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(200,200,200);
    border-radius: 5px;
}

.div-learning-learning-type-desktop{
    display: flex;
}

.div-learning-learning-mobile-space,
.div-learning-learning-desktop-space{
    display: inline-block;
    width: 20px;
}

.div-learning-learning-mobile-question,
.div-learning-learning-mobile-answer,
.div-learning-learning-desktop-question,
.div-learning-learning-desktop-answer{
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(29, 80, 140);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: calc(50% - 10px);
}

.div-learning-learning-mobile-question,
.div-learning-learning-mobile-answer{
    width: 100%;
}

.div-learning-learning-mobile-question-head,
.div-learning-learning-mobile-answer-head,
.div-learning-learning-desktop-question-head,
.div-learning-learning-desktop-answer-head{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: rgb(29, 80, 140);
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(29, 80, 140);
}

.p-learning-learning-mobile,
.p-learning-learning-desktop{
    color: white;
    font-weight: bold;
    font-size: 120%;
    padding-top: 0px;
    margin-bottom: 0px;
}

.p-learning-learning-mobile-small,
.p-learning-learning-desktop-small{
    color: white;
    margin-bottom: 0px;
    font-size: 80%;
}

.div-learning-learning-mobile-question-body,
.div-learning-learning-mobile-answer-body,
.div-learning-learning-desktop-question-body,
.div-learning-learning-desktop-answer-body{
    overflow: auto;
    min-height: 300px;
    max-height: 300px;
    padding: 5px;
    background-color: rgb(255,255,255);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#div-learning-learning-type1-mobile-answer,
#div-learning-learning-type2-mobile-answer,
#div-learning-learning-type3-mobile-answer{
    display: none;
}

#div-learning-learning-type1,
#div-learning-learning-type2,
#div-learning-learning-type3{
    display: block;
    padding: 5px;
}

#div-learning-learning-type1,
#div-learning-learning-type2,
#div-learning-learning-type3{
    display: none;
}

#ul-learning-learning-type2-mobile-answers,
#ul-learning-learning-type2-desktop-answers{
    margin-top: 20px;
}

.div-learning-type2-answer-input{
    display: flex;
}

#span-learning-learning-type2-mobile-answer,
#span-learning-learning-type2-desktop-answer{
    margin-right: 10px;
    padding-top: 6px;
}

#span-learning-learning-type2-mobile-answer .glyphicon-ok{
    color: rgb(0,128,0);
}

.input-learning-type2-correct{
    background-color: rgba(0,128,0, 0.2);
    color: rgb(0,0,0);
}

.input-learning-type2-wrong{
    background-color: rgba(200,0,0, 0.5);
    color: rgb(0,0,0);
}

#invisible-div{
    display: none;
}

.btn-learning-duration{
    margin-bottom: 5px;
}

.li-groups{
    list-style: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220,220,220);
    padding: 10px;
}

.p-modeCount{
    margin-bottom: 0px;
}

#div-learning-learning-type1-question-body,
#div-learning-learning-type1-answer-body,
#div-learning-learning-type2-question-body,
#div-learning-learning-type3-question-body{
    padding: 10px;
}

.div-learning-learning-type1{
    display: block;
    width: 100%;
}

#ul-learning-learning-type3-mobile-answers,
#ul-learning-learning-type3-desktop-answers{
    margin-top: 10px;
}

.li-learning-learning-type3-answers{
    cursor: pointer;
    background-color: rgb(255,255,255);
    margin-bottom: 10px;
    cursor: pointer;
    margin-left: 50px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    padding: 10px;
    border-radius: 10px;
}

.li-learning-learning-type3-answers:hover,
.li-learning-learning-type3-answers:focus{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
}

.li-learning-learning-type3-answers .div-learning-part-left{
    margin-left: -70px;
}

@media (min-width: 801px) { 
    #div-learning-learning-type1-showButtons,
    #div-learning-learning-type2-showButtons,
    #div-learning-learning-type3-showButtons{
        display: none;
    }

    .div-learning-learning-type-desktop{
        display: flex;
    }

    .div-learning-learning-type-mobile{
        display: none;
    }

    #div-learning-learning-type2-desktop-buttons{
        display: inline-block;
    }

    #div-learning-learning-type2-mobile-buttons{
        display: none;
    }
}

@media (max-width: 800px) {     
    #div-learning-learning-type1-question,
    #div-learning-learning-type1-answer{
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    #div-learning-learning-type1-answer{
        display: none;
    }

    #div-learning-learning-type1-showButtons,
    #div-learning-learning-type2-showButtons,
    #div-learning-learning-type3-showButtons{
        display: block;
    }

    .div-learning-learning-type-desktop{
        display: none;
    }

    .div-learning-learning-type-mobile{
        display: block;
    }

    #div-learning-learning-type2-desktop-buttons{
        display: none;
    }

    #div-learning-learning-type2-mobile-buttons{
        display: inline-block;
    }
}

#div-learning-learning-type1-buttons-feedback{
    display: none;
}

.img-audio{
    height: 50px;
}

.img-learning-evaluation{
    margin-right: 10px;
}

.btn-learning-right,
.btn-learning-wrong,
.btn-learning-show{
    width: 50px;
    height: 50px;
    border: 4px solid #111111;
    border-radius: 5px;
    font:          normal 700 25px/1 "Calibri", sans-serif;
    text-align:    center;
}

.btn-learning-right:hover, .btn-learning-right:focus,
.btn-learning-wrong:hover, .btn-learning-wrong:focus,
.btn-learning-show:hover, .btn-learning-show:focus{
    border: 4px solid #111111!important;
}

.btn-learning-wrong{
    background:    -webkit-linear-gradient(rgb(170,65,65), rgb(142,0,0));
    background:    linear-gradient(rgb(170,65,65), rgb(142,0,0));
    text-shadow:   1px 1px #000000;
    color:         #FFFFFF;
}


.btn-learning-wrong:hover, .btn-learning-wrong:focus{
    background:    -webkit-linear-gradient(rgb(142,0,0), rgb(108,0,0));
    background:    linear-gradient(rgb(142,0,0), rgb(108,0,0));
    color:         #FFFFFF!important;
}


.btn-learning-wrong{
    background:    -webkit-linear-gradient(rgb(170,65,65), rgb(142,0,0));
    background:    linear-gradient(rgb(170,65,65), rgb(142,0,0));
    text-shadow:   1px 1px #000000;
    color:         #FFFFFF;
}


.btn-learning-wrong:hover, .btn-learning-wrong:focus{
    background:    -webkit-linear-gradient(rgb(142,0,0), rgb(108,0,0));
    background:    linear-gradient(rgb(142,0,0), rgb(108,0,0));
    color:         #FFFFFF;
}


.btn-learning-show{
    background:    -webkit-linear-gradient(rgb(230,230,230), rgb(200,200,200));
    background:    linear-gradient(rgb(230,230,230), rgb(200,200,200));
    text-shadow:   1px 1px #000000;
    color:         #000000;
}

.btn-learning-show:hover, .btn-learning-show:focus{
    background:    -webkit-linear-gradient(rgb(255,255,255), rgb(230,230,230));
    background:    linear-gradient(rgb(255,255,255), rgb(230,230,230));
}

#p-debugger{
    display: none;
}

#p-learning-learning-module{
    margin-top: 5px;
    font-size: 10px;
    text-align: center;
    font-size: 13px;
    color: rgb(120,120,120);
}

.h1-overlay-head{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

.p-name{
    font-weight: bold;
    font-size: 130%;
    margin-left: 0px;
    margin-bottom: 0px;
}

.p-name-folder{
    padding-top: 0px;
    margin-top: 0px;
}

.p-nameQuestion{
    margin-top: 7px;
}

.p-name-trashbin{
    font-weight: bold;
    font-size: 130%;
    margin-left: 0px;
    margin-bottom: 10px;
}

.p-count-trashbin{
    font-weight: normal;
    font-size: 80%;
    margin-left: 0px;
    margin-bottom: 0px;
}

.li-content-trashbin{
    background-color: rgb(230,230,230);
}

.div-trashbin-extended{
    display: none;
    margin-top: 10px;
    padding: 10px;
}

.span-trashbin-description{
    font-weight: bold;
    text-decoration: underline;
}

.p-content-navigation-folder{
    margin-top: 0px;
}

.div-parts,
.div-content-parts{
    display: flex;
}

.div-part,
.div-content-part{
    display: inline-block;
}

.div-part-right{
    width: calc(100% - 60px);
    padding-top: 10px;
}

.div-part-right-question{
    width: calc(100% - 60px);
    padding-top: 0px;
}

.div-part-right-navigation{
    width: calc(100% - 60px);
    padding-top: 0px;
}

.div-part-left{
    width: 60px;
}

#div-content-navigation{
    margin-bottom: 50px;
    display: none;
}

.p-name-navigation{
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}

.p-name-navigation-folders{
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    padding-top: 5px;
}

.p-name-navigation-folder{
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    padding-top: 10px;
}

#li-content-navigation-folder,
#li-content-navigation-module,
#li-content-navigation-chapter,
#li-content-navigation-section{
    display: none;
}

.h2-overlay-showQuestion-menu{
    text-align: center;
}

.h2-content-object-navigation{

}

.list-headline-navigation{
    padding-top: 0px;
    padding-bottom: 0px;
}

#li-content-folder{
    border-radius: 15px!important;
}

.input-small{
    width: 100px;
}

.div-overlay-addQuestion-advancedSettings,
.div-overlay-editQuestion-advancedSettings{
    display: none;
}

#btn-overlay-addQuestion-copyName{
    margin-bottom: 5px;
}

.btn-primary{
    background-color: rgb(29, 80, 140);
    border-color: rgb(29, 80, 140);
}

.btn-chosen, .btn-chosen:focus{
    background-color: rgb(100,155,225);
    border-color: rgb(29, 80, 140);
}

/* TEMP LÖSCHEN */
#div-content-question{
    /*display: block!important;*/
}

.span-green{
    color: rgb(0,180,0);
    font-weight: bold;
    font-size: 18px;
}

.span-red{
    color: rgb(180,0,0);
    font-weight: bold;
    font-size: 18px;
}

.div-content-header{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    border: 1px solid rgb(29, 80, 140);
    background-color: rgb(29, 80, 140) !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.p-content-deepmode,
.p-content-speedmode{
    margin-bottom: 5px;
    margin-top: 5px;
}

.div-content-part-right{
    width: calc(100% - 90px);
    padding-top: 20px;
}

.div-content-part-left{
    width: 90px;
}

.img-difficulty{
    margin-top: 15px;
    width: 50px;
    height: 15px;
}

.btn-element-expand{
    float: right;
    background-color: rgba(0,0,0,0);
    border-style: none;
    margin-top: -30px;
}

.btn-element-expand:hover, .btn-element-expand:focus{
    background-color: rgba(0,0,0,0)!important;
}

.btn-element-expand-bottom{
    margin-top: -31px;
    margin-right: -15px;
}

.div-content-expandable,
.li-content-expandable{
    display: none;
}

.h3-content-expandable{
    text-align: center;
}

.div-content-expandable,
.li-content-expandable{
    padding: 10px;
    border-style: solid;
    border-bottom-style: solid;
    border-width: 2px;
    border-color: rgb(29,80,140)!important;
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0px!important;
}

.ax-toggled {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    border-width: 0 1px;
}

/* New Dropdownbutton for all Dropdownbuttons */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3;
}

.dropdown-content a {
    font-size: 14px;
    color: #333;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover,  
.dropdown-content a:focus{
    background-color: #f5f5f5;
    padding: 10px 10px;
}

.dropdown-show {
    display: block;
}

.li-content-expandable{
    border-color: #aaa;
    padding: 10px;
}

.li-editMany{
    border-style: dashed;
    border-width: 3px;
    border-color: rgb(29, 80, 140);
}

.li-editManyChosen,
.li-editManyChosen:hover, .li-editManyChosen:focus{
    background-color: rgba(29, 80, 140, 0.75);
}

.li-editManyChosen .p-name{
    color: rgb(255,255,255);
}

.div-content-expandable-editMany{
    display: none;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    margin-top: 10px;
}

.li-content-addObject{
    display: none;
}

#btn-content-editChapter,
#btn-content-deleteChapter,
#btn-content-editSection,
#btn-content-deleteSection,
#btn-overlay-showQuestion-editQuestion,
#btn-overlay-showQuestion-deleteQuestion,
.btn-editManyMove,
.btn-editManyDelete{
    display: none;
}

#btn-content-expandable-moveAll{
    display: inline-block;
}

#li-content-addModule,
#li-content-addFolder{
    display: block;
}

#img-header{
    margin-top: -10px!important;
}

#ul-content-backup,
#ul-content-trashbin{
    display: none;
}

#navbarMobile,
#div-navbar-head{
    max-width: 1200px;
    margin: auto;
}

#li-content-backup-add{
    display: none;
}

.div-warning,
.div-warning-decent{
    padding: 5px;
    border-style: solid;
    border-width: 3px;
    border-radius: 5px;
    border-color: rgb(29,80,140);
    background-color: rgba(29,80,140, 0.1);
}

.div-warning-decent{
    border-width: 1px;
    border-color: rgb(29,80,140);
    background-color: rgba(29,80,140,0.1);
    margin-top: 10px;
}

.div-overlay-inner{
    background-color: rgb(255, 255, 255);   
    margin: 5px;
    border-style: solid;
    border-width: 5px;
    border-color: rgb(29, 80, 140);
    border-radius: 10px;
}

.div-overlay-head{
    background-color: rgb(29, 80, 140);
    margin-bottom: -5px;
    padding-bottom: 5px;
    margin-right: -2px;
    margin-top: -2px;
    padding-top: 2px;
    margin-left: -2px;
}

.h1-overlay-head{
    font-weight: bold;
    color: rgb(255,255,255);
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 36px;
}

#btn-content-showHideChapters,
#btn-content-showHideSections,
#btn-content-showHideMedia,
#btn-content-showHideBackups,
#btn-content-showHideTrashbin,
#btn-content-showHideTasks{
    margin-top: 5px;
}

#div-content-inner{
    padding: 20px;
}

#overlay-confirmSubmit-warning,
#overlay-confirmUpdate-warning{
    display: none;
}

.p-red{
    font-weight: bold;
    color: rgb(255,0,0);
}

.img-flag{
    margin-top: -4px;
    box-shadow: 0px 0px 3px white;
}

#input-submit-name{
    max-width: 500px;
}

#input-submit-price, #input-submit-coins{
    max-width: 100px;
}

.span-showDescription{
    cursor: pointer;
    font-weight: bold;
}

.span-showDescription:hover, .span-showDescription:focus{
    text-decoration: underline;
}

.span-addObject{
    font-weight: bold;
    font-size: 130%;
}

@media (max-width: 600px) {
    .p-name{
        font-size: 100%;
        margin-top: 5px;
    }

    .span-addObject{
        font-size: 100%;
    }

    .span-content-element{
        font-size: 20px;
    }

    .h1-overlay-head{
        font-size: 20px;
    }

    .h2-content-object{
        font-size: 110%;
    }
}

.li-submits,
.li-mySubmits,
.li-updates,
.li-myUpdates{
    cursor: pointer;
}

.div-submits-extendable,
.div-updates-extendable{
    display: none;
}

.p-submits,
.p-updates{
    font-size: 100%!important;
}

#div-content-submitMessage,
#div-content-submitDeclinedMessage,
#div-content-updateMessage,
#div-content-updateDeclinedMessage,
#div-content-shopMessage,
#btn-content-submit{
    display: none;
}

.content-module-status{
    margin-top: 30px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: rgb(150,150,150);
    background-color: rgb(255,255,255);
}

.content-module-status .glyphicon{
    color: rgb(150,150,150);
}

#btn-content-showHideTrashbin,
#btn-content-editModule,
#btn-content-editChapter,
#btn-content-deleteChapter,
#btn-content-editSection,
#btn-content-moveSection,
#btn-content-section-editManyMove,
#btn-content-deleteSection,
#btn-content-section-editManyDelete,
#btn-overlay-showQuestion-editQuestion,
#btn-content-question-editManyMove,
#btn-overlay-showQuestion-moveQuestion,
#btn-overlay-showQuestion-deleteQuestion,
#btn-content-question-editManyDelete,
#li-addChapter,
#li-addSection,
#li-addQuestion,
#li-addMedia,
#btn-overlay-showMedia-editMedia,
#btn-overlay-showMedia-deleteMedia,
#btn-content-addImage{
    display: none;
}

.div-checkSubmit-extended,
#ul-checkSubmit-content,
#ul-checkSubmit-declineReasons,
.div-checkUpdate-extended,
#ul-checkUpdate-content,
#ul-checkUpdate-declineReasons{
    display: none;
}

.li-checkSubmit-content,
.li-checkSubmit-declineReasons,
.li-checkUpdate-content,
.li-checkUpdate-declineReasons{
    cursor: pointer;
    margin-top: 2px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: rgb(150,150,150);
    background-color: rgb(255,255,255);
}

.li-checkSubmit-section,
.li-checkUpdate-section{
    margin-left: 20px;
}

.p-checkSubmit-name,
.p-checkUpdate-name{
    font-weight: bold;
    margin-bottom: 0px;
}

.p-checkSubmit-count,
.p-checkUpdate-count{
    margin-bottom: 0px;
}

#div-checkSubmit-description,
#div-checkSubmit-shopDescription,
#div-checkSubmit-message,
#div-checkUpdate-description,
#div-checkUpdate-shopDescription,
#div-checkUpdate-message{
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: rgb(150,150,150);
    background-color: rgb(255,255,255);
    padding: 10px;
}

.p-submits-small{
    font-weight: normal!important;
    font-size: 100%!important;
}

.p-update{
    font-weight: bold;
    color: rgb(29,80,140);
    margin-top:10px;
    margin-bottom:10px;
}

#btn-update{
    display: none;
}

#img-overlay-updateModule,
#btn-overlay-updateModule-done{
    display: none;
}

#div-learning-learning,
#div-learning-evaluation,
#div-learning-duration,
#div-learning-settings,
#div-learning-nothing{
    padding: 10px;
}

#div-learning-nothing{
    display: none;
}

#div-learning-evaluation,
.div-learning-settings-headline,
.div-learning-duration-headline,
.div-learning-evaluation-headline{
    margin-top: 20px;
}

.img-shop-modules-image{
    max-width:100%;
    margin-bottom: 10px;
}

#ul-shop-modules li, #ul-shop-newestModules li, #ul-shop-coins li, #ul-shop-stores li, #ul-shop-collections li{
    float: left;
    min-width: 31%;
    max-width: 300px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid #999999;
}

#ul-shoppingcart-modules li, #ul-checkout-modules li, #div-subscribe-product {
    border-radius: 10px;
    border: 1px solid #999999;
    margin-bottom: 10px;
}

#div-subscribe-product{
    display: flex;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 691px){
    .img-shoppingcart-module-image{
        display:none;
    }
    #lbl-shoppingcart-module-header-name{
        width: 55% !important;
        text-align: center;
    }

    #lbl-shoppingcart-module-header-price{
        width: 15% !important;
        text-align: center;
    }

    #lbl-shoppingcart-module-header-creator{
        width: 25% !important;
        text-align: center;
    }

    #lbl-shoppingcart-module-header-delete{
        width: 5% !important;
        display: none;
    }

    .h2-shoppingcart-module-name{
        width: 55% !important;
    }

    .p-shoppingcart-module-price{
        width: 15%!important;
        text-align: center;
    }

    .p-shoppingcart-module-creator{
        width: 25%!important;
        text-align: center;
    }

    .btn-shoppingcart-module-delete{
        margin: auto;
        text-align: center;
    }
}

#ul-shop-modules, #ul-shop-coins{
    height: fit-content;
}

#div-shop-modules{
    margin-bottom: 50px;
}

#div-shop-header{
    display: flex; 
    justify-content: flex-end;
}

.li-shoppingcart-modules{
    display: flex;
    max-height: 150px;
}

.img-shoppingcart-module-image{
    max-height: 100%;
    width: auto;
    max-width: 20%;
    object-fit: contain;
}


.h2-shoppingcart-module-name{
    margin-top: auto;
    margin-bottom: auto;
    width: 50%;
}

.p-shoppingcart-module-price{
    margin-top: auto;
    margin-bottom: auto;
    width: 5%;
}

.p-shoppingcart-module-creator{
    margin-top: auto;
    margin-bottom: auto;
    width: 15%;
}

.btn-shoppingcart-module-delete{
    margin: auto;
    width: 5%;
}

#lbl-shop-modules{
    margin-left: 7px;
}

#div-shop-shoppingcart{
    min-width: fit-content;
}

#div-shoppingcart-modules-header, #div-subscribe-product-header{
    display:flex;
    padding-left: 15px;
    padding-right: 15px;
}

#lbl-shoppingcart-module-header-name{
    width: 70%;
    text-align: center;
}

#lbl-shoppingcart-module-header-price{
    width: 5%;
    text-align: center;
}

#lbl-shoppingcart-module-header-creator{
    width: 15%;
}

#lbl-shoppingcart-module-header-delete{
    width: 10%;
    text-align: center;
}

#lbl-subscribe-product-header-name, #h2-subscribe-product-name{
    width: 90%;
    margin-top: auto;
    margin-bottom: auto;
}

#lbl-subscribe-product-header-price, #p-subscribe-product-price{
    margin-top: auto;
    margin-bottom: auto;
    float: right;
}

.li-object .a-object{
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


#footer{
    margin-top: 30px;
    border-top-style: solid;
    border-top-width: 10px;
    border-top-color: rgb(29, 80, 140);
    padding: 10px;
    text-align: center;
    left: 0px;
    bottom: 0px; 
    width: 100%;
    background-color: rgb(0,0,0);
}

#footer a{
    color: white;
}

.footertext{
    text-align: center;
    color: rgb(255,255,255);
}




.dropdown-menu-language{
    background-color: rgb(29,80,140);
    border-width: 1px;
    border-radius: 1px;
    border-color: #dddddd;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0px 0px 7px #FFFFFF;
}


.dropdown-item, .navbar-link-category{
    color: #ffffff !important;
    font-weight: bold!important;
}


.navbar-link-category:hover, .navbar-link-category:focus{
    background-color: rgb(180,180,180)!important;
    transition: background-color 0.3s;
    color: rgb(0,0,0)!important;
}

.dropdown-white{
    background-color: rgb(255,255,255);
    color: rgb(0,0,0)!important;
    padding: 0px;
}

.dropdown-menu > li > a{
    padding: 10px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
    background-color: rgba(255,255,255,0)!important;
}

.dropdown-white:hover, .dropdown-white:focus{
    background-color: rgba(29,80,140, 0.05);
    color: rgb(0,0,0)!important;
    padding: 0px;
}


#div-advanced-search{
    display: none;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#input-search{
    height: 50px;
}


#btn-search,
#btn-advanced-search{
    height: 50px;
}

#form-search{
    width: 70%;
    margin-left: 15%;
    margin-bottom: 10px;
}

#mainpage{
    width: 100%;
    max-width: 900px;
    margin: 10px;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.lbl-obligation{
    font-size: 14px;
}

#paypal-button-container-elite, #paypal-button-container-elite-premium, #paypal-button-container {
    text-align: center;
}

.img-eu{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 70px;
}

@media (max-width: 830px) {
    .img-eu{
        height: 50px;
    }
}

.btn-register{
    background-color: white;
    color: rgb(29, 80, 140);
}

#a-content-redeem{
    float: right;
}

#div-footerMobile{
    display: flex;
    height: 60px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 100001;
    background-color: rgb(29,80,140);
    box-shadow: 0px 0px 5px rgba(255,255,255,0.8);
    padding-left: 0px;
    padding-right: 0px;
}

.a-footerMobile{
    font-size: 10px;

    color: rgb(255,255,255);
    text-align: center;

    display: inline-block;
    width: calc(100% / 5);
    height: 60px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.a-footerMobile-2{
    width: calc(100% / 2);
}

.a-footerMobile-login{
    width: 100%;
}

.a-footerMobile:hover, .a-footerMobile:focus{
    color: rgb(255,255,255);
    text-decoration: none;
}

.a-footerMobile >span {
    font-size: 20px;
}

.a-footerMobileChosen{
    color: rgb(255,255,255);
    animation-name: footerMobileChosen;
    animation-duration: 0.3s;
    background-color: rgb(51, 133, 217);
}

@keyframes footerMobileChosen {
    from {
        color: rgb(255,255,255);
    }
    to {
        color: rgb(255,255,255);
    }
}

#div-content-redeem{
    width: 100%;
    display: inline-block;
}

#navbar-oben > a{
    padding-left: 10px;
}

#p-overlay-loginFailed{
    color: rgb(255,0,0);
    font-weight: bold;
    display: none;
}

.btn-editMany-close{
    float: right;
}

#div-redeem{
    padding: 20px;
}

table.table2{
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.2em;
    border-collapse:collapse;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.table2 thead th, .table2 tfoot td{
    padding:20px 10px 40px 10px;
    color:#fff;
    font-size: 26px;
    background-color:#222;
    font-weight:normal;
    text-align: center;
    border-right:1px dotted #666;
    border-top:3px solid #666;
    -moz-box-shadow:0px -1px 4px #000;
    -webkit-box-shadow:0px -1px 4px #000;
    box-shadow:0px -1px 4px #000;
    text-shadow:1px 1px 1px #000;
}
.table2 tfoot th{
    padding:10px;
    font-size:18px;
    text-transform:uppercase;
    color:#888;
}
.table2 tfoot td{
    font-size:36px;
    color: rgb(51, 133, 217);
    border-top:none;
    border-bottom:3px solid #666;
    -moz-box-shadow:0px 1px 4px #000;
    -webkit-box-shadow:0px 1px 4px #000;
    box-shadow:0px 1px 4px #000;
}

.table2 tfoot td label{
    font-size: 16px;
}
.table2 thead th:empty{
    background:transparent;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.table2 thead :nth-last-child(1){
    border-right:none;
}
.table2 thead :first-child,
.table2 tbody :nth-last-child(1){
    border:none;
}
.table2 tbody th{
    text-align:right;
    padding:10px;
    color:#333;
    text-shadow:1px 1px 1px #ccc;
    background-color:#f9f9f9;
}
.table2 tbody td{
    width: 190px;
    padding-top:10px;
    /*padding-left:20px;*/
    /*padding-right:20px;*/
    background-color: rgb(29,80,140);
    border-right:1px dotted #999;
    color: white;
    font-size:20px;
}
.table2 tbody span.yes::before{
    content : url(../images/yes1.png)
}
.table2 tbody span.no::before{
    content : url(../images/no1.png)
}

#div-subscribe-checkbox{
    text-align: left;
}

.klein{
    font-size:20px;
    color:#FFFFFF;
}

.img-search-module-image{
    max-width:100%;
    margin-bottom: 10px;
}

#ul-object li{
    float: left;
    min-width: 31%;
    max-width: 300px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid #999999;
}

.li-more {
    padding: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 55px !important;
    min-width: 55px !important;
    min-height: 55px !important;
    border-width: 1px;
    border-radius: 50% !important;
    border-color: rgba(255,255,255,0.2);
    background: rgb(29,80,140) !important;
    float: none !important;
    margin: auto !important;
    text-align: center;
    color: white;
}

#div-overview-modules{
    width: 100%;
    display: block;     
    background: white;
    padding: 50px;
    padding-left: 85px;
    height: max-content;
    min-height: 330px;
    padding-top: 20px;
}

.overview-modules{
    padding: 10px;
    margin-top: 20px;
    background: #fafafa;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #999999;
}

.img-overview-module-image{
    max-width: 200px;
    margin-bottom: 10px;
}

.btn-overview-module{
    margin-top: -30px;
}

.h2-overview-module-title{
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.p-subscribe-checkboxes-checked{
    color: red;
    display: none;
    font-size: 16px;
}

#p-premium-registernotice{
    color:white;
    font-size: 16px;
}

.div-image{
    text-align: center;
}

#img-shopmodule-image{
    width: 300px;
}

#div-shoppingcart{
    min-height:300px;
}

.dropdown-menu-language>li>a:hover, .dropdown-menu-language>li>a:focus {
    background-color: rgba(255,255,255,0.3)!important;
    transition: background-color 0.3s;
    color: #ffffff !important;
}

.img-shop-coins{
    height: 20px;
    margin-top: -3px;
}

.img-content, #img-overlay-addImage-image, #img-submit-image, #img-update-image, #img-checkSubmit-image, #img-checkUpdate-image{
    max-width: 200px;
}
.div-link{
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}

.div-link:hover, .div-link:focus{
    color: #23527c;
    text-decoration: underline;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
body {
    flex-direction: column;
    justify-content: space-between;
    display:flex;
    min-height:100vh;
}

#div-container{
    position: relative;
    min-height: 100vh;
    margin-top: 50px;
}

#div-container-content{
    padding-bottom: 70px;
}

footer{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 70px;
}

#hauptnavigation{
    background-color: #f1f1f1;
}

.navbar-inverse{
    border-radius: 1px;
    background-color: rgb(29,80,140);
}

.footer-dark{
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-radius: 1px;
    background-color: #111111;
    color: #dddddd;
}

#webapp{
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
    margin-bottom: 5px;	

    padding-left: 5px;
    padding-right: 5px;

    max-width: 1200px;
    margin: auto;
}

.navbar{
    margin-bottom: 10px;
}

.navbar-inverse .navbar-nav > li > a{
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover{
    background-color: rgba(255,255,255,0.3) !important;
    transition: background-color 0.5s;
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:focus{
    background-color: rgb(29, 80, 140);
    color: #ffffff;
}

#button-navigation-login:hover,
#button-navigation-login:focus,
#button-navigation-logout:hover,
#button-navigation-logout:focus{
    background-color: rgb(255, 128, 0);
    color: #ffffff;
}

button{
    display: inline-block;
}

h1{
    font-size: 130%; /*20*/
    font-weight: bold;
    margin-top: 0px;
    color: rgb(29, 80, 140);
}

h2{
    font-size: 120%;  /*20*/
    margin-top: 10px;
    font-weight: bold;
    margin-top: 0px;
}

h3{
    font-size: 110%;  /*16*/
    font-weight: bold;
    margin-top: 0px;
}

p {
    font-size: 100%;
}

a{
    font-size: 100%;
}

.unterueberschrift{
    margin-top: 30px;
}

.learnaxy-button-normal{
    background:    -webkit-linear-gradient(rgb(80,175,253), rgb(16,147,189));
    background:    linear-gradient(rgb(80,175,253), rgb(16,147,189));
    color:         #ffffff;    
    text-shadow:   1px 1px #000000;
}

.learnaxy-button-normal:hover{

}

.learnaxy-button-normal:focus{

}

.text-login{
    color: rgb(255, 255, 255);
}

#userleiste{
    height: 40px;
    margin-bottom: 10px;   
}

#a-username{
    color: rgb(29, 80, 140);
    font-size: 100%;

    font-weight: bold;

    /*float: right;*/
    margin-right: 10px;
}

#button-messages{
    margin-right: 5px;
}

.learnaxy-unterpanel{
    background-color: #fafafa;
}

.learnaxy-line{
    margin-top: 10px;
    margin-bottom: 10px;

    color: rgb(29, 80, 140);
    border-top: 3px solid rgb(29, 80, 140);
}

.learnaxy-line-weiss{
    margin-top: 10px;
    margin-bottom: 10px;

    margin-left: 10px;
    margin-right: 10px;

    color: rgb(29, 80, 140);
    border-top: 1px solid rgb(150, 150, 150);
}

.kachel-wrapper{
    overflow: auto;
}

.neu-element{
    font-size: 40px;
    margin-left: -10px;
    /* display: inline-block; */
    color: #325d88;
}

.learnaxy-kachel{
    border-radius: 4px;
    border: 1px solid #999999;
    padding: 10px;
    margin: 10px;
    text-align: center;
    min-width: 200px;  
    height: 200px;

    background: #ffffff;

    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
}

.learnaxy-kachel:hover{
    background: rgb(29, 80, 140);
    color: #ffffff;
    cursor: pointer;
}

.learnaxy-kachel:hover span{
    color: #ffffff;
}

.learnaxy-kachel:focus{
    background: rgb(29, 80, 140);
    color: #ffffff;
    cursor: pointer;
}

.learnaxy-kachel:focus span{
    color: #ffffff;
}

.learnaxy-kachel .lernmodus-auswahl{
    font-size: 140%;
    font-weight: bold;
    text-align: center;
}

.learnaxy-kachel span{
    font-size: 80px;
    display: inline-block;
    color: #325d88;
}

.hr{
    border-color: black;
    background-color: black;
    color: black;
    width: auto;
    margin: 0 10px;
}

hr{
    border-top: 1px solid #c0c0c0;
}

.link{
    color: black;
}

.features-boxed {
    color:#313437;
    /*background-color:#eef4f7;*/
}

.features-boxed p {
    color:#7d8285;
}

.features-boxed h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;

    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
}

.features-boxed .intro {
    font-size:16px;
    margin:0 auto;
}

.features-boxed .intro p {
    margin-bottom:0;
}

.features-boxed .features {
    padding:20px 0;
}

.features-boxed .item {
    text-align:center;
}

.features-boxed .item .box {
    text-align:center;
    padding:30px;
    background-color:#fff;
    margin-bottom:30px;
    border-style: solid;
    border-width: 1px;
    border-color: #c0c0c0;
}

.features-boxed .item .icon {
    font-size:60px;
    color:#325d88;
    margin-top:20px;
    margin-bottom:35px;
}

.features-boxed .item .name {
    font-weight:bold;
    font-size:18px;
    margin-bottom:8px;
    margin-top:0;
    color:inherit;
}

.features-boxed .item .description {
    font-size:15px;
    margin-top:15px;
    margin-bottom:20px;
}


ul{
    list-style-type:none;
}


/*Ausblenden von den Pfeilen im Nummerfeld in anderen Browsern*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}


/*Ausblenden von den Pfeilen im Nummerfeld in Firefox*/
input[type=number] {
    -moz-appearance:textfield;
}




/* Ab hier später wieder benötigt */

#button-lernverwaltung-modul-version{
    display: none;
}


#button-lernverwaltung-kapitel-version{
    display: none;
}

#button-lernverwaltung-lektion-version{
    display: none;
}

#button-lernverwaltung-frage-version{
    display: none;
}

.learnaxy-quad{
    border-radius: 4px;
    border: 1px solid #999999;
    padding: 10px;
    margin: 10px;
    text-align: center;
    min-width: 400px;  
    height: 200px;

    background: #ffffff;

    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
}

.learnaxy-quad .lernmodus-auswahl{
    font-size: 140%;
    font-weight: bold;
    text-align: center;
}


.learnaxy-quad span{
    font-size: 80px;
    display: inline-block;
    color: #325d88;
}

.modal-backdrop {
    z-index: 100;
}

@media (min-width: 1100px) {
    #a-navigation-small{
        display: none;
    }
    #a-navigation-big{
        display: block;
    }
}

@media (max-width: 1100px) {
    #a-navigation-small{
        display: block;
    }
    #a-navigation-big{
        display: none;
    }
}

@media (max-width: 1100px) { /*970px*/
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


html, body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   

    font-size: 16px;
}

.div-overlay{
    visibility: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-x: hidden;
}

.div-overlay-show{
    visibility: visible;
    opacity: 1;
}

.div-overlay-hide{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
}


.div-overlay-outer, #img-overlay-image{
    max-width: 900px;   
    margin: 0 auto;
    margin-top: 30px;
}

.div-overlay-inner{
    background-color: rgb(255, 255, 255);   
    margin: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0,0,0);
    border-radius: 5px;
}

.h1-overlay-head{
    margin: 5px;
}

.btn-overlay-close,
.btn-overlay-close:focus,
.btn-overlay-close:hover{
    float: right;
    margin-right: 5px;
    margin-top: -35px;
    border-style: none!important;
    background-color: rgba(0,0,0,0)!important;
    color: white!important;
    font-size: 18px!important;
}

.hr-overlay{
    margin-top: 5px;
    margin-bottom: 5px;
}

.div-overlay-body{
    padding: 10px;
}

h1{
    margin-bottom: 0px;
}

.btn-content{
    height: 40px;
    width: 40px;
    display: none; 
}

#btn-content-folder{
    background: url("../img/folder.png") center no-repeat; background-size: 100% 100%;  
}

#btn-content-module{
    background: url("../img/module.png") center no-repeat; background-size: 100% 100%;
}

#btn-content-chapter{
    background: url("../img/chapter.png") center no-repeat; background-size: 100% 100%;
}

#btn-content-section{
    background: url("../img/section.png") center no-repeat; background-size: 100% 100%;
}

.h2-content-object{
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 130%; /* 18px */
    text-align: center;

    color: #FFFFFF;
}

.liste-headline{
    background: rgb(29, 80, 140);
    padding-top: 0px;    
    padding-bottom: 0px; 
}

.list-object{
    text-align: left;
    position:relative;

    background-color: #FFFFFF;

    border: none;
}

.list-object > p{
    font-weight: bold;
    font-size: 130%;
    margin-left: 0px;
    margin-bottom: 0px;
    display: inline-block;
}


.list-object:focus, .list-object:hover{
    background-color: white;
}

.div-content-search{
    padding: 10px;    
    text-align: left;
    position:relative;

    background-color: #FFFFFF;   
    border: 1px solid #aaa;

    display: none;
}

.img-loading{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-object{
    &:hover {
        text-decoration: none;
    }
}

.img-object-big{
    height: 75px;
    width: 75px;
}

#div-content-module,
#div-content-chapter,
#div-content-section,
#div-content-question{
    display: none;
}

.span-content-element{
    font-size: 24px;
    font-weight: bold;
}

.div-content-chosenElement{
    margin-bottom: 5px;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    background-color: white;
}

ul{
    padding-left: 0px;
}

.btn-mode{
    margin-right: 5px;    
    height: 30px; 
    border: 1px solid #111111;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 5px;

    display:       inline-block;
    font:          normal 700 20px/1 "Calibri", sans-serif;
    text-align:    center;
    font-size: 14px;
    border-radius: 10px;
}

.btn-mode-question{
    padding-left: 2px;
    padding-right: 2px;
}

.btn-content-deepmode-active{      
    background:    -webkit-linear-gradient(rgb(39,108,192), rgb(29,80,140));
    background:    linear-gradient(rgb(39,108,192), rgb(29,80,140));  
    color:         #ffffff;    
    text-shadow:   0px 0px 2px #000000;
}

.btn-content-deepmode-active:hover, .btn-content-deepmode-active:focus{    
    background:    -webkit-linear-gradient(rgb(74,139,219), rgb(39,108,192));
    background:    linear-gradient(rgb(74,139,219), rgb(39,108,192)); 
    color:         #ffffff;    
}

.btn-content-deepmode-halfactive{      
    background: 
        repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(39,108,192) 10px,
        rgb(29,80,140) 20px
        ),
        linear-gradient(
        to bottom,
        #eeeeee,
        #bbbbbb
        );
    color:         #ffffff;    
    text-shadow:   0px 0px 2px #000000;
}

.btn-content-deepmode-halfactive:hover, .btn-content-deepmode-halfactive:focus{    
    background: 
        repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(74,139,219) 10px,
        rgb(39,108,192)20px
        ),
        linear-gradient(
        to bottom,
        #ffffff,
        #eeeeee
        );   
    color:         #ffffff;    
    text-shadow:   0px 0px 2px #000000;
}

.btn-content-deepmode-inactive{
    background:    -webkit-linear-gradient(#eeeeee, #bbbbbb);
    background:    linear-gradient(#eeeeee, #bbbbbb);
    color:         #000000;    
}

.btn-content-deepmode-inactive:hover, .btn-content-deepmode-inactive:focus{
    background:    -webkit-linear-gradient(#ffffff, #eeeeee);
    background:    linear-gradient(#ffffff, #eeeeee); 
}

.btn-content-speedmode-active{
    background:    -webkit-linear-gradient(rgb(116,172,228), rgb(51,133,217));
    background:    linear-gradient(rgb(116,172,228), rgb(51,133,217));
    color:         #ffffff;    
    text-shadow:   0px 0px 2px #000000;
}

.btn-content-speedmode-active:hover, .btn-content-speedmode-active:focus{
    background:    -webkit-linear-gradient(rgb(165,201,237), rgb(116,172,228));
    background:    linear-gradient(rgb(165,201,237), rgb(116,172,228));
    color:         #ffffff;    
}

.btn-content-speedmode-halfactive{      
    background: 
        repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(116,172,228) 10px,
        rgb(51,133,217) 20px
        ),
        linear-gradient(
        to bottom,
        #eeeeee,
        #bbbbbb
        );
    color:         #ffffff;    
    text-shadow:   0px 0px 2px #000000;
}

.btn-content-speedmode-halfactive:hover, .btn-content-speedmode-halfactive:focus{    
    background: 
        repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(116,172,228) 10px,
        rgb(51,133,217) 20px
        ),
        linear-gradient(
        to bottom,
        #ffffff,
        #eeeeee
        );

    color:         #ffffff;    
    text-shadow:   0px 0px 2px #000000;
}

.btn-content-speedmode-inactive{
    background:    -webkit-linear-gradient(#eeeeee, #bbbbbb);
    background:    linear-gradient(#eeeeee, #bbbbbb);
    color:         #000000;    
}

.btn-content-speedmode-inactive:hover, .btn-content-speedmode-inactive:focus{
    background:    -webkit-linear-gradient(#ffffff, #eeeeee);
    background:    linear-gradient(#ffffff, #eeeeee);
}

.btn-content-testmode-active{
    background:     -webkit-linear-gradient(rgb(193,138,157), rgb(177,109,133));
    background:     linear-gradient(rgb(193,138,157), rgb(177,109,133));
    color:         #ffffff;    
    text-shadow:   0px 0px 2px #000000;
}

.btn-content-testmode-active:hover, .btn-content-testmode-active:focus{
    background:     -webkit-linear-gradient(rgb(211,173,187), rgb(193,138,157));
    background:     linear-gradient(rgb(211,173,187), rgb(193,138,157));
    color:         #ffffff;    
}

.btn-content-testmode-halfactive{      
    background: 
        repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(211,173,187) 10px,
        rgb(193,138,157) 20px
        ),
        linear-gradient(
        to bottom,
        #eeeeee,
        #bbbbbb
        );
    color:         #ffffff;    
    text-shadow:   0px 0px 2px #000000;
}

.btn-content-testmode-halfactive:hover, .btn-content-testmode-halfactive:focus{    
    background: 
        repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(211,173,187) 10px,
        rgb(193,138,157) 20px
        ),
        linear-gradient(
        to bottom,
        #ffffff,
        #eeeeee
        );
    color:         #ffffff;    
    text-shadow:   0px 0px 2px #000000;
}

.btn-content-testmode-inactive{
    background:    -webkit-linear-gradient(#eeeeee, #bbbbbb);
    background:    linear-gradient(#eeeeee, #bbbbbb);
    color:         #000000;    
}

.btn-content-testmode-inactive:hover, .btn-content-testmode-inactive:focus{
    background:    -webkit-linear-gradient(#ffffff, #eeeeee);
    background:    linear-gradient(#ffffff, #eeeeee);
}

.btn-mode-question{
    height: 50px;
    width: 60px;
}

#div-overlay-addQuestion-countAnswer,
#h2-overlay-addQuestion-answers{
    display: none;
}

#div-overlay-addQuestion-countAnswer{
    margin-bottom: 20px;
}

#div-overlay-addQuestion-type2{
    display: none;
}

.div-overlay-addQuestion-type2{
    margin-bottom: 20px;
}

#div-overlay-addQuestion-type3{
    display: none;
}

.div-overlay-addQuestion-type3{
    margin-bottom: 20px;
}

#div-overlay-showQuestion-settings{
    display: none;
}

.li-overlay-showQuestion-questions,
.li-overlay-showQuestion-answers,
.li-overlay-checkSubmitQuestion-questions,
.li-overlay-checkSubmitQuestion-answers{
    padding: 5px;

    border-radius: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

#p-overlay-showQuestion-audioQuestion,
#p-overlay-showQuestion-audioAnswer{
    cursor: pointer;
}

#p-overlay-showQuestion-audioQuestion:hover,
#p-overlay-showQuestion-audioQuestion:focus,
#p-overlay-showQuestion-audioAnswer:hover,
#p-overlay-showQuestion-audioAnswer:focus{
    text-decoration: underline;
}

.list-object{
    padding: 5px 5px;
}

.learnaxy-line{
    margin-top: 5px!important;
    margin-bottom: 5px!important;

    color: rgb(29, 80, 140);
    border-top: 3px solid rgb(29, 80, 140);
}

.list-group{
    margin-bottom: 0px;
}

.list-headline{
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
    border: 1px solid rgb(29, 80, 140);
    background-color: rgb(29, 80, 140)!important;
}

ul{
    margin-bottom: 0px;
}

.div-part-left > .glyphicon{
    font-size: 50px;
    color: rgb(29, 80, 140);
}

.btn-learning-mode{
    border-radius: 4px;
    border: 1px solid #999999;
    padding: 10px;
    margin: 10px;
    text-align: center;
    min-width: 200px;  
    height: 200px;

    background: #ffffff;

    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
}

.btn-learning-mode:hover, .btn-learning-mode:focus{
    background: rgb(29, 80, 140);
    color: #ffffff;
    cursor: pointer;
}

.btn-learning-mode:hover span, .btn-learning-mode:focus span{
    color: #ffffff;
}

.btn-learning-mode .h3-learning-mode-name{
    font-size: 140%;
    font-weight: bold;
    text-align: center;
}

.btn-learning-mode span{
    font-size: 80px;
    display: inline-block;
    color: rgb(29,80,140);
}

.h3-learning-settings{
    margin-top: 30px;
}

#btn-learning-learning-settings,
#btn-learning-learning-settings-close{
    float: right;
}

#div-learning-learning-finish,
#div-learning-learning-settings{
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(200,200,200);
    border-radius: 5px;
}

.div-learning-learning-type-desktop{
    display: flex;
}

.div-learning-learning-mobile-space,
.div-learning-learning-desktop-space{
    display: inline-block;
    width: 20px;
}

.div-learning-learning-mobile-question,
.div-learning-learning-mobile-answer,
.div-learning-learning-desktop-question,
.div-learning-learning-desktop-answer{
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(29, 80, 140);
    border-radius: 10px;
    width: calc(50% - 10px);
}

.div-learning-learning-mobile-question,
.div-learning-learning-mobile-answer{
    width: 100%;
}

.div-learning-learning-mobile-question-head,
.div-learning-learning-mobile-answer-head,
.div-learning-learning-desktop-question-head,
.div-learning-learning-desktop-answer-head{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: rgb(29, 80, 140);
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(29, 80, 140);
}

.p-learning-learning-mobile,
.p-learning-learning-desktop{
    color: white;
    font-weight: bold;
    font-size: 120%;
    padding-top: 0px;
    margin-bottom: 0px;
}

.p-learning-learning-mobile-small,
.p-learning-learning-desktop-small{
    color: white;
    margin-bottom: 0px;
    font-size: 80%;
}

.div-learning-learning-mobile-question-body,
.div-learning-learning-mobile-answer-body,
.div-learning-learning-desktop-question-body,
.div-learning-learning-desktop-answer-body{
    overflow: auto;
    min-height: 300px;
    max-height: 300px;
    padding: 5px;
    background-color: rgb(255,255,255);
}

#div-learning-learning-type1-mobile-answer,
#div-learning-learning-type2-mobile-answer,
#div-learning-learning-type3-mobile-answer{
    display: none;
}

#div-learning-learning-type1,
#div-learning-learning-type2,
#div-learning-learning-type3{
    display: block;
    padding: 5px;
}

#div-learning-learning-type1,
#div-learning-learning-type2,
#div-learning-learning-type3{
    display: none;
}

#ul-learning-learning-type2-mobile-answers,
#ul-learning-learning-type2-desktop-answers{
    margin-top: 20px;
}

.div-learning-type2-answer-input{
    display: flex;
}

#span-learning-learning-type2-mobile-answer,
#span-learning-learning-type2-desktop-answer{
    margin-right: 10px;
    padding-top: 6px;
}

#span-learning-learning-type2-mobile-answer .glyphicon-ok{
    color: rgb(0,128,0);
}

.input-learning-type2-correct{
    background-color: rgba(0,128,0, 0.2);
    color: rgb(0,0,0);
}

.input-learning-type2-wrong{
    background-color: rgba(200,0,0, 0.5);
    color: rgb(0,0,0);
}

#invisible-div{
    display: none;
}

.btn-learning-duration{
    margin-bottom: 5px;
}

.li-groups{
    list-style: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220,220,220);
    padding: 10px;
}

.p-modeCount{
    margin-bottom: 0px;
}

#div-learning-learning-type1-question-body,
#div-learning-learning-type1-answer-body,
#div-learning-learning-type2-question-body,
#div-learning-learning-type3-question-body{
    padding: 10px;
}

.div-learning-learning-type1{
    display: block;
    width: 100%;
}

#ul-learning-learning-type3-mobile-answers,
#ul-learning-learning-type3-desktop-answers{
    margin-top: 10px;
}

@media (min-width: 801px) { 
    #div-learning-learning-type1-showButtons,
    #div-learning-learning-type2-showButtons,
    #div-learning-learning-type3-showButtons{
        display: none;
    }

    .div-learning-learning-type-desktop{
        display: flex;
    }

    .div-learning-learning-type-mobile{
        display: none;
    }

    #div-learning-learning-type2-desktop-buttons{
        display: inline-block;
    }

    #div-learning-learning-type2-mobile-buttons{
        display: none;
    }
}

@media (max-width: 800px) {     
    #div-learning-learning-type1-question,
    #div-learning-learning-type1-answer{
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    #div-learning-learning-type1-answer{
        display: none;
    }

    #div-learning-learning-type1-showButtons,
    #div-learning-learning-type2-showButtons,
    #div-learning-learning-type3-showButtons{
        display: block;
    }

    .div-learning-learning-type-desktop{
        display: none;
    }

    .div-learning-learning-type-mobile{
        display: block;
    }

    #div-learning-learning-type2-desktop-buttons{
        display: none;
    }

    #div-learning-learning-type2-mobile-buttons{
        display: inline-block;
    }
}

#div-learning-learning-type1-buttons-feedback{
    display: none;
}

.img-audio{
    height: 20px;
}

.img-learning-evaluation{
    margin-right: 10px;
}

.btn-learning-right,
.btn-learning-wrong,
.btn-learning-show{
    width: 50px;
    height: 50px;
    border: 4px solid #111111;
    border-radius: 5px;
    font:          normal 700 25px/1 "Calibri", sans-serif;
    text-align:    center;
}

.btn-learning-right:hover, .btn-learning-right:focus,
.btn-learning-wrong:hover, .btn-learning-wrong:focus,
.btn-learning-show:hover, .btn-learning-show:focus{
    border: 4px solid #111111!important;
}

.btn-learning-wrong{
    background:    -webkit-linear-gradient(rgb(170,65,65), rgb(142,0,0));
    background:    linear-gradient(rgb(170,65,65), rgb(142,0,0));
    text-shadow:   1px 1px #000000;
    color:         #FFFFFF;
}


.btn-learning-wrong:hover, .btn-learning-wrong:focus{
    background:    -webkit-linear-gradient(rgb(142,0,0), rgb(108,0,0));
    background:    linear-gradient(rgb(142,0,0), rgb(108,0,0));
    color:         #FFFFFF!important;
}


.btn-learning-wrong{
    background:    -webkit-linear-gradient(rgb(170,65,65), rgb(142,0,0));
    background:    linear-gradient(rgb(170,65,65), rgb(142,0,0));
    text-shadow:   1px 1px #000000;
    color:         #FFFFFF;
}


.btn-learning-wrong:hover, .btn-learning-wrong:focus{
    background:    -webkit-linear-gradient(rgb(142,0,0), rgb(108,0,0));
    background:    linear-gradient(rgb(142,0,0), rgb(108,0,0));
    color:         #FFFFFF;
}


.btn-learning-show{
    background:    -webkit-linear-gradient(rgb(230,230,230), rgb(200,200,200));
    background:    linear-gradient(rgb(230,230,230), rgb(200,200,200));
    text-shadow:   1px 1px #000000;
    color:         #000000;
}

.btn-learning-show:hover, .btn-learning-show:focus{
    background:    -webkit-linear-gradient(rgb(255,255,255), rgb(230,230,230));
    background:    linear-gradient(rgb(255,255,255), rgb(230,230,230));
}

.btn-learning-right{
    background:    -webkit-linear-gradient(rgb(65,173,65), rgb(1,145,1));
    background:    linear-gradient(rgb(65,173,65), rgb(1,145,1)); 
    text-shadow:   1px 1px #000000;
    color:         #ffffff!important;
}

.btn-learning-right:hover, .btn-learning-right:focus{
    background:    -webkit-linear-gradient(rgb(137,211,137), rgb(65,173,65));
    background:    linear-gradient(rgb(137,211,137), rgb(65,173,65)); 
    color: white;
}

#p-debugger{
    display: none;
}

#p-learning-learning-module{
    margin-top: 5px;
    font-size: 10px;
}

.h1-overlay-head{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

.p-name{
    font-weight: bold;
    font-size: 130%;
    margin-left: 0px;
    margin-bottom: 0px;
}

.p-name-folder{
    padding-top: 0px;
    margin-top: 0px;
}

.p-nameQuestion{
    margin-top: 7px;
}

.p-name-trashbin{
    font-weight: bold;
    font-size: 130%;
    margin-left: 0px;
    margin-bottom: 10px;
}

.p-count-trashbin{
    font-weight: normal;
    font-size: 80%;
    margin-left: 0px;
    margin-bottom: 0px;
}

.li-content-trashbin{
    background-color: rgb(230,230,230);
}

.div-trashbin-extended{
    display: none;
    margin-top: 10px;
    padding: 10px;
}

.span-trashbin-description{
    font-weight: bold;
    text-decoration: underline;
}

.p-content-navigation-folder{
    margin-top: 0px;
}

.div-parts,
.div-content-parts{
    display: flex;
}

.div-part,
.div-content-part{
    display: inline-block;
}

.div-part-right{
    width: calc(100% - 60px);
    padding-top: 10px;
}

.div-part-right-question{
    width: calc(100% - 60px);
    padding-top: 0px;
}

.div-part-right-navigation{
    width: calc(100% - 60px);
    padding-top: 0px;
}

.div-part-left{
    width: 60px;
}

#div-content-navigation{
    margin-bottom: 50px;
    display: none;
}

.p-name-navigation{
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}

.p-name-navigation-folders{
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    padding-top: 5px;
}

.p-name-navigation-folder{
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    padding-top: 10px;
}

#li-content-navigation-folder,
#li-content-navigation-module,
#li-content-navigation-chapter,
#li-content-navigation-section{
    display: none;
}

.h2-overlay-showQuestion-menu{
    text-align: center;
}

.h2-content-object-navigation{

}

.list-headline-navigation{
    padding-top: 0px;
    padding-bottom: 0px;
}

#li-content-folder{
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
}

.input-small{
    width: 100px;
}

.div-overlay-addQuestion-advancedSettings,
.div-overlay-editQuestion-advancedSettings{
    display: none;
}

#btn-overlay-addQuestion-copyName{
    margin-bottom: 5px;
}

.btn-primary{
    background-color: rgb(29, 80, 140);
    border-color: rgb(29, 80, 140);
}

.btn-chosen, .btn-chosen:focus{
    background-color: rgb(100,155,225);
    border-color: rgb(29, 80, 140);
}

/* TEMP LÖSCHEN */
#div-content-question{
    /*display: block!important;*/
}

.span-green{
    color: rgb(0,180,0);
    font-weight: bold;
    font-size: 18px;
}

.span-red{
    color: rgb(180,0,0);
    font-weight: bold;
    font-size: 18px;
}

.div-content-header{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    border: 1px solid rgb(29, 80, 140);
    background-color: rgb(29, 80, 140) !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.p-content-deepmode,
.p-content-speedmode{
    margin-bottom: 5px;
    margin-top: 5px;
}

.div-content-part-right{
    width: calc(100% - 90px);
    padding-top: 20px;
}

.div-content-part-left{
    width: 90px;
}

.img-difficulty{
    margin-top: 15px;
    width: 50px;
    height: 15px;
}

.btn-element-expand{
    float: right;
    background-color: rgba(0,0,0,0);
    border-style: none;
    margin-top: -30px;
}

.btn-element-expand:hover, .btn-element-expand:focus{
    background-color: rgba(0,0,0,0)!important;
}

.btn-element-expand-bottom{
    margin-top: -31px;
    margin-right: -15px;
}

.div-content-expandable,
.li-content-expandable{
    display: none;
}

.h3-content-expandable{
    text-align: center;
}

.div-content-expandable,
.li-content-expandable{
    padding: 10px;
    border-style: solid;
    border-bottom-style: solid;
    border-width: 2px;
    border-color: rgb(29,80,140)!important;
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0px!important;
}

.ax-toggled {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    border-width: 0 1px;
}

/* New Dropdownbutton for all Dropdownbuttons */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3;
}

.dropdown-content a {
    font-size: 14px;
    color: #333;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover,  
.dropdown-content a:focus{
    background-color: #f5f5f5;
    padding: 10px 10px;
}

.dropdown-show {
    display: block;
}

.li-content-expandable{
    border-color: #aaa;
    padding: 10px;
}

.li-editMany{
    border-style: dashed;
    border-width: 3px;
    border-color: rgb(29, 80, 140);
}

.li-editManyChosen,
.li-editManyChosen:hover, .li-editManyChosen:focus{
    background-color: rgba(29, 80, 140, 0.75);
}

.li-editManyChosen .p-name{
    color: rgb(255,255,255);
}

.div-content-expandable-editMany{
    display: none;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    margin-top: 10px;
}

.li-content-addObject{
    display: none;
}

#btn-content-editChapter,
#btn-content-deleteChapter,
#btn-content-editSection,
#btn-content-deleteSection,
#btn-overlay-showQuestion-editQuestion,
#btn-overlay-showQuestion-deleteQuestion,
.btn-editManyMove,
.btn-editManyDelete{
    display: none;
}

#btn-content-expandable-moveAll{
    display: inline-block;
}

#li-content-addModule,
#li-content-addFolder{
    display: block;
}

#img-header{
    margin-top: -10px!important;
}

#ul-content-backup,
#ul-content-trashbin{
    display: none;
}

#navbarMobile,
#div-navbar-head{
    max-width: 1200px;
    margin: auto;
}

#li-content-backup-add{
    display: none;
}

.div-warning-decent{
    border-width: 1px;
    border-color: rgb(29,80,140);
    background-color: rgba(29,80,140,0.1);
    margin-top: 10px;
}

.div-overlay-inner{
    background-color: rgb(255, 255, 255);   
    margin: 5px;
    border-style: solid;
    border-width: 5px;
    border-color: rgb(29, 80, 140);
    border-radius: 10px;
}

.div-overlay-head{
    background-color: rgb(29, 80, 140);
    margin-bottom: -5px;
    padding-bottom: 5px;
    margin-right: -2px;
    margin-top: -2px;
    padding-top: 2px;
    margin-left: -2px;
}

.h1-overlay-head{
    font-weight: bold;
    color: rgb(255,255,255);
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 36px;
}

#btn-content-showHideChapters,
#btn-content-showHideSections,
#btn-content-showHideMedia,
#btn-content-showHideBackups,
#btn-content-showHideTrashbin{
    margin-top: 5px;
}

#div-content-inner{
    padding: 20px;
}

#overlay-confirmSubmit-warning,
#overlay-confirmUpdate-warning{
    display: none;
}

.p-red{
    font-weight: bold;
    color: rgb(255,0,0);
}

.img-flag{
    margin-top: -4px;
}

#input-submit-name{
    max-width: 500px;
}

#input-submit-price, #input-submit-coins{
    max-width: 100px;
}

.span-showDescription{
    cursor: pointer;
    font-weight: bold;
}

.span-showDescription:hover, .span-showDescription:focus{
    text-decoration: underline;
}

.span-addObject{
    font-weight: bold;
    font-size: 130%;
}

@media (max-width: 600px) {
    .p-name{
        font-size: 100%;
        margin-top: 5px;
    }

    .span-addObject{
        font-size: 100%;
    }

    .span-content-element{
        font-size: 20px;
    }

    .h1-overlay-head{
        font-size: 20px;
    }

    .h2-content-object{
        font-size: 110%;
    }
}

.li-submits,
.li-mySubmits,
.li-updates,
.li-myUpdates{
    cursor: pointer;
}

.div-submits-extendable,
.div-updates-extendable{
    display: none;
}

.p-submits,
.p-updates{
    font-size: 100%!important;
}

#div-content-submitMessage,
#div-content-submitDeclinedMessage,
#div-content-updateMessage,
#div-content-updateDeclinedMessage,
#div-content-shopMessage,
#btn-content-submit{
    display: none;
}

.content-module-status{
    margin-top: 30px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: rgb(150,150,150);
    background-color: rgb(255,255,255);
}

.content-module-status .glyphicon{
    color: rgb(150,150,150);
}

#btn-content-showHideTrashbin,
#btn-content-editModule,
#btn-content-editChapter,
#btn-content-deleteChapter,
#btn-content-editSection,
#btn-content-moveSection,
#btn-content-section-editManyMove,
#btn-content-deleteSection,
#btn-content-section-editManyDelete,
#btn-overlay-showQuestion-editQuestion,
#btn-content-question-editManyMove,
#btn-overlay-showQuestion-moveQuestion,
#btn-overlay-showQuestion-deleteQuestion,
#btn-content-question-editManyDelete,
#li-addChapter,
#li-addSection,
#li-addQuestion,
#li-addMedia,
#btn-overlay-showMedia-editMedia,
#btn-overlay-showMedia-deleteMedia{
    display: none;
}

.div-checkSubmit-extended,
#ul-checkSubmit-content,
#ul-checkSubmit-declineReasons,
.div-checkUpdate-extended,
#ul-checkUpdate-content,
#ul-checkUpdate-declineReasons{
    display: none;
}

.li-checkSubmit-content,
.li-checkSubmit-declineReasons,
.li-checkUpdate-content,
.li-checkUpdate-declineReasons{
    cursor: pointer;
    margin-top: 2px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: rgb(150,150,150);
    background-color: rgb(255,255,255);
}

.li-checkSubmit-section,
.li-checkUpdate-section{
    margin-left: 20px;
}

.p-checkSubmit-name,
.p-checkUpdate-name{
    font-weight: bold;
    margin-bottom: 0px;
}

.p-checkSubmit-count,
.p-checkUpdate-count{
    margin-bottom: 0px;
}

#div-checkSubmit-description,
#div-checkSubmit-shopDescription,
#div-checkSubmit-message,
#div-checkUpdate-description,
#div-checkUpdate-shopDescription,
#div-checkUpdate-message{
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: rgb(150,150,150);
    background-color: rgb(255,255,255);
    padding: 10px;
}

.p-submits-small{
    font-weight: normal!important;
    font-size: 100%!important;
}

.p-update{
    font-weight: bold;
    color: rgb(29,80,140);
    margin-top:10px;
    margin-bottom:10px;
}

#btn-update{
    display: none;
}

#img-overlay-updateModule,
#btn-overlay-updateModule-done{
    display: none;
}

#div-learning-learning,
#div-learning-evaluation,
#div-learning-duration,
#div-learning-settings,
#div-learning-nothing{
    padding: 10px;
}

#div-learning-nothing{
    display: none;
}

#div-learning-evaluation,
.div-learning-settings-headline,
.div-learning-duration-headline,
.div-learning-evaluation-headline{
    margin-top: 20px;
}

.img-shop-modules-image{
    max-width:100%;
    margin-bottom: 10px;
}

#ul-shop-modules li, #ul-shop-coins li{
    float: left;
    min-width: 31%;
    max-width: 300px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid #999999;
}

#ul-shoppingcart-modules li, #ul-checkout-modules li, #div-subscribe-product {
    border-radius: 10px;
    border: 1px solid #999999;
    margin-bottom: 10px;
}

#div-subscribe-product{
    display: flex;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 691px){
    .img-shoppingcart-module-image{
        display:none;
    }
    #lbl-shoppingcart-module-header-name{
        width: 55% !important;
        text-align: center;
    }

    #lbl-shoppingcart-module-header-price{
        width: 15% !important;
        text-align: center;
    }

    #lbl-shoppingcart-module-header-creator{
        width: 25% !important;
        text-align: center;
    }

    #lbl-shoppingcart-module-header-delete{
        width: 5% !important;
        display: none;
    }

    .h2-shoppingcart-module-name{
        width: 55% !important;
    }

    .p-shoppingcart-module-price{
        width: 15%!important;
        text-align: center;
    }

    .p-shoppingcart-module-creator{
        width: 25%!important;
        text-align: center;
    }

    .btn-shoppingcart-module-delete{
        margin: auto;
        text-align: center;
    }
}

#ul-shop-modules, #ul-shop-coins{
    height: fit-content;
}

#div-shop-modules{
    margin-bottom: 50px;
}

#div-shop-header{
    display: flex; 
    justify-content: flex-end;
}

.li-shoppingcart-modules{
    display: flex;
    max-height: 150px;
}

.img-shoppingcart-module-image{
    max-height: 100%;
    width: auto;
    max-width: 20%;
    object-fit: contain;
}


.h2-shoppingcart-module-name{
    margin-top: auto;
    margin-bottom: auto;
    width: 50%;
}

.p-shoppingcart-module-price{
    margin-top: auto;
    margin-bottom: auto;
    width: 5%;
}

.p-shoppingcart-module-creator{
    margin-top: auto;
    margin-bottom: auto;
    width: 15%;
}

.btn-shoppingcart-module-delete{
    margin: auto;
    width: 5%;
}

#lbl-shop-modules{
    margin-left: 7px;
}

#div-shop-shoppingcart{
    min-width: fit-content;
}

#div-shoppingcart-modules-header, #div-subscribe-product-header{
    display:flex;
    padding-left: 15px;
    padding-right: 15px;
}

#lbl-shoppingcart-module-header-name{
    width: 70%;
    text-align: center;
}

#lbl-shoppingcart-module-header-price{
    width: 5%;
    text-align: center;
}

#lbl-shoppingcart-module-header-creator{
    width: 15%;
}

#lbl-shoppingcart-module-header-delete{
    width: 10%;
    text-align: center;
}

#lbl-subscribe-product-header-name, #h2-subscribe-product-name{
    width: 90%;
    margin-top: auto;
    margin-bottom: auto;
}

#lbl-subscribe-product-header-price, #p-subscribe-product-price{
    margin-top: auto;
    margin-bottom: auto;
    float: right;
}

.li-object .a-object{
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


#footer{
    margin-top: 30px;
    border-top-style: solid;
    border-top-width: 10px;
    border-top-color: rgb(29, 80, 140);
    padding: 10px;
    text-align: center;
    left: 0px;
    bottom: 0px; 
    width: 100%;
    background-color: rgb(0,0,0);
}

#footer a{
    color: white;
}

.footertext{
    text-align: center;
    color: rgb(255,255,255);
}


.cm-body{
    display: none;
}

#btn-klaro-expand, 
.cm-btn-accept{
    background-color: rgb(255,255,255)!important;
    color: rgb(0,0,0)!important;
}

#btn-klaro-expand:hover, 
#btn-klaro-expand:focus,
.cm-btn-accept:hover, 
.cm-btn-accept:focus{
    background-color: rgb(255,255,255);
    color: rgb(0,0,0);
}

.cm-btn-accept-all{
    width: 100%!important;
    height: 50px!important;
}

.cm-list-label {
    color: white;
}

.dropdown-menu-language{
    background-color: rgb(29,80,140);
    border-width: 1px;
    border-radius: 1px;
    border-color: #dddddd;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0px 0px 7px #FFFFFF;
}


.dropdown-item, .navbar-link-category{
    color: #ffffff !important;
}


.navbar-link-category:hover, .navbar-link-category:focus{
    background-color: rgb(180,180,180)!important;
    transition: background-color 0.3s;
    color: rgb(0,0,0)!important;
}

.dropdown-white{
    background-color: rgb(255,255,255);
    color: rgb(0,0,0)!important;
    padding: 0px;
}

.dropdown-menu > li > a{
    padding: 10px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
    background-color: rgba(255,255,255,0)!important;
}

.dropdown-white:hover, .dropdown-white:focus{
    background-color: rgba(29,80,140, 0.05);
    color: rgb(0,0,0)!important;
    padding: 0px;
}


#div-advanced-search{
    display: none;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#input-search{
    height: 50px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-color: rgb(200,200,200);
}


#btn-search,
#btn-advanced-search{
    height: 50px;
}

#form-search{
    width: 70%;
    margin-left: 15%;
    margin-bottom: 10px;
}

#mainpage{
    width: 100%;
    max-width: 900px;
    margin: 10px;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.lbl-obligation{
    font-size: 14px;
}

#paypal-button-container-elite, #paypal-button-container-elite-premium, #paypal-button-container {
    text-align: center;
}

.img-eu{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 70px;
}

@media (max-width: 830px) {
    .img-eu{
        height: 50px;
    }
}

.btn-register{
    background-color: white;
    color: rgb(29, 80, 140);
}

#a-content-redeem{
    float: right;
}

#div-footerMobile{
    display: flex;
    height: 60px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 100001;
    background-color: rgb(29,80,140);
    box-shadow: 0px 0px 5px rgba(255,255,255,0.8);
    padding-left: 0px;
    padding-right: 0px;
}

.a-footerMobile{
    font-size: 10px;

    color: rgb(255,255,255);
    text-align: center;

    display: inline-block;
    width: calc(100% / 5);
    height: 60px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.a-footerMobile-2{
    width: calc(100% / 2);
}

.a-footerMobile-login{
    width: 100%;
}

.a-footerMobile:hover, .a-footerMobile:focus{
    color: rgb(255,255,255);
    text-decoration: none;
}

.a-footerMobile >span {
    font-size: 20px;
}

.a-footerMobileChosen{
    color: rgb(255,255,255);
    animation-name: footerMobileChosen;
    animation-duration: 0.3s;
    background-color: rgb(51, 133, 217);
}

@keyframes footerMobileChosen {
    from {
        color: rgb(255,255,255);
    }
    to {
        color: rgb(255,255,255);
    }
}

#div-content-redeem{
    width: 100%;
    display: inline-block;
}

#navbar-oben > a{
    padding-left: 10px;
}

#p-overlay-loginFailed{
    color: rgb(255,0,0);
    font-weight: bold;
    display: none;
}

.btn-editMany-close{
    float: right;
}

#div-redeem{
    padding: 20px;
}

table.table2{
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.2em;
    border-collapse:collapse;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.table2 thead th, .table2 tfoot td{
    padding:20px 10px 40px 10px;
    color:#fff;
    font-size: 26px;
    background-color:#222;
    font-weight:normal;
    text-align: center;
    border-right:1px dotted #666;
    border-top:3px solid #666;
    -moz-box-shadow:0px -1px 4px #000;
    -webkit-box-shadow:0px -1px 4px #000;
    box-shadow:0px -1px 4px #000;
    text-shadow:1px 1px 1px #000;
}
.table2 tfoot th{
    padding:10px;
    font-size:18px;
    text-transform:uppercase;
    color:#888;
}
.table2 tfoot td{
    font-size:36px;
    color: rgb(51, 133, 217);
    border-top:none;
    border-bottom:3px solid #666;
    -moz-box-shadow:0px 1px 4px #000;
    -webkit-box-shadow:0px 1px 4px #000;
    box-shadow:0px 1px 4px #000;
}

.table2 tfoot td label{
    font-size: 16px;
}
.table2 thead th:empty{
    background:transparent;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.table2 thead :nth-last-child(1){
    border-right:none;
}
.table2 thead :first-child,
.table2 tbody :nth-last-child(1){
    border:none;
}
.table2 tbody th{
    text-align:right;
    padding:10px;
    color:#333;
    text-shadow:1px 1px 1px #ccc;
    background-color:#f9f9f9;
}
.table2 tbody td{
    width: 190px;
    padding-top:10px;
    /*padding-left:20px;*/
    /*padding-right:20px;*/
    background-color: rgb(29,80,140);
    border-right:1px dotted #999;
    color: white;
    font-size:20px;
}
.table2 tbody span.yes::before{
    content : url(../images/yes1.png)
}
.table2 tbody span.no::before{
    content : url(../images/no1.png)
}

#div-subscribe-checkbox{
    text-align: left;
}

.klein{
    font-size:20px;
    color:#FFFFFF;
}

.img-search-module-image{
    max-width:100%;
    margin-bottom: 10px;
}

#ul-object li{
    float: left;
    min-width: 31%;
    max-width: 300px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid #999999;
}

.li-more {
    padding: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 55px !important;
    min-width: 55px !important;
    min-height: 55px !important;
    border-width: 1px;
    border-radius: 50% !important;
    border-color: rgba(255,255,255,0.2);
    background: rgb(29,80,140) !important;
    float: none !important;
    margin: auto !important;
    text-align: center;
    color: white;
}

#div-overview-modules{
    width: 100%;
    display: block;     
    background: white;
    padding: 50px;
    padding-left: 85px;
    height: max-content;
    min-height: 330px;
    padding-top: 20px;
}

.overview-modules{
    padding: 10px;
    margin-top: 20px;
    background: #fafafa;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #999999;
}

.img-overview-module-image{
    max-width: 200px;
    margin-bottom: 10px;
}

.btn-overview-module{
    margin-top: -30px;
}

.h2-overview-module-title{
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.p-subscribe-checkboxes-checked{
    color: red;
    display: none;
    font-size: 16px;
}

#p-premium-registernotice{
    color:white;
    font-size: 16px;
}

.div-image{
    text-align: center;
}

#img-shopmodule-image{
    width: 300px;
}

#div-shoppingcart{
    min-height:300px;
}

.dropdown-menu-language>li>a:hover, .dropdown-menu-language>li>a:focus {
    background-color: rgba(255,255,255,0.3)!important;
    transition: text-shadow 0.5s;
    color: #ffffff !important;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.img-shop-coins{
    height: 20px;
    margin-top: -3px;
}

.img-content{
    max-width: 200px;
}
.div-link{
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}

.div-link:hover, .div-link:focus{
    color: #23527c;
    text-decoration: underline;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

#div-overlay-showMedia-description{
    display: none;
}

#lbl-overlay-showMedia-description{
    cursor: pointer;
}

#lbl-overlay-showMedia-description:hover,
#lbl-overlay-showMedia-description:focus{
    text-decoration: underline;
}

.span-done{
    font-size: 20px;
    color: rgb(29,80,140);
}

#div-overlay-showMedia-description{
    display: none;
}

#lbl-overlay-showMedia-description{
    cursor: pointer;
}

#lbl-overlay-showMedia-description:hover,
#lbl-overlay-showMedia-description:focus{
    text-decoration: underline;
}

.span-done{
    font-size: 20px;
    color: rgb(29,80,140);
}

.span-content{
    font-size: 20px !important;
    color: rgb(29,80,140) !important;
    margin-left: 15px;
    margin-top: 5px;
}

#google-login, #btn-login-google {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    white-space: nowrap;
}
#google-login:hover {
    cursor: pointer;
}
#span-google-login-icon, #span-google-login-icon-mobile {
    background: url('../img/google.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}
#span-google-login-buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
    font-weight: bold;
    /* Use the Roboto font that is loaded in the <head> */
    font-family: 'Roboto', sans-serif;
}
#span-google-login-icon-mobile {
    background: url('img/g-normal.png') transparent 5px 50% no-repeat;
}

