body {
    font-size: 16px;
    font-family: "Helvetica";

    background: #FAFAFA;

    flex-direction: column;
    justify-content: space-between;
    display: flex;
    min-height: 100vh;
}


#div-main{
    min-height: 80vh;
}


h1{
    text-align: center;
    color: rgb(0,0,0);
    font-weight: bold;
}


.navbar {
    border-radius: 0px;
    border-width: 0px;
    /*background-image: linear-gradient(rgba(50,0,0,1), rgba(0,0,0,1));*/
    background-color: rgb(255,255,255);
    box-shadow: 0px 0px 5px rgb(255,255,255);
}


.navbar-inverse .navbar-nav > li > a{
    font-family: 'Open Sans', sans-serif;
    color: rgb(100,100,100);
    /*min-width: 80px;*/
    text-align: center;
    padding-left:  16px;
    padding-right: 16px;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
    color: rgb(255,255,255);
    text-shadow: 2px 2px 2px rgba(0,0,0, 1);
    background-color: rgb(255,128,0);
}


.navbar-inverse .navbar-nav > li > .navbar-login:hover{
    color: rgb(255,255,255);
    text-shadow: 2px 2px 2px rgba(0,0,0, 1);
    background-color: rgb(255,128,0);
}


.footertext{
    text-align: center;
    color: rgb(255,255,255);
}


.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;

}


#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(0,0,0);
}


.p-art{
    color: rgb(180,180,180);
    margin-top: 10px;
    font-size: 0.8em;
    font-style: italic;
}

footer{
    background-color: rgba(0,0,0, 0);
}


#footer-navigation{
    margin-bottom: 20px;
}


#navigation{
    padding-left: 0px;
    padding-right: 0px;
}


#div-bearbeiten{
    display: none;
}


#footer{
    border-top-style: solid;
    border-top-width: 10px;
    border-top-color: rgb(255,128,0);
    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(255,255,255);
}


.footertext a:hover{
    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;
}

.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(0,0,0);
    border-radius: 5px;
}

p{
    color: rgb(0,0,0);
}

.h1-overlay-head{
    margin: 5px;
}

.btn-overlay-close{
    float: right;
    margin-right: 5px;
    margin-top: -44px;
}

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-folders-folders,
.li-folder-folder-tracker,
.li-overlay-showTracker-values,
.li-overlay-showTracker-correlations{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(150,150,150);
    list-style: none;
    cursor: pointer;
    padding: 10px;
}

.panel-hide{
    display: none;
}

.panel-show{
    display: block;
}

.input-count{
    width: 60px;
}

.img-loader{
    display: block;
    margin: 0 auto;
}

.lbl-folder-ul-showHide{
    cursor: pointer;
}

.lbl-folder-ul-showHide:hover, .lbl-folder-ul-showHide:focus{
    text-decoration: underline;
}

.input-quantity{
    max-width: 150px;
}

#ul-folder-product,
#ul-folder-package,
#ul-folder-portion{

}

.li-folder-product,
.li-folder-package,
.li-folder-portion,
.li-folder-meal,
.li-folder-store,
.li-overlay-showMeal-ingredient,
.li-overlay-addMeal-ingredient,
.li-overlay-editMeal-ingredient,
.li-lists,
.li-portion,
.li-package,
.li-plans,
.li-overlay-planLists-lists,
.li-tracking,
.li-overlay-addEstimateProduct{
    list-style: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220,220,220);
    padding: 10px;
}

.li-overlay-planLists-lists{
    border-color: rgb(50,50,50);
}

.list-inactive{
    background-color: rgb(255,255,255);
}

.list-active{
    background-color: rgb(220,220,220);
}

#table-overlay-showProduct-table td,
#table-overlay-showPortion-table td,
#table-overlay-showMeal-table td{
    padding: 5px;
}

.dropdown-menu input{
    margin-left: 5px;
    margin-right: 5px;
    width: auto!important;
}

#div-addPortion-idMeal,
#div-editPortion-idPackage,
#div-editPortion-idMeal,
#div-overlay-addMeal-fixedPrice,
#div-addIngredient-idPackage,
#div-addIngredient-idPortion{
    display: none;
}

.btn-portion-active{
    border-radius: 0px;
    height: 30px;
}

.li-lists{
    background-color: rgb(255,255,255);
}

#table-plan-nutrition-table td{
    padding: 5px;
}

