@font-face {
    font-family: 'Handlee';
    src: url('../fonts/handlee/Handlee-Regular.ttf');
}

html {
    position: relative;
    height: 100%;
}

body{
    background-color: #f5f5f5;
    height: 100%;
    display: flex;
    flex-direction: column;
}


.item{
    z-index: 9999!important;
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1); */
    border-radius: .3rem;
    display: inline-block;
    margin: 10px;
}

#message{
    display: none;
    margin: 50px 0 15px 0;
}

#messageText{
    font-family: "Handlee";
    font-size: 200%;   
}

.item:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    cursor: pointer;
}

.tonnenBtn{
    border: 3px solid white;
}

.ui-droppable-hover{
    border: 3px solid #676c7f;
}

#titleWrapper{
    text-align: center;
    color: #ca7866;
    font-family: Handlee;
    margin: 10px 0;
    padding: 10px;
}

#innerWrapper{

}

.headerHide{
    display: none;
}

#titleWrapper span{
    font-size: 160%;
}

#muellWrapper{
    min-height: 285px;
    padding: 10px;
    display: none;
}

#tutorialBox{
    padding: 10px!important;
    margin: 0;
    background-color: white;
    color: #676c7f;
    min-height: 20px;

}

.dropped{
    cursor: not-allowed!important;
}

.fill{
    width: 100%;
    min-height: 220px;
    min-width: 160px;
    margin: 10px 0!important;
    color: #ca7866;
    border-radius: .3rem;
    text-align: center;
    background: #fff;
    display: inline-block;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}



#faultierBild{
    max-height: 150px;
    
}

#muellBilderBox, #tonnenBox{
    display: none;
}



#tonnenBox{
    margin-bottom: 40px;
}

.muellBild{
    max-width: 200px;
    max-height: 200px;   
}


#punktestand{
    color: #676c7f;
    height: 34px;
}

#feedback{
    display: none;
}

.container {
    width: 100%;
    max-width: 1150px;
    padding: 0 15px;
    flex: 1 0 auto;
}
.footer {
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    background-color: #676c7f;
    color: white!important;
    font-weight: lighter;
    padding: 25px 10px 10px 10px;
    flex-shrink: 0;
}

.footer a{
    color: white;
}

.footerTitle, .textTitle{
    font-family: Handlee;
    font-size: 22px;
    margin-bottom: 5px;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}