* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins", sans-serif !important;
}

html {
  scroll-behavior: smooth;
  height: webkit-fill-available;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  font-size: 16px;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins", sans-serif !important;
  overflow-x: hidden;
  max-width: 100%;
  min-height: 100%;
}

body {
  max-width: 100%;

  overflow-x: hidden;
  background: rgb(255, 255, 255);
  height: webkit-fill-available;

  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: auto;
  -webkit-text-size-adjust: 100%;
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  font-family: "poppins", sans-serif !important;
}




.snowflake {
  position: fixed;
  top: -10px;
  color: #fff;
  font-size: 1em;
  user-select: none;
  pointer-events: none;
  animation: fall linear infinite;
}
@keyframes fall {
  to {
      transform: translateY(100vh);
  }
}













/*.circle::after,
.circle1::before {
  animation: rotate 7s linear infinite;
  animation-direction: normal;
}
.circle::before,
.circle1::after {
  animation: rotate 10s linear infinite;
  animation-direction: reverse;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.circle::after {
  content: "";
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: linear-gradient(#f8f9d9, #ffeace, #eafdbc);
  right: 30%;
  top: 90%;
  z-index: -1;
  position: fixed;
  transform: translate(-50%, -50%);
}
.circle::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: linear-gradient(hsl(326, 100%, 91%), #d5f4ff, #ffd5c0, #c1c0ff);
  right: 80%;
  top: 50%;
  z-index: -1;
  position: fixed;
  transform: translate(-50%, -50%);
}

.circle1::after {
  content: "";
  position: absolute;
  height: 185px;
  width: 185px;
  border-radius: 50%;
  background: linear-gradient(#867b5e, #d6fcff, #f5bbff, #ffe3afe5, #e2ffdde5);
  right: 80%;
  top: 80%;
  z-index: -1;
  position: fixed;
  transform: translate(-50%, -50%);
}
.circle1::before {
  content: "";
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: linear-gradient(
    hsl(89, 100%, 91%),
    #edffbc,
    hsl(303, 94%, 88%),
    #e7dbff,
    #ffd4e7,
    #ffb1b1
  );
  right: 45%;
  top: 70%;
  z-index: -1;
  position: fixed;
  transform: translate(-50%, -50%);
}*/

/*header css*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.8rem 4%;

  display: flex;
  justify-content: space-between;
  z-index: 100;
  align-items: center;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(50px);
  z-index: -1;
  -webkit-backdrop-filter: blur(
    15px
  ); /* Diese Zeile zuerst hinzufügen, sie behebt die Unschärfe für Safari*/
  backdrop-filter: blur(15px); /* Diese Zeile aktiviert die Unschärfe*/
}

/*.header::after{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background:linear-gradient(90deg, transparent,rgba(255, 255, 255, 0.2), transparent);
   
}
*/

/*.header:hover::after{
    left: 100%;
    transition: .5s;    
}
*/

.logo {
  font-size: 1.5rem;
  color: #050505;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;

  background: url(images/sonne-0.png) no-repeat;
  background-size: 20%;
  background-position: -3px -9px;
  padding: 1% 5%;
  height: webkit-fill-available;
}

.sun {
  display: none;
}

/*javascript css öffnungszeiten*/
.status {
  font-size: 14px;
  display: inline;
  margin-right: 5px;
  margin-top: 4px;
}
.punkt {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-top: 4px;
}

.status1 {
  font-size: 14px;
  display: inline;
  margin-right: 5px;
  margin-top: 4px;
}
.punkt1 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-top: 4px;
}
.gruen {
  background-color: #33cc33;
  box-shadow: 0 0 5px #098a09, 0 0 10px #21b521, 0 0 8px #33cc33;
}
.rot {
  background-color: rgb(251, 0, 6);
  box-shadow: 0 0 5px rgb(252, 0, 6), 0 0 10px rgb(251, 0, 6),
    0 0 8px rgb(251, 0, 6);
}

.gelb {
  background-color: rgb(252, 214, 45);
  box-shadow: 0 0 5px rgb(252, 214, 45), 0 0 10px rgb(252, 214, 45),
    0 0 8px rgb(252, 214, 45);
}

.urlaub {
  color: red;
}
/*javascript css öffnungszeiten END*/

.icons1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 7px;
}

.navbar a {
  font-size: 1.1rem;
  color: #010000;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  margin-left: 2.2rem;
  transition: 0.3s;
}

.navbar a:hover {
  color: #e21212;
  transition: 0.3s;
}

#check {
  display: none;
}

.icons {
  position: absolute;
  right: 5%;
  font-size: 2.8rem;
  color: #010000;
  cursor: pointer;
  display: none;
}

/*Öffnungszeiten-- START*/

.öffnungszeiten {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: auto;
  margin-top: 5%;

  gap: 1rem;
}
.zeiten1 {
  background: rgba(0, 0, 0, 0.02);

  box-shadow: 0 3px 15px rgb(0, 0, 0, 0.3);
  width: 100%;
  height: 85vh;

  padding-bottom: 2%;

  text-align: center;
  align-items: center;
  justify-content: center;

  color: #010000;
  overflow: hidden;
  backdrop-filter: blur(15px);
  transition: 0.5s;
  cursor: pointer;
  border: 2px solid rgb(255, 255, 255);

  border-radius: 15px;
  margin-top: 2%;
  margin-bottom: 1%;
  -webkit-backdrop-filter: blur(
    15px
  ); /* Diese Zeile zuerst hinzufügen, sie behebt die Unschärfe für Safari*/
  backdrop-filter: blur(15px); /* Diese Zeile aktiviert die Unschärfe*/
}

