#schwarzes-brett {
    max-width: 600px;
    background: url('images/holz.jpg');
    padding: 15px;
    margin: 1em auto;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.4), inset -3px -3px 15px 0px rgba(0,0,0,0.4), inset 3px 3px 15px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.4), inset -3px -3px 15px 0px rgba(0,0,0,0.4), inset 3px 3px 15px 0px rgba(255,255,255,0.2);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.4), inset -3px -3px 15px 0px rgba(0,0,0,0.4), inset 3px 3px 15px 0px rgba(255,255,255,0.2);
}

#schwarzes-brett-body {
    -webkit-box-shadow:  inset 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow:  inset 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow:  inset 2px 2px 5px 0px rgba(0,0,0,0.3);
    text-align: center;
    background: url('images/pinnwand-hintergrund.jpg');
    width: 100%;
    margin: auto;
    padding: 10px;
}

#schwarzes-brett .no-notes {
    color: #523825;
    background: #d6ae8fb5;
}


.notiz .pinn, .notiz .pinn span {
    display: block;
    width: 100%;
    height: 20px;
}

.notiz {
    text-align: left;
    -webkit-box-shadow: 1px 1px 5px 0 #8e7366;
    -moz-box-shadow: 1px 1px 5px 0 #8e7366;
    box-shadow: 1px 1px 5px 0 #8e7366;
    margin: 10px auto 0 auto;
    padding: 20px;
}

@media(min-width: 768px) {
    #schwarzes-brett-body {
        padding: 20px;
    }
    .notiz {
        margin-top: 20px;
    }
}

.notiz-inner {

}

.notiz-first {
    margin-top: 0;
}

.notiz-last {
    margin-bottom: 0;
}

.notiz .pinn, .notiz .pinn span {
    background: url('images/pinn.gif') no-repeat top left;
    height: 15px;
}

.notiz .pinn span {
    background-position: top right;
}

.notiz-normal {
    background: url('images/notiz-normal.jpg');
}
.notiz-normal a {
    color: #a67415;
}

.notiz-rot {
    background: url('images/notiz-rot.jpg');
}

.notiz-rot a {
    color: #a8331d;
}

.notiz-blau {
    background: url('images/notiz-blau.jpg');
}

.notiz-blau a {
    color: #1948f3;
}

.notiz-gruen {
    background: url('images/notiz-gruen.jpg');
}

.notiz-gruen a {
    color: #27a026;
}

.notiz-gelb {
    background: url('images/notiz-gelb.jpg');
}

.notiz-gelb a {
    color: #ad8b16;
}

.notiz-violett {
    background: url('images/notiz-violett.jpg');
}

.notiz-violett a {
    color: #9042c7;
}

.notiz-kommentar0 {
    margin-top: 10px;
    background: url('images/kommentar-bg0.jpg');
}
.notiz-kommentar1 {
    margin-top: 10px;
    background: url('images/kommentar-bg1.jpg');
}

.td {
    background: #E7D6B0;
}

.schwarzesbrett_table textarea {
    display: block;
    margin: auto;
    width: 90%;
    height: 300px;
}

.schwarzesbrett_table input[type=text] {
    width: 100%;
}

.schwarzesbrett_table img {
    margin: 2px;
}

.notiz h1 {
    font-size: 1.5rem;
    margin: 0 auto;
}

#body .notiz p.datum {
    margin: 5px auto 1em auto;
    text-align: center;
}

.notiz-kommentar .klebeband, .notiz-kommentar .klebeband span {
    display: block;
    width: 90%;
    margin: -54px auto 0;
    height: 61px;
    background: url('images/klebeband.png') no-repeat top left;
}
.notiz-kommentar .klebeband span {
    width: 100%;
    background-position: top right;
}

.notiz textarea {
    width: 100%;
    margin: auto;
}

.notiz a {
    cursor: pointer;
}

.notiz-kommentar .notiz-inner {
    margin-bottom: 2em;
    margin-top: 10px;
}

.notiz hr {
    border: 0;
    background: #737373a8;
    margin: 2.5em auto 1em;
    height: 1px;
}

.selectedeintrag {
    background: #95d280;
}

.kommentar_datum {
    text-align: right;
    margin-top: 5px;
    color: #7a7a7a;
}
