 :root {
 --color-background: #ffffff;
 --color-grid-top: #f5f7f8;
 --color-grid-bottom: #e9edef;
 --color-text: #263238;
 --color-text-muted: #65747c;
 --color-primary: #057b85;
 --color-primary-dark: #04636b;
 --color-primary-light: #e3f2f3;
 --color-border: #d5dde0;
 --color-border-strong: #c3ced2;
 --color-table-header: #e3eaec;
 --color-table-row-hover: #f4f9f9;
 --color-success: #287a55;
 --color-success-background: #e2f3e9;
 --color-inactive: #74636a;
 --color-inactive-background: #eee9eb;
 --shadow-grid:
 0 2px 5px rgba(24, 39, 45, 0.08),
 0 4px 12px rgba(24, 39, 45, 0.06);
 --border-radius: 10px;
}
.content-grid {
  margin-bottom: 30px;
  padding: 18px;
  background:
  linear-gradient(
    145deg,
    var(--color-grid-top),
    var(--color-grid-bottom)
  );
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-grid);
}
.table-wrapper {
  width: 100%;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--color-border);
  border-radius: 8px;
} 
.data-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: table-row;
}
.data-table th,
.data-table td {
  display: table-cell;
  padding: 12px 15px;
  vertical-align: middle;
  border-bottom: 1px solid var(--color-border);
}
.tdc {
 text-align: center;
}
 .data-table th {
 background:
 linear-gradient(
 180deg,
 #edf2f3,
 var(--color-table-header)
);
 color: #33454c;
 font-size: 0.84rem;
 font-weight: 750;
 letter-spacing: 0.035em;
 }

.data-table tbody tr {
    background: rgba(255, 255, 255, 0.76);
    transition:
        background-color 0.15s ease,
        box-shadow 0.15s ease;
}

.data-table tbody tr:hover {
    background: var(--color-table-row-hover);
}

.data-table tbody tr:last-child td {
    border-bottom: 0;
}



/* =========================================================
   Überschriften innerhalb der Grids
   ========================================================= */

.grid-heading-large,
.grid-heading-medium,
.grid-heading-small {
    margin-top: 0;
    color: var(--color-text);
    line-height: 1.25;
}

.grid-heading-large {
    margin-bottom: 6px;
    font-size: 1.3rem;
    font-weight: 750;
    text-align:center;
}

.grid-heading-medium {
    margin-bottom: 18px;
    font-size: 1.1rem;
    font-weight: 700;
    text-align:center;
}

.grid-heading-small {
    margin-bottom: 10px;
    font-size: 0.8rem;
    font-weight: 700;
/*
    text-transform: uppercase;
*/
    letter-spacing: 0.04em;
    color: var(--color-primary-dark);
    text-align:center;
}

.grid-subtitle {
    margin: 0 0 20px;
    color: var(--color-text-muted);
    font-size: 0.95rem;
}



