/*
 * Haupstylesheet für Office4Media
 * 
 * @author Tobias Zwierlein
 * @copyright 2026 IT-Zwierlein.de - Tobias Zwierlein
 * <p class="copyright">Alle Inhalte dieser Datei sind urheberrechtlich gesch&uuml;tzt. Das
 * Urheberrecht liegt ausschlie&szlig;lich bei Tobias Zwierlein. Eine Nutzung
 * dieser Datei ist ausdr&uuml;cklich nur mit einer g&uuml;ltigen Nutzungslizenz
 * gestattet, die nur von Tobias Zwierlein erteilt werden kann. Das
 * Kopieren, das Ver&ouml;ffentlichen, die Weitergabe, die Ver&auml;nderung und
 * die unlizensierte Nutzung sind untersagt.</p>
 */
html {
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	line-height: 1.5;
	font-family: 'Droid Sans', 'Lucida Grande', Helvetica, helvetica, Arial, arial;
	font-weight: normal;
}
body, html {
	background: #444444;
}
body {
	caret-color: transparent;
	margin: 0;
	overflow: hidden;
} 
#page {
	background-color: #fff;
	border: 1px solid #000;
	box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.9);
	height: calc(100vh - 2em);
	margin: 1em auto;
	overflow: hidden;
	position: relative;
	width: 80vw;
}
.hidden {
	display: none;
}
#sysMsg {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-family: 'Courier New', Courier, monospace;
    padding: 1em 1.5em;
    border-radius: 0.25em;
    box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.5);
    z-index: 0;
    opacity: 0;
    transition: opacity 0.5s ease, display 1s ease;
}
#sysMsg.msg-displaying {
	opacity: 1;
    z-index: 1000;
}
.successMsg {
	color: rgba(76, 175, 80, 0.9);
}
.warnMsg {
	color: rgba(255, 152, 0, 0.9);
}
.errorMsg {
	color: rgba(244, 67, 54, 0.9);
}
#header-box {
	background: linear-gradient(to bottom right, #e6002f, #dd002c, #c40026);
	display: flex;
	height: 8em;
	justify-content: space-between;
	padding: 0.25em 1.5em;
}
#header-logo {
	border-bottom: 1px solid #fffeff;
	color: #fffeff;
	font-size: 2.5em;
	font-weight: medium;
	height: 1.5em;
	max-height: 1.5em;
	position: relative;
	top: 0.5em;
}
#header-logo-txt-reflection {
	color: rgba(255, 255, 255, 0.35);
	/*height: 1em;*/
	left: 108.5%;
	overflow: hidden;
	position: absolute;
	top: 76%;
	transform: translateX(-50%) scaleY(-1);
	width: 22em;
}
#header-logo-txt-reflection-cutter {
	background: linear-gradient(to bottom right, #df002d, #d4002a);
	display: block;
	height: 1em;
	left: 0%;
	position: absolute;
	top: 120%;
	width: 10.1em;
}
.header-big-char {
	font-size: 1.2em;
}
#logo-4 {
	position: relative;
	top: -7px;
}
#header-phone {
	align-items: center;
	color: #fffeff;
	display: flex;
	font-size: 1.5em;
	height: 4.75em;
	padding: 0.25em 1.5em;
	position:relative;
	text-align: center;
}
#header-phone-img {
	position: relative;
	top: 0.25em;
}
#header-phone-nmbr {
	vertical-align: center;
}
#header-phone-reflection {
	color: rgba(255, 255, 255, 0.35);
	/*height: 1em;*/
	left: 57%;
	overflow: hidden;
	position: absolute;
	top: 56%;
	transform: translateX(-50%) scaleY(-1);
	width: 8em;
}
#header-phone-reflection-cutter {
	background: linear-gradient(to bottom right, #d10029, #c90027);
	height: 1em;
	left: 24%;
	position: absolute;
	top: 70%;
	width: 8em;
}
#nav-top {
	background: linear-gradient(to bottom right, #f2f2f2, #e6e6e6, #d8dad9);
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	height: 2.2em;
}
.menu-lnk {
	color: #454545;
	cursor: pointer;
	display: inline-block;
	font-size: 1.1em;
	font-variant-caps: all-small-caps;
	padding: 0.25em 1em;
}
.menu-lnk:hover {
	background: linear-gradient(to bottom right, #d6d6d6, #c4c4c4, #aaabaa);
}
.menu-lnk-active, .menu-lnk-active.menu-lnk:hover {
	background: linear-gradient(to bottom right, #686868, #3f3e3e, #1e1e1e);
	color: #fff;
}
#main {
	height: calc(100vh - (2em + 8em + 2 * 0.25em + 4.4em + 1px + 2 * 0.25em + 2.5em + 1px));
	overflow-y: auto;
	padding: 0 1em;
}

#titles-list {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.title-preview-box {
	cursor: pointer;
	min-width: 14%;
	text-align: center;
	width: 14%;
}
.title-preview-box:active, #md-download-btn:active {
    transform: scale(0.9);
}
.title-preview-box img {

}
#title-wrapper {
	align-items: top;
	/*background: aqua;*/
	display: flex;
	justify-content: center;
	margin-top: 2em;
}
#title-wrapper figure {
	/*background: orange;*/
}
#title-infos {
	/*background: purple;*/
	width: 70%;
}
#title-infos p {
	/*background: navy;*/
}
.ti-sub-hl {
	font-weight: bold;
}
#md-download-btn {
	background: linear-gradient(to bottom right, #e4002d, #c70028);
	border-radius: 3px;
    box-shadow: -2px 0px 12px rgba(255, 255, 255, 0.7), -6px 0px 12px rgba(0, 0, 0, 0.5);
	color: #f0f0f0;
	cursor: pointer;
	font-size: 1.25em;
	font-variant-caps: all-small-caps;
	font-weight: bold;
	margin-top: 0.5em;
	padding: 0.25em 0.5em;
	text-align: center;
}
#md-download-btn:hover {
	background: linear-gradient(to top left, #e4002d, #c70028);
	color: #fff;
}
#md-download-btn:hover #dl-stretch {
	color: #fff;
}
#dl-stretch {
	display: inline-block;
	transform: scale(2, 1.1);
}
.bold {
	font-weight: bold;
}
.offer-sep-line {
	background: silver;
	border: none;
	height: 1px;
	margin: 0px auto;
	width: 80%;
}
.offer {
	margin: 0.5em auto;
	min-height: 300px;
	padding: 0.25em 0.5em;
	width: 80%;
}
.offer-headline {
	text-align: center;
}
.offer-headline-red {
	color: #a32318;
	font-size: 2.25em;
	font-variant-caps: all-small-caps;
	font-weight: bold;
}
.offer-headline-black {
	font-size: 2em;
}
.offer-covers {
	align-items: center;
	/*background: aqua;*/
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	max-width: 100%;
	min-height: 260px;
	position: relative;
	width: 100%;
}
.offer-cover {
	margin: 0.5em 0em;
}
.covers-reverse {
	flex-flow: wrap-reverse;
}
.offer-infos {
	text-align: center;
}
.offer-infos-headline {
	font-weight: bold;
}
.offer-price {
	background-color: #fe6;
	font-variant-caps: all-small-caps;
	font-weight: bold;
}
#footer {
	border-top: 1px solid #ccc;
	bottom: 0em;
	height: 2.5em;
	position: absolute;
	width: 100%;
}

#nav-bottom {
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
}
