/*------------------------------------------------------------------
    Version: 1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@font-face {
    font-family: 'AvenirLight'; /* choose a name you want */
    src: url('fonts/AvenirLight.ttf') format('truetype'); /* path to your font */
    font-weight: normal;
    font-style: normal;
}


/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(css/animate.css);
@import url(css/responsiveslides.css);
@import url(css/flaticon.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

.top{

    height:60px;
}

body {
    color: #000000;
    font-family: 'AvenirLight', sans-serif;
    line-height: 1.80857;
    top: 0px !important;
}

#title {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* pushes top & bottom */
    height: 95vh; /* full banner height */
    text-align: center;
}

#team > *{
    position: relative;
    z-index: 1;
}



#intro {
    margin-bottom: 160px; /* optional spacing from bottom */
}

#title h1{
    font-size: 72px;
    font-family: 'Cormorant Garamond', serif;
    color: #ffffff;
    font-weight: 100;
    font-style: normal;
    margin-top: 20px;
    
}

a {
    color: #222222;
    text-decoration: none;
    outline: none;
}


ul, li, ol{
	margin: 0px;
	list-style: none;
	padding: 0px;
}


p2 {
    font-family: 'AvenirLight', sans-serif;
    letter-spacing: 0;
    font-weight: 1.45em;
    font-optical-sizing: auto;
    position: relative;
    padding: 0 0 10px 0;
    line-height: 120% !important;
    color: #cfcfcf;
    margin: 0;
    font-size: 14px;


} 
#google_translate_element {
    text-align: right;
}


h1{
    font-weight: 100;
    font-size: 60px;
    line-height: 1.2em;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
    font-style: italic;
    color: #ffffff;
    font-family: "Cormorant Garamond";
    
}

h2 {
    font-weight: 100;
    font-size: 40px;
    line-height: 1.2em;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
    font-style: italic;
    color: #ffffff;
    font-family: "Cormorant Garamond";
}

h3 {
    font-weight: 100;
    font-size: 29px;
    line-height: 1.4em;
    padding: 0;
    text-transform: none;
    font-style: italic;
    color: #ffffff;
    font-family: "Cormorant Garamond";
}

h4 {
    font-weight: 100;
    font-size: 20px;
    padding: 0;
    text-transform: none;
    font-style: italic;
    color: #ffffff;
    font-family: "Cormorant Garamond";
    
}

h5 {
    font-weight: 100;
    font-size: 36px;
    padding: 0;
    text-transform: none;
    color: #ffffff;
    font-family: "Cormorant Garamond";
    
}



p {
    color: #ffffff;
    font-weight: 100;
    margin: 0;
    font-family: 'AvenirLight', serif;
letter-spacing: 0;
position: relative;
color: #ffffff;
font-size: 14px;
    
}

.bold-text {
    font-weight: 700;
}

.italic-text {
    font-style: italic;
}

.italic-bold {
    font-weight: 700;
    font-style: italic;
}


/* #content{

    margin-left: 60px;
    height: 85vh;
    margin-top: 40px;
    justify-content: center; */






#shop {
    text-align: center;
    display: flex;

    flex-direction: column ;
    justify-content: center; /* horizontal center */
    align-items: center;      /* vertical center */
    position: relative;       /* needed for ::before to be absolute inside */
    background-attachment: fixed; 
}

.shop::before {
    content: "";                 /* required */
    position: absolute;           /* overlay covers the parent */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3); /* semi-transparent black */
}


/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

#mainNav.navbar-light {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);

    border-bottom: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);

    transition: all 0.3s ease;
}


#mainNav .navbar-collapse {
    justify-content: center; /* centers menu horizontally */
    margin-right: 180px;
}

#mainNav .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Horizontal menu */
#mainNav .navbar-nav {
    flex-direction: row;
    gap: 25px;
}

/* Space between items */
#mainNav .nav-item {

    display: flex;
}

#mainNav .navbar-brand {
    margin-left: 25px;
}

/* Menu link color */
#mainNav .nav-link {
    color: rgb(255, 255, 255);
    font-family: 'AvenirLight', sans-serif; /* your custom font */
    font-weight: 300; /* Light */
    font-size: 16px;   /* 16px size */
    letter-spacing: 0.05em; /* character spacing */
    transition: color 0.3s ease;
}

