@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0 auto ;
    padding: 0;
}

html, body {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;


  background-color: #f0f0f0;
}
body {


  overflow: hidden;

}
.landscape-content {
  display: none;
}
/*
.portrait-message {
  display: none;
  font-size: 2em;
  color: red;
  margin: 60px;
  padding: 30px;
  justify-content: center;
  align-items: center;

}
*/
.portrait-message {
  display: none;
  font-size: 2em;
  color: red;
  text-align: center;
}
@media (orientation: portrait) {
  .eingang {
      display: none;
  }

  .portrait-message {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2em; /* Nachricht im Hochformat anzeigen */
      color: red;
      height: 100%;
      width: 100%;
      text-align: center;
  }
}
@media (orientation: landscape) {
  .landscape-content {
      display: block;
  }
}
@media (orientation: portrait) {
  .portrait-message {
      display: block;
  }
}
@media (orientation: portrait) {
  .portrait-message img{

      margin: 0 auto;
      border: solid black 10px;
     
  }
}
@media (orientation: landscape) {
  .eingang {
      /* Beispiel: Anpassung der Höhe im Querformat */
      height: 100%;
      
  }
}
/*
body{
  font-family: 'Poppins', sans-serif;
  height: 100vh;

  width: 100vw;

  margin: auto;

  background: rgb(237,251,63);
  background: radial-gradient(circle, rgba(237,251,63,1) 0%, rgba(70,230,252,1) 100%);

}
*/
.eingang{

  width: 100%;
  height:100%;
  max-width: 100vw;
  max-height: 100vh;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
 border: solid rgba(225, 193, 30, 0.848) 13px;
}

@media only screen and (max-height: 500px) {
  .eingang{
    border: none;
  }}

@media (orientation: landscape) {
  .eingang {
   
    display: flex;
  }
}

@media (orientation: portrait) {
  .eingang {
      display: none;
  }}

/*
@media all and (orientation:landscape) {
  .eingang { 
height: 915px;
width: 412px;
margin: auto;
  }
}
@media all and (orientation:portrait) {
  .eingang { 
width: 50%;
  }
}

*/

#indexhg {
position: relative;
  background-image: url(../img/indexeingang-1024.jpg);
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 64em;
  height: 46.063em;
  margin: auto !important;
  align-items: center;
  justify-content: center;
}

/*
@media only screen and (max-width: 500px) {

  #indexhg {


  
  width: 100%;
  height: auto;
  
  top: 50%;
  left: 50%;
 transform: translate(-50%, -50%);
  
    }
  }

 @media only screen and (max-width: 768px) {

  #indexhg {

  width: 100%;
  height: auto;
  
  top: 50%;
  left: 50%;
 transform: translate(-50%, -50%);
  
    }
  }
  @media only screen and (max-width: 430px) {
  
    #indexhg {
      position: absolute;
    margin: auto;
   
  top: 50%;
  left: 50%;
 transform: translate(-50%, -50%);
   
 width: 100%;
    height: auto; 
      }
    }

*/
#hbp-logo img{
  position: absolute;
  width: 5.625em;  
  height: 5.625em; 
  border: solid black 8px;
  flex-shrink: 1;
flex-grow: 1;
  top: 39%;
  left: 50%;
transform: translate(-50%, -50%);
z-index: 12;
transition: width 150ms ease-in-out;
transition: height 150ms ease-in-out;



}
#hbp-logo img:hover{
  position: absolute;
  width: 6.875em;  
  height: 6.875em; 

z-index: 12;
}
#hbp-logo {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}



.modal {

  margin: auto;
  display: none;	
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

  font-family: sans; color: yellow;


background: #faf8f810;
background-image: url(../img/dampf559-800rew.png);
background-position: center;
background-repeat: no-repeat;
background-size: 100% 100% !important;

box-shadow: none !important;
border: none !important;

align-items: center;
justify-content: center;

  z-index: 9999;

}
@media only screen and (max-height: 500px) {
  #hbp-logo-myModal{

    position: absolute;
    width: 50%;
    top: 55% !important;
    left: 50%;
    transform: translate(-50%, -50%);
   height: 80%;
  
  }}
