@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
    font-size: 20px;
    line-height: 1.7;
    color: #383E42;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    background-color: #f8faf1;
    -webkit-font-smoothing: antialiased;
    margin:0;
    background:#f8faf1;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='turbulence' baseFrequency='1.6' numOctaves='6'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23g)' opacity='.38'/%3E%3C/svg%3E");
    background-size:200px 200px;
}


.bolid {
  padding-top: 50px;
  border-top: 1px solid #e4dbc3;
  margin-top: 80px;
}

.footer-left h3{
    
    font-family: "Cormorant Infant", serif;
}

/* --- HEADINGS --- */
h1 {

    font-size: 46px;
    margin-bottom: 30px;
    font-weight: 100;
    font-family: "Cormorant Infant", serif;
}

h2 {
  font-size: 42px;
  font-weight: 100;
  margin-bottom: 21px;
  font-family: "Cormorant Infant", serif;
}

h3{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

/* --- LINKS --- */
a {
    text-decoration: none;
    color: inherit;
}

/* --- NAVBAR --- */
.bg-light {
  background-color: transparent !important;
  position: absolute;
  z-index: 4;
  width: 100%;
  padding-top: 20px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  margin-left: 13px;
  margin-right: 13px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: #cfaf6c;
}

/* --- LOGO --- */
.logo img {
    width: 220px;
    height: auto;
}

/* --- CONTENT --- */
.content {
    margin-top: 15vh;
    margin-bottom: 15vh;
}

/* --- MOBILE OFFCANVAS --- */
.offcanvas {
    width: 300px;
}

.offcanvas .navbar-nav .nav-link {
    display: block;
    padding: 10px 0;
    font-size: 18px;
}

.offcanvas .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
    background: none;
}

/* --- Angebote--- */
.my-gallery-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.my-slides-wrapper {
    display: flex;
    transition: transform 1s ease-in-out;
}

.my-slide {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    box-sizing: border-box;
    padding: 0 10px;
}

.my-slide-img {
    width: 100%;
    height: 35vh;
    position: relative;
    overflow: hidden;
}

.my-slide-img::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.my-slide-img:hover::before {
    transform: scale(1.05);
}

.my-slide-img::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.2);
    pointer-events: none;
}

.my-slide-text {
    position: absolute;
    bottom: 30px;
    left: 5%;
    color: #fff;
    z-index: 10;
    font-size: 1.2rem;
    line-height: 1.3;
    padding-left: 20px;
    padding-right: 20px;
}

.my-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    user-select: none;
    padding: 5px;
    border-radius: 50%;
    transition: color 0.3s;
}

.my-slider-nav:hover {
    color: #ff0;
}

.my-slider-prev { left: 30px; }
.my-slider-next { right: 30px; }

@media (max-width: 992px) {
    .my-slide {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1576px) {
    .container{
        max-width: 1500px;
    }
}

@media (max-width: 576px) {
    .my-slide {
        flex: 0 0 100%;
        max-width: 100%;
    }
}




/* --- Galerie --- */
.gallery-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.gallery-img-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 250px;
}

.gallery-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-img-wrapper img:hover {
    transform: scale(1.05);
}


/* --- SLIDER --- */
.carousel-item {
    position: relative;
    background-size: cover;
    background-position: center;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.slider-welcome-text-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none; 
}

.slider-welcome-text {
    color: #fff;
    max-width: 500px;
    padding: 20px 0;
    font-size: 1.8rem;
    font-weight: 500;
    opacity: 0;
    animation: fadeInUp 1s ease forwards;
    pointer-events: auto; 
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-caption {
    position: relative;
    z-index: 2; 
}
#acfBootstrapSlider .carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    animation: zoomEffect 20s ease-in-out infinite;
    transition: opacity 2s ease-in-out;
}

@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

#acfBootstrapSlider .carousel-caption {
    bottom: 20%;
    background: rgba(0,0,0,0.4);
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}




@keyframes fadeup {
    0% { opacity:0; transform:translateY(40px); }
    100% { opacity:1; transform:translateY(0); }
}
.slider-welcome-text-wrapper {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    color:#fff;
    width:100%;
    z-index:10;
}
.lux-hero-title {
    font-size:90px;
    font-weight:400;
    line-height:1.1;
    margin:0;
    color:#fff;
    opacity:0;
    animation:fadeup 1.3s ease forwards;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.lux-hero-subtitle {
    font-size:22px;
    font-weight:300;
    margin-top:15px;
    color:#fff;
    opacity:0;
    animation:fadeup 1.3s ease forwards;
    animation-delay:.4s;
}

.carousel-item {
    height:650px;
    position:relative;
}
.carousel-item::before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.45);
    z-index:2;
}
.carousel-inner .carousel-item {
    background-size:cover;
    background-position:center;
}

.swiper {
    width:100%;
    height:35vh;
    position:relative;
}
.swiper-wrapper { height:100%; }
.swiper-slide {
    flex-shrink:0;
    width:45% !important;
    height:100%;
    position:relative;
}
.swiper-link {
    display:block;
    width:100%;
    height:100%;
    border-radius:10px;
    overflow:hidden;
    position:relative;
}
.swiper-link img {
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .45s cubic-bezier(.25,.46,.45,.94), filter .45s cubic-bezier(.25,.46,.45,.94);
}
.swiper-link:hover img {
    transform:scale(1.05);
    filter:brightness(0.85);
}

.swiper-link::before {
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:55%;
    background:linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0));
}

.slide-overlay {
    position:absolute;
    bottom:15px;
    left:15px;
    right:15px;
    color:#fff;
    z-index:2;
    pointer-events:none;
    font-size:17px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-weight: 700;
}

.slide-overlay .arrow {
    opacity:0;
    transform:translateX(-6px);
    transition:
        opacity .45s ease,
        transform .45s ease;
    font-size:20px;
    font-weight:300;
}

.swiper-link:hover .arrow {
    opacity:1;
    transform:translateX(0);
}

.swiper-button-next,
.swiper-button-prev {
    width:14px !important;
    height:14px !important;
    top:calc(50% + 12px) !important;
    transform:translateY(-50%) !important;
    color:#fff !important;
    opacity:1 !important;
    z-index:20 !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size:14px !important;
    font-weight:100 !important;
}
.swiper-button-prev { left:15px !important; }
.swiper-button-next { right:15px !important; }


@media (max-width: 768px) {
    #acfBootstrapSlider .carousel-caption {
        font-size: 16px;
    }

    .content {
  margin-top: 10vh;
  margin-bottom: 10vh;
}

#acfBootstrapSlider .carousel-item {
  height: 70vh;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  animation: zoomEffect 20s ease-in-out infinite;
  transition: opacity 2s ease-in-out;
}

    .lux-hero-title {
    font-size:45px;
}

.hamburger-line {
  width: 35px;
  height: 2px;
  background: #fff;
  border-radius: 3px;
  margin: 3px 0;
  transition: all .3s ease;
}
}

/* --- FOOTER --- */
.footer {
    background-color: #eee;
    padding: 100px 0;
    font-size: 16px;
}

.footerend {
    background-color: #ddd;
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
}
