/*--------------------------------------------------------------
Copyright: Web-Dsign 
Autor:     Dennis Schuber
Date:      23.01.2025
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Basic's
--------------------------------------------------------------*/
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0px;
}

 body {
    margin: 0;
    background-color: var(--body-color);
    color: var(--text-color);
  }

body::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
 /*=============== Mind Set ===============*/
:root {
    /*========== Colors ==========*/
    --body-color: #e8e8e8;
    --header-shadow: #252525 0px 0.2rem 0.8rem;
    --acent-color: #8200cd;
    --title-color: hsl(var(--hue-color), 53%, 15%);
    --text-color: #313131;
    --box-shadow-card: 15px 15px 25px #d1d9e6, -15px -15px 25px #ffffffde;
    --box-shadow-lila:  15px 15px 25px #7444d4e3, -10px -10px 20px #9967fece;
    --box-shadow-lila-btn: 3px 3px 5px #410066, -3px -3px 5px #a200ff;
    --box-shadow-form: inset 4px 4px 3px #d1d9e6 ,inset 4px -4px 3px #ffffffde; 
    --box-shadow-btn: 3px 3px 5px #d1d9e6, -2px -2px 5px #ffffffde;
    --box-shadow-btn-hover:inset 4px 4px 3px #d1d9e6 ,inset -4px -4px 3px #ffffffde;
    --drop-shadow: 2px 2px 3px #000;
    --t-btn-shadow: -3px -3px 5px #ffffffde, 3px 3px 5px #d1d9e6; 
    --t-btn-shadow-hover: inset -2px -2px 3px #ffffffde, inset 2px 2px 3px #d1d9e6;
    --bg-color-dark: #212121;
    --font-s:  70px;
    --font-space: .15em;
    --font-rand: optimizeLegibility;
    --font-pad: 0px 50px;
    --font-shadow: 1px 2px 1px #767676;   
    --gold: linear-gradient( to right bottom,
    #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%);  
}
  /*========== Variables Dark theme ==========*/
  body.dark-theme {
    --box-shadow-card: 8px 8px 15px #030309, -8px -8px 15px #12123b;
    --text-color: #e8e8e8;
    --body-color: #0a0a23;
    --header-shadow: #000000 0px 0.3rem 0.5rem;
    --box-shadow-form:inset 2px 3px 8px #030309, inset -2px -3px 8px #19194e;
    --box-shadow-btn: 3px 3px 5px #030309, -3px -3px 5px #12123b;
    --box-shadow-btn-hover: inset 4px 4px 3px #030309 ,inset -4px -4px 3px #12123b;
    --t-btn-shadow:  3px 3px 5px #030309, -3px -3px 5px #12123b; 
    --t-btn-shadow-hover: inset 4px 4px 3px #030309 ,inset -4px -4px 3px #12123b;
    --font-s: 50px;
    --font-space: .1em;
    --font-rand: optimizeLegibility;
    --font-pad: 0px 50px;
    --font-shadow: -2px -2px 1px #151515, 2px 2px 1px #434343;
    --var-font: 1.2rem;
    --font-desk:1.2rem;
    --font-tab:1.1rem;
    --font-phone:1rem;
  }

@media (min-width: 1024px) {
    :root {
        --var-font: 1.2rem;
    }
}

@media (max-width: 1024px) {
    :root {
        --var-font: 1.1rem;
    }
}

@media (max-width: 767px) {
    :root {
        --var-font: 1rem;
    }
}

@media screen and (min-width: 968px) {
    :root {
      --biggest-font-size: 3.5rem;
      --small-font-size: .875rem;
      --smaller-font-size: .813rem;
      --tiny-font-size: .75rem;
    }
}
  /*========== Box shadow Dark theme ==========*/
  .dark-theme .clock__circle {
    box-shadow: 6px 6px 16px hsla(var(--hue-color), 8%, 12%, 1), 
                -6px -6px 16px hsla(var(--hue-color), 8%, 20%, 1), 
                inset -6px -6px 16px hsla(var(--hue-color), 8%, 20%, 1), 
                inset 6px 6px 12px hsla(var(--hue-color), 8%, 12%, 1);
  }
/*--------------------------------------------------------------
# classes
--------------------------------------------------------------*/
/*========== Button Dark/Light ==========*/
#theme-button {
    padding: 5px 10px;
    box-shadow: var(--t-btn-shadow);
    border-radius: 5px;
    transition: 0.3s; 
}

