:root {
    --bs-flyer-pink: #e7237a; 
    --bs-flyer-pink2:#ea7695;
    --bs-logo:#96c64e; 
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --mycolor: #ea7695 ; 
  }

  .mycolor{
    background-color: var(--mycolor);
  }

/*cover*/

 .title{
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 70px;
    text-shadow: 0 .30rem .1rem rgba(0, 0, 0, .5);
    color: white;
    
   } 
   
 /**  .logo-container{
    display:flex;
    justify-content: center; /**zentriert horizontal
    align-items: center; /**zentriert vertikal
    height: 180vh; 
  }

    .logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}**/



   .lead{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); 
    text-align: center;
   
}
  
    .cover{
    position: absolute;
    top: 50%;
    right: 20%;
    z-index: 20;
}

   .inner-cover{
    margin-top:50px;
    display:flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
}

   .font-italic{
    text-align:justify;
}

   .cover-container{
    background-image: url(../images/cafe_pinkgrün.jpg); /**anderes Bild einbauen**/
    max-width: 100%;
    background-size: cover; 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0px;

}

/*cover ende*/

.section-title{
  margin-top: 40px;
  margin-bottom: 40px; 
}
   .img-fluid{
    width: 100%;
    height: 100%;
}
.h1{
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif ;
  font-size: 50px;
}
    .h2{
    color: white;
}

   .h3{
    color:#96c64e; 
}

    .p{
    color: var(--mycolor);
}

    .center-img{
        display: block; 
        margin-left: auto;
        margin-right: auto; 
        width: 10%;
        height: 10%;
}

   
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin:40px;
}

  .hr{
    width: 50%;
    margin: 20px auto;
}

/**header**/

.navbar {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #212529;
  
}



/**position (bild)  nach rechts und kleiner bzw. der Abstand soll von den seiten großer sein**/
/**flyer**/
.flyer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 30px
}

.flyer img {
  width: 200px; 
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.flyer img:hover {
  transform: scale(1.1);
}
/**gallery**/

  .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

  .gallery img {
    width: 200px; 
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
  
  .gallery img:hover {
    transform: scale(1.1);
}

/**gallery ende**/

.button-container {
  text-align: center; 
}
/**.rounded-button1{
  background-color: #ea7695;
  margin-left: 70px ;
  border: none; 
  border-radius: 12px; /**macht die Ecken rund
  padding: 10px 20px; /**abstand innerhalb des Buttons
  color: white;
  font-size: 16px;  

  display: block;
  margin-left: 20px;
  margin-top: 10px; 
  
}
**/

/**footer**/
   .col{
    color: white;
}

.bi{
    color: white;
}
/**footer ende**/


  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}

  .b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
}

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;}

  .btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
  }

  .bd-mode-toggle {
    z-index: 1500;
  }

  .bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
  }

  /**button sign in**/

.btn-primary {
  color: white;
  background-color: #96c64e;
  border-color: #96c64e;
  padding: 10px 20px; 
  margin-left: 80px;  
  font-size: 16px;    
  border-radius: 5px; 
  text-align: center;
  display: inline-block; 
  cursor: pointer;
  margin-bottom: 30px; 
}
  
  .btn-primary .btn-primary:visited{
  color: white;
  background-color: #96c64e !important;
  border-color: #96c64e !important;
  
  }
  
  .btn-primary:hover, .btn-primary:active{
    color: white;
    background-color:var(--mycolor) !important;
    border-color: var(--mycolor) !important;
    }
    /*active: wenn man mit der maus kurz vorm klicken ist, kommt so eine border*/
    /*im "Untersuchen" / :hov / kann man hover, active etc. einfach raus kopieren*/
  
    a {
      color:var(--mycolor) !important;
      text-decoration:none;
    }
    a:hover, a:visited {
      color:var(--mycolor) !important;
    }


    .modaltext{
      color: white !important;
      text-shadow: none !important;
    }

    /* Datenschutz und Impressum link*/
    .btn-link{
      color: var(--bs-flyer-pink2); 
      margin-top: 20px;
      margin-bottom: 20px; 
    }

    .center-text {
      text-align: center; 
     
      top: 50%; 
      left: 50%; 
      transform: translate(-50%, -50%); 
    }
    

    .container1{
      display: flex;
      justify-content: center; 
      align-items: center; 
      height: 100%;
    
    }

  .h4{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }


/**responsive**/
@media (max-width: 768px) {
  .btn-link {
    font-size: 14px; 
    padding: 6px 10px; /* Weniger Padding auf Tablets */
  }
}


@media (max-width: 480px) {
  .btn-link {
    font-size: 12px; 
    padding: 4px 8px;
    display: block;  
    width: 100%; 
    text-align: center; 
  }
}

@media (max-width: 768px) {
  .btn-primary {
    margin-left: 20px; 
    padding: 8px 16px; 
    font-size: 14px;   
  }
}


@media (max-width: 480px) {
  .btn-primary {
    margin-left: 10px; 
    padding: 6px 12px;  
    font-size: 12px;    
    width: 100%;        
    display: block;     
    text-align: center; 
  }
}
@media (max-width: 768px) {
  .testimonial {
    margin-left: 20px; 
    margin-right: 20px; 
    padding: 12px; 
  }

  .container {
    flex-direction: column; 
    align-items: center; }

  .container img {
    margin-right: 0;
    margin-bottom: 20px; }

  .container span {
    font-size: 18px; 
  }
}

/* Für Bildschirme mit einer Breite von 480px oder weniger (Handys) */
@media (max-width: 480px) {
  .testimonial {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px; 
  }

  .container {
    padding: 0; 
  }

  .container img {
    width: 60px;  
    height: 60px; 
  }

  .container span {
    font-size: 16px; 
  }
}
    