
html{
  font-size: 15px; 
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
    }

    main{
      min-height: 80 vh;
    }

    nav{
      width: 100%;
      display: flex;
      flex-direction: row;
      border-bottom: solid 1px black;
      font-size: 25px;
      margin-top: 10px;
      margin-bottom: 10px;
      padding-bottom: 10px;
    }

    .navigation{
      display: inline-block;
      margin-bottom: 5px;
      margin-top: 5px;
    }

    body{
      font-family: "Arial";
      background-color: whitesmoke !important;
      
    }

    a:visited{
      color: black;
      text-decoration: none;
    }
    a:link{
      color: black;
      text-decoration: none;
    }

    a:hover {
      color: #5806B9;
      font-style: italic;
      text-decoration: none;
    }

    .headline{
        text-align: left;
        margin-right: 2em;
        margin-bottom: 25px;
        margin-top: 45px;
        font-size: 40px;
        line-height: 15px;
        font-family: "Arial";
      }

      .projekttitel{
        text-align: left;
        margin-right: 2em;
        margin-bottom: 20px;
        margin-top: 35px;
        font-size: 35px;
        line-height: 15px;
        font-family: "Arial";

      }

 

    .content {
        margin-left: 2em;
        margin-right: 2em;
        margin-top: 35px;
        padding-right: 50px;
        display: flex;
       overflow: hidden;
       height: 75vh;
       position: absolute;
      }   

    
    .textenglisch{
        width: 50%;
        height: 75vh;
        color: black;
        padding-left: 70px;
        padding-top: 15px;
        overflow-y:scroll;
        margin-bottom: 50px;
        transition: color .3s ease-in-out;
        /*transition: width .3s ease-in-out; */  /* MR */
        transition: transform .3s ease-in-out; /* MR */

      }

      .textenglisch:hover,
      .textenglisch:hover .counter_A,
      .textenglisch:hover .counter_B,
      .textenglisch:hover .counter_C,
      .textenglisch:hover .counter_D,
      .textenglisch:hover .counter_E,
      .textenglisch:hover .counter_F {/* MR */
        color: #5806B9;  
        /* width: 50%; */ /* MR */
        transform: scale(1.05);
      }

      .textdeutsch{
        width: 50%;
        height: 75vh;
        color: black;
        padding-left: 50px;
        margin-left: 50px;
        padding-top: 15px;
        margin-bottom: 50px;
        padding-right: 15px;
        overflow-y: scroll;
        transition: color .3s ease-in-out;
        transition: transform .3s ease-in-out; 

      }

      .textdeutsch:hover,
      .textdeutsch:hover .counter_a,
      .textdeutsch:hover .counter_b,
      .textdeutsch:hover .counter_c,
      .textdeutsch:hover .counter_d,
      .textdeutsch:hover .counter_e,
      .textdeutsch:hover .counter_f { 
        color: #5806B9;
        transform: scale(1.05);

      }

      span{
        color:	 black!important;
        font-size: 12px !important; 
        font-family: 'Arial' !important;
        font-style: normal !important;
      }

      .subline{
          margin-bottom: 25px;
          text-indent: 0;
          font-size: 17px;
          color: black;
      }


    p {
        text-indent: 25px;
        margin: 0;
     }

    .lücken-marker{
      margin-bottom: 20px;
    }

    .nobreak{
      display: inline-block;
      margin-right: 15px;
    }

    .literaturnachweise {
      margin-left: 10px;
      margin-right: 10px;
      padding-right: 30px;
      padding-top: 20px;
      padding-bottom: 5px;
      color: black;
      font-size: 20px;
      font-family: 'arial';
      text-indent: 0;
    }

    .indexlinks{
      color: #5806B9;
      font-size: 15px;
      line-height: 1.4em;
    }

    .literaturliste{
      margin-top: 35px;
      margin-left: 50px;
      margin-right: 15px;
      display: flex;
      flex-direction: column;
    }

    .nda{
      color: black;
      font-size: 20px !important;
      font-family: 'arial' !important; 
    }
  
    .introtext{
      margin-top: 20px;
      margin-left: 35px;
      margin-right: 15px;
      padding-right: 35px;
      text-indent: 0;

    }

    sup{
      color: blue;
    }


    details {
      color: black;
     margin-top: 5px;
      padding-top: 3px;
      padding-bottom: 3px;
      margin-left: 10px;
      font-size: 15px;
     /*display: inline-block;*/
     /*white-space: nowrap; */ 
     
    }

    
    details > summary {
      display: inline;
      background: none;
      color: black;
      /*list-style: none;  um das Dreieck zu entfernen */
      outline: none; /* um den blauen Rahmen zu entfernen */
      /*white-space: nowrap;  verhindert Umbruch in der Zeile */
    }

    summary {
      font-size: 17px;
    }
    
    details > summary::-webkit-details-marker {
      /*display: inline;*/
      display: none;
      /*white-space: nowrap;  verhindert Umbruch in der Zeile */
    }

    .detail-print{
      display: none;
    }

    .detail-screen{
      display: inline-block;
    }
    

     .counter_a,
     .counter_b,
     .counter_c,
     .counter_d,
     .counter_e,
     .counter_f {
      font-family: "arial";
      font-weight: 200;
      position:absolute;
      color: black;
      margin-left: -30px;
      font-style: normal;
      margin-top: 3px;
      }

  .counter_a::before {
    content: "A.";
  }
  .counter_b::before {
    content: "B.";
  }
  .counter_c::before {
    content: "C.";
  }
  .counter_d::before {
    content: "D.";
  }
  .counter_e::before {
    content: "E.";
  }
 .counter_f::before {
    content: "F.";
  }

    /* Handle */
  .textdeutsch::-webkit-scrollbar-thumb {
    background-color: black; /* Color of the scrollbar handle */
  }

 /* .textdeutsch::-webkit-scrollbar {
    width: 40px;
  }*/


.essays {
  display: flex;
  flex-wrap: wrap;
  /*column-gap:50px;*/
  box-sizing: border-box;
  margin-top: 17px;
  overflow-y: scroll;
  justify-content: space-between;
}

.essays .headline {
  width: 100%; 
}

.essays .cellrechts {
  width: calc(60% - 2px);
  border-bottom: dotted 2px black;
  padding: 20px 35px 10px 0px;
  margin: 10px 0px 15px 0px;
  box-sizing: border-box;
  font-size: 20px;

}
.essays .celllinks {
  width: 40%;
  border-bottom: dotted 2px black;
  padding: 5px 0px 10px 20px;
  box-sizing: border-box;
  margin: 6px 0px 15px 0px;
  font-size: 40px;
  font-style: normal;

}

footer{
  padding-top: 10px;
  padding-bottom: 20px;
  bottom: 0px;
  position: absolute;
  margin-left: -10px;
}

.impressum{
  font-size: 15px;
  padding-left: 35px;
  text-indent: 0;
  margin-top: -50px;
}
.impressum strong{
  line-height: 1.3em;
}

.unterheadline{
  font-size: 25px;
  padding-left: 20px;
  margin-bottom: 10px;
}

.introtext{
font-size: 20px;
padding-top: 15px;
width: 55%;
text-indent: 0;
}

.index-seitenaufbau{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.objekt{
  margin-right: 350px;
  margin-top: 100px;
}

.pfeil{
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.pfeilhypl{
  width: 10px;
  height: 10px;
  margin-right: 6px;
}