body{
    font-family: 'Libre Caslon Text', serif;
    background: white;
    color: black;
    font-size: 21px;
    scroll-behavior: smooth;
}

.container-alles{
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 50vw 50vw;
    justify-content: space-evenly;
    align-content: end;
    height: 100vh;
}

/* --- menu container --- */
.container-menu{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 50vw 50vw;
    grid-column: span 2;
    height: 34px;
    overflow: hidden;
    padding-top: 10px;
    background-color: red;
    position: fixed;
    transition: height 0.5s ease-out;
    box-shadow: 0px 5px 15px 3px darkgrey;
}
.container-menu:hover{
    height: 640px;
}

/* --- menu items --- */

.item-menu1{
    grid-column: span 2;
    justify-self: center;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
}
.item-menu4{
    display: none;
}
.item-menu5{
    display: none;
}
.item-menu6{
    display: none;
}
.item-menu2{
    text-transform: normal;
    padding-right: 40px;
    padding-left: 60px;
    padding-top: 0px;
    font-size: 14px;
}
.item-menu3{
    text-transform: normal;
    padding-right: 60px;
    padding-left: 40px;
    padding-top: 0px;
    font-size: 14px;
}


/* --- menu point --- */
.item-menu2-chapter{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 50px;
    border-top: solid 1px;
}
.item-menu3-chapter{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 50px;
    border-top: solid 1px;
}
.item-menu4-chapter{
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    grid-template-rows: auto;
    border-top: solid 1px;
}
.menu-point{
    padding: 0;
    padding-bottom: 6px;
    height: auto;
}


/* --- main container --- */
.container-links{
    justify-content: space-between;
    padding-left: 60px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 92vh;
    overflow-y: hidden;
    box-shadow: 10px 0px 20px lightgrey;
    scroll-behavior: smooth;
}
.container-links:hover{
    overflow-y: scroll;
}
.Head-Texte-links{
    padding-bottom: 10px;
}

.TextEinzug{
    text-indent: 45px;
}


.container-rechts{
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 60px;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 92vh;
    overflow-y: hidden;
    color: red;
    box-shadow: -10px 0px 20px silver;
    scroll-behavior: smooth;
}
.container-rechts:hover{
    overflow-y: scroll;
}

/* --- main items --- */
.item-links{
    padding-top: 45px;
    margin-top: 45px;
    border-top: solid 0.3em;
}
.item-links-first{
    padding-top: 30px;
}
.item-rechts{
    padding-top: 45px;
    margin-top: 45px;
    border-top: solid 0.3em;
    border-color: red;
}

.item-rechts-first{
    padding-top: 30px;
}

/* --- main verweise --- */
.Quellenverweis{
    text-transform: uppercase;
    font-size: 0.8em;
    margin-bottom: 0px;
    /* -> hier bräuchte ich padding */
}
.Quellenverweis:hover{
    font-weight: bolder;
}


.Textverweis-links:hover{
    font-weight: bolder;
}


/* Notes und Literatur*/
sup:hover{
    font-weight: bolder;
}

.LitMargin{
    margin: 0;
    padding: 0;
    text-indent: -45px;
    margin-left: 45px;
}
ol{
    padding: 0px;
    margin: 0px;
    margin-left: 40px;
}




/* --- sonstige links --- */
a:link{
    text-decoration: none;
    color: red;
}
a:visited{
    text-decoration: none;
    color: red;
}
.arechts:link{
    text-transform: uppercase;
    text-decoration: none;
    color: black;
}
.arechts:visited{
    text-decoration: none;
    color: black;
}
.arechts:hover{
    font-weight: bolder;
}
.link-menu:hover{
    font-weight: bolder;
}
.link-menu:link{
    color: black;
}
.link-menu:visited{
    color: black;
}
.link-menu-chapter:hover{
    font-weight: bolder;
}
.link-menu-chapter:link{
    color: black;
}
.link-menu-chapter:visited{
    color: black;
}



/* menu headings */
h5{
    text-transform: uppercase;
    font-size: 3.7em;
    margin: 0px;
    margin-top: -10px;
    padding: 0px;
    padding-left: 0px;
    font-weight: bolder;
}
h6{
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}
/* Chapter heading*/
h7{
    display: none;
}
/*main headings*/
h2{
    text-transform: uppercase;
    font-size: 2em;
    margin: 0px;
    padding: 0px;
    line-height: 0.9em;
}
h8{
    text-transform: uppercase;
    font-size: 2em;
    margin: 0px;
    padding: 0px;
    line-height: 0.9em;
    font-weight: bolder;
}
h3{
    text-transform: uppercase;
    font-size: 1.2em;
    margin: 0px;
    padding: 0px; 
}
.h3-pad-top{
    padding-top: 10px;
}
h4{
    text-transform: normal;
    font-size: 1em;
    font-weight: bolder;
    margin: 0px;
    padding: 0px;
}



.Interview1{
    font-style: italic;
}
.Interview2{
    padding-left: 45px;
}

.SchriftWeg{
    display: none;
}
