body {
    font-size: 16px;
    font-family: "Helvetica";

    background: rgba(141, 194, 175, 0.05);

    flex-direction: column;
    justify-content: space-between;
    display: flex;
    min-height: 100vh;

    color: rgb(80,80,80);
}

btn{
    color: rgb(80,80,80);
}


h1{
    text-align: center;
    color: rgb(80,80,80);
    font-weight: bold;
}


.navbar {
    border-radius: 0px;
    border-width: 0px;
    background-color: rgb(255,255,255);
    box-shadow: 0px 0px 5px rgb(255,255,255);
    min-height: 60px!important;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color: rgba(0,0,0,0);
}

.navbar-inverse .navbar-nav > li > a{
    font-family: 'Open Sans', sans-serif;
    color: rgb(180,180,180);
    text-align: center;
    padding-left:  12px;
    padding-right: 12px;
}


.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > .navbar-login:hover,
.navbar-inverse .navbar-nav > li > .navbar-login:focus{
    color: rgb(255,255,255);
    text-shadow: 2px 2px 2px rgba(0,0,0, 1);
    background-color: rgb(29,80,140);
}

#button-navigation-logout:hover, button-navigation-logout:focus{
    background-color: rgb(51,133,217);
}


@media screen and (min-width: 768px){
    .navbar-nav > li > a{
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }
}


.footertext{
    text-align: center;
    color: rgb(255,255,255);
}

.footertext a{
    color: rgb(255,255,255)!important;
}


.div-page{
    width: 90%;
    max-width: 900px;

    display: block;
    margin-left: auto;
    margin-right: auto;

    padding-top: 10px;

    box-shadow: 0px 0px 7px rgba(255,255,255,0.2);

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    margin-bottom: 120px;
}


#form-suche{
    width: 70%;
    margin-left: 15%;
    margin-top: 20px;
    margin-bottom: 40px;
}

@media screen and (min-width:650px) {
    h2{
        margin-top: 30px;
    }
}


@media screen and (max-width:650px) {
    #form-suche{
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }


    .h2-mehr-laden{
        margin-top: 10px;
    }
}


.input-group-addon{
    background-color: rgb(230,230,230);
}


#input-suche{
    height: 50px;
}


#button-suche{
    height: 50px;
}


.div-suchfeld{
    display: block;
    margin-left: 15%;
    margin-right: 15%;
}


h2{
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgb(80,80,80);
}

footer{
    background-color: rgba(0,0,0, 0);
}


#navigation{
    padding-left: 0px;
    padding-right: 0px;
}


#div-bearbeiten{
    display: none;
}


#footer{
    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);
}


#button-bearbeiten{
    margin-left: 20px;
}


#div-object{
    padding: 20px;
}


.login-dark{
    padding: 20px;
}

#button-navbar{
    margin-right: 10px;
}


#button-navbar:hover{
    background-color: transparent;
}


#button-navbar:focus{
    background-color: transparent;
}


#navbar-unten{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
}


.footertext a, strong{
    color: rgb(70,70,70);
}


.footertext a:hover,
.footertext a:focus{
    text-decoration: underline;
    color: rgb(255,255,255);
}


.p-impressum{
    margin-bottom: 0px;
    color: rgb(180,180,180);
}

.div-overlay{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-x: hidden;
    padding-bottom: 120px;
}

.div-overlay-show{
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s linear;
}

.div-overlay-hide{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.5s, opacity 0.5s linear;
}


.div-overlay-outer{
    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(80,80,80);
    border-radius: 5px;
}

p{
    color: rgb(80,80,80);
}

.h1-overlay-head{
    margin: 5px;
}

.btn-overlay-close{
    float: right;
    margin-right: 5px;
    margin-top: -45px;
}

hr{
    margin-top: 5px;
    margin-bottom: 5px;
}

.div-overlay-body{
    padding: 10px;
}

.input-count{
    width: 60px;
}

.input-small{
    width: 100px;
}

ul{
    padding-left: 0px;
}

.li-folder,
.li-folder-pend,
.li-overlay-showPend-values,
.li-overlay-showPend-correlations,
.li-read-pend,
.li-winner,
.li-winnerToday{
    border-style: solid;
    border-width: 3px;
    border-color: rgb(29,80,140);
    list-style: none;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: white;
}

.panel-hide{
    display: none;
}

.panel-show{
    display: block;
}

.input-count{
    width: 60px;
}

#div-overlay-addPend-idTargetUser{
    display: none;
}

#input-overlay-addPend-questions,
#input-overlay-editPend-questions{
    display: none;
}

.input-overlay-addPend-question,
.input-overlay-editPend-question{
    margin-bottom: 10px;
}

.btn-pending{
    min-width: 75px;
}

#p-overlay-pending-question{
    font-style: italic;
}

.li-follow{
    background-color: rgb(255, 200, 200);
}

.p-question{
    font-style: italic;
}

.li-folders-fixed{
    /*background-color: rgb(240,240,240);*/
}