#table-overlay-planConcreteValues th{
    list-style: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220,220,220);
    padding: 5px;
}

.h2-plan-listName{
    margin-top: 0px;
    margin-bottom: 10px;
}

.div-overlay-inner{
    margin-bottom: 200px;
}

.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-appaxy{
    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);
}

.div-content-expandable-editMany{
    display: none;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

.li-content-expandable{
    border-color: #aaa;
    padding: 10px;
}

.li-editMany{
    border-style: dashed;
    border-width: 3px;
    border-color: rgb(29, 80, 140);
    cursor: pointer;
}

.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);
}

.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: 1;
}

.dropdown-content a {
    font-size: 14px;
    color: #333;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover,  
.dropdown-content a:focus{
    background-color: #f5f5f5;
}

.dropdown-show {
    display: block;
}

.btn-add{
    margin-bottom: 10px;
}

.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));
}

.div-parts,
.div-content-parts{
    display: flex;
}

.div-part,
.div-content-part{
    display: inline-block;
}

.div-part-middle{
    width: calc(100% - 120px);
}

.div-part-middle-full{
    width: calc(100% - 60px);
}

.div-part-right{
    width: 60px;
}

.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;
}

.li-overlay-addListportion-listPortion{
    list-style: none;
}

.li-folders-folders,
.li-plans,
.li-overlay-planLists-lists,
.li-overlay-addEstimateProduct{
    padding: 0px;
    border-style: none;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: rgba(255,128,0, 0.2);
}

.li-overlay-addEstimateProduct{
    padding: 10px;
    font-weight: bold;
}

.li-overlay-planLists-lists{
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
    border-style: solid;
    border-color: rgb(255,128,0);
}

.list-active{
    background-color: rgba(255,128,0, 0.2);
}

.a-folders-folders,
.a-plans{
    display: block;
    width: 100%;
    height: 100%;
    padding:10px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: black;
    font-weight: bold;
}

.a-folders-folders:hover,
.a-folders-folders:focus,
.a-plans:hover,
.a-plans:focus{
    text-decoration: none;
    color: black;
}

.li-folder-store,
.li-folder-product,
.li-folder-package,
.li-folder-meal,
.li-folder-portion,
.li-package{
    border-style: none;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: rgba(255,128,0, 0.2);
    padding:10px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: black;
    font-weight: bold;
}

.div-overlay-inner{
    background-color: rgb(255,128,0);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255,128,0);
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.div-overlay-body{
    padding: 10px;
    background-color: white;
}

hr{
    margin-bottom: 0px;
}

.h1-overlay-head{
    color: white;
    line-height: 36px;
}

.btn-overlay-close,
.btn-overlay-close:focus,
.btn-overlay-close:hover{
    background-color: rgba(0,0,0,0)!important;
    color: white!important;
    border-style: none;
    font-size: 20px;
}

@media screen and (max-width: 600px) {
    .h1-overlay-head{
        font-size: 20px;
    }

    #div-main{
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
}

.btn-editMany-open{
    margin-bottom: 10px;
}

.h3-content-expandable{
    font-weight: bold;
    margin-top: 0px;
}

.div-content-expandable-editMany{
    background-color: white;
}

#h1-folder-name,
#h1-buying-name{
    color: rgb(255,128,0);
}

@media screen and (max-width: 650px){
    #h1-folder-name,
    #h1-buying-name{
        font-size: 22px;
    }
}

#button-navbar1{
    background-color: rgb(255,128,0);
    border-color: rgb(255,128,0);
}

#table-overlay-planConcreteValues{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

/* Panel-CSS */

.h1-appaxy{
    font-size: 26px;
    font-weight: bold;
    margin-top: -6px;
    color: white;
    background-color: rgb(255,128,0);
    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(255,128,0);
    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-fitaxy{
    border-radius: 20px;
    border: 1px solid rgb(255,128,0);
    background-color: rgb(255,128,0);
    color: white;
    padding: 10px;
    font-weight: bold;
}

.btn-fitaxy:focus,
.btn-fitaxy:hover{
    border: 1px solid rgb(255,128,0);
    background-color: rgb(255,150,45)!important;
    color: white!important;
}

@media screen and (max-width: 600px) {
    .div-panel{
        margin-top: 0px;
    }
}

.btn-active{
    background-color: rgba(255,128,0, 0.8);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.btn-round{
    border-radius: 20px;
}