body {
    font-size: 16px;

    background: #FFFFFF;

    flex-direction: column;
    justify-content: space-between;
    display: flex;
    min-height: 100vh;
}


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(2,103,128);
    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;
    }
}


@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);
}


h2{
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgb(0,0,0);
}

footer{
    background-color: rgba(0,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: rgba(0,0,0,0.3);
}


#button-bearbeiten{
    margin-left: 20px;
}


#div-object{
    padding: 20px;
}


.login-dark{
    padding: 20px;
}


#form-modul-name{
    margin-bottom: 10px;
}


#form-modul-passwort{
    margin-bottom: 10px;
}


#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{
    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: -45px;
}

hr{
    margin-top: 5px;
    margin-bottom: 0px;
}

.div-overlay-body{
    padding: 10px;
}

.input-count{
    width: 60px;
}

.input-small{
    width: 60px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

ul{
    padding-left: 0px;
}

.li-timelapses{
    border-style: solid;
    border-width: 1px;
    border-color: rgba(150,150,150, 0.2);
    list-style: none;
    cursor: pointer;
    padding: 5px;
}

.li-memory, .li-folders-folders, .li-timelapse, .li-example, .li-example-used{
    list-style: none;
    cursor: pointer;
}

.panel-hide{
    display: none;
}

.panel-show{
    display: block;
}

.input-count{
    width: 60px;
}

.img-loader{
    display: block;
    margin: 0 auto;
}

#div-overlay-addMemory-default,
#div-overlay-editMemory-default{
    display: none;
}

#div-overlay-addMemory-defaultType1,
#div-overlay-addMemory-defaultType2,
#div-overlay-addMemory-defaultType3,
#div-overlay-addMemory-defaultType4,
#div-overlay-addMemory-defaultType5{
    display: none;
}

#div-overlay-addMemory-rating,
#div-overlay-addMemory-rating-settings,
#div-overlay-addMemory-rating-settings-ratingType1,
#div-overlay-addMemory-rating-settings-ratingType2,
#div-overlay-editMemory-rating,
#div-overlay-editMemory-rating-settings,
#div-overlay-editMemory-rating-settings-ratingType1,
#div-overlay-editMemory-rating-settings-ratingType2{
    display: none;
}

#div-overlay-addMemory-buildOn,
#div-overlay-editMemory-buildOn{
    display: none;
}

/* New Memory Design */
.div-memory{
    display: flex;
}

.div-memory-part{
    border-style: none;
    display: inline-block;
}
.div-memory-left, .div-memory-right{
    width: 50px;
}
.div-memory-middle{
    width: calc(100% - 80px);
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

.li-memory,
.li-folders-folders,
.li-timelapse,
.li-example,
.li-example-used{   
    border-style: none;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

.li-folders-folders,
.li-timelapse,
.li-example,
.li-example-used{
    padding: 5px;
}

.a-folders-folders,
.a-timelapse{
    color: rgb(80,80,80);
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.a-folders-folders:hover,
.a-timelapse:hover{
    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: rgb(2,103,128);
}

.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: rgb(223,223,223);
    margin-right: 8px;
}

.btnTracking:hover, .btnTracking:focus{
    background-color: rgba(3,94,117, 0.5);
}

.btnTrackingDone,
.btnTrackingDone:focus,
.btnTrackingDone:hover{
    height: 25px;
    width: 90px;
    padding: 0px;
    color: rgb(255,255,255);
    background-color: rgb(3,94,117);
    margin-right: 8px;
    font-weight: bold;
}

.btn-memory-tracking > span{
    color: rgb(16,129,75);
}

.btn-memory-tracking{
    border-radius: 20px;
}

.btn-memory-menu > span{
    color: rgb(3,94,117);
}

.p-memory-name{
    font-weight: bold;
}

.btn-default{
    border-radius: 20px;
}

.btn-primary{
    background-color: rgb(3,94,117);
    border-radius: 20px;
}

.btn-primary:hover, .btn-primary:focus{
    background-color: rgb(4,123,153);
}

label{
    color: rgb(3,94,117);
}

#div-folder{
    margin-bottom: 120px;
}

#div-footerMobile{
    display: flex;
    height: 70px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: fixed;
    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: rgb(2,103,128);
    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;
}

