.fab-interface .fab-launcher {
    position: fixed !important;
    top: !important;
    right: !important;
    /* bottom: 79px !important; */
    left: 10px !important;
    background-image: url("https://www.pfadfinder-cherusker.de/fileadmin/confi/floating_icon_new.svg");
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    width: 60px;
    height: 70px;
    padding: 0;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
}
.fab-interface:hover .fab-launcher {
  width: 80px;
  height: 90px;
  transition: width 0.5s, height 0.5s;
}
.fab-interface .fab-launcher:hover {
    filter: invert(27%) saturate(80%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.fab-interface * {
    box-sizing: border-box;
    bottom: 10% !important;
    padding: 10px;
}
.fab-launcher {
    z-index: 10000 !important;
}
* {
    outline: 0;
    background-clip: padding-box;
}
.fab-interface .fab-launcher2 {
    display: none;
    position: fixed !important;
    top: !important;
    right: !important;
    left: 10px !important;
    /* background-image: url("https://www.pfadfinder-cherusker.de/fileadmin/confi/icon-donation.svg"); */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 80px;
    padding: 0;
    color: #000000;
    cursor: pointer;
    z-index: -1000;
    margin-left: 25px;
}
.fab-interface:hover .fab-launcher2 {
    display: block;
    left: 70px !important;
    width: 70px;
    height: 100px;
    transition: width 0.5s, height 0.5s, left 0.5s;
    z-index: 10000;
}
.fab-interface .fab-launcher2:hover {
    filter: invert(27%) saturate(80%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.fab-interface {
    position: fixed;
    left: 10px;
    bottom: 10%;
    width: 60px;
    height: 80px;
    z-index: 10000;
}
.fab-interface:hover {
    width: 200px;
    height: 100px;
    z-index: 10000;
}
.fab-tag{
    padding: 0px;
    display: none;
    text-align: center;
}
.fab-tag-hover{
    padding: 0px;
    display: none;
    text-align: center;
}
.fab-launcher:hover .fab-tag-hover{
    display: block;
    color: #000000;
    font-size: medium;
}
.fab-launcher .fab-tag{
    display: block;
    color: #000000;
    font-size: small;
}

.fab-launcher2:hover .fab-tag{
    display: block;
    color: #000000;
    filter: none;
}
.fab-launcher:hover .fab-tag{
    display: block;
    color: #000000;
    filter: none;
}

.fab-tag *{
    padding: 0px;
}