#mainNav .nav-link:hover {
    color: #595959;
}


#intro h2{
    font-size: 32px ;
    font-family: "Cormorant Garamond";

    color: white;
    
    }



.slider {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    
}

.slider-track {
    display: flex;
    transition: transform 0.8s ease;
}

.slide {
    position: relative;
    min-width: 100%;     /* one slide at a time */
    height: 70vh;
    overflow: hidden;
}

.slide::before {
    position: relative;
    min-width: 100%;     /* one slide at a time */
    height: 70vh;
    overflow: hidden;

    content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;

}




/* Center content */
.content {
    height:100%;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;

    position: relative;
    z-index: 1;
    text-align: center;

}



.content h3{
    font-weight: 200;
    font-size: 60px;
    line-height: 62px;
    margin: 0 0 0px;
    padding: 0;
    text-transform: none;
    font-style: italic;
}

.content h2{
    font-weight: 100;
    font-size: 20px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
    font-style: italic;
}


.content p{
    color: #ffffff;
    font-weight: 400;
    line-height: 33px;
    margin: 0;
}


/* Buttons */
.prev, .next {
    position: absolute;
    top: 50%;
    width: 50px;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    border-radius: 100px;
}

.prev { left: 10px; }
.next { right: 10px; }

/* Parallax background */




#about.parallaxie{
    background-size: 150% !important;
    background-position: top 70px !important;
    background-repeat: no-repeat;
    
    background-attachment: fixed; 
}



#team.parallaxie{
    background-size: 150% !important;
    background-position: top 70px !important;
    background-repeat: no-repeat;
    
    background-attachment: fixed; 
}



.parallaxie {

    background-size: 105% !important;      /* fills container */
    background-attachment: fixed;   /* parallax effect */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 100px 0px 0px;
   

    background-repeat: no-repeat;
    aspect-ratio: 1920 / 1080;
    height:auto !important;
}


.parallaxieCarousel {
    
    position: absolute;
    top: -20%;       /* move it up so it extends above */
    left: -10%;      /* extend left/right */
    width: 120%;     /* wider than container */
    height: 140%;    /* taller than container */
    background-size: cover;
    background-position: center 20%;  /* move focus down a bit */
    z-index: -1;
    transition: transform 0.3s ease-out;

}



/* -----------------------------
   Events Section
----------------------------- */

.events{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    
}

/* -----------------------------
   Grid Layout for Events
----------------------------- */
.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

/* -----------------------------
   Event Card
----------------------------- */
.event-card {
    background-color: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, box-shadow 0.3s;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.event-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.event-card .card-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.event-card .card-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #222;
    font-weight: 600;
}

.event-card .card-text {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    color: #555;
}

.event-card .btn {
    transition: background-color 0.3s;


    position: relative;
    color: #000000;
    border-radius: 100px;
    border: 1px solid rgb(0, 0, 0) !important;
    background: transparent;
    overflow: hidden;
    z-index: 1;
    font-family: "AvenirLight";
    font-weight: 100;
    font-size: 14px;

}

.event-card .btn:hover {
    background-color: #000000;
    color: #fff;
}


#angeboteCarousel.section-title {
    display: block;
    position: relative;
    margin-bottom: 60px;
    
    
}


/*------------------------------------------------------------------
    SECTIONS
-------------------------------------------------------------------*/

/* .main-banner{
	height: 120vh;
    display: flex;
    justify-content: center;
   */


.main-banner .section-title{
	bottom:260px;
}


.section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 70px 20px;
    background-color: #ffffff;
}


.section-title {
    display: block;
    position: relative;
}

.section-title p {
    color: #ffffff;
    font-weight: 400;
    line-height: 33px;
    margin: 0;
    
}

.section-title p {
    color: #ffffff;
    font-weight: 200;
    line-height: 33px;
    margin: 0;
    
}
.section-title h3 {
    font-weight: 300;
    font-size: 60px;
    line-height: 62px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
    font-style: italic;
}


/*------------------------------------------------------------------
    TESTIMONIALS
-------------------------------------------------------------------*/


