/* Background*/
main.main-background {
            background-color: #FFE2D7;
    }

            
    .slideshow, .slideshow:after {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
    }
    .slideshow:after {
        content: '';
        /* background: transparent url(/internal/pattern.png) repeat top left; # possibility to add a transparent pattern overlay */
    }

    .slideshow li span {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        color: transparent;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: inherit;
        opacity: 0;
        z-index: 0;
        }

    .slideshow li span video {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100vh;
        width: 100%;
        object-fit: cover;
        position: fixed;
    }

            .background > figure, .background > video {
                            background-image: url(\2F upload\2F 2025\2F 05\2F 30\2F survey\2D picture2\2D 6839886cc55bc707474667\2E jpg);
                        -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            height: 100vh;
            width: 100%;
            object-fit: cover;
            position: fixed;
        }
    
    
        .no-cssanimations .slideshow li span{
        opacity: 1;
    }
.qualtrics-login-left {
            background: rgba(255,226,215,0.75);
    }

.qualtrics-login-right > .box {
            background-color: #ffffff;
                opacity: 1;
    }

.qualtrics-register-button {
            background-color: #D15A28 !important;
                border: 1px solid white !important;
                color: white !important;
    }

.qualtrics-login-button {
            background-color: #D15A28 !important;
                border: 1px solid white !important;
                color: white !important;
    }

    .qualtrics-register-button::before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }
    .qualtrics-register-button::after {
        font-family: "Font Awesome 6 Pro";
        font-weight: 400;
        content: "\f061";
        margin-left: 1em;
    }

    .qualtrics-login-button::before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }
    .qualtrics-login-button::after {
        font-family: "Font Awesome 6 Pro";
        font-weight: 400;
        content: "\f061";
        margin-left: 1em;
    }

/* Header */
.submenu {
    background: #D15A28;
}

/* Hyperlink */
a {
    color: #D15A28;
}

/* Buttons */
.wac-call-to-action-button {
    background: #D15A28;

    color: white;

            border: 1px solid white;
    }

.wac-call-to-action-button[disabled] {
    background: #D15A28;
    color: white;
    opacity: .4;
}


    .wac-call-to-action-button::before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }
    .wac-call-to-action-button::after {
        font-family: "Font Awesome 6 Pro";
        font-weight: 400;
        content: "\f061";
        margin-left: 1em;
    }


/* FAQ */
.faq h1.title, .faq h2.title, .faq h3.title, .faq h4.title, .faq a.category {
    color: #D15A28;
}



/* Blocks*/
.wac-block {
    background: rgb(255,255,255);
}

.wac-block .wac-block-title .wac-block-title-border {
    border-color: #D15A28;
}

.wac-block-title h2.title {
    color: #D15A28;
}

.wac-backoffice-block-title {
    background: #D15A28;
}

/* Footer */
footer {
    background: #D15A28;
    color: #ffffff;
}

footer a {
    color: #ffffff;
}

aside.aside {
    background: hsl(314, 50%, 50%);
    background-image: linear-gradient(to right, hsl(314, 50%, 50%), hsl(314, 50%, 60%));
}

.news-link-see a {
    color: #D15A28;
}
