:root{--syntax_normal:#1b1e23;--syntax_comment:#a9b0bc;--syntax_number:#20a5ba;--syntax_keyword:#c30771;--syntax_atom:#10a778;--syntax_string:#008ec4;--syntax_error:#ffbedc;--syntax_unknown_variable:#838383;--syntax_known_variable:#005f87;--syntax_matchbracket:#20bbfc;--syntax_key:#6636b4;--mono_fonts:82%/1.5 Menlo,Consolas,monospace}.observablehq--collapsed,.observablehq--expanded,.observablehq--function,.observablehq--gray,.observablehq--import,.observablehq--string:after,.observablehq--string:before{color:var(--syntax_normal)}.observablehq--collapsed,.observablehq--inspect a{cursor:pointer}.observablehq--field{text-indent:-1em;margin-left:1em}.observablehq--empty{color:var(--syntax_comment)}.observablehq--blue,.observablehq--keyword{color:#3182bd}.observablehq--forbidden,.observablehq--pink{color:#e377c2}.observablehq--orange{color:#e6550d}.observablehq--boolean,.observablehq--null,.observablehq--undefined{color:var(--syntax_atom)}.observablehq--bigint,.observablehq--date,.observablehq--green,.observablehq--number,.observablehq--regexp,.observablehq--symbol{color:var(--syntax_number)}.observablehq--index,.observablehq--key{color:var(--syntax_key)}.observablehq--prototype-key{color:#aaa}.observablehq--empty{font-style:oblique}.observablehq--purple,.observablehq--string{color:var(--syntax_string)}.observablehq--error,.observablehq--red{color:#e7040f}.observablehq--inspect{font:var(--mono_fonts);overflow-x:auto;display:block;white-space:pre}.observablehq--error .observablehq--inspect{word-break:break-all;white-space:pre-wrap}
body{
	position: fixed;
	background-color: #202020;
	color: greenyellow;
	margin:	0px;
	font-family: 'Courier New', monospace;
	height: 100%;
	overflow: hidden!important;
	width: 100vw;
	transition: all .75s;
}
p{
	margin-bottom: 5px;
	margin-top: 0px;
}
.centered{
	text-align: center;
}
.sfmiddle{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
#bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: .3;
	z-index: -1;
	transition: all .25s;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	filter: blur(8px);
  -webkit-filter: blur(8px);
  background-image: url("/wp-content/uploads/ludwig/ludwig_bg/0.jpeg");
}
.header{
	display: flex;
	height: 80px;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	background: rgba(10, 10, 10, .9);
}
.nav{
	width: 40px;
	height: 40px;
	border: 1px solid;
	border-radius: 10px;
}
.textcontainer{
	position: absolute;
	top: 80px;
	left: 0;
	padding: 0px 20px;
	width: calc(30vw - 42px);
	max-height: calc(100% - 173px);
	overflow-y: scroll;
	background: rgba(10, 10, 10, .7);
	padding-bottom: 13px;
}
.language {
  text-align: right;
  margin: 15px 0px;
}
.language a, .controls a  {
	border: 1px solid;
	border-radius: 5px;
	color: greenyellow;
	padding: 6px;
	line-height: 35px;
	margin-left: 15px;
	text-decoration: none;
}
.controls {
  position: absolute;
	right: 0px;
	bottom: 0px;
	background: rgba(10, 10, 10, .7);
	padding: 20px;
	display: flex;
	width: calc(100% - 40px);
	align-items: center;
	justify-content: space-between;
	z-index: 2;
}
.controls a  {
	height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 8px;
  padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.controls a svg {
  max-width: 100%;
  max-height: 100%;
}
.btns {
    display: flex;
}
#btnch, #btnefs, #btnpa, #btncov{
	display: none;
}
#btnch, #btnbg, #btnop{
	margin-left: 40px;
}
#btndw, #btncp, #btnnx, #btnpr, #btnpl, #btnpa, #btnefs, #btnfs, #btncon, #btncov{
	margin-left: 10px;
}
#btnnx{
	margin-right: 40px;
}
#btnen{
	border-color: greenyellow;
	background-color: greenyellow;
	color: #000;
}
.timeline {
	width: 100%;
}
#maintimeline{
	width: 100%;
	accent-color: greenyellow;
}
#greenline {
	background: greenyellow;
	height: 3px;
	width: 0%;
	position: absolute;
	bottom: 80px;
  animation-name: none;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;;
}
@keyframes greenline {
  0%   {width: 0%;}
  100% {width: 100%;}
}
.altimgs {
	position: absolute;
	top: calc(81px + 35vw);
	left: calc(30vw - 2px);
	width: 25vw;
	height: calc(25vw / 3);
	display: flex;
	transition: all .75s;
}
.altimgs a {
	border: 1px solid greenyellow;
	width: calc(25vw / 3);
	background-size: cover;
	transition: all .75s;
}
#alt01{
	background-image: url("/wp-content/uploads/ludwig/ludwig_bg/b/0.jpeg");
}
#alt02{
	background-image: url("/wp-content/uploads/ludwig/ludwig_bg/c/0.jpeg");
}
#alt03{
	background-image: url("/wp-content/uploads/ludwig/ludwig_bg/d/0.jpeg");
}
#alert{
	position: absolute;
	right: -340px;
	bottom: 83px;
	background: rgba(10, 10, 10, .7);
	padding: 20px;
	display: flex;
	background-color: greenyellow;
	height: 80px;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right .35s;
}
#textde{
	display: none;
}
.observablehq--inspect{
	display: none;
}
.numbercontainer{
	position: absolute;
	top: 81px;
	left: 30vw;
	width: 35%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	pointer-events: none;
}

