#widgets {
    position: fixed;
    top: 4px;
    left: 4px;
    z-index: 110;
    padding: 0px;
    margin: 0px;
    background-color: #e8e8e8;
    border-radius: 8px;
    font-family: sans-serif;
}



#widgets .widgets_menu {
    background-color: #d28615;
    color: #fff;
    padding: 8px;
    border-radius: 8px 8px 0px 0px;
}



#widgets .widgets_menu_links {
    text-align: left;
    padding: 0px;
    margin: 0px;
    width: calc(50% - 5px);
    display: inline-block;
}



#widgets .widgets_menu_rechts {
    text-align: right;
    padding: 0px;
    margin: 0px;
    width: 50%;
    display: inline-block;
}



#widgets .widgets_menu .widgets_menu_knopf {
    background-color: #d28615;
    color: #fff;
    padding: 8px;
    margin: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
    transition: all 0.2s;
}



#widgets .widgets_menu .widgets_menu_knopf:hover {
    background-color: #e69316;
}



#widgets .widgets_inhalt {
    background-color: #fff;
    color: #151515;
    padding: 8px;
    margin: 8px;
    border-radius: 8px;
    overflow-y: scroll;
    height: calc(100% - 95px);
    max-height: 300px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 32px);
    transition: opacity 0.2s;
    opacity: 1.0;
}



#widgets .widgets_inhalt.arbeitet {
    opacity: 0.5;
    pointer-events: none;
}



#widgets .widgets_knopf {
    display: block;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #8b8b8b;
    border-bottom: 1px solid #8b8b8b;
    border-left: 1px solid #dddddd;
    border-radius: 8px;
    margin: 2px;
    padding: 10px 8px 8px 8px;
    color: #383838;
    background-color: #d28615;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
    vertical-align: middle;
    font-size: 85%;
}



#widgets .widgets_knopf .cmsicon {
    font-size: 150%;
    margin-right: 8px;
}



#widgets .widgets_knopf span {
    vertical-align: middle;
}



#popup .widgets_knopf {
    display: block;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #8b8b8b;
    border-bottom: 1px solid #8b8b8b;
    border-left: 1px solid #dddddd;
    border-radius: 8px;
    margin: 2px;
    padding: 10px 8px 8px 8px;
    color: #383838;
    background-color: #d28615;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
    vertical-align: middle;
    font-size: 85%;
    text-align: left;
}



#popup .widgets_knopf .cmsicon {
    font-size: 150%;
    margin-right: 8px;
}



#popup .widgets_knopf span {
    vertical-align: middle;
}



.widget {
    opacity: 0.0;
    transition: all 0.5s;
}