@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/fileadmin/template/csstooltip/fonts/glyphicons-halflings-regular.eot');
    src: url('/fileadmin/template/csstooltip/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fileadmin/template/csstooltip/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/fileadmin/template/csstooltip/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fileadmin/template/csstooltip/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fileadmin/template/csstooltip/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

div.csc-textpic {
    overflow: visible
}

.bodytext {
    color: #686868
}

.bodytext a {
    text-transform: uppercase;
    font-weight: bold;
    color: #cf003d
}

.bodytext a:hover {
    color: #cf003d
}

a.wt_csstooltip {
    position: relative;
    z-index: 240;
    color: #cf003d;
    text-decoration: none;
    text-transform: none;
    background: transparent
}

a.wt_csstooltip::before {
    font-family: 'Glyphicons Halflings';
    content: "\e233";
    margin-right: 5px
}

a.wt_csstooltip:hover, a.wt_csstooltip:focus {
    z-index: 250;
    color: #cf003d;
    text-decoration: none !important
}

.wt_csstooltip_description {
    display: none;
    font-weight: normal;
    z-index: 250;
    text-transform: none;
    text-decoration: none !important;
    color: #686868 !important;
    width: 550px;
    min-height: 100px;
    height: auto;
    z-index: 999999;
    background-color: #fff;
    padding: 15px
}

@media screen and (min-width: 768px) {
    a.wt_csstooltip:hover div {
        display: block;
        position: absolute;
        top: 2em;
        right: 0px;
        overflow: visible
    }
}

@media screen and (max-width: 767px) {
    a.wt_csstooltip:focus div {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden
    }
}