/* Bulma-Variablen überschreiben */
:root {
    --bulma-radius: 0;
    --bulma-radius-small: 0;
    --bulma-radius-medium: 0;
    --bulma-radius-large: 0;
    --bulma-radius-rounded: 0;

    .card {
        --bulma-card-radius: 0;
    }
}

@media (prefers-color-scheme: dark) {}

@media (prefers-color-scheme: light) {
    :root {
        --bulma-background-l: 100%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: normal !important;
    letter-spacing: 1px;
}

#logo-cloud {
    background-color: var(--bulma-background-active);

    img {
        max-height: 3rem;
    }

    @media (max-width: 768px) {
        img {
            max-width: 12rem;
            max-height: unset;
        }
    }

}

/* Tour title template */
[data-template="title"] {
    .main-content .title {
        font-size: 6rem !important;
    }
    
    .main-content .subtitle {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-bottom: 5rem !important;
        letter-spacing: 0.1em;
    }
}