#about{
	padding:  20px;
    justify-content: center;
    align-items: center;
}
#about::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}



#team{
    background-size: 200%;
    background-repeat: repeat;
    padding: 60px;
    gap:40px;
}

#team::before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}

  .product-image img {
    width: 200px;
    height: auto;
    border-radius: 12px;
  }
  
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px;
    gap: 20px;
  }

  /* .team-member {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);

    border-top: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);

    transition: all 0.3s ease;
    border-radius: 20px;

    padding: 20px;
    text-align: center;
    gap:20px;
    

} */

.team-member{
    display: none;
}


.team-member img{
    width: 300px;
    height:300px;
    border-radius: 12px;
    object-fit: cover; /* ✅ this is the key */
    object-position: top;
}

/* Limit preview text */
.preview-text {
    display: -webkit-box;
    -webkit-line-clamp: 6; /* approx 300 words visually */
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 70%;

    text-align: center;
    margin: 0 auto;
}

.team-member p{
    line-height: 1.6em;
}

.readmore{
    margin-top: 20px;
}

/* Button */
.read-more-btn {
    margin-top: 10px;
    padding: 8px 16px;
    border: none;
    background: black;
    color: white;
    cursor: pointer;
}

/* POPUP OVERLAY */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);

    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* POPUP BOX */
.popup-content {
    width: 90%;
    height: 90%;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);

    border-top: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);

    transition: all 0.3s ease;
    border-radius: 20px;

    padding: 40px;
    
}

/* LEFT IMAGE */

.popup-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-image img {
    width: 320px;
    height: auto;
    flex-shrink: 0;
    border-radius: 12px;
}
/* RIGHT TEXT */
.popup-text {
    padding-left: 40px;
    overflow-y: scroll;
    text-align: left;
    max-height: 90%;
    overflow-y: auto;
    padding-top: 40px;

}

/* CLOSE BUTTON */
.close-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 30px;
    cursor: pointer;
    color: white;
}
.popup-text::-webkit-scrollbar {
    width: 10px;
}

.popup-text::-webkit-scrollbar-track {
    background: #ffffff33;
    border-radius: 100px;
}

.popup-text::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}


.team-members {
    /* background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);

    border-top: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);

    transition: all 0.3s ease;
    border-radius: 20px; */

    padding: 20px;
    text-align: center;
    gap:20px;

    display: flex;
    gap: 20px; 
    margin-bottom: 30px;
    align-self: center;
    text-align: left;

    align-items: center;

}
  
  
  .team-description {
    flex: 1; /* take remaining space */
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 28px;
  }


  .team-image {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  .team-members img {
    width: 300px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
  
    display: block;
    margin: 0 auto; /* centers horizontally */
  }

  
  .team-image {
    flex: 0 0 300px;
    display: flex;
    justify-content: center;
    margin-left: 20px;
  }
  
  .team-description {
    flex: 1;
  }

  .team-description h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  
  .team-description p {
    margin-bottom: 10px;
    line-height: 1.5;
  }
.team-width{
    max-width: 100vh;
    align-items: center;
}

/*------------------------------------------------------------------
    SHOP
-------------------------------------------------------------------*/
#shop .product-card{
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);

    border-top: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);

    transition: all 0.3s ease;
    border-radius: 20px;

    padding: 20px;
    margin-bottom: 20px;
    
}

#shop .product-featured{
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);

    border-top: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);

    transition: all 0.3s ease;
    border-radius: 20px;

    padding: 60px 20px;
    margin-bottom: 20px;
    display: flex;
    margin-right: -15px;
margin-left: -15px;
    
}


.product-grid {
    display: flex;  
    overflow-x: auto;   /* enables horizontal scroll */
    gap: 20px;
    padding: 20px;

    scroll-snap-type: x mandatory; /* smooth snapping (optional but nice) */
}

.product-grid::-webkit-scrollbar {
    display: none;
}

.shop-section {
    padding: 80px 60px;
    background: #8a8a8a;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product-card {
    min-width: 400px; /* controls card size */
    flex: 0 0 auto;   /* prevents shrinking */

    scroll-snap-align: start; /* snap effect */
}

.image{
    width: 100%;
    height: 300px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.product-card img {
    max-width: 200px;
    width: 100%;
    height: auto;
}

.product-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    margin-bottom: 10px;
}

