main > section.prodbanner
{
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	background-size: cover;
	/* background-position: bottom; */
	background-position: center center;
	font-size: 5mm;
	/* line-height: 4mm;*/
	background-color: #323130;
	color: #ffffff;
	text-shadow: 0px 0px 2mm #000000;
	transition: opacity 0.2s linear 0s;
}

main > section.prodbanner + section.content
{
	padding-top: 10mm;
}

main > section.prodbanner a
{
	color: #c0c0e0;
}

main > section.prodbanner.slideshow
{
	background-color: transparent;
	position: relative;
}

/*
main > section.prodbanner .ctsoftdesign_button:before
{
	content: ' ';
	display: block;
}
*/

main > section.prodbanner .ctsoftdesign_button
{
	color: #000000;
	text-shadow: none;
}

main > section.prodbanner > div.left > div > div
{
	background-size: 12mm 12mm;
	background-repeat: no-repeat;
	background-position: 4px 0px;
	/*
	padding-top: 3mm;
	margin-bottom: 2mm;
	line-height: 6mm;
	*/
	line-height: 13mm;
	
	min-height: 12mm;
	display: block;
	font-size: 7mm;
	/* font-variant: small-caps; */
}

main > section.prodbanner > div.left > div > div.noimage
{
}

main > section.prodbanner > div.left > div > div.withimage
{
	padding-left: 17mm;
}

main > section.prodbanner > div.left > div > div.withimage.graytowhite
{
	filter: brightness(200%);
}

main > section.prodbanner.flex
{
	display: flex;
	min-height: 100mm;
	max-height: 75vw;
	height: 25vw;
	padding-top: 2vw;
	padding-bottom: 2vw;
}

main > section.prodbanner > *
{
	flex: 1 1;
	position: relative;
}

main > section.prodbanner.flex > div.left > div
{
	/* transform: translate(-50%, -50%);
	left: 50%; */
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
}

main > section.prodbanner.flex.laptop_4026_3016 > div.left,
main > section.prodbanner.flex.camera_4324_2416 > div.left
{
	flex: 6 6;
}

main > section.prodbanner.flex.laptop_4026_3016 > div.right,
main > section.prodbanner.flex.camera_4324_2416 > div.right
{
	flex: 4 4;
}

