:root {

--b-navigation-items: 1; /* Anzahl Menu-Items */

}


.listenelement {
   /* 2 Spalten  im Landscape und Portrait unterschiedlich breit*/
   display: grid;
   grid-column-gap: 10px; 
   line-height: 1.5em;
}

.listenelement_bild {
   grid-column: 1 / 2;
}
.listenelement_bild .tooltiptext{
   left: 35%;
}
.listenBild, .listenBildLeer {   
   height: auto;
   margin-bottom: 10px;
   margin-top: 5px;
}

.listenBildLeer {
   /* allgemeiner Style: Liste */
   border: var(--b-formularbox-border-width) solid var(--b-formularbox-border-color);
}


.listenelement_text {
   grid-column: 2 / 3;
}
.listenelement_text a {
   text-decoration: none;
}
.listenelement_text a:hover {
   text-decoration: underline;
}
.listenelement_text .tooltiptext{
   left: 15%;
}


.text_normal {
   font-style: normal;
}
.text_wissenschaftlich {
   font-style: italic;   
}


.nrAbstand {
   word-spacing: 15px;
}
.lebensraum-legende a {
   /* Sternli in Legende nicht unterstreichen */
   text-decoration: none;  
}
.lebensraum-legende td {
   vertical-align: top;
   padding-bottom: 3px;
}

.datenubernahme {
   display:grid;
   grid-template-columns: 66% auto;    
}
.datenubernahme .links {
   grid-column: 1 / 2;
   padding-bottom: 3px;
}
.datenubernahme .rechts {
   grid-column: 2 / 3;
   padding-bottom: 3px;
}

.artBild{
   /* siehe auch landscape_app.css und portrait_app.css
   cursor: zoom-in;  /* sehr klein */
   cursor: url(../img/zoom_in.png), auto; 
}

#footer{
   white-space: nowrap; 
   overflow: hidden;
}