#theme-button:hover {
    box-shadow: var(--t-btn-shadow-hover);
    color: var(--acent-color);
    transform: rotate(360deg);
}

.logo-l {
    margin-top: -1.5rem;
    width: 100%;
    max-width: 1100px;
    height: auto;
    filter: drop-shadow(2px 2px 3px #000);
}

.logo-s {
    height: 4rem;
    width: auto;
    filter: drop-shadow(1px 1px 2px #00000080);
}

.t-btn {
    font-size: 1.3rem;
}

.title {
    margin-top: 8rem;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    font-family: Nasalization, Arial, Helvetica, sans-serif;
    text-decoration: underline #8200cd;
    text-underline-offset: 0.5rem;   
    background-image: linear-gradient(to bottom right, #9301e7,#8200cd, #470170 );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-size:90% ;
    filter: drop-shadow(1px 1px 2px #333333);
}

.title-2 {
    color: #fff;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    font-family: Nasalization , Arial, Helvetica, sans-serif;
    text-decoration: underline #ffffff;
    text-underline-offset: 0.5rem;   
}

.title-3 {
    margin-top: 8rem;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    font-family: Nasalization, Arial, Helvetica, sans-serif;
    text-decoration: underline #e8e8e8;
    text-underline-offset: 0.5rem;   
    color: #e8e8e8;
    filter: drop-shadow(1px 1px 2px #333333);
}

@media (max-width: 768px) {
    .title {
        margin-bottom: 3rem;
        margin-top: 2rem;
    }
     .title-2 {
        margin-bottom: 1rem;
        margin-top: 2rem;
    }

     .title-3 {
        margin-top: 2rem;
        margin-bottom: 0rem;
    }
}


.gold {
    background: radial-gradient(ellipse farthest-corner at right bottom,
    #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top,
    #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}
/*--------------------------------------------------------------
# cookie banner
--------------------------------------------------------------*/
.cookie {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

#cookie-settings {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--body-color);
  padding: 20px;
  max-width: 400px;
  width: 90%;
  border-radius: 8px;
  z-index: 10000;  /* ganz oben */
  display: none;   /* standardmäßig versteckt */
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

 #cookie-banner {
      position: fixed;
      bottom: 0; left: 0; right: 0;
      background: #333;
      color: var(--body-color);
      padding: 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 9999;
    }

    #cookie-banner button {
      background: #8200cd;
      color: white;
      border: none;
      padding: 10px 15px;
      margin-left: 10px;
      border-radius: 4px;
      cursor: pointer;
    }
 
    #cookie-settings label { display: block; margin-top: 10px; }
    #cookie-settings button {
      background: #8200cd;
      color: white;
      padding: 10px;
      margin-top: 15px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }

    a { 
        color: #2b80b9; cursor: pointer; margin-left: 15px; 
    }
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background-color: var(--body-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5.25rem;
    width: 100%;
    box-shadow: var(--header-shadow);
    z-index: 999;
}

.hero,
.container-hero,
.hero-btn {
  pointer-events: auto;
}

.h-btn {
    display: flex;    
}

header i {
    font-size: 1.3rem;
}

.burger {
    margin-left: 10px;
}
.moon {
    margin-right: 1rem;
}

/* Mobile kleiner skalieren */
@media (max-width: 768px) {
    #header {
        height: 60px;
    }
  .logo-s {
    height: 3rem;
  }
}
/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.navbar {
    z-index: 999;  
}

.navbar ul {
   display: flex;
   list-style: none;
   justify-content: center;
   align-items: center;
   margin-top: 1.2rem;
   margin-right: 10px;
}

.navbar ul {
    position: relative;
}

.navbar ul li {
    display: flex;
    padding: 0 5px; 
}

.navbar ul li a {
    white-space: nowrap;
    text-decoration: none;
    padding: 0 1rem;
    font-weight: 500;
    font-family: Nasalization, system-ui, -apple-system,BlinkMacSystemFont, 
        'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 
        'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 0.9rem; 
    transition: 0.2s;
    color: var(--text-color);
    box-shadow: var(--box-shadow-btn);
    border-radius: 5px;
    padding: 5px 20px;
    transition: 0.3s; 
}

.navbar ul li a:hover {
    color:var(--acent-color);
    box-shadow: var(--box-shadow-btn-hover);
}

 .mobile-nav-toggle {
    display: none;
    margin-right: 25px;
    padding: 5px 10px;
    box-shadow: var(--t-btn-shadow);
    border-radius: 5px; 
}

 .mobile-nav-toggle:hover {
    color: var(--acent-color);
    transition: 0.3s;
    transform: rotate(90deg);
    box-shadow: var(--t-btn-shadow-hover);
    color: var(--acent-color);
}

.header-icon {
    display: flex;
    align-items: center;
    margin-left: 3rem;
}

.header-icon a {
   text-decoration: none;
   transition: 0.3s;
}

.header-icon a:hover {
    transform: scale(1.2);
}

.header-icon a i {
    box-shadow: var(--box-shadow-btn);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.4rem;
}

.i1,.header-icon a:first-child{
    color: #1777f2;
}

.i2,.header-icon a:nth-child(2){
   color: #e48b16;
}

.i3,.header-icon a:nth-child(3){
    color: #45c775;
}

.i4, .header-icon a:nth-child(4){
   color: var(--text-color);
}

.header-icon a i:hover {
    transform: scale(1.2);
    box-shadow: var(--box-shadow-btn-hover);
}

@media (max-width: 1200px){
    .header-icon {
        display: none;
    }
}

@media (max-width: 868px) {
    .mobile-nav-toggle {
      display: block;
    }
    .navbar ul {
      display: none;
    }
    .navbar {
        margin-right: 0px;
    }  
  }
/* Basis */

/* Mobile */
.navbar-mobile {
    z-index: 999;
    position: fixed;
    margin-top: 85px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(47, 42, 42, 0.733);
    transition: 0.3s;
  }
  
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .navbar-mobile ul .header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  
  .navbar-mobile ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    text-align: center;
    top: 15px;
    right: 45px;
    bottom: 15px;
    left: 45px;
    padding: 10px 0;
    background-color: var(--body-color);
    overflow-y: auto;
    transition: 0.3s;
    border-radius: 5px;
  }
  
  .navbar-mobile ul li {
    padding: 20px 0;
  }

  .navbar-mobile ul li a {
    color: var(--text-color);
  }

  .navbar-mobile ul li a:hover {
    color: var(--acent-color);
  }
/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
#hero {
    background: url('/assets/img/bg-2.png');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: auto;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 768px) {
  #hero {
    background-position: top center; /* Oder: center right / center left */
    background-size: cover;
    height: 60vh;
  }
}
.container-hero {
   position: relative;
}

#hero .hero-logo {
    margin-top: 5rem;
    width: 100%;
    max-width: 100%;
    padding: 0 2rem;
    filter: drop-shadow(8px 8px 8px #00000051);
}

#hero h1 {
    font-family:  Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: 600;
}

