*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}
.containeR {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: white; /* oder dein Loader-Hintergrund */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.4s ease;
}



body.loading-active {
  overflow: hidden;
}








.loading-page{
    position:absolute;
top: 0;
left: 0;
  background:#efe9e5;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;

}

.containeR svg {
  justify-content: center;
  align-items: center;
  position: absolute;
  
  width: 900px;
  height:900px;
stroke: #53B3D9;


 

}
.dach {
 
    opacity: 0;
    transform: rotateX(90deg);
    transform-origin: center center;
  

  fill: transparent ;
stroke: #53B3D9;
stroke-width: 2px;
}
.GG, .TT, .EE {
  

fill-opacity: 0;
stroke:  #53B3D9;
;
stroke-width: 2px;
stroke-dasharray: 4500;
animation: draw 9s ease;

}

.containeR .Dienstleistungen {
  transform-origin:center bottom;
  justify-content: center;
  justify-items: center;
  align-items: center;

stroke: #53B3D9;
stroke-width: 1px;
margin-top: 250px;
width: 560px;


fill: #53B3D9;


opacity: 0;


}

.dienst{
  justify-content: center;
  justify-items: center;
  align-items: center;
font-size: 22.5px;
color:#53B3D9;
margin-top: 310px;
margin-left: 9px;


}
@keyframes draw{
0% {
  fill: transparent ;
    stroke-dashoffset: 4500;
}
100%{

    stroke-dashoffset: 0;
    fill:#4a90e2;
}
}



/* ============================= */
/* 📱 MOBILE / RESPONSIVE DESIGN */
/* ============================= */

/* Für Tablets & kleinere Laptops */


/* Für Smartphones */
@media (max-width: 600px) {
  body{
    overflow: hidden;
  }

  .containeR {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;

  }

  .loading-page {
    gap: 0.5rem;
    padding: 1rem;

  }



  .GG, .TT, .EE, .dach{
  

    stroke:  #53B3D9;
    
    stroke-width: 3.6px;

    
    }

    .dach {
 

  stroke: #53B3D9;

  }

  .Dienstleistungen {
    width: 95vw;
    margin-top: 160px;
    
  }

  .dienst {
    font-size: 12.5px;
    margin-top: 73px;
    left: 200px;
    line-height: 1.3;
    text-align: center;
  }

  .containeR svg{
margin-top: -100px;
  width: 500px;
  height: 500px;
  overflow-y: hidden;
}
.containeR .Dienstleistungen {
  justify-content: center;
  justify-items: center;
  align-items: center;

stroke: #53B3D9;
stroke-width: 1px;
margin-top: 40px;
width: 300px;
}
.containeR .Dienstleistungen {
  justify-content: center;
  justify-items: center;
  align-items: center;

stroke: #53B3D9;
stroke-width: 1px;
margin-top: 40px;
width: 300px;


fill: #53B3D9;


opacity: 0;


 }

 }