.price {
    font-size: 18px;
    margin-bottom: 15px;
}

.seemore {
    padding-top: 40px;
}
/*------------------------------------------------------------------
    CONTACT
-------------------------------------------------------------------*/



.contact_form {
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
}

.contact_form .form-control {
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        box-sizing: border-box;
        color: #000; /* input text color */
    }



.contact_form .form-control:focus {
    border-bottom: 2px solid #ffffff; /* underline highlight on focus */
    outline: none;
    box-shadow: none;
}

.contact_form textarea {
    color: #ffffff;
    padding: 20px 25px !important;
    height: 160px !important;
}

#contact {

    background-color: #000;
}

#contact .img {
    text-align: left;
    margin-left: 12px;
}

#contact .profile img {
  margin-top: 20px;
    width:200px;
    height:auto;
    
}


#contact .section-title h4{
    font-size: 16px;
}

#contact .section-title p{
    margin-top: 20px;
	color: #ffffff;
    font-size: 20px;
   text-align: left;
   font-style: italic;
   font-family: "Cormorant Garamond";
   font-weight: 400;
}
#contact .section-title h3{
	font-size: 60px;
   text-align: left;
}
.contact_form textarea.form-control{
	min-height: 225px;
}

.contact_form .form-control {
    color: #ffffff; /* change this to any color you want */
    font-size: 16px; /* optional */
    font-weight: 400; /* optional */
}

.mail {
 max-width: 112px;
 height: auto;
}


/*------------------------------------------------------------------
    NEWS
-------------------------------------------------------------------*/

#news{
    background-color: #000;
}
/* ===== NEWS GRID WRAPPER ===== */
#news-container {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 20px;

  }
  
  /* ===== NEWS CARD ===== */
  /* .news-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;

    height:auto;
  } */

  .news-card {
    background: #fff;
    border-radius: 16px;
    overflow: visible; /* 🔥 change this */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    height: auto;
  }

  
  
  .news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  }
  
  /* ===== IMAGE ===== */
  .news-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }
  
  /* ===== CONTENT ===== */
  .news-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height:auto;
  }
  
  /* ===== TITLE ===== */
  .news-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #111;
    line-height: 1.4;
  }
  
  /* ===== DATE ===== */
  .news-content p strong {
    font-weight: 600;
    color: #000000;
  }

  .news-content p {
    display: block;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
    -webkit-line-clamp: unset;

    color: #000000;
  }
  
  /* .news-content p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    
  } */
  
  /* ===== DESCRIPTION (limit lines) ===== */
 .news-content p:last-child {
  display: block;
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
  -webkit-line-clamp: unset;
}
  
  /* ===== RESPONSIVE TWEAK ===== */
  @media (max-width: 600px) {
    #news-container {
      grid-template-columns: 1fr;
      padding: 12px;
    }
  
    .news-card img {
      height: 160px;
    }
  }


  /* ===== NEWSLETTER WRAPPER ===== */
#newsletter {
    background: #000;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  }
  
  /* ===== FORM CONTAINER ===== */
  #newsletter-form {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  
  /* ===== INPUT FIELD ===== */
  #newsletter-form input[type="email"] {
    flex: 1;
    min-width: 220px;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #333;
    outline: none;
    font-size: 14px;
    background: #111;
    color: #fff;
    margin-bottom: 20px;
  }
  
  #newsletter-form input[type="email"]::placeholder {
    color: #888;
  }
 
  
  /* optional hover effect */
  .btn-form:hover {
    transform: translateY(-2px);
    opacity: 0.9;
  }

/*------------------------------------------------------------------
    FOOTER
-------------------------------------------------------------------*/

