html {
    scroll-behavior:smooth;
    scroll-padding-top: 57.133px;
    zoom: 100%;
    
}
    body {
    display: flex;
    font-family: "Pantasia";
}

.left {
    display: block;
    position: fixed;
    margin-top: 0px;
    margin-left: 5px;
    z-index: 2;
}
.right {
    display: block;
    width: 50vw;
    margin-top: 400px;
    margin-left: 700px;
    margin-right: 50px;
    z-index: 200;
    overflow: hidden;
    position: relative;

    
}
.ausgeklappt {
    display: none;
    position: absolute;
    list-style: none;
}
ul{
    list-style: none;
    margin-left: 80px;
}
li {
    font-size: 20pt;
    margin-left: 100pt;
    line-height: 10pt;
    padding-bottom: 15px;
    letter-spacing: -1pt;
    color: rgb(255, 255, 255);
}
li a {
    color: white;
    background-color: black;
    text-transform: lowercase ;
}
.kapitel:hover .ausgeklappt {
    display: block;
    position: relative;
    z-index: 1;
    color: white;
}
.kapitel {
    position: relative;
    cursor: pointer;
    margin-top: 0px;
}
p {
    font-family: "ABCDiatype-Regular";
    font-size: 16pt;
    margin-right: 100px;
    
    z-index: 1000;
    width: 100%;
    text-shadow: 
        0.5px 0 0 rgb(255, 255, 255), 
        0 0.5px 0 white, 
        -0.5px 0 0 rgb(255, 255, 255), 
        0 -0.5px 0 white;
    
}
h1 {
    font-size:64pt !important;
    line-height: 50pt;
    font-weight: 800;
    padding-left: 120px;
    letter-spacing: -8pt;
    word-spacing: -20pt;
    margin-top: 20px;
    -webkit-text-stroke: 0.5mm rgb(0, 0, 0) ;
        font-weight: 500;
    z-index: 1;
    color:  rgb(0, 0, 0);
    width: 100%;
    opacity: 1;
    margin-bottom: 0;
    
    
}
h2 {
    font-size:20pt;
    margin-top: -10px;
    padding: 0;
    letter-spacing: -2pt;
    text-indent: 0pt;
    margin-bottom: 0px;
    margin-left: 40px;
    background-color: black;
    color: white;
    width: fit-content;
}
h3 {
    font-size: 24pt;
    margin: 0pt;
    font-weight: 700;
    line-height: 20pt;
    margin-left: 100px;
    margin-right: 30px;
    width: 100%;
    color: rgb(0, 0, 0);
    
}
h4 {
    font-size:64pt;
    line-height: 50pt;
    color: rgb(0, 0, 0);
    font-weight: 800;
    margin-bottom: 0;
    padding: 0;
    letter-spacing: -8pt;
    margin-top: 10px;
    -webkit-text-stroke: 0.5mm rgb(0, 0, 0) ;
        font-weight: 500;
    z-index: 1;
    text-transform: lowercase;

}
h5 {
    font-size: 12pt;
    margin: 0pt;
    font-weight: 700;
    line-height: 10pt;
    margin-left: 300px;
    margin-right: 30px;
    
}
a {
    color: black;
}


.quellen {
    margin-left: 10px;
    bottom: 10px;
    background-color: rgb(255, 255, 255);
    width: 600px;
    height: 210px;
    position: fixed;
    overflow: auto;
    scroll-behavior: smooth;
    scroll-padding-top: 5px;
}

ol li{
    color: rgb(0, 0, 0);
    margin: 0;
    font-size: 9pt;
    line-height: 10pt;
    opacity:1;
    font-family: "Diatype";
    letter-spacing: normal;

}
ol li::marker {
    color: rgb(0, 0, 0);
    
  }

.right p a {
    color: rgb(244, 2, 252);
    text-decoration: none;
}

.anmerkung-print {
    display: none;
}
sup {
    color: rgb(0, 0, 0);
}

.index {
    position: fixed;
    left: 20px;
    bottom: 250px;
    

}
.index a {
    color: rgb(255, 255, 255);
    background-color: black;
    font-size: 17pt;
    
}


.literaturverzeichnis {
    display: grid;
    grid-template-columns: auto auto  ;
    grid-template-rows: auto auto auto auto auto auto;
    
    column-gap: 20px;
    margin-top: 60px;
    width: 100%;

}
.literaturverzeichnis p{
    font-size: 14pt;
    line-height: 13pt;
}
.literature{
    font-family: "Pantasia";
    font-size: 100pt;
    line-height: 0;
    align-items: baseline;
    margin:0;
    color: rgb(0, 0, 0);
    display: inline;
}
.literature a{
    font-size: 15pt;
    margin-left: 100px;
    color: white;
    background-color: black;
    margin-top: -0px !important;
}
.left h2 {
    margin-bottom: 20px;
}
p a {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}
.spalte {
    width: 70%;
    height: auto;
    top: 0;
}
.cover-print {
    display: none;
}
.introtext {
    display: none;
}
.imprint {
    position: fixed;
    left: 280px;
    top: 400px;
    width: 550px;
    color:white;
}
summary {
    background-color: black;
    width: fit-content;
    font-size: 14pt;
    cursor: pointer;
}
details[open] {
    background-color: black;
  }
  
  details[open] summary {
    background-color: black;
  }
.imprint-grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto auto;
    column-gap: 10px;
    row-gap: 2px;
}
h6 {
    font-size: 12pt;
    line-height: 10pt;
}
.stern {
    display: none;
    
}
.stern-rechts {
    display: none;
    
}
.imprint-print {
    display: none;
}
.register-print{
    display: none;
}
#appendix{
    display: none;
}

.quellen summary {
    background-color: rgb(0, 0, 0);
    width: fit-content;
    color: white;
    font-size: 14pt;
    cursor: pointer;
}
.quellen details[open] {
    background-color: rgb(255, 255, 255);

  }
  
.quellen details[open] summary {
    background-color: rgb(0, 0, 0);
    
  }

  .dropdown-kapitel summary {
    background-color: rgb(0, 0, 0);
    width: fit-content;
    color: white;
    font-size: 14pt;
    cursor: pointer;
}
.dropdown-kapitel details[open] {
    background-color: rgb(255, 255, 255);
  }
  
.dropdown-kapitel details[open] summary {
    background-color: rgb(0, 0, 0);
  }

.dropdown-kapitel  {
    margin-left: 100px;
}
.schmutztitel {
    display: none;
}