@font-face {
    font-family: "BethanyElingston";
    src: url("../fonts/BethanyElingston.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "BethanyElingston";
    src: url("../fonts/BethanyElingston-Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: "Mint Magnolia";
    src: url("../fonts/MintMagnolia-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "MintMagnolia";
    src: url("../fonts/MintMagnolia-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

:root {
    --base-color: #c6d54a;
    --dark-gray: #18211f;
    --academy-header-height: 108.5px;
    --academy-page-bg: #ffffff;
    --academy-surface: #ffffff;
    --academy-surface-soft: #f4f5ee;
    --academy-text: #6f7775;
    --academy-heading: #18211f;
    --academy-border: rgba(24, 33, 31, .14);
    color-scheme: light;
}

html[data-theme="dark"] {
    --academy-page-bg: #111917;
    --academy-surface: #18211f;
    --academy-surface-soft: #202b28;
    --academy-text: #c4cecb;
    --academy-heading: #f2f5ed;
    --academy-border: rgba(255, 255, 255, .14);
    color-scheme: dark;
}

body,
header .navbar,
section,
.modal-content,
.accordion-item,
.form-control {
    transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}

.academy-header-actions {
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    flex-shrink: 0;
}

.academy-theme-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--dark-gray);
    display: inline-flex;
    flex: 0 0 auto;
    height: 42px;
    justify-content: center;
    padding: 0;
    transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
    width: 42px;
}

.academy-theme-icon {
    fill: none;
    height: 19px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 19px;
}

.academy-theme-icon-moon {
    transform: scaleX(-1);
}

.academy-theme-toggle:hover {
    background: transparent;
    color: var(--base-color);
    transform: translateY(-1px);
}

.academy-theme-toggle:focus-visible {
    outline: 3px solid rgba(198, 213, 74, .45);
    outline-offset: 3px;
}

html[data-theme="light"] .academy-theme-icon-sun,
html[data-theme="dark"] .academy-theme-icon-moon {
    display: none;
}

html[data-theme="dark"] .academy-theme-toggle {
    background: transparent;
    color: var(--base-color);
}

html[data-theme="dark"] .academy-theme-toggle:hover {
    background: transparent;
    color: #fff;
}

.academy-header-actions .header-icon,
.academy-header-actions .header-button {
    flex: 0 0 auto;
}

.academy-header-actions .header-button .btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-width: 132px;
    white-space: nowrap;
}

html[data-theme="dark"] body {
    background-color: var(--academy-page-bg);
    color: var(--academy-text);
}

html[data-theme="dark"] header .navbar,
html[data-theme="dark"] .bg-white,
html[data-theme="dark"] .modal-content,
html[data-theme="dark"] .accordion-item {
    background-color: var(--academy-surface) !important;
}

html[data-theme="dark"] .bg-tranquil,
html[data-theme="dark"] .bg-very-light-gray,
html[data-theme="dark"] .bg-light-gray {
    background-color: var(--academy-surface-soft) !important;
}

html[data-theme="dark"] .text-dark-gray,
html[data-theme="dark"] h1:not(.text-base-color):not(.text-white),
html[data-theme="dark"] h2:not(.text-base-color):not(.text-white),
html[data-theme="dark"] h3:not(.text-base-color):not(.text-white),
html[data-theme="dark"] h4:not(.text-base-color):not(.text-white),
html[data-theme="dark"] h5:not(.text-base-color):not(.text-white),
html[data-theme="dark"] h6:not(.text-base-color):not(.text-white),
html[data-theme="dark"] header .nav-link {
    color: var(--academy-heading) !important;
}

html[data-theme="dark"] header .nav-link:hover,
html[data-theme="dark"] header .nav-link.active {
    color: var(--base-color) !important;
}

html[data-theme="dark"] header .navbar-brand-logo {
    filter: brightness(0) invert(1);
}

html[data-theme="dark"] p,
html[data-theme="dark"] li,
html[data-theme="dark"] .teacher-card-compact .teacher-role,
html[data-theme="dark"] .teacher-card-compact .teacher-teaser,
html[data-theme="dark"] .teacher-modal-text,
html[data-theme="dark"] .teacher-profile-modal .teacher-modal-role {
    color: var(--academy-text) !important;
}

html[data-theme="dark"] .form-control,
html[data-theme="dark"] select.form-control,
html[data-theme="dark"] textarea.form-control {
    background-color: #111917 !important;
    border-color: var(--academy-border) !important;
    color: var(--academy-heading) !important;
}

html[data-theme="dark"] .form-control::placeholder {
    color: #8d9995 !important;
    opacity: 1;
}

html[data-theme="dark"] .border,
html[data-theme="dark"] .border-top,
html[data-theme="dark"] .border-bottom,
html[data-theme="dark"] .termine-overview-list li {
    border-color: var(--academy-border) !important;
}

html[data-theme="dark"] .box-shadow-quadruple-large,
html[data-theme="dark"] .box-shadow-extra-large,
html[data-theme="dark"] .teacher-profile-modal .modal-content {
    box-shadow: 0 18px 48px rgba(0, 0, 0, .34) !important;
}

html[data-theme="dark"] .teacher-profile-modal .teacher-placeholder {
    background: var(--academy-surface-soft) !important;
}

@media (max-width: 575px) {
    .academy-header-actions {
        gap: 0;
    }

    .academy-theme-toggle {
        height: 38px;
        width: 38px;
    }
}

.btn,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    font-weight: 700 !important;
}

.academy-registration-submit {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    min-width: 224px;
}

.academy-registration-spinner {
    display: none;
}

.academy-registration-submit[aria-busy="true"] .academy-registration-spinner {
    display: inline-block;
}

.academy-registration-submit:disabled {
    cursor: wait;
    opacity: .78;
}

.academy-registration-status:focus {
    outline: 3px solid rgba(198, 213, 74, .45);
    outline-offset: 3px;
}

.academy-church-combobox {
    position: relative;
}

.academy-church-suggestions {
    background: var(--academy-surface);
    border: 1px solid var(--academy-border);
    border-radius: 0 0 6px 6px;
    box-shadow: 0 14px 32px rgba(24, 33, 31, .14) !important;
    left: 0;
    margin-top: -1px;
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1050;
}

.academy-church-suggestions[hidden] {
    display: none !important;
}

.academy-church-suggestions .list-group-item {
    background: var(--academy-surface);
    border-color: var(--academy-border);
    color: var(--academy-heading);
    font-weight: 400 !important;
    line-height: 1.45;
    padding: 12px 16px;
    text-align: left;
    white-space: normal;
}

.academy-church-suggestions .academy-church-suggestion:hover,
.academy-church-suggestions .academy-church-suggestion:focus,
.academy-church-suggestions .academy-church-suggestion.active {
    background: var(--academy-surface-soft);
    color: var(--academy-heading);
}

.academy-church-suggestions .academy-church-suggestion:focus-visible {
    box-shadow: inset 0 0 0 3px rgba(198, 213, 74, .5);
    outline: 0;
}

.academy-church-suggestions .academy-church-suggestion.active {
    box-shadow: inset 4px 0 0 var(--base-color);
}

.academy-church-suggestions .academy-church-suggestion-other {
    color: var(--academy-text);
    font-style: italic;
}

.academy-church-suggestions .academy-church-suggestion-status {
    color: var(--academy-text);
    cursor: default;
}

html[data-theme="dark"] .academy-church-suggestions {
    background: var(--academy-surface);
    border-color: var(--academy-border);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .4) !important;
}