#hbp-logo-myModal{

  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 height: 80%;

}

/* Modal Content (text) */
.hbp-logo-modal-content {
  text-align: center;
  margin: auto;
 line-height: 1.6em;
  font-size: 1.2em;
}



@media only screen and (max-height: 500px){
  .hbp-logo-modal-content {

   line-height: 1.4em;
    font-size: 1.1em;
  }
}

.hbp-logo-modal-content a {

  text-decoration: none;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  color: yellow;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.hbp-logo-modal-content a:hover { 
  font-size: 1.5em;
}

/* Caption of Modal Image */
#hbp-logo-caption {
  margin: auto;
  display: block;
  width: 70%;
  max-width: 100%;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 100%;
}

/* Add Animation */
.hbp-logo-modal-content, #caption {  
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform: scale(0.1)} 
  to {transform: scale(1)}
}

/* The Close Button */
.hbp-logo-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.hbp-logo-close:hover,
.hbp-logo-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 600px){
  .modal {
    width: 100%;
    height: 100%;
  }
}


#aveingang img{
  position: absolute;
  width: 11.25em;  
  height: 8.5em; 
  flex-shrink: 1;
flex-grow: 1;
  border: solid black 10px;
  top: 39%;
  left: 12%;
transform: translate(-50%, -50%);
z-index: 12;
transition: width 150ms ease-in-out;
transition: height 150ms ease-in-out;




}
@media only screen and (max-height: 420px) {

  #aveingang img{

    width: 140px;  
    height: 105px;
  
  
  
    }
  }
  @media only screen and (max-height: 500px) {

    #aveingang img:hover{
  
      width: 150px !important;  
      height: 113px !important;
    
  
    
      }
    }


#aveingang img:hover{
  position: absolute;
  width: 12.5em;  
  height: 9.438em; 





}
   

#nleingang img{
  position: absolute;
  width: 11.25em;  
  height: 13.75em; 
  border: solid black 10px;
  top: 39%;
  left: 87%;
  flex-shrink: 1;
flex-grow: 1;
transform: translate(-50%, -50%);
z-index: 12;
transition: width 150ms ease-in-out;
transition: height 150ms ease-in-out;

}

@media only screen and (max-height: 500px) {
  #nleingang img{
    top: 42%;
  left: 87%;

  }}

  @media only screen and (max-height: 420px) {

    #nleingang img{
  
      width: 150px;  
      height: 184px;
    
 
    
      }
    }
/*

}
@media only screen and (max-width: 968px) {

  #nleingang img{
    position: absolute;
    width: 140px;  
    height: 172px; 
    border: solid rgb(8, 218, 113) 10px;
    top: 39%;
    left: 89.5%;
  
    }
  }
@media only screen and (max-width: 868px) {

  #nleingang img{
    position: absolute;
    width: 120px;  
    height: 147px; 
    border: solid rgb(228, 29, 29) 10px;
    top: 39%;
    left: 90%;
  
    }
  }
  @media only screen and (max-width: 808px) {

    #nleingang img{
      position: absolute;
      width: 100px;  
      height: 123px; 
      border: solid rgb(72, 10, 230) 10px;
      top: 39%;
      left: 97%;
    
      }
    }
 */
#nleingang img:hover{
  position: absolute;
  width: 12.5em;  
  height: 15.25em; 

}
@media only screen and (max-height: 420px) {

  #nleingang img:hover{

  position: absolute;
  width: 160px;  
  height: 196px;

    }
  }
/*
@media only screen and (max-width: 868px) {

  #nleingang img:hover{
    position: absolute;
    width: 160px;  
    height: 196px; 
 
  }
  }
  @media only screen and (max-width: 768px) {

    #nleingang img:hover{
      position: absolute;
      width: 140px;  
      height: 172px; 
   
    }
    }
  
    @media only screen and (max-width: 430px) {

      #nleingang img:hover{
        position: absolute;
        width: 120px;  
      height: 147px;
     
      }
      }

*/
@media only screen and (max-height: 560px) {

  #t7 {


  
display: none;
  
    }
  }

  @media only screen and (max-height: 642px) {

    #t7 {
  
  
    
      position: absolute;                       
      left: 300px;
      top: 240px !important;
    
      }
    }


