/* Floating Sidebar */

.wgtl-floating-sidebar {
    position: fixed;
    top: 180px;
    right: 0px;
    z-index: 200;
}

.wgtl-floating-sidebar div {
    background-repeat: no-repeat;
    height: 44px;
    margin-bottom: 4px;
    position: relative;
    width: 51px;
    padding: 5px;
    line-height: 1em;
}

.wgtl-floating-sidebar div > span {
    bottom:0;
    font-size: 11px;
    left: 0;
    padding: 5px;
    position: absolute;
    right:0;
    text-align: center;
    top: 0;
    cursor: pointer;
}

.wgtl-floating-sidebar div > span .fa {
    font-size: 25px;
    margin: 0 5px;
}

.wgtl-floating-sidebar > div:checked {
    background-color: #f49700;  
}

.svg-icon {
    margin-top: 0 !important;   
}

/*
.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: 2px solid rgb(255, 255, 255) !important;
    font-size: 14px;
    z-index: 999;
}

.floatingbox div {
    padding: 10px;
}

.floatingbox a:hover,
.floatingbox h4,
.floatingbox a {
    color: #fff;
}

.floatingbox a:hover {
    text-decoration: underline;
}

.floatingbox > div button {
    background-color: #009de0;
    border: none;
    color: white;
    padding: 5px 10px;
}

div.lang-at-container,
div.lang-ch-container,
div.lang-de-container {
    padding: 0;
}

div.lang-at-container,
div.lang-ch-container {
    display: none;    
}

div.importeur-resitrix,
div.importeur-hertalan {
    float: left;
    width: 50%;
    padding: 0;
}

div.lang {
    clear: left;
    padding: 1em 0 0 0;
    text-align: right;
}

a.button {
    background-color: #009de0 !important;
    border: none !important;
    color: white !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: normal !important;
    margin-right: 5px !important;
    padding: 3px 6px !important;
    text-decoration: none !important;
}

a.button:last-child {
    margin-right: 0 !important;
}
a.active,
a:hover.button {
    background-color: rgb(244, 151, 0) !important;    
}

a:hover.button {
    text-decoration: none !important;
}

.de,
.ch,
.at {
    display: inline !important;
}

p a:not(.dt-btn)::before {
    display: none !important;
}

p a:not(.dt-btn) {
    padding-left: 0 !important;
}

/* Responsive Anpassungen */

@media screen and (max-width: 500px){
    .wgtl-floating-sidebar {
        display: none !important;
    }
}