html[data-theme="dark"] .academy-church-suggestions .list-group-item {
    background: var(--academy-surface);
    border-color: var(--academy-border);
    color: var(--academy-heading);
}

html[data-theme="dark"] .academy-church-suggestions .academy-church-suggestion:hover,
html[data-theme="dark"] .academy-church-suggestions .academy-church-suggestion:focus,
html[data-theme="dark"] .academy-church-suggestions .academy-church-suggestion.active {
    background: var(--academy-surface-soft);
    color: var(--academy-heading);
}


.academy-registration-option {
    max-width: 100%;
}

.academy-registration-option label {
    margin: 0;
}

.academy-registration-option input[type="checkbox"] {
    cursor: pointer;
    height: 20px;
    margin: 0;
    padding: 0;
    visibility: visible;
    width: 20px;
    z-index: 2;
}

.academy-registration-option input[type="checkbox"]:focus-visible + .box:before {
    border-color: var(--base-color);
    box-shadow: 0 0 0 3px rgba(198, 213, 74, .35);
}

.academy-registration-option input[type="checkbox"]:checked + .box:before {
    background-color: var(--base-color);
    border-color: var(--base-color);
}

.academy-registration-option input[type="checkbox"]:checked + .box:after {
    border-color: var(--dark-gray);
}

.was-validated .academy-registration-option input[type="checkbox"]:invalid + .box:before,
.academy-registration-option input[type="checkbox"].is-invalid + .box:before {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .15);
}

.academy-registration-error-message {
    overflow-wrap: anywhere;
}

.btn span {
    font-weight: inherit !important;
}

body.academy-fallback-reveal .academy-reveal {
    opacity: 0 !important;
    transform: translateY(28px);
    transition: opacity 700ms ease, transform 700ms ease;
    transition-delay: var(--academy-reveal-delay, 120ms);
    will-change: opacity, transform;
}

