body {
    font-size: 16px;
    font-family: "Helvetica";

    background: #FFFFFF;
    
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    min-height: 100vh;
}

.div-page{
    min-height: 80vh;
}

:root {   
    --color1: rgb(2,103,128);
    --color2: rgb(3,94,117);
    --color3: rgb(4,123,153);
    --color4: rgb(243, 244, 255);
    --color5: rgb(240, 240, 240);
}

h1{
    text-align: center;
    color: rgb(0,128,192);
    font-weight: bold;
}


.h1-titel{
    color: var(--color1);
}


.navbar {
    border-radius: 0px;
    border-width: 0px;
    background-color: rgb(0,128,192);
    box-shadow: 0px 0px 5px rgb(255,255,255);
}


.navbar-inverse .navbar-nav > li > a{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: rgb(255,255,255);
    /*min-width: 80px;*/
    text-align: center;
    padding-left:  16px;
    padding-right: 16px;
}


.navbar-inverse .navbar-nav > li > a:hover{
    color: rgb(255,255,255);
    text-shadow: 2px 2px 2px rgba(0,0,0, 1);
    background-color: rgba(255,255,255, 0.3);
}


.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: rgba(255,0,0, 0.7);
}


.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;
    }
}


.input-group-addon{
    background-color: rgb(230,230,230);
}


h2{
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgb(0,0,0);
}


#footer-navigation{
    margin-bottom: 20px;
}


#navigation{
    padding-left: 0px;
    padding-right: 0px;
}


#footer{
    margin-top: 30px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(255,255,255,0.3);
    padding: 10px;
    background-color: rgb(0,128,192);
}


#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);
    font-weight: bold;
}


.footertext a:hover{
    text-decoration: none;
    color: rgb(255,255,255);
}


.p-impressum{
    margin-bottom: 0px;
    color: white;
}

.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(0,128,192);   
    margin: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0,0,0);
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

p{
    color: rgb(80,80,80);
}

.h1-overlay-head{
    margin: 5px;
    color: white;
}

.btn{
    border-radius: 20px;
}

.btn-overlay-close{
    float: right;
    margin-right: 5px;
    margin-top: -45px;
}

hr{
    margin-top: 5px;
    margin-bottom: 0px;
}

.div-overlay-body{
    padding: 10px;
    background-color: white;
}

.input-count{
    width: 60px;
}

.input-small{
    width: 100px;
}

ul{
    padding-left: 0px;
}

.li-overlay-showTracker-values,
.li-overlay-showTracker-correlations,
.li-timelapses{
    border-style: solid;
    border-width: 1px;
    border-color: rgba(150,150,150, 0.2);
    list-style: none;
    cursor: pointer;
    padding: 5px;
}

.li-info, 
.li-task,
.li-history,
.li-system,
.li-plan,
.li-folders-folders, 
.li-timelapse, 
.li-example, 
.li-example-used{
    list-style: none;
}

.panel-hide{
    display: none;
}

.panel-show{
    display: block;
}

.input-count{
    width: 60px;
}

.img-loader{
    display: block;
    margin: 0 auto;
}

/* New Tracker Design */
.div-info,
.div-task{
    display: flex;
    padding-top: 2px;
    padding-bottom: 2px;
}

.div-info-part,
.div-task-part{
    border-style: none;
    display: inline-block;
}
.div-info-left,
.div-task-left{
    width: 50px;
}

.div-info-right,
.div-task-right{
    width: 0px;
}

.div-info-middle,
.div-task-middle{
    width: calc(100% - 50px);
    padding-left: 10px;
    padding-right: 10px;

}

.div-info-description,
.div-task-description{
    padding-bottom: 10px;
}

.p-task-name{
    margin-bottom: 0px!important;
    margin-top: 3px;
    font-weight: bold;
    font-size: 18px;
}

.p-task-time,
.p-task-unit,
.p-task-descriptionShort{
    margin-bottom: 0px!important;
    font-size: 12px;
}

.p-task-descriptionShort{
    font-weight: bold;
}

.p-days-time{
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

#p-overlay-editTask-resultTime{
    font-weight: bold;
    color: rgb(41,171,203);
}

