.tooltip,
.tooltip-teaser {
    text-align: left;
    font-size: 12px;
    display: none;
    position: absolute;
    padding: 10px;
    min-height: 16px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
    z-index: 16777272; /* so sorry about this value, but tooltips must be available on overlays, too */
    border: 1px solid #888\9;
}

.black-tip {
    color: #fff !important;
    text-align: center !important;
    padding: 5px 7px 2px;
    margin-top: -4px;
    border: none;
    border-radius: 2px;
    background-color: #2e2e2e;
}

.black-tip * {
    color: #fff !important;
    text-align: center !important;
}

.tooltip #arrow,
.tooltip-teaser #arrow {
    display: block !important;
    display: none;
    position: absolute;
    z-index: 100001;
}

.sticky {
    padding: 9px 22px !important;
}

.tooltip #close,
.tooltip-teaser #close {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 15px;
    width: 15px;
    background-position: -80px -295px;
    cursor: pointer;
}

.tooltip span.bottom,
.tooltip-teaser span.bottom {
    top: -12px;
    left: 50%;
    margin-left: -12px;
    height: 13px;
    width: 28px;
    background-position: -2px -299px;
}

.tooltip span.leftbottom,
.tooltip-teaser span.leftbottom {
    top: -12px;
    right: 25px;
    width: 26px;
    height: 13px;
    background-position: -1px -299px;
}

.tooltip span.left,
.tooltip-teaser span.left,
.tooltip span.leftspecial,
.tooltip-teaser span.leftspecial,
.tooltip span.rightnew,
.tooltip-teaser span.rightnew,
.tooltip span.leftnew,
.tooltip-teaser span.leftnew,
.tooltip span.right,
.tooltip-teaser span.right {
    height: 26px;
    width: 13px;
}

.tooltip span.left,
.tooltip-teaser span.left {
    right: -12px;
    top: 5px;
    background-position: -42px -301px;
}

.tooltip span.leftspecial,
.tooltip-teaser span.leftspecial {
    top: -12px;
    right: -12px;
    background-position: -17px -301px;
}

.tooltip span.top,
.tooltip-teaser span.top {
    bottom: -13px;
    left: 50%;
    margin-left: -12px;
    width: 25px;
    height: 13px;
    background-position: -33px -311px;
}

.tooltip span.rightnew,
.tooltip-teaser span.rightnew {
    left: -12px;
    top: 5px;
    background-position: 0 -299px;
}

.tooltip span.leftnew,
.tooltip-teaser span.leftnew {
    right: -12px;
    top: 5px;
    background-position: -16px -301px;
}

.tooltip span.right,
.tooltip-teaser span.right {
    left: -12px;
    top: 5px;
    background-position: 0 -299px;
}

.tooltip h2,
.tooltip h3,
.tooltip-teaser h2,
.tooltip-teaser h3,
.tooltip .headline {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    display: block;
}

.tooltip h3 {
    font-size: 16px;
    margin: 7px 0 13px;
}

.sticky h2,
.sticky h3,
.sticky p {
    text-align: center !important;
}

.tooltip h4,
.tooltip-teaser h4 {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding: 5px 0;
}

.tooltip p,
.tooltip-teaser p {
    text-align: left;
}

.tooltip-teaser p {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 5px;
}

.tooltip p {
    font-size: 12px;
    line-height: 20px;
}

.tooltip p:last-child,
.tooltip-teaser p:last-child,
.tooltip ul:last-child,
.tooltip-teaser ul:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.tooltip p small {
    font-size: 10px;
}

.tooltip p.legalhint {
    color: #848484;
}

.tooltip #socialButtons {
    width: 100%;
    height: 50px;
}

.tooltip-behind-background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    pointer-events: none;
}

div.tooltip-behind-background {
    background: rgba(0, 0, 0, 0.5);
}

.black-tip span.bottom,
.black-tip span.top {
    width: 11px;
    height: 6px;
    left: 50%;
    margin-left: -6px;
}

.black-tip span.bottom {
    top: -6px;
    background-position: 0 -111px;
}

.black-tip span.top {
    background-position: 0 -117px;
    top: 23px;
}

.black-tip span.right {
    background-position: -55px -303px;
    top: 50%;
    margin-top: -6px;
}

.tooltip ul li,
.white-tooltip ul li {
    text-align: left;
    padding-bottom: 5px;
    line-height: 14px;
}

.tooltip.popularFilter-tip ul li {
    list-style-type: none;
}

.white-tooltip,
.white-tooltip p {
    font-size: 12px;
    line-height: 16px;
}

.white-tooltip h2,
.white-tooltip h3 {
    font-size: 13px;
    margin-bottom: 0.4em;
    margin-top: -5px;
}

.white-tooltip strong {
    display: inline-block;
    margin-top: 5px;
}

.tip-fuelcoupon {
    text-decoration: none !important;
}
