body#login{
   background: url("../images/tomoe-steineck-07Yvhdv21q4-unsplash.jpg") no-repeat center center;
   background-size: cover;
}

#modx-login-logo {
    padding: 18px 0 2px 24px;
    margin: 0;
    background: white;
}

#modx-navbar #modx-home-dashboard{
    background:url("../images/Logo_oo-kl.png") no-repeat center center;
    background-size: contain;
}

#modx-panel-login-div{
    box-shadow: none;
    padding-top: 12px;
}

#modx-login-logo img {
    width: 230px;
}

li[data-field="113"] {
    background: #eeeeee;
}

li[data-field="113"] .contentblocks-field-actions-top{
    display: none;
}

li[data-field="113"] .contentblocks-repeater-add-item{
    transform: scale(.9);
    color: white;
    font-size: 0px;
}

li[data-field="113"] .contentblocks-repeater-add-item::before{
    content: "+ button hinzufügen";
    color: gray;
    display: inline;
    font-size: 14px;
}

li[data-field="205"] {
    background: #eeeeee;
}

li[data-field="205"] .contentblocks-field-actions-top{
    display: none;
}

li[data-field="205"] .contentblocks-repeater-add-item{
    transform: scale(.9);
    color: white;
    font-size: 0px;
}

li[data-field="205"] .contentblocks-repeater-add-item::before{
    content: "+ button hinzufügen";
    color: gray;
    display: inline;
    font-size: 14px;
}