	@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@300;600&display=swap');
	@import url('modulerack.css');
	@import url('gridlist.css');
	@import url('header.css');
	@import url('faq.css');
	@import url('contact.css');
	@import url('item.css');
	@import url('bom.css');
	@import url('download.css');

	@font-face {
	  font-family: misolight;
	  src: url('https://www.antumbra.eu/assets/fonts/miso-light-webfont.woff2') format('woff2'),
	       url('https://www.antumbra.eu/assets/fonts/miso-light-webfont.woff') format('woff'),
	       url('https://www.antumbra.eu/assets/fonts/miso-light.otf') format('opentype');
	  font-weight: normal;
	  font-style: normal;
	}

	body {
	  margin: 0px;
	  padding: 0px;
	  background-color: #171717;
	}

	a {
	  text-decoration: none;
	}

	/* unvisited link */
	a:link {
	  text-decoration: none;
	}

	/* visited link */
	a:visited {
	  text-decoration: none;
	}

	/* mouse over link */
	a:hover {
	  text-decoration: none;
	}

	/* selected link */
	.rightContent a:active {
	  color: #ffb400;
	}

	.rightContent a {
	  text-decoration: none;
	}

	/* unvisited link */
	.rightContent a:link {
	  color: #ffb400;
	}

	/* visited link */
	.rightContent a:visited {
	  color: #ffb400;
	}

	/* mouse over link */
	.rightContent a:hover {
	  color: #ffb400;
	  text-decoration: underline;
	}

	/* selected link */
	.rightContent a:active {
	  color: #ffb400;
	}




	h1 {
	  font-family: misolight, miso-light, sans-serif;
	  font-weight: 300;
	  letter-spacing: 1.5px;
	  font-size: 50px;
	  color: white;
	  padding: 0px;
	  margin-bottom: 20px;
	  margin-top: -8px;
	  text-transform: uppercase;
	}

	h2 {
	  font-family: misolight, miso-light, sans-serif;
	  font-weight: 300;
	  letter-spacing: 1.5px;
	  font-size: 26px;
	  color: white;
	  padding: 0px;
	  margin-bottom: 20px;
	  margin-top: -8px;
	  text-transform: uppercase;
	}

	h3 {
	  font-family: misolight, miso-light, sans-serif;
	  font-weight: 300;
	  letter-spacing: 1.5px;
	  font-size: 20px;
	  color: white;
	  padding: 0px;
	  margin-bottom: 0px;
	  margin-top: 40px;
	  text-transform: uppercase;
	}

	.dashes {
	  width: 100%;
	  display: block;
	  height: 1px;
	  margin-top: 20px;
	  background-image: linear-gradient(to right, #FFFFFF 10%, rgba(0, 0, 0, 0) 0%);
	  background-position: top;
	  background-size: 5px 1px;
	  background-repeat: repeat-x;
	  position: relative;
	}

	.fullwidth {
	  width: 940px;
	  margin-left: auto;
	  margin-right: auto;
	}

	#topspace {
	  display: block;
	  height: 100px;
	}

	.separator {
	  height: 100px;
	  display: block;
	}

	.separatorSmall {
	  height: 40px;
	  display: block;
	}

	.contentContainer {
	  display: flex;
	  width: 940px;
	  margin: 0px auto 0px auto;
	  justify-content: space-between;
	}

	.leftContent {
	  display: block;
	  width: 460px;
	}

	.rightContent {
	  display: block;
	  width: 460px;
	}

	.rightContent p {
	  color: #FFFFFF;
	  line-height: 1.5;
	  font-size: 14px;
	  font-family: 'source code pro', monospace;
	}

	.rightContent li {
	  color: #FFFFFF;
	  line-height: 1.5;
	  font-size: 14px;
	  font-family: 'source code pro', monospace;
	  font-weight: 300;
	  list-style-type: circle;
	  list-style-position: inside padding: 0px;
	  margin-left: -22px;
	}

	.bold {
	  font-weight: 600;
	}

	#social_container {
	  pointer-events: none;
	  position: fixed;
	  z-index: 1;
	  width: 100vw;
	  height: 100%;
	  margin-top: 0px;
	  bottom: 0px;
	  display: -webkit-flex;
	  display: flex;
	}

	#social {
	  pointer-events: auto;
	  position: relative;
	  margin: auto 28px 20px auto;
	  width: 80px;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-justify-content: space-between;
	  justify-content: space-between;
	}

	#social img {
	  opacity: 0.7;
	}

	#social img:hover {
	  opacity: 1;
	}




	.illustrationbox {
	  display: block;
	  position: sticky;
	  position: -webkit-sticky;
	  top: 100px;
	  display: -webkit-flex;
	  display: flex;
	  justify-content: center;
	  /*background-color: rgba(0, 0, 0, 0.5);*/
	}

	.illustration {
	  position: absolute;
	  width: 400px;
	  height: auto;
	  z-index: 2;
	  /* background-color: rgba(0, 0, 0, 0.5); */
	}

	.toolboxdesc {
	  width: 100%;
	}

	.toolboxspacer {
	  height: 200px;
	}

	.capinput {
	  font-family: misolight, miso-light, sans-serif;
	  font-weight: 300;
	  letter-spacing: 1.5px;
	  font-size: 50px;
	  width: 100%;
	  height: 60px;
	  display: block;
	  background-color: #161616;
	  color: #ffffff;
	  text-align: left;
	  border: 0px;
	  border-bottom: 1px #ffffff solid;
	  outline: none;
	  margin-bottom: 20px;
	  margin-top: 28px;
	  padding-left: 0px;

	}

	.capoutput {
	  width: 100%;
	  height: 40px;
	  display: flex;
	  flex-direction: row;
	}

	.capoutput div {
	  margin-right: 20px;
	}

	.capoutput p {
	  display: inline;
	}

	p.unit,
	p.resunit {
	  opacity: 0;
	  color: #777777;
	}

	#resnote {
	  font-size: 10px;
	  color: #777777;
	  position: relative;
	  top: -6px;
	}

	#resistor {
	  border: 1px solid white;
	  width: 160px;
	  display: flex;
	  justify-content: space-between;
	  border-radius: 4px;
	  margin-bottom: 20px;
	  margin-top: 20px;
	}

	.resside {
	  width: 20px;
	  background-color: white;
	}

	.resinput {
	  font-family: misolight, miso-light, sans-serif;
	  font-weight: 300;
	  letter-spacing: 1.5px;
	  font-size: 50px;
	  width: 90px;
	  height: 60px;
	  display: block;
	  background-color: #171717;
	  color: #ffffff;
	  text-align: center;
	  border: 0px;
	  border-bottom: 1px #ffffff solid;
	  outline: none;
	  margin: 10px 10px 10px 10px;
	  padding: 0px;
	  text-transform: uppercase;
	}

	.error {
	  font-family: misolight, miso-light, sans-serif;
	  letter-spacing: 1.5px;
	  font-weight: 300;
	  font-size: 300px;
	  color: #ffffff;
	  line-height: 0;
	  margin-bottom: 150px;
	}

	.errorContainer {
		width: 600px !important;
		left: calc(50% - 300px);
		position: absolute;
		top: calc(50% - 100px);
	}

	@media only screen and (max-width: 1300px) {
	  #social_container {
	    position: fixed;
	    height: auto;
	    background-color: #171717;
	    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	  }

	  #social {
	    margin: 15px 20px 10px auto;
	  }
	}

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

	  .illustration {
	    position: relative;
	    top: 0px;
	    margin-bottom: 40px;
	    height: 250px;
	    width: auto;
	  }

	  .illu {
	    height: 250px !important;
	  }

	  .unused {
	    height: 0px !important;
	  }

	  .contentContainer {
	    flex-wrap: wrap;
	    flex-direction: column;
	    width: 460px;
	    margin-left: auto;
	    margin-right: auto;
	  }

	  .rightContent {
	    margin-left: auto;
	    margin-right: auto;
	  }

	  .leftContent {
	    display: block;
	    width: 460px;
	    height: 400px;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 60px;
	  }

	  .fullwidth {
	    display: none;
	  }
	}

	@media only screen and (max-width: 460px) {
	  .contentContainer {
	    flex-wrap: wrap;
	    flex-direction: column;
	    width: calc(100% - 20px);
	    margin-left: auto;
	    margin-right: auto;
	  }


	  .rightContent {
	    display: block;
	    width: calc(100% - 20px);
	  }

	  .leftContent {
	    width: calc(100% - 20px);
	    height: 250px;
	  }


	}
