@font-face {
    font-family:'Burbank';
    src: url('Burbank.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family:'TableFont';
    src: url('TableFont.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

html, body {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16pt;
    margin: 0px;
    height: 100%;
    padding: 0px;
}

.page {
    padding: 0px;
    margin: 0px;
}

.section {
    width: 100%;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentHeader {
    width: 1200px;
    text-align: justify;
    min-height: 250px;
}

.content {
    background: rgba(255,255,255,0.5);
    width: 1200px;
    text-align: justify;
    min-height: 250px;
    padding-left: 20px;
    padding-right: 20px;
}

.lineOutlook { 
    background-color: #0073c6; 
}

.line { 
    background-image: linear-gradient(to top, #ccc 0%, #fff 100%)
}

.lineWord { 
    background-color: #2c5897; 
}

.footer { 
    background-color: #666;
    font-family: Consolas, monaco, monospace;
}

.footer h4 {
    color: #CCC;
}

.footerblock {
    float: left;
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    min-height: 250px;
    color: #AAA;
    font-size: 11pt;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
}

.footerblockDisclaimer {
    width: 35%;
}

.footerblockKontakt {
    width: 35%;
}

.footerblockImpressum {
    width: 20%;
}

table, th, td {
    border-collapse: collapse;
    border: 1px solid black;
    color: #000;
}

table {
    box-shadow: 5px 5px 20px;
    color: #aaa;
}

#gamingliga, #gamingliganarrow {
    font-family: "TableFont";
    border-collapse: collapse;
}
  
#gamingliga td, #gamingliga th {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 13pt;
}

#gamingliganarrow td, #gamingliganarrow th {
    border: 1px solid #ddd;
    padding: 2px;
    font-size: 12pt;
}
  
#gamingliga tr:nth-child(even){background-color: #f2f2f2;}
#gamingliganarrow tr:nth-child(even){background-color: #f2f2f2;}

#gamingliga tr:hover {background-color: #ddd;}
#gamingliganarrow tr:hover {background-color: #ddd;}

#gamingliga th, #gamingliganarrow th {
    font-family: "TableFont";
    font-size: 14pt;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #91cee6;
    color: rgb(14, 58, 79);
}

#gamingligaTwitch th, #gamingligaTwitchnarrow th {
    font-family: "TableFont";
    font-size: 14pt;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    background-color: #91cee6;
    color: rgb(14, 58, 79);
    padding-left: 15px;
    padding-right: 15px;
}

#gamingligaTwitch td {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10pt;
}

.buttongreen {
    background-color: #79f37d;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.buttongreen a:link { text-decoration: none; color: #103a11; font-weight: bold; }
.buttongreen a:visited { text-decoration: none; color: #103a11; font-weight: bold; }
.buttongreen a:hover { text-decoration: none; color: #318833; font-weight: bold; }
.buttongreen a:active { text-decoration: none; color: #103a11; font-weight: bold; }

.buttonred {
    background-color: #ffcac6;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.buttonred a:link { text-decoration: none; color: #380d0a; font-weight: bold; }
.buttonred a:visited { text-decoration: none; color: #380d0a; font-weight: bold; }
.buttonred a:hover { text-decoration: none; color: #77231d; font-weight: bold; }
.buttonred a:active { text-decoration: none; color: #380d0a; font-weight: bold; }


.buttonblue {
    background-color: #a2e8ff;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.buttonblue a:link { text-decoration: none; color: #032b38; font-weight: bold; }
.buttonblue a:visited { text-decoration: none; color: #032b38; font-weight: bold; }
.buttonblue a:hover { text-decoration: none; color: #185f77; font-weight: bold; }
.buttonblue a:active { text-decoration: none; color: #032b38; font-weight: bold; }


.buttonround {
    background-color: #008CBA;
    border: none;
    color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 70px;
    cursor: pointer;
}

.buttonranking {
    background-color: #007096;
    border: none;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 70px;
    cursor: pointer;
}

.floatleft {
    float: left;
}

.clear {
    clear: left;
}

/* Style the progress bar */
#progress-bar {
	width: 0%;
	height: 45px;
	background-color: #4caf50;
	color: white;
	text-align: center;
	line-height: 45px;
}
      
/* Style the progress bar container */
#progress-bar-container {
    width: 550px;
    height: 45px;
    border: 1px solid black;
    border-radius: 5px;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }
