.CHotspotItemHeadline {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h1 {
    text-align: left;
    text-transform: uppercase;
    line-height: 0.9em;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    width: 100%;
    color: var(--text-color);
}

h1::after {

    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color2);
    margin-top: 20px;
    margin-bottom: 10px;
}

h2 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: var(--text-color);
}

p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1.3em;

    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--text-color);
}

h3 {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: var(--text-color2);
}

.CHeadline {
    position: absolute;

    display: none;

    left: 50%;
    top: 5vh;

    transform: translateX(-50%);
    pointer-events: none;

    width: 100%;
}
h4 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;

    text-align: right;

    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #ffffff;

    user-select: none;
}



@media (max-width: 1500px) {

    h4 {
        font-size: 28px;
    }
}



@media (max-width: 960px) {

    h1 {
        font-size: 28px;
    }


    h2 {
        font-size: 12px;
    }

    p {
        font-size: 12px;
    }

    h3 {
        font-size: 11px;
    }

    h4 {
        font-size: 28px;
    }
}