h2{ border-color:rgb(50,100,200); }

/* ***** Status TABELLE Minutendaten WDS ***** */
.tab_minutendaten_wds { font-size:clamp(0.8rem,3.45vw,0.95rem); }
.red	{ border-color:rgb(20,20,20); background-color:rgb(255,0,0); }
.orange	{ border-color:rgb(20,20,20); background-color:rgb(255,165,0); }
.green	{ border-color:rgb(20,20,20); background-color:rgb(0,128,0); }
.fuchsia{ border-color:rgb(20,20,20); background-color:rgb(255,0,255); }

/* *************** Status TABELLE Daten & Dienste **************** */
.ampel_titel	{ font-weight:bold; line-height:140%; }
.ampel_dienst	{ padding-right:0.25rem; vertical-align:middle; }
.ampel_status	{ padding:0.25rem; padding-bottom:0.05rem; text-align:center; }

/* *************** TABELLE Besucherzahlen **************** */
.grafik_besucher { height:100%; background-color:rgb(45,180,0); border-radius:4px; } 
.grafik_anfragen { height:100%; background-color:rgb(100,150,240); border-radius:4px; }

/* ***** FOTO Stationsdaten ***** */
.foto_box { display:flex; }
.foto_bild { border:1px solid rgb(0,0,255); background-color:rgb(210,225,255); line-height:0%; border-top-left-radius:4px; border-top-right-radius:4px; border-bottom-left-radius:4px; border-bottom-right-radius:4px; }
.foto_img { border-top-left-radius:3px; border-top-right-radius:3px; }
.foto_text { border-top:1px solid rgb(0,0,255); line-height:145%; text-align:center; }

/* ***** Stationsgeschichte ***** */
.gesch_box { width:99%; border:1px solid rgb(50,100,200); border-top-left-radius:4px; border-top-right-radius:4px;border-bottom-left-radius:4px; border-bottom-right-radius:4px;}
.gesch_titel { padding:0.250rem 0rem 0.250rem 0.625rem; height:auto; border-bottom:1px solid rgb(50,100,200); background-color:rgb(210,225,255); font-weight:bold; border-top-left-radius:3px; border-top-right-radius:3px;}
.gesch_text { padding:0.250rem 0.3rem 0.3rem 0.625rem; background-color:rgb(240,240,255); font-size:0.95em; line-height:135%; border-bottom-left-radius:3px; border-bottom-right-radius:3px;}

.hobby { padding:0rem 0rem 0rem 1.25rem; }