.input-task{
    margin-top: 5px;
}

.div-overlay-editTask-day{
    margin-top: 25px;
}

.li-info,
.li-task,
.li-history,
.li-system,
.li-plan,
.li-folders-folders,
.li-days,
.li-dayTask{   
    list-style: none;
    border-style: none;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: var(--color4);
    padding: 10px;
}

.li-days{
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(41,171,203);
    border-radius: 5px;
    margin-bottom: 50px;
    cursor: pointer;
}

.span-task-trackingDone,
.span-task-planningDone{
    font-size: 35px;
    margin-top: 5px;
    margin-left: 5px;
    color: rgb(0,128,0);
}

.span-task-planningDone{
    color: rgb(0, 128, 128);
}

#lbl-overlay-showTask-history{
    cursor: pointer;
}

#lbl-overlay-showTask-history:hover, #lbl-overlay-showTask-history:focus{
    text-decoration: underline;
}

#p-overlay-noTurnUp-date,
#p-overlay-turnUp-date{
    font-size: 10px;
}

.span-dayFinished{
    font-size: 25px;
    display: inline-block;
    text-align: center;
    color: rgb(0,150,0);
}

.li-folders-folders{
    padding: 5px;
}

.li-example,
.li-example-used{
    padding-top: 15px;
    padding-bottom: 15px;
}

.a-folders-folders,
.a-system,
.a-plan{
    color: rgb(80,80,80);
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.a-folders-folders:hover,
.a-folders-folders:focus,
.a-system:hover,
.a-system:focus,
.a-plan:hover,
.a-plan:focus{
    color: rgb(80,80,80);
    text-decoration: none;
}

#ul-folders-folders{
    margin-top: 10px;
}

#ul-timelapse{
    margin-top: 10px;
}

#ul-folders-folders span{
    margin-right: 5px;
}

#div-page-header{
    background-color: var(--color1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.txbtn{
    width: 40px;
    height: 40px;
    border-style: none;
    background-color: rgba(0,0,0,0);
    font-weight: bold;
}

.txbtn > span{
    font-size: 20px;
}

.btnTracking{
    height: 25px;
    width: 60px;
    padding: 0px;
    background-color: var(--color5);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(122,122,128);
    margin-right: 8px;
}

.btnTracking:hover, .btnTracking:focus{
    background-color: var(--color3);
}

.btnTrackingDone,
.btnTrackingDone:focus,
.btnTrackingDone:hover{
    height: 25px;
    width: 90px;
    padding: 0px;
    color: rgb(255,255,255);
    background-color: var(--color2);
    margin-right: 8px;
    font-weight: bold;
}

.btn-tracker-tracking > span{
    color: rgb(16,129,75);
}

.btn-tracker-tracking{
    border-radius: 20px;
}

.btn-tracker-tracking-tempValue{
    animation-name: pulsing; 
    animation-duration: 1.0s; 
    animation-timing-function: ease-out; 
    animation-direction: alternate; 
    animation-iteration-count: infinite; 
    animation-play-state: running; 
}

@keyframes pulsing { 
    0% { 
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
    } 

    100% { 
        -webkit-box-shadow: 0px 0px 10px 0px rgba(16,129,75, 0.99);
        -moz-box-shadow: 0px 0px 10px 0px rgba(16,129,75,0.99);
        box-shadow: 0px 0px 10px 0px rgba(16,129,75,0.99);
    } 
} 

.btn-tracker-menu > span{
    color: var(--color2);
}

.p-tracker-name{
    font-weight: bold;
}

.input-tracker-tracking-note{
    margin-top: 10px;
}

#input-overlay-systemAddTask-count,
#input-overlay-systemAddTask-minutes,
#input-overlay-systemEditTask-count,
#input-overlay-systemEditTask-minutes,
.input-number-short{
    width: 100px;
    color: rgb(122,122,128);
}

.input-number-shorter{
    width: 60px;
    color: rgb(122,122,128);
    display: inline-block;
}

.input-number-veryShort{
    width: 45px;
    color: rgb(122,122,128);
    display: inline-block;
}

.div-overlay-systemAddTask-day,
.div-overlay-systemEditTask-day,
.div-overlay-systemShowTask-day,
.div-overlay-planAddTask-day,
.div-overlay-planEditTask-day,
.div-overlay-planShowTask-day{
    margin-bottom: 20px;
}

#btn-addTracker{
    float: left;
}

