.tx-festopicmap__tooltip-speech-bubble {
    width: 250px;
    padding: 1rem;
    background-color: #FFFFFF;
    position: absolute;
    display: block;
    border: 3px solid #793F40;
}

/* Fix for appearing effect */
.tx-festopicmap__marker-dot::before {
    width: 130px;
    height: 90px;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
}

.tx-festopicmap__tooltip-speech-bubble::before,
.tx-festopicmap__tooltip-speech-bubble::after {
    width: 100%;
    height: 100%;
    content: "";
    border: 0;
}

.tx-festopicmap__tooltip-speech-bubble-img {
    width: 100%;
    max-height: 110px;
    display: block;
}

.tx-festopicmap__tooltip-speech-bubble-title {
    margin-bottom: 0;
    white-space: pre-line;
    display: block;
    color: #793F40 !important;
    font-size: 1.125rem;
    font-weight: 600;
}

.tx-festopicmap__tooltip-speech-bubble-description {
    white-space: pre-line;
    display: block;
    font-size: 1rem;
}

.tx-festopicmap__tooltip-speech-btn {
    width: 101px;
    height: 36px;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
    background-image: url(/typo3conf/ext/fes_topic_map/Resources/Public/Images/bt_oeffnen.png);
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    color:#793F40 !important;
    border: none;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .tx-festopicmap__tooltip-speech-bubble {
        width: 200px;
    }
    .tx-festopicmap__tooltip-speech-bubble-title,
    .tx-festopicmap__tooltip-speech-bubble-description {
        font-size: 0.875rem;
    }
}
