*, html {
    scroll-behavior: smooth !important;
}

.dynamic-toc ul {
    list-style: none;
    padding: 0;
}

.dynamic-toc ul span {
    color: var(--wp--preset--color--turquoise);
    font-size: 3rem;
    margin-right: 1rem;
    line-height: 0.75;
    vertical-align: middle;
}

.dynamic-toc ul a {
    text-decoration: none;
    color: var(--wp--preset--color--turquoise);
    font-size: 1.25rem;
    font-weight: 500;
    color: #005092;
}

.dynamic-toc li:nth-of-type(1) a{
    font-weight: bold !important;
}

.dynamic-toc li::before{
    content: "";
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 30'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23005092; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M17.7.3v24.68l8.17-8.34,1.73,1.77-10.24,10.46-.87.85-.87-.85-10.24-10.46,1.73-1.77,8.17,8.34V.3h2.41Z'/%3E%3C/svg%3E");
    display: inline-block;
    height: 1.3rem;
    width: 1.3rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    right: 10px;
  
  }

  