main > section.prodbanner.flex > div.right.picinpic > span
{
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	/* border: 1px solid #ffffff; */
	padding-top: 66%;
	display: inline-block;
	/* border: 1px solid #ff00ff; */
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

main > section.prodbanner.flex.laptop_4026_3016 > div.right > span.nowebp
{
	background-image: url('laptop_4026_3016.png');
}

main > section.prodbanner.flex.laptop_4026_3016 > div.right > span.webp
{
	background-image: url('laptop_4026_3016.webp');
}

main > section.prodbanner.flex.camera_4324_2416 > div.right > span.nowebp
{
	background-image: url('camera_4324_2416.png');
}

main > section.prodbanner.flex.camera_4324_2416 > div.right > span.webp
{
	background-image: url('camera_4324_2416.webp');
}

main > section.prodbanner.flex.laptop_4026_3016 > div.right > span:after,
main > section.prodbanner.flex.camera_4324_2416 > div.right > span:after
{
	content: ' ';
	/* border: 1px dashed #ffff00; */
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

main > section.prodbanner.flex.laptop_4026_3016 > div.right > span:after
{
	left: 11%;
	top: 8%;
	right: 17%;
	bottom: 31%;
}

main > section.prodbanner.flex.camera_4324_2416 > div.right > span:after
{
	left: 13%;
	top: 32%;
	right: 35%;
	bottom: 7%;
}

main > section.prodblockdesc
{
/*
	padding-top: 10mm;
	padding-bottom: 10mm;
*/
	/*
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	*/
	display: grid;
	/* grid-template-columns: 50% 50%; */
	grid-gap: 10mm 5vw;
	grid-template-rows: auto;
	grid-template-areas: "item item";
	justify-items: start;
	align-items: start;
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 20cm)
{
	main > section.prodblockdesc
	{
		grid-gap: 5vw 5vw;
	}
}

main > section.prodblockdesc > div
{
/*	flex: 1 1;
	min-width: 40%; */
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
	main > section.prodblockdesc > div
	{
		margin-bottom: 2.5vw;
	}

	main > section.prodblockdesc > div:last-child
	{
		margin-bottom: 0px;
	}
}

main > section.prodblockdesc > div.withimage
{
	padding-left: 70mm;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 65mm auto;
	min-height: 48.75mm;
}

main > section.prodblockdesc > div.withimage.previewtoosmall
{
	padding-left: 64px;
	background-size: 48px;
	min-height: 48px;
}

main > section.prodblockdesc > div > h3
{
	margin-top: 0px;
}

main > section.prodblockdesc > div h3
{
	margin-bottom: 0.25em;
}

main > section.prodbanner.linespec.slideshow
{
	background-color: transparent;
	color: #ffffff;
	text-shadow: 0px 0px 2mm #000000;
}

main > section.prodbanner.flex.lyrmplayer > div.right
{
	/* background-color: #ff0000; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
}

main > section.prodbanner.flex.lyrmplayer > div.right > div
{
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 1mm;
	font-size: 0.9cm;
	height: 2.2em;
	min-height: 2.2em;
	max-height: 2.2em;
	overflow: hidden;
	text-align: center;
	line-height: 0.98em;
	position: relative;
	width: 100%;
}

main > section.prodbanner.flex.lyrmplayer > div.right > div > span
{
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	transform: translateY(-50%);
}

main > section.prodbanner.flex.lyrmplayer > div.right > audio
{
	height: 1cm;
	min-height: 1cm;
	max-height: 1cm;
	display: block;
	width: 100%;
	/*
	-webkit-appearance: none;
	border: 0px none transparent;
	*/
}

@media (max-width: 20cm)
{
	main > section.prodbanner.flex.lyrmplayer > div.right > div
	{
		font-size: 5mm; /* 4vw; */
	}
}






main > section.prodbanner.popmusic
{
	background-image: url('/ctstudio/headers/popmusic.jpg');
}

main > section.prodbanner.coding
{
	background-image: url('/ctstudio/headers/coding.png');
}

main > section.prodbanner.ctinstaller_suite
{
	background-image: url('/product/ctinstaller_suite_bg.jpg');
}

main > section.prodbanner.winamp
{
	background-image: url('/ctstudio/headers/popmusic.jpg');
/*
	background-image: url('/portfolio/winamp_bg.png');
*/
}


main > section.prodbanner.ctinstallersuite .picinpicdest:after
{
	background-image: url('/product/ctinstaller_suite_sc.jpg');
}

main > section.prodbanner.calaym .picinpicdest:after
{
	background-image: url('/product/calaym_sc.jpg');
}

main > section.prodbanner.linespec .picinpicdest:after
{
	background-image: url('/product/linespec_sc.gif');
	background-size: cover!important;
}

main > section.prodbanner.winamp .picinpicdest:after
{
	background-image: url('/portfolio/winamp_sc.png');
}

main > section.prodbanner.musicdownloaders .picinpicdest:after
{
	background-image: url('/product/musicdownloaders_sc.png');
}


div.ctsoftdesign_mcovshared > div > span.headline.withimage.rockoustica
{
	background-image: url('/art/menuicons/rockoustica.jpg');
}

/*
div.ctsoftdesign_mcovshared > div a.folder
{
	background-image: url('/ctstudio/folder.svg');
}
*/









main.sticky
{
	padding-top: 120mm;
}

main.sticky > section.prodbanner
{
	/* background-color: #ff0000; */
	position: fixed;
	top: 15mm;
	height: 15mm;
	max-height: 15mm; 
	overflow: hidden;
	z-index: 99;
	min-height: 15mm;
	padding: 0px 10vw 0px 10vw;
}

main.sticky > section.prodbanner > div.left > div > span,
main.sticky > section.prodbanner > div.right.picinpic,
main.sticky > section.prodbanner.lyrmplayer > div.right > div,
main.sticky > section.prodbanner.lyrmplayer a.ctsoftdesign_button
{
	display: none!important;
}

main.sticky > section.prodbanner > div.left > div
{
	justify-content: space-between;
	display: flex;
	width: 100%;
}

main.sticky > section.prodbanner > div.left > div > *
{
	flex: initial;
}

/*
main.sticky > section.prodbanner > div.left a.ctsoftdesign_button.nondefchoice
{
	display: none!important;
}
*/

/*
main.sticky > section.prodbanner > div.left a.ctsoftdesign_button.nondefchoice
{
	max-width: 9.5mm;
	min-width: 9.5mm;
	width: 9.5mm;
	overflow: hidden;
}

main.sticky > section.prodbanner > div.left a.ctsoftdesign_button.nondefchoice > span
{
	position: relative;
	min-width: 800px;
	height: 3mm;
}
*/

main.sticky > section.prodbanner > div.left a.ctsoftdesign_button
{
	min-height: 7.5mm;
	height: 7.5mm;
	padding: 1mm 2mm;
	margin-top: 1.5mm;
}

/* .defaultchoice */
main.sticky > section.prodbanner a.ctsoftdesign_button > span
{
	padding-left: 9mm;
	background-size: 7.5mm 7.5mm;
	min-height: 7.5mm;
	font-size: 6mm;
	height: 7.5mm;
}

/*
main.sticky > section.prodbanner a.ctsoftdesign_button.bigiconshorttext > span
{
*/
	/* background-size: auto 8mm; */
/*
	padding-top: initial;
	background-position: 0 center;
	text-align: left;
	display: inline;
}
*/

main:not(.sticky) > section.prodbanner > div.left a.ctsoftdesign_button.bigiconshorttextswitchtosmall
{
	display: none!important;
}

main.sticky > section.prodbanner > div.left a.ctsoftdesign_button.bigiconshorttext
{
	display: none!important;
}


@media (max-width: 35cm)
{
	main > section.prodblockdesc > div.withimage
	{
		padding-left: 50mm;
		background-size: 45mm auto;
		min-height: 33.75mm;
	}
}

@media (max-width: 30cm)
{
	main.sticky > section.prodbanner
	{
		padding: 0px 2vw 0px 2vw;
	}
}

@media (max-width: 22.5cm)
{
	main > section.prodblockdesc > div.withimage
	{
		padding-left: 30mm;
		background-size: 25mm auto;
	}
}

@media (max-width: 20cm)
{
	main > section.prodblockdesc > div.withimage
	{
		padding-left: 0px;
		padding-top: 30mm;
		background-size: auto 25mm;
	}
}

@media (max-width: 12.5cm)
{
	main > section.prodblockdesc
	{
		grid-template-areas: "item";
	}
}





/* @media (max-width: 35cm)
{
*/
	main > section.prodbanner .ctsoftdesign_button
	{
		min-width: initial;
		width: 80mm;
		max-width: 40vw;
	}
/*	
	main > section.prodbanner .ctsoftdesign_button.ctsoftdesign_hideiblk_de
	{
		width: 120mm;
		max-width: 40vw;
	}
*/	

@media (max-width: 25cm)
{
	main > section.prodbanner .ctsoftdesign_button
	{
		max-width: 80mm;
	}

/*
	main > section.prodbanner.flex .ctsoftdesign_button
	{
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
	}
*/

	/*
	main > section.prodbanner.flex
	{
		flex-direction: column-reverse;
	}
	
	main > section.prodbanner.flex > div.right
	{
		max-height: 50mm;
	}
	*/

	main > section.prodbanner.flex > div.left > div > *
	{
		flex: 1 1;
	}
	main > section.prodbanner.flex > div.left
	{
		max-width: 70vw;
	}
	main.sticky > section.prodbanner.flex > div.left
	{
		max-width: initial;
	}
	main.sticky > section.prodbanner.flex a.ctsoftdesign_button
	{
		min-width: 7.5mm;
		width: 7.5mm;
		max-width: 7.5mm;
	}
	main.sticky > section.prodbanner.flex a.ctsoftdesign_button > span
	{
		padding-left: 25mm;
		min-width: 200mm;
		width: 200mm;
		max-width: 200mm;
	}
}

@media (max-width: 20cm)
{
	main > section.prodbanner.flex > div.right.picinpic
	{
		position: absolute;
		right: 2vw;
		height: 30mm;
		width: 20vw;
		min-width: 20vw;
		min-height: 30mm;
		left: initial;
		transform: initial;
		padding: 0px;
		left: initial;
	}



	main > section.prodbanner.flex.lyrmplayer
	{
		flex-wrap: wrap;
	}
	main > section.prodbanner.flex.lyrmplayer > div.left,
	main > section.prodbanner.flex.lyrmplayer > div.right
	{
		max-width: 100%;
		width: 100%;
		flex: initial;
	}

	main > section.prodbanner.flex.lyrmplayer > div.left > div
	{
		position: initial;
		transform: none;
	}

	main > section.prodbanner.flex.lyrmplayer > div.right > div
	{
		margin-bottom: 0px;
	}
}

@media (max-width: 11cm)
{
	main > section.prodbanner .ctsoftdesign_button
	{
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	main > section.prodbanner.flex > div.right.picinpic
	{
		display: none;
	}

	main > section.prodbanner.flex > div.left
	{
		max-width: initial;
	}

}


