/*
    Layout und Styles für DEAFBibl

    letzte Änderung: v0.0.6 vom 2024/04/25 daffi/HAdW
*/


a {
    /* color: #FF9C50; */
    /* color: #FF9900; */
    color: #cc6600;
}

a:hover, a:visited {
    color: #FF9900;
    text-decoration: none;
    background-color: transparent;
}

body {
  font-family: noto;
}

html {
    scroll-padding-top: 15rem; /* Passen Sie diesen Wert an die Höhe Ihres Headers an */
}

nav {
    height: 3rem; /* Beispielhöhe des Headers */
    position: sticky;
    top: 0;
}
