body {
	margin: 0;
	font-family: ".AppleSystemUIFontLight", "HelveticaNeue-Light", -apple-system, "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	background-color: rgb(44, 46, 48);
	color: #bbb;
}

strong, b, th {
	letter-spacing: normal;
}

input, textarea, select {
	letter-spacing: inherit;
}

#menu {
	background: rgba(32, 34, 36, 0.9);
	width: 100%;
	color: white;
	border-bottom: 0.5px solid black;
	font-family: -apple-system, "HelveticaNeue", sans-serif;
	letter-spacing: normal;
	position: fixed;
	z-index: 100000;
}

#menu a {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	padding-left: 25px;
	padding-right: 25px;
	text-decoration: none;
	color: #ccc;
	text-shadow: 0px 1px black;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

#menu a:first-of-type {
	padding-left: 0;
}

#menu a:last-of-type {
	padding-right: 0;
}

#footer {
	width: 100%;
	padding-bottom: 10px;
	margin-top: 80px;
	font-size: 85%;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	opacity: 0.5;
}

#menu a:hover {
	color: rgb(160, 200, 255);
}

#menuContainer {
	text-align: center;
	height: 100%;
	margin: auto;
}

#main {
	margin: 0 auto 0 auto;
	max-width: 1000px;
	width: 86%;
	padding: 7%;
	padding-top: 82px;
	padding-bottom: 0;
}

#main.narrow {
	max-width: 600px;
}

#frontpage {
	font-size: 16px;
}

#frontpageContent {
	font-size: 17px;
}

.box {
	width: 100%;
	margin: auto;
}
.box > * {
	float: left;
	max-width: 100%;
}
	
.box.centered > * {
	float: none !important;
	margin: auto !important;
}
	
.box.centered > *:not(:first-child) {
	margin-top: 10px !important;
	margin-bottom: 30px !important;
}
	
.box.centered > *:not(.buttons) {
	text-align: center;
}
	
.box::after { 
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}
	
img {
	max-width: 100%;
}
	
img.centered {
	display: block !important;
	float: none !important;
	margin: auto !important;
	height: auto !important;
}

img.centered.hiddenWhenCentered {
	display: none !important;
}

.centeredImageContainer {
	display: none;
}
	
.button {
	background: rgba(0, 0, 0, 0.1);
	color: #ddd;
	padding: 10px 52px 10px 78px;
	border-radius: 6px;
	border: 1px solid gray;
}
	
a .button {
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
	
a:hover .button {
	background-color: rgba(40, 160, 255, 0.3);
	color: white;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

button.button {
	padding: 6px 20px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: normal;
	background-color: rgba(0, 120, 255, 1.0);
	border: none;
	border-radius: 4px;
	cursor: pointer;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

button.button:hover {
	background-color: rgba(0, 132, 255, 1.0);
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

button.button:active {
	background-color: rgba(10, 100, 230, 1.0);
}

button.button:disabled {
	background-color: rgba(255, 255, 255, 0.15);
	color: gray;
	cursor: not-allowed;
}

.buyButton {
	background-image: url(images/shopping-cart.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 52px center;
	font-weight: bold;
	letter-spacing: normal;
}

.downloadButton {
	background-image: url(images/download.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 53px center;
	font-weight: bold;
	letter-spacing: normal;
}

.section {
	float: left;
	width: 100%;
	clear: both;
}

a {
	text-decoration: none;
	color: rgb(80, 150, 225);
}

a:not(.nohover):hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: -apple-system, "HelveticaNeue", sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	color: #ddd;
}

h1 {
	font-size: 250%;
	margin: 0;
	padding: 0;
	color: #ccc;
	font-weight: 10%;
}

h4 {
	font-weight: bold;
	font-size: inherit;
	letter-spacing: normal;
	margin-bottom: 0;
	margin-top: 40px;
}

h1 + p {
	margin-top: 6px;
}

h2 + p {
	margin-top: -10px;
}

h2 a {
	color: inherit;
}

b, strong, th {
	color: #ccc;
}

#main > h2:first-child, #main > .post:first-child h2 {
	margin-top: 0;
}

#topbox {
	text-align: center;
}

#intro {
	width: 620px;
	min-height: 200px;
	margin-left: 60px;
}

.icon {
	width: 180px;
	height: 180px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}

#screenshotContainer {
	width: 100vw;
	border-top: 1px solid #555;
}

#screenshot {
	width: 100vw;
	height: 53.57vw;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	display: block;
}

#thumbs {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.07);
	border-top: 1px solid #666;
	border-bottom: 1px solid black;
}

#thumb_images {
	text-align: center;
}

#thumb_images a {
	position: relative;
}

#thumbs img {
	width: 20%;
	height: 10.714%;
	max-width: 200px;
	max-height: 100px;
	margin: 2% 0.5% 2% 0.5%;
	border: 3px solid rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow:  0 2px 1px rgba(0, 0, 0, 0.3);
}

#thumbs a.selected img {
	border-color: rgba(0, 100, 255, 0.8);
}

#thumb_images div.arrow {
	position: absolute;
	bottom: 87px;
	left: 57px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
}

.green {
	color: rgb(3, 212, 115);
}

.check {
	color: rgb(3, 212, 115);
	font-size: 125%;
}

