body {
  background-color:#bbdefbff;
}

.header {
 padding: 2px;
 text-align: center;
 color: white;
 font-size: 45px;
 font-weight: bold;
}

h1 {
  color:white;	
}
h2, h4 {
  text-align: center;	
}

img {
  border: 0px solid #a9c5e7;
  padding: 0px;
}
	

/* ----- gridcellen ----- */
.gridcel {
	border: 1px dotted red;
}

.acrosticgridcel {
 width: 100%;
 height: 100%;
 border: 0px solid blue;
 text-align:center;
}

.labelgridcel {
}

.picgridcel {
	height: 13.4vw;
	border: 0px dotted blue; /* <- DESIGN TIME !!! */
}

.textgridcel {
 width: 100%;
 }


/* ----- boxes ----- */
.acrosticbox {
  display:flex;
  width: 100%;
  border:0px solid green;
}


.characterbox {
  min-width:24px;
  max-width:24px;
  min-height:23px;
  max-height:23px;
  background-color:white; 
  border:1px solid black;
  font-size:12px;	
  text-align:center;
}

.labelbox {
  position: relative; /* !!!! */
  bottom: 0px; 
  right: 0px;
  max-width: 100%;
  min-width: 100%;
  max-height: 36px;
  min-height: 36px;
  border: 1px solid blue;
  padding: 5px 0px 0px 0px;//background-color: yellow; /* white; */
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.labelbox:hover {
  cursor: pointer;
  border: 2px solid green;
  background: lightgreen;
}


.letterbox { 
  flex-basis: auto; //40px;  flex-basis: auto; //40px;
  float:left;
  //position: absolute; 
  bottom:0px; 
  right:0px;
  margin-left: 2px;
  min-width:26px;
  max-width:26px;
  min-height:38px;
  max-height:38px;
  border:0px solid blue;
  / * background-color: white; */
  font-size:12px;
  font-weight:bold;
}

.numberbox {
  min-width:24px;
  max-width:24px;
  min-height:12px;
  max-height:12px;
  border:1px solid gray;
  background-color:yellow;
  padding: 0px 2px 0px 0px;
  font-size:8px;
  font-weight: bold;
  color:black;
  text-align:right;  	
}

.picbox {
  position: relative;
  width: 100%;
  height: 100%;
  border:1px solid #0099ff;
}

.textbox {
  display:flex;
  width: 100%;
  min-height:40px; //3vw; 
  max-height:40px; //3vw; 
  border:0px solid red;
  padding:2px 0px 0px 0px;
}	

.button {
  float: left;
  /* z-index:3; */
  background-color: blue; /* #a9c5e7; */
  /* border: 1px solid white; /* #555; */ */
  /* border-radius: 8px; */
  color: white; /* #ffffff; */
  padding: 15px 0px 0px 0px;
  height: 42px; /* 36px; */
  width: 6.25vw; /* 100%; */
  text-align: center;
  text-decoration: italic; /* none; */
  font-size: 12px;
  font-weight: bold;
  /* margin: 1px 1px 1px 1px; */
  cursor: pointer;	
}

.button:hover, .button:focus {
  background-color: #0099ff; /* lightblue; /* #2980B9; */
  color: black;
}

.center {
  margin: auto;
  width: 100%;
  /* border: 3px solid #73AD21; */
  padding: 2px;
}

/*
.center-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}
*/

.container {
  position: relative;
  width: 100%;
}


/* ----- dropdowns ----- */
.dropbtn  {
  float: left;
  background-color: blue;
  border: 0px solid blue;
  color: white;
  padding: 0px 0px 5px 0px;
  height: 40px;
  width: 6.25vw;
  text-align: center;
  text-decoration: italic;
  font-size: 12px;
  margin: 1px 1px 1px 1px;
  cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
  background-color: #0099ff;
  border: 0px solid blue;
  color: black;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 120px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown a:hover {
  background-color: blue;
  color: white;
  font-weight: bold;
  font-style:italic;
}
.show {
	display: block;
}

/* ----- LABELS ----- */
.piclabel { 
  position: absolute; 
  top: 0px; /* bottom: 0px; */
  left: 0px; /* right: 0px; */
  max-width: 1vw; /* 22px; */
  min-width: 1vw;
  min-height: 1vw;
  max-height: 1vw;
  border: 1px solid black;
  //background-color: yellow; /* white; */
  font-size: 8px;
  font-weight: bold;
  text-align: center;
}

.textlabel {
  flex-basis: auto; //40px;
  float:left;
  //position: absolute; 
  bottom:0px; 
  right:0px;
  margin-left: 2px;
  max-width:26px;
  min-width:26px;
  min-height:36px;
  max-height:36px;
  border:0px solid green; // grey
  background-color: 'yellow';
  font-size:12px;
  font-weight:bold;
  text-align: center;
  padding: 8px 0px 0px 0px;
}


/* ----- modals ---- */
/* Modal (background)  */
.modal {
  display: none;
  position: fixed;
  top: 55%;
  left: 50%;
  width: 80%;
  overflow: auto;
  transform: translate(-50%, -50%); 
  z-index: 1;
  padding-top: 0px;
}

/* Modal Content (enlarged slides) */
.modal-content1 {
  background-color:rgb(226,236,247);
  color: black;
  margin: auto;
  padding: 0px;
  text-align: left;
  border: 0px solid #888;
  width: 40%;
  height: 60%;
}
/* Modal Content (info) */
.modal-content2 {
  background-color: rgb(226,236,256); */
  color: black;
  margin: auto;
  padding: 10px;
  text-align: left;
  border: 1px solid #888;
  width: 60%;
  height: 60%;
}
/* Modal Content (answers) */
.modal-content3 {
  background-color:rgba(226,236,247,1.0);
  color: black;
  margin: auto;
  padding: 10px;
  text-align: left;
  border: 1px solid #888;
  width: 80%;
  height: 60%;
}
.overlay {
  position: absolute; 
  top: 0;
  background: rgba(0,0,0, 0.5);
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  padding: 10px 5px 10px 5px;
  text-align: left;
}
/* The Close Button */
.close {
  color: red;
  float: right;
  font-size: 35px;
  font-weight: bold;
  z-index:9;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.picture {
  width: 100%;
}

/* ---- TOOLTIPS ----- */

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 97%;
  background-color: #0099ff;
  color: white;
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
  margin: 0px 3px 3px 3px;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 0%;
  left: 0%;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  /*content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
   border-color: #555 transparent transparent transparent; */
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}