#hero h3 {
    font-size: 1.2rem;
    color: #e8e8e8;
}

 .txt-white {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    color: #212121;
    background-image: linear-gradient(to bottom right, #9301e7,#8200cd, #470170 );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    letter-spacing: .15em;
    background-size:50% ;
    filter: drop-shadow(1px 1px 1px #000);
    }

.dark-h1 , .txt-dark {
    font-size: 30px;
    color: #202020;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-shadow: 
      -1px -1px 1px #0e0e0e, 
      2px 2px 1px #363636;
}

.hero-btn-box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border: 1px solid;
    height: 100px;
    width: 100%;
}

.hero-btn {
    font-size: 1.1rem; 
    font-weight: 600;
    padding: 10px 25px; 
    border: none; 
    border-radius: 8px; 
    cursor: pointer;
    border: 3px solid #8200cd;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: #e8e8e8;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
    background: transparent;
    z-index: 99; 
}

.hero-btn:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #8200cd;
    z-index: -1;
}

.hero-btn:hover, .hero-btn:focus {
    color: white;
}

.hero-btn:hover:before, .hero-btn:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.hero-btn:active {
    transform: scale(0.9);
}

@media (max-width: 1200px){
    .elegant {
        font-size: 40px;
    }
}

@media (max-width: 819px){
    .elegant {
        font-size: 30px;
    }
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-section {
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 2rem;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    background: #0a0a23;
    color: #fff;
}

.title-box {
    width: 100%;
}

.about-text {
    flex: 1 1 400px;
    max-width: 700px;
    animation: fadeIn 1s ease forwards;
    opacity: 0;
}

.about-text h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--acent-color);
}

