@font-face {
    font-family: 'Prosaic';  /* you can choose your own name here */
    src: url('fonts/ProsaicTry-ExBold.otf') format('opentype')}

@font-face {
    font-family: 'Alte';  /* you can choose your own name here */
    src: url('fonts/AlteHaasGroteskBold.ttf') format('opentype')}

body {
    height:100dvh;
    width:100dvw;
    margin:0px;
}


h1{
    text-align: center;
    font-family: "EB Garamond", serif;
    font-weight:500;
    font-size:40px;
    margin-bottom: 15px;
    /*-webkit-text-stroke: 0.06em;*/
    @media(max-width: 500px){
        font-size:32px;

    }
}

h5 {
    font-weight: 400;
}
main{
    font-family: "EB Garamond", serif;

    /*margin-left:20vh;*/
    /*margin-right:20vh;*/
}
.toc{
    display: flex;
    flex-direction: column;
    font-size:18px;
    text-align: center;
    gap:3px;

}
.homeToc{
    height:182px;
    font-size:18px;
}
.wrapper {
    font-family: "EB Garamond", serif;

    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.baargeld {
    width:100vw;
    -webkit-text-stroke: 0.06em;
    text-wrap:wrap;
    overflow-wrap:break-word;
    font-size:70px;
    font-weight: 500;
    line-height:60%;
    user-select: none;
    text-align: center;
;

}



.baarlink{
    user-select: all;
    z-index: 999999;
    /*font-size:34px;*/
    color: #0000EE;

}

.title {
    padding-top:20px;
    @media(max-width: 500px) {
        padding-top:10px;
    }
}
.textbox {
    overflow-y: scroll;
    /*width: 80vw;*/
    max-width:800px;
        padding-left: calc(50vw - 400px);
        padding-right: calc(50vw - 400px);

    @media(max-width: 800px) {
    padding-left:20px;
    padding-right:20px;
    }

    font-size:18px;
    ::-webkit-scrollbar-track {
        background: transparent;
    }
        scrollbar-color: gainsboro transparent; /* Transparent scrollbar colors */


    /*font-family: 'Alte';*/
}
.round-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:5px;
    user-select: none;
    flex-grow: 1; /* This will allow it to expand in the available space */
    justify-content: space-evenly;

}

.contitle{
    height:95px;
    @media(max-width: 500px) {
        height: 72px;
    }
}
.cont-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:5px;
    user-select: none;
    flex-grow: 1; /* This will allow it to expand in the available space */
    justify-content: center;

}
a{
    text-decoration: none;
    color:black;
    z-index: 55;

;
}

a:hover{
    text-decoration: underline;
}
.footer {
    position: absolute;
    bottom:0px;
    font-size:18px;
}


.footer2 {
    bottom:0px;
    font-size:18px;

}

.inftext {
    display:inline;
    pointer-events:none
}




.testwrapper {
    font-family: "EB Garamond", serif;

    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testbaargeld {
    width:100vw;
    -webkit-text-stroke: 0.06em;
    text-wrap:wrap;
    overflow-wrap:break-word;
    font-size:70px;
    font-weight: 500;
    line-height:60%;
    user-select: none;
    padding-top:10vh;
    padding-bottom:10vh;
    text-align: center;
;

}


.footerwrapper {
    font-family: "EB Garamond", serif;

    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}



.footerbaargeld {
    width:100%;
    -webkit-text-stroke: 0.06em;
    text-wrap:wrap;
    overflow-wrap:break-word;
    font-size:50px;
    font-weight: 500;
    line-height:60%;
    user-select: none;
    padding-bottom:20px;
    text-align: center;
    @media(max-width: 500px){
        font-size:40px;
        padding-bottom:16px;

    }


}

.testtoc{
    display: flex;
    flex-direction: column;
    font-size:18px;
    text-align: center;
    gap:8px;
    align-items: center;
    justify-content: center;

}

.nested-wrapper{
}