#bignumber{
	font-family: 'Courier New', monospace;
	font-size: 4.97vw;
	pointer-events: none;
	transition: all .75s;
	padding: 0px 3%;
  background-color: BlueViolet;	
  opacity: 0.7;
}


#menuToggle
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
  top: 20px;
  right: 20px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: greenyellow;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0;
  cursor: pointer;
  
  opacity: 0; 
  z-index: 2;
  
  -webkit-touch-callout: none;
}
#menuToggle span
{
  display: block;
  width: 32px;
  height: 2px;
  margin: 4px 0px 4px;
  position: relative;
  
  background: greenyellow;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span{
  opacity: 1;
  transform: translate(-2px, 2px) rotate(45deg);
  background: #232323;
  margin-bottom: 5px;
}
#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked:hover ~ span{
  background: greenyellow;
}
#menuToggle input:checked:hover ~ span:nth-last-child(3){
  background: greenyellow;
}
#menuToggle input:checked ~ span:nth-last-child(2){
  transform: rotate(-45deg) translate(0, -1px);
}
#menu{
	position: absolute;
  width: 100vw;
  padding: 0;
  color: greenyellow;
  background: #444;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  height: 100vh;
  top: -37px;
  left: calc(-100vw + 60px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#menu li{
  padding: 10px 0;
  font-size: 22px;
}
#menuToggle input:checked ~ ul{
  transform: none;
}


#projectInfo, #projectCredits{
	position: absolute;
	top: 0vh;
	left: 0px;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #111;
	color: #444;
	z-index: 2;
	text-align: center;
	transition: all .75s;
	overflow-y: scroll;
}

#projectCredits{
	background-color: #030303;
	top: 100vh;
}
#projectInfo h1{
	color: greenyellow;
	margin-bottom: 50px;
}
#projectInfo button{
	color: greenyellow;
	background-color: transparent;
	border: 1px solid;
	padding: 20px 30px;
	margin: 30px 0;
	border-radius: 10px;
	cursor: pointer;
	font-size: 1.2em;
	font-family: 'Courier New', monospace;
	transition: color .75s;
}
#projectInfo button:hover{
	color: blueviolet;
}
.aka{
	font-size: .8em;
	font-weight: normal;
	color: #444;
}
.info{
	width: 80%;
}
.info p{
	margin-bottom: 10px;
}

.info p a{
	color: greenyellow;
	transition: color .75s;
}
.info p a:hover{
	color: blueviolet;
}
.credits{
	display: flex;
	justify-content: space-evenly;
	width: 50%;
}
.creditslink{
	width: 150px;
	height: 150px;	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .2;
	transition: opacity .75s;
}

.creditslink:hover{
	opacity: 1;
}
#unimi{
	background-image: url("/wp-content/uploads/ludwig/files/logo_unimi.png");
}
#philtech{
	background-image: url("/wp-content/uploads/ludwig/files/logo_philtech.png");
}
#wazabit{
	background-image: url("/wp-content/uploads/ludwig/files/logo_wazabit.png");
}
#closeInfoBtn, #closeCreditsBtn{
	width: 40px;
	height: 40px;
	border: 1px solid;
	border-radius: 10px;
	position: absolute;
	top: 20px;
	right: 20px;
  cursor: pointer;
  color: greenyellow;
}

#closeInfoBtn span, #closeCreditsBtn span{
  display: block;
  width: 32px;
  height: 2px;
  margin: 4px 0px 4px;
  position: relative;
  
  background: greenyellow;
  border-radius: 3px;
  
  z-index: 1;
  

 transform: translate(4px, 14px) rotate(45deg);

}
#closeInfoBtn span:nth-last-child(1), #closeCreditsBtn span:nth-last-child(1){
  transform: translate(4px, 8px) rotate(-45deg);
}