label{
    color: rgb(0,128,192);
}

#div-index,
#div-folders,
#div-timelapse,
#div-timelapses,
#div-examples,
#div-settings,
#div-overlay-addFolder{
    margin-bottom: 120px;
}

#div-folder{
    margin-bottom: 260px;
}

#div-footerMobile{
    display: flex;
    height: 70px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 1001;
    background-color: rgba(255,255,255, 0.97);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.a-footerMobile{
    font-size: 10px;

    color: rgb(120,120,120);
    text-align: center;

    display: inline-block;
    width: calc(100% / 4);
    height: 70px;
    padding-top: 20px;
}

.a-footerMobile-chosen{
    color: var(--color1);
    text-decoration: underline;
}

.a-footerMobile:hover, .a-footerMobile:focus{
    color: rgb(80,80,80);
    text-decoration: none;
}

/* 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: 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-filter{
    float: right;
}

#btn-timelapse-menu{
    float: right!important;
}

#div-timelapse-timelapse-menu{
    padding: 10px;
    margin-bottom: 20px;
    border-style: solid;
    border-radius: 5px;
    border-color: rgb(230,230,230);
    border-width: 1px;
    display: none;
}

#h2-timelapse-timelapse-menu{
    margin-top: 0px;
}

#btn-timelapse-stop,
#btn-timelapse-repeat{
    display: none;
}

#div-timelapse-start{
    display: none;
}

#img-timelapse-loading{
    margin-top: 20px;
}

#p-folder-folder-date{
    color: red;
    font-weight: bold;
    display: none;
}

#p-folder-folder-date:hover, #p-folder-folder-date:focus{
    text-decoration: underline;
}

@media screen and (max-width: 600px){
    .h1-overlay-head{
        font-size: 16px;
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

#btn-folder-folder-edit,
#btn-folder-folder-delete{
    display: none;
}

.dropdown-content-left{
    left: -120px;
}

#lbl-folder-folder-date{
    cursor: pointer;
    margin-top: 10px;
}

#lbl-folder-folder-date:hover{
    text-decoration: underline;
}

.lbl-folder-folder-date-false{
    color: #d9534f;
    font-weight: 800;
}

.div-dropdown-ampm{
    display: inline;
}

#btn-folder-folder-currentdate{
    display: none;
    margin-bottom: 10px;
}


.span-grey{
    margin-left: 10px;
    color: rgb(190,190,190);
}

.span-black{
    margin-left: 10px;
}

.li-tracker-inactive{
    background-color: rgba(180,180,180, 0.25);
}

.dropdown-inline{
    display: inline-block;
    margin-left: 5px;
}

#lbl-overlay-addTracker-warning{
    color: rgb(255,0,0)!important;
    display: none;
}

.span-tutorial-track{
    color: var(--color3);
    font-weight: bold;
}

.div-tutorial-track{

}

.lbl-center{
    display: block;
    text-align: center;
}

.span-tutorial-track-chosen{
    text-shadow: 0px 0px 5px rgba(0,0,0, 1);
}

.div-tutorial{
    display: none;
}

.div-tutorial[data-value="1"]{
    display: block;
}

#btn-tutorial-close{
    display: none;
}

.a-footerMobile >span {
    font-size: 20px;
}

.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);
}

.input-overlay-editTask-day,
.input-overlay-editTask-day-optional{
    display: inline-block;
    width: 100px;
}

/* 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;
}

.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-left{
    width: 60px;
}

/* Panel-CSS */

.h1-appaxy{
    font-size: 26px;
    font-weight: bold;
    margin-top: -6px;
    color: white;
    background-color: rgb(0,128,192);
    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(0,128,192);
    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(0,128,192);
    background-color: rgb(0,128,192);
    color: white;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-appaxy:focus,
.btn-appaxy:hover{
    background-color: rgb(0,128,220)!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(0,128,192);
    border-color: rgb(0,128,192);
}