.zeiten1,
p h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #000000;

  cursor: pointer;
  line-height: 1.4;
}

.zeiten1 h4 {
  font-weight: 600;
}

.mail {
  color: linear-gradient(to right, #0d1dff, #0d6aff) #0de3ff;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
}

.zeiten2,
p h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #000000;

  font-weight: 400;
  cursor: pointer;
  line-height: 1.4;
}

.zeiten2 {
  background: rgba(0, 0, 0, 0.02);

  box-shadow: 0 3px 15px rgb(0, 0, 0, 0.3);
  width: 100%;
  height: 85vh;

  padding-bottom: 2%;

  text-align: center;
  align-items: center;
  justify-content: center;

  color: #000000;
  overflow: hidden;
  backdrop-filter: blur(15px);
  transition: 0.5s;
  cursor: pointer;
  border: 2px solid rgb(255, 255, 255);

  border-radius: 15px;
  margin-top: 1%;
  margin-bottom: 1%;
  -webkit-backdrop-filter: blur(
    15px
  ); /* Diese Zeile zuerst hinzufügen, sie behebt die Unschärfe für Safari*/
  backdrop-filter: blur(15px); /* Diese Zeile aktiviert die Unschärfe*/
}

.zeiten1 img {
  width: 70%;
  height: 50%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.zeiten2 img {
  width: 70%;
  height: 50%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.telefon {
  color: green;
  font-size: 1.5rem;
  text-decoration: none;
}


.selfmade3 {
  width: 35%;

  padding-top: 5px;
  margin: 0px;
  text-align: center;
  
  justify-content: center;
}



.selfmade3 img,
.selfmade3 img {
  width: 70%;
  height: 100%;

  object-fit: cover;
  object-position: center;

}

/*Öffnungszeiten END*/

/*Leistungen css*/

.leistungen {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  align-items: center;

  width: 100%;

  margin: auto;
  margin-top: 2%;
  margin-bottom: 2%;

  height: webkit-fill-available;
}

.leistungen h2 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 5%;
  padding-top: 5%;
  text-align: center;
}

.card1,
.card2,
.card3,
.card4,
.card5,
.card6,
.card7,
.card8 {
  width: 100%;
  height: 50vh;
  gap: 7px;

  background: rgb(238, 247, 236);
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);

  display: flex;
  text-align: center;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  align-items: center;
  color: #000000;
  overflow: hidden;
  backdrop-filter: blur(15px);
  transition: 0.5s;
  cursor: pointer;
  -webkit-backdrop-filter: blur(
    15px
  ); /* Diese Zeile zuerst hinzufügen, sie behebt die Unschärfe für Safari*/
  backdrop-filter: blur(15px); /* Diese Zeile aktiviert die Unschärfe*/
}




.card1:hover,
.card2:hover,
.card3:hover,
.card4:hover,
.card5:hover,
.card6:hover,
.card7:hover,
.card8:hover {
  transform: scale(1.1);
  background: rgb(255, 255, 255);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(15px);
  border: 1px solid rgb(255, 255, 255);
  z-index: 1;
  border-radius: 15px;
  color: #000000;
  overflow: hidden;
  backdrop-filter: blur(15px);
  cursor: pointer;
  transition: 0.5s;
  -webkit-backdrop-filter: blur(
    15px
  ); /* Diese Zeile zuerst hinzufügen, sie behebt die Unschärfe für Safari*/
  backdrop-filter: blur(15px); /* Diese Zeile aktiviert die Unschärfe*/
}


.card5 svg {
  width: 90px;
  height: 90px;
}
.card5 li {
  text-align: left;
  font-size: 13px;
  padding: 5px;
}

/*.card2 svg {
  animation: emphasis 1s ease-in-out infinite;
}
@keyframes emphasis {
  50% {
    transform: scale(1.4);
  }
}*/

.svg-1{
  width: 80px;
  height: 80px;
  
}
.svg8-animation {
  animation: slideAndRotate 4s ease-in-out infinite;
  animation-delay: 1s;
  width: 80px;
  height: 80px;
}
@keyframes slideAndRotate {
  0% {
    transform: translate(0) rotateY(0);
    opacity: 1;
  }
  10% {
    transform: translateY(100vh) rotateY(0);
    opacity: 0;
  }
  50% {
    transform: translateY(-100vh) rotateY(0);
    opacity: 1;
  }
 
  50% {
    transform: translateY(0) rotateY(360deg);
  }
 
}













/*card6 js*/
.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 300%;
  display: grid;
  place-items: center;
  grid-template-columns: auto;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: left 1s ease-in-out;
}
.slide.active {
  left: 0;
}







.card7 p,a{

  text-decoration: none;
}

