.softwareBox {
	display: block;
	border: 1px solid #eff1f8;
	border-radius: 10px;
	color: #41475E;
	background: #ffffff;
	overflow: hidden;
	transform: scale(1);
	-o-transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	transition: all .25s;
}
a.softwareBox:hover {
	color: #41475E;
	transform: scale(1.05);
}
.softwareBox:after {
	display: none;
}
.softwareBox > .thumbnail {
	width: 100%;
	height: 128px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.softwareBox > .text {
	padding: 15px 20px;
}
.softwareBox > .text > .semiHeadline {
	margin-bottom: 20px;
}
.softwareBox > .text > .desc {
	font-size: 16px;
}
.softwareBox > .text > .readmore {
	position: relative;
	display: table;
	margin: 20px 0 0 auto;
	color: #294597;
}
.softwareBox > .text > .readmore.soon {
	color: #606060;
}

.lumaLicenses {
	border: 1px solid #eff1f8;
	border-radius: 10px;
}
.lumaLicenses > .lumaLicenseSoftware {
	padding: 12px 5px;
}
.lumaLicenses > .lumaLicenseSoftware > .lumaSoftwareName {
	position: relative;
	padding: 0 30px 0 15px;
	font-size: 24px;
	line-height: 1.2;
	color: #294597;
	cursor: pointer;
}
.lumaLicenses > .lumaLicenseSoftware > .lumaSoftwareName:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 25px;
	transform: rotate(0deg);
	background: url("../img/dropdown.svg") right center no-repeat;
	background-size: contain;
	-o-transition: all .35s;
	-moz-transition: all .35s;
	-webkit-transition: all .35s;
	transition: all .35s;
}
.lumaLicenses > .lumaLicenseSoftware.opened > .lumaSoftwareName:after {
	transform: rotate(180deg);
}
.lumaLicenses > .lumaLicenseSoftware > .lumaSoftwareContent {
	display: none;
	padding: 15px 0;
}
.lumaLicenses > .lumaLicenseSoftware > .lumaSoftwareContent > .lumaLicensesList {
	position: relative;
	max-height: 370px;
	overflow-y: scroll;
}
.lumaLicensesList > .lumaLicensesListHead {
	position: relative;
	padding: 10px 0;
	line-height: 28px;
	font-weight: 600;
}
.lumaLicenses > .lumaLicenseSoftware > .lumaSoftwareContent > .lumaLicensesList > .lumaLicensesListHead {
	position: sticky;
	top: 0;
	right: 0;
	left: 0;
	border-bottom: 1px solid #eff1f8;
	background: #FFFFFF;
	z-index: 1;
}
.lumaLicenses > .lumaLicenseSoftware > .lumaSoftwareContent > .lumaLicensesList > .lumaLicensesListBody {
	height: 50px;
	background: url("../img/loading.svg") center center no-repeat;
	background-size: auto 30px;
}
.lumaLicenses > .lumaLicenseSoftware.loaded > .lumaSoftwareContent > .lumaLicensesList > .lumaLicensesListBody {
	height: auto;
	background: none;
}
.lumaLicensesList > .lumaLicensesListHead > .lumaLicenseListHeadEntry,
.lumaLicensesList > .lumaLicensesListBody > .lumaLicensesListEntry {
	padding: 5px 15px;
	line-height: 28px;
}
.lumaLicensesList > .lumaLicensesListBody > .lumaLicensesListEntry:nth-child(2n) {
	background: #eff1f8;
}
.lumaLicensesList > .lumaLicensesListBody > .lumaLicensesListEntry.template {
	display: none;
}
.lumaLicensesList > .lumaLicensesListHead > .lumaLicenseListHeadEntry:after,
.lumaLicensesList > .lumaLicensesListBody > .lumaLicensesListEntry:after {
	content: "";
	display: table;
	clear: both;
}
.lumaLicensesList > .lumaLicensesListHead > .lumaLicenseListHeadEntry > div,
.lumaLicensesList > .lumaLicensesListBody > .lumaLicensesListEntry > div {
	float: left;
	min-height: 1px;
	padding-right: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.lumaLicensesList > .lumaLicensesListHead > .lumaLicenseListHeadEntry > div:last-child,
.lumaLicensesList > .lumaLicensesListBody > .lumaLicensesListEntry > div:last-child {
	padding-right: 0;
}
.lumaLicensesList > .lumaLicensesListHead > .lumaLicenseListHeadEntry > .lumaLicenseList_key,
.lumaLicensesList > .lumaLicensesListBody > .lumaLicensesListEntry > .lumaLicenseList_key {
	width: 35%;
}
.lumaLicensesList > .lumaLicensesListBody > .lumaLicensesListEntry > .lumaLicenseList_key {
	font-family: monospace;
}
.lumaLicensesList > .lumaLicensesListHead > .lumaLicenseListHeadEntry > .lumaLicenseList_domain,
.lumaLicensesList > .lumaLicensesListBody > .lumaLicensesListEntry > .lumaLicenseList_domain {
	width: 20%;
}
.lumaLicensesList > .lumaLicensesListHead > .lumaLicenseListHeadEntry > .lumaLicenseList_validUntil,
.lumaLicensesList > .lumaLicensesListBody > .lumaLicensesListEntry > .lumaLicenseList_validUntil {
	width: 15%;
}
.lumaLicensesList > .lumaLicensesListHead > .lumaLicenseListHeadEntry > .lumaLicenseList_validSince,
.lumaLicensesList > .lumaLicensesListBody > .lumaLicensesListEntry > .lumaLicenseList_validSince {
	width: 15%;
}
.lumaLicensesList > .lumaLicensesListHead > .lumaLicenseListHeadEntry > .lumaLicenseList_actions,
.lumaLicensesList > .lumaLicensesListBody > .lumaLicensesListEntry > .lumaLicenseList_actions {
	width: 15%;
}
.lumaLicensesList > .lumaLicensesListBody > .lumaLicensesListEntry > .lumaEmpty:before {
	content: "/";
	display: block;
	text-align: center;
}
.lumaLicensesList > .lumaLicensesListBody > .lumaLicensesListEntry > .lumaCopyClick {
	position: relative;
	cursor: copy;
}
.lumaLicensesList > .lumaLicensesListBody > .lumaLicensesListEntry > .lumaCopyClick:before {
	content: "COPIED";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	max-width: 100%;
	padding: 0 5px;
	border-radius: 5px;
	line-height: 28px;
	color: #FFFFFF;
	background: #294597;
	opacity: 0;
	pointer-events: none;
	-o-transition: opacity .35s;
	-moz-transition: opacity .35s;
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
}
.lumaLicensesList > .lumaLicensesListBody > .lumaLicensesListEntry > .lumaCopyClick.copied:before {
	opacity: 1;
}
.lumaLicensesList > .lumaLicensesListFoot {
	margin: 10px 0 1px;
	text-align: center;
}
.lumaLicenses > .lumaLicenseSoftware > .lumaSoftwareContent > .lumaLicensesList > .lumaLicensesListFoot {
	position: sticky;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px 0;
	border-bottom: 1px solid #eff1f8;
	margin: 0;
	background: #FFFFFF;
	z-index: 1;
}
.lumaSoftwareCheckoutOptions {
	margin-bottom: 25px;
}
.lumaSoftwareCheckoutOptions:after {
	content: "";
	display: table;
	clear: both;
}
.lumaSoftwareCheckoutOptions > .head {
	float: left;
	width: 25%;
}
.lumaSoftwareCheckoutOptions > .head:after {
	content: "";
	display: table;
	clear: both;
}
.lumaSoftwareCheckoutOptions > .head > .title {
	float: left;
	padding-right: 10px;
	font-size: 20px;
	line-height: 39px;
}
.lumaSoftwareCheckoutOptions > .head > .title:after {
	content: ":";
}
.lumaSoftwareCheckoutOptions > .head > .titleHint {
	float: left;
	position: relative;
	top: 9px;
}
.lumaSoftwareCheckoutOptions > .head > .titleHint > .icon {
	width: 19px;
	height: 19px;
	background: url("../img/hint.svg") center center no-repeat;
	background-size: contain;
}
.lumaSoftwareCheckoutOptions > .head > .titleHint > .hint {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 350px;
	max-width: 95vw;
	padding: 5px 10px;
	border: 1px solid #41475E;
	border-radius: 6px;
	margin-top: 8px;
	transform: translateX(-50%);
	font-size: 14px;
	text-align: left;
	background: #FFFFFF;
	opacity: 0;
	pointer-events: none;
	-o-transition: opacity .35s;
	-moz-transition: opacity .35s;
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
}
.lumaSoftwareCheckoutOptions > .head > .titleHint > .icon:hover + .hint {
	opacity: 1;
}
.lumaSoftwareCheckoutOptions > .head > .titleHint > .hint:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 19px;
	right: 0;
	display: table;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #41475E;
}
.lumaSoftwareCheckoutOptions > .options {
	float: left;
	width: 75%;
	padding-left: 25px;
	margin: 0 -15px;
}
.lumaSoftwareCheckoutOptions > .options:after {
	content: "";
	display: table;
	clear: both;
}
.lumaSoftwareCheckoutOptions > .options > .option {
	float: left;
	padding: 0 10px;
}
.lumaSoftwareCheckoutOptions > .options > .option > input[type="checkbox"],
.lumaSoftwareCheckoutOptions > .options > .option > input[type="radio"] {
	display: none;
}
.lumaSoftwareCheckoutOptions > .options > .option > input[type="checkbox"] + label,
.lumaSoftwareCheckoutOptions > .options > .option > input[type="radio"] + label {
	display: table;
	min-width: 150px;
	padding: 5px 15px;
	border: 2px solid #eff1f8;
	border-radius: 6px;
	margin-right: 10px;
	line-height: 25px;
	color: #A3A9C3;
	text-align: center;
	cursor: pointer;
}
.lumaSoftwareCheckoutOptions > .options > .option > input[type="checkbox"][disabled] + label,
.lumaSoftwareCheckoutOptions > .options > .option > input[type="radio"][disabled] + label {
	cursor: not-allowed;
}
.lumaSoftwareCheckoutOptions > .options > .option > input[type="checkbox"]:checked + label,
.lumaSoftwareCheckoutOptions > .options > .option > input[type="radio"]:checked + label {
	color: #294597;
	border-color: #294597;
}
.lumaSoftwareCheckoutOptions > .options > input {
	display: table;
	min-width: 150px;
	padding: 5px 15px;
	border: 2px solid #294597;
	border-radius: 6px;
	margin-left: 10px;
	line-height: 25px;
	color: #294597;
	outline: none;
}
.lumaSoftwareCheckoutOptions > .options > .lumaSoftwarePricingList {
	display: table;
	min-width: 385px;
	padding: 0 15px;
	border: 2px solid #eff1f8;
	border-radius: 6px;
	margin-left: 10px;
}
.lumaSoftwareCheckoutOptions > .options > .lumaSoftwarePricingList > .lumaSoftwarePricingStep {
	padding: 5px 10px;
	margin: 0 -15px;
}
.lumaSoftwareCheckoutOptions > .options > .lumaSoftwarePricingList > .lumaSoftwarePricingStep:nth-child(2n) {
	background: #eff1f8;
}
.lumaSoftwareCheckoutOptions > .options > .lumaSoftwarePricingList > .lumaSoftwarePricingStep.head {
	text-align: left;
	line-height: 25px;
	font-weight: 600;
}
.lumaSoftwareCheckoutOptions > .options > .lumaSoftwarePricingList > .lumaSoftwarePricingStep:after {
	content: "";
	display: table;
	clear: both;
}
.lumaSoftwareCheckoutOptions > .options > .lumaSoftwarePricingList > .lumaSoftwarePricingStep > .amount,
.lumaSoftwareCheckoutOptions > .options > .lumaSoftwarePricingList > .lumaSoftwarePricingStep > .price {
	float: left;
	width: 50%;
	padding: 0 15px;
}
.lumaSoftwareCheckoutSummary {
	padding: 10px 15px;
	border: 2px solid #eff1f8;
	border-radius: 6px;
}
.lumaSoftwareCheckoutSummary > .summaryEntry {
	margin-bottom: 5px;
}
.lumaSoftwareCheckoutSummary > .summaryEntry > .top,
.lumaSoftwareCheckoutSummary > .summaryEntry > .bot {
	margin: 0 -10px;
}
.lumaSoftwareCheckoutSummary > .summarySum:after,
.lumaSoftwareCheckoutSummary > .summaryTax:after,
.lumaSoftwareCheckoutSummary > .summaryTotal:after,
.lumaSoftwareCheckoutSummary > .summaryEntry > .top:after,
.lumaSoftwareCheckoutSummary > .summaryEntry > .bot:after {
	content: "";
	display: table;
	clear: both;
}
.lumaSoftwareCheckoutSummary > .summaryEntry > .top > .name {
	float: left;
	width: 70%;
	padding: 0 10px;
}
.lumaSoftwareCheckoutSummary > .summaryEntry > .top > .price {
	float: left;
	width: 30%;
	padding: 0 10px;
	color: #D8DCEE;
	text-align: right;
}
.lumaSoftwareCheckoutSummary > .summaryEntry > .bot > .amount,
.lumaSoftwareCheckoutSummary > .summarySum > .title,
.lumaSoftwareCheckoutSummary > .summaryTax > .title,
.lumaSoftwareCheckoutSummary > .summaryTotal > .title {
	float: left;
	width: 60%;
	padding: 0 10px;
}
.lumaSoftwareCheckoutSummary > .summaryEntry > .bot > .amount {
	font-style: italic;
	padding-left: 25px;
}
.lumaSoftwareCheckoutSummary > .summaryEntry > .bot > .price,
.lumaSoftwareCheckoutSummary > .summarySum > .price,
.lumaSoftwareCheckoutSummary > .summaryTax > .tax,
.lumaSoftwareCheckoutSummary > .summaryTotal > .price {
	float: left;
	width: 40%;
	padding: 0 10px;
	text-align: right;
}
.lumaSoftwareCheckoutSummary > .summarySum {
	padding-top: 20px;
	border-top: 2px solid #eff1f8;
	margin: 20px -10px 0px;
}
.lumaSoftwareCheckoutSummary > .summaryTax {
	margin: 0 -10px 15px;
	font-size: 12px;
}
.lumaSoftwareCheckoutSummary > .summarySum.hidden,
.lumaSoftwareCheckoutSummary > .summaryTax.hidden {
	display: none;
}
.lumaSoftwareCheckoutSummary > .summaryTotal {
	font-weight: 600;
	margin: 5px -10px 20px;
}
.lumaSoftwareCheckoutSummary > .summarySum.hidden + .summaryTax.hidden + .summaryTotal {
	padding-top: 20px;
	border-top: 2px solid #eff1f8;
	margin: 20px -10px 20px;
}
.lumaSoftwareCheckoutSummary > .summaryTotal > .price > .period {
	font-weight: 400;
	font-size: 14px;
}
.lumaSoftwareCheckoutSummary > .lumaCheckoutConditions {
	margin: 20px 0;
	font-size: 14px;
}
.lumaNotice {
	padding: 15px 27px;
	border: 1px solid #eff1f8;
	border-radius: 10px;
	margin-bottom: 25px;
	background: #FFFFFF;
}
.lumaNotice > .lumaNoticeTitle {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}
.lumaNotice > .lumaNoticeTitle:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 24px;
	width: 24px;
	background-image: url("../img/notice.svg");
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: left center;
}
.lumaNotice.success > .lumaNoticeTitle:before {
	background-image: url("../img/notice-success.svg");
}
.lumaNotice.error > .lumaNoticeTitle:before {
	background-image: url("../img/notice-error.svg");
}
.lumaInvoices > .lumaInvoicesHead,
.lumaInvoices > .lumaInvoicesBody > .lumaInvoice {
	padding: 10px 0;
	margin: 0 -15px;
}
.lumaInvoices > .lumaInvoicesHead:after,
.lumaInvoices > .lumaInvoicesBody > .lumaInvoice:after {
	content: "";
	display: table;
	clear: both;
}
.lumaInvoices > .lumaInvoicesHead > *,
.lumaInvoices > .lumaInvoicesBody > .lumaInvoice > * {
	float: left;
	width: 25%;
	min-height: 1px;
	padding: 0 15px;
	line-height: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.lumaInvoices > .lumaInvoicesHead > * {
	font-weight: 600;
}
.lumaInvoices > .lumaInvoicesHead > .lumaInvoicesAction,
.lumaInvoices > .lumaInvoicesBody > .lumaInvoice > .lumaInvoicesAction {
	width: 15%;
}
.lumaInvoices > .lumaInvoicesHead > .lumaInvoicesStatus,
.lumaInvoices > .lumaInvoicesBody > .lumaInvoice > .lumaInvoicesStatus {
	width: 10%;
}
.lumaInvoices > .lumaInvoicesBody > .lumaInvoice:nth-child(2n - 1) {
	background: #eff1f8;
}
.lumaInvoices > .lumaInvoicesBody > .lumaInvoice > .lumaInvoicesStatus > .lumaInvoiceStatusIcon {
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.lumaInvoices > .lumaInvoicesBody > .lumaInvoice > .lumaInvoicesStatus > .lumaInvoiceStatusIcon.paid {
	background-image: url("../img/notice-success.svg");
}
.lumaInvoices > .lumaInvoicesBody > .lumaInvoice > .lumaInvoicesStatus > .lumaInvoiceStatusIcon.unpaid {
	background-image: url("../img/notice-error.svg");
}
.lumaInvoices > .lumaInvoicesBody > .lumaInvoice > .lumaInvoicesStatus > .lumaInvoiceStatusIcon.canceled {
	background-image: url("../img/status-canceled.svg");
}