.lists {
            width: 100%;
            display: flex;
            gap: 20px;
            justify-content: space-between;
            /* align-items: flex-start; Wenn du willst, dass das Menü in der Länge nicht mit dem Content-Block mitwächst. Ich empfehle dir, *hier dann das padding einzufügen, damit es nicht mit dem letzten Strich endet. */
        }
        
        /*         Menu        */
        
        .lists_menu {
            width: 20%;
            display: flex;
            flex-direction: column;
            gap: 10px;
    background: rgb(135, 106, 73);
            align-items: flex-start;
       padding-bottom:10px;
        }
        
        .lists_menu-head {
            height: 50px;
            width: 100%;
         background: rgb(118, 87, 54);
            display: flex;
            justify-content: center;
            align-items: center;
            
            text-transform: uppercase;
			font-family: "Arvo", serif;
			font-size: 20px;
			color:#000;
        }
        
        .lists_menu-item {background: rgb(118, 87, 54);
            height: 25px;
            width: 90%;
            margin: 0 auto;
            padding: 5px;
            display: flex;
            align-items: center;
            box-sizing: border-box;
			background: ;
           text-transform: uppercase;
			font-family: arial;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			
        }
        
        
        /*         Content       */
        
        
        .lists_content {
            width: 80%;
            box-sizing: border-box;
             background: rgb(135, 106, 73);
        }
        
        .lists_content-head {
            height: 100px;
            width: 100%;
           background: rgb(118, 87, 54);
            display: flex;
            justify-content: center;
            align-items: center;
 font-family: "Arvo", serif;
    font-size: 50px;
  color:#b1a386;
    line-height: 45px;
    letter-spacing: 1px;
 
    text-transform: uppercase;
    text-align: center;
        }
        
        .lists_content-description {
            padding: 20px 40px;
            text-align: justify;
            line-height: 180%;
        }
        
        .lists_content-bit {    
      
         padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
        
            

          
			  

        }
        
        .lists_content-block {
  width: 49%;

			        
        }
        
        .lists_content-item {
            margin-bottom: 2px;
			margin-left:10px;
			   text-transform: uppercase;
			font-family: arial;
    font-size: 10px;
 }
		
		
		 h2 {           background: rgb(118, 87, 54);

    padding: 5px;
  
     position: relative;
font-family: "Arvo", serif;
    font-size: 15px;
    color:#b1a386;
    letter-spacing: 1px;

    text-transform: uppercase;
    text-align: center;}
		
		
		