.copyrights {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    background: #000000 !important;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  
  .footer-left {
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  .spacer {
    flex: 1;
  }
  
  .footer-company-name {
    flex: 1;
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-size: 10px;
    font-family: "AvenirLight";
  }
  
  .legal {
    flex: 1;
    text-align: right;
    color: #ffffff;
    font-size: 12px;
    font-family: "AvenirLight";
    text-decoration: none;
  }
  
  .legal:hover {
    color: #7084bc;
  }

  #privacy h2,
  #legal h2,
  #privacy p,
  #legal p ,
  #legal h3,
  #privacy h3{
    color: #000 !important;
  }

  #legal, .privacy-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 20px;
    text-align: left;
  }
  
  .privacy-section {
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  #privacy .btn-legal {
    margin-bottom: 20px;
  }
  
  .btn-legal {
    display: inline-block;
    margin-top: 20px;
    color: #ccc;
    text-decoration: none;
  }
  
  .btn-legal:hover {
    color: #7084bc;
  }

  .hr-line {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    margin: 12px 0;
  }

#google_translate_element {
    transform: scale(0.9);
    transform-origin: center;
  }
  
  .goog-te-banner-frame.skiptranslate,
  .goog-te-banner-frame {
    display: none !important;
  }
/*------------------------------------------------------------------
    SCROLL TO TOP
-------------------------------------------------------------------*/

.dmtop.show {
    bottom: 70px;
}

.dmtop {
    background-color: #3C3D41;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 10px;
    text-align: center;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.dmtop:hover{
	background-color: #5757579e;
}


/*------------------------------------------------------------------
    PRELOADER
-------------------------------------------------------------------*/



#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #333333;
    z-index: 11000;
    position: fixed;
    display: block
}


#main-ld {
  width: 160px;
  height: 190px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 60px);
}

