/* GLOBAL STYLES
-------------------------------------------------- */

@font-face {
    font-family: 'Montserrat-Thin';
    src: url('../assets/fonts/Montserrat-Thin.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}


/*
brown: #513d41
beige: #dccfd1 rgb: 220, 207, 209
*/
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    padding-top: 5.25rem;
}

.bg-lizzy-beige {
    background-color: #dccfd1;
}

.fc-lizzy-brown {
    color: #513d41;
}

.logo-font {
    font-family: 'Montserrat-Thin', sans-serif;
    letter-spacing: 0.1em;
}

a {
    color: rgba(81, 61, 65, 0.7);
}

a:hover {
    color: #513d41;
}

.navbar {
    margin-bottom: 50px;
}

.nav-link {
    color: rgba(81, 61, 65, 0.7);
    font-weight: bold;
}

.nav-link:hover, .nav-link:active, .nav-link.active {
    color: #513d41 !important;
    font-weight: bold;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.hero-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.hero-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.hero-card-bg {
    background-color: rgba(220, 207, 209, 0.9);
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 10;
}

.btn-bd-lizzy {
    --bs-btn-font-weight: 400;
    --bs-btn-color: #513d41;
    --bs-btn-bg: rgba(220, 207, 209, 1);
    --bs-btn-border-color: #513d41;
    --bs-btn-hover-color: #513d41;
    --bs-btn-hover-bg: rgba(255, 255, 255, 0.9);
    --bs-btn-hover-border-color: #513d41;
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: rgba(255, 255, 255, 0.9);
    --bs-btn-active-border-color: #513d41;
}

.btn-bd-lizzy-primary {
    --bs-btn-font-weight: 400;
    --bs-btn-color: rgba(220, 207, 209, 1);
    --bs-btn-bg: #513d41;
    --bs-btn-border-color: #513d41;
    --bs-btn-hover-color: #513d41;
    --bs-btn-hover-bg: rgba(255, 255, 255, 0.9);
    --bs-btn-hover-border-color: #513d41;
    --bs-btn-active-color: var(--bs-btn-color);
    --bs-btn-active-bg: #513d41;
    --bs-btn-active-border-color: #513d41;
}

.custom-popover {
    --bs-popover-max-width: 300px;
    --bs-popover-border-color: #513d41;
    --bs-popover-header-bg: #513d41;
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
    font-size: 1rem;
}
/* MEDIA QUERIES
-------------------------------------------------- */

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    .logo-font {
        font-size: 1rem;
    }

    .featurette-heading {
      margin-top: 7rem;
    }
}

@media (max-width: 768px) {
    .navbar-brand > .logo-font {
        font-size: 0.75rem;
    }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    /*margin-bottom: 4rem;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 45rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
/* rtl:end:ignore */

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
    color: #513d41;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

/*@media (min-width: 62em) {*/
/*    .featurette-heading {*/
/*        margin-top: 7rem;*/
/*    }*/
/*}*/

/* ----------------------------------------------
 * Generated by Animista on 2025-4-14 22:5:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

.animated-element {
    opacity: 0;
}

.animated-element.animate {
    -webkit-animation: flip-in-diag-1-bl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.25s both;
    animation: flip-in-diag-1-bl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.25s both;
}

@-webkit-keyframes flip-in-diag-1-bl {
    0% {
        -webkit-transform: rotate3d(1, 1, 0, 80deg);
        transform: rotate3d(1, 1, 0, 80deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotate3d(1, 1, 0, 0deg);
        transform: rotate3d(1, 1, 0, 0deg);
        opacity: 1;
    }
}
@keyframes flip-in-diag-1-bl {
    0% {
        -webkit-transform: rotate3d(1, 1, 0, 80deg);
        transform: rotate3d(1, 1, 0, 80deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotate3d(1, 1, 0, 0deg);
        transform: rotate3d(1, 1, 0, 0deg);
        opacity: 1;
    }
}

/*!* Safari-kompatible Keyframes *!*/
/*@-webkit-keyframes whiteGlow {*/
/*    0% {*/
/*        text-shadow: 0 0 5px rgba(255, 255, 255, 0.2),*/
/*        0 0 5px rgba(255, 255, 255, 0.4);*/
/*    }*/
/*    50% {*/
/*        text-shadow: 0 0 15px rgba(255, 255, 255, 0.6),*/
/*        0 0 10px rgba(255, 255, 255, 0.8);*/
/*    }*/
/*    100% {*/
/*        text-shadow: 0 0 5px rgba(255, 255, 255, 0.2),*/
/*        0 0 10px rgba(255, 255, 255, 0.4);*/
/*    }*/
/*}*/

/*@keyframes whiteGlow {*/
/*    0% {*/
/*        text-shadow: 0 0 5px rgba(255, 255, 255, 0.2),*/
/*        0 0 5px rgba(255, 255, 255, 0.4);*/
/*    }*/
/*    50% {*/
/*        text-shadow: 0 0 15px rgba(255, 255, 255, 0.6),*/
/*        0 0 10px rgba(255, 255, 255, 0.8);*/
/*    }*/
/*    100% {*/
/*        text-shadow: 0 0 5px rgba(255, 255, 255, 0.2),*/
/*        0 0 10px rgba(255, 255, 255, 0.4);*/
/*    }*/
/*}*/

/*.text-glow {*/
/*    color: #ffffff;*/
/*    -webkit-animation: whiteGlow 3.5s ease-in-out infinite;*/
/*    animation: whiteGlow 3.5s ease-in-out infinite;*/
/*    -webkit-transform: translateZ(0); !* Force GPU rendering auf Safari *!*/
/*    transform: translateZ(0);*/
/*}*/
/* Safari-kompatible Glow-Animation mit drop-shadow() */
@-webkit-keyframes whiteGlow {
    0% {
        filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.2))
        drop-shadow(0 0 4px rgba(255, 255, 255, 0.4));
    }
    50% {
        filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.6))
        drop-shadow(0 0 4px rgba(255, 255, 255, 0.9));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.2))
        drop-shadow(0 0 4px rgba(255, 255, 255, 0.4));
    }
}

@keyframes whiteGlow {
    0% {
        filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.2))
        drop-shadow(0 0 4px rgba(255, 255, 255, 0.4));
    }
    50% {
        filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.6))
        drop-shadow(0 0 4px rgba(255, 255, 255, 0.9));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.2))
        drop-shadow(0 0 4px rgba(255, 255, 255, 0.4));
    }
}

.text-glow {
    color: #ffffff;
    -webkit-animation: whiteGlow 3.5s ease-in-out infinite;
    animation: whiteGlow 3.5s ease-in-out infinite;
    -webkit-transform: translateZ(0); /* GPU render fix für Safari */
    transform: translateZ(0);
    display: inline-block; /* nötig für filter auf Text */
}