#div-timelapse-video{
    display: none;
    margin-top: 20px;
}

.div-timelapse-video{
    padding: 10px;
    border-radius: 10px;
    background-color: rgb(243, 244, 255);
}

.div-timelapse-video-outer{
    height: 100px;
    float: left;
    padding: 10px;
    margin-bottom: 20px;
}

@media screen and (min-width: 1000px){
    .div-timelapse-video-outer{
        width: 20%;
    }
}

@media screen and (min-width: 800px) and (max-width: 1000px){
    .div-timelapse-video-outer{
        width: 25%;
    }
}

@media screen and (min-width: 600px) and (max-width: 800px){
    .div-timelapse-video-outer{
        width: 33.3333333333333%;
    }
}

@media screen and (max-width: 600px){
    .div-timelapse-video-outer{
        width: 50%;
    }
}

.img-timelapse-video-rating{
    height: 30px;
    width: 30px;
}

.img-correlation{
    height: 25px;
    width: 25px;
}

.p-timelapse-video-name{
    line-height: 1em;
    height: 3em;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

#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;
}

#btn-folder-folder-currentdate{
    display: none;
    margin-bottom: 10px;
}

@media screen and (max-width:410px) {
    .input-memory-tracking-type3-hours, 
    .input-memory-tracking-type3-minutes, 
    .input-memory-tracking-type3-seconds,
    .input-memory-tracking-type4-hours, 
    .input-memory-tracking-type4-minutes,
    .input-memory-tracking-type4-seconds{
        width:40px;
    }
}

#btn-timelapse-timelapse-menu-close{
    float: right;
}

.span-grey{
    margin-left: 10px;
    color: rgb(190,190,190);
}

.li-memory-inactive{
    background-color: rgba(180,180,180, 0.25);
}

.dropdown-inline{
    display: inline-block;
    margin-left: 5px;
}

#lbl-overlay-addMemory-warning{
    color: rgb(255,0,0)!important;
    display: none;
}

.span-tutorial-track{
    color: rgb(4,123,153);
    font-weight: bold;
}

.div-tutorial-track{

}

.lbl-center{
    display: block;
    text-align: center;
}

.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;
}

.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;
}

#btn-timelapse-menuMobile{
    background-color: rgba(0,0,0,0);
    border-style: none;
}

#btn-timelapse-menuMobile span{
    font-size: 20px;
}

#div-footerMobile{
    display: flex;
    height: 70px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 100001;
    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;
}

.a-footerMobile >span {
    font-size: 20px;
}

.a-footerMobileChosen{
    color: rgb(255,0,0);
}

/* Panel-CSS */

.h1-overlay-head{
    color: white;
}

.div-overlay-outer{
    max-width: 900px;   
    margin: 0 auto;
    margin-top: 30px;
}

.div-overlay-inner{
    background-color: rgb(2,103,128);   
    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;
}

.div-overlay-body{
    padding: 10px;
    background-color: white;
}

.h1-appaxy{
    font-size: 26px;
    font-weight: bold;
    margin-top: -6px;
    color: white;
    background-color:rgb(2,103,128);
    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(2,103,128);
    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(2,103,128);
    background-color: rgb(2,103,128);
    color: white;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-appaxy:focus,
.btn-appaxy:hover{
    background-color: rgb(2,103,128)!important;
    background-color: rgb(2,140,178)!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(2,103,128);
    border-color: rgb(2,103,128);
}

/* 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-overlay-addMemory-content,
#div-overlay-editMemory-content{
    display: none;
}