.about-text p {
    margin-bottom: 1rem;
}

.about-image {
    flex: 1 1 300px;
    max-width: 400px;
    text-align: center;   
}

.about-image img {
    width: 100%;
    max-width: 350px;
    border-radius: 1rem;
    box-shadow: 0 0 20px rgba(130, 0, 205, 0.3);
}

.card-1 {  
    opacity: 0;
    border: none;
    animation: fadeIn 2s ease 0.5s forwards;
    text-align: center;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .about-section {
    flex-direction: column;
    }
}

 .check-list {
    margin-top: 4rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(to bottom right, #9301e7,#8200cd, #470170 );
    border-radius: 5px;
    box-shadow: 15px 15px 10px #000;
}

.check-list i {
    color: #ECF0F3;
    padding: 0 0.5rem;
    font-size: 1rem;
    margin-top: 0.1rem;
}

 .check-list p {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ECF0F3;
}
.check-point {
    display: flex;
}

.lead1 {
    font-size: var(--var-font);
    text-align: center;
}

.about .card-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about .card-2 .oval-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--text-color);
    box-shadow: var(--box-shadow-btn);
    border-radius: 5px;
    width: 170px;
    height: 42px;
    text-align: center;
    transition: 0.3s;
}

.about .card-2 a {
    transition: 0.3s ease-in;
}

.about .card-2 a:hover {
    box-shadow: var(--box-shadow-btn-hover);
    transform: scale(1.2);
}

.social-box {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin-top: 3rem;
    width: 220px;
}

.social-box a {
    box-shadow: var(--box-shadow-btn);
    color: var(--text-color);
    padding: 5px 10px;
    border-radius: 5px;
}

.social-box a i {
    font-size: 1.4rem;
}

@media (max-width: 791px){
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .a-box {
        margin-top: 0;
    }
    .b-box {
        margin-top: 0;
    }
    .c-box {
        margin-top: 0;
    }
}
/*--------------------------------------------------------------
# angebote
--------------------------------------------------------------*/
.angebote{
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh; 
    background: url('/assets/img/bg-2.png');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.box-angebote {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: center;    
    margin: auto;
    width: 100%;
    margin-top: 5rem;
}

.card {
    width: 300px;
    height: 400px;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 8px 10px #00000059;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: 0.3s;
    font-weight: 600;
    color: #000;
}  

.card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}    

.card ul {
    padding-left: 18px;
    margin: 0 0 200px 0;
    font-size: 1rem;
    line-height: 1.5;    
}

.card ul li {
    list-style: disc;
     margin-bottom: 6px;}

    .float-up {
      animation: floatUp 5s ease-in-out infinite;
    }

    .float-down {
      animation: floatDown 5s ease-in-out infinite;
    }

@keyframes floatUp {
    0%, 100% { transform: translateY(10px); }
    50% { transform: translateY(-10px); }
}

@keyframes floatDown {
    0%, 100% { transform: translateY(-10px); }
    50% { transform: translateY(10px); }
}

.card::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255,255,255,0.2), rgba(255, 255, 255, 0));
    transform: rotate(25deg);
    animation: shine 3s infinite;
    pointer-events: none;
}

@keyframes shine {
    0% { transform: rotate(45deg) translateX(-100%); }
    100% { transform: rotate(35deg) translateX(100%); }
}

.card h3 {
    margin-top: 0;
    font-size: 1.4rem;
    margin-bottom: 2rem;
}

.card p {
    font-size: 1rem;
    flex-grow: 1;
    margin-bottom: 0px;
}

.bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    font-weight: bold;
    font-size: 1.4rem;
    animation: pulse 3s infinite;
}