#t7  {  
 
  position: absolute;
  top: 300px;
  left: 295px;


    width: 56.25em;  
    height: 28.125;  
    z-index: 12;                 
    
  

 }



 #t8  {  
  position: absolute;
  top: 300px;
  left: -180px;
  width: 56.25em;  
  height: 28.125em;  
    z-index: 12;                 

  

 }

 @media only screen and (max-height: 560px) {

  #t8 {


  
display: none;
  
    }
  }

  @media only screen and (max-height: 642px) {
    #t8  {  
      position: absolute;
      top: 240px;
      left: -200px;
      
       }
      }
 /*
 @media only screen and (max-width: 768px) {

  #t8  {  
    position: absolute;
    top: 78%;
    left: 35%;
  
    }
  }
 /* Zebra 
#Image7{
                       
                       position: absolute;
                       top: 50%;
                       left: 50%;
                     transform: translate(-50%, -50%);
  width: 41.5em;  
  height: 20.75em; 
  z-index: 11;
 }

 */

 #t97{                          /* Elster */
  position: absolute;
  left: 920px;
  top:490px;
  height: 7.5em;
  width: 12.5em;
  transition: top 150ms ease-in;
  z-index: 122;
 }
 @media only screen and (max-width: 1280px) {
  #t97 {
    position: absolute;
  left: 760px;
  }
 }
 @media only screen and (max-width: 1024px) {
  #t97 {
    position: absolute;
  left: 660px;
  }
}
@media only screen and (max-width: 768px) {
  #t97 {
    position: absolute;
  left: 540px;
  }
}
 #t97:hover{
  position: absolute;
  top:450px;

 }
/*
linke Navigation


.dropbtn {

  -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    height: 120px;	
	  width: 120px;
    background-color: #e9c047;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 80vw;
    max-width: 80vw;  
    list-style: none;
    transition: width 150ms ease-in-out;
    transition: height 150ms ease-in-out;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #e5ef4d;
  height: 140px;	
  width: 140px;
  text-decoration: none;
}

.dropdown {
  position: fixed;
  top: 20px;
  left: 20px;
  display: inline-block;
  list-style: none;
  z-index: 200;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  overflow: auto;
  z-index: 1; 
  
}

.dropdown-content a {
  -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	 border-radius: 50%;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	position: relative;
  height: 80px;
	width: 80px;
  background-color: #e9c14795;   
  color: rgb(18, 4, 89);
  font-size: 1rem;
  font-family: 'Poppins' sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: none;


}

.dropdown a:hover {
  background-color: #e9c147f5;
  height: 90px;
	width: 90px;
  font-size: 1.2rem;
}

.show {display: block;}


   


nav {
  z-index: 300;
  position: fixed;
}

*/


/* Elster-Modal 

input[type="checkbox"] {
	display:none;
}
input[type="checkbox"]:checked ~ .modal,
input[type="checkbox"]:checked ~ .modal-background {
	display: block;
}
.modal-background {
	width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.19);
    position: fixed;
    display: none;
    z-index: 9998;
}
*/

/*
.modal-inhalt{
  
  padding: 100px;

}
.modal-inhalt h1 {
text-shadow: -2.5px 0 yellow, 0 2.5px yellow, 2.5px 0 yellow, 0 -2.5px yellow;
  color: black;
  font-size: 2.2em;
  

}
*/
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 54%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 62%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}
#korbtasche img {
  position: absolute;
  top: 70%;
  left: 20%;
  height: 135px;
  width: 120px;
  z-index: 33;
  transition: all 0.3s ease; /* Für eine sanfte Übergangsanimation */
}

#korbtasche img:hover {
  top: 69%;
  height: 158px;
  width: 140px;
  z-index: 33;
}

/* Medienabfrage für kleinere Bildschirme */
@media only screen and (max-width: 642px) {
  #korbtasche {
    position: absolute;
    top: 58%;
    left: 30%;
  }

  #korbtasche img {
    height: 100px; /* Kleinere Bilder für kleine Bildschirme */
    width: 90px;
    top: 65%; /* Etwas nach unten verschoben */
  }
}