/* Floating Sidebar */
.wgtl-floating-sidebar {
    position: fixed;
    top: 180px;
    right: 0px;
    z-index: 200;
}

.wgtl-floating-sidebar div {
    background-repeat: no-repeat;
    border: #000 1px solid;
    height: 50px;
    margin-bottom: 10px;
    position: relative;
    width: 50px;
}

.wgtl-floating-sidebar div > span {
    bottom:0;
    font-size: 13px;
    left: 0;
    position: absolute;
    right:0;
    text-align: center;
    top: 0;
    cursor: pointer;
}
/*
.wgtl-floating-sidebar > div:first-child {
    background-image: url(/wp-content/themes/dt-the7-child/images/sh-landestheater-ticket-icon.png);
}
.wgtl-floating-sidebar > div:last-child {
    background-image: url(/wp-content/themes/dt-the7-child/images/sh-landestheater-kontakt-icon.png);
}
*/
.floatingbox {
    border: 1px solid black;
    z-index: 999;
    background-color: #fff;
}