.img-loader{
    display: block;
    margin: 0 auto;
}

.a-folders{
    display: block;
    width: 100%;
    height: 100%;
}

.p-small{
    font-size: 10px;
}

.li-read{
    border-color: rgb(29,80,140);
    border-width: 6px;
}

#btn-folder-pexPay, #btn-read-pexPay{
    display: none;
}

.btn-primary{
    background-color: rgb(29,80,140)!important;
    border-color: rgb(29,80,140)!important;
    color: rgb(255,255,255);
    font-weight: bold;
    text-shadow: 1px 1px 2px rgb(0,0,0);
    border-radius: 20px;
}

.btn-default,
.btn-danger{
    border-radius: 20px;
}

.btn-primary:hover, .btn-primary:focus{
    background-color: rgba(29,80,140,0.7)!important;
    border-color: rgb(29,80,140)!important;
    color: rgb(255,255,255);
    font-weight: bold;
    text-shadow: 1px 1px 2px rgb(0,0,0);
}

.btn-success{
    background-color: rgb(141, 194, 175)!important;
    border-color: rgb(104,174,150)!important;
    color: rgb(255,255,255);
    font-weight: bold;
    text-shadow: 1px 1px 2px rgb(0,0,0);
}

.btn-success:hover, .btn-success:focus{
    background-color: rgb(104,174,150)!important;
    border-color: rgb(104,174,150)!important;
    color: rgb(255,255,255);
    font-weight: bold;
    text-shadow: 1px 1px 2px rgb(0,0,0);
}

#h1-folder-name{
    color: rgb(29,80,140);
}

#navbar-oben{
    margin-bottom: 0px!important;
}

.navbar-inverse .navbar-nav > li > a{
    color: rgb(130,130,130);
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    /*background-color: rgba(0,0,0, 0.95);*/
    background-color: rgba(0, 0, 0, 0.95);
    overflow-x: hidden;
    transition: 0.4s;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 22px;
    font-family: "Poppins", Sans-serif;
    color: rgb(170,170,170);
    display: block;
    transition: 0.4s;
}

.overlay a:hover, .schliessen a:focus {
    color: rgba(255,255,255, 1);
}

.overlay .schliessen {
    position: absolute;
    top: 10px;
    right: 35px;
    font-size: 40px;
}

@media screen and (max-height: 550px) {
    .overlay a {font-size: 15px}
    .overlay .schliessen {
        font-size: 30px;
        top: 10px;
        right: 35px;
        padding: 6px;
    }
}


@media screen and (min-height: 550px) {
    .overlay a {font-size: 22px}
    .overlay .schliessen {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.div-overlay-inner{
    background-color: rgb(29,80,140);
}

.div-overlay-body{
    background-color: rgb(255,255,255);
}

.h1-overlay-head{
    color: rgb(255,255,255);
    font-weight: bold;
    text-shadow: 1px 1px 2px rgb(0,0,0);
}

#div-folder-reminder{
    border-style: solid;
    border-width: 3px;
    border-color: rgb(29,80,140);
    border-radius: 10px;
    padding: 10px;
    color: rgb(100,100,100);
    margin-bottom: 10px;
}

#p-folder-pex{
    font-size: 9px;
}

.navbar-inverse .navbar-toggle, .navbar-toggle{
    background-color: rgb(29,80,140)!important;
    border-color: rgb(29,80,140)!important;
    color: rgb(255,255,255)!important;
    font-weight: bold!important;
    text-shadow: 1px 1px 2px rgb(0,0,0)!important;
    margin-top: 13px!important;
}

.navbar-inverse:hover .navbar-toggle:hover, .navbar-toggle:hover,
.navbar-inverse:focus .navbar-toggle:focus, .navbar-toggle:focus{
    background-color: rgb(29,80,140)!important;
    border-color: rgb(29,80,140)!important;
    color: rgb(255,255,255);
    font-weight: bold;
    text-shadow: 1px 1px 2px rgb(0,0,0);
}

#btn-overlay-addPend-typeFrequency,
#btn-overlay-addPend-marked,
#btn-overlay-addPend-markedFollow,
#btn-overlay-addPend-markedRepend,
#btn-overlay-addPend-markedTodo,
#btn-overlay-addPend-markedRead,
#btn-overlay-showPend-typeFrequency,
#btn-overlay-showPend-marked,
#btn-overlay-showPend-markedFollow,
#btn-overlay-showPend-markedRepend,
#btn-overlay-showPend-markedTodo,
#btn-overlay-showPend-markedRead{
    width: 135px;
}

.pendTypeName{
    font-weight: bold;
    color: rgb(29,80,140);
}

.btn-folder-description{
    margin-right: 5px;
}

.div-folder-description{
    display: none;
}

#div-folder-options{
    display: none;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px;
    border-style: solid;
    border-color: rgb(220,220,220);
    border-width: 1px;
    border-radius: 5px;
}

.input-options{
    width: 100px;
    display: inline-block;
}

.div-winner-description{
    display: none;
}

