.clearfixStickyNote:before,
.clearfixStickyNote:after {
    content: " ";
    display: table;
}

.clearfixStickyNote:after {
    clear: both;
}

.clearfixStickyNote {
    *zoom: 1;
}

.wrapperStickyNote {
    margin: 0 auto;
}

/* Note styles */
.note-wrap {
    width: 235px;
    min-height: 235px;
    padding: 20px;
    margin: 10px 12px 30px 12px;
    position: relative;
    font-size: 19px;
    vertical-align: top;
    font-family: Englebert, Arial;
    color: #4b453c;
    background: #F7E999;
    line-height: 25px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    float: left;
}

.stickyEdit, .stickyEdit:hover, .stickyEdit:focus {
    display: block;
    background: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 10px;
    transform: rotate(-2deg);
    border: 0;
}

.stickyDelete, .stickyDelete:hover, .stickyDelete.focus {
    display: block;
    background: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 30px;
    transform: rotate(-2deg);
    border: 0;
}

.klebestreifen {
    display: block;
    background: rgba(227, 200, 114, 0.4);
    width: 235px;
    height: 28px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 6px/18px 0;
    position: absolute;
    top: -22px;
    left: 0;
    transform: rotate(-2deg);
    text-align: center;
}

#create {
    user-select:none;
    padding:20px;
    border-radius:20px;
    text-align:center;
    border:15px solid rgba(0,0,0,0.1);
    cursor:pointer;
    color:rgba(0,0,0,0.1);
    font:220px "Helvetica", sans-serif;
    line-height:185px;
    box-sizing:border-box;
}

#create:hover { border-color:rgba(0,0,0,0.2); color:rgba(0,0,0,0.2); }

#createNote {
    right: -1000px;
    width: 235px;
    min-height: 235px;
    padding: 20px;
    margin: 22px 22px 130px 22px;
    font-size: 19px;
    vertical-align: top;
    display: inline-block;
    font-family: Englebert, Arial;
    color: #4b453c;
    background: #F7E999;
    line-height: 25px;
    text-align: center;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    transform: rotate(-2deg);
}

#createNote:before, #titleNote, #editTitleNote {
    display: block;
    content: " ";
    background: rgba(227, 200, 114, 0.4);
    width: 235px;
    height: 28px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 6px/18px 0;
    position: absolute;
    top: -18px;
    left: 0;
    transform: rotate(-2deg);
}
#editNote {
    opacity: 0;
    width: 235px;
    min-height: 235px;
    padding: 20px;
    margin: 22px 22px 130px 22px;
    font-size: 19px;
    vertical-align: top;
    display: inline-block;
    font-family: Englebert, Arial;
    color: #4b453c;
    background: #F7E999;
    line-height: 25px;
    text-align: center;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    transform: rotate(-2deg);
}
#editNote:before, #editTitleNote {
    display: block;
    content: " ";
    background: rgba(227, 200, 114, 0.4);
    width: 235px;
    height: 28px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 6px/18px 0;
    position: absolute;
    top: -18px;
    left: 0;
    transform: rotate(-2deg);
}

.slideInStickyNote {
    -webkit-animation: slideInStickyNote 1s forwards;
    animation: slideInStickyNote 1s forwards;
}
.slideOutStickyNote {
    -webkit-animation: slideOutStickyNote 1s forwards;
    animation: slideOutStickyNote 1s forwards;
}


#contentNote, #editContentNote {
    border: 0;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    font-family: Englebert, Arial;
    color: #4b453c;
    background: #F7E999;
    padding: 0;
    float:left;
    height:250px;
    box-sizing:border-box;

}
#titleNote, #editTitleNote {
    border: 0;
    text-align: center;
}

@-webkit-keyframes slideInStickyNote {
    0% {opacity:0;}
    100% {opacity:1; display: block; position: static;}
}

@keyframes slideOutStickyNote {
    0% {opacity:1;}
    100% {opacity:0; position: absolute;}
}

#colorNote, #editColorNote {
    display: block;
    padding: 0;
    width: 30px;
    border: 0;
    height: 28px;
    position: absolute;
    bottom: -28px;
    left: 0;
}
#bgLabel, #editBgLabel {
    display: block;
    padding: 0;
    width: 200px;
    border: 0;
    height: 28px;
    position: absolute;
    bottom: -28px;
    left: 35px;
    margin: 0;
    text-align: left;
}

#textColor, #editTextColor {
    display: block;
    padding: 0;
    width: 30px;
    border: 0;
    height: 28px;
    position: absolute;
    bottom: -54px;
    left: 0;
}

#textLabel, #editTextLabel {
    display: block;
    padding: 0;
    width: 200px;
    border: 0;
    height: 28px;
    position: absolute;
    bottom: -54px;
    left: 35px;
    margin: 0;
    text-align: left;
}

#privacy, #editPrivacy {
    display: block;
    padding: 0;
    width: 30px;
    border: 0;
    height: 28px;
    position: absolute;
    bottom: -82px;
    left: 0;
    margin: 0;
    text-align: left;
}

#privacyLabel, #editPrivacyLabel {
    display: block;
    padding: 0;
    width: 100px;
    border: 0;
    height: 28px;
    position: absolute;
    bottom: -82px;
    left: 35px;
    margin: 0;
    text-align: left;
}

#submitNote, #editSubmitNote {
    display: block;
    padding: 0;
    width: 130px;
    border: 0;
    height: 28px;
    position: absolute;
    bottom: -80px;
    right: 0;
    margin: 0;
}

#cancelEdit {
    display: block;
    padding: 0;
    width: 100%;
    border: 0;
    height: 28px;
    position: absolute;
    bottom: -116px;
    right: 0;
    margin: 0;
}