body.academy-fallback-reveal .academy-reveal.academy-reveal-visible {
    opacity: 1 !important;
    transform: translateY(0);
}

.academy-back-to-top.scroll-simple {
    bottom: 30px;
    right: 30px;
}

.academy-back-to-top.scroll-simple .scroll-top {
    background: var(--base-color);
    color: var(--dark-gray);
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    width: 42px;
}

.academy-back-to-top.scroll-simple .scroll-top:hover {
    background: var(--dark-gray);
    color: #fff;
}

.bg-gradient-dark-transparent {
    background-image: linear-gradient(to right bottom, #18211f, #17201e, #161f1d, #151e1c, #141d1b);
}

.font-mint-magnolia {
    font-family: "Mint Magnolia", "MintMagnolia", var(--alt-font) !important;
    font-size: clamp(1.85rem, 4.8vw, 3.75rem) !important;
    font-weight: 400 !important;
    line-height: normal !important;
    text-transform: none !important;
}

.blockquote-mint {
    font-family: "Mint Magnolia", "MintMagnolia", var(--alt-font) !important;
    font-size: clamp(2.45rem, 4.7vw, 4.7rem) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: normal !important;
    text-transform: none !important;
}

.testimonial-wide-heading {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: none;
    position: relative;
    width: 100vw;
}

.speaker-credit {
    display: inline-block;
    line-height: normal !important;
}

.speaker-description {
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.heading-line-normal {
    line-height: normal !important;
}

.requirements-heading {
    margin-bottom: 1.65rem !important;
    margin-top: 2.35rem !important;
}

.page-title-big-typography.bg-dark-gray {
    background-image: url("../images/la-page-title-hero-bg.jpg") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.page-title-big-typography.bg-dark-gray::before {
    background-color: rgba(24, 34, 31, .55);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.page-title-big-typography.bg-dark-gray > .container {
    position: relative;
    z-index: 1;
}

.page-title-big-typography.top-space-margin {
    margin-top: var(--academy-header-height);
}

.hero-subline {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

section.ipad-top-space-margin.bg-dark-gray.position-relative.min-vh-100 {
    background-image: url("../images/la-home-hero-bg.jpg") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.ipad-top-space-margin.bg-dark-gray.position-relative.min-vh-100 h1 {
    color: var(--base-color) !important;
}

section.ipad-top-space-margin.bg-dark-gray.position-relative.min-vh-100 .hero-subline,
.page-title-extra-large .hero-subline {
    color: #fff !important;
    display: block !important;
    font-family: "Mint Magnolia", "MintMagnolia", var(--alt-font) !important;
    font-size: clamp(2rem, 3.2vw, 3.25rem) !important;
    font-weight: 400 !important;
    line-height: normal !important;
    width: 100%;
}

section.ipad-top-space-margin.bg-dark-gray.position-relative.min-vh-100 .hero-subline + .btn {
    display: inline-flex;
    margin-top: .75rem;
}

.footer-copyright {
    text-transform: uppercase !important;
}

.navbar-brand-title {
    font-family: var(--alt-font) !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
    text-transform: uppercase !important;
}

header .navbar-brand img.navbar-brand-logo {
    display: block;
    height: 58.5px !important;
    max-height: none !important;
    max-width: none !important;
    width: auto !important;
}

@media (min-width: 1600px) {
    header .navbar-brand {
        margin-left: clamp(35px, 4vw, 90px);
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "BethanyElingston", var(--alt-font) !important;
    font-style: italic !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.08em !important;
    text-transform: uppercase !important;
}

h1:not(.blockquote-mint),
h1[class]:not(.blockquote-mint),
.h1:not(.blockquote-mint) {
    font-size: 3.72rem !important;
}

h2:not(.blockquote-mint),
h2[class]:not(.blockquote-mint),
.h2:not(.blockquote-mint) {
    font-size: 2.92rem !important;
}

h3:not(.blockquote-mint),
h3[class]:not(.blockquote-mint),
.h3:not(.blockquote-mint) {
    font-size: 2.39rem !important;
}

h4:not(.blockquote-mint),
h4[class]:not(.blockquote-mint),
.h4:not(.blockquote-mint) {
    font-size: 2.02rem !important;
}

h5:not(.blockquote-mint),
h5[class]:not(.blockquote-mint),
.h5:not(.blockquote-mint) {
    font-size: 1.7rem !important;
}

h6:not(.blockquote-mint),
h6[class]:not(.blockquote-mint),
.h6:not(.blockquote-mint) {
    font-size: 1.49rem !important;
}

h2.hero-subline {
    font-family: "Mint Magnolia", "MintMagnolia", var(--alt-font) !important;
    font-size: clamp(2rem, 3.2vw, 3.25rem) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    text-transform: none !important;
}

.termine-overview-heading {
    padding-bottom: 20px;
}

.termine-overview-list {
    list-style: none;
    margin-top: 35px;
}

.termine-overview-list li {
    align-items: start;
    border-bottom: 1px solid rgba(35, 35, 35, .14);
    display: grid;
    gap: 24px;
    grid-template-columns: 1.4fr 1.6fr 1.4fr;
}

.termine-overview-list .termine-list-head {
    background: var(--dark-gray);
    border-bottom: 0;
}

.termine-overview-list .termine-list-head span {
    color: #fff;
}

.termine-overview-list span {
    display: block;
}

.termine-overview-list .termine-location {
    margin-top: 2px;
}

.termine-address-cta {
    background-position: center;
    background-size: cover;
    overflow: hidden;
    padding: 100px 50px 80px;
    position: relative;
}

.termine-address-cta::before {
    background: rgba(18, 31, 29, .58);
    content: "";
    inset: 0;
    position: absolute;
}

.termine-address-cta > * {
    position: relative;
    z-index: 1;
}

.teacher-card-compact {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 545px;
    min-height: 545px;
    padding-bottom: 32px !important;
}

.teacher-card-compact .teacher-card-image {
    cursor: pointer;
    height: 220px;
    margin-bottom: 28px !important;
    object-fit: contain;
    width: 220px;
}

.teacher-card-compact .teacher-placeholder {
    cursor: pointer;
    flex: 0 0 220px;
    height: 220px !important;
    margin-bottom: 28px !important;
    width: 220px !important;
}

.teacher-card-compact h6 {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1.2;
    margin-bottom: 12px !important;
    min-height: 40px;
}

.teacher-card-compact .teacher-role {
    color: #7f8987 !important;
    line-height: 1.45;
    margin-bottom: 24px !important;
    min-height: 24px;
}

.teacher-card-compact .teacher-teaser {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #7f8987;
    display: -webkit-box;
    line-height: 1.5;
    margin: 0 auto 26px;
    max-width: 300px;
    min-height: 50px;
    overflow: hidden;
}

.teacher-card-compact .teacher-card-button {
    font-weight: 700;
    margin-top: auto;
}

.teacher-profile-modal .modal-content {
    box-shadow: 0 20px 60px rgba(35, 35, 35, .18);
}

.teacher-modal-close {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 3;
}

.teacher-profile-modal .teacher-modal-aside {
    flex: 0 0 auto;
    width: 38%;
}

.teacher-profile-modal .teacher-modal-body {
    flex: 0 0 auto;
    width: 62%;
}

.teacher-profile-modal .teacher-modal-image {
    height: 230px;
    object-fit: contain;
    width: 230px;
}

.teacher-profile-modal .teacher-placeholder {
    background: #fff !important;
    height: 230px !important;
    width: 230px !important;
}

.teacher-profile-modal .teacher-modal-role {
    color: #7f8987 !important;
}

.teacher-modal-text {
    color: #6f7775;
    font-size: 16px;
    line-height: 1.75;
}

.teacher-modal-text p:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    .termine-overview-list li {
        grid-template-columns: 1fr 1fr;
    }

    .teacher-profile-modal .teacher-modal-aside,
    .teacher-profile-modal .teacher-modal-body {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .academy-back-to-top.scroll-simple {
        bottom: 18px;
        right: 18px;
    }

    .termine-address-cta {
        padding: 72px 24px 60px;
    }

    .termine-overview-list li {
        gap: 8px;
        grid-template-columns: 1fr;
    }

    .termine-overview-list li > span::before {
        color: var(--dark-gray);
        content: attr(data-label);
        display: block;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 2px;
    }

    .termine-overview-list .termine-list-head {
        display: none;
    }

    .teacher-card-compact {
        height: auto;
        min-height: auto;
    }

    .teacher-card-compact h6,
    .teacher-card-compact .teacher-role,
    .teacher-card-compact .teacher-teaser {
        min-height: auto;
    }

    .teacher-card-compact .teacher-card-image,
    .teacher-card-compact .teacher-placeholder {
        flex-basis: 170px;
        height: 170px !important;
        width: 170px !important;
    }

    .teacher-profile-modal .teacher-modal-image,
    .teacher-profile-modal .teacher-placeholder {
        height: 180px !important;
        width: 180px !important;
    }

    .teacher-modal-close {
        right: 12px;
        top: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.academy-fallback-reveal .academy-reveal {
        opacity: 1 !important;
        transform: none;
        transition: none !important;
        transition-delay: 0ms !important;
    }
}