.price1 {
    font-weight: bold;
    font-size: 1.4rem;
    animation: pulse1 3s infinite;
}

@keyframes pulse {
    0%, 100% { color: #000; transform: scale(1); }
    50% { color: #000; transform: scale(1.2); }
}

@keyframes pulse1 {
    0%, 100% { color: #ffffff; transform: scale(1); }
    50% { color: #ffffff; transform: scale(1.2); }
}

.button {
    background-color: #000;
    color: #fff;
    padding: 8px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition:  0.3s ease;
}

.button:hover {
    background-color: #202020;
    transform: scale(1.1);
}
  
/* CARD SPEZIALSTILE */
.z {
    z-index: 800;
}

.card1 {
    background-image: linear-gradient(to right bottom,
     #a200ff, #8f00e2, #7d00c5, #6b00a9, #5a008e);
    color: #fff;
    text-align: left;
    }

.card1::before {
    animation: sparkle 8s infinite linear;
    background: repeating-conic-gradient(
    from 0deg,
    #ffffff1a 0deg 10deg,
    #ffffff00 10deg 20deg);
    filter: blur(8px);
    opacity: 0.5;
}
 
.card2 {
	background: linear-gradient(to right bottom,
    #cfcfcf 9%, #fff 20%, #c6c6c6 50%,#e4e4e4 60%, #989898 80% ,#9e9e9e 90%);
    position: relative; 
    }

.card2::before{
    animation: sparkle 8s infinite linear;
    background: repeating-conic-gradient(
    from 0deg,
    #ffffff31 0deg 10deg,
    #ffffff00 10deg 20deg);
    filter: blur(5px);
    opacity: 0.5;
}

.card2::after {
    content: "Beliebt";
    position: absolute;
    top: 15px;
    right: -25px;
    background: #ccc;
    color: #000;
    font-weight: bold;
    padding: 4px 40px;
    transform: rotate(45deg);
    z-index: 2;
    box-shadow: 0 0 8px #aaa;       
}

.card3 {
    background: radial-gradient(ellipse farthest-corner at right bottom,
    #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top,
    #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    position: relative;
}

.card3::before {
    animation: sparkle 6s infinite linear;
    background: repeating-conic-gradient(
    from 0deg,
    #ffffff10 0deg 10deg,
    #ffffff00 10deg 20deg);
    filter: blur(5px);
    opacity: 0.5;
}

.card4 {
    background: linear-gradient(to right bottom, #ccdcfdee, #f4fafd);
    box-shadow:
    0 0 10px #a9cbff69,
    0 0 8px #d0eaff70,
     0 0 12px #e6f7ff6f;
    position: relative;
}

.card4::before {
    animation: sparkle 6s infinite linear;
    background: repeating-conic-gradient(
    from 0deg,
    #ffffff4d 0deg 10deg,
    rgba(255,255,255,0) 10deg 20deg);
    filter: blur(5px);
    opacity: 0.5;
}

@keyframes sparkle {
    0% { transform: rotate(0deg) translateX(-20%); }
    50% { transform: rotate(180deg) translateX(20%); }
    100% { transform: rotate(360deg) translateX(-20%); }
}

.card1 .button {
    box-shadow: 0px 0px 10px #560088, -0px -0px 10px #330050,
     inset 3px 3px 5px #ffffff27 , inset -3px -3px 5px #000000a2;
     background-image: linear-gradient(to right bottom,
     #a200ff, #8f00e2, #7d00c5, #6b00a9, #5a008e);
     transition: 0.3s ease;
}

.card2 .button {
    box-shadow: 0px 0px 10px #4b4848, -0px -0px 20px #3f3c3c73,
     inset 3px 3px 5px #ffffff27 , inset -3px -3px 5px #000000a2;
    background: linear-gradient(to right bottom,
    #cfcfcf 9%, #e6e5e5 20%, #c6c6c6 50%,#cfcfcf 60%, #989898 80% ,#9e9e9e 90%);
    color: #3f3f3f;
    transition: 0.3s ease;
}

.card3 .button {
    box-shadow: 0 0 8px #473000, 0 0 8px #412b00;
    background: radial-gradient(ellipse farthest-corner at right bottom,
    #FEDB37 0%, #FDB931 8%, #9f7928 20%, #8A6E2F 30%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top ,
    #FFFFFF 0%, #FFFFAC 8%, #D1B464 30%, #5d4a1f 62.5%, #5d4a1f 100%);
    color: #3d2901;
    transition: 0.3s ease;
}
    
.card4 .button {
    box-shadow: 0 0 10px #486d92, 0 0 20px #7ca8c5;
    background: linear-gradient(to right bottom, #ccdcfd, #f4fafd);
    color: #4c9cd1;
    transition: 0.3s ease;
}

.card4 .button:hover {
    background-color: #56aafd;
}

@media (max-width: 1150px) {
    .card {
      margin-bottom: 3rem;
    }
} 

@media (max-width: 768px) {
    .card {
      margin-bottom: 3rem;
    }
}
/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
#service {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 100vh;
    width: 100vw;
    background-image: linear-gradient(to  right bottom, #8200cd, #6c00aa ); 
}

.cont-serv {
    height: 100%;
    width: 100%;
    max-width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;   
    margin-top: 2rem;
}

.card-serv {  
    color: #fff;
    height: 440px;
    width: 290px;
    border-radius: 8px;
    box-shadow: 5px 5px 10px #2c0046, -5px -5px 10px #a60bff;
    transition: 0.3s;
    overflow: hidden;
    padding: 10px 15px;
    background-image: linear-gradient(to bottom right, #9301e7,#8200cd, #470170 );
}

.card-serv:hover {
    transform: scale(1.1);
}

.gif {
    height: 200px;
    width: 100%;
    transform: scale(1.25);
}

.card-serv h5 {
    margin-top: 2rem;
    text-align: center;
}

.place {
    height: 4rem;
}

.container {
    margin-bottom: 4rem;
}
/*--------------------------------------------------------------
# Bewertungen
--------------------------------------------------------------*/
#bewertungen {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height:60vh ;
    height: auto;
    width: 100%; 
}

.bew-cont {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 2rem;
    flex-wrap: wrap;
}

.bew-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 290px;
    height: auto;
    box-shadow: var(--box-shadow-card);
    height: auto;
    border-radius: 5px;
    transition: 0.3s; 
}

.bew-card:hover {
    transform: scale(1.1);
}

.bew-card img {
    margin-top: 2rem;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 3px solid var(--acent-color);
    overflow: hidden;
}

.bew-name {
    font-weight: 500;
}

.stars {
    margin-top: -1rem;
}

.stars i {
    font-size: 1.5rem;
    color: #ebe711;
    text-shadow: 1px 1px 2px #00000050, -1px -1px 2px #00000050;
}

.bew-txt {
    margin-top: -1rem;
    padding: 1.5rem;
}

.txt-1 {
    text-align: center;
    font-weight: 500;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
    min-height: 100vh;
    height: auto;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cont-1 {
    min-height: 70vh;
    height: auto;
    width: 90%;
    margin-bottom: 5rem;
}

.cont-box { 
    width: 100%;
    min-height: 70vh;
}

.screen-box {
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    box-shadow: var(--box-shadow-card); 
}

.cont-info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    border-radius:  5px  0px 0px 5px;
    flex: 1;
    height: auto;
    min-height: 450px;
    background-image: linear-gradient(to  right bottom, #8200cd, #6c00aa );
    color: #fff;
}

.cont-info h2 {
    padding: 0 0.5rem;
    text-align: center;
    text-underline-offset: 0.5rem;
}

.adress p{ 
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    font-size: 1.3rem;
}

.icon-box-cont {
    width: 220px;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin-right: 1.5rem;
}

.icon-box-cont i {
    text-decoration: none;
    box-shadow: var(--box-shadow-lila-btn);
    margin-bottom: 3rem;
    text-shadow: (1px 1px 2px #fff);
    padding: 5px 10px;
    font-size: 1.4rem;
    border-radius: 5px;
}

.cont-form {
    flex: 2;
    height: auto;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cont-form input:first-child {
    margin-top: 3rem;
}

.cont-form input {
    margin-top: 1rem;
    width: 80%;
    height: 40px;
    padding: 0 15px;
    border: none;
    box-shadow: var(--box-shadow-form);
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 600;
    background-color: var(--body-color);
    margin-left: 2rem;
}

.cont-form textarea {
    margin-top: 1rem;
    width: 80%;
    height: 300px;
    padding: 10px 15px;
    border: none;
    box-shadow: var(--box-shadow-form);
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 600;
    background-color: var(--body-color);  
    margin-left: 2rem;
}

.btn-form-box {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-form {
    background-color: var(--body-color);
    color: var(--text-color);
    border: none;
    border-radius: 5px;
    box-shadow: var(--box-shadow-btn);
    padding: 10px 30px;
    font-weight: 600;
    transition: 0.1s;
}

.btn-form:hover {
    color: #8200cd;
    box-shadow: var(--box-shadow-btn-hover);
      
}

@media (max-width: 691px) {
    .screen-box {
        flex-direction: column;
    }
    .cont-info {
        min-height: 300px;
        height: auto;
        border-radius:  5px  5px 0px 0px;
    }
  }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    position: relative;
    min-height: 150px;
    background-color: #8200cd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #e8e8e8;
    font-size: 1rem;   
}

.meta-box {
    margin-top: 1.5rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

@media (max-width: 491px) {
    .meta-box {
     flex-direction: column;
     text-align: center;
    }
    .meta-nav {
        margin-top: 2rem;
    }
    .social-2-box {
        margin-bottom: 2rem;
    }
}

.meta-nav ul {
    list-style: none;
}

.meta-nav ul li {
    cursor: pointer;
}

.meta-nav ul li a {
    text-decoration: none;
    color: #e8e8e8;
}

.social-2-box {
    display: flex;
    flex-direction: column;
}

.selling-box ul {
    list-style: none;
}

.selling-box ul li {
    cursor: pointer;
}

.social-2-box a {
    text-decoration: none;
    color: #e8e8e8;
    cursor: pointer;
}

.copy-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background: #0a0a23;
}

.copy {
    
    text-align: center;
    font-size: 0.8rem;
}
/*--------------------------------------------------------------
# Datenschutz
--------------------------------------------------------------*/
.ds-box {
    margin-top: 8rem;
    margin-bottom: 5rem;
    margin-left: 2rem;
    margin-right: 2rem;
}
/*--------------------------------------------------------------
# Impressum
--------------------------------------------------------------*/
.impressum {
    height: 100vh;
    background-color: var(--body-color);
    color: var(--text-color);
}

.img-imp {
    height: 80px;
    margin-left: -2.3rem;
}
/*-------------------------------------------------------------
# Gastronomie Angebote
--------------------------------------------------------------*/
    .container-gastro {
      max-width: 900px;
      margin: auto;
      background: var(--body-color);
      border-radius: 12px;
      box-shadow: var(--box-shadow-card);
      padding: 2rem 3rem;
      margin-bottom: 3rem;
      margin-top: 3rem;
    }

    .plh {
        width: 100%;
        height: 80px;
    }

    .container-gastro h1, .container-gastro h2 {
      color: #8200cd;
      margin-bottom: 1rem;
    }

    .container-gastro .lead {
      font-size: 1.2rem;
      margin-bottom: 2rem;
    }

    .section-gastro {
      margin-bottom: 3rem;
    }

    .package-details, .contract-details {
      background: var(--body-color);
      padding: 1.5rem;
      border-radius: 10px;
      box-shadow: var(--box-shadow-card);
    }

    .container-gastro ul {
      padding-left: 1.2rem;
      margin-top: 0;
      color: var(--text-color);
    }

    .container-gastro ul li {
      margin-bottom: 0.7rem;
    }

    .price-1 {
      font-size: 2.5rem;
      font-weight: bold;
      color: #8200cd;
      margin: 1rem 0 2rem;
    }

    .btn-gastro {
      display: inline-block;
      background-color: #8200cd;
      color: white;
      padding: 12px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    @media (max-width: 700px) {
      .container {
        padding: 1rem 1.5rem;
      }
    }
/*--------------------------------------------------------------
# E-Commerce, # Basic, # Premium, # Startup
--------------------------------------------------------------*/
#ecommerce , #basic, #premium, #startup{
  max-width: 700px;
  margin: 3rem auto;
  padding: 2rem 1.5rem;
  background: var(--body-color);
  border-radius: 12px;
  box-shadow: var(--box-shadow-card);
  font-family: Arial, sans-serif;
  color: var(--text-color);
}

#ecommerce h2 , #basic h2, #premium h2, #startup h2{
  color: #8200cd;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
  font-family:  Nasalization, Arial, Helvetica, sans-serif;
}

#ecommerce p , #basic p ,#premium p, #startup p{
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

#ecommerce ul , #basic ul, #premium ul, #startup ul{
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  color: #555;
}

#ecommerce ul li, #basic ul li #premium ul li, #startup ul li{
  margin-bottom: 0.7rem;
  font-size: 1.05rem;
}

#ecommerce p strong, #basic p strong, #premium p strong, #startup  p strong {
  font-weight: 700;
  font-size: 1.25rem;
  color: #4a148c;
}

.cta-button {
  display: inline-block;
  
  color: white;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  transition: 0.3s ease;

  box-shadow: 0px 0px 10px #56008865, -0px -0px 10px #33005076,
     inset 3px 3px 5px #ffffff27 , inset -3px -3px 5px #000000a2;
     background-image: linear-gradient(to right bottom,
     #a200ff, #8f00e2, #7d00c5, #6b00a9, #5a008e);
}


.cta-button:hover,
.cta-button:focus {
  transform: scale(1.1);
  box-shadow: 0px 10px 10px #35005496, -0px -0px 10px #33005076,
     inset 3px 3px 5px #ffffff27 , inset -3px -3px 5px #000000a2;
  outline: none;
}
/*--------------------------------------------------------------
# Loader
--------------------------------------------------------------*/
  .loader-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
  }

.circle-l {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 300px;
    border-radius: 100%;
    animation: shadow-l 1s ease-in infinite alternate-reverse;
}
.circle-m {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    animation: shadow-m 1s ease-in infinite alternate-reverse;
}
.circle-s {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    animation: shadow-s 1s ease-in infinite alternate-reverse;
}

.circle-s img {
    width: 100%;
    animation: logo 2s ease-in infinite alternate-reverse;
}

@keyframes shadow-l {
    0% {
         
    }
    100% {
        box-shadow: inset 2px 2px 10px #00000070,inset -2px -2px 10px #00000070, 3px 3px 7px #fff , -3px -3px 7px #fff; 
        height: 350px;
        width: 350px;
    }
}

@keyframes shadow-m {
    0% {
        
    }
    100% {
        box-shadow: inset 2px 2px 10px #00000070,inset -2px -2px 10px #00000070, 3px 3px 7px #fff , -3px -3px 7px #fff;
        height: 250px;
        width: 250px;
        
    }
}

@keyframes shadow-s {
    0% {
         
    }
    100% {
        box-shadow: inset 2px 2px 10px #00000070,inset -2px -2px 10px #00000070, 3px 3px 7px #fff , -3px -3px 7px #fff; 
        
        height: 150px;
        width: 150px;
    }
}

@keyframes logo {
    0% {
         
    }
    100% {
       
        transform: rotate(-360deg);
        
    }
}

.container-1 {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 2rem 1rem;
}

    .paket {
      background: var(--body-color);
      border-radius: 10px;
      box-shadow: var(--box-shadow-card);
      padding: 1rem 0.5rem;
      max-width: 300px;
      text-align: center;
      transition: transform 0.3s ease;
      width: 280px;
      height: 350px;
    }

    .paket:hover {
      transform: translateY(-5px);
    }

    .paket h2 {
      color: #8200cd;
    }

    .preis {
      font-size: 1.8rem;
      font-weight: bold;
      margin: 1rem 0;
    }

    .paket ul {
      list-style: none;
      padding: 0;
      margin: 1rem 0;
    }
    .paket ul li::before {
      content: "";
      color: #8200cd;
    }

    .paket .button {
      background: #8200cd;
      color: white;
      padding: 0.8rem 1.5rem;
      text-decoration: none;
      border-radius: 8px;
      display: inline-block;
      margin-top: 1rem;
    }

    @media (max-width: 768px) {
      .container-1 {
        flex-direction: column;
        align-items: center;
      }
    }
