.dates {
  display: none;
}
.summernote_wrap {
    position: relative;
    /*margin-right: 15px;*/
    margin-bottom: 21px;
}
.open, .open_abl {
    display: block !important;
}
.tool {
    position: absolute;
    right: 0;
    top: 0;
    width: 105px;
}
ul.tool_menu_ul {
    list-style: none;
    font-size: 10pt;
    display: none;
    overflow: auto;
    font-family: BastardusSansRegular;
    font-size: 10pt;
    text-shadow: 1px 1px 2px #AFAFAF;
    padding: 0 3px 0px 3px;
    margin: 0;
    height: 120px;
    color: black !important;
    background: white;
    border: 1px solid grey;
    border-radius: 3px;
}
ul.tool_menu_ul li {
    list-style: none outside none;
    background-color: rgba(255,249,255,0.87);
    margin-bottom: 0.4em;
    cursor: pointer;
    height: 21px;
    padding-bottom: 9px;
}
ul.tool_menu_ul li:first-child {
  margin-top: 0.4em;
}
ul.tool_menu_ul li:hover {
  background: rgba(0,0,0,.5);
  color: white;
}
#new_entry, #edit_akt_info_btn {
  margin-bottom: 12px;
  outline: none;
  box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}
#new_entry_div {
    margin-bottom: 12px;
    padding: 0 12px 12px 12px;
    background: rgb(242 242 242 / 98%);
    width: 99%;
}
#edit_akt_info {
    background: white;
    width: 99%;
    padding: 9px;
    font-size: 12pt;
    margin-bottom: 12px;
}
#edit_akt_info_cont {
    border: 1px solid grey;
    margin-bottom: 9px;
    padding: 12px;

}
.ifr_wrap, .ifr_wrap_spec {
  box-shadow: 6px 6px 9px rgba(0,0,0,.5);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.div_akt_img {
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.div_akt_img_81 {
  width: 81%;
}
.div_akt_img_75 {
  width: 75%;
}
.div_akt_img img {
  width: 100%;
}
