body {
	font-family: sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 0;
}

.container {
	margin: 20px;
	margin-top: 0px;
}

.main {
	width: 100%;
	max-width: 450px;
	margin: auto;

}

#bundleBannerSliderContainer {
	margin-left: -20px;
	margin-right: -20px;
	
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

#bundleBannerSliderContainer::-webkit-scrollbar {
	width: 0;
	height: 0;
}
#bundleBannerSliderContainer img {
	max-width: 100%;
}

#bundleBannerSliderContainer > img {
	  scroll-snap-align: start;
	  flex-shrink: 0;
	  /* width: 300px; */
	  /* height: 300px; */
	  margin-right: 50px;
	  border-radius: 10px;
	  background: #eee;
	  transform-origin: center center;
	  transform: scale(1);
	  transition: transform 0.5s;
	  position: relative;
	  
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  font-size: 100px;
}


.codeRedeemCodeField,
.codeRedeemEmailField {
	font-size: 18px;
	padding: 10px;
	border: 1px solid gray;
	width: 100%;
	border-radius: 5px;
	text-align: center;
	font-family: monospace;
	box-sizing: border-box;
}

.codeRedeemEmailField {
	margin: 0;
}

#input_useremail {
	border-radius: 5px 5px 0px 0px;
}
#input_useremailConfirm {
	border-radius: 0px 0px 5px 5px;
	border-top: none;
}

.codeRedeemEmailField {
	text-align: left;
	font-family: sans-serif;
}

.downloadBoxCont {
	margin: 25px 10px 30px;
}

.downloadBox {
	border-radius: 25px;
	border: 1px solid color(srgb 0.88 0.88 0.88);
	border: none;
	
	box-shadow: 0 0 15px color(srgb 0.788 0.788 0.788);
}

.downloadBanner {
	height: 200px;
	height: calc(100vw * 0.4);
	max-height: 200px;
	margin: 0;
	margin-bottom: 1px;
	border-radius: 25px 25px 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.downloadButton,
.codeRedeemButton,
.codeRedeemLoginButton,
.RedeemAnotherCodeButton {
	background-color: rgba(0, 135, 255, 1);
	display: block;
	border: none;
	border-radius: 0 0 25px 25px;
	color: white;
	padding: 16px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	transition: 0.5s ease background-color;
	cursor: pointer;
	box-sizing: border-box;
}

.downloadButton:hover,
.codeRedeemButton:hover,
.codeRedeemLoginButton:hover,
.RedeemAnotherCodeButton:hover {
	background-color: rgba(0, 135, 255, 0.85);
	border-color: rgba(0, 135, 255, 0.85);
	color: white;
}

.downloadButton.noMoreDownloads {
	background-color: rgba(150,150,150, 1.0);
	cursor: not-allowed;
}

.downloadButton.dlInProgress {
	background-color: rgba(0, 172, 146, 1.0);
	cursor: not-allowed;
}

.downloadButton.dlStarted {
	background-color: rgba(0, 172, 0, 1.0);
}

.downloadInfoTxt {
	margin-top: 5px;
	font-size: 12px;
	color: gray;
}


/* Download-Button Font Awesome Icons */
.downloadButton i.fa-solid {
	font-size: 18px;
	padding-right: 4px;
	vertical-align: text-bottom;
}

.codeRedeemButton,
.codeRedeemLoginButton,
.RedeemAnotherCodeButton {
	width: 100%;
	border-radius: 25px;
	margin-top: 10px;

}

.codeRedeemLoginButton,
.RedeemAnotherCodeButton {
	background-color: rgba(0,0,0,0);
	border: 2px solid rgba(0, 135, 255, 1);
	color: rgba(0, 135, 255, 1);
	padding-top: 14px;
	padding-bottom: 14px;
}

.codeRedeemLoginButton:hover,
.RedeemAnotherCodeButton:hover {
	border-color: rgba(0, 135, 255, 0.85);
}

.codeRedeem_errormsg {
	color: red;
	font-size: 12px;
}

.infotext {
	text-align: left;
	margin-top: 0.75em;
	margin-bottom: 0.25em;
	padding-left: 0.75em;
	padding-right: 0.75em;
}

.LoginFormOrText {
	font-style: italic;
	margin-top: 2em;
	margin-bottom: 2em;
	color: rgb(130, 130, 130);
}

.LoginFormOrText hr {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
	margin-right: 0.5em;
	height: 1px;
	border-width: 0;
	color: rgb(130, 130, 130);;
	background-color: rgb(130, 130, 130);;
}


.footerSupportLink {
	background-color: rgba(220, 220, 220, 0.75);
	margin-top: 4em;
	color: rgba(130, 130, 130, 1);
	font-weight: normal;
	padding: 2em;
	margin-left: 0;
	margin-right: 0;
}

.footerSupportLink img {
	width: 30px;
	display: block;
	margin: auto;
	margin-bottom: 0.5em;
	filter: invert(0.5);
}


.downloadInfoText {
	text-align: left;
	border: 1px solid color(srgb 1 0.647 0);
	padding: 5px;
	border-radius: 5px;
	border-left: 4px solid color(srgb 1 0.647 0);
	background-color: rgba(255, 239, 106, 1);
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.3em;
}

#infoboxandroid {
	border-color: rgb(164,198,57);
	background-color: rgba(164,198,57,0.25);
	color: rgb(68,82,23);
	display: flex;
	align-items: center;
}
#infoboxandroid img.icon,
#downloadInfoText img.icon {
	padding: 8px;
	padding-right: 15px;
	width: 30px;
}

#downloadInfoText {
	display: flex;
	position: relative;
	
}
#downloadInfoText div {
	margin-top: 5px;
}

#downloadInfoText div::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 22px;
	background: linear-gradient(180deg, rgba(255, 239, 106, 0) 0%, rgba(255, 239, 106, 1) 100%);
}

.downloadInfoText .showlessbutton {
	display: inline-block;
	margin-left: 0.5em;
}
.downloadInfoText .showmorebutton {
	display: none;
	margin-left: 0.5em;
}
.downloadInfoText.collapsed .showlessbutton {
	display: none;
}
.downloadInfoText.collapsed .showmorebutton {
	display: inline-block;
}

.collapsed {
	height: 3.5em;
}


.bundle_title {
	font-weight: bold;
	font-size: 18px;
}

.bundle_validinfo {
	font-weight: normal;
	font-size: 13px;
}

.acceptTC_cointainer {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 0.75em;
}

.acceptTC_cointainer #input_userAcceptTC,
.acceptTC_cointainer #input_userSubcribeNL {
	width: 20px;
	height: 20px;
}

.acceptTC_cointainer label {
	display: inline-block;
	width: 400px; /* fallback for old devices that don't support calc*/
	width: calc(100% - 35px);
	vertical-align: top;
	padding-top: 5px;
	
}

.cf-turnstile {
	margin-top: 8px;
	margin-bottom: 8px;
}
.noscriptwarning {
	margin: 10px;
	color: red;
	font-weight: bold;
}


.downloadInfo_imgContainer {
	text-align: center;
}

.downloadInfo_imgContainer img {
	max-width: 95%;
	margin: 10px;
	margin-bottom: 20px;
	border-radius: 15px;
}
