
  @font-face {
  	font-family: "Zeitung";
  	src: url("/_fonts/ZeitungPro-Regular/ZeitungPro-Regular.woff2");
  	font-weight:normal;
  }

  @font-face {
  	font-family: "ZeitungBold";
  	src: url("/_fonts/ZeitungPro-Bold/ZeitungPro-Bold.woff2");
  	font-weight:normal;
  }  
  @font-face {
  	font-family: "Scribo";
  	src: url("/_fonts/ScriboPro-Regular.woff2");
  	font-weight:normal;
  	font-style:normal;
  }
  @font-face {
  	font-family: "ScriboCaps";
  	src: url("/_fonts/ScriboPro-Caps.woff2");
  	font-weight:normal;
  	font-style:normal;
  }
   @font-face {
  	font-family: "Preacher";
  	src: url("/_fonts/Preacher-Regular.woff2");
  	font-weight:normal;
  	font-style:normal;
  }
  @font-face {
  	font-family: "PlakatoNeonDingbats";
  	src: url("/_fonts/PlakatoNeonDingbatsPro-Regular.woff2");
  	font-weight:normal;
  	font-style:normal;
  }
  @font-face {
  	font-family: "PlakatoNeon";
  	src: url("/_fonts/PlakatoNeonPro-Regular.woff2");
  	font-weight:normal;
  	font-style:normal;
  }  
  @font-face {
  	font-family: "DuosRoundBlack";
  	src: url("/_fonts/DuosRoundPro-Black_BL.woff2");
  	font-weight:normal;
  	font-style:normal;
  } 
  @font-face {
  	font-family: "BelloCaps";
  	src: url("/_fonts/BelloCapsPro-Regular.woff2");
  	font-weight:normal;
  	font-style:normal;
  }
  
  body{ 
	background: #FFE36A;
	padding:10px 15px;
	height:100%;
	margin:0;
	color:#000;
	font-size:0.8em;
	line-height:1.3em;
	font-family:Zeitung;
	font-variation-settings:'wght' 400;
	-webkit-font-smoothing: antialiased;
  }
  
  i{
	font-family:ZeitungItalic;
	font-style:normal;
  }
  
  a{
  	text-decoration:none;
  	font-variation-settings:'wght' 650;
  	color:inherit;
  }
  #myBtn{
  	opacity:0.7;
  	transition: opacity 0.5s;
  }
  #myBtn:hover{
  	opacity:1;
  	cursor:pointer;
  }
  a:hover{
  	color:#000;
  }
  b{
   -webkit-font-smoothing: subpixel-antialiased !important; 
  	text-rendering:optimizeLegibility !important;
  	font-family: ZeitungBold;
  	font-weight:normal;
  }
  
  .f{
  	font-family:Zeitung;
  	font-variation-settings:'wght' 650;
  	font-size:1.2em;
  	margin-bottom:5px;
  	display:inline-block;
  }
 
  #input{
    font-variation-settings:'wght' 400;
    font-kerning: 1;
  	font-family:Scribo;
  	font-size:200px;
  	line-height:2.2em;
  	opacity:0.4;
  	color:#000;
  	padding:0 40px 0 60px;
  	width:auto;
  	min-width:80%;
  	white-space: nowrap; 
  	font-feature-settings:'calt' 1;
  	border-radius:10px;
  	transition: opacity 1.5s;
  }
  
  #stage{
  	transform-origin: top left;
  	transform: scale(1, 1);
  	margin:40px 0;
  	padding:0 20px;
  	overflow-x:auto;
  	overflow-y:hidden;
  	width:100%;
  	height:350px;
  }

  
  
  .footer{
  	color:#978840;
  	position:fixed;
  	bottom:20px;
  	left:15px;
  }
  .footerRight{
  	color:#978840;
  	position:fixed;
  	bottom:20px;
  	right:15px;
  }
  
  button{
  	border-radius:6px;
  	border-style:none;
  	padding:5px 10px;
  	font-family:Zeitung;
  	font-size:1.1em;
  	margin:0px;
  	background:#978840;
  	color:#FFE36A;
  	transition: opacity 0.5s;
  	margin-bottom:5px;
  	min-height:35px;
  }
  
  button:hover{
  	cursor:pointer;
  	background:#716630;
  	box-shadow:0px 0px 10px rgba(0,0,0,0.1) !important;
  }
  
  #svg{
  	border-radius:3px;
  	margin-top:20px;
  	width:100%;
  	height:350px;
  	padding:2px 0px 0px 0px;
  	overflow:hidden;
  	transform-origin: top left;
  	margin-top:-40px;
  	margin-left:-24px;
  }
  


  .small  {font-size:0.8em;}
  .abs    {position:absolute;}
  *:focus {outline:none}
  
  .svgButton{
  	opacity:0.1;
  	transition: opacity 0.5s;
  }

  .svgButton.active{
  	opacity:0.5;
  }
 
  .svgButton.active:hover{
  	opacity:1;
  	cursor:pointer
  }	
  .buttons{
  	display:inline-block;
  	float:right;  
  	padding-top:0vw; 
  	text-align:right;
  	
  }
  .button{
  	display:inline-block;
  	vertical-align:top;
  }
  .select{
  	color:#978840;
  	display:inline-block;
  }
  .selected{
 	text-decoration:underline;
 	color:#000;
  	font-family: ZeitungBold;
  }
  .select:hover{
  	cursor:pointer;
  	color:#000;
  }
  .slogan{
  	display:inline-block;
  	vertical-align:top;
  	padding-top:3vw;
  }
  
  @media screen and (max-width: 680px) {
	.button{
	  display:none;
	}
	.hideMobile{
	  display:none;
	}
  }
  @media screen and (min-width: 680px) {
	.showMobile{
	  display:none;
	}
	.hideMobile{
	  display:inline-block;
	}
  }
    
    
    /* The Modal (background) */
	.modal {
	  display: none; /* Hidden by default */
	  position: fixed; /* Stay in place */
	  z-index: 1; /* Sit on top */
	  left: 0;
	  top: 0;
	  width: 100%; /* Full width */
	  height: 100%; /* Full height */
	  overflow: auto; /* Enable scroll if needed */
	  background-color: rgb(0,0,0); /* Fallback color */
	  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	 
	}

	/* Modal Content/Box */
	.modal-content {
	  background-color: #000;
	  color:#fff;
	  background-color:#fbf2c2;
	  color:#000;
	  margin: 5% auto; /* 15% from the top and centered */
	  padding: 15px;
	  width: 80%; /* Could be more or less, depending on screen size */
	  max-width:600px;
	  /*
	  animation-name: animatetop;
	  animation-duration: 0.2s;
	  */
	  position: relative;
	  border-radius:10px;
	  font-size:1.2em;
	  line-height:1.5em;
	  box-shadow:0px 0px 30px rgba(0,0,0,0.2);
	}
	
	/* Add Animation */
	@keyframes animatetop {
	  from {top: 300px; opacity: 0}
	  to {top: 0; opacity: 1}
	}
	
	h2{
	  font-size:1.4em;;
	  line-height:1.5em;
	  font-family:Zeitung;
	  font-family:ZeitungBold;
	  margin:0;
	}
	.modal-content b{
		font-family:ZeitungBold;
	}

	/* The Close Button */
	.close {
	  color: #978840;
	  float: right;
	  font-size: 40px;
	  line-height:20px;
	}

	.close:hover,
	.close:focus {
	  color: #000;
	  text-decoration: none;
	  cursor: pointer;
	}     
	

	
	.format2{
		border-top:1px solid #978840;
		margin:10px 0;
		padding-top:10px;
		clear:both;
	}
	
	.format{
		border-top:1px solid #978840;
		margin:10px 0;
		padding-top:10px;
		padding-bottom:45px;
		clear:both;
	}
	.formatContent{
		display:inline-block;
		float:left;
		font-family:ZeitungBold;
	}
	
	.formatDescription{
		font-size:0.8em;
	}
	
	.formatDL{
		display:inline-block;
		float:right;
		vertical-align:top;
		font-family:ZeitungBold;
	}
	
	.inactive{
		opacity:0.4;
	}
	
	
	
	/* Dropdown Button */
	.dropbtn {
	  background-color: #FFE36A;
	  color: white;
	  border-radius:5px;
	  background: rgba(151, 136, 64, 0.3);
	  padding: 5px 0px 0px 10px;
	  color:#716630;
	  width: 180px;
	  height:30px;
	}
	
	/* Dropdown Button */
	.dropbtn.speed {
	  width: 50px;
	}

	/* The container <div> - needed to position the dropdown content */
	.dropdown {
	  position: relative;
	  display: inline-block;
	  text-align:left;
	}
	.dropdown ul{
	  margin:0px 0 0 0;
	  padding:0px 0 5px 0 ;
	  width: 190px;
	  color:#716630;
	}
	
	.dropdown.speed ul{
		width:60px;
	}
	.dropdown li{
	  margin:0px 0px ;
	  list-style: none;
	  font-size:2.5em;
	  line-height:0.9em;
	  border-radius:0px;
	  padding:10px 10px;
	  width: 170px;
	  transition:background-color 0.2s;
	}
	.dropdown.speed li{
	  font-size:1.2em;
	  width:40px;
	}
	.dropdown li:hover{
	  background-color: #978840;
	  cursor:pointer;
	  color:#FFE36A;
	}

	/* Dropdown Content (Hidden by Default) */
	.dropdown-content {
	  display: none;
	  position: absolute;
	  background-color: #FFE36A;
	  border-top:none;
	  z-index: 1;
	  border-radius:0 0 5px 5px ;
	  box-shadow:0px 20px 20px rgba(0,0,0,0.2);
	}

	/* Links inside the dropdown */
	.dropdown-content a {
	  color: black;
	  padding: 8px 8px;
	  text-decoration: none;
	  display: block;
	}

	/* Change color of dropdown links on hover */
	.dropdown-content a:hover {background-color: #fff;}

	/* Show the dropdown menu on hover */
	.dropdown:hover .dropdown-content {display: block;}

	/* Change the background color of the dropdown button when the dropdown content is shown */
	.dropdown:hover .dropbtn {background-color: #none;cursor:pointer;border-bottom:none;border-radius:5px 5px 0 0 ;}
	
	
	
	input[type="range"] {
	  -webkit-appearance: none;
	  margin-right: 15px;
	  width: 200px;
	  height: 3px;
	  background: #978840;
	  opacity:0.5;
	  border-radius: 5px;
	  background-repeat: no-repeat;
	}

	input[type="range"]::-webkit-slider-thumb {
	  -webkit-appearance: none;
	  height: 10px;
	  width: 10px;
	  border-radius: 50%;
	  background: #000;
	  cursor: ew-resize;
	  box-shadow: 0 0 2px 0 #555;
	  transition: background .3s ease-in-out;
	}