.card7 {
  overflow: hidden;
 }
 .content {
     position: absolute;
     transition: transform 1s ease;

     display: grid;
     place-items: center;
     grid-template-columns: auto;
     align-items: center;
     justify-content: center;
     font-size: 24px;
     line-height: 1.5;
 }
 .content.hidden {
     transform: translateX(300%);
 }
 



 

 .card7{
  width: 100%;
  height: 50vh;
  gap: 7px;

  background: linear-gradient(200deg, rgb(255, 0, 0), rgb(248, 33, 33), rgb(249, 93, 93), rgb(250, 139, 139),rgb(252, 224, 224));
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  overflow: hidden;
  backdrop-filter: blur(15px);
  transition: 0.5s;
  cursor: pointer;
  -webkit-backdrop-filter: blur(
    15px
  ); /* Diese Zeile zuerst hinzufügen, sie behebt die Unschärfe für Safari*/
  backdrop-filter: blur(15px); /* Diese Zeile aktiviert die Unschärfe*/

}


.card7:hover{
  background:linear-gradient(200deg, rgb(255, 0, 0), rgb(248, 33, 33), rgb(249, 93, 93), rgb(250, 139, 139),rgb(252, 224, 224)); 
  color: rgb(255, 255, 255);
}



.card7 .btn-special {

  position: relative;
  display: inline-block;
  padding: 15px 30px;
  font-size: 12px;
  color: rgb(0, 0, 0);
  background-color: #ffffff;
  border: none;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 3px 6px rgb(0, 0, 0);;
}

.card7 .wave {
  position: absolute;
  top: 50%;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(250, 189, 189, 0.598);
  border-radius: 50%;
  animation: wave 30s infinite ease-in-out;
}



p .stelle {
  color: #ffffff;
}


.stelle1 {
  color: #0039f6;
}






/*testphase*/




/*.card1 button:hover,
.card2 button:hover,
.card3 button:hover,
.card4 button:hover,
.card7 button:hover{
  box-shadow: rgb(249, 84, 41) 0 0 20px;
 
}
.card1 .btn {
  background-color: rgb(249, 84, 41);
  color: white;
  border: red;
  animation: shake .5s  infinite;
}*/


