@charset "UTF-8";

:root {
    --azs-color: #9b6ba3;
    --azs-background-veil: #9b6ba3a1;
}

.azs-header {
    background-color: var(--azs-color);
    min-height: 12vh;
    height: max-content;
}
.azs-header-container {
    background-color: var(--azs-color);
}
.nav-link {
    color: white;
}
.nav-link:focus,
.nav-link:hover {
    color: indigo;
}

#klaro, #klaro * {
    z-index: 9999 !important;
}

.azs-spacer {
    height: 12vh;
    width: 100%;
}
.azs-spacer-h1 {
    height: 1rem;
    width: 100%;
}
.azs-spacer-h2 {
    height: 2rem;
    width: 100%;
}
.azs-spacer-h4 {
    height: 4rem;
    width: 100%;
}
.azs-spacer-h8 {
    height: 8rem;
    width: 100%;
}
.azs-spacer-header {
    height: 18vh;
    width: 100%;
}

.azs-logo {
    height: 100px;
    width: 177px;
}

.azs-wm20 {
    width: auto;
    max-width: 20%;
}
.azs-figure {
    margin: 0;
    padding: 0;
}

.azs-header-content-container {
    width: 85%;
}

.azs-overlay {
    color: var(--azs-color);
    font-family: 'Almarai', sans-serif;
}
.azs-overlay-main {
    position: absolute;
    margin-top: 15rem;
    margin-left: 5rem;
    z-index: 1020;
    background-color: #0000008a;
    padding: 2rem;
    border-radius: 2rem;
}
.azs-overlay-h1 {
    font-weight: 600;
}
.azs-overlay-h2 {
    font-weight: 400;
}
.azs-overlay-background {
    max-height: 100vh;
    height: 100vh;
}
#AZScarouselFade {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
}
#AZScarouselFade * {
    user-select: none;
    max-height: 100%;
}
#AZScarouselFade img {
    height: 100vh;
    max-height: 100%;
}

.azs-section-heading-hr {
    width: 100%;
    height: 3px;
    background-color: darkgray;
    border-radius: 8px;
    border-color: transparent;
    margin-top: 0px;
}

.azs-detailedSearch-searchSelect {
    width: 30%;
    margin-bottom: 1rem;
}
.azs-detailedSearch-submit {
    width: 90%;
}
.azs-detailedSearch-submitBTN {
    background-color: var(--azs-color);
    border-radius: 1rem;
    border-color: transparent;
    width: 100%;
}

.azs-image-container {
    width: 30%;
}
.azs-text-container {
    width: 65%;
}

.azs-round-image {
    border-radius: 5rem;
    border-color: transparent;
    transition: all 300ms ease-in-out;
}
.azs-round-image:hover, .azs-round-image:active {
    border-radius: 2rem;
    transform: scale(1.15);
}

.azs-home-text {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    text-align: justify;
}

.azs-voice-actor-audioContainer {
    width: 85%;
}
.azs-plyr-container .plyr.plyr--full-ui.plyr--audio.plyr--html5,
.azs-voice-actor-audioContainer .plyr.plyr--full-ui.plyr--audio.plyr--html5 {
    border-radius: 1.2rem;
    border-color: transparent;
}
.azs-plyr-container {
    width: 50%;
}
.azs-audio-voiceactor {
    width: 35%;
}

.azs-geschaeftsfuehrung, .azs-round-img {
    height: 250px;
    width: 250px;
}

.ss-search input {
    color: black;
}

.azs-voice-actors-col {
    width: 45%;
    margin-bottom: 1.2rem;
}
.azs-info-container {
    width: 100%;
}
.azs-voice-actor-card {
    width: 95%;
    border-radius: 2rem;
    border-color: transparent;
    transition: all 300ms ease-in-out;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 10px 0px 10px 0px;
}
.azs-voice-actor-card:active, .azs-voice-actor-card:hover {
    border-radius: 1rem;
}
.azs-voice-actor-card-imageContainer {
    width: 25%;
}
.azs-voice-actor-card-image {
    height: 100px;
    border-radius: 1rem;
    border-color: transparent;
    transition: all 300ms ease-in-out;
}
.azs-voice-actor-card-image:active, .azs-voice-actor-card-image:hover {
    border-radius: 0.85rem;
    transform: scale(1.1);
}
.azs-voice-actor-content {
    width: 65%;
}
.azs-voice-actor-language p {
    margin-bottom: 0;
}
[data-bs-theme=dark] .azs-voice-actor-card {
    background-color: var(--azs-background-veil);
}
[data-bs-theme=light] .azs-voice-actor-card {
    background-color: var(--azs-background-veil);
}

.azs-category-card {
    width: 30%;
    margin-bottom: 2rem;
    background-color: var(--azs-background-veil);
}

