html {
  width: max-content;
}
body {
  margin: 0;
  width: min-content;
}
.placeholder {
  background: green;
  color: white;
}
.coinTable {
  table-layout: fixed;
  padding: 10px 8px 9.5px 45px;
  background-color: #104e8b;
  color: white;
  font-size: 12px;
}
.horizontalHeaderDiv {
  position: absolute;
  background: #104e8b;
  font-size: 12px;
  z-index: 50;
}
.headerTable {
  table-layout: fixed;
  margin-left: 45px;
  width: 45px;
}
td.headerCell {
  width: 45px;
  /*height: 35px;*/
  border-bottom: 0;
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}
.verticalHeaderDiv {
  position: absolute;
  background: #104e8b;
  top: 93px;
  z-index: 100;
  width: 35px;
}
.leftTable {
  table-layout: fixed;
  padding-bottom: 5px;
}
.leftCell {
  width: 35px;
  font-size: 14px;
}
/* reguliert den Abstand zwischen Regenbogen und Reg-Münzen: */
.abstand {
  height: 0px;
}
.short {
  height: 19px;
  border-bottom: 0;
  width: 45px;
  font-size: 14px;
}
.code {
  height: 30px;
  border: 0;
  padding: 0;
}
.land {
  height: 25px;
  border: 0;
  padding: 0;
}
.aufl {
  width: 35px;
  height: 30px;
  border: 0px;
  padding-top: 10px;
}
.Auflage {
  float: left;
  margin-left: 67px;
  width: 220px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
}
.kurs {
  border: 0;
  padding: 20px 0 12px 0;
}
#gelb {
  background-color: #c7c74c;
}
#rot {
  background-color: #c70a20;
}
#hblau {
  background-color: #01a1df;
}
#gruen {
  background-color: #009247;
}
#blau {
  background-color: #002496;
}
body {
  background-color: black;
  font:
    bold 2em arial,
    helvetica,
    verdana,
    sans-serif;
  color: whitesmoke;
  width: 1555px;
}
a:link,a:visited {
  text-decoration: none;
  color: black;
  color: lightblue;
  font-weight: bold;
  font-style: oblique;
}
h1 {
  margin: 0;
  font-size: 47px;
}
h2 {
  margin: 0;
  font-size: 22.5px;
}
h3 {
  margin-bottom: 20px;
  margin-top: 50px;
}
.klein {
  font-size: 20px;
  max-width: 60%;
}
.red {
  border-color: #fa6767;
  background-color: #fa6767;
}
.blu {
  border-color: #357bad;
  background-color: #357bad;
}
.gre {
  border-color: #009247;
  background-color: #009247;
}
.yel {
  border-color: #c4c459;
  background-color: #c4c459;
}
.gry {
  border-color: #909090;
  background-color: #909090;
}
td.white {
  border-color: #104e8b;
  background-color: #104e8b;
}

