/* annie-use-your-telescope-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Annie Use Your Telescope';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/annie-use-your-telescope-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* fira-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fira-sans-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* fira-sans-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/fira-sans-v17-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* fira-sans-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/fira-sans-v17-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* fira-sans-500italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/fira-sans-v17-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* fira-sans-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/fira-sans-v17-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  .hero-image {
    background-image: url("../images/Regalfoto\ Kopie\ 2.jpg");
    height: 75vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    display: flex;
    flex-direction: column;
    justify-content: center; /* zerntrierts horizontal */
    align-items: center; /* zentriert es vertikal*/
}
.container-fluid{
    overflow: hidden;
}

.imgBlumen {
    width: 135%; 
    max-width: none;
    height: auto;       
    position: relative;
    z-index: 2; 
    margin-top: 95%;
}

.imgPng {
    width: 120%; 
    max-width: none;
    height: auto;       
    position: relative;
    z-index: 2; 
    margin-top: 100%;
    margin-left: 17%;
}

@media (max-width: 768px) {
    .imgBlumen,
    .imgPng {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        object-fit: contain;
    }
}




.logo {
    width: 100px;  
    height: auto;  
}


.hero-text {
	color: white;
    font-size: 22px;
	text-align: center;
	align-self: center;
    font-family: 'Annie Use Your Telescope';
    z-index: 2;
}

.hero-text button {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 10px 25px;
	color: black;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;
}

.hero-text button:hover {
	background-color: #555;
	color: white;

}

.hero-image a, .hero-image a:visited, .hero-image a:hover{
    color:white;
}



.bg-1 {
	background: #E8C9B7;
}
.bg-2 {

	background: #EBD3A6;
    
}

.bg-3 {
	background: #F8C98B;

}

.bg-4 {
    background: #c4d0dd;
}

.bg-5 {
	background: #805841;
}


h1 {
    color: white;
    text-align: center;
    font-family: 'Annie Use Your Telescope';
    font-size: 60px;

}


h2 {
    color: white;
    text-align: center;
    font-family: 'Annie Use Your Telescope';
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 22px;
}

h3 {
    color: white;
    text-align: center;
    font-family: 'Annie Use Your Telescope';
    font-size: 30px;
}

h4 {
    color: white;
    font-family: 'Annie Use Your Telescope';
    font-size: 25px;
    
}

footer {
    background:#663535;
    color: white;
    padding: 15px 0;
}
footer p {
   
    color: white;
    padding: 15px 0;
}

footer a, footer a:visited, footer a:hover {
color: white;
font-weight: bold;
}

footer a:hover {
    text-decoration: underline;}

 body {
        font-family: 'Fira Sans';
        font-size: 20px;
    }
	


.navbar {
    padding: 30px;
    font-family: 'Fira Sans';
    font-size: 18px;
    background: #805841;
}



.navbar-brand {
    font-family: 'Annie Use Your Telescope';
}

 .navbar-nav .nav-link{
    color:white !important;
}

 .navbar-nav .nav-link:hover{
    color:#E8C9B7 !important; 
   
}

.navbar-nav{
    margin-left: auto;
}
.dropdown-menu {
    background-color: #a1bddb;
    color: white !important; 
    font-family: 'Fira Sans';
}


.dropdown-menu .dropdown-item {
    color: white !important; 
}

.dropdown-menu .dropdown-item:hover {
    background-color: #799dc3;
    color: white !important;  
    font-family: 'Fira Sans';
}


.dropdown-menu a:hover {
    color: white !important;  }
.sticky  .navbar {
    padding-top: 60px;

    
}

.img-thumbnail {
    width: 100%; 
    height:100%;

}
.tassen-icon {
    width: 15%;
    height: auto;
    position: fixed;
    bottom: 3%;
    right: 3%;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    z-index: 7;
}

.tassen-icon:hover {
    transform: scale(1.2);
}

.btn {
    background-color: #C4D0DD;
    color: white;
    border-radius: 12px;
    font-family: 'Annie Use Your Telescope';

    

}
.btn:hover {
	background: #a1bddb;
	color: white;
    border-radius: 12px;

    

}

.formular {
    font-family: 'Annie Use Your Telescope';
    text-align: left;
margin-bottom: 50px;
}


/* Effekt für die Drehung des Banners und Hero-Textes */
@keyframes drehung {
    0% {
      transform: rotateY(22deg);
    }
 
    100% {
      transform: rotateY(360deg);
    }
  }
  
 .banner {
    animation: drehung 3s cubic-bezier(0.5, 0, 0.5, 1) forwards;
    transition: transform 3s ease-in-out;
    
 
    width: 300px;
    height: 300px;
    background-color: rgba(232, 201, 183, 0.5); 
    z-index: 0; 
    border-radius: 50%;
    border-style: dotted;
    border-color: white;
    
   
	display: flex;
	justify-content: center;
    align-items: center;    
  }
  
  
  .hero-text {
    animation: drehung 3s cubic-bezier(0.5, 0, 0.5, 1) forwards;
    z-index: 1;
  }
  

.img-fluid.img-thumbnail{
border:  none;
border-radius: 22px;

}



.bx-wrapper, .slider  {
    background-color: transparent !important;
    text-align: center;
    margin: 0 auto;
    border: none !important;
    box-shadow: none !important;
    padding-top: 130px;
   
    
}

.slider{
    z-index: 10 !important;
    min-height: 550px;
    position: absolute; left: 90px;
    
}

.melli {
   height: 550px;
   background-image: url('images/Melli.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}

.tassen-icon {
  
    width: 95px;
    height: auto;
   

}

.text-danger {
    color: #799dc3 !important;
}
.carousel-item img {
    height: 95%;

}

#produkte a.text-light {
    color: #fff  !important;
    font-weight: 600;
    text-decoration: none;
  }
  
  #produkte a.text-light:hover {
    color: #663535 !important;
    text-decoration: underline;
  }

  .preis {
    margin-bottom: 200px; 
}

.link {
    text-decoration: underline;
}
