

/* **************** Ubersicht */
.uebersichtBtn { display:flex; width:100%; flex-wrap:wrap; gap:10px; }
.uebersichtBtn.vertical { flex-wrap:nowrap; overflow-x:auto; padding-bottom:20px; }
.uebersichtBtn.vertical::-webkit-scrollbar-track-piece { background: none; }
.uebersichtBtn.vertical::-webkit-scrollbar-thumb { background: #ccc; }
.uebersichtBtn.vertical::-webkit-scrollbar { height:10px; }
.uebersichtBtn.vertical a { width:40%; }
.uebersichtBtn.horizontal { }
.uebersichtBtn a { text-align:center; color:#fff; text-decoration:none; display: inline-block; padding:10px; border-radius:8px; border:0px; width:49%; font-size:1.3em; flex-shrink:0;margin-left:auto;margin-right:auto }
.uebersichtBtn a span { display: block; }
.uebersichtBtn a span.t1  { font-weight:bold; }
.uebersichtBtn a img { max-width:60px; max-height:60px;min-width:60px; min-height:60px; }


