/* globas */
body {
    overflow-x: hidden;
    --tw-bg-opacity: 0;
}


*:focus {
    outline: none;
}

/* frame */
.any---frame {
    max-width: 1080px;
}

.any---frame_b {
    max-width: 1300px;
}

/* intro paragraph */
.any---intro_paragraph_animated_0 {
    opacity: 0%;
    transform: translateY(50px);
    transition: opacity .6s ease-in-out, transform .6s ease-in-out;
}

.any---intro_paragraph_animated_1 {
    opacity: 100%;
    transform: translateY(0px);
}

/* button */
.any---button {
    max-width: 350px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    will-change: transform;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.any---button:hover,
.any---button:focus {
    transform: scale(0.93);
    background-color: #e1e1e1;
}

/* spacer */
.any---spacer_top_1 {
    width: 100%;
    padding-top: 15vh;
}

.any---spacer_bottom_1 {
    width: 100%;
    padding-bottom: 15vh;
}

.any---spacer_top_bottom_1 {
    width: 100%;
    padding-top: 15vh;
    padding-bottom: 15vh;
}

@media screen and (min-width: 768px) {
    .any---spacer_top_1 {
        padding-top: 25vh;
    }

    .any---spacer_bottom_1 {
        padding-bottom: 25vh;
    }

    .any---spacer_top_bottom_1 {
        padding-top: 25vh;
        padding-bottom: 25vh;
    }
}

/* _2 */
.any---spacer_top_2 {
    width: 100%;
    padding-top: 7.5vh;
}

.any---spacer_top_2b {
    width: 100%;
    padding-top: 4rem;
    margin-top: 30px;
    margin-bottom: 30px;
}

.any---spacer_bottom_2 {
    width: 100%;
    padding-bottom: 7.5vh;
}

.any---spacer_top_bottom_2 {
    width: 100%;
    padding-top: 7.5vh;
    padding-bottom: 7.5vh;
}

@media screen and (min-width: 768px) {
    .any---spacer_top_2 {
        padding-top: 12.5vh;
    }

    .any---spacer_bottom_2 {
        padding-bottom: 12.5vh;
    }

    .any---spacer_top_bottom_2 {
        padding-top: 12.5vh;
        padding-bottom: 12.5vh;
    }
}

/* story card slider */
.any---story_card_slider {
    scrollbar-width: none;
}

.any---story_card_slider::-webkit-scrollbar {
    display: none;
}

/* story card */
.any---story_card {
    width: calc(100vw - 6rem);
    aspect-ratio: 3/4;
    background-color: #f4f4f4;
    max-width: 350px;
    border-radius: 20px;
    transition: transform 0.3s ease;
    will-change: transform;
}

.any---story_card:hover,
.any---story_card:focus {
    transform: scale(0.93);
}

.image_story {
    aspect-ratio: 16/9;
    width: 100%;
}

@media (min-width: 1024px) {
    .image_story {
        border-radius: 10px;
    }
}

/* graphic_section */
.any---graphic_box {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
}

@media (max-width: 1300px) {
    .any---graphic_box {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (max-width: 600px) {
    .any---graphic_box {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);
    }
}

.dynamic-border {
    outline: 1px solid rgba(255, 255, 255, 0.15);
    outline-offset: -1px;
}

.dynamic-border-pos {
    outline: 1px solid rgba(255, 255, 255, 0.15);
    outline-offset: 1px;
}

.nav {
    min-width: 150px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: static;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;


}

.nav::-webkit-scrollbar {
    display: none;
}

.nav_anchor {
    opacity: 100%;
    transition: all 0.21s cubic-bezier(0.35, 0, 0.65, 1);
}

.nav_anchor.active {
    opacity: 30% !important;
}

.nav_anchor:hover {
    opacity: 30%;
}

.nav_anchor:focus {
    opacity: 100%;
    background-color: rgba(255, 255, 255, 0.15);
}

.nav_link {
    opacity: 30%;
    transition: all 0.21s cubic-bezier(0.35, 0, 0.65, 1);
}

.nav_link:hover {
    opacity: 100%;
}

.nav_link:focus {
    opacity: 100%;
    background-color: #222c34;
}

.headline {
    font-size: 33px;
}

@media (min-width: 640px) {
    .headline {
        font-size: 33px;
    }
}

@media (min-width: 768px) {
    .headline {
        font-size: 40px;
    }
}

.footer-spacer {
    padding-bottom: 106px;
}


hr {
    border-top: 1px solid #eac485 ;
}

[data-tooltip-text] {
    position: absolute;
    cursor: help;
}

[data-tooltip-text]:hover::after {
    content: attr(data-tooltip-text);
    position: absolute;
    background-color: white;
    color: #1e1e1e;
    padding: 10px 10px;
    width: 300px;
    max-width: 90vw;
    border-radius: 4px;
    z-index: 999;

    /* Standardpositionierung oben */
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 5px;
}

[data-tooltip-text]:hover::before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #eac485  transparent transparent transparent;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