.btn-winner{
    background-color: rgb(51,133,217);
    color: rgb(255,255,255);
}

#div-footerMobile{
    display: flex;
    height: 70px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 1001;
    background-color: rgb(29,80,140);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.a-footerMobile{
    font-size: 10px;

    color: rgb(255,255,255);
    text-align: center;

    display: inline-block;
    width: calc(100% / 6);
    height: 70px;
    padding-top: 20px;
}

.a-footerMobile-chosen{
    color: rgb(255,255,255);
    text-decoration: underline;
}

.a-footerMobile:hover, .a-footerMobile:focus{
    color: rgb(255,255,255)!important;
    text-decoration: none;
}

.a-footerMobile >span {
    font-size: 20px;
}

.div-parts{
    display: flex;
}

.div-part-left{
    width: 140px;
}

.div-part-right{
    width: 180px;
}

.div-part-middle{
    width: calc(100% - 320px);
}

.img-eu{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 70px;
}

@media screen and (max-width:860px){
    .img-eu{
        height: 50px;
    }
}

#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;
}

#div-subscribe-product-header{
    display:flex;
    padding-left: 15px;
    padding-right: 15px;
}

#lbl-subscribe-product-header-name, #h2-subscribe-product-name{
    width: 90%;
    margin-top: auto;
    margin-bottom: auto;
    height: 1em;
}

#lbl-subscribe-product-header-price, #p-subscribe-product-price{
    float: right;
    margin-top: auto;
    margin-bottom: auto;
}

#div-subscribe-checkbox{
    text-align: left;
}

.p-subscribe-checkboxes-checked{
    color: red;
    display: none;
    font-size: 16px;
}

.lbl-obligation{
    font-size: 14px;
}

#paypal-button-container-club{
    text-align: center;
}

.div-mellerose{
    border-radius: 10px;
    border: 1px solid #999999;
    padding: 5px;

    background-color: #fafafa;

    min-height: 400px;

    max-width: 1200px;
    margin: auto;
    margin-bottom: 60px;

    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
}

.text-login{
    color: rgb(255, 255, 255);
}

.b-yes{
    background-color: rgb(0,128,0);
    padding: 3px;
    border-radius: 10px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}

.b-no{
    background-color: rgb(128,0,0);
    padding: 3px;
    border-radius: 10px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}

.glyphicon-yellow{
    color: #d58512;
}

.div-ornament{
    position:relative;
}

.img-treasure{
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.9));
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.9));
}

.img-ornament-treasure{
    position: absolute;
    width: 20px;
    -webkit-filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.9));
    filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.9));
}

.img-ornament{
    -webkit-filter: drop-shadow(0px 0px 1.5px rgba(0,0,0,0.9));
    filter: drop-shadow(0px 0px 1.5px rgba(0,0,0,0.9));
}

.li-kontor-treasures{
    list-style: none;
}

.li-folder{
    border-color: rgb(29,80,140);
    padding-top: 15px;
    padding-bottom: 15px;
    border-width: 1px;
    border-radius: 10px;
    background-color: rgb(204,159,175);
    color: white;
    font-weight: bold;
}

/* Panel-CSS */

hr{
    margin-bottom: 0px;
}

.h1-overlay-head{
    color: white;
    line-height: 36px;
}

.h1-appaxy{
    font-size: 26px;
    font-weight: bold;
    margin-top: -6px;
    color: white;
    background-color: rgb(29,80,140);
    margin-left: -6px;
    margin-right: -6px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.div-panel{
    border-radius: 10px;
    border: 5px solid rgb(29,80,140);
    padding: 5px;
    background-color: white;
    min-height: 400px;
    max-width: 1200px;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 60px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    margin-top: 80px;
}

.hr-appaxy{
    display: none;
}

.btn-appaxy,
.btn-appaxy:focus,
.btn-appaxy:hover{
    border-radius: 20px;
    border: 1px solid rgb(29,80,140);
    background-color: rgb(29,80,140);
    color: white;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-appaxy:focus,
.btn-appaxy:hover{
    background-color: rgba(29,80,140,0.7)!important;
    color: white!important;
}

@media screen and (max-width: 600px) {
    .h1-overlay-head{
        font-size: 20px;
    }

    .div-page{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .div-panel{
        margin-top: 0px;
    }
}

.btn-overlay-close,
.btn-overlay-close:hover,
.btn-overlay-close:focus{
    color: white!important;
    background-color: rgba(0,0,0,0)!important;
    border-color: rgba(0,0,0,0)!important;
    font-size: 20px;
}

#button-navbar1,
#button-navbar1:focus,
#button-navbar1:hover{
    background-color: rgb(29,80,140);
    border-color: rgb(29,80,140);
}

.span-readCounter-counter{
    color: white;
}

.btn-warning{
    border-color: rgb(51,133,217);
    background-color: rgb(51,133,217);
}

.btn-warning:hover,
.btn-warning:focus{
    background-color: rgba(51,133,217,0.7);
    border-color: rgb(51,133,217);
}