#foot {
  font:
    bold 0.7em arial,
    helvetica,
    verdana,
    sans-serif;
  color: whitesmoke;
  margin: 2em;
  max-width: 715px;
}
table {
  background-color: #104e8b;
}
td {
  border: 6px solid #104e8b;
  width: 45px;
  height: 45px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 1px;
}
td.kurscoins {
  border: 0;
}
td.flaggen {
  height: 45px;
  border-bottom: 0;
  width: 45px;
}
.rechteck {
  width: 45px;
  height: 45px;
}
.quadrat {
  width: 45px;
  height: 45px;
}
.rechteckKurs {
  width: 58px;
  height: 58px;
}
.quadratKurs {
  width: 45px;
}
.thinline {
  width: 35px;
  height: 45px;
  /*border-top-color: currentcolor;
   border-top-style: none;
   border-top-width: 0px;
   border-right-color: currentcolor;
   border-right-style: none;
   border-right-width: 0px;
   border-bottom-color:#01A1DF;
   border-bottom-style: solid;
   border-bottom-width: 0px;
   border-left-color: currentcolor;
   border-left-style: none;
   border-left-width: 0px;
 */
}
img.flagge {
  width: 45px;
  height: 30.77px;
  font-size: 12px;
}
img.fog {
  width: 220px;
  height: 30px;
}
.info {
  position: relative;
  cursor: pointer;
}
.tooltipFlag {
  position: relative;
  display: inline-block;
}
.tooltipFlag .tooltiptextFlag {
  visibility: hidden;
  width: 100px;
  background-color: white;
  opacity: 0.8;
  color: black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bolder;
  position: absolute;
  z-index: 1;
}
.tooltipFlag:hover .tooltiptextFlag {
  visibility: visible;
  display: block;
  position: absolute;
  bottom: 20%;
  left: 50%;
  margin-left: -50px;
}
/*ACHTUNG. CSS !important – der Vorschlaghammer verhindert alle weiteren Formatierungen*/
.vatikan {
  width: 90px !important;
}
.tooltipLeft {
  position: relative;
  display: inline-block;
}
.tooltipLeft .tooltiptextLeft {
  visibility: hidden;
  width: 110px;
  background-color: black;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bolder;
  position: absolute;
  z-index: 1;
}
.tooltipLeft:hover .tooltiptextLeft {
  visibility: visible;
  display: block;
  margin-left: 30px;
  margin-top: -100%;
}
.tooltipAufl {
  position: relative;
  display: inline-block;
}
.tooltipAufl .tooltiptextAufl {
  visibility: visible;
  width: 220px;
  height: 20px;
  background-color: transparent;
  opacity: 0.8;
  color: whitesmoke;
  text-align: center;
  padding: 0;
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bolder;
  position: absolute;
  z-index: 1;
}
.tooltiptextAufl {
  visibility: visible;
  display: block;
  position: absolute;
  bottom: 30%;
  left: 35%;
  margin-left: -80px;
}
.tooltipCode {
  position: relative;
  display: inline-block;
}
.tooltipCodeFake {
  position: relative;
  display: inline-block;
}
.tooltipCode .tooltiptextCode {
  visibility: hidden;
  width: 125px;
  background-color: white;
  opacity: 0.8;
  color: black;
  text-align: center;
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bolder;
  position: absolute;
  z-index: 1;
}
.tooltipCodeFake .tooltiptextCodeFake {
  visibility: hidden;
  /* width: 180px;
  margin-top: 30px; */
  background-color: white;
  opacity: 0.8;
  color: black;
  text-align: center;
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bolder;
  position: absolute;
  z-index: 1;
}
.tooltipCode:hover .tooltiptextCode {
  visibility: visible;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  padding: 2px 3px;
  margin-top: 9px;
}
.tooltipCodeFake:hover .tooltiptextCodeFake {
  visibility: visible;
  display: block;
  position: absolute;
  text-align: center;
  left: 50%;
  margin-left: -70px;
  padding: 2px 3px;
  margin-top: -70px;
}
img#ZoomPic {
  cursor: pointer;
}
.InfoDiv {
  visibility: hidden;
  position: absolute;
  background-color: beige;
  color: #000;
  width: 400px;
  max-height: 540px;
  font-size: 11pt;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px black solid;
  z-index: 100;
  padding: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.InfoDiv .land {
  text-align: center;
  margin: 0 0 4px;
  font-size: 20pt;
}
.InfoDiv .text {
  color: slategray;
  font-weight: bold;
  font-size: 10pt;
  margin: 4px 0 0 0;
  text-align: right;
}
.InfoDiv .kopf {
  color: slategray;
  font-weight: bold;
  font-size: 10pt;
}
.InfoDiv a.link {
  color: green;
  font-size: 10pt;
}
.counter {
  color: #6b6b6b;
}
#grid-container {
  display: grid;
  grid-template-columns: 350px 800px 100px 100px 75px;
  grid-template-rows: 85px;
  width: 1555px;
}
.grid-item1 {
  grid-column-start: 1;
  justify-self: left;
  font-size: 25px;
  color: #6b6b6b;
  margin-left: 20px;
  align-self: center;
}
.grid-item2 {
  grid-column-start: 2;
}
.grid-item3 {
  grid-column-start: 3;
  justify-self: right;
  cursor: pointer;
  margin-top: 20px;
}
.grid-item4 {
  grid-column-start: 4;
  justify-self: right;
  margin-top: 27px;
}
.grid-item5 {
  grid-column-start: 5;
  justify-self: right;
  margin-top: 21px;
  width: auto;
}
.close {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  bottom: 75px;
}

@media screen and (max-width: 768px) {
  .leftCell {
    width: 35px;
    font-size: 16px;
  }
  .short {
    height: 19px;
    border-bottom: 0;
    width: 45px;
    font-size: 20px;
  }
}
#myDIV {
  display: none;
  z-index: 200;
  background: black;
  height: 175px;
  margin: 85px 0 0 -10px;
  margin-top: 85px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: -10px;
  position: absolute;
  width: 1507px;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 175px;
  background-color: beige;
  color: black;
  text-align: center;
  border-radius: 6px;
  /* padding: 0px 2.5px; */
  position: absolute;
  z-index: 1;
  margin-left: -175px;
  line-height: 19px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.Attribut {
  float: left;
  /* vertical-align: middle; */
  color: slategray;
  font-weight: bold;
  font-size: 10pt;
  padding-left: 5px;
}
.Wert {
  float: right;
  font-size: 16px;
  color: black;
  font-weight: bold;
  padding-right: 5px;
}
.span {
  margin: 0;
}