.azs-page-footer {
    background-color: var(--azs-color);
} 
.azs-footer-content {
    width: 25%;
}
.azs-footer-content a {
    color: black;
}
.azs-footer-link {
    margin-bottom: 0.5rem;
}
.azs-footer-icon {
    margin-right: 1.2rem;
}

.azs-search-card {
    width: 45%;
    margin: 1.5rem;
}
[data-bs-theme=dark] .azs-search-card {
    background-color: var(--azs-background-veil);
}
[data-bs-theme=light] .azs-search-card {
    background-color: var(--azs-background-veil);
}

.azs-search-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
}

.azs-container {
    width: 85%;
    margin: 0 auto 0 auto;
}
.azs-voice-actor-informations {
    width: 20%;
}
.azs-voice-actor-content {
    width: 75%;
}

.azs-voice-actor-info-img {
    height: 14rem;
    width: 11rem;
    border-radius: 1.5rem;
    border: 3px solid var(--azs-color);
}
.azs-voice-actor-name {
    text-decoration: underline;
    text-decoration-color: #9b6ba3;
    font-family: 'Open Sans', sans-serif;
}
.azs-voice-actor-button {
    background-color: slateblue;
    padding: 0.8rem;
}
.azs-voice-actor-castors p {
    margin-bottom: 0.5rem;
}
.azs-audio, .azs-video {
    width: 45%;
    margin-bottom: 0.6rem;
}
.azs-voice-actor-info-container {
    width: 100%;
}
.azs-voice-actor-button {
    min-width: max-content;
    width: 85%;
    max-width: 100%;
}
.azs-voice-actor-button:hover {
    background-color: var(--azs-color);
    transform: scale(1.1);
}
.azs-video-body {
    height: 100vh;
    overflow: hidden;
}
.azs-video-iFrame {
    height: 100%;
    width: 100%;
}
.azs-video-container {
    width: 85%;
    height: 13rem;
}
.azs-voice-actor-experience-education {
    height: 65vh;
    width: 95%;
    margin: 0 auto 0 auto;
    overflow: overlay;
}
[data-bs-theme=dark] .azs-voice-actor-experience-education p {
    color: white !important;
}
[data-bs-theme=light] .azs-voice-actor-experience-education p {
    color: black !important;
}

.azs-voice-actor-audio-container, 
.azs-voice-actor-video-container {
    width: 100%;
}

.azs-voice-actor-content-container {
    width: 80%;
    margin: 0 auto 0 auto;
}

.azs-container-12r {
    height: 12rem;
}

.azs-background-color {
    background-color: var(--azs-background-veil);
}

.azs-contact-p {
    font-size: 1.15rem;
}

.azs-search-button {
    background-color: indigo;
    color: #fff;
}
.azs-search-button:hover, .azs-search-button:focus {
    background-color: #fff;
    color: #000;
}

.azs-speaker-list-entryContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: stretch;
}

.azs-speaker-list-card {
    width: 45%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: stretch;
    margin: 1rem 0 1rem 0;
    padding: 1rem 0 1rem 0;
    border-radius: 1rem;
}

.azs-speaker-list-card-image {
    width: 25%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.azs-speaker-list-card-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
    align-items: stretch;
}

.azs-speaker-list-card-title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.azs-speaker-list-card-title, .azs-speaker-list-card-roles, .azs-speaker-list-card-audioExample {
    width: 100%;
}

.azs-speaker-list-card-button {
    margin-right: 4rem;
    background-color: indigo;
    color: #fff;
}
.azs-speaker-list-card-button:hover, .azs-speaker-list-card-button:focus {
    background-color: #fff;
    color: #000;
}

[data-bs-theme=dark] .azs-speaker-list-card {
    background-color: var(--azs-background-veil);
}
[data-bs-theme=light] .azs-speaker-list-card {
    background-color: var(--azs-background-veil);
}

.azs-speaker-list-img {
    height: 8rem;
    width: 6rem;
    border-radius: 1.5rem;
    border: 3px solid var(--azs-color);
}

.azs-language-select-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
    align-items: stretch;
}

.azs-language-select-languageContainer {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 0 1rem 0;
    background-color: var(--azs-background-veil);
    border-radius: 0.8rem;
}

a.azs-language-select-button {
    width: 22%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    margin: 1rem 0 1rem 0;
    text-decoration: none;
}

.azs-language-select-imageContainer {
    width: 25%;
}
.azs-language-select-titleContainer {
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

img.azs-language-select-img {
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
}

.azs-language-select-title {
    font-size: 1.3rem;
    color: #000;
    text-decoration: none;
}
.azs-language-select-title {
    text-align: center;
}

.azs-category-select {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.azs-category-selectContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 35rem;
    background-color: var(--azs-background-veil);
    border-radius: 2rem;
}
.azs-category-select-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}
a.btn.azs-category-select-contentButton {
    color: #fff;
    background-color: indigo;
    width: 50%;
    height: 4rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 1rem 0 1rem 0;
}

.azs-video [data-type="placeholder"] {
    width: 85%;
}

.azs-errorSite {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.azs-error-multi {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.azs-error-shortCon {
    width: 25%;
}
.azs-error-largeCon {
    width: 70%;
}
.azs-error-heading h1 {
    text-decoration: underline;
}
.azs-error-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.azs-error-function-button {
    height: 5rem;
    width: 25%;
    background-color: indigo;
    color: white;
    margin: 1rem 0 1rem 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.azs-error-function-button:hover,
.azs-error-function-button:focus {
    background-color: #fff;
    color: #000;
}
.azs-error-shortCon.azs-error-red i {
    font-size: 10rem;
    color: #C41E3A;
}
.azs-error-shortCon.azs-error-orange i {
    font-size: 10rem;
    color: #ffa700;
}

/*
    AZS CMP Trigger
*/

.azs-cmp-trigger {
    height: 4.2rem;
    width: 4.2rem;
    border-radius: 1rem;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    left: 2rem;
    bottom: 2rem;
    position: fixed;
    background-color: #0cabab;
    z-index: 999;
    font-size: 2rem;
    cursor: pointer;
}

/*
    Hey Klaro! overwrite
*/

button.cm-btn.cm-btn-danger.cn-decline,
button.cm-btn.cm-btn-success,
button.cm-btn.cm-btn-success-var
{
    background-color: #9b6ba3 !important;
}

/* 
    User interface adjustments
*/

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #9b6ba3;
    border-radius: 5px;
}
::-webkit-scrollbar-track {
    border: 7px solid #232943;
    box-shadow: inset 0 0 2.5px 2px rgb(0 0 0 / 50%);
}
::selection {
    background: #9b6ba3;
    color: #fff;
}

@media screen and (max-width: 1400px) {
    .azs-speaker-list-card {
        width: 85%;
    }
}

@media screen and (max-width: 1275px) {
    .azs-footer-content {
        width: 45%;
    }
    .azs-page-footer-div {
        justify-content: flex-start !important;
        margin-left: 3rem;
    }
    .azs-footer-content {
        margin-bottom: 1.5rem;
    }
    .azs-voice-actor-button {
        min-width: 90%;
        width: 90%;
    }
    .azs-category-selectContainer {
        width: 75%;
    }
}
@media screen and (max-width: 1200px) {
    .azs-plyr-container, .azs-audio-voiceactor {
        width: 90%;
    }
    .azs-plyr-container {
        margin-bottom: 1rem;
    }
    .azs-voice-actors-col {
        width: 85%;
    }
    .azs-search-card {
        width: 85%;
    }
    .azs-search-container {
        justify-content: space-evenly;
    }
    .azs-video {
        width: 90%;
    }
}
@media screen and (max-width: 1150px) {
    .azs-detailedSearch-searchSelect {
        width: 45%;
    }
    .azs-category-card {
        width: 45%;
    }
    .azs-audio {
        width: 85%;
    }
    .azs-voice-actor-informations,
    .azs-voice-actor-content {
        width: 95%;
    }
    .azs-voice-actor-informations {
        margin-bottom: 1.5rem;
    }
    a.azs-language-select-button {
        width: 30%;
    }
}
@media screen and (max-width: 1000px) {
    .azs-text-container, .azs-image-container {
        width: 85%;
    }
    .azs-img-expect {
        margin-bottom: 1.2rem;
    }
}
@media screen and (max-width: 850px) {
    .azs-detailedSearch-searchSelect {
        width: 85%;
    }
    .azs-category-card {
        width: 85%;
    }
    .azs-voice-actors-col {
        width: 100%;
    }
    .azs-voice-actor-card {
        width: 100%;
        padding: 15px;
    }
    .navbar-collapse {
        background-color: var(--azs-color);
    }
    .azs-footer-content {
        width: 90%;
    }
    .azs-video-container {
        width: 100%;
    }
    .azs-error-shortCon,
    .azs-error-largeCon {
        width: 85%;
    }
    .azs-error-shortCon {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .azs-error-function-button {
        width: 45%;
    }
}
@media screen and (max-width: 750px) {
    .azs-category-selectContainer {
        width: 90%;
    }
    a.btn.azs-category-select-contentButton {
        width: 85%;
    }
    a.azs-language-select-button {
        width: 45%;
    }
}
@media screen and (max-width: 560px) {
    .azs-speaker-list-card {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .azs-speaker-list-card-image {
        margin-bottom: 1rem;
    }
    .azs-speaker-list-card-content {
        width: 90%;
    }
}

@media screen and (max-width: 500px) {
    .azs-video {
        width: 100%;
    }
}