.langtable tr:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.06);
}

ul.columns {
	padding: 0;
	columns: 6;
	-webkit-columns: 6;
	-moz-columns: 6;
	-o-columns: 6;
}

.columns li {
	list-style: none;
	margin-left: 0;
}

ul.featurelist {
	padding: 0;
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
	-o-columns: 3;
	width: 100%;
	font-size: 110%;
}

ul.featurelist li {
	list-style-type: none;
	padding: 2px;
}

ul.faq {
	list-style: none;
	padding-left: 0;
}

h2 + .date {
	margin-top: -20px;
}

.date {
	font-size: 80%;
	color: #999;
}

code {
	font-size: 100%;
	letter-spacing: normal;
	color: #ccc;
	padding-left: 5px;
	padding-right: 5px;
}

pre {
	letter-spacing: normal;
}

.featurecheck {
	font-size: 110%;
	margin-right: 5px;
	color: #ccc;
}

.newlist {
	font-size: 90%;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	padding-left: 20px;
	padding-right: 20px;
}

.newlist li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: none;
}

.post_content h2:first-child, .post_content h3:first-child, .post_content h4:first-child {
	margin-top: 0;
}

.post_content li + li {
	margin-top: 4px;
}

.post + .post {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.post_content h2, h3, h4 {
	color: inherit;
}

#paymentOptions {
	z-index: 10000;
	position: fixed;
	width: 160px;
	height: 60px;
	bottom: 8%;
	left: 50%;
	margin-left: -80px;
	font-family: "HelveticaNeueMedium","HelveticaNeue-Medium","Helvetica Neue Medium","HelveticaNeue","Helvetica Neue",Helvetica,Arial;
	font-size: 15px;
	letter-spacing: normal;
	text-align: center;
	text-shadow: 0 2px 10px black;
}

#paymentOptions a {
	text-decoration: underline;
	color: white;
	display: block;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

#paymentOptions a:hover {
	color: rgb(180, 220, 255);
}

table.ordertable th, .ordertitle {
	font-size: 90%;
	text-align: left;
}

table.ordertable td {
	color: #ccc;
}

.ordertitle {
	display: block;
	margin-bottom: 3px;
}

#orders .ordertable {
	margin-bottom: 10px;
}

#orders {
	margin-bottom: -10px;
}

table.ordertable td {
	vertical-align: middle;
}

input {
	outline: none;
}

input:not([type="submit"]):not([type="checkbox"]),
select,
textarea {
	background-color: #282828;
	border: 1px solid #444;
	color: inherit;
	padding: 5px;
	border-radius: 0;
	font-family: inherit;
	font-size: 95%;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

input:not([type="submit"]):not([type="checkbox"]):focus,
select:focus,
textarea:focus {
	background-color: #2d2d2d;
	border: 1px solid #555;
	outline: none;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	background-image: url("images/popup.png");
	background-repeat: no-repeat;
	background-size: 8px 13px;
	background-position: right 6px center;
	padding-right: 20px;
}

input#code, input.email {
	width: 220px;
}

input[type="number"] {
	text-align: center;
}

input[type="number"]::-webkit-inner-spin-button {
	filter: invert(75%);
}

.license {
	border: 1px solid gray;
	padding: 20px;
	padding-left: 15px;
	padding-right: 20px;
	background-color: rgba(255, 255, 255, 0.05);
	margin-top: 20px;
	margin-bottom: 20px;
}

.license .key {
	font-weight: bold;
	letter-spacing: normal;
	margin-top: 8px;
	color: #ccc;
	color: rgb(3, 212, 115);
}

.license img {
	float: left;
	margin-right: 10px;
	width: 82px;
	height: 82px;
}

.error {
	display: block;
	font-size: 80%;
	color: red;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.loader {
	background-color: #333;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	border: 1px solid rgb(140, 140, 140);
	width: 20px;
	height: 20px;
	margin-left: -20px;
	margin-top: -60px;
	-webkit-box-shadow: 0 2px 34px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 34px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 2px 34px rgba(0, 0, 0, 0.3);
	box-shadow:  0 2px 34px rgba(0, 0, 0, 0.3);
}

.contact {
	width: 100%;
	max-width: 500px;
}

a.zip {
	padding-left: 20px;
	background: url("/images/zip.png") no-repeat left center;
	background-size: 16px;
	font-weight: bold;
	letter-spacing: normal;
}

.windowshadow {
	box-shadow: 0px 18px 45px 0px rgba(0, 0, 0, 0.4);
}

.frontpageItem {
	margin-top: 60px;
	display: flex;
	align-items: center;
}

.frontpageItem.reverse {
	flex-direction: row-reverse;
}

.mobile .frontpageItem {
	flex-direction: column;
	margin-top: 60px !important;
}

.flexText {
	margin-top: -21px;
}

.flexSpace {
	margin: 20px;
}

.mobile #languagetableContainer {
	overflow: scroll;
	zoom: 90%;
}

.mobile ul.featurelist {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
}

@media screen and (max-device-width: 768px) {
	#menuContainer {
		padding-left: 4%;
		padding-right: 4%;
	}
	#menuContainer a {
		padding-left: 0;
		height: 34px;
		line-height: 34px;
	}
}

#badges {
	margin-top: 8px;
}