
#infoIkona {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 35px;
  margin: 15px;
  filter: invert(100%);
  cursor: pointer;
}
.infoP {
  color: white;
  display: none;
  margin: 0 15px 10px;
  text-align: right;
  font-size: 130%;
  font-family: monospace;
  border-bottom: 1px solid white;
  text-decoration: none;
}
.div {
  max-width: 1300%;
  width: 90%;
  padding: 30px;
  margin: 20px auto;
  border-radius: 25px;
  background-color: #ffffff25;
  box-sizing: border-box;
  color: white;
}
/*** dešifruje e-mailovú adresu v kontakt ***/
.cry:before {
	content: attr(po) "\0040" attr(pred);
	unicode-bidi: bidi-override;
	direction: rtl;
}