.loader{
    width: 160px;
    height: 160px;
    line-height: 160px;
    border-radius: 50%;
    border-top: 5px solid #8299cd;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 30px auto;
    -webkit-animation: 2s loading1 ease-in-out infinite;
    animation: 2s loading1 ease-in-out infinite;
}
.loader:before,
.loader:after{
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 0;
}
.loader:before{
    border-top: 5px solid #db5c87;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}
.loader:after{
    border-top: 5px solid #e45050;
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg)
}
.loader .loader-inner{
    display: block;
    width: 160px;
    height: 160px;
    position: absolute;
    top: -5px;
    left: 0;
    -webkit-animation: 2s loading2 linear infinite;
    animation: 2s loading2 linear infinite;
}
@-webkit-keyframes loading1{
    50% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes loading1{
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes loading2{
    50% {
        -webkit-transform: rotate(-180deg)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}
@keyframes loading2{
    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

/*------------------------------------------------------------------
    BUTTONS
-------------------------------------------------------------------*/


.btn-form {
    display: block;          /* block so it fills parent */
    width: 100%;             /* full width like input line */
    padding: 6px 40px;         /* vertical padding only */
    font-size: 14px;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    border-radius: 100px;
    box-sizing: border-box;  /* include border in width */
    text-align: center;
    cursor: pointer;
}

.btn-form:hover {
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000;
}


.btn-primary {
    position: relative;
    color: #fff;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    background: transparent;
    overflow: hidden;
    z-index: 1;
    font-family: "AvenirLight";
    font-weight: 100;
    font-size: 14px;

    padding: 6px 40px;
    margin-left: 15px;
    text-decoration: none !important;
}



.btn-primary:hover {
    background-color: rgba(0, 0, 0, 1);
    border: 0px solid rgba(255, 255, 255, 0) !important;
    color: #fff;
}

.btn-legal {
    position: relative;
    color: #000000;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.6) !important;
    background: transparent;
    overflow: hidden;
    z-index: 1;
    font-family: "AvenirLight";
    font-weight: 100;
    font-size: 14px;

    padding: 6px 40px;
    text-decoration: none !important;
}



/* MOBILE */
@media  (max-width: 785px)  {



#home{
    min-height: 100vh;
}
    #mainNav .navbar-nav {
        flex-direction: column !important;
    }
    
    .btn{
        font-size: 12px;
        padding: 4px 20px;
    }


    #title h1{
        font-size: 40px !important;
        padding-bottom:500px !important;
    }

    #google_translate_element {
        text-align: left;
        }



    body {
    
        background-size: contain;
    
        }

    .main-banner{

        background-size: contain;
        max-height:fit-content ;
        
        }
       

    .section {
        display: block;
        position: relative;
        overflow: hidden;
        padding: 20px 12px !important;
        background-color: #ffffff;
    }

    .section-title{
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .section-title h3{
        font-size: 40px;
    }

    .content h3{
        font-size: 40px;
    }

    #contact .section-title h3{
        font-size: 40px;

    }

    h1{
        font-size: 40px;
    }

    h2 {
        font-weight: 100;
        font-size: 16px;
        line-height: 1.2em;
        margin: 0 0 25px;
        padding: 0;
        text-transform: none;
        font-style: italic;
        color: #ffffff;
        font-family: "Cormorant Garamond";
    }
    
    h3 {
        font-weight: 100;
        font-size: 24px;
        line-height: 1.4em;
        padding: 0;
        text-transform: none;
        font-style: italic;
        color: #ffffff;
        font-family: "Cormorant Garamond";
    }
    
    h4 {
        font-weight: 100;
        font-size: 14px;
        padding: 0;
        text-transform: none;
        font-style: italic;
        color: #ffffff;
        font-family: "Cormorant Garamond";
        padding: 20px;
        
    }
    
    h5 {
        font-weight: 100;
        font-size: 36px;
        padding: 0;
        text-transform: none;
        color: #ffffff;
        font-family: "Cormorant Garamond";
        
    }
    
    p {
        color: #ffffff;
        font-weight: 100;
        margin: 0;
        font-family: 'AvenirLight', serif;
    letter-spacing: 0;
    position: relative;
    color: #ffffff;
    font-size: 12px;
        
    }
    
    .parallaxie,
    .parallaxieCarousel,
    .main-banner,
    .shop,
    #team {
        background-attachment: scroll !important;
        background-position: center center !important;
    }

    .team-member {
        background: rgba(255,255,255,0.15);
        backdrop-filter: blur(12px) saturate(180%);
        -webkit-backdrop-filter: blur(12px) saturate(180%);
    
        border-top: 1px solid rgba(255,255,255,0.25);
        box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    
        transition: all 0.3s ease;
        border-radius: 20px;
    
        padding: 20px;
        text-align: center;
        gap:20px;
    
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        
    
    }

    .footer-company-name {
        font-size: 10px !important;
        
        }

    .line_vertical, .between-line, .Zumbetween-line, .kalendarbetween-line, .unterkunftbetween-line {
        display:none;
       }

    #overlay {
        display: none;
        }

        
          .mobile-swiper {
            display: block;
          }

          .mobile-swiper img {
            width: 100%;
            height: 210px;
            border-radius: 12px;
          }
          
          .swiper-slide {
            transform: scale(0.9);
            transition: 0.3s;
          }
          
          .swiper-slide-active {
            transform: scale(1);
          }



          .team-grid {
            grid-template-columns: 1fr; /* 1 card per row */
            gap: 15px;
            max-width: 95vh !important;
            margin: 0px -50px;
          }
        
          .team-member{
            padding: 15px;
            text-align: center;
            flex: 1;
            max-width: 90vh !important;
            min-width: 0 !important;
            gap: 20px;
          }

          .popup-overlay {
            padding: 10px;
            align-items: flex-start; /* prevents cutoff at top */
          }
        
          .popup-content {
            width: 100%;
            max-height: 90vh;
            overflow-y: auto;
            border-radius: 12px;
            padding: 20px;
            flex-direction: column;
            gap: 20px;
          }
        
          .popup-image img {
            width: 20vh;
            height: auto;
            border-radius: 10px;
          }
        
          .popup-text {
            padding-left: 0px;
            padding-top: 12px;
          }
        
          .popup-text h4 {
            font-size: 18px;

            padding-left: 0px;
          }
        
          .popup-text p {
            font-size: 14px;
            line-height: 1.6;

            padding-left: 0px;
          }
        
          .close-btn {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 24px;
            z-index: 10;
          }
        
        


    #contact .img {
        margin-left: 12px !important;
    }
    #contact .profile {
        text-align: left;
    }
    
    #contact .profile img {
        width: 100px !important;
        height: auto;
    }
    

    #contact .contact_form {
        padding: 0 !important;
        margin-top: 20px;
    }

    #contact .col-md-5,
    #contact .col-md-7 {
        margin-bottom: 20px;
    }

    .footer-company-name {
        font-size: 10px !important;
        
        }

        .team-full{
            display:none;
        }

}
