/* Trinitatis-Netz Gestaltung Frank Lemke 2025 */

.header {
    width: auto;
    height: 135px;
    background-color: #ee7c00;
    border: 2px solid white;   
}

.inheader1 {
width: 133px;
height: 121px;

}

.headtext {
  font-family:  Helvetica, sans-serif;
  font-size: 2em;  
}

.inheader2 {
position: relative;
top: -95px;
left: 160px;

}
.navi {
width: auto;
height: 25px;
background-color: lightgray;
border: 2px solid white;     
}


.zier {
width: auto;
height: 10px;
background-color: lightgray;
 border: 4px solid white;     
}
.footer {
    width: auto;
    height: 80px;
    background-color: #00b4cd;
    border: 4px solid white;
}

.infooter1 {
position: relative;
width: 150px;
height: auto;

}
 .f {
display : inline

 }

.erfassung {
  padding: 10px;
  /*border: 4px lightgray solid;*/
  width: 600px;
  height: auto; 
  background-color: lightgray;
  
}

.spez {
 background-color: white; 
 width: auto;
 height: 30px;
}

.spez:hover {
 background-color:lightgray; 
  width: auto;
 height: 30px;
}

.backbutton {
  border: none;
  font-size: 12px;
  background-color: #00b4cd;
}

.cr {
 position: relative;
 font-size: 12px;
 top: 30px;
 left: 20px;
 
 height: 40px;
 color: white;
}

.l {
  text-decoration: none;
}

.note {
color: white;
 font-size: 12px;
 background-color: red;
 
}

.highlight-red {
    border: 2px solid #d9534f;
    background-color: #fbecec;
}
