/* Grundstil für die Logo-Container */
.logo-container {
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}

main p > a {
   text-decoration: underline;
}

/* Stil für den Sticky-Zustand - nur für Desktop */
@media (min-width: 992px) {
  .logo-container.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff; /* Hintergrundfarbe anpassen */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* optionaler Schatten */
    padding: 10px 0; /* Optional: Padding im Sticky-Zustand */
  }

  /* Wenn nötig, fügen Sie Padding zum Body hinzu, um zu verhindern,
     dass Inhalte unter dem fixierten Header verschwinden */
  body.has-sticky-header {
    padding-top: 80px; /* Passen Sie diesen Wert an die Höhe Ihres Headers an */
  }
}

/* Mobil-Übersteuerung, um sicherzustellen, dass nichts sticky ist */
@media (max-width: 991px) {
  .logo-container.sticky {
    position: relative;
    box-shadow: none;
    padding: 0;
    transition: all .6s ease-in-out;
  }

  body.has-sticky-header {
    padding-top: 0 !important;
  }
}

  @media (min-width: 62.5em) {
    .logo-container.sticky  .logo-avakom-wrapper img#logo-avakom {
        width: 100px;
        height: auto;
        transform: translateX(50px);
        justify-self: center;
    }
}

  /* Wenn nötig, fügen Sie Padding zum Body hinzu, um zu verhindern,
     dass Inhalte unter dem fixierten Header verschwinden */
  body.has-sticky-header {

    padding-top: 80px; /* Passen Sie diesen Wert an die Höhe Ihres Headers an */
  }

table.contenttable{
    width:100%;
}

table.contenttable td{
padding:2px 8px;
line-height: 1.5;
}

table.contenttable th {
    text-align: left;
}



.ce-timeline ul.ce-timeline-list li.time {
    text-align: center;
    max-width: 160px;
    margin: auto;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background-color: var(--color-primary);
    padding: .2rem;
    border: none;
}

.text-center {
    text-align: center;
}

@media (min-width: 40.0625em) {
    .text-justify {
        text-align: justify;
    }
   main  p {
        text-align: justify;
    }
}

.frame {
    /* margin-bottom: 3em; */
}

.frame-space-before-medium {
    margin-block-start: clamp(1rem, 1vw + 4rem, 5rem);
}

.frame-space-after-medium {
    margin-block-end: clamp(1rem, 1vw + 4rem, 5rem);
}

.frame-space-after-large {
    margin-block-end: clamp(2rem, 1vw + 7rem, 11rem);
}

.frame-space-before-large {
    margin-block-start: clamp(2rem, 1vw + 7rem, 11rem);
}

.frame-space-before-extra-large {
    margin-block-start: clamp(2rem, 1vw + 7rem, 19rem);
}

.frame-space-before-small {
    margin-block-start: clamp(1rem, 1vw + 4rem, 2rem);
}

.frame-space-after-small {
    margin-block-end: clamp(1rem, 1vw + 4rem, 2rem);
}

p.narrow {
    width: min(100%, 850px);
    margin-inline:auto ;
}