.container {
flex-direction: column;
width:100%;
height:100vh;
}
.topcontainer {
width: 100%;
height: 35px;
padding:10px;
display: none;
flex-direction: column;
position: fixed;
background: #eeffee;
}
.maincontainer {
display: flex;
}
.leftcontainer {
display:none;
width:200px;
padding:10px;
display: flex;
flex-direction: column;
background:white;
}
.divlogo {
width:200px;
text-align: center;
}
.logo {
width:70px;
height:70px;
}
.logotop {
width:30px;
height:30px;
}
.lm {
width:200px;
background:white;
margin-bottom:10px;
}
.lmh {
text-align:center;
padding:3px;
border-bottom: 1px solid black;
font-size:13px;
font-weight:bold;
}
.lml {
display: flex; align-items: center; 
white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
margin:1px;padding:3px;text-align:left;}
.lmlselected {
display: flex; align-items: center; 
white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
margin:1px;padding:3px;text-align:left;background:#0F8B91;color:white;border: 1px solid #d5dde0;
border-radius: 8px;
}
.lm-d10 {
width:10px;
height:10px;
margin:2px;
display:none;
}
.lm-i12 {
width:12px;
height:12px;
margin:2px;
display:none;
}
@media screen and (min-width: 1000px) {
  .lm-i12 {
      display:block;
  }
}
@media screen and (min-width: 1200px) {
  .lm-d10 {
      display:block;
  }
}
.lm-f18 {
width:18px;
height:12px;
margin:2px;
}
.lmc {
font-size:12px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.rightcontainer {
display: flex;
flex-direction: column;
flex-grow: 1;
top: 0;
}
.divhead {
border:1px solid red;
padding:5px;
height:30px;
display: flex;
grid-gap:5px;}
.divmessage {
flex: 1;
border:1px solid blue;
background: #eeeeff;
display: flex;
justify-content: center;
align-items: center;
font-size:16px;
color: black;
transition: opacity 3s ease;}
.divicon {
width: 50px;
border:1px solid blue;
background: #eeeeff;
text-align: center;
}
.divnavigatec {
padding:5px;
height:50px;
display: flex;
grid-gap:5px;
justify-content: center;
align-items: center;
}
.divnavigatem {
padding:5px;
height:50px;
display: grid;
grid-gap:5px;
justify-content: center;
align-items: center;
height:80px;
}
.divmain {
display: flex;
gap: 10px;
flex-grow: 1;
padding:4px;
flex-grow: 1;
flex-direction: column;
}
.divmaincore {
flex-grow: 1;
padding:10px;
flex-grow: 1;
}
.divmainside {
background: lightblue;
flex-grow: 1;
padding:10px;
flex-grow: 1;
}
@media (min-width: 1400px) {
.divmain {
flex-direction: row;
align-items: flex-start;
}
.divmaincore {
flex: 1;
}
.divmainside {
flex: 0 0 250px;
}
}
@media screen and (max-width: 800px) {
  .topcontainer {
      display:flex;
  }
  .leftcontainer {
      display: none;
  }
  .maincontainer {
margin-top: 55px;  }
}
@media (min-width: 1000px) {
  .leftcontainer {
      display: block;
      width:200px;
  }
  .divlogo {
      width:200px;
  }
  .lm {
      width:200px;
  }
}
@media (min-width: 1200px) {
  .leftcontainer {
      display: block;
      width:280px;
  }
  .divlogo {
      width:280px;
  }
  .lm {
      width:280px;
  }
  .lmc {
      font-size:13px;  }
}
@media (min-width: 1400px) {
  .leftcontainer {
      display: block;
      width:360px;
  }
  .divlogo {
      width:360px;
  }
  .lm {
      width:360px;
  }
  .lmc {
      font-size:13px;  }
}
body {
background:white;
margin:0px;
display:flex;
font-family:Helvetica,sans-serif;
font-size:12px;
}
h1,h2,h3 {
margin:0px;;
font-weight:bold;
text-align:center;
}
h1 {font-size:18px;
}
h2 {font-size:15px;
}
h3 {font-size:12px;
}
a {
text-decoration: none;
color: #0F8B91;
}
a:hover {
color: #07ed13;
}
.lmtogglebutton {
border:none;
background:none;
cursor:pointer;
color: #0F8B91;
text-align:center;
font-size:36px;
font-weight:bold;
}
.lmtogglebutton:hover {
color: #07ed13;
}
.lmb {
border:none;
background:none;
cursor:pointer;
color: #0F8B91;
text-align:center;
font-size:10px;
}
.lmcl {
text-align:center;
font-size:12px;
padding:5px;
}
.lmtogglediv {
text-align: center;
border-top:1px solid #cccccc;
}
.lmsum {
padding:7px;
color:#aaaaaa;
text-align:center;
font-size:42px;
font-weight:bold;
}
.v7heading{
font-size:20px;
font-weight:600;
color:white;
position:relative;
text-align:center;
border-radius: 10px;
color:white; background-color:rgba(255, 255, 255, 0.3);
border:1px solid black;
}
.v7dtabinlet{
padding:10px;
border-radius: 10px;
grid-template-columns: max-content;
display:grid;
background:white;grid-gap:4px;}
.tmpgselector{
padding:10px;
font-size:18px;
font-weight:bold;
border:2px solid #cccccc;
border-radius: 10px;
}
.team-n{
display:none;
}
.team-s{
display:inline;
}
@media (min-width: 600px) {
	.team-n{
	display:inline;
	}
	.team-s{
	display:none;
	}
}
.fcentl{
display: flex;
justify-content: start;
align-items: center;
}
.fcent{
display: flex;
justify-content: center;
align-items: center;
}
.fcentr{
display: flex;
justify-content: end;
align-items: center;
}
.f18 {
display:inline-block;
vertical-align: middle;
width:18px;
height:12px;
margin:2px;
}
.topmenu-grid {
  display: grid;
  gap: 5px;
  box-sizing: border-box;
}
.single-topmenu {
  position: relative;
  display: inline-block;
}
.single-topmenu-button {
  height:70px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #d5dde0;
  border-radius: 8px;
}
@media screen and (min-width: 800px) {
.single-topmenu-button {
  width:70px;
  height:70px;
  display: flex;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-size:9px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #d5dde0;
  border-radius: 8px;
}
}
.single-topmenu-button img {
  display: block;
  height: 30px;
  object-fit: contain;
}
@media screen and (min-width: 800px) {
.single-topmenu-button img {
  height: 40px;
}
}
.single-topmenu-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  text-align: center;
  overflow-wrap: anywhere;
}
.single-topmenu-link span {
  color:black;
  display:none;
}
@media screen and (min-width: 800px) {
  .single-topmenu-link span {
    display:block;
  }
}
.single-topmenu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 150px;
  width: 200px;
  padding: 6px 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
