/*bar background*/


.progress-container.hide-inhalt-sticky{
  z-index: 20;
}
.progress-container {
   
  position: fixed ;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #faf9f8;
  
  
}

/*progressbar foreground*/
.progress-bar {
    
    background-color: #fc0;
     height: 0.4rem;
    position: fixed;
  transition: width .2s;}

.scrolled{
    margin-top: 69px;
}
@media screen and (max-width: 768px) {
.progress-container {
  margin-top: 56.71px;}
  
  .scrolled{
    margin-top: 0;
  }}
@media screen and (min-width: 320px) {
  .progress-container, .progress-bar  {
  height: 0.5rem;
}}
@media screen and (min-width: 480px) {
  .progress-container , .progress-bar {
  height: 0.4rem;
}}

@media screen and (min-width: 768px) {
  .progress-container, .progress-bar  {
  height: 0.4rem;
}}

@media screen and (min-width: 1440px) {
  .progress-container, .progress-bar  {
  height: 0.5rem;
}}

@media screen and (min-width: 3200px) {
  .progress-container , .progress-bar {
  height: 0.8rem;
}}

.hide-inhalt-sticky{
display:none;
}

.absolut-container{
position:absolute;
  z-index:50;
}

@media only screen and (min-width: 1640px){
.scrolled-down{
    
   
}
  .scrolled-up{
transition: transform 0.55s ease;
}
}
@media only screen and (min-width: 1024px) and (max-width:1640px){
  .progress-container {
    
    }
 .
}

@media only screen and (max-width: 1024px){
.progress-container {
        margin-top:0; 
    }
  .scrolled-down{
    margin-top:0;  /* Hide the header */
    transition: transform 0.35s ease; /* Smooth transition for hiding the header */
}
}