.card1 img {
  width: 295px;
  height: 320px;
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.image1 {
  opacity: 1;
}

.card1 {
  gap: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; 
}

.card1-container1 {
  grid-row-start: 5;
  grid-row-end: 7;
  grid-column-start: 4;
  grid-column-end: 8;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card1-container2 {
  grid-row-start: 7;
  grid-row-end: 9;
  grid-column-start: 4;
  grid-column-end: 8;
}








.card5 svg {
  animation: slideIn 4s forwards ease-in infinite;
  z-index: 1;
}

@keyframes slideIn {
  from {
    transform: translateX(-350%);
  }
  to {
    transform: translateX(350%);
  }
}



.btn {
  background: rgb(112, 168, 183);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  font-weight: 400;
  padding: 15px;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  overflow: hidden;
  backdrop-filter: blur(15px);
  transition: 0.5s;
  cursor: pointer;
  border: none;
  /*border: 1px solid rgb(255, 255, 255);*/

  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  margin: auto;
  -webkit-backdrop-filter: blur(
    15px
  ); /* Diese Zeile zuerst hinzufügen, sie behebt die Unschärfe für Safari*/
  backdrop-filter: blur(15px); /* Diese Zeile aktiviert die Unschärfe*/
}



.btn-link {
  text-decoration: none;
}

.btn-special {

  position: relative;
  display: inline-block;
  padding: 15px 30px;
  font-size: 12px;
  color: white;
  background-color: #406b98;
  border: none;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 3px 6px rgb(0, 0, 0);
}

.wave {
  position: absolute;
  top: 45%;
  left: 1%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: wave 10s infinite ease-in-out;
}

.wave:nth-child(2) {
  top: 40%;
  left: 10%;
  animation: wave 8s infinite ease-in-out reverse;
  opacity: 0.5;
}

.wave:nth-child(3) {
  top: 35%;
  left: 20%;
  animation: wave 7s infinite ease-in-out;
  opacity: 0.5;
}

@keyframes wave {
 
  
  50% {
      transform: translateX(50%);
  }
}


/*Leistungen css END*/






/*Stellenangebote*/

.stellenangebote {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  justify-items: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: auto;
  margin-top: 7%;

  gap: 1rem;
  margin-bottom: 1rem;
}

.stellenangebote1,
.stellenangebote2 {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 85vh;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 85vh;

  padding-bottom: 1%;
  line-height: 1.5;
  
  overflow: hidden;
  backdrop-filter: blur(15px);
  transition: 0.5s;
  cursor: pointer;
  border: 2px solid rgb(255, 255, 255);

  border-radius: 15px;

  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}



.stellenangebote1 img,
.stellenangebote2 img {
  width: 45%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

.stellenangebote1 h4,
.stellenangebote2 h4 {
  color: #f10f0f;
  font-size: 1.5rem;
  font-weight: 400;

  width: 100%;
  height: auto;

 
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: #e21212;

}


.stellenangebote1 p,
.stellenangebote2 p {
  font-size: 18px;
  font-weight: 400;
  height: auto;
  color: #010000;
  cursor: pointer;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;

}

.stellenangebote1 a,
.stellenangebote2 a {
  font-size: 18px;
  font-weight: 400;

  line-height: 1.3;
  color: linear-gradient(to right, #d1d0df, #453bff) #090636;
  cursor: pointer;
  text-decoration: none;
}
.selfmade-stellenangebote {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: auto;
 
}



/*Stellenangebote END*/ 






/*Kosmetik css*/
.selfmade-container3 {
  display: flex;
  justify-content: center;
  justify-items: center;

  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 5%;

  color: #ffffff;
  width: 100%;
  height: 100%;
  gap: 2%;
}

.kosmetik {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows:auto;

  width: 100%;
  height: auto;
  margin-top: 5%;
  gap: 5px;

 

  margin-bottom: 2%;
  margin-top: 1%;

  height: webkit-fill-available;
}

.text1,
.text2,
.text3,
.text4,
.text5,
.text6,
.text7
 {
  background: rgba(59, 56, 56, 0.623);
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid rgb(255, 255, 255);

  border-radius: 15px;
  color: #010000;
  overflow: hidden;
  backdrop-filter: blur(15px);
  cursor: pointer;
  transition: 0.5s;
  text-decoration: none;
  padding: 5px;
  -webkit-backdrop-filter: blur(
    15px
  ); /* Diese Zeile zuerst hinzufügen, sie behebt die Unschärfe für Safari*/
  backdrop-filter: blur(15px); /* Diese Zeile aktiviert die Unschärfe*/
}

.text1 img,
.text2 img,
.text3 img,
.text4 img,
.text5 img,
.text6 img,
.text7 img
 {
  width: 100%;
  height: 70vh;
 
  object-fit: cover;
  border-radius: 10px;
  transition: 0.3s;
  cursor: pointer;
}

.text1 h3,
.text2 h3,
.text3 h3,
.text4 h3,
.text5 h3,
.text6 h3,
.text7 h3
{
  font-size: 35px;
  margin-bottom: 8px;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
}

.text1 p,
.text1 p,
.text2 p,
.text3 p,
.text4 p,
.text5 p,
.text6 p,
.text7 p {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.3;
  transition: 0.3s;
  cursor: pointer;
}

.text1 img, .text2 img, .text3 img, .text4 img, .text5 img, .text6 img, .text7 img {
  display: block;
  margin: 0 auto;
  width: 100%; /* Passe die Breite nach Bedarf an */
  height: auto;
  transition: opacity 0.5s;
}





/*Kosmetik END css*/



/*Impressum css*/

.impressum {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  justify-items: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: auto;
  margin-top: 7%;

  gap: 1rem;
  margin-bottom: 3rem;
}

.impressum1 {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 85vh;

  padding-bottom: 2%;
  line-height: 1.5;
  color: #ffffff;
  overflow: hidden;
  backdrop-filter: blur(15px);
  transition: 0.5s;
  cursor: pointer;
  border: 2px solid rgb(255, 255, 255);

  border-radius: 15px;

  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.impressum2 {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 85vh;

  justify-items: center;

  align-items: center;
  text-align: center;

  justify-content: center;
  line-height: 1.5;
  color: #ffffff;
  overflow: hidden;
  backdrop-filter: blur(15px);
  transition: 0.5s;
  cursor: pointer;
  border: 2px solid rgb(255, 255, 255);

  border-radius: 15px;

  -webkit-backdrop-filter: blur(
    15px
  ); /* Diese Zeile zuerst hinzufügen, sie behebt die Unschärfe für Safari*/
  backdrop-filter: blur(15px); /* Diese Zeile aktiviert die Unschärfe*/
}

.impressum1 img,
.impressum2 img {
  width: 70%;
  height: 50%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

.impressum1 h4,
.impressum2 h4 {
  color: #5d38d8;
}

.impressum-text {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  width: 100%;
  height: 40vh;
  padding-top: 2%;
  padding-bottom: 2%;

  color: #010000;
  overflow: hidden;
  backdrop-filter: blur(15px);
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid rgb(255, 255, 255);

  border-radius: 15px;

  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);

  display: flex;
  flex-direction: column;

  line-height: 1.4;

  text-align-last: left;

  width: 100%;
  height: auto;
  margin-top: 1%;
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom: 2%;

  -webkit-backdrop-filter: blur(
    15px
  ); /* Diese Zeile zuerst hinzufügen, sie behebt die Unschärfe für Safari*/
  backdrop-filter: blur(15px); /* Diese Zeile aktiviert die Unschärfe*/
}

.impressum1 h4,
.impressum2 h4 {
  font-size: 1.5rem;
  font-weight: 400;

  width: 100%;
  height: auto;

  color: #010000;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: #e21212;
}

.impressum1 p,
.impressum2 p {
  font-size: 1.2rem;
  font-weight: 400;

  width: 100%;
  height: auto;

  color: #010000;
  cursor: pointer;
}

.impressum1 a,
.impressum2 a {
  font-size: 1.4rem;
  font-weight: 400;

  line-height: 1.8;
  color: linear-gradient(to right, #d1d0df, #453bff) #090636;
  cursor: pointer;
  text-decoration: none;
}

.impressum-text p {
  font-size: 1.4rem;
  font-weight: 400;

  width: 100%;
  height: auto;

  color: #010000;
  cursor: pointer;
}

/*Impressum END css*/

/*Datenschutz css*/

.datenschutz {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  width: 100%;
  height: 40vh;
  padding-top: 2%;
  padding-bottom: 2%;

  color: #010000;
  overflow: hidden;
  backdrop-filter: blur(15px);
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid rgb(255, 255, 255);

  border-radius: 15px;

  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);

  display: flex;
  flex-direction: column;

  line-height: 1.5;

  text-align-last: left;

  width: 100%;
  height: auto;
  margin-top: 1%;
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom: 2%;
 
}








/*Datenschutz END css*/



/*Anfahrt css*/


.anfahrt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 2%;

  color: #010000;
  gap: 1rem;
}

.anfahrt-container1,
.anfahrt-container2 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 40vh;
  padding: 1%;
  margin-bottom: 2%;
  text-align: center;
  align-items: center;
  justify-content: center;

  color: #010000;
  overflow: hidden;
  backdrop-filter: blur(15px);
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid rgb(255, 255, 255);
  border-left: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  border-radius: 15px;
  margin-top: 1%;
  -webkit-backdrop-filter: blur(
    15px
  ); /* Diese Zeile zuerst hinzufügen, sie behebt die Unschärfe für Safari*/
  backdrop-filter: blur(15px); /* Diese Zeile aktiviert die Unschärfe*/
}

iframe {
  width: 95%;
  height: 100%;
  border-radius: 10px;
  transition: 0.3s;
  cursor: pointer;
  border-color: white;
}

/*Anfahrt END css*/

/*Footer css*/

footer {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;

  margin-top: auto;

  gap: 1rem;

  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgb(255, 255, 255);
  border-left: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  border-radius: 15px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);

  color: #010000;
  overflow: hidden;
  backdrop-filter: blur(15px);
  transition: 0.5s;
  cursor: pointer;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.footer-container1 a,
.footer-container2 a,
.footer-container3 a,
.footer-container4 a {
  text-decoration: none;
  color: #010000;
  cursor: pointer;
  transition: 0.3s;
}

.footer-container1 a:hover,
.footer-container2 a:hover,
.footer-container3 a:hover,
.footer-container4 a:hover {
  color: #e21212;
  cursor: pointer;
  transition: 0.3s;
}

/*.footer-container4 svg{
    animation: emphasis 2s ease-in-out infinite;
}*/

/*.footer-container4 svg{
    animation: glitch .01s infinite;
}
@keyframes glitch {
    0%{
        transform: translate(0);
    }
    20%{
        transform: translate(-1px, 1px);
    }
    40%{
        transform: translate(-2px, -2px);
    }
    60%{
        transform: translate(2px, 2px);
    }
    80%{
        transform: translate(2px, -2px);
    }
    100%{
        transform: translate(0);
    }
}*/

/*.footer-container4 svg{
    animation:shake .1s  infinite;
    
   
}
@keyframes shake {
    0%{
        transform: translate(0);
    }
    20%{
        transform: translate(-1px, 1px);
    }
    40%{
        transform: translateX(-2px, -2px);
    }
    60%{
        transform: translate(2px, 2px);
    }
    80%{
        transform: translate(2px, -2px);
    }
    100%{
        transform: translate(0);
    }
}*/





/*.footer-container4 svg {
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}*/





 /*.footer-container5 svg {
    animation: wave 2s linear infinite;
  }

  @keyframes wave {
    50% {
      transform: rotateY(90deg);
    }
  }*/

/*@keyframes wave {
  100% {
    transform: rotate(720deg);
  }
}*/



/*Footer END css*/







/*Breakpoints css*/

@media (min-width: 2000px) {

  body{
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .leistungen {
    grid-template-columns: repeat(10, 1fr);
  }

  .card1 h2,
  .card2 h2,
  .card3 h2,
  .card4 h2,
  .card5 h2,
  .card6 h2,
  .card7 h2,
  .card8 h2 {
    font-size: 30px;
  }

  .card1 p,
  .card2 p,
  .card3 p,
  .card4 p,
  .card5 p,
  .card6 p,
  .card7 p,
  .card8 p {
    font-size: 18px;
  }
  .telefon {
    font-size: 38px;
  }
  .status,
  .status1 {
    font-size: 35px;
  }
  .punkt,
  .punkt1 {
    width: 20px;
    height: 20px;
  }

  .btn {
    font-size: 30px;
  }

  .zeiten1,
  .zeiten2 {
    font-size: 40px;
  }

.zeiten1 p,
.zeiten2 p {
  font-size: 35px;
}
  .header {
    padding: 1rem 3.5%;
  }
  .logo {
    font-size: 2.3rem;
  }
  .navbar a {
    font-size: 1.8rem;
  }
  .icons1 a svg {
    width: 65px;
    height: 65px;
  }

  .card1,
  .card2,
  .card3,
  .card4,
  .card5,
  .card6,
  .card7
  .card8 {
    height: 35vh;
  }

  .card1 svg,
  .card2 svg,
  .card3 svg,
  .card4 svg,
  .card5 svg,
  .card6 svg,
  .card7 svg,
  .card8 svg {
    width: 120px;
    height: 120px;
  }
  .card1 p,
  .card2 p,
  .card3 p,
  .card4 p,
  .card5 p,
  .card6 p,
  .card7 p,
  .card8 p {
    font-size: 35px;
    line-height: 1.6;
  }
  .card5 li {
    font-size: 28px;
  }
  .card5 svg {
    width: 130px;
    height: 130px;
  }
  .card5 h2 {
    font-size: 40px;
    margin: 0;
    padding: 0;
  }
  .card5 {
    justify-items: center;
    align-items: center;
  }

  .anfahrt {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer-container1,
  .footer-container2,
  .footer-container3,
  .footer-container4 {
    gap: 5px;
    font-size: 30px;
  }
  .footer svg {
    width: 80px;
    height: 80px;
  }
  .footer-container5 svg{
    width: 60px;
    height: 60px;
  }

}

@media screen and (min-width: 1500px) {
  body{
    margin-left: 20px;
    margin-right: 20px;
  }
  .status,
  .status1 {
    font-size: 20px;
  }
  .punkt,
  .punkt1 {
    width: 12px;
    height: 12px;
  }
  .leistungen {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .card1,
  .card2,
  .card3,
  .card4,
  .card5,
  .card6,
  .card7,
  .card8 {
    height: 35vh;
  }
  .anfahrt {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
.card1 p,
  .card2 p,
  .card3 p,
  .card4 p,
  .card5 p,
  .card6 p,
  .card7 p,
  .card8 p {
    font-size: 21px;
  }


  .card7 p
 {
    font-size: 22px;
  }

      .stellenangebote1,
.stellenangebote2 {
  height: 110vh;
}

    
}

@media (max-width: 1550px) {
  body{
    padding-left: 20px;
    padding-right: 20px;
  }
  .header {
    padding: 0.8rem 3.5%;
  }
  .logo {
    font-size: 1.5rem;
  }
  .navbar a {
    font-size: 1rem;
  }
  .card1,
  .card2,
  .card3,
  .card4,
  .card5,
  .card6,
  .card7,
  .card8 {
    height: 35vh;
  }
  
  .anfahrt {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer svg {
    width: 50px;
    height: 50px;
  }
  .footer-container5 svg{
    width: 37px;
    height: 37px;
  }
  
}

@media screen and (max-width: 1350px) {
  body{
    padding-left: 15px;
    padding-right: 15px;
  }
  .icons {
    display: inline-flex;
  }

  #check:checked ~ .icons #menu-icon {
    display: none;
  }
  .icons #close-icon {
    display: none;
  }

  #check:checked ~ .icons #close-icon {
    display: block;
  }

  .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(50px);
    box-shadow: 0.5rem 1rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: 0.3s ease;
    -webkit-backdrop-filter: blur(
      50px
    ); /* Diese Zeile zuerst hinzufügen, sie behebt die Unschärfe für Safari*/
    backdrop-filter: blur(50px); /* Diese Zeile aktiviert die Unschärfe*/
  }

  #check:checked ~ .navbar {
    height: 17.7rem;
    -webkit-backdrop-filter: blur(
      15px
    ); /* Diese Zeile zuerst hinzufügen, sie behebt die Unschärfe für Safari*/
    backdrop-filter: blur(15px); /* Diese Zeile aktiviert die Unschärfe*/
  }

  .navbar a {
    display: block;
    font-size: 1.1rem;
    margin: 1.5rem 0;
    text-align: center;
    transform: translateY(-50px);
    opacity: 0;
    transition: 0.3s ease;
  }

  #check:checked ~ .navbar a {
    transform: translateY(0);
    opacity: 1;
    transition-delay: calc(0.15s * var(--i));
  }
  .logo {
    display: none;
  }

  .leistungen {
    grid-template-columns: repeat(2, 1fr);
  }

  .card1,
  .card2,
  .card3,
  .card4,
  .card5,
  .card6,
  .card7,
  .card8 {
    width: 100%;
    height: 25vh;
  }

  .card1 h2,
  .card2 h2,
  .card3 h2,
  .card4 h2,
  .card5 h2,
  .card6 h2,
  .card7 h2,
  .card8 h2 {
    font-size: 25px;
  }

  .card1 p,
  .card2 p,
  .card3 p,
  .card4 p,
  .card5 p,
  .card6 p,
  .card7 p,
  .card8 p {
    font-size: 20px;
  }

  .card1,
  .card2,
  .card3,
  .card4,
  .card5,
  .card6,
  .card7,
  .card8 {
    height: 36vh;
  }



  .content1 {
    display: flex;
    justify-content: center;
    flex-direction: column;

    text-align: center;
  }



  .impressum1 p,
  .impressum2 p {
    font-size: 22px;
    line-height: 1.6;
  }
  .impressum1 h2,
  .impressum2 h2 {
    font-size: 25px;
  }

  .header {
    padding: 0.6rem 2.7%;
  }
  .logo {
    font-size: 1.1rem;
  }
  .navbar a {
    font-size: 0.8rem;
  }

  .card5 svg {
    animation: slideIn 4s forwards ease-in infinite;
    z-index: 1;
  }

  @keyframes slideIn {
    from {
      transform: translateX(-380%);
    }
    to {
      transform: translateX(350%);
    }
  }
  .footer-container5 svg{
    width: 37px;
    height: 37px;
  }

  .stellenangebote1,
.stellenangebote2 {
  height: 130vh;
}

}

@media screen and (max-width: 860px)  {
  body{
    padding-left: 5px;
    padding-right: 5px;
  }
  .kosmetik {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .zeiten1,
  .zeiten2 {
    height: 67vh;
  }
}

@media screen and (max-width: 800px) {
  .öffnungszeiten {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .zeiten1,
  .zeiten2 {
    height: 71vh;
  }
  
  .zeiten1 h4,
  .zeiten2 h4 {
    font-size: 23px;
  }

  .zeiten1 p,
  .zeiten2 p {
    font-size: 22px;
  }
  .footer-container5 svg{
    width: 37px;
    height: 37px;
  }
  .stellenangebote {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
}


}


@media screen and (max-width: 860px) and (orientation: landscape) {
  .öffnungszeiten {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    height: 390vh;
    gap: 5px;
  }
  .leistungen {
    grid-template-columns: 1fr 1fr;
  }
  .zeiten1,
  .zeiten2 {
    height: 165vh;
    gap: 5px;
  }
  .zeiten2 {
    height: 175vh;
  }
  .card1,
  .card2,
  .card3,
  .card4,
  .card5,
  .card6,
  .card7,
  .card8 {
    height: 63vh;
  }



  .anfahrt-container1,
  .anfahrt-container2 {
    height: 63vh;
  }

  .impressum {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .impressum1,
  .impressum2 {
    height: 172vh;
  }

  .stellenangebote {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .stellenangebote1,
  .stellenangebote2 {
    height: 215vh;

  }



  .footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr ;
    
  }

  .footer-container1{
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .footer-container2{
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 4;
    grid-column-end: 4;
  }

  .card6 p{
    font-size: 14px;
  }

}

@media screen and (max-width: 600px) and (orientation: landscape) {
  .zeiten1,
  .zeiten2 {
    height: 165vh;
  }
  .zeiten2 {
    height: 175vh;
  }

  .card1,
  .card2,
  .card3,
  .card4,
  .card5,
  .card6,
  .card7,
  .card8 {
    height: 63vh;
  }



/*testphase*/
.card1{
  gap: 0px;
}

.card1{
  display: grid;
  grid-template-columns:  1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; 
}
.card1-container1 {
  grid-row-start: 5;
  grid-row-end: 7;
  grid-column-start: 4;
  grid-column-end: 8;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card1-container2 {
  grid-row-start: 7;
  grid-row-end: 9;
  grid-column-start: 4;
  grid-column-end: 8;
}

.card6 p{
  font-size: 12px;
}





  .anfahrt-container1,
  .anfahrt-container2 {
    height: 63vh;
  }
}

@media screen and (max-width: 600px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    grid-template-rows: 1fr 1fr;
  }

  .footer-container1 {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .footer-container2 {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 1;
  }

  .footer-container3 {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 4;
  }

  .footer-container4 {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 3;
    grid-column-end: 3;
  }

  .footer-container5 {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 4;
    grid-column-end: 4;
  }

  .footer-container5 svg {
    width: 40px;
    height: 40px;
  }

  .anfahrt {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .anfahrt-container1,
  .anfahrt-container2 {
    width: 100%;
    height: 25vh;
  }

  .sun {
    display: none;
    margin-left: 200%;
    animation: rotate 5s linear infinite;
  }

  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(90deg);
    }
    50% {
      transform: rotate(180deg);
    }
    75% {
      transform: rotate(270deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .öffnungszeiten {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .zeiten1,
  .zeiten2 {
    height: 62vh;
  }
  .zeiten1 h4,
  .zeiten2 h4 {
    font-size: 23px;
  }

  .zeiten1 p,
  .zeiten2 p {
    font-size: 22px;
  }

  .impressum1,
  .impressum2 {
    height: 70vh;
  }

  .impressum1 h4,
  .impressum2 h4 {
    font-size: 1.1rem;
    margin-bottom: 1%;
  }

  .impressum1 p,
  .impressum2 p {
    font-size: 1rem;
  }

  .impressum1 a,
  .impressum2 a {
    font-size: 1rem;
  }
  .card1,
  .card2,
  .card3,
  .card4,
  .card5,
  .card6,
  .card7,
  .card8 {
    height: 25vh;
  }


 

 



  .card5 svg {
    animation: slideIn 4s forwards ease-in infinite;
    z-index: 1;
  }

  @keyframes slideIn {
    from {
      transform: translateX(-350%);
    }
    to {
      transform: translateX(350%);
    }
  }

  




  /*kosmetik*/
  .text1 h3,
  .text2 h3,
  .text3 h3,
  .text4 h3,
  .text5 h3,
  .text6 h3,
  .text7 h3 {
    font-size: 20px;
  }

  .text1 p,
  .text2 p,
  .text3 p,
  .text4 p,
  .text5 p,
  .text6 p,
  .text7 p {
    font-size: 16px;
  }
  .text1 img, .text2 img, .text3 img, .text4 img, .text5 img, .text6 img, .text7 img {
    display: block;
    margin: 0 auto;
    width: 100%; /* Passe die Breite nach Bedarf an */
    height: 300px; /* Feste Höhe für alle Bilder */
    object-fit: cover; /* Stellt sicher, dass das Bild innerhalb des Containers bleibt */
    transition: opacity 0.5s;
  }

  
}


@media screen and (max-width: 500px) {
  .navbar a {
    font-size: 16px;
  }
  .footer {
    gap: 0px;
  }

  .footer-container5 {
    padding-right: 10px;
  }

  .footer-container1,
  .footer-container2,
  .footer-container3,
  .footer-container4,
  .footer-container5 {
    gap: 4px;
  }
  

  .anfahrt {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .impressum {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    height: webkit-fill-available;
    margin-top: 14%;
    gap: 5px;

    height: webkit-fill-available;
    margin-bottom: 10px;
    padding-top: 0px;
  }

  .impressum1,
  .impressum2 {
    font-size: 2px;
    height: webkit-fill-available;
    height: 57vh;
  }

  .impressum1 p,
  .impressum2 p {
    font-size: 18px;
  }

  .impressum1 h4,
  .impressum2 h4 {
    font-size: 19px;
    font-weight: bold;
  }

  .impressum1 a,
  .impressum2 a {
    font-size: 18px;
  }
  .impressum-text p {
    font-size: 18px;
  }

  .datenschutz-container h3 {
    font-size: 20px;
    color: green;
  }
  .datenschutz-container h4 {
    font-size: 19px;
    color: red;
  }
  .datenschutz-container p {
    font-size: 18px;
  }

  .öffnungszeiten {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    height: webkit-fill-available;
    margin-top: 14%;
    gap: 0px;
    padding-top: 0px;
  }

  .zeiten1,
  .zeiten2 {
    height: 59vh;
    line-height: 1.6;
    font-size: 2px;
  }
  .zeiten1 {
    height: 59vh;
  }

  .zeiten2 {
    margin-top: 2px;
  }

  .zeiten1 a,
  .zeiten2 a {
    font-size: 18px;
  }

  .zeiten1 h4,
  .zeiten2 h4 {
    font-size: 19px;
    padding-top: 0px;
    margin-top: 0px;
  }

  .zeiten1 p,
  .zeiten2 p {
    font-size: 18px;
  }

  .telefon {
    color: green;
    font-size: 18px;
  }

  .selfmade1,
  .selfmade2 {
    padding-top: 0px;
    margin-top: 0px;
    height: auto;
    /* padding-bottom: 0px;
        margin-bottom: 0px;
        height: 29vh;*)
    }
   /* .selfmade1 img, .selfmade2 img{
        padding: 0px;
        margin: 0px;
   
        height: 30vh;
    }*/
  }

  
  .kosmetik {
    margin-top: 0px;
    padding-top: 0px;
  }
  .selfmade-container3 {
    margin-top: 7%;
    margin-bottom: 0px;
  }
  .main {
    flex-direction: column;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: webkit-fill-available;
  }

  .logo1 {
    margin-left: auto;
  }

  .logo1 .logo2 .logo3 .logo4 {
    margin: auto;
  }

  .logo {
    display: none;
  }

 

  .card1,
  .card2,
  .card3,
  .card4,
  .card5,
  .card6,
  .card7,
  .card8 {
    height: 26vh;
  }

  .leistungen {
    gap: 5px;
  }

  .card1 h2,
  .card2 h2,
  .card3 h2,
  .card4 h2,
  .card5 h2,
  .card6 h2,
  .card7 h2,
  .card8 h2 {
    font-size: 18px;
  }
  .card1 p,
  .card2 p,
  .card3 p,
  .card4 p,
  .card5 p,
  .card6 p,
  .card7 p,
  .card8 p {
    font-size: 15px;
  }
  .card5 h2 {
    margin: 0;
    padding: 0px;
  }
  .card5 svg {
    width: 60px;
    height: 60px;
    margin: 0px;
    padding: 0px;
  }

  .card5 p {
    font-size: 13px;
  }
  .card5 li {
    font-size: 10px;
  }

  .card6 p{
    font-size: 12px;
  }
  
    
  .card1,
  .card2,
  .card3,
  .card4,
  .card5,
  .card6,
  .card7,
  .card8 {
    gap: 3px;
  }



/*testphase*/
.card1 img{
  width: 196px;
  height: 215px;
}
  .card1{
    gap: 0px;
  }
  
  .card1{
    display: grid;
    grid-template-columns:  1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; 
  }
  .card1-container1 {
    grid-row-start: 5;
    grid-row-end: 8;
    grid-column-start: 4;
    grid-column-end: 8;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .card1-container2 {
    grid-row-start: 7;
    grid-row-end: 10;
    grid-column-start: 3;
    grid-column-end: 9;
  }
 
  .card1 .btn-special{
    font-size: 11px;
    padding: 12px;
  }






.card8 h2{
  font-size: 18px;
}
.card8 p{
  font-size: 14px;
}
.card8 h2{
  margin:0;
  padding: 3px;
  gap: 0px;
}
.card7 h2{
  padding: 3px;
}
.card7 p {
 line-height: 1.6;
 font-size: 14px;
}

.svg8-animation{
  width: 45px;
  height: 45px;
}

.btn-special{
  font-size: 11px;
  padding: 12px;
}

.card7 .btn-special{
  font-size: 11px;
  padding: 12px;
}






.stellenangebote{
  margin-top: 50px;
  margin-bottom: 10px;
  height: 256vh;
  
}

.stellenangebote1
 {
  height: 132vh;
}
.stellenangebote2{
  height: 100vh;
}

.stellenangebote1 h4,
.stellenangebote2 h4 {
  font-size: 25px;
  margin-bottom: 5px;
}
.stellenangebote1 p,
.stellenangebote2 p {
  font-size: 15px;
  line-height: 1.6;
}
.stellenangebote1{
  margin-top: 20px;
}


}







/*
#popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  text-align: center;
  width: 300px;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#popup p {
  margin: 0 0 10px;
  font-size: 15px;
  color: red;
}
#popup button {
  padding: 7px 14px;
  background-color: #007bff;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
#popup button:hover {
  background-color: #0056b3;
}

*/








@media screen and (max-width: 380px) {

.card1 h2,
.card2 h2,
.card3 h2,
.card4 h2,
.card5 h2,
.card6 h2,
.card7 h2,
.card8 h2 {
  font-size: 15px;
}

.card1 p,
.card2 p,
.card3 p,
.card4 p,
.card5 p,
.card6 p,
.card7 p,
.card8 p {
  font-size: 10px;
}
}

/*Breakpoints END*/