/* Keep the menu open when hovering over either the image or the popup menu */
.single-topmenu:hover > .single-topmenu-dropdown,
.single-topmenu:focus-within > .single-topmenu-dropdown {
  display: block;
}
.single-topmenu-dropdown a {
display: flex;
align-items: center;
justify-content: space-between;
padding: 9px 14px;
color: #222222;
text-decoration: none;
white-space: nowrap;
}
.single-topmenu-dropdown a:hover,
.single-topmenu-dropdown a:focus {
background: #057b85;
color: #ffffff;
}
.single-subtopmenu {
  position: relative;
  width: 200px;
}
.single-submenu-dropdown {
position: absolute;
top: -6px;
left: 100%;
display: none;
min-width: 210px;
padding: 6px 0;
background: #ffffff;
border: 1px solid #cccccc;
border-radius: 6px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.single-subtopmenu:hover > .single-submenu-dropdown,
.single-subtopmenu:focus-within > .single-submenu-dropdown {
display: block;
}
.submenu-arrow {
margin-left: 18px;
font-size: 10px;
}
.submenu-button {
display: flex;
align-items: center;
width: 100%;
box-sizing: border-box;
}
submenu-button img {
flex: 0 0 auto;
margin-right: 6px;
}
.submenu-button span:first-of-type {
flex: 1;
min-width: 0;      /* IMPORTANT for ellipsis */
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.submenu-arrow {
flex: 0 0 auto;
margin-left: 8px;
}
.submenu-text {
flex: 1;
min-width: 0;          /* without this, ellipsis won't work in flexbox */
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.bcell {
padding:0px;align-items: center;display:grid;}
.dcell {
padding:5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#lbox, #rbox {
display:grid;grid-gap:0px;
padding:0px;
padding-top:5px;text-align:center;
background:#eeeeee;border:1px solid #c0c0c0;max-width: 350px;}
#lbox {
grid-template-columns:30px 1fr 40px;
}
#rbox {
grid-template-columns:0px 1fr 40px 30px;
}
#rrboxName {
text-align:left;grid-column:2;padding-left:5px;height:18px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#rrboxPoints {
grid-column:3;text-align:center;}
#rrArrow {
width:25px:
height:12px;
padding:1px 0px 1px 0px;
text-align:center;}
