:root {
  --hexagonWidth: 300px; /*450px;/*300px;*/
  --hexagonHeight: 173.21px;/*259.82px;/*173.21px;*/
}

body {
  background-color: SteelBlue; /*Black;*/
  /*background-image: url("Background-2.jpeg");*/
  /*background-image: url("paper.jpg");*/
  /*background-image: url("machine.jpg");*/
  background-size: 100% 100%;
}

/* Style the navbar */
#navbar {
 overflow: hidden;
 font-family: "Verdana", "Helvetica", "Arial";
 font-size: 32px;
 background-color: SteelBlue /*Black;*/
}

/* Navbar links */
#navbar a {
 float: right;
 display: block;
 color: #f2f2f2;
 text-align: center;
 padding: 14px;
 text-decoration: none;
}

div.textbox{
  font-size: 32px;
  /* margin-left: 20%;
  margin-right: 20%; */
  padding-top: 10px;
  width: 1500;
}

div.gainsborobox{
  background-color: Azure;/*Gainsboro;*/
  padding: 10px;
}

div.gainsboroboxcentered{
  background-color: Azure;/*Gainsboro;*/
  padding: 10px;
  width: 1500;
  margin: 0 auto;
}

#container {
  width: 500px;
  height: 500px;
  position: relative;
  text-align: center;

}

#infoi {
  width: 100%;
  height: 100%;
  background-color: White;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}
#infoi {
  z-index: 10;
}

div.blackbox{
  background-color: SteelBlue; /*Black*/
  padding:10px
}

p.bottomline{
  font-size: 32px;
  color: White;
  text-align: center;
  font-family: "Verdana", "Helvetica", "Arial";
}

.center {
  margin: auto;
  width: 50%;
  /* border: 3px solid green; */
  padding: 10px;
}

img.centered{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    position: absolute;
}

.whitetext{
  color: white;
  text-decoration: none;
}

img.center{
    /* display: block; */
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

div.centered{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom  : 150px;
    width: 50%;
}

.title{
  font-family: "Verdana", "Helvetica", "Arial";
}

.standardFont{
  font-family: "monospace", "Helvetica", "Arial";
}

h1.middleHex{
  font-family: "Verdana", "Helvetica", "Arial";
  margin-top: 35px;
  text-align: center;
  font-size: 40px;
  color: White;
}

p.hexText3{
  font-family: "Verdana", "Helvetica", "Arial";
  text-align: center;
  margin: 0 auto;
  font-size: 32px;
}

p.hexText2{
  font-family: "Verdana", "Helvetica", "Arial";
  margin-top: 40px;
  text-align: center;
  font-size: 32px;
}

p.hexText1{
  /* font-family: "Verdana", "Helvetica", "Arial"; */
  /* margin-top: 60px;
  margin-top: auto;
  margin-bottom: auto; */
  font-family: 'Dejavu Sans', monospace;
  width: 90%;
  height: 90%;
  text-align: center;
  font-size: 32px;
  hyphens: auto
}

p.blocksatz {
  font-family: "Verdana", "Helvetica", "Arial";
  text-align: justify;
  font-size: 32px;
}

p.standardText {
  font-family: "Verdana", "Helvetica", "Arial";
  /* font-size: 32px; */
}

p.tableText {
  font-family: "Verdana", "Helvetica", "Arial";
  font-size: 32px;
  padding: 0px;
  margin-bottom: 7px;
  margin-top: 7px;
  margin-left: 3px;

}

div.animatedBox{
  width: 450px;
  height: 400px;
  /* background-color: rgb(70, 70, 70); */
  background-color: LightSteelBlue;/*DarkBlue;*/

  color: Black;
  vertical-align: middle;
  margin: 5px;
}

/* Page content */
.content {
 padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
 position: fixed;
 top: 0;
 width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
 padding-top: 60px;
}

.explainbox{
  background-color: Gainsboro;
  width:900px;
  height:200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
  display: none;
}

.smalltext{
  font-size: 24px;
  font-family: "Verdana", "Helvetica", "Arial";
}

/* hexagons */
.hex {
    float: left;
    margin-left: 3px;
    margin-bottom: -26px;
}
.hex .top {
    width: 0;
    border-bottom: 30px solid #6C6;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
}
.hex .middle {
    width: 104px;
    height: 60px;
    background: #6C6;
}
.hex .bottom {
    width: 0;
    border-top: 30px solid #6C6;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
}
.hex-row {
    clear: left;
}
.hex-row.even {
    margin-left: 53px;
}

.row {
  /* width: 100%; */
  width: 1500px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.rowtable {
  /* width: 100%; */
  width: 1000px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/*hexagon*/
.hexagonCenter:before {
  bottom: 100%;
  border-bottom: 86.60px solid Black; /*#64C7CC;*/
}

.hexagonCenter:after {
  top: 100%;
  width: 0;
  border-top: 86.60px solid Black; /*#64C7CC;*/
}

.hexagonCenter {
  position: relative;
  width: var(--hexagonWidth);
  height: var(--hexagonHeight);
  background-color: Black; /*#64C7CC;*/
  margin: 86.60px 1px;
}

.hexagonCenter:before,
.hexagonCenter:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
}

.hexagonCenter:before {
  bottom: 100%;
  border-bottom: 86.60px solid Black; /*#64C7CC;*/
}

.hexagonCenter:after {
  top: 100%;
  width: 0;
  border-top: 86.60px solid Black; /*#64C7CC;*/
}

/*alternative hexagon */

.hexagon:before {
  bottom: 100%;
  border-bottom: 86.60px solid LightSteelBlue; /*#64C7CC;*/
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 86.60px solid LightSteelBlue; /*#64C7CC;*/
}

.hexagon {
  position: relative;
  width: var(--hexagonWidth);
  height: var(--hexagonHeight);
  background-color: LightSteelBlue; /*#64C7CC;*/
  margin: 86.60px 1px;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 86.60px solid LightSteelBlue; /*#64C7CC;*/
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 86.60px solid LightSteelBlue; /*#64C7CC;*/
}

/* .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 0px;
  justify-content: center;
} */

.column {
  width: 400%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.overlap{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(auto-fit,  minmax(10px, max-content)) ;
}

.extramargintop{
  margin-top: 0px;
  background-color: Gainsboro;
}

.text{
position: absolute;
z-index: 1000;
width: 100%;
text-align: center;

.hide {
  display: none;
}

.myDIV:hover + .hide {
  display: block;
  color: red;
}

div.leftAligned{
  float:left;
}

@media screen and (max-width: 481px){


  body {
    background-color: Green;
    /*background-image: url("Background-2.jpeg");*/
    /*background-image: url("paper.jpg");*/
    /*background-image: url("machine.jpg");*/
    background-size: 100% 100%;
  }

}
